
/*********** CSS RESET **********/


* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
a img {
	border: none;
}

a:active {
	outline: none;
}
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    /*font: normal 14px Arial, Helvetica, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    color: #777;
}
h1,h2,h3,h4,h5,h6 {
	color: #444;
}
a {
	color: inherit;
	cursor: pointer;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
textarea, select {
	height: 36px; /*safari padding fix*/
	border: 1px solid #ddd;
	padding: 8px;
	vertical-align: middle;
}
input, textarea, select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
textarea {
	min-height: 150px;
}
select {
	min-width: 50px;
	height: 32px; /*safari padding fix*/
	padding: 6px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus, select:focus {
	border-color: #ccc;
	color: #444;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
	cursor: pointer;
}
label, label + * {
	vertical-align: middle;
}

.master-wrapper-content {
	position: relative;
	z-index: 0;
	width: 90%;
	margin: 0 auto;
}
.master-column-wrapper {
	position: relative;
	z-index: 0;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 {
	margin: 0 0 100px;
}
.center-2, .side-2 {
	margin: 0 0 50px;
}
.side-2:after {
	content: "";
	display: block;
	clear: both;
}

.page {
	min-height: 200px;
	text-align: center;
}
.page-title {
    min-height: 49px;
    margin: 0px 0px 0px;
    border-bottom: 1px solid #ddd;
    padding: 0 0px;
    /*width: 1199px;*/
    background-color: #f6f6f6;
}
    .page-title h1 {
        font-size: 22px;
        font-weight: 700;
        padding: 10px 0px 10px 0px;
    }
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.center-1 .page-title,
.center-1 .title {
	text-align: center;
}
.buttons {
	margin: 0 0 30px;
}
.link-rss {
	display: none;
	width: 24px;
	height: 24px;
	background: url('../images/rss.png') center no-repeat;
	font-size: 0 !important;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: disc;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
	margin: 10px 0;
	text-align: justify;
}
.flyout-cart {
	display: none;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 20px;
}
.fieldset .title,
.section .title {
	margin: 0 0 15px;
	padding: 0 10px;
	font-size: 20px;
	color: #444;
}
.fieldset .title strong,
.section .title strong {
	font-weight: normal;
}
.form-fields {
    position: relative;
    /*border-top: 1px solid #e6e6e6;*/
    background-color: #ffffff;
    padding: 10px 15px;
}
.inputs {
	position: relative;
	margin: 0 0 15px;
	text-align: center;
	white-space: nowrap; /*fix for 'required' elements*/
    font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	text-align: center;
    font-size: 14px; /*reset zeroing*/
	color: #444;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
	width: 60%;
	max-width: 100%;
	background-color: #fff;
}

.inputs.custom-attributes {
	white-space: normal;
}
.inputs .option-list {
    display: inline-block;
	max-width: 95%;
    vertical-align: middle;
}
.inputs .option-list li {
	display: inline-block;
	margin: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 10px;
}
.inputs .option-list label {
	display: inline-block;
	width: auto !important;
	margin: 0 0 0 5px;
}

.inputs.reversed {
	margin: 0 0 20px;
	text-align: center;
}
.required {
	margin: 0 -8px 0 3px; /*siblings offset*/
	vertical-align: top;
	font-size: 20px;
	font-weight: normal;
	color: #e4434b;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #e4434b;
    margin-top: 5px;
}
.field-validation-valid,
.username-available-status {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #4cb17c;
}

.captcha-box {
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
	max-width: 100%;
}
.captcha-box input {
	height: auto;
}


/*********** GLOBAL TABLES ***********/



.table-wrapper {
	overflow-x: auto;
}
.cart th,
.data-table th,
.forum-table th {
    /*border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;*/
    background-color: #2d409a;
    color: white;
    padding: 10px;
    white-space: nowrap;
    /*font-weight: normal;*/
    padding: 10px 20px;
    font-weight: bold;
    font-size: 12px;
}
.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts{
    display: none;
}
.forum-table td.image {
    min-width: 0;
}
.cart td,
.data-table td,
.forum-table td {
    min-width: 50px;
    /*border-width: 1px;
	border-style: solid;
    border-color: transparent #ddd #ddd;*/
    background-color: #fff;
    padding: 10px 20px;
    color: #444;
    vertical-align: top;
    font-size: 14px;
    text-align:left;
}
.forum-table td {
	min-width: 90px;
    padding: 10px;
}
.cart a,
.data-table a,
.forum-table a {
	font-weight: normal;
	color: #4ab2f1;
}
.cart a:hover,
.data-table a:hover,
.forum-table a:hover {
	text-decoration: underline;
}
.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
    min-width: 225px;
	text-align: left;
}
.forum-table .forum-details,
.forum-table .topic-details {
	text-align: left;
}
.cart .product a,
.data-table .product a,
.data-table .info a {
    font-weight: bold;
	color: #444;
}
.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
	color: #4ab2f1;
	text-decoration: none;
}

.cart .product .edit-item {
	margin: 10px 0 0;
}
.cart .product .edit-item a {
	font-weight: normal;
	color: #4ab2f1;
}
.cart .product .edit-item a:hover {
	text-decoration: underline;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}
.cart td.quantity input {
    width: 50px;
    text-align: center;
}
.cart td.subtotal,
.data-table td.total {
	white-space: nowrap;
    color: #444;
}
.cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
    font-style: italic;
    color: #4ab2f1;
}

.data-table em a {
	font-weight: bold;
	color: #444;
}
.data-table div.download {
	margin: 10px 0 0;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	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.warning {
	background-color: #f39c12;
}
.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 {
	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 {
	padding: 15px;
	line-height: 20px;
	/*override jQuery UI styles, do not delete doubled properties*/
	background-color: #fff !important;
	padding: 15px 15px 20px 15px !important;
	color: #777;
}
.ui-dialog-content .page{
    min-height: 0;
}
.ui-dialog-content .page-title{
    min-height: 0;
    margin: 0 0 15px;
    padding: 0px 10px 10px 10px;
    text-align: center;
}
.ui-dialog-content .page-title h1{
    font-size: 24px;
    line-height: 30px;
}
.ui-dialog-content .back-in-stock-subscription-page {
    text-align: center;
}
.ui-dialog-content .back-in-stock-subscription-page .tooltip{
    margin-bottom: 10px;
}
.ui-dialog-content .back-in-stock-subscription-page .button-1{
	border: none;
	background-color: #4ab2f1;
    padding: 10px 15px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
	background-color: #248ece;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
	left: 50%;
	z-index: 1050;
	width: 320px;
	height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #ccc;
	box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 20px;
	text-align: center;
}
.eu-cookie-bar-notification .text {
	margin-bottom: 20px;
	line-height: 20px;
}
.eu-cookie-bar-notification button {
	min-width: 60px;
	margin: 5px 0 10px;
	border: none;
	background-color: #4ab2f1;
	padding: 8px 12px;
	font-size: 14px;
	color: #fff;
}
.eu-cookie-bar-notification button:hover {
	background-color: #248ece;
}
.eu-cookie-bar-notification a {
	display: block;
	color: #4ab2f1;
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}


/*********** HEADER ***********/



.admin-header-links {
    /* background-color: #333; */
    text-align: center;
    color: #cecece;
    /* width: 22%; */
    height: 30px;
    z-index: 1000;
    position: fixed;
    /* padding-left: 8%; */
    margin-left: 41%;
    margin-right: 41%;
}
.admin-header-links * {
	display: inline-block;
	margin: 0 10px;
	line-height: 35px;
	font-size: 12px;
	font-weight: bold;
}
.admin-header-links .impersonate {
	display: inline-block;
}
.admin-header-links .impersonate a {
	background-color: #555;
	padding: 0 15px;
}
.admin-header-links .impersonate a:hover {
	background-color: #666;
}

.header {
	position: relative;
	z-index: 10;
	width: 95%;
	margin: auto;
	text-align: center;
}

.header-upper {
    position: relative;
    z-index: 1;
    /*border-bottom: 1px solid #ddd;*/
    padding: 0 68px 0px 62px;
    background-color: #0342a8;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
}

.header-selectors-wrapper {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.header-selectors-wrapper > div {
	display: block;
	width: 50%;
	margin: 10px auto;
	vertical-align: middle;
}
.header-selectors-wrapper select {
	width: 100%;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px;
	vertical-align: middle;
}
.language-list a { 
	display: block;
	position: relative;
	width: 24px;
	height: 32px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.header-links-wrapper {
	position: relative;
	padding: 20px 0;
}
.header-links {
}
.header-links ul {
	font-size: 0;
}
.header-links li {
	display: inline-block;
	margin: 0 10px;
}
.header-links span,
.header-links a {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
	line-height: 36px;
	text-transform: uppercase;
}
.header-links a:hover {
	color: #4ab2f1;
}
/*#topcartlink {
    display: block;
    width: 70%;
    max-width: 400px;
    margin: 10px auto 0;
    background-color: #ffffff;
    padding: 0 20px;
}
#topcartlink a {
	background: url('../images/shopping-bag.png') left center no-repeat;
	padding: 0 0 0 20px;
}*/

.header-lower {
	position: relative;
	z-index: 0;
	padding: 35px 0;
}

.header-logo {
	margin: 0 0 20px;
	text-align: center;
}
.header-logo a {
	display: inline-block;
	max-width: 88%;
	line-height: 0; /*firefox line-height bug fix*/
}
    .header-logo a img {
        max-width: 93%;
        opacity: 1;
        margin-bottom: 4px;
        margin-top: 4px;
    }

.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: #2d409a;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
    .search-box .search-box-button:hover {
        background-color: #941a1d;
    }
.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;
}


/*********** FOOTER ***********/



.footer {
	background-color: #eee;
	text-align: center;
}

.footer-upper {
	width: 95%;
	margin: auto;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 40px 0;
	font-size: 0;
}
.footer-block {
	width: 95%;
	margin: 1px auto;
	text-align: left;
	font-size: 14px; /*reset zeroing*/
}
    .footer-block .title {
        margin: 0 0 1px;
        background: #2d409a url('../images/toggle-white.png') right center no-repeat;
        padding: 10px 15px;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }
.footer-block .title strong {
	font-weight: normal;
}
.footer-block .list {
	display: none;
	margin: 0 0 20px;
	background-color: #fff;
	padding: 10px 15px;
}
.footer-block .list a {
	display: block;
	padding: 10px 15px;
	line-height: 20px;
}
.footer-block .list a:hover {
	color: #4ab2f1;
}

.follow-us {
	margin: 30px auto 0;
	text-align: center;
}
.follow-us .title {
	margin: 0 0 10px;
	background: none;
	color: #444;
	cursor: auto;
}
.follow-us .social ul {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 30px;
	font-size: 0;
}
.follow-us .social li {
	display: inline-block;
	margin: 0 5px;
}
.follow-us .social a {
	display: block;
	width: 38px;
	height: 38px;
	background: url('../images/social-sprite.png') no-repeat;
	font-size: 0;
}
.follow-us .social .facebook a {
	background-position: 0 0;
}
.follow-us .social .twitter a {
	background-position: -38px 0;
}
.follow-us .social .rss a {
	background-position: -76px 0;
}
.follow-us .social .youtube a {
	background-position: -114px 0;
}
.follow-us .social .google-plus a {
	background-position: -152px 0;
}

.newsletter-email { 
	display: inline-block;
	overflow: hidden; 
}
.newsletter-email input[type="text"] {
	float: left;
	width: 180px;
	height: 36px;
	margin: 0 -1px 0 0;
}
.newsletter-subscribe-button {
    float: left;
    height: 36px;
    border: none;
    background-color: #2d409a;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
    .newsletter-subscribe-button:hover {
        background-color: #941a1d;
    }
.newsletter-email .options {
    clear: both;
    padding: 10px 0 0;
}
.newsletter-validation, 
.newsletter-result { 
	width: 100%;
	overflow: hidden; 
	line-height: 28px; 
}
/*.newsletter-validation .please-wait {
	display: none !important; 
}*/

.footer-lower {
	width: 95%;
	margin: auto;
	overflow: hidden;
	padding: 25px 0;
	font-size: 12px;
}
.footer-tax-shipping a {
	font-weight: bold;
	color: #4ab2f1;
}
.footer-tax-shipping a:hover {
	text-decoration: underline;
}
.footer-powered-by {
	margin: 10px 0 0;
}
.footer-powered-by a {
	font-weight: bold;
	color: #4ab2f1;
}
.footer-powered-by a:hover {
	text-decoration: underline;
}
.theme-selector {
	margin: 10px 0 0;
}
.theme-selector select {
	width: 170px;
}


/*********** 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 12px 10px;
	font-size: 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: 1px 0 4px 20px;
    }
.block .list a {
	display: inline-block;
	position: relative;
	padding: 2px 0;
	font-size: 12px;
	color: #444;
    -webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.block .list a:before {
	content: "";
	position: absolute;
	top:7px;
	left: -15px;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}
.block .list .active > a {
	color: #4ab2f1;
}
.block .list a:hover {
	color: #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: 12px;
}

.block .view-all {
	margin: 10px 0 0;
}
    .block .view-all a {
        display: inline-block;
        padding: 10px 15px;
        font-size: 15px;
        color: #2d409a;
    }
.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: #4ab2f1;
}

.poll strong {
	display: block;
	margin: 10px 0;
	background-color: #f6f6f6;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: normal;
	color: #444;
	text-transform: uppercase;
}
.poll-options,
.poll-results {
	margin: 10px 0 15px;
	overflow: hidden;
	font-size: 15px;
	color: #444;
}
.poll-options li,
.poll-results li {
	margin: 10px 0;
}
.poll-options li > input {
	margin: 0 5px 0 0;
	cursor: pointer;
}
.poll-options li > label {
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}
.poll .buttons,
.poll-total-votes {
}
.poll .buttons input {
	border: none;
	background-color: #aaa;
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;	
}
.poll .buttons input:hover {
	background-color: #bbb;	
}
.poll-total-votes {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
	font-style: italic;
	color: #444;
}

.home-page-polls {
	text-align: center;
}
.home-page-polls .title {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 0 0 15px;
}
.home-page-polls .title strong {
	font-weight: normal;
}
.home-page-polls li {
	display: inline-block;
	margin: 10px;
}


/********** CATEGORY 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 3px;
	font-size: 14px; /*reset zeroing*/
	line-height: 32px;
}
.breadcrumb strong {
	font-weight: normal;
}
.breadcrumb a:hover {
	color: #4ab2f1;
}


.breadcrumbnegative {
    margin: 0px 0 14px;
    background-color: #f6f6f6;
    padding: 5px 10px;
}

    .breadcrumbnegative ul {
        font-size: 0;
    }

    .breadcrumbnegative li {
        display: inline-block;
    }

        .breadcrumbnegative li * {
            display: inline-block;
            margin: 0 3px;
            font-size: 14px; /*reset zeroing*/
            line-height: 32px;
        }

    .breadcrumbnegative strong {
        font-weight: normal;
    }

    .breadcrumbnegative a:hover {
        color: #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: #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 16px;
	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: #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;
}
.product-filter .group li.color-item {
    padding: 0;
    display: inline-block;
}
.product-filter .group li.color-item a {
    padding: 0;
}
.product-filter .group li.color-item:before {
    display: none;
}

.filtered-items .title {
	margin: 0 0 5px;
	font-style: italic;
}
.filtered-items .item {
	color: #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;
}

    .item-box .picture {
        z-index: 1;
        overflow: hidden;
        background-color: #fff;
        margin: 0 0px -20px;
    }
    .realtedgap{
        margin: 0 0px 20px !important;
    }
      
.item-box .picture a {
	display: block;
	position: relative;
}


.item-box .picture .hrefdiv:before {
    padding-top: 65% !important;
}
.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: 85%;
	max-height: 85%;
	margin: auto;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
        
        .item-box .picture .relatedimage {
            max-width: 79% !important;
            margin: 0px;
            padding-left: 40px;
        }
      
        
.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: #4ab2f1;
}
.item-box .product-title a {
	display: block;
}
.item-box .product-title a:hover {
	color: #248ece;
}
.item-box .sku {
    margin: 0 0 15px;
}
.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 1px;
    overflow: hidden;
    text-align: center;
}
.item-box .old-price {
	margin: 0 5px 0 0;
	font-size: 16px;
	color: #aaa;
	text-decoration: line-through;
}
.item-box .actual-price {
	margin: 0 5px 0 0;
	font-size: 16px;
	color: #666;
    font-weight:600;
    color:#f31919;
}
.item-box .tax-shipping-info a {
	color: #4ab2f1;
}
.item-box .tax-shipping-info a:hover {
	text-decoration: underline;
}
.item-box .buttons {
	margin: 0;
    font-size: 0;
    text-align:center;
}
.item-box input[type="button"] {
	display: inline-block;
	height: 35px;
	border: none;
	vertical-align: middle;
}
.item-box .product-box-add-to-cart-button {
	width: 53%;
	background-color: #2d409a;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
    .item-box .product-box-add-to-cart-button:hover {
        background-color: #941a1d;
    }
.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;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
	margin: 0 0 20px;
}
.home-page-category-grid .title,
.sub-category-grid .title {
	text-align: center;
	font-size: 19px;
	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: 0px 0px 24px 13px;
}

.relatedproducts-grid {
    border: 1px solid #d6d6d6;
}
    .product-grid .title {
        margin: 0 0 0px;
        border-bottom: 1px solid #ddd;
        padding: 10px 10px 10px;
        font-size: 20px;
        font-weight: normal;
        color: #444;
        background-color: #e8e8e8;
    }
.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: #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: #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: #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;
}


/********** PRODUCT PAGE **********/


.product-details-page {
	padding: 20px 0 0;
}
.product-essential {
	margin: 0 0 40px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0 auto 50px;
}
.gallery .picture-wrapper {
    margin: 0 0 10px;
}
.gallery .picture {
	position: relative;
	max-width: 100%;
	margin: 0 auto 10px;
	overflow: hidden;
}
.gallery .picture:before {
	content: "";
	display: block;
	padding-top: 100%;
}
    .gallery .picture img, .breadcrumb .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;*/
    }
.gallery .picture-thumbs {
	overflow: hidden;
	font-size: 0;
}
.gallery .picture-thumbs .thumb-item {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	margin: 0 5px 10px;
	overflow: hidden;
    cursor: pointer;
}

.overview {
	position: relative;
	margin: 0 0 50px;
}
.overview .discontinued-product {
    background: #f3f3f3;
    margin: 0 0 20px;
}
.overview .discontinued-product h4 {
    display: inline-block;
    font-size: 14px;
    padding: 17px 17px 17px 40px;
    background: url('../images/discontinued-product-icon.png') no-repeat 13px center;
    color: #de444c;
}
.overview .product-name {
	margin: 0 0 8px;
	border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}
.overview .product-name h1 {
	font-size: 25px;
    font-weight: normal;
}
.overview .short-description {
	margin: 0 0 10px;
	line-height: 22px;
	color: #666;
}

.product-no-reviews,
.product-reviews-overview {
	margin: 0 0 10px;
	color: #444;
}
.product-no-reviews a {
	text-decoration: underline;
}
.product-review-box {
	display: inline-block;
	margin: 0 0 8px;
}
.product-review-box .rating {
	width: 95px;
	height: 14px;
	background: url('../images/rating1.png') repeat-x;
}
.product-review-box .rating div {
	height: 14px; 
	background: url('../images/rating2.png') repeat-x;
}
.product-review-links a {
	text-decoration: underline;
}
.product-review-links a:hover {
	color: #4ab2f1;
}

.overview .value,
.variant-overview .value {
	color: #444;
}
.overview .value a,
.variant-overview .value a {
	color: #4ab2f1;
}
.overview .value a:hover,
.variant-overview .value a:hover {
	text-decoration: underline;
}

.overview-buttons {
	margin: 0 0 25px;
	font-size: 0;
}
.overview-buttons div {
	width: 80%;
	margin: 0 auto 3px;
}
.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; /*reset zeroing*/
	color: #666;
}
.overview .button-2:hover,
.variant-overview .button-2:hover {
	background-color: #ddd;
}

.overview .add-to-compare-list-button {
    background-image: url('../images/compare-button.png');
}
.overview .email-a-friend-button {
    background-image: url('../images/email-button.png');
}
.overview .subscribe-button,
.variant-overview .subscribe-button {
    background-image: url('../images/email-button.png');
}
.overview .download-sample-button,
.variant-overview .download-sample-button {
    background-image: url('../images/download-button.png');
}
.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url('../images/wishlist-button.png');
}

.overview .manufacturers {
	margin: 0 0 10px;
}
.overview .availability,
.variant-overview .availability {
	margin: 0 0 10px;
	overflow: hidden;
}
.overview .availability .stock,
.variant-overview .availability .stock {
	margin: 0 0 0px;
}
.overview .availability .back-in-stock-subscription,
.variant-overview .availability .back-in-stock-subscription {
	display: inline-block;
}
.overview .additional-details,
.variant-overview .additional-details {
	margin: 0 0 10px;
}
.overview .additional-details div,
.variant-overview .additional-details div {
	margin: 0 0 8px;
}
.overview .delivery,
.variant-overview .delivery {
	margin: 10px 0;
	overflow: hidden;
}
.overview .free-shipping,
.variant-overview .free-shipping {
	display: inline-block;
	margin: 0 0 10px;
	background: url('../images/shipping.png') left center no-repeat;
	padding: 2px 0 2px 28px;
	font-weight: bold;
	color: #444;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 10px 0;
    font-style: italic;
	color: #444;
}
.overview .download-sample,
.variant-overview .download-sample {
	display: inline-block;
	margin: 0 0 25px;
}

.overview .prices,
.variant-overview .prices {
	margin: 0 0 10px;
	overflow: hidden;
}
.overview .prices > div,
.variant-overview .prices > div {
	margin: 0 0 5px;
}
.overview .prices > div > span,
.variant-overview .prices > div > span {
	vertical-align: middle;
}
.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
	font-size: 14px;
	color: #999;
	text-decoration: line-through;
}
.overview .product-price,
.variant-overview .product-price {
    font-size: 20px;
    font-weight: bold;
    color: #f90000;
}
.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
	color: #4ab2f1;
}
.overview .tax-shipping-info a:hover,
.variant-overview .tax-shipping-info a:hover {
	text-decoration: underline;
}

.customer-entered-price {
	margin: 0 0 20px;
	overflow: hidden;
}
.customer-entered-price .price-input label {
	display: block;
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}
.customer-entered-price .price-input input {
	width: 170px;
	text-align: center;
}
.customer-entered-price .price-range {
	margin: 5px 0 0;
	color: #777;
}

.tier-prices {
	margin: 0 0 20px;
}
.tier-prices .title {
    display: none;
}
.tier-prices table td {
	border: 1px solid #ddd;
	padding: 10px;
	color: #444;
}
.tier-prices .field-header {
	min-width: 80px;
}
.tier-prices .item-price {
	background-color: #f9f9f9;
	font-size: 16px;
	color: #e4434b;
}

.overview .add-to-cart {
	margin: 0 0 20px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
}
.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
	float: left;
}
.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 45px;
    height: 43px;
	padding: 0 12px;
	text-align: center;
    font-size: 15px;
	color: #444;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 43px;
    border: none;
    background-color: #2d409a;
    padding: 0 24px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
    .overview .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:hover {
        background-color: #941a1d;
    }

.product-share-button {
	display: inline-block;
    overflow: hidden;
}
.full-description {
	clear: both;
	line-height: 24px;
}

.product-collateral {
	margin: 0 0 75px;
}
.product-collateral .title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444;
}
.product-collateral .title strong {
	font-weight: normal;
}

.product-variant-line {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 20px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 220px;
	height: 220px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 10px;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #4ab2f1;
}
.variant-overview .variant-description {
	margin: 0 0 15px;
	line-height: 22px;
}
.variant-overview .add-to-wishlist {
	margin: 0 0 25px;
}
.variant-overview .add-to-wishlist-button {
	display: inline-block;
	width: auto;
}
.variant-overview .add-to-cart {
	margin: 0 0 10px;
}

.product-specs-box {
	margin: 0 0 40px;
}
.product-specs-box td {
	border: 1px solid #ddd;
	padding: 10px;
}

.product-tags-list {
	font-size: 0;
}
.product-tags-list li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a {
	display: inline-block;
	line-height: 24px;
}
.product-tags-list a:hover {
	color: #444;
}

.attributes {
	margin: 20px 0;
}
.attributes dl {
	overflow: hidden; 
    padding: 0 2px; /* fix for Chrome in Mac, the checkboxes get cut off */
}
.attributes dt,
.attribute-label {
	display: block;
	margin: 0 0 5px;
	white-space: nowrap; 
	font-weight: bold;
	color: #444;
}
.attributes dd,
.attribute-data {
	margin: 0 0 10px;
}
.attributes li {
	margin: 8px 0 12px;
}
.attributes select {
	width: auto;
	min-width: 100px;
	max-width: 100%;
}
.attributes .option-list label {
	margin: 0 5px;
}

.attributes .datepicker {
	width: 280px;
	text-align: center;
	color: #444;
}

.attributes .qty-box input{
	width: 48px;
    height: 32px;
    text-align: center;
}

.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: #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: 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 #4ab2f1;
	font-weight: bold;
	color: #4ab2f1;
	/*override jQuery UI styles, do not delete doubled properties*/
	color: #4ab2f1 !important;
}

.attribute-squares {
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 0 5px 5px;
	text-align: center;
}
.attribute-squares .attribute-square-container {
    display: block;
    position: relative;
    z-index: 0;
	padding: 1px;
}
.attribute-squares label {
	display: block;
	margin: 0 !important;
    overflow: hidden;
}
.attribute-squares .attribute-square {
    display: table !important;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #444 !important;
    cursor: pointer;
}
.attribute-squares .selected-value .attribute-square-container {
	background-color: #4ab2f1;
}
.attribute-squares li input {
	position: relative;
	z-index: -1;
	margin: -32px 0 0;
}
.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}
.tooltip-container:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -7px;
    width: 0; height: 0;
    border-bottom: 7px solid #eeeeee;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.tooltip-container:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -6px;
    width: 0; height: 0;
    border-bottom: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.attribute-squares li:hover .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999;
}
.tooltip-container .tooltip-header {
    background-color:#F6F6F6;
    height:25px;
    border-top-right-radius:4px;
    border-top-left-radius:4px;
    padding-left:10px;
    padding-top:5px;
    text-align:left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
}
.tooltip-container .tooltip-body {
    margin:5px;
}
.tooltip-container .tooltip-body img {
    border: 0px #FFF;
    width: 190px;
}
.giftcard {
	margin: 0 0 20px;
	overflow: hidden;
}
.giftcard div {
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 auto 5px;
	font-weight: bold;
	color: #444;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}
.giftcard textarea {
	height: 150px;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
	color: #4ab2f1;
}
.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .title {
	margin: 0 0 20px;
	font-size: 20px;
	color: #444;
}
.product-reviews-page .title strong {
	font-weight: normal;
}

.write-review {
	margin: 0 0 60px;
}
.write-review .fieldset {
	margin: 0 0 30px;
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating label {
    display: block;
    margin: 0 0 5px;
    font-size: 14px;
}
.write-review .review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
}
.write-review .review-rating li.first {
	color: #e4444c;
}
.write-review .review-rating li.rating-options {
    padding-top: 2px;
}
.write-review .review-rating li.rating-options input {
	vertical-align: baseline;
}
.write-review .review-rating li.last {
	color: #4cb17c;
}
.write-review .captcha-box {
	margin: 15px 0 0;
}
.write-review .button-1 {
	border: none;
	background-color: #2d409a;
    padding: 10px 25px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.write-review .button-1:hover {
	background-color: #248ece;
}
.product-reviews-page .result,
.product-reviews-page .message-error {
	margin: 0 0 20px;
}

.product-review-list {
	overflow: hidden;
}
.product-review-item {
	margin: 0 0 40px;
}
.product-review-item .review-item-head {
	border-top: 1px solid #ddd;
	overflow: hidden;
	background-color: #f6f6f6;
	padding: 10px;
}
.product-review-item .review-title {
	line-height: 20px;
	font-size: 15px;
	color: #444;
}
.product-review-item .product-review-box {
	margin: 3px 0 0;
}
.product-review-item .review-content {
	padding: 20px 10px;
}
.product-review-item .review-text {
	margin: 0 0 15px;
	line-height: 22px;
	color: #444;
}
.product-review-item .reply {
	margin: 15px 0;
    border-top: 1px solid #ddd;
}
.product-review-item .reply-header {
	margin: 15px 0;
    font-weight: bold;
}
.product-review-item .reply-text {
	line-height: 22px;
}
.product-review-item .review-info {
	margin: 0 0 5px;
}
.product-review-item .review-info label {
	font-weight: normal;
}
.product-review-item .review-info a,
.product-review-helpfulness .vote {
	display: inline-block;
	padding: 0 5px;
	color: #4ab2f1; 
	cursor: pointer;
}
.product-review-helpfulness .question {
	margin: 0 5px 0 0;
	font-style: italic;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-page .page-title {
	margin: 0 0 -1px;
}
.wishlist-content {
	margin: 0 0 20px;
}
.wishlist-content .message-error {
	margin: 20px 0;
}
.wishlist-content .table-wrapper {
	margin: 0 0 30px;
}
.wishlist-content .product-content {
	min-width: 300px;
	text-align: left;
}
.wishlist-content .tax-shipping-info {
	margin: 0 0 20px;
	text-align: center;
}
.wishlist-content .tax-shipping-info a {
	color: #4ab3f1;
}
.wishlist-content .tax-shipping-info a:hover {
	text-decoration: underline;
}
.wishlist-content .buttons {
	font-size: 0;
}
.wishlist-content .button-2 {
	display: block;
	width: 250px;
	margin: 0 auto 3px;
	border: none;
    padding: 10px 25px;
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	color: #fff;
}
    .wishlist-content .update-wishlist-button,
    .wishlist-content .wishlist-add-to-cart-button {
        background-color: #2d409a;
        text-transform: uppercase;
    }
        .wishlist-content .update-wishlist-button:hover,
        .wishlist-content .wishlist-add-to-cart-button:hover {
            background-color: #941a1d;
        }
.wishlist-content .email-a-friend-wishlist-button {
	background-color: #aaa;
}
.wishlist-content .email-a-friend-wishlist-button:hover {
	background-color: #999;
}
.wishlist-page .share-info {
	text-align: center;
}
.wishlist-page .share-info span {
	display: block;
	margin: 0 0 5px;
}
.wishlist-page .share-info a {
	font-weight: bold;
	color: #444;
}
.wishlist-page .share-info a:hover {
	color: #4ab2f1;
}
.wishlist-page .no-data {
	margin: 25px 0 0;
}

.compare-products-page {
	position: relative;
	overflow: hidden;
}
.compare-products-page .clear-list {
	display: inline-block;
	margin: 0 0 20px;
	background-color: #4ab2f1;
    padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.compare-products-page .clear-list:hover {
	background-color: #248ece;
}
.compare-products-page .table-wrapper {
	margin: 0 0 30px;
	padding: 0 0 1px; /*IE mobile table border fix*/
}
.compare-products-table td {
	min-width: 150px;
	border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
	text-align: left;
	vertical-align: top;
	color: #444;
}
.compare-products-table td:first-child {
	min-width: 0;
}
.compare-products-table td label {
	font-weight: normal;
    color: #777;
}
.compare-products-table .remove-button {
	display: inline-block;
	border: none;
	background: url('../images/remove.png') left center no-repeat;
	padding: 0 0 0 18px;
	font-size: 12px;
	color: #666;
}
.compare-products-table .remove-button:hover {
	color: #4ab2f1;
}
.compare-products-table .picture {
	display: block;
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}
.compare-products-table .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.compare-products-table .product-name td {
	font-weight: bold;
}
.compare-products-table .product-name td a:hover {
    color: #4ab2f1;
}
.compare-products-table .short-description td {
	line-height: 22px;
}
.compare-products-table .full-description td {
	display: none;
}
.compare-products-page .no-data {
	margin: 25px 0 0;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 25px;
}
.topic-block-title {
	min-height: 50px;
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
}
.topic-block-title h2 {
	font-size: 30px;
	font-weight: normal;
}
.topic-block-body {
	text-align: justify;
	line-height: 24px;
	font-size: 16px;
}
.topic-page .page-body {
	text-align: justify;
	line-height: 22px;
}
.topic-block a,
.topic-page a {
	text-decoration: underline;
}
.topic-block strong,
.topic-page strong {
	color: #444;
}

.home-page .topic-block {
	margin: 0 0 50px;
}
.popup-window .topic-page {
	padding: 15px;
}

.not-found-page p {
	margin: 30px 15px;
}

.topic-password {
	text-align: center;
}
.enter-password-title {
	margin: 0 0 20px;
	color: #444;
}
.enter-password-form {
	display: inline-block;
	overflow: hidden;
}
.enter-password-form input[type="password"] {
	float: left;
	width: 200px;
	height: 40px;
	margin: 0 -1px 0 0;
}
.enter-password-form input[type="submit"] {
	float: left;
	width: auto;
	min-width: 86px;
	height: 40px;
	border: none;
	background-color: #4ab2f1;
	padding: 0 15px;
	color: #fff;
	text-transform: uppercase;
}
.enter-password-form input[type="submit"]:hover {
	background-color: #248ece;
}


/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/



.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
	margin: 0 0 -1px;
}
.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
	margin: 20px 0;
}
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #2d409a;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
	background-color: #248ece;
}
.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
	margin: 25px 0;
}
.email-a-friend-page .title h2 {
	font-weight: normal;
	color: #4ab2f1;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.gender {
	display: inline-block;
}
.gender span {
	display: inline-block;
	margin: 0 5px;
}
.gender span > * {
	display: inline !important;
	margin: 0 5px;
	line-height: 32px;
}
.date-of-birth select {
	width:41%; /*always single line*/
	max-width: 227px;
}
.date-of-birth select + select {
	margin: 0 0 0 10px;
}
#check-availability-button {
	margin: 10px 0 0;
	border: none;
	background-color: #888;
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
#check-availability-button:hover {
	background-color: #999;
}
.accept-privacy-policy {
	margin: 0 0 20px;
	text-align: center;
}
.accept-privacy-policy > * {
	display: inline-block;
	line-height: 32px;
}
.accept-privacy-policy span {
	color: #4ab2f1;
	cursor: pointer;
}
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    min-width: 140px;
    /*min-width:59%;*/
    border: none;
    background-color: #2d409a;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
    .registration-page .button-1:hover,
    .registration-result-page .button-1:hover,
    .login-page .button-1:hover,
    .password-recovery-page .button-1:hover,
    .account-page .button-1:hover,
    .return-request-page .button-1:hover {
        background-color: #941a1d;
    }
.return-request-page h1 a {
    color: #4ab2f1;
}
.return-request-page .return-request-file {
    font-size: 14px;
}
.return-request-page .return-request-file .uploadedfileinput {
    display: inline-block;
}
.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
	margin: 0 0 10px;
}
.registration-result-page .result {
	margin: 0 0 30px;
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	color: #4cb17c;
}
.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
    margin: 0 5px;
    font-size: 14px;
}
.customer-info-page .vat-status {
    display: block;
}
.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
    display: block;
    font-size: 14px;
    margin-top: 7px;
    white-space: normal;
}
.login-page .customer-blocks {
	margin: 0 0 0px;
}
.login-page .title {
	margin: 15px 0 15px;
	font-size: 20px;
	color: #444;
}
.login-page .title strong {
	font-weight: normal;
}
.login-page .new-wrapper {
	margin: 0 0 50px;
}
    .login-page .new-wrapper .text {
        margin: 0 0 30px;
        /*border-top: 1px solid #e6e6e6;*/
        /*background-color: #2d409a;*/
        padding: 30px;
        line-height: 22px;
        color: #000;
    }
.login-page .new-wrapper .topic-block {
	margin: 0;
}
    .login-page .new-wrapper .topic-block-body strong {
        color: white;
    }
.login-page .new-wrapper .button-1 {
	margin: 0 0 5px;
}
.login-page .returning-wrapper {
	margin: 0;
}
.login-page .returning-wrapper .form-fields {
	overflow: hidden;
	padding: 30px 15px 0;
}
.login-page .returning-wrapper .inputs.reversed {
	white-space: normal;
}
.login-page .returning-wrapper .inputs.reversed * {
	display: inline-block;
	width: auto;
	margin: 5px;
	font-size: 14px; /*reset zeroing*/
	color: #444;
}
.login-page .returning-wrapper .inputs.reversed a:hover {
	color: #4ab2f1;
}
.login-page .captcha-box {
	margin: -15px 0 20px;
}
.login-page .returning-wrapper .buttons {
	background-color: #fff;
	padding: 0px 0;
}

.external-authentication {
	margin: 0 0 50px;
	overflow: hidden;
	text-align: center;
}
.external-authentication .title {
	margin: 0 0 15px;
	font-size: 20px;
	color: #444;
}
.external-authentication .buttons {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    padding: 30px;
}
.external-auth-errors {
	color: #e4444c;
}
.external-auth-association {
	color: #444;
}
.external-auth-association a {
	color: #4ab2f1;
}
.external-auth-association a:hover {
	text-decoration: underline;
}

.password-recovery-page .result {
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}
.password-recovery-page .tooltip {
	margin: 0 0 25px;
}

.add-more-external-records {
	text-align: center;
}
.add-more-external-records a {
	color: #4ab2f1;
}
.add-more-external-records a:hover {
	text-decoration: underline;
}

.account-page .buttons {
	text-align: center;
}
.account-page .description {
	margin: 0 0 25px;
	padding: 0 10px;
}
.account-page .table-wrapper {
	margin: 0 0 30px
}

.address-list-page .info,
.order-list-page .info {
	margin: 0 0 10px;
	border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
    padding: 20px;
	line-height: 26px;
	color: #444;
}
.address-list-page .info .name,
.order-list-page .info .name {
	font-size: 16px;
	font-weight: bold;
}
.address-list-page .button-2,
.order-list-page .button-2 {
	display: inline-block;
	margin: 0 0 0 10px;
	border: none;
	padding: 0 0 0 18px;
	font-size: 12px;
	color: #444;
}
.edit-address-button {
	background: url('../images/edit.png') left center no-repeat;
}
.delete-address-button,
.cancel-recurring-order-button {
	background: url('../images/remove.png') left center no-repeat;
}
.retry-recurring-order-button {
	background: url('../images/retry.png') left center no-repeat;
}
.return-items-button {
	background: url('../images/return.png') left center no-repeat;
}
.order-details-button {
	background: url('../images/details.png') left center no-repeat;
}
.address-list-page .button-2:hover,
.order-list-page .button-2:hover {
	color: #4ab2f1;
}
.address-list-page .add-button {
	margin: 0 0 20px;
	text-align: center;
}
.page-title .address-edit-page .page-title {
    margin: 0 0 -1px;
}
.address-edit-page .message-error {
	margin: 20px 0;
}
.address-edit-page .edit-address {
	margin: 0 0 30px;
	/*border-top: 1px solid #e6e6e6;*/
	/*background-color: #f9f9f9;*/
    padding: 30px 15px;
}

.recurring-payments table td {
	white-space: nowrap;
}
.recurring-payments table td:first-child {
	min-width: 120px;
	white-space: normal;
}
.recurring-payments .button-2 {
	font-size: 14px;
}

.return-request-list-page .details {
	border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
    padding: 20px;
	line-height: 22px;
	color: #444;
}
.return-request-list-page label {
	margin: 0 5px 0 0;
}
.return-request-list-page a {
	color: #4ab2f1;
}
.return-request-list-page a:hover {
	text-decoration: underline;
}
.return-request-list-page .comments div {
	margin: 10px 0 0;
	font-size: 15px;
	font-style: italic;
	color: #444;
}

.downloadable-products-page table td {
	color: #444;
}

.reward-points-overview {
    margin: 0 0 25px;
}
.reward-points-history table td {
	color: #444;
}
.reward-points-history table td:first-child {
	min-width: 120px;
}

.change-password-page .page-title {
	margin: 0 0 -1px;
}
.change-password-page .result,
.change-password-page .message-error {
	margin: 20px 0;
}
.change-password-page .fieldset {
	margin: 0 0 30px;
}

.avatar-page .page-title {
	margin: 0;
}
.avatar-page .page-body {
	margin: 0 0 30px;
	overflow: hidden;
	background-color: #f9f9f9;
    padding: 30px 25px;
}
.avatar-page .message-error {
	margin: 0 0 10px;
}
.avatar-page .image {
	margin: 0 0 10px;
}
.avatar-page .image img {
	border: 1px solid #ccc;
}
.avatar-page .button-1 {
	font-size: 14px;
}
.avatar-page .button-2 {
	border: none;
	background-color: #888;
	padding: 10px 15px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.avatar-page .button-2:hover {
	background-color: #999;
}
.avatar-page .info {
	color: #444;
}

.vendorinfo-page .button-2 {
    border: medium none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.vendorinfo-page .button-2:hover {
	background-color: #999;
}
.vendorinfo-page .vendor-picture {
    width: 400px;
    margin: 0 auto;
}
.vendorinfo-page .vendor-picture * {
    display: block;
    margin-top: 15px;
}


/********** SHOPPING CART **********/



.order-progress {
	margin: 0 0 50px;
	background-color: #f6f6f6;
	padding: 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 5px;
	background-color: #f6f6f6;
	padding: 7px;
	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: #2d409a;
    }
        .shopping-cart-page .common-buttons input:first-child:hover {
            background-color: #941a1d;
        }

.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: 170px;
}
.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 .attribute-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;
}

.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: #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: #4ab2f1;
}

.cart-footer .checkout-buttons {
	padding: 0 10px;
}
.cart-footer .checkout-button {
    display: inline-block;
    min-width: 160px;
    border: none;
    background-color: #2d409a;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
    .cart-footer .checkout-button:hover {
        background-color: #941a1d;
    }
.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;
}


/********** 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: #2d409a;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
    .checkout-page .button-1:hover {
        background-color: #941a1d;
    }

.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 .ship-to-same-address {
	padding: 30px 0;
	text-align: center;
}
.checkout-page .ship-to-same-address .selector {
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}

.checkout-page .pickup-in-store {
	text-align: center;
}
.checkout-page .pickup-in-store .selector {
	margin: 0 0 5px;
	font-weight: bold;
	color: #444;
}

.select-pickup-point {
    text-align: center;
}
.checkout-page .pickup-points-map {
	min-width: 400px;
    min-height: 350px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.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;
}

.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: 0 0 5px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong {
    font-weight: 700;
}
.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info {
    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: #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: #2d409a;
    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: #4ab2f1;
}
.opc .buttons .please-wait {
	display: block;
	margin: 10px 0 0;
    background: none;
}
.opc .section.ship-to-same-address {
	margin: 0 0 30px;
	padding: 0;
}
.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: #2d409a;
    }
        .order-details-page .page-title a.print-order-button:hover {
            background-color: #941a1d;
        }

.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: #4ab2f1;
}

.order-details-page .repost .button-2 {
	display: inline-block;
	margin: 10px 0;
	border: none;
	background-color: #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: #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: #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: #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: 165px;
	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: #2d409a;
    }
        .order-details-page .actions input:first-child:hover {
            background-color: #941a1d;
        }

.order-details-page .totals.section {
    width: 370px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto 50px;
}
.order-details-page .total-info {
	background-color: #f9f9f9;
	padding: 15px 20px;
	color: #444;
}


/****** SEARCH & SITEMAP ******/



.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;
}
.search-input .buttons {
    text-align: right;
    margin-right: 25%;
}
.search-input .button-1 {
    min-width: 140px;
    border: none;
    background-color: #2d409a;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
    .search-input .button-1:hover {
        background-color: #2d409a;
    }
.search-results {
	margin: 30px 0 0;
}
.search-results .warning,
.search-results .no-result {
	margin: 10px 0; 
	color: #e4434b;
}

.sitemap-page .description {
	margin: 0 0 30px;
    text-align: center;
}
.sitemap-page .entity {
	margin: 0 0 30px;
}
.sitemap-page .entity-title {
    margin: 0 0 15px;
    padding: 0 10px;
	text-align: center;
}
.sitemap-page .entity-title h2 {
	font-size: 20px;
	font-weight: normal;
	color: #444;
}
.sitemap-page .entity-body {
    border-top: 1px solid #e6e6e6;
	background-color: #f9f9f9;
    padding: 30px 15px;
	text-align: center;
}
.sitemap-page ul {
	font-size: 0;
}
.sitemap-page li {
	display: inline-block;
	position: relative;
	margin: 0 8px;
	padding: 0 12px;
	line-height: 50px;
	font-size: 14px; /*reset zeroing*/
}
.sitemap-page li:before {
	content: "";
	position: absolute;
	top: 23px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}
.sitemap-page a {
	color: #444;
}
.sitemap-page a:hover {
	color: #4ab2f1;
}
.sitemap-page a:empty {
	display: none;
}


/****** BLOG & NEWS ******/



.block-blog-archive .number {
	display: block;
	color: #444;
	cursor: auto;
}
.block-blog-archive .sublist {
	margin: 5px 0 5px 15px;
}
.block-blog-archive li.month {
	padding: 3px 0 3px 15px;
}

.blog-page .page-title,
.news-list-page .page-title {
	margin: 0;
}

.blog-page .post,
.news-items .news-item {
	margin: 0 0 30px;
}
.blog-page .post:after {
	content: "";
	display: block;
	clear: both;
}
.post-title,
.news-title {
	display: inline-block;
	padding: 20px 10px;
	line-height: 20px;
    font-size: 16px;
	font-weight: bold;
	color: #444;
}
.post-title:hover,
.news-title:hover {
	color: #4ab2f1;
}
.post-date,
.news-date {
	display: block;
	margin: 0 0 15px;
	background-color: #f6f6f6;
	padding: 10px;
	font-style: italic;
	color: #444;
}
.post-body,
.news-body {
	margin: 0 0 20px;
	padding: 0 10px;
	line-height: 22px;
}
.blog-page .tags, 
.blogpost-page .tags {
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 10px;
}
.blog-page .tags label,
.blogpost-page .tags label {
	display: inline-block;
	margin: 0 3px 3px 0;
	font-weight: bold;
	color: #444;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	display: inline-block;
	margin: 0 0 3px 3px;
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
	font-size: 14px; /*reset zeroing*/
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 8px 0 0;
}
.blog-page .tags a,
.blogpost-page .tags a {
	display: block;
	color: #4ab2f1;
}
.blog-page .tags a:hover,
.blogpost-page .tags a:hover {
	text-decoration: underline;
}

.blog-posts .buttons,
.news-items .buttons {
	margin: 0;
	padding: 0 10px;
}
.blog-posts .buttons .read-comments {
	display: block;
	margin: 0 0 15px;
	font-weight: bold;
	color: #444;
}
.blog-posts .buttons .read-comments:hover {
	color: #4ab2f1;
}
.blog-posts .buttons .read-more,
.news-items .buttons .read-more {
	display: inline-block;
	border: none;
	background-color: #4ab2f1;
	padding: 10px 20px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.blog-posts .buttons .read-more:hover,
.news-items .buttons .read-more:hover {
	background-color: #248ece;
}

.new-comment {
	margin: 50px 0 60px;
}
.new-comment .notifications {
	margin: 0 0 10px;
}
.new-comment .result {
	color: #690;
}
.new-comment .form-fields {
	margin: 0 0 20px;
}
.new-comment .button-1 {
	border: none;
	background-color: #4ab2f1;
    padding: 10px 30px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.new-comment .button-1:hover {
	background-color: #248ece;
}

.comment-list {
	margin: 0 0 100px;
}
.comment-list .title {
    margin: 0 0 15px;
    padding: 0 10px;
	font-size: 20px;
	color: #444;
}
.comment-list .title strong {
	font-weight: normal;
}
.comment-list .comment {
	margin: 0 0 40px;
	border-top: 1px solid #ddd;
}
.comment-list .comment:after {
	content: "";
	display: block;
	clear: both;
}
.comment-info {
	width: 150px;
	margin: 20px auto;
}
.comment-info .username {
	display: block;
	margin: 0 0 -1px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 11px 0;
	font-weight: bold;
	color: #444;
}
.comment-info a.username:hover {
	color: #4ab2f1;
}
.comment-info .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
    border: solid 2px #CEDBE1 !important;
}
.comment-time {
	margin: 0 0 15px;
	font-size: 13px;
	font-weight: bold;
}
.comment-time span {
	color: #444;
}
.comment-title {
	margin: 0 0 15px;
	font-size: 16px;
	color: #444;
}
.comment-body {
	line-height: 22px;
}

.news-list-homepage {
	margin: 0 0 75px;
}
.news-list-homepage .title {
	margin: 0 0 -1px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 15px;
	font-size: 30px;
	font-weight: normal;
	color: #444;
}
.news-list-homepage .title strong {
	font-weight: normal;
}
.news-list-homepage .view-all {
	text-align: center;
}
.news-list-homepage .view-all a {
	color: #444;
	text-decoration: underline;
}
.news-list-homepage .view-all a:hover {
	color: #4ab2f1;
}


/*** FORUM & PROFILE ***/



.forums-main-page .topic-block {
	margin: 0 0 35px;
	text-align: center;
}
.forums-main-page .topic-block p {
	text-align: center;
}
.forums-main-page .pager {
	display: none;
}

.forum-breadcrumb {
	margin: 0 0 40px;
}

.forums-header {
	margin: 0 0 50px;
	overflow: hidden;
}
.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.forums-header .current-time {
	margin: 0 0 15px;
	color: #444;
}
.forum-search-box .basic {
	overflow: hidden;
	margin: 0 0 10px;
}
.forum-search-box .advanced a {
	line-height: 22px;
	color: #444;
	text-decoration: underline;
}
.forum-search-box .advanced a:hover {
	color: #4ab2f1;
}

.forum-search-page .page-title {
	margin: 0 0 -1px;
}
.forum-search-page .search-error,
.forum-search-page .no-result {
	margin: 0 0 15px;
	text-align: center;
	color: #e4434b;
}

/* forum group */

.forums-table-section {
	margin: 0 0 60px;
}
.forums-table-section + .pager {
	margin: -30px 0 30px;
}
.forums-table-section-title {
	margin: 0 0 15px;
	padding: 0 10px;
}
.forums-table-section-title a,
.forums-table-section-title strong {
	font-size: 22px;
	font-weight: normal;
	color: #444;
}
.forums-table-section-title a:hover {
	color: #4ab2f1;
}

.forums-table-section .image div {
	width: 38px;
	height: 32px;
	margin: auto;
	background: url('../images/topic-type1.png') center no-repeat;
}
.forums-table-section .image div.sticky {
	background: url('../images/topic-type2.png') center no-repeat;
}
.forums-table-section .image div.announcement {
	background: url('../images/topic-type3.png') center no-repeat;
}

.forums-table-section .forum-title,
.forums-table-section .topic-title {
	margin: 5px 0;
}
.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
	font-size: 16px;
	font-weight: bold;
	color: #444;
}
.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover {
	color: #4ab2f1;
	text-decoration: none;
}
.forums-table-section .topic-title span {
	display: block;
	color: #777;
}
.forums-table-section .forum-description,
.forums-table-section .topic-starter {
	margin: 5px 0;
}
.forums-table-section .latest-post {
	white-space: nowrap;
}
.forums-table-section .latest-post div {
	margin: 5px 0;
}
.forums-table-section .latest-post label {
	color: #777;
}

.forums-table-section .view-all {
	margin: 30px 0 0;
	padding: 0 10px;
}
.forums-table-section .view-all a {
	background-color: #4ab2f1;
	padding: 10px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.forums-table-section .view-all a:hover {
	background-color: #248ece;
}

/* forum-page, topic page */

.forum-page .forum-info {
	margin: 0 0 30px;
}
.forum-page .forum-name,
.forum-topic-page .topic-name {
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
	font-size: 30px;
	font-weight: normal;
}

.forum-actions,
.topic-actions {
	margin: 0 0 30px;
	font-size: 0;
}
.forum-actions .actions a,
.topic-actions .actions a {
	display: inline-block;
	margin: 1px;
	padding: 10px 10px 10px 33px;
	font-size: 14px;
}
.forum-actions .actions .new-topic {
	background: #eee url('../images/new.png') left center no-repeat;
}
.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
	background: #eee url('../images/watch.png') left center no-repeat;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
	background-color: #e6e6e6;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
	display: none;
	margin: 0;
}
.topic-actions .reply-topic-button {
	background: #eee url('../images/reply.png') left center no-repeat;
}
.topic-actions .watch-topic-button {
	background: #eee url('../images/watch.png') left center no-repeat;
}
.topic-actions .move-topic-button {
	background: #eee url('../images/move.png') left center no-repeat;
}
.topic-actions .edit-topic-button {
	background: #eee url('../images/edit_.png') left center no-repeat;
}
.topic-actions .delete-topic-button {
	background: #eee url('../images/remove_.png') left center no-repeat;
}
.topic-actions.lower .actions {
	display: none;
}

.active-discussions-page .forums-table-section-title {
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}
.active-discussions-page .forums-table-section-title strong {
	font-size: 30px;
	font-weight: normal;
}
.active-discussions-page .forums-table-section-body {
	margin: 0 0 20px;
}

/* topic post */

.topic-post {
	margin: 0 0 30px;
	border-top: 1px solid #ddd;
}
.topic-post:last-child {
	border-bottom: 1px solid #ddd;
}
.topic-post:after {
	content: "";
	display: block;
	clear: both;
}
.topic-post .post-info {
	margin: 30px 0;
}
.topic-post .user-info {
	width: 150px;
	margin: 0 auto 15px
}
.topic-post .username {
	display: block;
	margin: 0 0 -1px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	padding: 11px 0;
	font-weight: bold;
	color: #444;
}
.topic-post a.username:hover {
	color: #4ab2f1;
}
.topic-post .avatar,
.profile-info-box .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.topic-post .avatar img,
.profile-info-box .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .avatar img {
    border: solid 2px #CEDBE1 !important;
}
.topic-post .user-stats {
	margin: 0 0 15px;
}
.topic-post .user-stats li {
	display: inline-block;
	margin: 0 10px;
}
.topic-post .user-stats span,
.profile-info-box .profile-stats span {
	margin: 0 0 0 3px;
	font-weight: bold;
	color: #444;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
	border: none;
	background-color: #888;
	padding: 10px 20px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
	background-color: #999;
}

.topic-post .post-time {
	margin: 0 0 15px;
	background-color: #f6f6f6;
	padding: 10px 15px;
	font-size: 13px;
	font-weight: bold;
}
.topic-post .post-time span {
	color: #444;
}
.topic-post .post-actions {
	margin: 0 0 15px;
	font-size: 0;
}
.topic-post .post-actions > div {
	display: inline-block;
}
.topic-post .post-actions a {
	display: inline-block;
	margin: 1px 5px;
	font-size: 14px;
}
.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
	padding: 10px 10px 10px 33px;
}
.topic-post .post-actions .edit-post-button {
	background: url('../images/edit_.png') left center no-repeat;
}
.topic-post .post-actions .delete-post-button {
	background: url('../images/remove_.png') left center no-repeat;
}
.topic-post .post-actions .edit-post-button:hover,
.topic-post .post-actions .delete-post-button:hover {
	color: #4ab2f1;
}
.topic-post .post-actions .post-link-button {
	padding: 10px;
	font-weight: bold;
	color: #4ab2f1;
}
.topic-post .post-actions .post-link-button:hover {
	text-decoration: underline;
}
.topic-post .post-actions .quote-post-button {
	background-color: #888;
	padding: 10px 20px;
	color: #fff;
}
.topic-post .post-actions .quote-post-button:hover {
	background-color: #999;
	color: #fff;
}

.topic-post .post-text {
	/*topic post-text also gets style from blog post-body*/
	padding: 0 10px 20px;
	line-height: 22px;
	color: #444;
    margin-bottom: 0;
}

.topic-post .post-vote{
    text-align: center;
    display: table;
    margin: 0 auto 20px;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #f9f9f9;
	padding: 10px;
	color: #777;
}
.topic-post .signature {
	border-top: 1px solid #ddd;
	padding: 20px;
	font-size: 13px;
    font-style: italic;
    clear: both;
}

.topic-post .post-vote span.vote {
	cursor: pointer;
    display: block;
    width: 40px;
    height: 24px;
}
.topic-post .post-vote span.up{
    background: url('../images/vote-up.png') no-repeat 50% 50%;
}
.topic-post .post-vote span.vote.up.selected{
    background: url('../images/vote-up-selected.png') no-repeat 50% 50%;
}
.topic-post .post-vote span.down{
    background: url('../images/vote-down.png') no-repeat 50% 50%;
}
.topic-post .post-vote span.vote.down.selected{
    background: url('../images/vote-down-selected.png') no-repeat 50% 50%;
}
.topic-post .vote-count-post {
    display: block;
    font-size: 160%;
}
/* forum edit & send message */

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
	margin: 0 0 -1px;
}
.move-topic-page label {
	white-space: normal;
}
.forum-edit-page .message-error,
.private-message-send-page .message-error {
	margin: 20px 0;
}
.forum-edit-page .inputs strong {
	display: inline-block;
	max-width: 400px;
	font-size: 22px; /*reset zeroing*/
	font-weight: normal;
	color: #444;
	white-space: normal;
}
.forum-edit-page .inputs .topic-subject {
	font-size: 17px;
}
.forum-edit-page .inputs.reversed {
	margin: 0;
}
.forum-edit-page .inputs.reversed label {
	width: auto;
	margin: 5px;
	font-size: 14px; /*reset zeroing*/
	white-space: normal;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	max-width: 400px;
	margin: 20px auto;
	background-color: #ddd;
	padding: 10px;
}
.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
    margin: 0 2px 0 0;
    border: #cec6b5 1px solid;
	padding: 2px;
}
.forum-edit-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:hover {
	border: #333 1px solid;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	display: block;
	margin: auto;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
	min-width: 140px;
    border: none;
	background-color: #999;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
	color: #fff;
    text-transform: uppercase;
}
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
	background-color: #888;
}
.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
	background-color: #4ab2f1;
}
.forum-edit-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:hover,
.private-messages .buttons .button-1:hover {
	background-color: #248ece;
}

.private-message-send-page a {
	font-size: 14px;
	color: #4ab2f1;
}
.private-message-send-page span {
	font-size: 14px;
}

/* jQuery tabs */

.ui-tabs {
	/*override jQuery UI styles, do not delete doubled properties*/
	border: none;
	border-radius: 0;
	background: none;
	padding: 0;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #777;
}
.ui-tabs-nav {
	margin: 0 0 30px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	font-size: 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 0 30px !important;
	border-width: 0 0 1px;
	border-radius: 0;
	background: none;
	padding: 0 !important;
	line-height: normal;
	font-weight: normal;
	color: #444;
}
.ui-tabs-nav li {
	margin: 0 0 -1px;
	/*override jQuery UI styles, do not delete doubled properties*/
	float: none !important;
	margin: 0 0 -1px !important;
	border: none !important;
	border-radius: 0;
	background: none !important;
	padding: 0 !important;
}
.ui-tabs-nav li a {
	display: block;
	border: 1px solid #ddd;
	padding: 12px 24px;
	text-align: center;
	font-size: 18px;
	color: #444;
	/*override jQuery UI styles, do not delete doubled properties*/
	float: none !important;
	padding: 12px 24px !important;
}
.ui-tabs-nav li.ui-state-active a {
	background-color: #eee;
	color: #4ab2f1;
}
.ui-tabs-panel {
	/*override jQuery UI styles, do not delete doubled properties*/
	padding: 0 !important;
}

/* inbox & view message */

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
	margin: 0 0 30px;
}
.private-messages-page th.select {
	text-align: center;
}
.private-messages-page td.from, 
.private-messages-page td.to,
.private-messages-page td.subject {
	min-width: 150px;
}
.private-messages-page td.date {
	white-space: nowrap;
}
.private-messages-page td.subject a {
	color: #444;
}
.private-messages-page td.subject a.pm-unread {
	color: #4ab2f1;
}
.private-messages-page .pager {
    margin: 0 0 30px;
}
.private-messages-page .buttons,
.private-message-view-page .buttons {
	font-size: 0;
}
.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: block;
	width: 250px;
	margin: 0 auto 3px;
	font-size: 15px; /*reset zeroing*/
}

.private-message-view-page .view-message {
	margin: 0 0 30px;
}
.private-message-view-page .message-head {
	margin: 0 0 20px;
	line-height: 22px;
}
.private-message-view-page .message-head span {
	font-weight: bold;
	color: #444;
}
.private-message-view-page .message-body {
	border-top: 1px solid #ddd;
	background-color: #f9f9f9;
	padding: 30px 20px;
	line-height: 22px;
	text-align: justify;
}
.private-message-view-page .back-pm-button {
	text-transform: capitalize !important;
}

/* profile page  */

.profile-info-box {
	overflow: hidden;
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
.profile-info-box .user-details {
	margin: 0 0 30px;
}
.profile-info-box .avatar {
	margin: 0 auto 15px;
}
.profile-info-box .title {
	margin: 0 0 10px;
	font-size: 18px;
	color: #444;
}
.profile-info-box .stats {
	margin: 0 0 15px;
}

.latest-posts {
	/*override jQuery UI styles, do not delete doubled properties*/
	line-height: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
.latest-posts .topic {
	margin: 0 0 35px;
}
.latest-posts .topic-title {
	margin: 0 0 20px;
	border-top: 1px solid #ddd;
	background: #f6f6f6;
	padding: 10px;
	font-size: 16px;
}
.latest-posts .topic-title a {
	font-weight: bold;
	color: #444;
}
.latest-posts .topic-title a:hover {
	color: #4ab2f1;
}
.latest-posts .topic-body {
	margin: 0 0 15px;
	line-height: 22px;
}
.latest-posts .topic-data {
	color: #444;
}

/* BB codes */

pre {
    white-space: pre-wrap;
    white-space: normal;
    word-wrap: break-word;	
}
.csharpcode {
	margin: 10px 0;
    border: 1px dashed #ccc;
	background-color: #fff;
    padding: 10px; 
	font-family: "Courier New", Courier, monospace;
	color: #000;  
}
.csharpcode .rem {
    color: green;
}
.csharpcode .kwrd {
    color: #00f;
}
.csharpcode .str {
    color: #006080;
}
.csharpcode .op {
    color: #00c;
}
.csharpcode .preproc {
    color: #c63;
}
.csharpcode .asp {
    background-color: #ff0;
}
.csharpcode .html {
    color: maroon;
}
.csharpcode .attr {
    color: red;
}
.csharpcode .alt {
    width: 100%;
    margin: 0;
	background-color: #f6f6f6;
}
.csharpcode .lnum {
    color: #666;
}





@media all and (max-width: 1000px) {


/*** GLOBAL TABLES ***/


.cart {
	display: block;
}
.cart colgroup,
.cart thead {
	display: none;
}
.cart tbody {
	display: block;
	overflow: hidden;
}
.cart tr {
	display: block;
	float: left;
	width: 100%;
	margin: 40px 0 0;
	border: 1px solid #ddd;
}
.cart td {
	display: block;
	border: none;
	padding: 10px;
}
.cart td.remove-from-cart {
    margin: 0 0 15px;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
	padding: 10px;
}
.cart td.product-picture {
	border-top: 1px solid #ddd;
	padding: 15px 10px 5px;
}
.cart td.product {
	min-width: 0;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px 15px;
	text-align: center;
}
.cart td.quantity {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
}
.cart td.unit-price,
.cart td.subtotal {
	display: inline-block;
	padding: 20px 10px;
	vertical-align: middle;
}

.order-details-page .data-table {
	display: block;
}
.order-details-page .data-table colgroup,
.order-details-page .data-table thead {
	display: none;
}
.order-details-page .data-table tbody {
	display: block;
	overflow: hidden;
}
.order-details-page .data-table tr {
	display: block;
	float: left;
	width: 100%;
	margin: 40px 0 0;
	border: 1px solid #ddd;
}
.order-details-page .data-table td {
	display: block;
	border: none;
	padding: 10px;
}
.order-details-page .data-table td.product,
.order-details-page .data-table td.tracking-number {
	min-width: 0;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px 15px;
	text-align: center;
}


/*** MOBILE NAVIGATION ***/


.header-menu {
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 600px;
	margin: 0 auto 40px;
}
.menu-toggle {
	background: #4ab2f1 url('../images/menu-icon.png') right center no-repeat;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.top-menu {
	display: none;
}
.top-menu > li {
	position: relative;
	margin: 1px 0;
	background-color: #f6f6f6;
}
.top-menu > li > a {
	display: block;
	min-height: 55px;
	padding: 18px;
	font-size: 15px;
	color: #555;
}
.top-menu .sublist {
	display: none;
	background-color: #fff;
	padding: 5px 0;
}
.top-menu .sublist li {
	position: relative;
	margin: 1px 0 1px 20px;
}
.top-menu .sublist li a {
	display: block;
	padding: 15px 18px;
	font-size: 15px;
}

.sublist-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	border-left: 1px solid #fff;
	background: url('../images/toggle-black.png') center no-repeat;
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.sublist .sublist-toggle {
	height: 49px;
}
.sublist .sublist li {
	background-color: #f6f6f6;
}
.sublist .sublist .sublist li {
	background-color: #fff;
}

.block-category-navigation {
	display: none;
}
.block-account-navigation {
	float: none;
	margin: auto !important;
}

}





@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: 650px;
}
.ui-autocomplete {
	width: 280px !important;
}
.ui-autocomplete img {
	display: inline;
}


/*** FOOTER ***/


.footer-block {
	width: 85%;
}
.newsletter-email input[type="text"] {
	width: 240px;
}


/*** CATEGORY ***/


.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 .product-spec-group.product-spec-color {
    max-width: 190px;
}
.product-filter .group li.item {
	display: block;
	margin: 0;
}
.product-filter .group li.color-item {
    display: inline-block;
}

.item-box {
	width: 49%;
	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: 90px;
        padding: 12px;
        margin: -0px 0 -20px;
        text-align: center;
        font-size: 13px;
        color: black;
        height: 2.572em;
        /*-webkit-line-clamp: 2;*/
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }


/*** 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;
}

.topic-post .post-text {
    float: left;
    width: 90.5%;
    text-align: left;
}

.forum-group .forum-table th.latest-post,
.forum-group .forum-table th.topics,
.forum-group .forum-table th.posts,
.forum-group .forum-table td.latest-post,
.forum-group .forum-table td.topics,
.forum-group .forum-table td.posts {
    display: table-cell;
}

.topic-group .forum-table th.latest-post,
.topic-group .forum-table td.latest-post {
    display: table-cell;
}

.forum-table td.image {
    max-width: 40px;
}

.forum-table td.image div {
    max-width: 100%;
    background-size: contain;
}
}


@media (max-width: 1360px) {
    .search-box input.search-box-text {
        width: 520px;
    }
    .prod_whyawok {
        display: none;
    }
}
@media (max-width: 1220px) {
    .search-box input.search-box-text {
        width: 333px;
    }
    .prod_whyawok{
        display:none;
    }
}
@media (max-width: 450px) {
    .search-box input.search-box-text {
        width: 183px;
    }
    .prod_whyawok {
        display: none;
    }

    .cart_area {
        margin: 0px 20px;
    }
    .header-hambergermenu
    {
        display:none !important;
    }
}

@media all and (min-width: 769px) {


/**** GLOBAL ***/


.master-wrapper-content {
	width: 94%;
}
.home-page-polls li {
	min-width: 100px;
}


/**** 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;
}


/*** HEADER ***/


.header-selectors-wrapper > div {
	width: 20%;
}


/*** FOOTER ***/


.footer-block {
	display: inline-block;
	width: 25.33333%;
	margin: 0 4%;
	vertical-align: top;
}
.footer-block .title {
	margin: 0 0 15px;
	background: none;
	padding: 0;
	color: #444;
	cursor: auto;
}
.footer-block .list {
	display: block !important; /* prevents toggle display:none on resize */
	background: none;
	padding: 0;
}
.footer-block .list li {
	padding: 5px 0;
}
.footer-block .list a {
	display: inline;
	padding: 0;
}
.follow-us {
	width: 98%;
	margin: 25px auto 0;
}


/*** CATEGORY ***/


.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: 23.33333%;
        margin: 0 0.5% 20px;
        transition: box-shadow .3s;
    }
        .item-box:hover {
            box-shadow: 0 0 11px rgba(33,33,33,.2);
        }
.item-box:nth-child(2n+1) {
	clear: none;
}
.item-box:nth-child(4n+1) {
	clear: both;
}

    .product-list .item-box {
        float: none;
        width: auto;
        margin: 0 5px 20px;
        border-bottom: 1px solid #ddd;
    }
.product-list .item-box .product-item:after {
	content: "";
	display: block;
	clear: both;
}
    .relatedproductitem {
        border-right: 1px solid #d4d4d4;
    }

.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;
}


/*** PRODUCT PAGE ***/


.gallery {
	width: 550px;
}
.variant-picture {
	float: left;
}
.variant-picture + .variant-overview {
	width: auto;
	margin: 0 0 0 240px;
}
.variant-overview {
	text-align: left;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	float: left;
	max-width: 600px;
}
.product-review-item .product-review-box {
	float: right;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/


.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
	display: inline-block;
	width: 45%;
    margin: 20px 1%;
	vertical-align: top;
}
.recurring-payments {
	width: 100% !important;
	margin: 20px 0 !important;
}


/*** 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: left;
}


/*** 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 > div,
.order-details-area > div,
.shipment-details-area > div {
	float: left;
	width: 48%;
	margin: 0 1% 40px;
}


/*** ORDER DETAILS & SHIPPING DETAILS ***/


.order-details-page .section.options {
	text-align: right;
}
.order-details-page .selected-checkout-attributes {
	padding: 0 10px;
}
.order-details-page .tax-shipping-info {
    text-align: right;
}
.order-details-page .totals {
	float: right;
	clear: both;
}
.shipment-details-page .tracking-number .tracking-url {
    color: #4ab2f1;
}


/*** BLOG & NEWS ***/


.blog-posts .tags {
	float: right;
	width: 80%;
	text-align: right;
}
.blog-posts .buttons {
	float: left;
	width: 20%;
	text-align: left;
}

.new-comment {
	text-align: center;
}
.new-comment .buttons {
	text-align: center;
}

.comment-list .comment {
	display: table;
	width: 100%;
	margin: 0;
}
.comment-list .comment:last-child {
	border-bottom: 1px solid #ddd;
}
.comment-info {
	display: table-cell;
	width: 15%;
	margin: 0;
	vertical-align: top;
}
.comment-info .username {
	min-height: 40px;
	margin: 0;
	border: none;
	text-align: center;
}
.comment-info .avatar {
	border: none;
}
.comment-info .avatar img {
	max-width: 80%;
	max-height: 80%;
}
.comment-content {
	display: table-cell;
	width: 85%;
	border-left: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}
.comment-time {
	min-height: 40px;
	margin: 0;
	background-color: #f6f6f6;
	padding: 10px 15px;
    font-size: 14px;
    font-weight: normal;
}
.comment-title {
	margin: 0 0 -20px;
	padding: 20px;
}
.comment-body {
	padding: 20px;
}


/*** FORUM & PROFILE ***/


.forum-actions,
.topic-actions {
	overflow: hidden;
}
.forum-actions .actions,
.topic-actions .actions {
	float: left;
}
.forum-actions .pager,
.topic-actions .pager {
	float: right;
	max-width: 450px;
}
.forum-actions .pager li,
.topic-actions .pager li {
	margin: 2px 4px;
}
.forum-actions .pager.upper {
	display: block;
}
.topic-actions.lower .actions {
	display: block;
}

.topic-posts {
	margin: 0 0 30px;
}
.topic-post {
	display: table;
	width: 100%;
	margin: 0;
}
.topic-post .post-info {
	display: table-cell;
	width: 15%;
	margin: 0;
	vertical-align: top;
	text-align: left;
}
.topic-post .user-info {
	width: auto;
}
.topic-post .username {
	min-height: 40px;
	margin: 0;
	border: none;
	text-align: center;
}
.topic-post .avatar {
	margin: auto;
	border: none;
}
.topic-post .avatar img {
	max-width: 80%;
	max-height: 80%;
}
.topic-post .user-stats li {
	margin: 0;
}
.topic-post .send-pm {
	margin: 0 0 20px;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	padding: 8px 16px;
	font-size: 13px;
}
.topic-post .post-content {
	display: table-cell;
	width: 85%;
	border-left: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}
.topic-post .post-head {
	min-height: 40px;
	overflow: hidden;
	background-color: #f6f6f6;
}
.topic-post .post-time {
	float: left;
	margin: 0;
    font-size: 14px;
    font-weight: normal;
}
.topic-post .post-actions {
	float: right;
	margin: 0;
}
.topic-post .post-actions a {
	margin: 0;
	line-height: 20px;
}
.topic-post .post-actions .manage-post a {
}
.topic-post .post-actions .quote-post a {
	min-width: 70px;
}
.topic-post .post-actions a.post-link-button {
	margin: 0 0 0 10px;
	border-left: 1px solid #ddd;
	text-align: center;
}

.topic-post .post-text {
	padding: 20px 5px;
}

.topic-post .post-vote{
    padding: 20px 0 20px 15px;
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes {
    display: table-cell;
}

.forum-table td.image {
    max-width: none;
}

.forum-table td.image div {
    max-width: none;
    background-size: initial;
}

.ui-tabs-nav {
	text-align: left;
}
.ui-tabs-nav li {
	margin: 0 10px -1px 0;
	/*override jQuery UI styles, do not delete doubled properties*/
	margin: 0 10px -1px 0 !important;
}

.profile-info-box .avatar {
	float: left;
	margin: 0 15px 15px 0;
}
.profile-info-box .profile-stats {
	float: left;
	text-align: left;
}
.profile-info-box .title {
	text-align: left;
}
.profile-info-box .send-pm {
	clear: both;
	text-align: left;
}

}





@media all and (min-width: 1001px) {


    /****Header fiexd***/

    .headerfixed {
        width: 100%;
        background-color: #ffffff;
        color: #000000;
        position: fixed;
        z-index: 999;
    }

/*** GLOBAL STYLES ***/


.master-wrapper-content {
	/*width: 980px;
	margin: auto;*/
    padding: 11px 34px;
}
.center-2 {
	float: right;
	width: 82%;
}
    .side-2 {
        float: left;
        width: 18%;
        background-color: #f6f6f6;
    }
.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: 30px;
}
.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: 30px;
	text-transform: none;
}
#topcartlink {
	display: inline-block;
	width: auto;
	margin: 0;
/*padding: 0 18px;*/
}

.flyout-cart {
	position: absolute;
	top: 85px;
	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: #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: #2d409a;
        padding: 10px 20px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }
        .mini-shopping-cart input[type="button"]:hover {
            background-color: #941a1d;
        }

    .header-lower {
        display: table;
        width: 100%;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 0px 0px 0px 71px;
    }
.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;
        padding-top: 5px;
    }
.search-box input.search-box-text,
.search-box .search-box-button {
	height: 40px;
    border-radius: 2px;
}


/*** NAVIGATION ***/


    .header-menu {
        position: relative;
        z-index: 5;
        width: 100%;
        margin: 0px 0px 0px 0px;
        /*border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;*/
        padding: 0px 71px;
        text-align: left;
        padding-top: 89px;
        background-color: #941a1d;
        background-color: #941a1d;
    }


.menu-toggle,
.sublist-toggle {
	display: none;
}
.header-menu > ul {
	display: block !important; /* prevents toggle display:none on resize */
	font-size: 0;
}
.header-menu > ul.mobile {
	display: none !important;
}
    .header-menu > ul > li {
        display: inline-block;
        border-left: 1px solid #c74d4d;
        padding: 0 10px;
        vertical-align: middle;
    }
.header-menu > ul > li:first-child {
	/*border-left: none;*/
}
    .header-menu > ul > li > a {
        /*display: block;
        padding: 0px 10px;
        line-height: 33px;
        font-size: 15px;
        color: #555;
        cursor: pointer;*/
        display: block;
        padding: 0px 4px;
        line-height: 44px;
        font-size: 13px;
        color: #f5f2f2;
        cursor: pointer;
        text-transform: uppercase;
    }
.header-menu > ul > li > a:hover {
	color: #e6d7d7;
}
    .header-menu .sublist {
        display: none;
        position: absolute;
        /*width: 200px;*/
        width: 220px;
        box-shadow: 0 0 2px rgba(0,0,0,0.2);
        background-color: #fff;
        padding: 10px 0 0 0;
        text-align: left;
        /*visibility: hidden;*/
        /* hides sub-menu */
        /*opacity: 0;*/
        /*position: absolute;*/
        /*top: 100%;
        left: 0;
        width: 100%;*/
        /*transform: translateY(-2em);
        z-index: -1;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;*/
    }
  
.header-menu .sublist li {
	position: relative;
}
    .header-menu .sublist li a {
        display: block;
        position: relative;
        padding: 10px 20px 10px 30px;
        font-size: 12px;
        color: #444;
        line-height: 10px;
        border-top: 1px solid #f5f5f5;
    }
/*.header-menu .sublist li a:before {
	content: "";
	position: absolute;
	top: 17px;
	left: 15px;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}*/
.header-menu .sublist li:hover > a {
	background-color: #f6f6f6;
}
.header-menu ul li:hover > .sublist {
	display: block;
}
.header-menu .sublist .sublist {
	top: -10px;
	left: 100% !important;
}


/*** FOOTER ***/


.footer-upper {
	width: 980px;
	padding: 35px 10px;
}
.footer-upper:after {
	content: "";
	display: block;
	clear: both;
}
.footer-block {
	float: left;
	width: 220px;
	margin: 0;
}
.footer-block:first-child {
}
.footer-block .list {
	margin: 0;
}
.follow-us {
	float: right;
	width: 300px !important;
	margin: 0;
	text-align: left;
}
.follow-us .social li {
	margin: 0 10px 0 0;
}
.newsletter-email {
	display: block;
}
.newsletter-email input[type="text"] {
	width: 200px;
}
.newsletter-email .newsletter-subscribe-button {
	width: 100px;
	padding: 0 5px;
}
.newsletter-validation .field-validation-valid {
	text-align: left;
}
.footer-lower {
	position: relative;
	width: 980px;
	padding: 25px 5px;
}
.footer-lower:after {
	content: "";
	display: block;
	clear: both;
}
.footer-info {
	float: right;
	line-height: 32px;
}
.footer-powered-by {
	float: left;
	margin: 0;
	line-height: 32px;
}
.theme-selector {
	float: left;
	margin: 0 0 0 15px;
}


/*** 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: 35%;
	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: 0px 0px 0px;
    }

    .item-box .buttons {
        text-align: center;
        padding-bottom: 3px;
    }

.home-page .product-grid .item-box,
.shopping-cart-page .product-grid .item-box {
	width: 19%;
	margin: 0 0.5% 5px;
}
    .product-details-page .product-grid .item-box {
        width: 24%;
        margin: 0 0.5% 0px;
        /*border: 1px solid #f7f4f4;*/
    }

   
.home-page .product-grid .item-box:nth-child(4n+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(5n+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 ***/


.gallery {
	float: left;
	width: 30%;
}
.gallery .picture {
	width: auto;
}
    .overview {
        float: left;
        width: 53%;
        padding-right: 36px;
        padding-left:21px;
    }
   
.rental-attributes {
	overflow: hidden;
}
.rental-attributes .attribute-item {
	float: left;
	margin: 0 20px 0 0;
}
.rental-attributes .datepicker {
	width: 160px;
	text-align: left;
}
.attribute-squares li {
	margin: 0 10px 10px 0;
}
.product-details-page .title {
	text-align: left;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	max-width: 850px;
}


/*** WISHLIST & COMPARE LIST ***/

.compare-products-page .page-title {
	margin: 0 0 -1px;
}
.compare-products-page .clear-list {
	position: absolute;
	top: 7px;
	right: 0;
}
.compare-products-table .full-description td {
	display: table-cell;
}
.compare-products-table .full-description td p {
	margin-top: 0;
}


/*** TOPICS ***/


.center-1 .topic-block-title {
	text-align: center;
}
.topic-page p {
	text-align: justify;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/


.gender span {
	margin: 0 10px 0 0;
}
.gender span > * {
	margin: 0 5px 0 0;
}
.date-of-birth select + select {
	margin: 0 0 0 11px;
}
#check-availability-button {
	display: block;
	margin: 10px auto;
}

.login-page .customer-blocks {
	overflow: hidden;
}
.login-page .new-wrapper {
	float: left;
	width: 49%;
	margin: 0;
}
.login-page .new-wrapper .text {
	min-height: 135px;
}
.login-page .returning-wrapper {
	float: right;
	width: 49%;
}
.login-page .returning-wrapper .form-fields {
	min-height: 200px;
	padding: 30px 0 0;
}
.login-page .returning-wrapper .inputs label {
	width: 110px;
}
.login-page .returning-wrapper input[type="text"],
.login-page .returning-wrapper input[type="password"] {
	/*width: 300px;*/
}

.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
	display: block;
    width: auto;
	margin: 0 0 40px;
}
.address-list-page .buttons,
.order-list-page .buttons {
	position: absolute;
	top: 5px;
	right: 10px;
}

.avatar-page .message-error,
.avatar-page .buttons {
	text-align: left;
}

.registration-page .vat-note {
    margin-left: 275px;
}
.customer-info-page .vat-note, 
.customer-info-page .email-to-revalidate-note {
    margin-left: 150px;
}
.customer-info-page .vat-status {
    display: inline-block;
}

/*** 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;
}


    .loginimage {
        width: 40%;
        padding-bottom:20px;
    }

    .loginimagediv {
        background-color: #2d409a;
        min-height: 313px;
        text-align:center;
        margin-bottom:30px;
    }




/*** CHECKOUT ***/


.order-progress {
	margin: -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;
}


/*** BLOG & NEWS ***/


.comment-list {
	margin: 0 0 50px;
}
.news-list-homepage .news-items {
	overflow: hidden;
	text-align: left;
}
.news-list-homepage .news-item {
	float: left;
	width: 31.33333%;
	margin: 0 1% 30px;
}
.news-list-homepage .news-item:nth-child(3n+1) {
	clear: both;
}
.news-list-homepage .news-item:only-child {
	float: none;
	width: auto;
	margin: 0 0 30px;
}
.news-list-homepage .news-head {
	text-align: center;
}
.news-list-homepage .news-body {
	text-align: justify;
}


/*** FORUM & PROFILE ***/


.forum-breadcrumb {
	margin: -30px 0 30px;
}
.current-time {
	float: right;
}
.forum-search-box {
	float: left;
}
.forum-search-box .advanced {
	text-align: left;
}
.forum-search-box .advanced a {
	line-height: normal;
}
.forums-table-section td {
	min-width: 150px;
}
.forums-table-section td:first-child {
	min-width: 90px;
}
.forums-table-section .view-all {
	text-align: right;
}
.topic-actions .pager.upper {
	display: block;
	max-width: 400px;
}
.forum-table .forum-details,
.forum-table .topic-details {
	min-width: 225px;
}
.forum-table td {
    padding: 20px;
}
.forum-edit-page textarea,
.private-message-send-page textarea {
	width: 600px;
	height: 250px;
}
.private-message-send-page .toolbar {
	display: inline-block;
	width: 400px;
	margin: 10px 0;
	vertical-align: middle;
}

}





@media all and (min-width: 1367px) {


/*** GLOBAL STYLES ***/


.master-wrapper-content {
	width: 1200px;
}
.inputs label {
	width: 375px;
}
.center-2 .inputs label {
	width: 213px;
}


/*** HEADER ***/


.header {
	width: 1200px;
}


/*** NAVIGATION ***/


.header-menu {
	/*width: 1200px;*/
    width:100%;
}
.header-menu > ul > li {
	padding: 0 5px;
}
.header-menu > ul > li > a,
.header-menu > ul > li > span {
	font-size: 14px;
}


/*** FOOTER ***/


.footer-upper {
	width: 1200px;
	padding: 35px 30px;
}
.footer-block {
	width: 280px;
}
.footer-lower {
	width: 1200px;
	padding: 25px 20px;
}


/*** PRODUCT REVIEWS ***/


.product-review-item .review-title {
	max-width: 1050px;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/


.login-page .returning-wrapper input[type="text"],
.login-page .returning-wrapper input[type="password"] {
	width: 360px;
}

.registration-page .vat-note {
    margin-left: 385px;
}
.customer-info-page .vat-note, 
.customer-info-page .email-to-revalidate-note {
    margin-left: 225px;
}

/*** 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;
}


/*** FORUM & PROFILE ***/


.forum-actions .pager,
.topic-actions .pager {
	max-width: 600px !important;
}

.topic-post .post-text {
    width: 930px;
    max-width: 100%;
}

}

@media all and (min-width: 1600px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content {
        width: 1200px;
    }

    .inputs label {
        width: 375px;
    }

    .center-2 .inputs label {
        width: 213px;
    }


    /*** HEADER ***/


    .header {
        width: 1200px;
    }


    /*** NAVIGATION ***/


    .header-menu {
        width: 100%;
    }

        .header-menu > ul > li {
            padding: 0 5px;
        }

            .header-menu > ul > li > a,
            .header-menu > ul > li > span {
                font-size: 18px;
            }


    /*** FOOTER ***/


    .footer-upper {
        width: 1200px;
        padding: 35px 30px;
    }

    .footer-block {
        width: 280px;
    }

    .footer-lower {
        width: 1200px;
        padding: 25px 20px;
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        max-width: 1050px;
    }


    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="password"] {
        width: 600px;
    }

    .registration-page .vat-note {
        margin-left: 385px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 225px;
    }

    /*** 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;
    }


    /*** FORUM & PROFILE ***/


    .forum-actions .pager,
    .topic-actions .pager {
        max-width: 600px !important;
    }

    .topic-post .post-text {
        width: 930px;
        max-width: 100%;
    }
}

@media all and (min-width: 2560px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content {
        width: 1700px;
    }
    .header-menu {
        position: relative;
        z-index: 5;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 71px;
        text-align: left;
        padding-top: 120px;
        background-color: #941a1d;
        background-color: #941a1d;
    }

    .inputs label {
        width: 375px;
    }

    .center-2 .inputs label {
        width: 213px;
    }


    /*** HEADER ***/


    .header {
        width: 1200px;
    }


    /*** NAVIGATION ***/


    .header-menu {
        width: 100%;
    }

        .header-menu > ul > li {
            padding: 0 20px;
        }

            .header-menu > ul > li > a,
            .header-menu > ul > li > span {
                font-size: 18px;
            }


    /*** FOOTER ***/


    .footer-upper {
        width: 1200px;
        padding: 35px 30px;
    }

    .footer-block {
        width: 280px;
    }

    .footer-lower {
        width: 1200px;
        padding: 25px 20px;
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        max-width: 1050px;
    }


    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="password"] {
        width: 600px;
    }

    .registration-page .vat-note {
        margin-left: 385px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 225px;
    }

    /*** 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;
    }


    /*** FORUM & PROFILE ***/


    .forum-actions .pager,
    .topic-actions .pager {
        max-width: 600px !important;
    }

    .topic-post .post-text {
        width: 930px;
        max-width: 100%;
    }
}


div.dropdown-wrapper { 
    width: 150px; /* Sets the width of your dropdown */
    margin-left:8px;
    
}

div.dropdown-wrapper select { 
    width:115% /* This hides the arrow icon */; 
    background-color:transparent /* This hides the background */; 
    background-image:none; 
    -webkit-appearance: none /* Webkit Fix */; 
    border:none; 
    box-shadow:none; 
    padding:0.3em 0.5em; 
    cursor: pointer;
    /*color:white;*/
}
div.dropdown-wrapper select:hover { 
    color:black;
}
.hambergermenu{
    width:36%;
}

.prod_whyawok {
    width: 200px;
    border: 1px solid rgb(221, 221, 221);
    float: right;
    /*margin-top: 15px;*/
}

    .prod_whyawok h2 {
        font-weight: normal;
        font-family: Arial;
        font-size: 13px;
        color: #333;
        padding: 10px;
        background: #eee;
    }

    .prod_whyawok h3 {
        font-weight: normal;
        font-family: Arial;
        font-size: 12px;
        color: #333;
        float: left;
    }

    .prod_whyawok p {
        font-size: 12px;
        font-family: Arial;
        color: #999;
        line-height: 16px;
    }

    .prod_whyawok li {
        overflow: hidden;
        margin-bottom: 18px;
    }

        .prod_whyawok li span {
            display: block;
            height: 35px;
            line-height: 35px;
            overflow: hidden;
        }

            .prod_whyawok li span img {
                float: left;
                width: 20%;
                margin: 7px 5px 0 0;
            }

    .prod_whyawok .whyawok_returns img {
        max-width: 25px;
        max-height: 25px;
        margin: 6px;
    }

    .prod_whyawok .whyawok_genuine img {
        max-width: 28px;
        max-height: 25px;
        margin: 8px;
    }

    .prod_whyawok li div {
        clear: both;
        padding: 0px 10px;
    }

.zoom {
    display: inline-block;
    position: relative;
}

    /* magnifying glass icon */
    .zoom:after {
        content: '';
        display: block;
        width: 33px;
        height: 33px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(icon.png);
    }

    .zoom img {
        display: block;
    }

        .zoom img::selection {
            background-color: transparent;
        }


.header-hambergermenu {
    /*position: relative;
    z-index: 5;
    width: 100%;
    margin: 0px auto 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0px 71px;
    text-align: left;
    padding-top: 102px;*/
    margin-left: 30px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    vertical-align: middle;
    display: table-cell;
}



.menu-toggle,
.sublist-toggle {
    display: none;
}

.header-hambergermenu > ul {
    display: block !important; /* prevents toggle display:none on resize */
    font-size: 0;
}

    .header-hambergermenu > ul.mobile {
        display: none !important;
    }

    .header-hambergermenu > ul > li {
        display: inline-block;
        border-left: 1px solid #ddd;
        padding: 0 0px;
        vertical-align: middle;
    }

        .header-hambergermenu > ul > li:first-child {
            border-left: none;
        }

        .header-hambergermenu > ul > li > a {
            display: block;
            padding: 14px 0px 10px 0px;
            line-height: 20px;
            font-size: 15px;
            color: #555;
            cursor: pointer;
        }

            .header-hambergermenu > ul > li > a:hover {
                color: #4ab2f1;
            }

.header-hambergermenu .sublist {
    display: none;
    position: absolute;
    width: 220px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    background-color: #fff;
    padding: 0px 0;
    text-align: left;
}

    .header-hambergermenu .sublist li {
        position: relative;
    }

        .header-hambergermenu .sublist li a {
            display: block;
            position: relative;
            padding: 10px 20px 10px 30px;
            font-size: 12px;
            color: #444;
            line-height: 10px;
        }
        /*.header-menu .sublist li a:before {
	content: "";
	position: absolute;
	top: 17px;
	left: 15px;
	width: 5px;
	height: 5px;
	background-color: #ddd;
}*/
        .header-hambergermenu .sublist li:hover > a {
            background-color: #f6f6f6;
        }

.header-hambergermenu ul li:hover > .sublist {
    display: block;
}

.header-hambergermenu .sublist .sublist {
    top: -10px;
    left: 100% !important;
}

#slider-container {
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
}

ul {
    list-style: none;
}

.filter-project {
    max-width: 600px;
    background-color: #f2f2f2;
    padding: 20px;
}

.amount-box {
    width: 100%;
    max-width: 400px;
}

    .amount-box input[type=text], .amount-box input[type=tel] {
        display: block;
        border: 1px solid #ccc;
        padding: 8px 10px;
        width: 100%;
        font-size: 16px;
        color: #272727;
        -webkit-appearance: none;
        border-radius: 0;
    }

/* check_masked */

.check_masked {
    position: relative;
}

    .check_masked input[type="checkbox"] {
        margin: 0 5px;
    }

    .check_masked i {
        position: absolute;
        width: 18px;
        height: 18px;
        background-color: #FFF;
        z-index: 5;
        top: -7px;
        margin-left: -10px;
        left: 50%;
        border-radius: 4px;
        border: 2px solid #9aa2c5;
        pointer-events: none;
        cursor: pointer;
    }

        .check_masked i:after {
            content: '';
            width: 100%;
            height: 100%;
            border: 3px solid #fff;
            background-color: #2d409a;
            top: 0;
            left: 0;
            border-radius: 5px;
            z-index: 6;
            position: absolute;
            display: none;
            pointer-events: none;
            cursor: pointer;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    .check_masked input[type="checkbox"]:checked ~ i:after {
        display: block;
    }
.aw_column,
.aw_columns {
    padding-left: 7px;
    padding-right: 7px;
    width: 100%;
    float: left;
}

#back-top {
    position: fixed;
    display: none;
    font-size: 50px;
    color: rgba(0,0,0,0.5);
    bottom: 5px;
    right: 10px;
    width: auto;
}
a#back-top:active {
    background: none;
}

a#back-top {
    display: block;
    text-decoration: none;
}

.topup {
    bottom: 5px;
}

#back-top i {
    display: block;
}


.PPB6NR {
    margin-top: 14px;
    border-top: 1px dotted rgb(228, 228, 228);
    /*border-bottom: 1px dotted rgb(228, 228, 228);*/
    padding: 0px 0px;
}
    .PPB6NR ._1fwBsP {
        font-size: 11px;
        color: rgb(132, 132, 132);
    }
    .PPB6NR .qrCdDp {
        /*display: inline-block;*/
        background-image: url(https://rukminim1.flixcart.com/www/716/234/promos/07/08/2017/d6052723-1c2b-45cc-94dc-5e87f7c7489b.png?q=90);
        width: 163px;
        height: 33px;
        background-position: -2px -200px;
        margin-top:55px;
    }
/*.header user options box*/
.user_options {
    /*float: right;*/
    z-index: 100;
    /*width: 15%;*/
    position: relative;
    /*cursor: pointer;*/
}

    .user_options .user_options_icon,
    .user_options .user_options_info {
        display: inline-block;
        vertical-align: middle;
    }

    .user_options .user_options_link {
        position: relative;
        padding: 0 10px 12px;
        text-decoration: none;
        display: block;
        /*box sizing fix*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .user_options .user_options_icon {
        width: 30px;
        height: 30px;
        background-image: url("../images/header-sprite.png");
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center -75px;
    }

    .user_options .user_options_info {
        color: #5e5e5e;
        font-size: 13px;
    }

        .user_options .user_options_info em {
            display: block;
            font-style: normal;
            color: #5E5E5E;
            /*font-family: 'roboto-bold','droid-bold';*/
            font-weight: 600;
            font-size: 15px;
            line-height: 24px;
        }

            .user_options .user_options_info em a {
                text-decoration: none;
                color: #5E5E5E;
                display: inline-block;
            }

    .user_options .user_options_content {
        position: absolute;
        right: 0;
        top: 61px;
        border: 1px solid #dddddd;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        margin-top: -1px;
        overflow: visible;
        background: transparent;
        pointer-events: none;
        /*css3 transform*/
        -ms-transform: scale(0);
        -webkit-transform: scale(1,0);
        -moz-transform: scale(1,0);
        transform: scale(1,0);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }

        .user_options .user_options_content .content_inner {
            width: 343px;
            overflow: hidden;
            padding: 20px 10px 0 10px;
            opacity: 0;
            -webkit-transform: translate3d(0,-25px,0);
            transform: translate3d(0,-25px,0);
            -webkit-transition: opacity 0.17s, -webkit-transform 0.2s;
            transition: opacity 0.17s, transform 0.2s;
            /*box sizing fix*/
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    .user_options.active .user_options_content {
        background-color: #FFFFFF;
        pointer-events: auto;
        visibility: visible;
        opacity: 1;
        -ms-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
    }

    .user_options.active.user_option_disable:hover .user_options_content {
        position: absolute;
        right: 0;
        top: 60px;
        border: 1px solid #dddddd;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        margin-top: -1px;
        overflow: visible;
        background: transparent;
        opacity: 1;
        visibility: visible;
        pointer-events: none;
        /*css3 transform*/
        -webkit-transform: scale3d(1,0,1);
        transform: scale3d(1,0,1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }

    .user_options.active .user_options_content .content_inner {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
        -webkit-transition: opacity 1.5s, -webkit-transform 0.5s;
        transition: opacity 1.5s, transform 0.5s;
    }

    /*user option box form styles*/
    .user_options .header_signin_form .form_row {
        margin-bottom: 10px;
    }

        .user_options .header_signin_form .form_row:after {
            clear: both;
        }

        .user_options .header_signin_form .form_row:before,
        .user_options .header_signin_form .form_row:after {
            content: " ";
            display: table;
        }

    .user_options .header_signin_form .remember_forgot_links {
        float: left;
        padding-right: 10px;
        /*box-sizing fix*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .user_options .header_signin_form .signin_button {
        float: left;
        /*box-sizing fix*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .user_options .header_signin_form .remember_forgot_links {
        width: 70%;
    }

    .user_options .header_signin_form .signin_button {
        width: 30%;
    }

    .user_options .header_signin_form input[type="text"],
    .user_options .header_signin_form input[type="password"],
    .user_options .header_signin_form select,
    .user_options .header_signin_form textarea {
        width: 100%;
        padding: 0 10px;
        line-height: 40px;
        height: 40px;
        color: #696969;
        border: 1px solid #dddddd;
        /*box sizing fix*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .user_options .header_signin_form select {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
        background-position: 100% center;
        background-repeat: no-repeat;
        border: 1px solid #dddddd;
        background-size: 40px;
    }

    .user_options .header_signin_form .input_error {
        border: 1px solid #CD2127 !important;
    }

    .user_options .header_signin_form .error-message {
        display: none;
        background: #CD2127;
        border-bottom: 2px solid #962F28;
        color: #FFFFFF;
        position: relative;
        top: 0px;
        margin: 0 0px;
        padding: 3px;
        text-align: right;
        /*box sizing fix*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*user option box form forgot link/remember me styles*/
    .user_options .header_signin_form .forgot_link,
    .user_options .header_signin_form .remember_check {
        text-align: left;
        display: block;
    }

        .user_options .header_signin_form .forgot_link a {
            color: #d71a21;
            font-size: 12px;
            margin-bottom: 5px;
        }

        .user_options .header_signin_form .remember_check label {
            color: #6a6a6a;
            font-size: 12px;
        }

        .user_options .header_signin_form .remember_check input[type="checkbox"] {
            vertical-align: middle;
            margin: 3px 5px 5px 5px;
        }

    /*user option box form submit button styles*/
    .user_options .header_signin_form .submit_form_input {
        background: #D71A21;
        color: #ffffff;
        padding: 0;
        text-align: center;
        width: 100%;
        cursor: pointer;
        border: 0;
        font-size: 15px;
        font-family: 'roboto','droid';
        /*box sizing fix*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*user option box form social media login styles*/
    .user_options .header_signin_form .social_media_login {
        text-align: left;
        /*box sizing fix*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .user_options .header_signin_form .social_media_login span {
            display: inline-block;
            color: #999999;
            font-size: 14px;
            vertical-align: top;
            margin-top: 8px;
        }

        .user_options .header_signin_form .social_media_login ul {
            display: inline-block;
            float: right;
        }

            .user_options .header_signin_form .social_media_login ul li {
                display: inline-block;
            }

                .user_options .header_signin_form .social_media_login ul li a {
                    font-size: 25px;
                    margin: 0 4px;
                }

        .user_options .header_signin_form .social_media_login .facebook_login {
            width: 30px;
            height: 30px;
            background-image: url(/bitrix/templates/awok-lang/css/../images/footer/icon_social_new.png);
            background-position: center -5px;
            background-repeat: no-repeat;
            display: block;
        }

        .user_options .header_signin_form .social_media_login .googleplus_login {
            width: 30px;
            height: 30px;
            background-image: url(/bitrix/templates/awok-lang/css/../images/footer/icon_social_new.png);
            background-position: center -87px;
            background-repeat: no-repeat;
            display: block;
        }

        .user_options .header_signin_form .social_media_login .linkedin_login {
            color: #0073B2;
        }

    /*user option box form register link styles*/
    .user_options .header_signin_form .register_link {
        text-align: left;
        padding-top: 10px;
        border-top: 1px solid #dddddd;
        /*box sizing fix*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .user_options .header_signin_form .register_link p {
            color: #999999;
            font-size: 14px;
            margin-bottom: 5px;
        }

        .user_options .header_signin_form .register_link a {
            text-decoration: none;
            display: block;
            text-align: center;
            padding: 12px;
            background: #f60;
            color: #ffffff;
            font-size: 15px;
            /*box sizing fix*/
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    .user_options .header_signin_form .form_row .track_order_label {
        color: #999999;
    }

    .user_options .header_signin_form .form_row .inner_track_ord .user_drop_track {
        width: 79%;
        box-sizing: border-box;
        float: left;
        line-height: 36px;
        height: 38px;
    }

    .user_options .header_signin_form .form_row .inner_track_ord .user_drop_track_submit {
        width: 19%;
        float: right;
        height: 37.5%;
        box-sizing: border-box;
    }

    /*user after login options box*/
    .user_options .user_options_content.loged-in {
        width: 99%;
        background-color: #ffffff;
    }

    .user_options .user_options_content .user_after_login {
        display: block;
        padding: 0 10px;
        opacity: 0;
        position: relative;
        -webkit-transform: translate3d(0,-25px,0);
        transform: translate3d(0,-25px,0);
        -webkit-transition: opacity 0.17s, -webkit-transform 0.2s;
        transition: opacity 0.17s, transform 0.2s;
        /*box sizing fix*/
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .user_options.active .user_options_content .user_after_login {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
        -webkit-transition: opacity 1.5s, -webkit-transform 0.5s;
        transition: opacity 1.5s, transform 0.5s;
    }

.user_options_content .user_after_login .user_options_list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .user_options_content .user_after_login .user_options_list li {
        clear: both;
        float: none;
        text-align: left;
    }

        .user_options_content .user_after_login .user_options_list li a {
            height: 38px;
            line-height: 38px;
            font-size: 13px;
            color: #555;
            text-decoration: none;
            display: block;
            border-bottom: 1px dashed #dddddd;
            padding-left: 30px;
            /*box sizing fix*/
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .user_options_content .user_after_login .user_options_list li:last-child a {
            border-bottom: 0;
        }

        .user_options_content .user_after_login .user_options_list li a:hover {
            color: #d71a21;
        }

        .user_options_content .user_after_login .user_options_list li .options_icon {
            background-image: url("/bitrix/templates/awok-lang/css/../images/header/login_dropdown_sprite_new.png");
            background-repeat: no-repeat;
        }

        .user_options_content .user_after_login .user_options_list li .orders_icon {
            background-position: left 10px;
        }

        .user_options_content .user_after_login .user_options_list li .settings_icon {
            background-position: left -26px;
        }

        .user_options_content .user_after_login .user_options_list li .address_icon {
            background-position: left -64px;
        }

        .user_options_content .user_after_login .user_options_list li .coupons_icon {
            background-position: left -103px;
        }

        .user_options_content .user_after_login .user_options_list li .options_icon.cards {
            background-image: url('/bitrix/templates/awok-lang/css/../images/header/id_card.png');
            background-position: left center;
            background-size: 24px;
        }

.ln-ar .user_options_content .user_after_login .user_options_list li .options_icon.cards {
    background-position: right center;
}

.user_options_content .user_after_login .user_options_list li .track_icon {
    background-image: url("/bitrix/templates/awok-lang/css/../images/track_icn.png");
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: -4px;
}

.user_options_content .user_after_login .user_options_list li .signout_icon {
    background-position: left -138px;
}



._3OCeCw ._2S2DLT ._2wHLZw {
    padding: 2px 20px 10px;
}

._3OCeCw ._2S2DLT ._38DA9m {
    margin: 20px 0;
}

._3OCeCw ._2S2DLT ._2Xj3Lj {
    font-size: 18px;
    color: #878787;
    text-decoration: none;
    cursor: pointer;
}

    ._3OCeCw ._2S2DLT ._2Xj3Lj:hover {
        color: #2874f0;
    }

._3OCeCw ._2S2DLT ._2F3FgY {
    font-size: 18px;
    font-weight: 400;
    color: #212121;
}

._3OCeCw ._2S2DLT ._3l2sfs {
    border: solid 1px #d7d7d7;
    margin: 0 4px 20px 4px;
    background-color: #fff;
}

._3OCeCw ._2S2DLT ._1zypWO {
    color: #2874f0;
    font-weight: 500;
    text-align: center;
    margin: 0 4px 10px 4px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    box-shadow: none;
}

._3OCeCw ._2S2DLT ._3u1dpj {
    display: none;
}

._3OCeCw ._2S2DLT ._3fuf-K {
    margin: 0 4px 0 6px;
}

._3OCeCw ._2S2DLT ._3RE8Wx {
    padding: 7px 10px;
    background-color: #fffed5;
    border: 1px solid #f9e2b2;
    margin: 10px 0;
    border-radius: 2px;
}

._3OCeCw ._2S2DLT .QbnoFy {
    font-size: 16px;
    text-align: center;
    background-color: #fffed5;
    padding: 10px 0;
}

._3OCeCw ._2S2DLT .WtbOrp {
    background: #2874f0;
    color: #fff;
    box-shadow: none;
    border: 1px solid #f0f0f0;
    padding: 8px 0;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: 100px;
    margin-right: 20px;
    float: right;
}

._3OCeCw ._2S2DLT ._1q5cSh {
    white-space: nowrap;
    padding: 8px 0;
    width: 100px;
    text-align: center;
    text-decoration: none;
    color: #212121;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    box-shadow: none;
}

.F4CVC3 {
    width: 100%;
    font-size: 14px;
    border: 1px solid #efefef;
    margin: 9px 0px 5px 9px;
}

    .F4CVC3 ._1LTGeE {
        background-color: #f9f9f9;
        border-bottom: solid 1px #e6e6e6;
        padding: 12px 15px;
        -webkit-align-items: center;
        -ms-flex-align: center;
        margin: 0px 0px;
        align-items: center
    }
.col-1-12 {
    width: 18.33%;
}
.col-3-12 {
    width: 15%;
}
.row {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.col-10-12 {
    width: 59.33%;
}
.col-2-12 {
    width: 36.66%;
}
        .F4CVC3 ._1LTGeE._1VjNxi {
            background-color: #fffed5;
        }

    .F4CVC3 .Gz5W4H {
        display: inline-block;
        width: calc(100% - 196px);
        padding-left: 10px;
        text-align: left;
        vertical-align: middle;
    }

    .F4CVC3 ._2o7fOy {
        padding-right: 6px;
    }

    .F4CVC3 .At77GM {
        vertical-align: top;
    }

    .F4CVC3 ._1t7w6n {
        background-color: #edf5fb;
        border-bottom: solid 1px #a6c8d1;
        padding: 12px 15px;
    }

    .F4CVC3 ._8DIV6h {
        cursor: pointer;
        text-align: center;
        display: inline-block;
    }

    .F4CVC3 .haP8Uf {
        overflow: hidden;
    }

    .F4CVC3 ._1-SHG3 {
        display: inline-block;
        text-align: left;
    }

.F4CVC3 .DgI5Zd {
    background: #2d409a;
    color: #fff;
    box-shadow: none;
    border: 1px solid #2d409a;
    padding: 8px 12px;
    border-radius: 2px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    /*width: 196px;*/
    width: auto;
    float: left;
    margin-right: 3px
}

    .F4CVC3 ._1CwnjI {
        text-align: right;
    }

.F4CVC3 ._1iDlwN {
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    background: #f9f9f9;
    border: 1px solid #d7d7d7;
    float: right;
    margin-left: 2px;
}

    .F4CVC3 ._5mvI9L {
        white-space: nowrap;
        padding: 6px 0;
        width: 100px;
        text-align: center;
        text-decoration: none;
        color: #212121;
    }

    .F4CVC3 .cVUw-4 {
        margin: 10px 15px;
    }

    .F4CVC3 .Gp5Tnb {
        text-align: right;
    }

    .F4CVC3 ._1S28mS {
        text-align: left;
    }

    .F4CVC3 ._38bdEf {
        color: #878787;
        padding-right: 2px;
    }

    .F4CVC3 ._2Y3azQ {
        background: url(//img1a.flixcart.com/www/linchpin/fk-cp-zion/img/my-orders_1addd5.png) no-repeat 0 -65px;
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        height: 14px;
        margin-top: 10px
    }

        .F4CVC3 ._2Y3azQ._1540we {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .F4CVC3 ._21N3vC {
        vertical-align: middle;
        margin-right: 6px;
        margin-bottom: 4px;
        fill: #2874f0;
    }

    .F4CVC3 ._3CJ419 {
        fill: #2874f0;
    }

    .F4CVC3 ._19NaX5 {
        padding-left: 54px;
        padding-top: 10px;
        text-align: left;
    }

    .F4CVC3 ._3076kP {
        padding-top: 10px;
        text-align: right;
    }

._3xiuDJ {
    padding: 10px 15px 0 15px;
    width: 100%;
    font-size: 14px;
    border-bottom: solid 1px #f0f0f0;
}

    ._3xiuDJ .mCEddO.der6pR {
        color: #ff6161;
    }

    ._3xiuDJ ._259Ijb {
        border-bottom: none;
    }

    ._3xiuDJ ._23QCqI {
        overflow: hidden;
        margin-bottom: 10px;
    }

    ._3xiuDJ ._3X6K8C {
        overflow: hidden;
    }

    ._3xiuDJ ._1Yu3EO {
        margin-top: 10px;
        padding-right: 8px;
    }

    ._3xiuDJ ._52MoHd {
        color: #212121;
        text-transform: uppercase;
    }

    ._3xiuDJ ._1YJ5vC {
        padding-left: 0;
        color: #212121;
    }

    ._3xiuDJ .BoiqvK {
        color: #878787;
        font-size: 12px;
        margin-bottom: 5px;
    }

    ._3xiuDJ .nuczcC {
        font-weight: 400;
        font-size: 12px;
    }

    ._3xiuDJ ._2aVS8x {
        color: #388e3c;
        font-weight: 500;
        font-size: 12px;
        padding-right: 2px;
    }

    ._3xiuDJ ._3ezzuE {
        color: #212121;
        text-decoration: none;
        box-shadow: none;
        padding: 0;
        font-weight: normal;
        border: none;
        text-align: left;
        cursor: default;
    }

    ._3xiuDJ ._2ZOvvB {
        background: url(//img1a.flixcart.com/www/linchpin/fk-cp-zion/img/my-orders_1addd5.png) no-repeat 0 -48px;
        display: inline-block;
        vertical-align: bottom;
        width: 17px;
        background-position: 0 -80px;
        height: 22px;
        padding-right: 24px;
    }

    ._3xiuDJ ._3SALIb {
        text-align: right;
    }

    ._3xiuDJ ._3jWsOG {
        cursor: pointer;
        text-align: center;
        display: inline-block;
        border-radius: 2px;
        background: #f9f9f9;
        border: 1px solid #d7d7d7;
        box-shadow: none;
    }

    ._3xiuDJ .xlHqUv {
        white-space: nowrap;
        padding: 6px 0;
        width: 100px;
        text-align: center;
        text-decoration: none;
        color: #212121;
        border: none;
        background: #f9f9f9;
        font-weight: 400;
        box-shadow: none;
    }

    ._3xiuDJ ._1lshog {
        background: url(//img1a.flixcart.com/www/linchpin/fk-cp-zion/img/my-orders_1addd5.png) no-repeat 0 -48px;
        display: inline-block;
        vertical-align: middle;
        height: 13px;
        width: 17px;
        background-position: 0 -23px;
        margin-bottom: 2px;
    }

    ._3xiuDJ ._25HxqS {
        background: url(//img1a.flixcart.com/www/linchpin/fk-cp-zion/img/my-orders_1addd5.png) no-repeat 0 -48px;
        display: inline-block;
        vertical-align: middle;
        height: 11px;
        width: 17px;
        background-position: 0 0;
    }

    ._3xiuDJ ._3fG4KG {
        color: #212121;
    }

    ._3xiuDJ ._3XfpFY {
        color: #212121;
        padding-right: 0;
    }

    ._3xiuDJ ._3HDMnP {
        margin-top: 10px;
        font-size: 12px;
        color: #878787;
    }

    ._3xiuDJ .UacQtN {
        padding-left: 2px;
        cursor: pointer;
        box-shadow: none;
        font-weight: normal;
        border: none;
        text-decoration: none;
    }

        ._3xiuDJ .UacQtN:hover {
            color: #2874f0;
        }

    ._3xiuDJ ._1DI_p7 {
        margin: 15px 0 0;
    }

    ._3xiuDJ .F1cc01 {
        margin: 0 0 14px 10px;
    }

    ._3xiuDJ ._3JYmyi {
        background: #f0f0f0;
        padding: 10px;
        color: #212121;
        font-weight: 500;
    }

    ._3xiuDJ ._6kfNS3 {
        border: solid 1px #f0f0f0;
        padding: 10px;
    }

    ._3xiuDJ ._2sOCzX {
        color: #212121;
        text-decoration: none;
        cursor: pointer;
        text-align: right;
        font-weight: 500;
    }

    ._3xiuDJ ._2Gbug_ {
        cursor: pointer;
        text-decoration: none;
        color: #212121;
    }

        ._3xiuDJ ._2Gbug_:hover {
            color: #2874f0;
        }

    ._3xiuDJ ._2_hj9T {
        margin-left: 4px;
    }

    ._3xiuDJ .wZ1tSE {
        text-align: center;
        font-size: 12px;
        color: #878787;
    }

    ._3xiuDJ .mCEddO {
        color: #212121;
        font-weight: 500;
        text-transform: uppercase
    }

        ._3xiuDJ .mCEddO._1wzdNT {
            color: #388e3c;
        }

    ._3xiuDJ ._3Z9oEk {
        margin-right: 16px;
    }

    ._3xiuDJ ._1D_gyc {
        margin-top: 20px;
    }

    ._3xiuDJ ._1ItIiT {
        width: 40px;
        padding: 0 12px 10px;
    }

    ._3xiuDJ ._1T2D07 {
        font-weight: 500;
        padding-right: 5px;
    }

    ._3xiuDJ.YXIFy0 {
        padding: 17px 0 0;
        border-bottom: none;
        position: relative;
    }

        ._3xiuDJ.YXIFy0::before {
            content: '';
            display: inline-block;
            width: 100%;
            position: absolute;
            top: 0;
            left: 14%;
            border-top: dashed 1px #e0e0e0;
        }

._22pgKz ._3iTMmo._3490TF {
    color: #ff6161;
}

._22pgKz ._2eFO7I {
    text-align: center;
    max-width: 120px;
    margin-right: 16px;
}

._22pgKz ._3mi3lA {
    font-size: 12px;
    color: #212121;
    margin: 0 auto;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
    text-align: center;
    padding: 2px 4px;
    text-transform: uppercase;
    pointer-events: none;
    position: absolute;
    left: 1px;
    width: 25%;
    top: 50%;
    font-weight: 500;
}

._22pgKz ._24dvkB {
    box-shadow: none;
    padding: 0;
    border: none;
    font-size: 14px;
    text-decoration: none;
    color: #212121;
    margin-bottom: 10px;
    font-weight: 400;
}

._22pgKz .NPoy5u {
    cursor: pointer;
    box-shadow: none;
    padding: 0;
    border: none;
    font-size: 14px;
    text-decoration: none;
    color: #212121;
    margin-bottom: 10px;
    font-weight: 400;
}

    ._22pgKz .NPoy5u:hover {
        color: #2874f0;
    }

._22pgKz ._3Vj7el {
    color: #878787;
    font-size: 12px;
    margin-bottom: 5px;
}

._22pgKz ._14N9bh {
    font-weight: 400;
}

._22pgKz ._21h7av {
    margin-left: 5px;
}

._22pgKz ._3PqwaQ {
    padding-right: 8px;
}

._22pgKz ._2M7Vmg {
    padding-right: 5px;
    margin-bottom: 5px;
}

._22pgKz ._3cWeIX {
    margin: 0 3px 0 0;
}

._22pgKz ._3b4XmM {
    color: #ff6161;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

._22pgKz ._3iTMmo {
    color: #878787;
    text-transform: uppercase
}

    ._22pgKz ._3iTMmo.O92dBX {
        color: #388e3c;
    }

._22pgKz ._2MePjZ {
    cursor: pointer;
    color: #878787;
}

    ._22pgKz ._2MePjZ:hover {
        color: #2874f0;
    }

._22pgKz ._3268YR {
    cursor: default
}

    ._22pgKz ._3268YR:hover {
        color: #000;
    }

._22pgKz ._2sWUq_ {
    margin-left: calc(25% + 16px);
}

._1KvYOG {
    width: 700px;
    font-size: 14px;
}

    ._1KvYOG ._3FpXM4 {
        padding: 10px 0 20px;
    }

    ._1KvYOG ._38kQfu {
        padding: 20px 0;
    }

    ._1KvYOG ._26xfAY {
        background: #f0f0f0;
        font-size: 16px;
        font-weight: 500;
        border-bottom: solid 1px #e0e0e0;
        padding: 10px 10px 10px 15px;
        color: #212121;
    }

    ._1KvYOG .zzPD2L {
        padding: 12px 20px 12px 15px;
    }

    ._1KvYOG ._2JCWGV {
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 8px;
        font-weight: 500;
    }

    ._1KvYOG .n1KdsU {
        overflow: hidden;
        padding: 8px 0;
        border-bottom: 1px solid #d7d7d7;
    }

    ._1KvYOG ._2DXJbU {
        text-align: right;
    }

    ._1KvYOG ._3dae4s {
        margin: 10px 0;
    }

    ._1KvYOG ._3OV74e {
        padding: 0.6em 0.8em 0.5em 0;
    }

    ._1KvYOG ._2HrzJ5 {
        margin-bottom: 10px;
    }

    ._1KvYOG ._2KxQ6b {
        color: #ff6161;
    }

    ._1KvYOG ._1scjlp {
        padding-left: 4px;
    }

    ._1KvYOG .g3m-Mp {
        font-size: 14px;
    }

    ._1KvYOG ._3oY9te {
        margin-bottom: 10px;
        background: #fce7e7;
        border: 1px solid #ff6161;
        color: #ff6161;
        padding: 5px;
        text-align: left;
    }

    ._1KvYOG ._1WJhNj {
        width: 100%;
        height: 50px;
        font-family: inherit;
        overflow-x: auto;
        resize: none;
        font-size: 14px;
        padding: 5px 6px;
        border: 1px solid #d7d7d7;
        border-radius: 4px;
    }

    ._1KvYOG .vxIbjr {
        position: relative;
        margin: 12px 0 4px 0;
    }

    ._1KvYOG ._3tJyRl {
        text-align: right;
        position: relative;
        margin: 12px 0 4px 0;
    }

    ._1KvYOG ._1GonQS {
        border: 1px solid #f9e2b2;
        padding: 5px;
        background: #fffed5;
        margin-top: 10px;
    }

    ._1KvYOG ._1Z2TUS {
        margin: 14px 16px 10px 16px;
        border-top: solid 1px #d7d7d7;
    }

    ._1KvYOG .juSJWN {
        color: #fff;
        box-shadow: none;
        padding: 8px 0;
        border-radius: 2px;
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
        margin-left: 14px;
        width: 30%;
        height: 44px;
    }

    ._1KvYOG ._2nh0gj {
        margin-top: 6px;
        font-size: 14px;
    }

    ._1KvYOG ._2pgG-f {
        margin-top: 2px;
        display: inline-block;
        height: 18px;
        width: 18px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAA80lEQVQ4y2NgGGiQNjONBYgzgTiOEkOEgXg2EP8H4mJyDREC4i1QQ/4AsS85hnAC8UaoISD8A4hdSDWEFYgnIRkCwr+BOIRUg2KB+BeaQSA8kxRDlIH4CRZDDgFxGDYNHEDsDMT8SGKMQLwSzYC/QNwNxFzYDDEC4g1A/BWII5DE/aFhgWxIETYDJIG4B4jfIik+CsTM0Fg6jCT+D4gLcfnfB4hvY/G/FxD7oRnSQCgw5YF4AlQxTONFID6CxJ8LCkNiYycRiD9hcR3IqzykphdfIH6FZAiIrUNufnIF4vdQg1IoLSZA3lwKKi6oUd5IEaseALb59n6skELdAAAAAElFTkSuQmCC) no-repeat scroll 0 0;
    }

._2s9nrK {
    margin: 0 36px !important;
    min-height: 100px !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

._1jxAL3 {
    margin: 0 0 2px -4px;
}

    ._1jxAL3 ._2JpGqP {
        max-width: 230px;
        overflow-y: hidden;
    }

.cW3nqO {
    color: #212121;
    padding-right: 0;
}

._3Niing {
    color: #212121;
    text-decoration: none;
    cursor: pointer;
    text-align: right;
    font-weight: 500;
}

._3B9QDV {
    cursor: pointer;
    text-decoration: none;
    color: #2874f0;
}

._18YWDB ._2UZuTo {
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px;
}

._18YWDB ._2K_nJV {
    background-color: #717171;
    border-radius: 10px;
    text-align: center;
    padding: 4px 12px;
    font-size: 12px;
    color: #fff;
    margin-left: 15px;
}

._18YWDB ._3NG5Bi {
    font-weight: 400;
    padding: 10px;
    text-align: right;
}

._18YWDB ._3_BLkE {
    padding-left: 5px;
}

._18YWDB .qQua29 {
    font-size: 12px;
    color: #3f3f3f;
    text-transform: capitalize;
}

._18YWDB .oPQ7i5 {
    margin-bottom: -3px;
    height: 16px;
    width: 18px;
    margin-right: 4px;
}

._18YWDB ._1DEXv8 {
    font-size: 12px;
    font-weight: 500;
    color: #212121;
    text-align: justify;
    padding: 5px 10px 10px 35px;
    background-color: #f9f9f9;
}

._18YWDB .eeT9ak {
    font-size: 12px;
    font-weight: 500;
    color: #212121;
    margin: 5px 0 5px 35px;
}

._144NI5 {
    padding: 10px 15px 0 15px;
    width: 100%;
    font-size: 14px;
    border-bottom: solid 1px #f0f0f0;
}

    ._144NI5 ._3ebCLb {
        overflow: hidden;
        margin-bottom: 10px;
    }

    ._144NI5 ._1vMqW5 ._3CwCCA {
        box-shadow: none;
        padding: 0;
        border: none;
        font-size: 14px;
        text-decoration: none;
        color: #212121;
        font-weight: 500;
    }

    ._144NI5 ._1vMqW5 ._1ryI35 {
        color: #878787;
        font-size: 12px;
        margin-bottom: 5px;
    }

    ._144NI5 ._1vMqW5 ._2TdncB {
        font-weight: 400;
        font-size: 12px;
    }

    ._144NI5 ._1vMqW5 ._1M4yAU {
        font-size: 12px;
        color: #2874f0;
        padding-right: 10px;
    }

    ._144NI5 ._1vMqW5 ._2sQR6C {
        fill: #2874f0;
    }

    ._144NI5 ._1vMqW5 ._24WjOe {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    ._144NI5 ._2jAOiF {
        margin-top: 10px;
        padding-right: 8px;
    }

    ._144NI5 .RhRJWs {
        color: #212121;
        text-transform: uppercase;
    }

    ._144NI5 ._1xVWEF {
        color: #388e3c;
        font-weight: 500;
        font-size: 12px;
        padding-right: 2px;
    }

    ._144NI5 ._397zj- {
        color: #212121;
    }

    ._144NI5 ._2ZyXmt {
        margin-top: 10px;
        font-size: 12px;
        color: #878787;
    }

    ._144NI5 .A6UbWX {
        text-align: right;
    }

    ._144NI5 ._2asMFO {
        cursor: pointer;
        text-align: center;
        display: inline-block;
        border-radius: 2px;
        background: #f9f9f9;
        border: 1px solid #d7d7d7;
        box-shadow: none;
    }

    ._144NI5 ._2MAzp_ {
        white-space: nowrap;
        padding: 6px 0;
        width: 100px;
        text-align: center;
        text-decoration: none;
        color: #212121;
        border: none;
        background: #f9f9f9;
        font-weight: 400;
        box-shadow: none;
    }

    ._144NI5 .MqiDB1 {
        background: url(//img1a.flixcart.com/www/linchpin/fk-cp-zion/img/my-orders_1addd5.png) no-repeat 0 -48px;
        display: inline-block;
        vertical-align: middle;
        height: 13px;
        width: 17px;
        background-position: 0 -23px;
        margin-bottom: 2px;
    }

    ._144NI5 ._2xEl__ {
        cursor: pointer;
        color: #878787;
    }

        ._144NI5 ._2xEl__:hover {
            color: #2874f0;
        }

@media print {
    /* stylelint-disable */
    header {
        display: none;
    }

    ._25hsNA {
        display: block !important;
    }

    footer {
        display: none;
    }
}

._3HAwlF {
    padding: 24px;
    border-top: 1px solid #f0f0f0;
}

.umTsZa {
    padding-left: 30px;
}

._3ua-pl {
    text-align: center;
    margin-left: -10px;
}

._2p-glZ {
    box-shadow: none;
    padding: 0;
    border: none;
    font-size: 14px;
    text-decoration: none;
    color: #212121;
    font-weight: 500;
}

._32aeU7 {
    margin-top: 10px;
    padding-right: 8px;
}

._2Wo-xt {
    color: #878787;
    font-size: 12px;
    margin-bottom: 5px;
}

.XZYMzZ {
    font-weight: 400;
    font-size: 12px;
}

._15pqQ- {
    cursor: pointer;
    color: #878787;
}

    ._15pqQ-:hover {
        color: #2874f0;
    }

.ZHPYRX {
    padding: 0 10px 10px 10px;
    width: auto;
}

._18M7bj {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

._1xMGNQ {
    margin-top: 10px;
    padding-right: 10px;
}

._2CgHyk {
    text-decoration: line-through;
}

._25hsNA {
    border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
}

.IgjJQs {
    text-transform: uppercase;
    font-weight: 500;
    color: #ff6161;
    margin-left: -10px;
    padding-left: 18px;
}

.txr7qp {
    text-align: center;
}

.z-HizE {
    padding-top: 17px;
}

._2osiT7 {
    position: relative;
}

    ._2osiT7 ._3pgCve {
        display: inline-block;
        width: 0;
    }

    ._2osiT7 ._3cTbr9 {
        width: 25%;
    }

    ._2osiT7 ._3FA7sv {
        width: 33%;
    }

    ._2osiT7 ._3fauu1 {
        width: calc(100% - 10px);
        margin-left: 11px;
        margin-top: -8px;
        height: 3px;
        background: #e0e0e0;
    }

    ._2osiT7 ._1Z66-3 {
        background: #388e3c;
        width: auto;
        height: 3px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: center left;
        transform-origin: center left;
        transition: -webkit-transform 1s ease-in;
        transition: transform 1s ease-in;
        transition: transform 1s ease-in, -webkit-transform 1s ease-in;
    }

    ._2osiT7 ._39F0Ur {
        width: 20px;
        height: 20px;
        position: absolute;
        display: inline-block;
        top: 20px;
    }

    ._2osiT7 ._2Lh8O4 {
        border-radius: 50%;
        width: 12px;
        height: 12px;
        position: relative;
        left: 0;
        cursor: pointer;
        top: 16px;
        background: #e0e0e0;
        transition: -webkit-transform 0.25s ease-in;
        transition: transform 0.25s ease-in;
        transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in
    }

        ._2osiT7 ._2Lh8O4:hover {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            transition: -webkit-transform 0.25s ease-in;
            transition: transform 0.25s ease-in;
            transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
            transition-delay: 0s !important;
        }

    ._2osiT7 ._2WCkH8 {
        -webkit-transform: translateX(-44%) translateY(-20px);
        transform: translateX(-44%) translateY(-20px);
        font-size: 12px;
        text-align: center;
        font-weight: 500;
        color: #e0e0e0;
    }

    ._2osiT7 ._31lU0B {
        -webkit-transform: translateX(-15px) translateY(-20px);
        transform: translateX(-15px) translateY(-20px);
    }

    ._2osiT7 ._1fcKw1 {
        padding: 2px 0;
        width: 100%;
        margin-top: -7px;
        margin-bottom: 10px;
        min-height: 80px;
    }

    ._2osiT7 .Xj99xm {
        width: 0;
        height: 0;
        position: relative;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #e0e0e0;
        top: 16px;
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }

    ._2osiT7 .b0PGS5 {
        position: relative;
        top: 10px;
        padding: 0 30px 0 20px;
        width: 100%;
    }

    ._2osiT7 ._3xeu_m {
        transition: left 0.4s;
    }

    ._2osiT7 ._3d2A_X {
        background-color: #e0e0e0;
        border-color: #878787;
        pointer-events: none;
    }

    ._2osiT7 ._1lBaJR {
        display: inline-block;
        width: 24px;
        height: 24px;
        -webkit-transform: scale(0);
        transform: scale(0);
        position: absolute;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        margin-top: -12px;
        margin-left: -12px;
        background-image: radial-gradient(circle at 50% 50%, rgba(56, 142, 60, 0), rgba(56, 142, 60, .01) 20%, rgba(56, 142, 60, .25));
        transition: all 1s ease-in;
    }

    ._2osiT7 ._2YWs0u,
    ._2osiT7 ._3iVqIS,
    ._2osiT7 ._34zSUK,
    ._2osiT7 ._3oH-Ac,
    ._2osiT7 ._3OCqrw {
        transition: background 0.25s ease-in;
    }

    ._2osiT7 ._2YWs0u,
    ._2osiT7 ._3iVqIS {
        background: #388e3c;
    }

    ._2osiT7 ._34zSUK {
        background: #ff6161;
    }

    ._2osiT7 ._3oH-Ac,
    ._2osiT7 ._3OCqrw {
        background: #ff9f00;
    }

    ._2osiT7 .bx4pWe,
    ._2osiT7 ._2vzDqQ,
    ._2osiT7 .IfEXn5,
    ._2osiT7 .Tzflnq,
    ._2osiT7 .e-0IAz {
        transition: color 0.25s ease-in;
    }

    ._2osiT7 ._3_eq33 {
        color: #e0e0e0;
    }

    ._2osiT7 .bx4pWe {
        color: #388e3c;
    }

    ._2osiT7 ._2vzDqQ {
        color: #388e3c;
    }

    ._2osiT7 .IfEXn5 {
        color: #ff6161;
    }

    ._2osiT7 .Tzflnq,
    ._2osiT7 .e-0IAz {
        color: #ff9f00;
    }

    ._2osiT7 ._3hwN9s {
        border-top: 1px solid #e0e0e0;
        margin-top: 20px;
        padding-top: 5px;
        min-height: 50px;
    }

        ._2osiT7 ._3hwN9s ._1u_qqL {
            display: none;
        }

        ._2osiT7 ._3hwN9s .xMyVTg {
            font-size: 10px;
            word-wrap: break-word;
            padding-top: 3px;
        }

            ._2osiT7 ._3hwN9s .xMyVTg ._1dcq4T {
                border-left: 1px solid #e0e0e0;
                padding: 0 2px;
            }

            ._2osiT7 ._3hwN9s .xMyVTg .HUXaMA {
                padding-right: 2px;
            }

        ._2osiT7 ._3hwN9s ._2OwtFr {
            font-size: 12px;
            font-weight: 500;
        }

        ._2osiT7 ._3hwN9s ._1ULnhH {
            padding-left: 5px;
        }

            ._2osiT7 ._3hwN9s ._1ULnhH:hover {
                color: #2874f0;
            }

        ._2osiT7 ._3hwN9s ._1KsfaM {
            font-size: 10px;
            cursor: pointer;
            padding-top: 3px;
            font-weight: 500;
            color: #2874f0;
        }

        ._2osiT7 ._3hwN9s ._1TaTDC {
            padding-right: 3px
        }

            ._2osiT7 ._3hwN9s ._1TaTDC:last-child {
                padding-right: 0;
            }

        ._2osiT7 ._3hwN9s ._1US80J {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.f3C4Tt {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    padding-left: 2%;
}

    .f3C4Tt ._36BpPn {
        overflow-y: scroll;
        height: 100%;
        max-height: 270px !important;
    }

    .f3C4Tt .J_z5xA {
        width: 250px !important;
    }

    .f3C4Tt ._3qtMqw {
        border-bottom: 1px solid #e0e0e0;
        padding: 12px;
    }

    .f3C4Tt ._3nact9 {
        color: #000;
    }

    .f3C4Tt .DhuoIC {
        color: #878787;
        font-weight: 500;
        font-size: 12px;
    }

    .f3C4Tt .fqYWqU {
        color: #212121;
        font-weight: 500;
        text-align: right;
    }

    .f3C4Tt ._1rxtzm {
        padding: 5px 0;
    }

    .f3C4Tt .gmNSdp {
        border-top: 1px dashed #e0e0e0;
    }

    .f3C4Tt ._21-Zuu {
        font-size: 12px;
        font-weight: 500;
        padding: 5px 12px 0 12px;
        background: #fffed5;
        margin-top: 10px;
        border: 1px solid #f0f0f0;
    }

    .f3C4Tt ._2Qo1g8 {
        margin-left: -5px;
        font-size: 14px;
    }

    .f3C4Tt ._1ASGBV {
        font-size: 10px;
        padding-right: 20px;
    }

    .f3C4Tt ._2fPnTF {
        color: #388e3c;
        font-weight: 500;
        padding-left: 20px;
        font-size: 14px;
    }

    .f3C4Tt .Yzq4qz {
        text-decoration: line-through;
    }

._2nBFvt {
    width: 100%;
    margin-top: 10px;
    border-radius: 2px;
    background-color: #f9f9f9;
    box-shadow: none;
    border: solid 1px #f0f0f0;
    border-bottom: none;
}

    ._2nBFvt ._2ryJ8n {
        text-transform: uppercase;
        font-weight: 500;
        padding: 10px;
        width: auto;
    }

    ._2nBFvt ._1DC4a8 {
        padding-left: 5px;
    }

    ._2nBFvt ._1oRC-k {
        margin-bottom: -3px;
        height: 16px;
        width: 18px;
        margin-right: 4px;
    }

    ._2nBFvt ._2NcQ0Q {
        border-bottom: solid 1px #f0f0f0;
    }

    ._2nBFvt ._1Qad-P {
        margin-top: 11px;
        font-size: 12px;
        margin-bottom: 5px;
    }

._1AoGYp {
    border: 1px solid #f0f0f0;
}

    ._1AoGYp ._2VQ1e6 {
        padding: 10px 15px;
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: -1px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        ._1AoGYp ._2VQ1e6 ._1zEicV,
        ._1AoGYp ._2VQ1e6 ._1Xqv9J {
            display: inline-block;
        }

        ._1AoGYp ._2VQ1e6 ._1zEicV {
            width: calc(100% - 100px);
            color: #2874f0;
            font-weight: 500;
        }

        ._1AoGYp ._2VQ1e6 ._1Xqv9J {
            width: 100px;
            text-align: center;
        }

    ._1AoGYp ._3uLc7Z {
        fill: #212121;
    }

    ._1AoGYp .FMYRAU {
        width: 100%;
    }

.oRpCsp .FMYRAU {
    display: block;
    transition: height 0.3s ease-in-out;
}

.oRpCsp .QRyCMI {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
}

._3XojGa .FMYRAU {
    display: none;
    transition: height 0.2s ease-in-out;
}

._3XojGa .QRyCMI {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.2s ease-in-out;
}

._1S3Y5S,
._APNAc {
    color: #2874f0;
}

._1S3Y5S {
    padding-bottom: 10px;
    font-weight: 500;
    margin-left: -10px;
    width: auto;
}

._3zvrLw {
    text-transform: uppercase;
    cursor: pointer;
    line-height: 24px;
    width: auto;
}

._3Q4GqT {
    height: 23px;
    width: 18px;
    margin: 0 13px;
    cursor: pointer;
}

._37DeMp {
    height: 580px;
    width: 400px;
    overflow: hidden !important;
}

._2JdVAp {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}

._22TFQ5 {
    display: inline-block;
    max-width: 170px;
}

.lIHTa2 {
    min-width: 161px;
}

._2qHwd2,
._1jxyWW {
    max-width: 190px;
    overflow-x: hidden;
}

._3exl4n {
    word-wrap: break-word;
}

._2Xvs_h {
    margin-top: 10px;
    font-size: 15px;
    text-transform: uppercase;
}

._25DMBL {
    color: #c2c2c2;
}

._2f0eNp {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

._2_8pA5 {
    display: inline-block;
    padding-left: 5px;
    height: 20px;
}

._292svJ {
    border-right: 1px solid #d7d7d7;
    height: 18px;
}

.I_8eAR {
    display: inline-block;
    margin-left: 20px;
}

.KrigMi {
    max-width: 185px;
}

._1jxyWW {
    max-width: 250px;
}

._2NuIcL {
    padding-bottom: 5px;
}

._2By0TS ._3rO-vo {
    box-shadow: none;
    border: none;
    padding: 0;
    vertical-align: baseline;
    margin-left: -10px;
    color: #2874f0;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: left;
}

._2By0TS ._2eY5DD {
    height: 23px;
    width: 18px;
    margin: 0 13px;
    cursor: pointer;
    margin-bottom: -7px;
}

._3MvWma {
    font-size: 14px;
}

    ._3MvWma ._1MIlWh {
        height: 100px;
        border: solid 1px #d7d7d7;
        box-shadow: none;
        margin: 0 4px 20px 4px;
        background-color: #fff;
    }

    ._3MvWma ._1_lQbN {
        height: 15px;
        border-radius: 4px;
        background: #f0f0f0;
        margin: 16px 16px;
    }

    ._3MvWma ._2CGPv9 {
        height: 15px;
        border-radius: 4px;
        background: #f0f0f0;
        margin: 16px 16px;
        width: 50%;
    }

._3kkkyb {
    background-color: #fffed5;
    margin: 16px 0;
    padding: 10px 24px;
}

    ._3kkkyb .FmiNb_ {
        border-top: 1px solid #fbedc0;
        margin-top: 4px;
        font-size: 12px;
        padding-top: 8px;
    }

    ._3kkkyb ._1ox0qt {
        font-weight: 500;
        color: #2874f0;
        padding-left: 5px;
    }

    ._3kkkyb ._2Io9NE {
        text-transform: uppercase;
        cursor: pointer;
        margin-left: 2px;
    }

    ._3kkkyb ._3ESMZ3 {
        height: 14px;
        width: 14px;
        vertical-align: text-bottom;
    }

    ._3kkkyb ._1rlbXA {
        background: url(//img1a.flixcart.com/www/linchpin/fk-cp-zion/img/my-orders_1addd5.png) no-repeat 0 -65px;
        display: inline-block;
        vertical-align: middle;
        width: 22px;
        height: 14px
    }

        ._3kkkyb ._1rlbXA._1TW4UJ {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    ._3kkkyb ._1abhsm {
        cursor: pointer;
        text-align: center;
        display: inline-block;
    }

    ._3kkkyb ._1liZgi {
        vertical-align: top;
        font-weight: 500;
    }

    ._3kkkyb ._35focq {
        padding-right: 6px;
    }

    ._3kkkyb ._3a5Vdp {
        cursor: pointer;
    }

._69Txmk {
    margin: 8px auto;
    max-width: 1680px;
    min-width: 978px;
    min-height: 200px;
    overflow: hidden;
}

    ._69Txmk .EJX7er {
        padding: 8px;
        border-right: solid 1px #f0f0f0;
    }

    ._69Txmk ._-9qyyn {
        padding: 12px 24px;
        font-weight: 500;
        font-size: 21px;
        border-bottom: solid 1px #f0f0f0;
    }

    ._69Txmk ._8Ye92n {
        padding: 20px 24px;
        min-height: 242px;
    }

        ._69Txmk ._8Ye92n ._1ANxjZ {
            margin-right: 8px;
        }

        ._69Txmk ._8Ye92n ._1gJJy7 {
            padding-bottom: 8px;
        }

        ._69Txmk ._8Ye92n ._2386d1 {
            font-weight: 500;
        }

        ._69Txmk ._8Ye92n ._2bG1Br {
            margin-bottom: 16px;
        }

        ._69Txmk ._8Ye92n ._29AVJx {
            font-size: 12px;
            color: #878787;
        }

        ._69Txmk ._8Ye92n ._35ljJy {
            width: 12px;
            height: 12px;
            margin: 0 6px 0 0;
        }

        ._69Txmk ._8Ye92n ._2t8ViF {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        ._69Txmk ._8Ye92n ._3huA51 {
            padding-right: 10px;
        }

        ._69Txmk ._8Ye92n ._3ITj9S {
            width: auto;
            position: absolute;
            right: 0;
            margin-right: 32px;
        }

    ._69Txmk ._1Pnoij {
        border: solid 1px #f0f0f0;
        margin-left: -1px;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        color: #2874f0;
        padding: 24px;
    }

    ._69Txmk ._3CUIk8 {
        padding: 30px;
    }

.ZJ4B1S {
    margin: 0 auto;
    max-width: 1092px;
    min-width: 978px;
    padding-top: 14px;
    position: relative;
    min-height: 600px;
}

    .ZJ4B1S .P_GzNV {
        margin-top: 16px 0;
        height: 200px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    }

    .ZJ4B1S .-PgAyI {
        height: 400px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    }

    .ZJ4B1S ._3fm27a,
    .ZJ4B1S ._3iB8bS {
        height: 15px;
        border-radius: 4px;
        background: #f9f9f9;
        margin: 16px 16px;
    }

._32DaVL {
    width: 735px;
    overflow: hidden;
}

.qVNTBK {
    overflow: hidden !important;
}

._1UY7Yz {
    margin: 0 0 2px -4px;
}

    ._1UY7Yz ._2WnD7l {
        max-width: 300px;
        overflow-y: hidden;
        text-transform: none !important;
        padding: 10px 10px 0 10px !important;
    }

._35-Q5F ._4b8eFn {
    /* //width: 1260px; */
    min-width: 978px;
    margin: 0 auto;
    overflow: hidden;
}

    ._35-Q5F ._4b8eFn ._2qbNQB {
        max-width: 1092px;
        min-width: 978px;
        background: #fff;
        padding: 20px 0 20px 0;
        margin: 20px auto 0 auto;
    }

    ._35-Q5F ._4b8eFn ._1S0E3x {
        margin: 0 auto;
        max-width: 1092px;
        min-width: 978px;
        padding-top: 14px;
        position: relative;
    }

    ._35-Q5F ._4b8eFn ._2KcEnL {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    }

    ._35-Q5F ._4b8eFn ._2p_5R5 {
        background: #f9f9f9;
        color: #878787;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        padding: 0 20px;
    }

    ._35-Q5F ._4b8eFn ._10bpm0 {
        text-align: center;
    }

    ._35-Q5F ._4b8eFn ._3aOIyF {
        margin: 16px 0;
    }

    ._35-Q5F ._4b8eFn .sf0p68 {
        color: #000;
    }

    ._35-Q5F ._4b8eFn ._3OSPyh {
        font-weight: 500;
    }

    ._35-Q5F ._4b8eFn .AGhfKV {
        text-align: center;
        position: relative;
        padding-top: 10px;
    }

    ._35-Q5F ._4b8eFn ._3lxYBv {
        text-align: center;
        font-size: 11px;
        position: relative;
        left: 3%;
        padding: 10px;
    }

    ._35-Q5F ._4b8eFn ._1XabRE {
        border: 1px solid #878787;
        display: inline-block;
        padding: 3px 10px;
    }

    ._35-Q5F ._4b8eFn ._3_9FaQ {
        margin: 15px 0;
    }

    ._35-Q5F ._4b8eFn ._3oul2q {
        border-left: 2px solid #e0e0e0;
        padding-left: 20px;
    }

    ._35-Q5F ._4b8eFn ._1seu1l {
        border: 3px solid #e0e0e0;
    }

    ._35-Q5F ._4b8eFn ._22GtWq {
        margin-bottom: 10px;
    }

    ._35-Q5F ._4b8eFn .nCtm2r {
        width: 30%;
        border-right: 1px solid #f0f0f0;
        padding: 24px 0 14px 20px;
    }

    ._35-Q5F ._4b8eFn .XWS-Zv {
        width: 70%;
        padding: 24px 24px 0 24px;
    }

    ._35-Q5F ._4b8eFn ._1-gp4n {
        float: left;
    }

    ._35-Q5F ._4b8eFn ._3sv693 {
        display: inline-block;
        margin-left: 10px;
        padding-top: 2px;
    }

    ._35-Q5F ._4b8eFn ._3ZjtZG {
        margin-top: 20px;
    }

    ._35-Q5F ._4b8eFn ._2uPhNF {
        margin: 10px 0;
    }

    ._35-Q5F ._4b8eFn ._1HA5YF {
        width: 100%;
        margin: 10px 5% 0;
    }

    ._35-Q5F ._4b8eFn ._38Z_91 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 400;
    }

    ._35-Q5F ._4b8eFn ._6voAtn {
        color: #878787;
        font-size: 14px;
    }

    ._35-Q5F ._4b8eFn ._13rgKr {
        height: 30px;
        background: #f0f0f0;
        line-height: 30px;
        padding: 0 10px;
    }

    ._35-Q5F ._4b8eFn .J3T7jU {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 10px 20px;
        text-align: right;
    }

    ._35-Q5F ._4b8eFn .Q91Ult {
        color: #388e3c;
        padding-right: 10px;
    }

    ._35-Q5F ._4b8eFn ._1kP-Jy {
        margin-left: 10px;
        font-size: 20px;
    }

    ._35-Q5F ._4b8eFn ._3G5QHb {
        margin-top: 10px;
        font-size: 12px;
        padding-bottom: 10px;
    }

    ._35-Q5F ._4b8eFn ._3RXL1k {
        color: #878787;
        margin-right: 5px;
    }

    ._35-Q5F ._4b8eFn ._3WOhX2 {
        padding-bottom: 5px;
        font-size: 12px;
    }

    ._35-Q5F ._4b8eFn ._3RtJCr {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 20px;
        margin-top: 5px;
    }

    ._35-Q5F ._4b8eFn ._2ZXPYM {
        border: solid 1px #f0f0f0;
        height: 100px;
        background-color: #fff;
        vertical-align: middle;
        text-align: center;
        padding: 10px 0;
        margin: 5px 20px 5px 0;
    }

    ._35-Q5F ._4b8eFn .b5zS-s {
        margin-top: 10px;
    }

    ._35-Q5F ._4b8eFn ._2KhqUz {
        text-transform: uppercase;
        font-size: 12px;
        margin-top: 10px;
        padding-bottom: 5px;
    }

    ._35-Q5F ._4b8eFn .pSawW9 {
        font-size: 12px;
        padding: 5px 0;
    }

    ._35-Q5F ._4b8eFn ._1QI6mX {
        padding: 5px 0;
        font-size: 12px;
    }

    ._35-Q5F ._4b8eFn ._2Ye8Qi {
        background-color: #2874f0;
        color: #fff;
        border: none;
    }

    ._35-Q5F ._4b8eFn ._1u2OqI {
        padding: 5px 10px;
        border-radius: 4px;
        margin-top: 20px;
        border: 1px solid #878787;
        font-weight: 500;
    }

    ._35-Q5F ._4b8eFn ._6A87HX {
        padding: 10px 0;
    }

    ._35-Q5F ._4b8eFn ._1Y1V-c {
        padding: 5px 0;
    }

    ._35-Q5F ._4b8eFn .BHrZHp {
        padding-bottom: 20px;
    }

    ._35-Q5F ._4b8eFn ._3Bct3p {
        text-align: left;
        padding-right: 20px;
        line-height: 35px;
    }

    ._35-Q5F ._4b8eFn ._3U84M0 {
        padding: 10px 15px 10px 5px;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }

    ._35-Q5F ._4b8eFn ._3I00he {
        padding-left: 10px;
    }

    ._35-Q5F ._4b8eFn .U2HbPk {
        color: #878787;
        font-size: 11px;
    }

    ._35-Q5F ._4b8eFn ._1zDEYu {
        padding-bottom: 20px;
    }

    ._35-Q5F ._4b8eFn ._35m0KX {
        margin: 10px 0;
        font-weight: 500;
    }

    ._35-Q5F ._4b8eFn ._21Ufzs {
        font-size: 13px;
    }

    ._35-Q5F ._4b8eFn ._3O3WAv {
        margin-bottom: 60px;
    }

    ._35-Q5F ._4b8eFn ._1t006l {
        position: absolute;
        bottom: 0;
        height: 50px;
        width: 65%;
        text-align: right;
        margin-bottom: 6px;
    }

    ._35-Q5F ._4b8eFn ._2GEwnU {
        background: #2874f0;
        box-shadow: none;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
        padding: 6px 14px;
        border-radius: 2px;
        margin-top: 10px;
    }

    ._35-Q5F ._4b8eFn ._26YP69 {
        background-color: #878787;
    }

    ._35-Q5F ._4b8eFn ._3CXJ_k {
        background-color: #fb641b;
    }

    ._35-Q5F ._4b8eFn ._1NRW3D {
        background-color: #fb641b;
        float: right;
        margin-bottom: 10px;
    }

    ._35-Q5F ._4b8eFn ._3IDybY {
        position: relative;
        background-color: #878787;
    }

        ._35-Q5F ._4b8eFn ._3IDybY ._16XF5N {
            -webkit-transform: translateX(-18px);
            transform: translateX(-18px);
        }

    ._35-Q5F ._4b8eFn ._3Pp62A {
        cursor: not-allowed;
    }

    ._35-Q5F ._4b8eFn ._3XF2Zs {
        background-color: #000;
    }

    ._35-Q5F ._4b8eFn ._1btajq {
        width: 100%;
        height: 60px;
        font-family: inherit;
        overflow-x: auto;
        resize: none;
        font-size: 13px;
        padding: 5px 6px;
        outline: none;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    ._35-Q5F ._4b8eFn .OvH59R {
        line-height: 35px;
        padding-top: 5px;
        color: #c2c2c2;
    }

    ._35-Q5F ._4b8eFn .NCJKHI {
        height: 20px;
        margin-top: 10px;
    }

    ._35-Q5F ._4b8eFn ._2QQoVq {
        color: #ff6161;
    }

    ._35-Q5F ._4b8eFn ._3Z2h6Y {
        border: 1px solid #ff6161;
    }

    ._35-Q5F ._4b8eFn .mmXld1 {
        border: 1px solid #388e3c;
        padding: 10px;
        font-size: 20px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    ._35-Q5F ._4b8eFn .KwB1zF {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 10px;
    }

    ._35-Q5F ._4b8eFn ._24Pz5n {
        margin-bottom: 10px;
    }

    ._35-Q5F ._4b8eFn ._3-Qx54 {
        margin-top: 10px;
    }

    ._35-Q5F ._4b8eFn ._3ZxfNF {
        font-size: 12px;
        color: #878787;
    }

    ._35-Q5F ._4b8eFn ._3IU5Fa {
        padding-bottom: 5px;
        margin-bottom: 10px;
        font-size: 13px;
        max-height: 100px;
        overflow-y: auto;
    }

    ._35-Q5F ._4b8eFn ._211pl9 {
        margin-top: 20px;
    }

    ._35-Q5F ._4b8eFn ._1Scjup {
        margin-bottom: 20px;
    }

    ._35-Q5F ._4b8eFn .bwkXu7 {
        padding: 0 10px;
        border-right: 1px dotted #878787;
    }

    ._35-Q5F ._4b8eFn .peSA1g {
        padding: 0 10px;
        margin-top: -20px;
    }

    ._35-Q5F ._4b8eFn .flbjGA {
        margin-left: 10px;
        font-size: 12px;
    }

    ._35-Q5F ._4b8eFn ._2cRqm9 {
        margin: 10px 0;
        border: 1px solid #212121;
        padding: 5px;
        text-align: center;
        border-radius: 5px;
        cursor: pointer
    }

        ._35-Q5F ._4b8eFn ._2cRqm9:hover,
        ._35-Q5F ._4b8eFn ._2cRqm9:active {
            border-color: #000;
            background-color: #f0f0f0;
        }

    ._35-Q5F ._4b8eFn ._1etjcc {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
        margin-right: 10px;
    }

    ._35-Q5F ._4b8eFn .Y2kaSR {
        font-size: 13px;
    }

    ._35-Q5F ._4b8eFn ._2Qyv_c {
        margin-left: 20px;
    }

    ._35-Q5F ._4b8eFn ._2fZY3W {
        list-style-type: disc;
    }

._4v_vYP {
    width: 650px;
}

._35L4bB {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    padding-right: 10px;
    z-index: 2;
}

._1iwgFd {
    width: 250px !important;
}

._2_ccqw {
    margin-top: 10px;
}

    ._2_ccqw .MPOzYD {
        text-align: left;
        padding-right: 20px;
        line-height: 35px;
    }

    ._2_ccqw .LblEWS {
        visibility: hidden;
        height: 29px;
    }

    ._2_ccqw ._1cWnWg {
        margin-left: 25%;
    }

    ._2_ccqw .jKrYHW {
        color: #ff6161;
        padding: 5px 0;
        visibility: visible;
    }

    ._2_ccqw ._30od3E {
        border: 1px solid #ff6161;
    }

    ._2_ccqw ._1EWBN1 {
        font-size: 14px;
        padding: 5px 6px;
        border: 1px solid #d7d7d7;
        resize: none;
        outline: none;
        width: 200px;
        height: 35px;
    }

    ._2_ccqw ._3eNfdW {
        color: #ff6161;
    }

    ._2_ccqw ._30od3E {
        border-color: #ff6161;
    }

    ._2_ccqw ._1jsiD4 {
        font-size: 13px;
    }

    ._2_ccqw .o5fYJG {
        background: #2874f0;
        color: #fff;
        box-shadow: none;
        border: 1px solid #2874f0;
        padding: 6px 12px 4px;
        font-size: 13px;
        margin-bottom: 20px;
        cursor: pointer;
        outline: none;
        margin-left: 20px;
    }

    ._2_ccqw ._1O_M7C {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
        margin-right: 10px;
    }

    ._2_ccqw ._2kb7WQ {
        width: 58%;
    }

    ._2_ccqw ._16nqs7 {
        pointer-events: none;
    }

    ._2_ccqw ._3yZg-q {
        color: #2874f0;
        font-weight: 500;
        display: inline-block;
        margin-left: 5px;
        cursor: pointer;
    }

    ._2_ccqw ._3Ssk8g {
        vertical-align: middle;
    }

._1QsqCP ._2QCdHn {
    background: #f0f0f0;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px;
    color: #212121;
}

._1QsqCP .N4natB {
    padding: 10px 20px;
}

._1QsqCP ._1deaXg {
    line-height: 32px;
}

._1QsqCP .bt0I8M {
    font-size: 13px;
}

._1QsqCP .EP5YQD {
    line-height: 32px;
}

._1QsqCP ._10kC5m {
    margin: 5px;
    padding: 10px;
}

._1QsqCP ._1ezUSw {
    background: #2874f0;
    color: #fff;
    box-shadow: none;
    border: 1px solid #2874f0;
    float: right;
    padding: 6px 12px 4px;
    font-size: 13px;
    margin-bottom: 20px;
    cursor: pointer;
}

._1QsqCP ._1_wFD0 {
    line-height: 35px;
    padding-top: 5px;
    color: #c2c2c2;
}

._1MoOCk {
    border-top: 1px dotted #000;
    padding: 5px 0;
    border-bottom: 1px dotted #000;
}

    ._1MoOCk ._1z6riy {
        padding: 0 20px;
    }

    ._1MoOCk ._20BQHu {
        height: 40px;
        width: 25px;
    }

    ._1MoOCk ._2JAdF- {
        border: 1px solid #878787;
        cursor: pointer;
        margin: 2px 5px;
    }

        ._1MoOCk ._2JAdF- :hover {
            border: 2px solid #000;
        }

    ._1MoOCk ._3qrYiE {
        height: 25px;
        min-width: 25px;
        text-align: center;
        vertical-align: middle;
        padding: 2px 4px 4px;
        margin: 2px 3px;
        border: 1px solid #878787;
        cursor: pointer;
        display: inline-block;
    }

        ._1MoOCk ._3qrYiE :hover {
            border: 2px solid #000;
        }

    ._1MoOCk .XMBent {
        cursor: not-allowed;
        opacity: 0.5;
    }

    ._1MoOCk ._15mEDo {
        display: none;
    }

    ._1MoOCk ._1w6WZl {
        margin-bottom: 10px;
        font-weight: 500;
    }

    ._1MoOCk ._2IGh-5 {
        border: 2px solid #2874f0;
    }

    ._1MoOCk ._2BLuQK {
        padding: 5px;
    }

._2LDjFN {
    overflow-y: hidden;
}

    ._2LDjFN ._2YKmV2 {
        background: #f0f0f0;
        padding: 10px 10px 20px 20px;
        font-size: 16px;
        font-weight: bold;
        border-bottom: solid 1px #e0e0e0;
        color: #212121;
    }

    ._2LDjFN ._3E6rXy {
        overflow-y: auto;
        max-height: 75vh;
    }

    ._2LDjFN ._2qgj-w {
        margin: 10px auto;
    }

    ._2LDjFN ._2hIQKF {
        padding: 10px;
        float: right;
    }

    ._2LDjFN ._2e_Y68 {
        margin: 2px 5px;
    }

    ._2LDjFN ._1GKmgE {
        background-color: #2874f0;
        color: #fff;
        margin-left: 55%;
    }

    ._2LDjFN ._1HI79j {
        height: 50vh;
        padding: 10px 20px;
    }

    ._2LDjFN ._3fMQ0a {
        height: 125px;
        border-bottom: 2px solid #c2c2c2;
    }

    ._2LDjFN ._2EQgYx {
        height: 15px;
        margin: 20px 0;
        background-color: #f0f0f0;
        width: 65%;
    }

    ._2LDjFN ._2yaVhM {
        color: #ff6161;
        display: block;
        font-size: 12px;
    }

._39xplD {
    font-size: 14px;
    color: #2874f0;
    font-weight: 500;
    padding: 16px 0;
    border-bottom: solid 1px #f0f0f0;
    cursor: pointer;
    border-top: solid 1px #f0f0f0;
}

.jtbXLP {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    vertical-align: middle;
    margin: 0 20px 0 26px;
}

._1tkDFt {
    border-bottom: solid 1px #f0f0f0;
    padding: 16px 24px 8px 24px
}

    ._1tkDFt._1YWq5E {
        background-color: #f5faff;
    }

.X-lNH8,
._2iecbd,
.sWFCdc,
._1Y-KG2 {
    height: 16px;
}

.X-lNH8,
._2iecbd,
.sWFCdc,
._1Y-KG2,
.ty7sE3 {
    background: #fafafa;
}

.X-lNH8,
._2iecbd,
.sWFCdc {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

._2cfJ5C {
    height: 136px;
    padding: 16px 56px;
}

._101Uef {
    margin-bottom: 12px;
}

    ._101Uef .X-lNH8 {
        width: 67px;
    }

    ._101Uef ._2iecbd {
        width: 32px;
    }

    ._101Uef .sWFCdc {
        width: 80px;
    }

._1Y-KG2 {
    margin-bottom: 12px;
    width: 532px;
}

.ty7sE3 {
    height: 48px;
    width: 200px;
}

._1e108t {
    margin: 0 auto;
    position: relative;
    padding: 50px 83px 0;
}

    ._1e108t ._2i2Qj2 {
        margin-bottom: 10px;
        height: 200px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    }

    ._1e108t .tZpexG {
        height: 400px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    }

    ._1e108t ._1JoMuf,
    ._1e108t ._3SXDd3 {
        height: 15px;
        border-radius: 4px;
        background: #f9f9f9;
        margin: 16px 16px;
    }

    ._1e108t .F5JKK0 {
        height: 15px;
        width: 100px;
        border-radius: 4px;
        background: #f9f9f9;
        margin: 16px 16px;
    }

    ._1e108t ._1ilav0 {
        height: 75px;
        width: 75px;
        border-radius: 4px;
        background: #f9f9f9;
        margin: 20px 0 0 100px;
    }

@media print {
    /* stylelint-disable */
    header {
        display: none;
    }

    footer {
        display: none;
    }
}

._27bUyX {
    width: 735px;
    overflow: hidden;
}

.yI3ab9 {
    overflow: hidden !important;
}

._2kIypH ._2QEGRr {
    max-width: 1680px;
    min-width: 978px;
    margin: 0 auto;
    overflow: hidden;
    --child-item-width: 91.66%;
    --child-item-offset: calc(8.33% + 16px);
}

    ._2kIypH ._2QEGRr ._3aAyIi {
        padding: 7px 10px;
        background-color: #fffed5;
        border: 1px solid #f9e2b2;
        margin: 10px 0;
        border-radius: 2px;
    }

    ._2kIypH ._2QEGRr .qIPS6H {
        background: #fff;
        padding: 20px 0;
        margin: 20px auto 0 auto;
    }

    ._2kIypH ._2QEGRr ._2rhtPx {
        margin: 0 auto;
        position: relative;
        padding: 6px 83px 0;
    }

    ._2kIypH ._2QEGRr ._3WyGKy {
        padding: 24px 24px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    }

    ._2kIypH ._2QEGRr ._11E57N {
        background: #f9f9f9;
        color: #878787;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        padding: 0 20px;
    }

    ._2kIypH ._2QEGRr ._23UIhw {
        text-align: center;
    }

    ._2kIypH ._2QEGRr ._1YeuTr {
        margin: 16px 0;
        padding: 0;
    }

    ._2kIypH ._2QEGRr ._3pPK-R {
        padding: 0 24px;
    }

    ._2kIypH ._2QEGRr ._1NMCO9 {
        text-align: center;
        margin-left: -10px;
    }

    ._2kIypH ._2QEGRr ._2HvExN {
        padding-left: 30px;
    }

    ._2kIypH ._2QEGRr ._3r-GIZ {
        color: #878787;
        text-transform: uppercase;
        padding-top: 24px;
    }

    ._2kIypH ._2QEGRr ._2Xiaqb {
        padding-left: 24px;
        border-left: 1px solid #f0f0f0;
    }

    ._2kIypH ._2QEGRr ._3dynR2 {
        border-left: 1px solid #f0f0f0;
        padding: 24px;
    }

    ._2kIypH ._2QEGRr ._3pr9ov {
        border: 3px solid #e0e0e0;
    }

    ._2kIypH ._2QEGRr ._2ebRXN {
        margin-bottom: 10px;
    }

    ._2kIypH ._2QEGRr .x77_9t {
        padding: 24px;
        border-top: 1px solid #f0f0f0;
        background: #fff;
        position: relative;
    }

    ._2kIypH ._2QEGRr ._1jDqco {
        width: 100%;
        margin: 10px 5% 0;
    }

    ._2kIypH ._2QEGRr ._36t3C1 {
        height: 30px;
        background: #f0f0f0;
        line-height: 30px;
        padding: 0 10px;
    }

    ._2kIypH ._2QEGRr ._1TMw2P {
        margin: 3px 0;
        border: 1px solid #f0f0f0;
        padding: 10px 0;
        border-radius: 2px;
    }

    ._2kIypH ._2QEGRr ._1OJGFU {
        border-top: 1px solid #f0f0f0;
        padding: 10px 24px;
        text-align: right;
    }

    ._2kIypH ._2QEGRr .N9JD9l {
        color: #388e3c;
        font-size: 16px;
        font-weight: 500;
        padding-left: 20px;
    }

    ._2kIypH ._2QEGRr ._1wJiOY {
        float: right;
    }

    ._2kIypH ._2QEGRr ._27lDDD {
        font-size: 16px;
        font-weight: 500;
    }

    ._2kIypH ._2QEGRr ._1B26g2 {
        font-size: 16px;
        font-weight: 500;
        padding-left: 20px;
    }

    ._2kIypH ._2QEGRr ._3JuTif {
        padding-top: 17px;
    }

    ._2kIypH ._2QEGRr ._11dQu7 {
        display: inline-block;
        min-width: 25%;
        width: auto;
        text-align: left;
        padding: 10px 10px 10px 35px;
    }

    ._2kIypH ._2QEGRr ._2YKzjS {
        position: relative
    }

        ._2kIypH ._2QEGRr ._2YKzjS:before {
            content: '';
            display: inline-block;
            width: var(--child-item-width);
            margin-left: var(--child-item-offset);
            border-top: 1px dashed #e0e0e0;
        }

    ._2kIypH ._2QEGRr ._2l2rOs {
        width: var(--child-item-width);
        margin-left: var(--child-item-offset);
    }

    ._2kIypH ._2QEGRr .p1j4fC {
        width: 100%;
    }

    ._2kIypH ._2QEGRr ._28Prov {
        width: 45px;
        padding: 0px 14px 10px;
    }

    ._2kIypH ._2QEGRr .Y8ZaTt {
        font-weight: 500;
        padding-right: 5px;
    }

.OuPC-m {
    padding: 24px;
    border-top: 1px solid #f0f0f0;
}

._3DX_g9 {
    color: #212121;
    text-decoration: none;
    box-shadow: none;
    padding: 0;
    font-weight: normal;
    border: none;
    text-align: left;
    cursor: default;
}

._1qsnmR {
    background: url(//img1a.flixcart.com/www/linchpin/fk-cp-zion/img/my-orders_1addd5.png) no-repeat 0 -80px;
    display: inline-block;
    vertical-align: bottom;
    width: 17px;
    height: 22px;
    padding-right: 24px;
}

._3ZK8vn {
    padding: 10px;
    border: 1px solid #f0f0f0;
    margin-top: 5px;
    width: 80%;
    font-size: 12px;
}

._2XSWWK {
    color: #878787;
}

._3YzN81 {
    font-weight: 500;
}

.jDNOiQ {
    padding-left: 30px;
}

._1wZLhw {
    padding-top: 17px;
}

._3SFcln {
    padding: 30px 0;
    color: #2874f0;
    cursor: pointer;
    font-weight: 500;
    margin-right: 30px;
}

._2j-ATN {
    padding-top: 20px;
    color: #878787;
}

._37nsWw {
    margin-top: 20px;
}

._3j4o-f {
    width: 40px;
    padding: 0 12px 10px;
}

._1ivTFI {
    font-weight: 500;
    padding-right: 5px;
}

._3OsVcL {
    padding-top: 17px;
    padding-bottom: 24px;
    position: relative;
}

    ._3OsVcL ._1MbX3l {
        font-weight: 500;
    }

    ._3OsVcL ._3eXX5M {
        padding-left: 10px;
    }

    ._3OsVcL ._1GAUB_ {
        padding-top: 10px;
    }

    ._3OsVcL .wRBMLW {
        display: none;
    }

    ._3OsVcL ._3N_1fR {
        padding-top: 10px;
    }

    ._3OsVcL ._2tM4lV {
        position: absolute;
        font-size: 12px;
        top: 3px;
        font-style: italic;
        color: #388e3c;
    }

    ._3OsVcL ._1FEtLi {
        padding: 0 32px;
        height: 38px;
        border-radius: 2px;
        border: 1px solid #e0e0e0;
        color: #2874f0;
        font-size: 14px;
        font-weight: 500;
        background: #fff;
        margin-left: auto;
        cursor: pointer;
        text-transform: uppercase;
        background-color: #fff;
        right: 24px;
        position: absolute;
        top: -30px
    }

        ._3OsVcL ._1FEtLi:disabled {
            color: #878787;
            cursor: auto;
        }

._2m1Usk {
    padding: 24px 24px 24px 0;
}

    ._2m1Usk ._1hrSE- {
        vertical-align: middle;
        margin-right: 22px;
    }

    ._2m1Usk .eYgzGn {
        color: #878787;
    }

    ._2m1Usk ._1brAgx {
        padding-left: 5px;
    }

    ._2m1Usk ._3JqfL_ {
        border: 1px solid #f0f0f0;
        padding: 5px;
        width: 100%;
        margin-top: -10px;
        background-color: #fffed5;
    }

    ._2m1Usk .f-_71n {
        height: 24px;
        margin-right: 10px;
    }

    ._2m1Usk ._2rJeZs {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    ._2m1Usk ._1UxR6a {
        max-width: 100%;
        max-height: 40px;
        vertical-align: middle;
    }

    ._2m1Usk ._3X-SeZ {
        font-weight: 500;
    }

    ._2m1Usk ._1yqqiQ {
        font-size: 13px;
        padding-top: 10px;
    }

    ._2m1Usk ._1hPpCB {
        font-size: 13px;
        padding: 10px;
    }

    ._2m1Usk ._2GcYu- {
        font-size: 12px;
        padding-left: 5px;
    }

    ._2m1Usk ._19SpmV {
        text-align: center;
    }

._37DnMr {
    background: #fffed5;
    border: 1px #f0f0f0 solid
}

    ._37DnMr._1B09Jq {
        margin-top: 10px;
        width: 100%
    }

._3YJBAw {
    width: 100%;
}

._2BU9FV {
    padding: 0 10px 10px 10px;
    width: 45px;
}

._333iJH {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}

._3veryG {
    max-width: 12px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

._1XR3uz {
    margin-top: 10px;
    padding-right: 10px;
}

._11xlKM {
    margin-top: 10px;
    margin-left: 45px;
    padding: 10px 10px 10px 0;
    border-top: 1px solid #f0f0f0;
}

.mU1-I_ {
    text-decoration: line-through;
}

._2G6RXZ {
    border-right: 1px solid #d7d7d7;
    height: 18px;
    padding-left: 10px;
}

._2RmA4r {
    text-decoration: line-through;
    color: #878787;
    padding-left: 10px;
    font-size: 12px;
}

._2AVyeF {
    color: #2874f0;
    font-weight: 500;
    box-shadow: none;
    background: none;
    padding: 5px 10px;
    margin: -5px 0;
    font-size: 14px;
    cursor: pointer;
    border: none;
    vertical-align: baseline;
}

    ._2AVyeF:hover {
        box-shadow: none;
    }

.LDQxBU {
    text-transform: uppercase;
    cursor: pointer;
}

.Vat0Ry {
    margin: 0 36px !important;
    padding: 12px 24px;
    overflow: hidden !important;
    min-width: 0 !important;
}

._2ww-B1 {
    width: 100%;
    box-shadow: none;
}

    ._2ww-B1 ._1P8GDP {
        padding: 16px;
        color: #ff6161;
    }

    ._2ww-B1 .wRv48v {
        background-color: transparent;
    }

    ._2ww-B1 ._3iFlWc {
        background-color: #f9f9f9;
        border: 1px #f0f0f0 solid;
    }

    ._2ww-B1 ._3rTnH6 {
        font-weight: 500;
        padding-right: 5px;
    }

    ._2ww-B1 ._3kGIXj {
        text-align: center;
        border-right: 1px #f0f0f0 solid;
        border-bottom: 1px solid #f0f0f0;
        min-width: 72px;
        background-color: #f9f9f9;
    }

    ._2ww-B1 ._102Wyp {
        width: 150px;
        border-right: 1px #f0f0f0 solid;
        text-align: center;
        background-color: #e0e0e0;
    }

    ._2ww-B1 ._3mAF6- {
        width: calc(100% - 150px);
        max-width: 510px;
    }

    ._2ww-B1 ._2lJMy8 {
        margin: 10px 0 10px 26px;
        position: relative;
        height: 23px;
        width: 22px;
    }

    ._2ww-B1 ._2mB0DS {
        border: none;
        -webkit-transform: scale(2);
        transform: scale(2);
        background-color: #2874f0;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        cursor: default;
        margin: 4px 5px;
        padding: 0;
    }

    ._2ww-B1 ._3NLCjw {
        color: #d7d7d7;
        cursor: default;
    }

    ._2ww-B1 ._1jgUr_ {
        border: 1px solid #d7d7d7;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        background: #fff;
        border-radius: 50%;
        padding: 0;
    }

    ._2ww-B1 ._1E0p8n {
        border: none;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        background: transparent;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        cursor: pointer;
        margin: 0 5px;
        padding: 5px;
        box-shadow: none;
    }

        ._2ww-B1 ._1E0p8n:hover {
            border: none;
            -webkit-transform: scale(2);
            transform: scale(2);
            border-radius: 50%;
            width: 10px;
            height: 10px;
            cursor: pointer;
            margin: 5px 5px -7px 5px;
            background: #2874f0;
        }

    ._2ww-B1 ._3Ocpqz {
        border: none;
        -webkit-transform: scale(2);
        transform: scale(2);
        background-color: #2874f0;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        cursor: default;
        margin: 5px;
        padding: 0;
    }

    ._2ww-B1 ._2Bab8M {
        font-weight: 500;
        text-transform: uppercase;
        padding: 10px 10px 0 10px;
        background-color: #e0e0e0;
    }

    ._2ww-B1 ._2Dfr7i {
        font-size: 12px;
        padding: 0 10px 13px 10px;
        border-bottom: 1px #f0f0f0 solid;
        background-color: #e0e0e0
    }

        ._2ww-B1 ._2Dfr7i._1SJyYN {
            border-bottom: 1px solid #2874f0;
        }

    ._2ww-B1 ._1pfrER {
        font-weight: 500;
        text-transform: uppercase;
        padding: 0 10px 10px 10px;
    }

    ._2ww-B1 ._2nxKwV {
        padding: 12px 0;
        border-top: 1px solid #f0f0f0
    }

        ._2ww-B1 ._2nxKwV._1SJyYN {
            border-right: 1px solid #2874f0;
        }

    ._2ww-B1 ._3zh4ZD {
        background-color: transparent;
        border-bottom: 1px #f0f0f0 solid;
    }

        ._2ww-B1 ._3zh4ZD:last-child {
            border-bottom: none;
        }

    ._2ww-B1 ._1bkn1D {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-y: hidden;
        overflow-x: hidden
    }

        ._2ww-B1 ._1bkn1D._1p3Fi_ {
            overflow-x: scroll;
        }

    ._2ww-B1 ._3jAIDb {
        margin: 16px 0;
        display: inline-block;
    }

    ._2ww-B1 ._231KS4 {
        font-weight: 500;
        border: none;
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
        font-size: 14px;
        height: 44px;
        float: right
    }

        ._2ww-B1 ._231KS4._3YF-Hj {
            cursor: not-allowed;
            background: #878787;
        }

    ._2ww-B1 ._21Ki48 {
        font-size: 14px;
        cursor: default;
        font-weight: 400;
    }

    ._2ww-B1 ._2oABX- {
        font-size: 14px;
        cursor: default;
        font-weight: 400;
        font-style: italic;
    }

    ._2ww-B1 ._3JBhra {
        font-size: 14px;
        cursor: default;
        color: #212121;
        padding-right: 8px;
        text-transform: uppercase;
        font-weight: 500;
    }

    ._2ww-B1 ._3-wJkg {
        height: 14px;
        width: 8px;
        padding: 0 0 3px;
        margin-top: -3px;
    }

    ._2ww-B1:last-child {
        margin-bottom: 0;
    }

.sD3hNU {
    background: #f0f0f0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: solid 1px #e0e0e0;
    padding: 12px 10px 10px 36px;
    color: #212121;
    display: block;
    margin: -10px -36px 0;
}

._26y6uz {
    display: inline-block;
    margin: 14px 0;
}

._1Nnq63 {
    padding: 24px 0;
    background: #fff;
    position: relative;
}

._3svGtw {
    width: 66.66% !important;
    margin-top: 27px;
    border-radius: 2px;
    padding: 12px 15px;
    background-color: #f9f9f9;
    border: 1px solid #f0f0f0;
    font-size: 12px;
    line-height: 16px;
    color: #212121;
}

._1ZJg_1 {
    color: #2874f0;
    font-weight: 500;
}

._3DIzRe {
    font-size: 12px;
    padding-top: 30px;
}

    ._3DIzRe ._2ZJKvT {
        margin-bottom: 15px;
    }

._1ESYej .e27C4- {
    width: 100%;
    text-align: left;
    border: none;
}

    ._1ESYej .e27C4- ._3wI4XP,
    ._1ESYej .e27C4- .t_MqO9 {
        padding: 5px;
    }

    ._1ESYej .e27C4- ._3wI4XP {
        font-size: 14px;
        font-weight: 500;
        color: #212121;
    }

    ._1ESYej .e27C4- .t_MqO9 {
        font-size: 12px;
        font-weight: 400;
        color: #212121;
    }

._1uqSiv {
    overflow-y: hidden;
    min-width: 605px;
}

    ._1uqSiv .JYHHRx {
        background: #f0f0f0;
        padding: 10px 10px 20px 20px;
        font-size: 16px;
        font-weight: 500;
        border-bottom: solid 1px #e0e0e0;
        color: #212121;
    }

    ._1uqSiv .yOYiKv {
        overflow-y: auto;
        max-height: 75vh;
    }

    ._1uqSiv ._3_B7w3 {
        margin: 10px auto;
    }

    ._1uqSiv ._2bn2j9 {
        padding: 10px;
        float: right;
    }

    ._1uqSiv .VSq-tV {
        margin: 2px 5px;
    }

    ._1uqSiv ._3-Q7Mr {
        background-color: #2874f0;
        color: #fff;
        top: 10px;
        position: absolute;
        right: 10px;
    }

    ._1uqSiv ._2QDrOI {
        height: 50vh;
        padding: 10px 20px;
    }

    ._1uqSiv ._1kSLHw {
        height: 125px;
        border-bottom: 2px solid #c2c2c2;
    }

    ._1uqSiv .msu-_c {
        height: 15px;
        margin: 20px 0;
        background-color: #f0f0f0;
        width: 65%;
    }

    ._1uqSiv .AX_TC8 {
        color: #ff6161;
        display: block;
        font-size: 12px;
    }

@media print {
    /* stylelint-disable */
    header {
        display: none;
    }

    footer {
        display: none;
    }
}

._3qRXAP ._24bVDv {
    max-width: 1680px;
    min-width: 978px;
    margin: 0 auto;
    overflow: hidden;
}

    ._3qRXAP ._24bVDv ._1dkfGq {
        padding: 7px 10px;
        background-color: #fffed5;
        border: 1px solid #f9e2b2;
        margin: 10px 0;
        border-radius: 2px;
    }

    ._3qRXAP ._24bVDv ._3kMXtX {
        background: #fff;
        padding: 20px 0;
        margin: 20px auto 0 auto;
    }

    ._3qRXAP ._24bVDv ._1Doa0G {
        margin: 0 auto;
        position: relative;
        padding: 14px 83px 0;
    }

    ._3qRXAP ._24bVDv ._2ICWgh {
        padding: 24px 24px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    }

    ._3qRXAP ._24bVDv ._3WOI-7 {
        background: #f9f9f9;
        color: #878787;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        padding: 0 20px;
    }

    ._3qRXAP ._24bVDv ._3_CsOU {
        text-align: center;
    }

    ._3qRXAP ._24bVDv ._3fRZ2H {
        margin: 16px 0;
        padding: 0;
    }

    ._3qRXAP ._24bVDv ._1OJGta {
        padding: 0 24px;
    }

    ._3qRXAP ._24bVDv ._3Xjkmw {
        text-align: center;
        margin-left: -10px;
    }

    ._3qRXAP ._24bVDv ._3J2y9G {
        padding-left: 30px;
    }

    ._3qRXAP ._24bVDv ._2KdsFo {
        color: #878787;
        text-transform: uppercase;
        padding-top: 24px;
    }

    ._3qRXAP ._24bVDv ._1t5nEH {
        padding-left: 24px;
        border-left: 1px solid #f0f0f0;
    }

    ._3qRXAP ._24bVDv ._18LZd2 {
        border-left: 1px solid #f0f0f0;
        padding: 24px;
    }

    ._3qRXAP ._24bVDv .DzaTVe {
        border: 3px solid #e0e0e0;
    }

    ._3qRXAP ._24bVDv ._293HKL {
        margin-bottom: 10px;
    }

    ._3qRXAP ._24bVDv ._1a2TnI {
        padding: 24px;
        border-top: 1px solid #f0f0f0;
    }

    ._3qRXAP ._24bVDv .EmSZ0N {
        width: 100%;
        margin: 10px 5% 0;
    }

    ._3qRXAP ._24bVDv ._23rtnR {
        height: 30px;
        background: #f0f0f0;
        line-height: 30px;
        padding: 0 10px;
    }

    ._3qRXAP ._24bVDv ._2qq5Ye {
        margin: 3px 0;
        border: 1px solid #f0f0f0;
        padding: 10px 0;
        border-radius: 2px;
    }

    ._3qRXAP ._24bVDv ._1me_U1 {
        border-top: 1px solid #f0f0f0;
        padding: 10px 24px;
        text-align: right;
    }

    ._3qRXAP ._24bVDv ._1S8m1v, ._3qRXAP ._24bVDv ._1TSNa0, ._3qRXAP ._24bVDv ._3_BtmJ {
        font-size: 16px;
        font-weight: 500;
    }

    ._3qRXAP ._24bVDv ._1S8m1v {
        color: #388e3c;
        padding-left: 10px;
    }

    ._3qRXAP ._24bVDv ._1TSNa0 {
        padding-left: 35px;
    }

    ._3qRXAP ._24bVDv ._3_BtmJ {
        padding-left: 10px;
    }

    ._3qRXAP ._24bVDv ._2Ske1w {
        padding-top: 17px;
    }

    ._3qRXAP ._24bVDv ._13NzEc {
        margin-top: -10px;
    }

    ._3qRXAP ._24bVDv ._3ieKAO {
        text-align: left;
    }

    ._3qRXAP ._24bVDv ._2f_HNg {
        font-size: 14px !important;
        padding: 6px 24px 0;
    }

    ._3qRXAP ._24bVDv ._2qBoUX {
        color: #388e3c;
        font-size: 24px;
        font-weight: 500;
        padding-left: 20px;
    }

    ._3qRXAP ._24bVDv ._2sQbTG {
        border-bottom: 1px solid #f0f0f0;
    }

    ._3qRXAP ._24bVDv ._2NSsOL {
        height: 120px;
        width: 118px;
        padding: 24px 0 24px 24px;
    }

    ._3qRXAP ._24bVDv ._3LB-i9 {
        padding: 30px 24px 14px 0;
        width: calc(100% - 142px);
    }

    ._3qRXAP ._24bVDv .SCxsAW {
        padding-left: 20px;
    }

    ._3qRXAP ._24bVDv .U_cY1X {
        color: #2874f0;
        font-weight: 500;
    }

.uliE_K {
    margin: 0 auto;
    position: relative;
    padding: 20px 83px 0;
}

    .uliE_K ._3fRZ2H {
        margin-bottom: 10px;
        height: 200px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    }

    .uliE_K ._2OxXXC {
        height: 400px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    }

    .uliE_K .-wfW2q,
    .uliE_K ._1o9XUf {
        height: 15px;
        border-radius: 4px;
        background: #f9f9f9;
        margin: 16px 16px;
    }

    .uliE_K ._2mbcA8 {
        height: 15px;
        width: 100px;
        border-radius: 4px;
        background: #f9f9f9;
        margin: 16px 16px;
    }

    .uliE_K ._1S2N18 {
        height: 75px;
        width: 75px;
        border-radius: 4px;
        background: #f9f9f9;
        margin: 20px 0 0 100px;
    }

._38S12H {
    margin-bottom: 15px;
    padding-top: 90px;
    height: 423px;
}

    ._38S12H .BWc2q7 {
        width: 470px;
        max-width: 90%;
        margin: 0 auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    ._38S12H .LIxM-Y {
        display: inline-block;
        padding-top: 27px;
        text-align: center;
    }

.sxvoYB._36DTOT {
    width: 315px;
}

    .sxvoYB._36DTOT ._1jmo2u {
        display: inline;
        vertical-align: sub;
        max-height: 14px;
        margin: 2px;
    }

.sxvoYB._2slH0x {
    -webkit-animation-name: _9o70AB;
    animation-name: _9o70AB;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    top: 0;
}

@-webkit-keyframes _2JIaIj {
    0% {
        top: -300px;
    }

    50% {
        top: -300px;
    }

    100% {
        top: 0;
    }
}

@keyframes _2JIaIj {
    0% {
        top: -300px;
    }

    50% {
        top: -300px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes _9o70AB {
    0% {
        top: -300px;
    }

    100% {
        top: 0;
    }
}

@keyframes _9o70AB {
    0% {
        top: -300px;
    }

    100% {
        top: 0;
    }
}

.sxvoYB {
    background: #f0f0f0;
    width: 368px;
    position: fixed;
    left: 75px;
    box-shadow: 0 0 11px 0 #c2c2c2;
    color: #212121;
    z-index: 19;
    border-radius: 0 0 2px 2px;
    transition: top 0.3s;
    display: block;
    top: -300px;
}

    .sxvoYB ._3Q8ccB {
        padding: 20px;
    }

        .sxvoYB ._3Q8ccB .jxefcN {
            display: inline-block;
            width: 250px;
            margin-left: 16px;
            font-size: 16px;
            vertical-align: middle;
        }

        .sxvoYB ._3Q8ccB ._1jmo2u {
            width: 52px;
            vertical-align: middle;
        }

    .sxvoYB ._1D39ui {
        padding: 20px;
        font-size: 15px;
        text-align: center;
    }

    .sxvoYB .Q47GbP {
        background: #fff;
        padding: 20px;
        text-align: center;
        border-radius: 0 0 2px 2px;
    }

        .sxvoYB .Q47GbP .Hf-J14 {
            width: 152px;
            height: 36px;
            border-radius: 2px;
            background-color: #fff;
            border: 0;
            text-transform: uppercase;
            font-size: 14px;
            margin-right: 16px;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2), 0 -2px 2px 0 rgba(0, 0, 0, .04);
            cursor: pointer;
        }

        .sxvoYB .Q47GbP .EEa2W0 {
            width: 90%;
            height: 36px;
            border-radius: 2px;
            background-color: #2874f0;
            border: 0;
            text-transform: uppercase;
            font-size: 14px;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
            color: #fff;
            cursor: pointer
        }

            .sxvoYB .Q47GbP .EEa2W0._33U3Go {
                width: 152px;
            }

    .sxvoYB._2bB-4V {
        -webkit-animation-name: _2JIaIj;
        animation-name: _2JIaIj;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        top: 0;
    }

._2UrYzQ {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 18px;
    text-align: center;
    z-index: 19;
    top: 0;
    left: 0;
}

    ._2UrYzQ .Mkl0wb {
        display: block;
    }

    ._2UrYzQ ._1jmo2u {
        width: 45px;
    }

    ._2UrYzQ ._1b77Xh {
        position: relative;
        top: 25%;
        width: 350px;
        margin: auto;
    }

._3oOdIq {
    min-height: 408px;
    margin-bottom: 10px;
    position: relative;
}

    ._3oOdIq ._3EvHrn {
        font-weight: 500;
        padding-left: 20px;
        color: #262626;
        font-size: 22px;
        text-transform: lowercase
    }

        ._3oOdIq ._3EvHrn::first-letter {
            text-transform: capitalize;
        }

    ._3oOdIq ._3Qpc0y {
        margin-top: 20px;
        min-height: 350px;
    }

        ._3oOdIq ._3Qpc0y ._1xDvHl {
            vertical-align: text-top;
        }

    ._3oOdIq ._1d8sTD {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

._3V21cQ {
    width: 368px;
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
    position: relative;
}

    ._3V21cQ ._3VMLiD {
        color: #fff !important;
        background-color: #2874f0;
        font-weight: 500;
        font-size: 16px;
    }

    ._3V21cQ ._2QJ68Z {
        vertical-align: top;
    }

@media only screen and (max-width: 1240px) {

    ._3V21cQ {
        width: 280px !important;
    }
}

._1s8Ty6 {
    padding: 20px 24px;
    font-size: 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 2px;
}

    ._1s8Ty6 .znGQn8 {
        display: inline-block;
    }

/* naming is confusing, but intentional. This one doesn't require bolded text anymore. */

._28Hvvx {
    color: #388e3c;
}

._6Ip9N2 {
    padding: 0;
}

._1ETjij {
    display: none;
}

._3q63LP._2ZvOfP {
    margin-bottom: 36px;
}

._2ZvOfP {
    margin-bottom: 24px;
}

.GwFilt {
    box-shadow: none;
    height: auto;
    border: none;
    color: #2874f0;
}

._2CQ7Aq {
    margin-top: 24px;
}

._2ZvOfP ._14H79F:-moz-read-only {
    color: #878787;
}

._2ZvOfP ._14H79F:read-only {
    color: #878787;
}

._25Gd1k {
    display: none;
}

._1poQZq {
    font-family: inherit;
    width: 100%;
    height: 48px;
    font-size: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    text-transform: uppercase;
}

._30BGxP {
    padding: 26px 20px 18px 50px;
    position: relative;
}

._1530NP {
    padding: 0 20px 18px 50px;
    font-size: 14px;
    color: #878787;
}

.bJ-rGc {
    padding-left: 100px;
    font-size: 14px;
}

    .bJ-rGc ._20vGl7 {
        color: #878787;
    }

    .bJ-rGc .YCDg8X {
        margin: 16px 0;
        color: #212121;
    }

    .bJ-rGc .cpY4Rk {
        fill: #2874f0;
        color: #2874f0;
        font-size: 17px;
        margin-right: 12px;
        vertical-align: middle;
    }

._37wfVU {
    padding: 0 0 18px 38px;
}

    ._37wfVU .zJJIlA {
        font-weight: 500;
        margin-right: 5px;
    }

._3yPlts ._3F8txz {
    margin-bottom: 12px;
}

    ._3yPlts ._3F8txz ._3p3K4c {
        color: #878787;
    }

    ._3yPlts ._3F8txz ._1eZ8My {
        margin-left: 15px;
        font-weight: 500;
    }

    ._3yPlts ._3F8txz ._2fqf-l {
        color: #2874f0;
        font-weight: 500;
    }

    ._3yPlts ._3F8txz ._14mFQy {
        height: 48px;
        width: 100%;
        text-transform: uppercase;
        font-size: 16px;
    }

._2eTL2v {
    background-color: #f1f3f6;
}

    ._2eTL2v ._3cCusG {
        height: 80px;
        border-top: 1px solid #f0f0f0;
        padding: 16px 24px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

        ._2eTL2v ._3cCusG ._2Q4i61 {
            height: 48px;
            width: 200px;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 500;
            float: right;
        }

    ._2eTL2v ._2BJKC3 {
        margin-bottom: 8px;
    }

        ._2eTL2v ._2BJKC3 ._2FG_U- {
            background: #fff7f8;
            padding: 16px 24px;
            border-bottom: 1px solid #f0f0f0;
        }

        ._2eTL2v ._2BJKC3 ._366OkV {
            color: #ff6161;
            font-weight: 500;
            font-size: 14px;
        }

        ._2eTL2v ._2BJKC3 .s4Uzzj ._1lc3yT {
            list-style: disc;
            margin-left: 19px;
            font: 14px;
            color: #212121;
        }

    ._2eTL2v ._20egpM {
        background: #fff;
    }

    ._2eTL2v ._1YBHVX {
        font-size: 16px;
        font-weight: 500;
        color: #212121;
        padding: 24px;
        display: block;
    }

    ._2eTL2v .BuHaJm {
        display: inline-block;
        padding-bottom: 7px;
        border-bottom: 2px solid #2874f0;
    }

        ._2eTL2v .BuHaJm ._35lzyU {
            outline: none;
            border: none;
            color: #212121;
            font-size: 14px;
            width: 200px;
        }

        ._2eTL2v .BuHaJm._1pSXw6 {
            border-bottom: none;
        }

            ._2eTL2v .BuHaJm._1pSXw6 ._35lzyU {
                font-weight: 500;
            }

._11Qu-S {
    width: 480px;
}

._3mv1W1 {
    padding: 32px;
    font-size: 14px;
    background-color: #fff;
    text-align: center;
}

    ._3mv1W1 ._3rWlHo {
        font-size: 20px;
        color: #212121;
        font-weight: 500;
        text-align: left;
        display: block;
    }

    ._3mv1W1 .n_LUQ5 {
        margin-top: 32px;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

        ._3mv1W1 .n_LUQ5 .Y2YEvx {
            width: 75px;
            text-align: center;
        }

            ._3mv1W1 .n_LUQ5 .Y2YEvx ._3gWGP4 {
                width: auto;
                height: auto;
                vertical-align: middle;
            }

        ._3mv1W1 .n_LUQ5 ._2fNkg- {
            margin-left: 16px;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

    ._3mv1W1 .ORYnwx {
        margin-top: 48px;
        padding: 16px 92px;
        box-shadow: none;
    }

._3CyuFF {
    text-align: center;
    padding: 48px 0;
    background-color: #fff;
    position: relative;
}

    ._3CyuFF ._3jlqzO {
        margin: 0 auto;
        width: 400px;
    }

    ._3CyuFF ._2LU412 {
        font-size: 20px;
        font-weight: 500;
        margin-top: 20px;
        color: #212121;
    }

    ._3CyuFF ._3V9UmJ {
        margin-top: 12px;
        margin-bottom: 24px;
        font-size: 14px;
        color: #212121;
    }

._3xlGPC {
    height: 48px;
    min-width: 200px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 12px
}

    ._3xlGPC:focus {
        box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, .2)
    }

._2n5wKu {
    margin-top: 16px;
}

._3lFnLY {
    position: relative;
    top: -35px;
}

._2EqlMg {
    position: relative;
}

    ._2EqlMg .TKBvsm {
        width: 30%;
        font-size: 16px;
        font-weight: 500;
        color: #212121;
        margin-top: 22px;
        margin-right: 0;
    }

    ._2EqlMg ._2PKwvL {
        height: 16px;
        margin-right: 8px;
        vertical-align: middle;
    }

    ._2EqlMg ._2BikcQ {
        min-width: 200px;
        height: 48px;
        border-radius: 2px;
        font-size: 16px;
        font-weight: 500;
        margin-top: 16px;
    }

    ._2EqlMg .qimlL8 {
        min-width: 400px;
    }

    ._2EqlMg ._1CV081 {
        font-size: 16px;
    }

    ._2EqlMg ._2WWA25 {
        margin-top: 20px;
        margin-bottom: -5px;
    }

    ._2EqlMg ._30Lpe6 {
        position: absolute;
        right: 0;
        top: -20px;
    }

._32dLTE {
    width: 100%;
}

._2sT-pa {
    /* Note: padding/margin doesn't work with row's default display mode */
    height: 32px;
}

._15g1Ti {
    height: 50px;
    font-weight: 500;
}

.iw890L {
    border-top: 1px #e0e0e0 dashed;
}

._21obBX {
    width: 45%;
}

._3v0Qug {
    width: 55%;
    text-align: right;
}

._3o1OdZ {
    color: #388e3c;
}

.skzzYG {
    color: #2874f0;
    cursor: pointer;
    margin: 10px 0;
}

._1zOpWx {
    padding: 20px 16px;
    max-width: 368px;
    margin: auto;
}

.ExetNO {
    margin-top: 30px;
}

._1Cmqsr {
    margin-bottom: 20px;
}

    ._1Cmqsr ._11rpMx {
        font-size: 12px;
        color: #878787;
    }

._10P0Zq {
    margin-bottom: 25px;
    font-weight: 500;
}

._28Bl7m {
    margin-top: 60px;
}

._3VmXXD {
    font-size: 16px;
    font-weight: 500;
}

.SAjloX {
    text-transform: none;
    margin-left: 10px;
    font-weight: 400;
    color: #878787;
}

.B7BM8s {
    background: #f0f0f0;
    border: 1px #e0e0e0 solid;
    color: #212121;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 23px;
}

    .B7BM8s .JVy45I,
    .B7BM8s ._3GMqvc {
        display: inline-block;
    }

    .B7BM8s .JVy45I {
        margin-right: 7px;
    }

._1ySO9E {
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: auto;
}

._2pnf9X {
    padding: 16px 12px;
    border-right: 1px solid #f0f0f0;
    width: 239px;
    display: inline-block;
    vertical-align: top;
}

    ._2pnf9X ._1EtNXP._3WrzJv {
        background: #f1f3f6;
        color: #2874f0;
        font-weight: 500;
    }

        ._2pnf9X ._1EtNXP._3WrzJv ._2_pIe_ {
            display: inline-block;
        }

    ._2pnf9X ._1EtNXP {
        width: 100%;
        height: 32px;
        font-size: 14px;
        color: #212121;
        margin-bottom: 8px;
        cursor: pointer;
        padding: 0 12px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

        ._2pnf9X ._1EtNXP ._275w8U {
            color: #878787;
        }

        ._2pnf9X ._1EtNXP ._2_pIe_ {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
            position: absolute;
            right: 12px;
            display: none;
        }

            ._2pnf9X ._1EtNXP ._2_pIe_ ._346HsS {
                fill: #2874f0;
            }

            ._2pnf9X ._1EtNXP ._2_pIe_ ._9MVyP2 {
                fill: #878787;
            }

        ._2pnf9X ._1EtNXP:last-child {
            margin-bottom: 0;
        }

._3xJuAX {
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

    ._3xJuAX ._2p78da {
        margin: 17px 21px;
    }

        ._3xJuAX ._2p78da ._3o1aJ6 {
            display: inline-block;
            vertical-align: top;
            padding-top: 2px;
        }

        ._3xJuAX ._2p78da ._1FvQ31 {
            display: inline-block;
            line-height: 1.43;
            font-size: 14px;
            color: #212121;
            width: 90%;
            margin-left: 14px;
        }

._1mkZmC {
    padding: 10px 16px;
}

._1ncl2k {
    margin-left: 0;
}

    ._1ncl2k ._3ICRYJ {
        font-size: 14px;
        font-weight: 500;
        color: #212121;
        float: right;
    }

    ._1ncl2k ._1S7g2k {
        display: block;
        color: #ff9f00;
        margin-top: 5px;
        font-size: 12px;
        font-weight: 500;
    }

    ._1ncl2k .STXWD2 {
        background: #fafafa;
        padding: 1px 16px 0 16px;
        margin-top: 8px;
        border: 1px #f0f0f0 solid;
        border-radius: 2px;
    }

    ._1ncl2k ._2_NGln {
        font-weight: 500;
        color: #212121;
        border-top: 1px dashed #e0e0e0;
        padding-top: 12px;
        margin-bottom: 12px;
    }

    ._1ncl2k ._1lMC8D {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 500;
        padding: 14px 0;
        width: 100%;
        margin-bottom: 14px;
    }

._1El0OT {
    overflow: hidden;
}

._2vfPCQ {
    /* This is to ensure the prices are all lined up compared to the unselected
	* tenure items
	*/
    margin-left: -10px;
}

._1eK-yX {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
}

._3i6h_O {
    color: #388e3c;
}

._2Z_IZl {
    color: #9e9e9e;
    margin-left: 12px;
}

.uGSIux {
    background: #f5faff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    border: 1px #f0f0f0 solid;
    border-radius: 2px;
    /* To ensure the float: right on the inline offer message doesn't
	* break the layout. Only applicable when the item is selected, so adding it
	* here instead of a default class */
    overflow: hidden;
}

._2UL_5D {
    margin-right: 5px;
}

._3fgZ7f {
    display: block;
}

._2arlS6 {
    margin-top: 8px;
    margin-bottom: 0 !important;
}

._1CsRCw {
    margin-left: 6px;
    font-weight: var(--font-medium);
    ._3hisN6

{
    margin-left: 6px;
    color: var(--color-offer-green);
}

}

.Wi1ssf {
    margin: 0;
}

._3C6tOa {
    border-bottom: solid 2px var(--color-grey-grade1);
    padding: 16px 25px;
    &._1syowc

{
    background-color: var(--color-blue-bg);
}

}

._17_fE5 {
    margin-bottom: 8px;
}

._2WlVRm {
    margin-left: 0;
    padding-left: 44px;
}

.BQL9DI {
    margin-left: 16px;
    ._3IlYa8

{
    vertical-align: top;
}

._3rHMwG {
    color: var(--color-grey-grade4);
    margin-left: 12px;
}

._1PD-EW {
    margin-right: 6px;
}

._3QGhNk {
    font-weight: var(--font-medium);
}

}

._3FUm0m {
    font-size: 25px;
    width: 33px;
    position: relative;
    padding-left: 2px;
    margin-top: -8px;
    margin-left: -16px;
    vertical-align: top;
    display: inline-block;
    color: var(--color-grey-grade4);
}

._1vDrGa {
    li

{ /* stylelint-disable-line */
    line-height: 1.4;
}

}

.loO6io {
    display: flex;
}

.i8LH6Y {
    margin-top: 10px;
}

.i4wA60 {
}

._3-ffn5 {
    margin-top: 24px;
}

._1rJmiz {
    margin-bottom: 16px;
    font-weight: 500;
    display: block;
}

._3hEX7s {
    line-height: 1.64;
    list-style: disc;
    margin-left: 16px;
}

.IeRqmv {
    padding: 10px;
    margin: 10px 0;
}

._3wMVi2 {
    margin-left: 12px;
}

._2RFWRG {
    margin: 24px 0 12px 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: none;
    border: none;
    box-shadow: none;
}

._10G0N_ {
    max-height: 200px !important;
}

._2n6DFg {
    color: #2874f0;
    font-weight: 500;
    cursor: pointer;
}

._1o11eZ {
    margin-top: 10px;
}

._2abIcq {
    margin-top: 10px;
}

._3_2DMa {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

._2zQ-i_ {
    color: #2874f0;
}

._1I_Kzl {
    margin-top: 10px;
}

._3PP03y {
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
}

._1PX0dX {
    margin-top: 16px;
    display: inline-block;
}

._2BHl9E {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

._20OmbU {
    width: 176px;
}

._23FrK1 {
    height: 48px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400
}

    ._23FrK1:focus {
        box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, .2);
    }

._1eWlWD {
    margin-top: 0;
}

.JqLGrF {
    display: inline-block;
}

    .JqLGrF ._3931C8 {
        vertical-align: top;
        display: inline-block;
        height: 48px;
        border: 1px solid #e0e0e0;
        background: #fff;
    }

        .JqLGrF ._3931C8 .AVMILy {
            height: 46px;
            width: 146px;
            line-height: 46px;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
        }

        .JqLGrF ._3931C8 ._37ikYI {
            width: 18px;
            height: 18px;
            margin: 10px;
            vertical-align: middle;
        }

    .JqLGrF .Pu8Eh8 {
        margin: 0 12px;
        display: inline-block;
    }

        .JqLGrF .Pu8Eh8 ._27_cZL {
            width: 160px;
        }

._3iKxVD {
    margin-top: 0;
    padding: 6px 16px 6px 0;
}

._2bTAX_ {
    padding: 10px;
    margin-left: 16px;
}

._2O4Ypx {
    vertical-align: middle;
}

._3r-XFa {
    margin-left: 16px;
}

._3FsV_G {
    color: #878787;
    padding-left: 3px;
}

._2MDzPD {
    padding-top: 12px;
    display: inline-block;
}

    ._2MDzPD ._2z6ysC {
        display: inline-block;
    }

    ._2MDzPD ._2S0MO3 {
        margin-right: 12px;
        width: 165px;
    }

    ._2MDzPD .huFmcY {
        margin-right: 12px;
        width: 125px;
    }

    ._2MDzPD ._26gfbJ {
        padding: 14px 32px;
        font-size: 16px;
        text-transform: uppercase;
    }

._3MGkT3 {
    padding-top: 14px;
}

    ._3MGkT3 ._20JcOK {
        font-size: 16px;
        display: block;
        font-weight: var(--font-medium);
    }

    ._3MGkT3 ._37mBT- {
        height: 48px;
        font-size: 16px;
        margin-top: 14px;
        text-transform: uppercase;
        font-weight: var(--font-regular);
        padding: 0 64px
    }

        ._3MGkT3 ._37mBT-:focus {
            box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, .2);
        }

._3pZBmm {
    border-bottom: none !important;
}

    ._3pZBmm ._3pE4id {
        display: inline-block;
        width: 32px;
    }

    ._3pZBmm ._20_sox {
        color: #878787;
    }

    ._3pZBmm ._35T3ar {
        border: 2px solid #979797;
        border-radius: 2px;
    }

    ._3pZBmm ._1rt3i1 {
        margin-left: 16px;
        color: #878787;
    }

        ._3pZBmm ._1rt3i1 .eT0EEj {
            margin-left: 6px;
            font-weight: 500;
        }

._3LMp9O {
    margin-top: 16px;
    margin-left: 32px;
}

._19EnUz {
    padding: 10px 20px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

._2cFjeF {
    vertical-align: middle;
}

._1Ng_VE {
    margin-top: 0;
}

._3jZEfz {
    height: 48px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400
}

    ._3jZEfz:focus {
        box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, .2);
    }

._3Y1bLF {
    margin-bottom: 8px;
}

._1D_U97 {
    margin-top: 8px;
    color: #388e3c;
}

._2arlS6 {
    margin-top: 8px;
    margin-bottom: 0 !important;
}

._1CsRCw {
    margin-left: 6px;
    font-weight: 500;
}

    ._1CsRCw ._3hisN6 {
        margin-left: 6px;
        color: #388e3c;
    }

.Wi1ssf {
    margin: 0;
}

._3C6tOa {
    border-bottom: solid 2px #f0f0f0;
    padding: 16px 25px
}

    ._3C6tOa._1syowc {
        background-color: #f5faff;
    }

._17_fE5 {
    margin-bottom: 8px;
}

._2WlVRm {
    margin-left: 0;
    padding-left: 44px;
}

.BQL9DI {
    margin-left: 16px;
}

    .BQL9DI ._3IlYa8 {
        vertical-align: top;
    }

    .BQL9DI ._3rHMwG {
        color: #878787;
        margin-left: 12px;
    }

    .BQL9DI ._1PD-EW {
        margin-right: 6px;
    }

    .BQL9DI ._3QGhNk {
        font-weight: 500;
    }

._3FUm0m {
    font-size: 25px;
    width: 33px;
    position: relative;
    padding-left: 2px;
    margin-top: -8px;
    margin-left: -16px;
    vertical-align: top;
    display: inline-block;
    color: #878787;
}

._1vDrGa li { /* stylelint-disable-line */
    line-height: 1.4;
}

.loO6io {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

._1m2Am_ {
    min-height: 480px;
    background-color: #fff;
    position: relative;
    padding: 50px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    ._1m2Am_ ._3cgf6L {
        max-width: 500px;
        margin: 0 auto;
    }

    ._1m2Am_ ._125LIG {
        text-align: center;
    }

        ._1m2Am_ ._125LIG ._2d0Lyy {
            color: #ff6161;
            font-size: 12px;
            margin-top: 6px;
            font-weight: 500;
        }

    ._1m2Am_ ._3LGdWw {
        text-align: center;
        width: 380px;
        margin: 0 auto;
    }

        ._1m2Am_ ._3LGdWw ._26Q2E5 {
            color: #212121;
            line-height: 1.43;
        }

    ._1m2Am_ .l5dwor {
        margin: 52px auto 0 auto;
        border: none;
        border-bottom: 1px solid #c2c2c2;
        font-size: 24px;
        text-align: center;
        outline: none;
        padding-bottom: 8px;
        display: block
    }

        ._1m2Am_ .l5dwor::-webkit-input-placeholder {
            color: #c2c2c2;
        }

        ._1m2Am_ .l5dwor::-moz-placeholder {
            color: #c2c2c2;
        }

        ._1m2Am_ .l5dwor:-ms-input-placeholder {
            color: #c2c2c2;
        }

        ._1m2Am_ .l5dwor::placeholder {
            color: #c2c2c2;
        }

    ._1m2Am_ ._3e-ScL {
        margin-top: 32px;
        text-transform: uppercase;
        padding: 18px 50px;
    }

    ._1m2Am_ ._3tLWm- {
        font-weight: 500;
        cursor: pointer;
        color: #2874f0;
    }

    ._1m2Am_ ._2EY_Wt {
        font-size: 16px;
        margin-bottom: 18px;
    }

    ._1m2Am_ ._3jUD9d {
        margin-top: 18px;
        font-size: 16px;
        font-weight: 500;
    }

        ._1m2Am_ ._3jUD9d .DObSf4 {
            color: #878787;
        }

        ._1m2Am_ ._3jUD9d ._2heX9n {
            margin-left: 6px;
        }

        ._1m2Am_ ._3jUD9d .IRJJ9- {
            margin-top: 8px;
            margin-bottom: 8px;
            color: #878787;
        }

    ._1m2Am_ ._6t1JfD {
        vertical-align: middle;
        height: 28px;
        margin-right: 12px;
    }

    ._1m2Am_ .DdXEZt {
        margin-top: 50px;
        font-size: 14px;
        color: #878787;
        font-weight: 500;
    }

    ._1m2Am_ ._29-mQA {
        padding: 10px;
    }

        ._1m2Am_ ._29-mQA ._1RBoK4 {
            padding: 20px 10px 0;
            color: #212121;
            font-weight: 400;
        }

            ._1m2Am_ ._29-mQA ._1RBoK4 .cyIix- {
                display: inline-block;
                width: 32px;
            }

            ._1m2Am_ ._29-mQA ._1RBoK4 ._3i5f0t {
                margin-left: 4px;
                color: #2874f0;
                font-weight: 500;
            }

        ._1m2Am_ ._29-mQA ._1uPIwQ {
            padding: 10px;
            font-size: 14px;
            line-height: 24px;
        }

            ._1m2Am_ ._29-mQA ._1uPIwQ ._1PweNl {
                font-weight: 500;
                color: #878787;
            }

            ._1m2Am_ ._29-mQA ._1uPIwQ ._276ZKG {
                font-weight: 400;
                color: #212121;
            }

._3A5vIb {
    margin: 0 0 2px 0;
    padding: 14px 0;
    border: none;
}

.foVA5Z {
    min-height: 150px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f1f3f6;
}

    .foVA5Z ._2am9e3 {
        margin-top: 20px;
        font-size: 16px;
        text-transform: uppercase;
        padding: 15px 75px;
    }

    .foVA5Z ._2_Oni_ {
        padding: 20px 26px;
        background-color: #ffffe6;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
        margin-bottom: 8px;
    }

        .foVA5Z ._2_Oni_ .EjICsx {
            margin: 0 8px;
            display: inline-block;
            width: 18px;
            height: 18px;
        }

    .foVA5Z._2wpxK1 {
        background-color: #fff;
    }

._8RXI5z {
    border: none;
    display: block;
    background: none;
}

._1Ua1Gl ._2e3-6j {
    margin: 0 auto;
    min-width: 1128px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

._1Ua1Gl ._3B4tat {
    display: inline-block;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

._1Ua1Gl .pNkcA4 {
    width: 376px;
    display: inline-block;
    vertical-align: top
}

._1Ua1Gl ._2V9kV6 {
    vertical-align: top;
    margin-left: 16px;
}

._1Ua1Gl .dNZmcB {
    color: #212121;
    font-weight: 500;
}

._1Ua1Gl ._3MeY5j {
    margin-left: 6px;
}

._1Ua1Gl ._3CPi8u {
    background: transparent;
}

._1Ua1Gl ._2ztGQf {
    width: 384px;
    margin-left: 16px;
    display: inline-block;
    margin-bottom: 16px;
}

    ._1Ua1Gl ._2ztGQf ._5ICqku {
        margin-left: 16px;
    }

    ._1Ua1Gl ._2ztGQf._1ssY-S {
        margin-left: 0;
    }

._1Ua1Gl ._7XMNLT {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

._1Ua1Gl ._7o3DE {
    width: 384px
}

@media only screen and (max-width: 1240px) {
    ._1Ua1Gl .pNkcA4 {
        width: 280px !important;
    }
}

@media only screen and (max-width: 1240px) {
    ._1Ua1Gl ._2ztGQf {
        width: 280px;
    }
}

@media only screen and (max-width: 1240px) {
    ._1Ua1Gl ._7o3DE {
        width: 280px !important;
    }
}

.KJrWp7 {
    width: 432px;
    padding: 48px;
}

    .KJrWp7 ._3YewiV {
        width: inherit !important;
    }

    .KJrWp7 ._2tyDxq {
        margin-top: 53px;
    }

._1KgjD7 {
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 75px;
}

._2jJs_Z {
    padding-top: 72px;
}

    ._2jJs_Z ._2DHXi6 {
        margin: 0 auto;
        max-width: 1248px;
        min-width: 1128px;
        overflow: hidden;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 80px;
    }

    ._2jJs_Z .Y63HD2 {
        width: 510px;
    }

    ._2jJs_Z .Kb1pGk {
        padding: 14px 50px;
        text-transform: uppercase;
        background-color: #2874f0;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        margin-top: 20px;
    }

._2QOnQv {
    max-width: 1680px;
    min-width: 978px;
    margin: 0 auto;
    padding-top: 1px;
}

    ._2QOnQv ._3DrwUK {
        padding: 0 0 30px;
        margin: 0 auto;
    }

    ._2QOnQv ._2p6JZV,
    ._2QOnQv ._1WaDrC,
    ._2QOnQv ._2DRKDi,
    ._2QOnQv ._1I8G6s,
    ._2QOnQv ._3d8arY {
        margin: 0 80px;
        overflow: hidden;
    }

    ._2QOnQv ._1WaDrC {
        background-image: url(//img1a.flixcart.com/www/linchpin/fk-cp-zion/img/god-rays_c17301.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 100%;
        background-color: #2175ff;
    }

    ._2QOnQv ._3d8arY {
        min-height: 474px;
        padding-top: 200px;
        background: #2175ff;
    }

    ._2QOnQv ._2p6JZV {
        background: transparent;
    }

    ._2QOnQv ._3JpAq0 {
        background: #2175ff;
        padding-top: 20px;
        text-align: center;
    }

    ._2QOnQv ._2fb9Mv {
        width: 100px;
    }

    ._2QOnQv ._2DRKDi,
    ._2QOnQv ._1I8G6s {
        margin-top: 16px;
        width: auto;
    }

    ._2QOnQv ._2DRKDi {
        margin-top: 8px;
    }

    ._2QOnQv ._1KCfsB,
    ._2QOnQv ._1_7dMc {
        font-weight: 500;
        font-style: italic;
        display: block;
        text-align: center;
        text-transform: uppercase;
    }

    ._2QOnQv ._1KCfsB {
        color: #ffe11b;
        font-size: 30px;
        margin: 20px 0 16px;
        text-shadow: 0 1px 0 #d4bc18, 2px 2px 3px rgba(0, 0, 0, .24);
        width: 100%;
    }

    ._2QOnQv ._1_7dMc {
        color: #fff;
        font-size: 24px;
        margin: -12px 0 30px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, .2);
    }

    ._2QOnQv .YKatJZ {
        padding: 0 30px 20px 4px
    }

    ._2QOnQv ._3CO1Ei {
        position: relative;
        text-align: center;
    }

    ._2QOnQv ._25_n-I,
    ._2QOnQv ._3DDTrG {
        width: 100%;
        transition: all 0.4s ease-in-out;
    }

    ._2QOnQv ._25_n-I {
        height: 320px;
    }

    ._2QOnQv ._3DDTrG {
        margin-top: 60px;
        height: 200px;
    }

    ._2QOnQv ._15Q1Vy {
        position: absolute;
        width: 100%;
        padding: 0 80px;
        top: 0;
        left: 0;
        margin-top: 8%
    }

    ._2QOnQv ._3bbCLL {
        border: 3px solid rgba(255, 255, 255, .6);
        padding-bottom: 20px;
        font-size: 36px;
        font-weight: 500;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .12);
        border-radius: 6px;
        text-align: center;
        background-color: rgba(181, 124, 54, .65);
    }

    ._2QOnQv .cHEmkZ,
    ._2QOnQv ._2-hRyP,
    ._2QOnQv ._25CZ7c {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .12);
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    ._2QOnQv .cHEmkZ {
        font-size: 12px;
    }

    ._2QOnQv ._25CZ7c {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 80px;
        width: 100%;
        margin-bottom: 10%;
        text-transform: none
    }

    ._2QOnQv ._2uNLG_ {
        letter-spacing: 10px;
        padding-top: 20px;
        height: 162px;
    }

    ._2QOnQv ._3TJBAy {
        z-index: 1;
        width: 53%;
    }

    ._2QOnQv .icdHO0 {
        transition: opacity 2s;
        transition-delay: 1s;
    }

    ._2QOnQv ._2EShLM {
        padding-right: 10px
    }

    ._2QOnQv .ze1AVx {
        margin-left: 8px;
        height: 16px;
        width: 16px;
    }

    ._2QOnQv ._1sE1iZ {
        margin-left: 4px;
        height: 12px;
        width: 12px;
    }

    ._2QOnQv ._1YYS6M {
        padding-top: 10px;
        text-align: left;
        width: calc(100% - 110px)
    }

    ._2QOnQv .yCXYFt {
        text-align: center;
        cursor: default;
        position: relative;
        left: -2%;
        margin: -58px;
        margin-top: -14px
    }

    ._2QOnQv ._2DVJ0y {
        position: absolute;
        left: 30px;
        top: 0;
        padding: 84px 0
    }

    ._2QOnQv .JGeWSY,
    ._2QOnQv ._1qqfIG {
        font-size: 24px;
        font-weight: 900;
        font-style: italic;
        text-align: center;
        color: #2874f0;
        text-transform: uppercase;
        padding-bottom: 8px;
        left: 20%;
        position: relative;
    }

    ._2QOnQv ._2FFrEk {
        width: auto !important;
        padding-bottom: 10px;
    }

    ._2QOnQv ._3khD4w {
        background: transparent;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        transition: opacity 2s;
        transition-delay: 1s;
        position: relative;
        left: 20%;
    }

    ._2QOnQv ._2Dxwvy {
        font-style: italic;
        font-weight: 500;
        color: #878787;
        font-size: 15px;
    }

    ._2QOnQv ._2x4IhE {
        color: #212121;
        font-size: 22px;
        font-style: italic;
    }

    ._2QOnQv ._20Xve8 {
        font-size: 16px;
        color: #878787;
        text-decoration: line-through;
        padding-left: 10px;
    }

    ._2QOnQv .otnGvJ {
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 210px;
        font-size: 16px
    }

    ._2QOnQv ._2bePdV,
    ._2QOnQv ._2j0fTU {
        font-weight: 500;
        font-style: italic;
        font-size: 24px;
        color: #ff4343;
        margin-bottom: 24px;
        transition: all 2s;
        transition-delay: 1s;
    }

    ._2QOnQv ._2j0fTU {
        color: #fff;
    }

    ._2QOnQv ._1585RD {
        padding: 0 70px;
    }

    ._2QOnQv ._2wF6hb {
        font-size: 16px;
        color: #212121;
        transition: opacity 2s;
        transition-delay: 1s;
    }

    ._2QOnQv .C4mJrz {
        background: #fff;
        border-radius: 0 0 2px 2px;
        text-align: center;
        transition: all 0.4s ease-in-out;
    }

    ._2QOnQv ._2Bdegc,
    ._2QOnQv ._1pzkbX {
        width: 110px;
        vertical-align: bottom;
        display: inline-block;
        border: solid 1px #f0f0f0;
        margin-bottom: -14px
    }

        ._2QOnQv ._2Bdegc.cEo0Kt, ._2QOnQv ._1pzkbX.cEo0Kt {
            border: solid 1px #468cff;
            width: 230px;
        }

    ._2QOnQv ._2Z_qN1,
    ._2QOnQv ._2VfNWh {
        text-align: center;
        display: inline-block;
        padding: 20px 0;
    }

    ._2QOnQv ._2VfNWh {
        padding: 30px 0;
        position: relative;
    }

    ._2QOnQv ._1UaOva,
    ._2QOnQv ._1u8Qzd {
        text-transform: uppercase;
        padding: 18px 110px
    }

    ._2QOnQv ._1u8Qzd {
        margin-bottom: 10px;
        transition: opacity 2s;
        transition-delay: 1s;
        z-index: 2;
        width: 234px;
        padding: 18px;
    }

    ._2QOnQv ._34VXvw {
        padding-right: 16px;
    }

    ._2QOnQv ._1-Z6oM {
        background-color: #fff;
        padding-top: 26px;
        border-radius: 0;
    }

    ._2QOnQv ._3fZ3Ae {
        font-size: 22px;
        font-weight: 500;
        color: #212121;
        padding: 0 0 22px 24px;
    }

    ._2QOnQv ._2Q1h7x,
    ._2QOnQv ._3IXJmv {
        padding: 14px 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        border-top: solid 1px #eeeff0;
    }

    ._2QOnQv ._2Q1h7x {
        cursor: pointer;
    }

    ._2QOnQv ._3IXJmv {
        cursor: default;
    }

    ._2QOnQv .G2_UT8 {
        width: 20%;
        padding-left: 24px;
        position: relative
    }

    ._2QOnQv ._1O6p_J {
        width: 70%;
        position: relative;
        padding-left: 20px
    }

    ._2QOnQv ._3BeJcj {
        width: 10%;
        text-align: right;
        padding: 24px 24px 0 0;
    }

    ._2QOnQv ._3sKaLt {
        position: relative;
        height: 50px;
    }

    ._2QOnQv .WB1aGn,
    ._2QOnQv ._361l5Z {
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        pointer-events: none;
        font-weight: 500;
        font-size: 18px;
        color: #fff;
        text-shadow: 0 2px 0 rgba(0, 0, 0, .2);
    }

    ._2QOnQv ._361l5Z {
        font-size: 12px;
        text-transform: uppercase;
        margin-left: -16px;
    }

    ._2QOnQv .pgxfmr,
    ._2QOnQv ._1W_bwV {
        font-size: 18px;
        color: #212121;
    }

        ._2QOnQv .pgxfmr:hover {
            color: #2874f0;
        }

    ._2QOnQv .EnuKa8 {
        font-size: 14px;
        color: #878787;
        padding-top: 2px;
    }

    ._2QOnQv ._2BHWJq {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuMiAxTDQgNSAxIDkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjNTY1NjU2IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
        height: 20px;
        width: 20px;
        display: inline-block;
        margin-left: 6px;
    }

        ._2QOnQv ._2BHWJq:hover {
            background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPjEwMzc0NDBFLTZGNDYtNDc5MS1CRkUxLTczQzczMEI2RTU0NTwvdGl0bGU+PHBhdGggZD0iTTEuMiAxTDQgNSAxIDkiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlPSIjMDI3Q0Q1IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat;
        }

    ._2QOnQv .L2zg8G {
        text-align: center;
        cursor: default;
        min-width: 768px;
        margin: 0 20px;
    }

    ._2QOnQv ._2AEmIu {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        padding: 10px 0 24px;
    }

    ._2QOnQv ._3glcm8,
    ._2QOnQv .QuOijN {
        padding: 24px 0;
        border-radius: 8px 0 4px 0;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 2px;
        margin-right: 8px;
        color: #8b8b8b;
        cursor: default;
        background: url(//img1a.flixcart.com/www/linchpin/fk-cp-zion/img/giveaway-active-ticket_5fa413.png) no-repeat;
        background-size: 100% 100%;
        position: relative;
        height: 74px;
    }

    ._2QOnQv ._23laiJ {
        background-color: rgba(255, 255, 255, .65);
        position: absolute;
        top: 8px;
        left: 20px;
        width: 70%;
        height: 73%;
    }

    ._2QOnQv .QuOijN {
        color: #fb641b;
    }

    ._2QOnQv ._7QK1bQ {
        width: 160px;
        padding: 37px 0;
        cursor: pointer;
        background: url(//img1a.flixcart.com/www/linchpin/fk-cp-zion/img/earn-ticket-more_170dbd.png) no-repeat;
    }

    ._2QOnQv .MTLeva {
        padding-bottom: 8px;
    }

    ._2QOnQv .VkHb_V,
    ._2QOnQv ._1Tf7yj {
        color: #878787;
        font-size: 18px;
        line-height: 1;
        cursor: default;
    }

    ._2QOnQv ._1Tf7yj {
        cursor: pointer;
        color: #2874f0;
        margin-left: 5px;
    }

    ._2QOnQv ._1faP2P {
        text-align: right;
    }

    ._2QOnQv ._2Jvn6f {
        margin-left: 6px;
        cursor: pointer;
    }

    ._2QOnQv ._1lwElv {
        width: 232px !important;
    }

    ._2QOnQv ._1pt9qB {
        width: 232px !important;
    }

    ._2QOnQv .VjJzoN {
        margin-bottom: -10px;
    }

    ._2QOnQv ._2lmgAs {
        margin-top: 4px;
        text-align: right;
    }

    ._2QOnQv ._2F4hha {
        font-size: 60px
    }

    ._2QOnQv ._1jVs0z {
        padding: 1px;
    }

    ._2QOnQv ._2kglT7 {
        margin-left: 8px;
    }

    ._2QOnQv ._3aKIqc,
    ._2QOnQv ._2sF3DT {
        cursor: default;
        pointer-events: none;
    }

    ._2QOnQv ._3aKIqc {
        opacity: 0.1;
    }

    ._2QOnQv .G5dH2k {
        opacity: 0;
    }

    ._2QOnQv ._1zVY4P {
        transition: all 1s;
        transition-delay: 1s;
    }

    ._2QOnQv ._1bSlvQ,
    ._2QOnQv ._2wgK7G {
        position: absolute;
        width: 100%;
        top: 0;
        padding: 135px 0;
        text-align: center;
        left: 10%;
    }

    ._2QOnQv ._2wgK7G {
        padding: 15px 0;
        left: 0;
    }

    ._2QOnQv ._2G8iuW {
        margin-top: -30px;
        margin-bottom: -94px;
        width: 380px;
        height: 260px;
    }

    ._2QOnQv ._1yrgia {
        min-height: 200px;
        background: transparent;
        margin-top: 16px;
    }

    ._2QOnQv .T2fgYa {
        position: absolute;
        left: 0;
        top: 126px;
        z-index: 1;
    }

    ._2QOnQv ._2cCApd {
        margin-left: 32px;
        margin-bottom: 0 !important;
    }

    ._2QOnQv ._3AuGZg {
        position: absolute;
        left: 0;
        top: 0;
        padding: 4px 70px 0;
    }

    ._2QOnQv ._3Uhl1w {
        margin-left: 4px;
    }

    ._2QOnQv ._2fCJFb {
        background-color: #fff;
        opacity: 0.4;
        pointer-events: none;
    }

    ._2QOnQv ._19Blkg {
        padding: 21px 21px 48px;
    }

    ._2QOnQv ._1owLCF {
        text-align: right;
    }

    ._2QOnQv .HL4E98 {
        text-align: left;
    }

    ._2QOnQv ._2TXoia {
        font-weight: 400;
    }

    ._2QOnQv ._1P3bLJ {
        margin: 8px 0 0;
    }

    ._2QOnQv .yLzgIN {
        padding: 30px 0;
        background: #fff;
        line-height: 1.38;
        text-align: center;
        box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .16);
    }

        ._2QOnQv .yLzgIN .J6S4Nj {
            display: block;
            margin-left: auto;
        }

        ._2QOnQv .yLzgIN ._3fgr67 {
            display: block;
            margin-right: auto;
        }

        ._2QOnQv .yLzgIN ._2JSQim {
            vertical-align: middle;
            margin-right: 16px;
            width: 58px;
            height: 59px;
        }

        ._2QOnQv .yLzgIN ._1NmWnN {
            font-size: 16px;
            text-align: center;
            color: #000;
        }

        ._2QOnQv .yLzgIN ._1fK0kU {
            font-size: 22px;
            font-weight: 500;
            text-align: center;
            color: #ff5050;
        }

        ._2QOnQv .yLzgIN .IDQM6N {
            margin-top: 10px;
            width: 180px;
            border-radius: 2px;
            background-color: #2874f0;
            color: #fff;
            box-shadow: none;
        }

@media (max-width: 1329px) {

    ._2QOnQv .YKatJZ {
        padding: 0 80px 20px 4px;
    }
}

@media (max-width: 1219px) {

    ._2QOnQv ._15Q1Vy {
        padding: 0 50px;
    }
}

@media (max-width: 1219px) {

    ._2QOnQv ._25CZ7c {
        margin-bottom: 18%;
    }
}

@media (max-width: 1219px) {

    ._2QOnQv ._2EShLM {
        height: 84px;
    }
}

@media (max-width: 1219px) {

    ._2QOnQv ._1YYS6M {
        width: calc(100% - 84px);
    }
}

@media (max-width: 1219px) {

    ._2QOnQv .yCXYFt {
        left: -14%;
        margin: 0 -100px;
    }
}

@media (min-width: 1321px) {

    ._2QOnQv .yCXYFt {
        margin-top: -14px;
        left: -20%;
    }
}

@media (max-width: 1219px) {

    ._2QOnQv ._2DVJ0y {
        padding: 88px 0;
        left: 90px;
    }
}

@media (min-width: 1321px) {

    ._2QOnQv ._2DVJ0y {
        left: 110px;
    }
}

@media (max-width: 1219px) {

    ._2QOnQv .otnGvJ {
        width: 170px;
    }
}

@media (max-width: 1219px) {

    ._2QOnQv ._1UaOva,
    ._2QOnQv ._1u8Qzd {
        padding: 18px 22px;
        margin-top: -10px;
    }
}

@media (max-width: 1219px) {

    ._2QOnQv .G2_UT8 {
        width: 30%;
    }
}

@media (max-width: 1219px) {

    ._2QOnQv ._1O6p_J {
        width: 60%;
        padding-left: 0;
    }
}

@media (max-width: 1219px) {

    ._2QOnQv ._2F4hha {
        font-size: 48px;
    }
}

._3FTxcT {
    transition: opacity 0.3s ease-in-out;
    width: 978px;
}

._1e_eGh {
    margin: 0 !important;
}

.zcjLFT {
    padding: 30px 0;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.38;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
    background-image: linear-gradient(125deg, #6ea5ff, #5d99fd 45%, #2276ff, #2175ff);
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .16);
}

    .zcjLFT ._3eGYVM {
        display: block;
        margin: 10px 40px;
    }

    .zcjLFT .DUzeou {
        margin-top: 10px;
        background-color: #ffdb61;
    }

    .zcjLFT ._3aEBSZ {
        vertical-align: middle;
        margin-right: 10px;
    }

    .zcjLFT .Hfcdc9 {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #2874f0;
    }

._3UJNDg {
    margin-bottom: 0;
    background-image: linear-gradient(to bottom, #fefeff, #f5f8ff);
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .16);
}

.D_TsPL {
    margin: 16px 80px 8px 80px;
    overflow: hidden;
    display: block;
    text-align: center;
    width: auto;
    padding-bottom: 40px;
}

    .D_TsPL ._1buDW_ {
        font-size: 28px;
        font-weight: 500;
        font-style: italic;
        color: #2455f4;
        padding: 32px 0 20px;
    }

    .D_TsPL ._1txEB7 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .D_TsPL ._150A57 {
        padding: 0 30px;
        width: 33.33%;
    }

    .D_TsPL .mayY6_ {
        width: 208px;
        display: inline-block;
        height: 128px;
    }

    .D_TsPL ._36MWW7 {
        font-size: 18px;
        font-weight: 500;
        color: #212121;
        margin-top: 20px;
    }

    .D_TsPL ._2kt711 {
        font-size: 14px;
        line-height: 1.29;
        text-align: center;
        color: #212121;
        margin-top: 12px;
    }

    .D_TsPL ._1Vv-55 {
        background-color: #2455f4;
        border-radius: 50% 50%;
        padding: 3px 8px;
        color: #fff;
        font-size: 16px;
    }

    .D_TsPL._3GTzlf ._1buDW_ {
        font-size: 20px;
        text-align: left;
        padding: 32px 30px 20px 30px;
    }

    .D_TsPL._3GTzlf ._1txEB7 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
    }

    .D_TsPL._3GTzlf ._150A57 {
        width: auto;
    }

    .D_TsPL._3GTzlf ._36MWW7 {
        font-size: 16px;
    }

    .D_TsPL._3GTzlf ._2kt711 {
        margin: 8px 0 0 32px;
        text-align: left;
    }

    .D_TsPL._3GTzlf .mayY6_ {
        width: calc(100% - 60px);
        max-width: 620px;
        margin: 16px 0 0 30px;
        height: auto;
    }

._2kFKTy,
._17JHOH {
    background-color: #fff;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .16);
    text-align: center;
    margin-bottom: 16px;
}

._2kFKTy {
    padding: 30px 0;
    background-image: url(//img1a.flixcart.com/www/linchpin/fk-cp-zion/img/giveaway-winner-banner_3a564a.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    line-height: 1.38;
}

    ._2kFKTy ._2K4tDB {
        margin-left: auto;
    }

    ._2kFKTy .OezzK_ {
        margin-right: auto;
    }

    ._2kFKTy ._1vfSx- {
        vertical-align: middle;
        margin-right: 16px;
        width: 58px;
    }

    ._2kFKTy ._2kKUP2 {
        display: block;
        font-size: 16px;
        text-align: center;
        color: #000;
    }

    ._2kFKTy ._23Y-FA {
        display: block;
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        color: #ff6161;
    }

    ._2kFKTy ._2OkJwD {
        margin-top: 10px;
        width: 220px;
        border-radius: 2px;
        background-color: #2874f0;
        color: #fff;
        box-shadow: none;
    }

._17JHOH {
    padding: 30px;
}

    ._17JHOH ._2JGKxB {
        font-size: 16px;
        font-weight: 500;
        font-style: italic;
        line-height: 1.38;
        margin-bottom: 14px;
    }

    ._17JHOH ._1MzQNr {
        margin: 0;
        cursor: pointer;
    }

.EyzBE1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .EyzBE1 ._3V_xBg {
        width: 100px;
        height: 100px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 16px;
    }

        .EyzBE1 ._3V_xBg ._1hd5Dq {
            max-height: 100px;
            max-width: 100px;
        }

    .EyzBE1 ._3hiLGv {
        text-align: left;
    }

    .EyzBE1 ._3J0Yq_,
    .EyzBE1 .QzImuj {
        font-size: 16px;
        line-height: 1.5;
    }

    .EyzBE1 ._2buxg4 {
        font-size: 14px;
        line-height: 1.43;
        color: rgba(0, 0, 0, .54);
        margin-top: 8px;
    }

._2Ugp5t {
    font-size: 18px;
    line-height: 21px;
    color: #3f3f3f;
}

    ._2Ugp5t ._31rrQH {
        color: #2874f0;
        margin-left: 6px
    }

        ._2Ugp5t ._31rrQH::after {
            content: '';
            display: inline-block;
            width: 0;
            height: 0;
            margin-left: 14px;
            border: 6px solid transparent;
            border-color: transparent transparent transparent #2874f0;
        }

.biaeF7 {
    padding: 0 0 10px;
    width: 800px;
    margin: 0 auto;
    background-color: #fff;
    min-height: 700px;
}

    .biaeF7 ._3gRika {
        font-size: 22px;
        font-weight: 500;
        margin: 45px 0 0 45px;
        margin: 45px 0 15px 45px;
    }

    .biaeF7 .WKKPLC {
        margin-left: 112px;
    }

    .biaeF7 ._2eeOAZ {
        padding-top: 45px;
        text-align: center;
        font-size: 32px;
    }

    .biaeF7 ._3HrBhV {
        color: #212121;
        text-align: center;
        font-size: 16px;
        margin-bottom: 16px;
    }

    .biaeF7 ._278FSg {
        margin-bottom: 8px;
    }

    .biaeF7 ._1Q3jB4 {
        font-weight: 500;
    }

    .biaeF7 ._1ogHNU {
        font-size: 16px;
        margin-top: 150px;
        text-align: center;
    }

    .biaeF7 ._1NfH0- {
        font-size: 14px;
        width: 562px;
        margin-bottom: 50px;
        border-radius: 2px;
        border-spacing: 0;
        text-align: center;
    }

    .biaeF7 .hG7DmC {
        border: solid 1px #c2c2c2;
        padding: 10px 0;
    }

    .biaeF7 .h_aGXs {
        margin: 0 100px;
        padding: 5px;
        font-weight: 400;
    }

._3ooaa4 {
    overflow: hidden;
    position: relative;
}

    ._3ooaa4 ._1r-M-1 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        transition: -webkit-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    }

    ._3ooaa4 ._37vuDR {
        display: inline-block;
    }

    ._3ooaa4 ._3toH2I,
    ._3ooaa4 ._26sdfg {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: absolute;
        top: calc(50% - 52px);
        width: 47px;
        height: 104px;
        background-color: rgba(255, 255, 255, .98);
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
        transition: opacity 0.1s ease-in
    }

        ._3ooaa4 ._3toH2I.xkPeHk, ._3ooaa4 ._26sdfg.xkPeHk {
            opacity: 0.1;
        }

    ._3ooaa4 ._3toH2I {
        left: 0;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    ._3ooaa4 ._26sdfg {
        right: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    ._3ooaa4 ._2gp_O1 {
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg);
    }

    ._3ooaa4 ._3Zc0XY {
        fill: #212121;
    }

._1CpUPv {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    ._1CpUPv ._3_dmuT {
        width: 470px;
        height: 240px;
        background: transparent;
        padding: 16px 0 16px 24px;
        position: relative;
        text-align: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        ._1CpUPv ._3_dmuT .qxq6v4 {
            display: inline-block;
            width: 188px;
            height: 208px;
            border-radius: 4px;
            padding: 14px;
            background-color: #fff;
            box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, .14);
            position: relative;
            text-align: center;
            z-index: 1;
        }

        ._1CpUPv ._3_dmuT ._6MElsK {
            width: 150px;
            height: 150px;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        ._1CpUPv ._3_dmuT ._1Rt62Q {
            max-width: 100%;
            max-height: 100%;
        }

        ._1CpUPv ._3_dmuT ._3qF3GY {
            line-height: 20px;
            font-size: 16px;
            font-weight: 500;
            font-style: italic;
            color: #2874f0;
            margin-top: 8px;
        }

        ._1CpUPv ._3_dmuT .Z23F9d {
            display: inline-block;
            position: relative;
            z-index: 1;
            height: 100%;
        }

        ._1CpUPv ._3_dmuT .Dr7lI- {
            height: 86px;
            width: 258px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding-bottom: 14px;
            line-height: 16px;
            font-size: 14px;
            font-weight: 500;
            color: #fff;
        }

        ._1CpUPv ._3_dmuT ._1CyOQn {
            max-height: 24px;
            margin-left: 4px;
        }

        ._1CpUPv ._3_dmuT ._1q487z {
            height: 122px;
            width: 258px;
            padding: 24px 20px;
            position: absolute;
            bottom: 0;
        }

        ._1CpUPv ._3_dmuT ._3U1x5q {
            line-height: 21px;
            font-size: 18px;
            font-weight: 500;
            color: #212121;
            display: block;
        }

        ._1CpUPv ._3_dmuT ._3qTIV4 {
            line-height: 16px;
            font-size: 14px;
            color: #878787;
            margin-top: 8px;
        }

        ._1CpUPv ._3_dmuT ._29ckKr {
            margin-top: 10px;
            line-height: 19px;
            font-size: 16px;
            font-weight: 500;
        }

        ._1CpUPv ._3_dmuT::after {
            content: '';
            background: #fff;
            display: block;
            position: absolute;
            width: 100%;
            top: 102px;
            left: 0;
            height: 138px;
            -webkit-transform-origin: top center;
            transform-origin: top center;
            -webkit-transform: scaleY(1.637);
            transform: scaleY(1.637);
            border-radius: 4px;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14);
            z-index: 0;
        }

    ._1CpUPv ._34dlP7 {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #f1f3f6;
        padding: 16px 24px;
        position: relative;
        z-index: 1;
        width: 470px;
    }

    ._1CpUPv ._1JwRZE {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        ._1CpUPv ._1JwRZE ._2zwvf6:disabled {
            background-color: #f1f3f6;
        }

        ._1CpUPv ._1JwRZE ._1CqX-7 {
            position: absolute;
            width: 32px;
            height: 56px;
            top: 16px;
            left: 24px;
            text-align: center;
            line-height: 56px;
            font-size: 16px;
            padding-left: 16px;
        }

        ._1CpUPv ._1JwRZE ._2zwvf6 {
            width: 260px;
            line-height: 20px;
            font-size: 16px;
            height: 56px;
            border-radius: 2px;
            border: solid 1px #9e9e9e;
            padding-left: 32px
        }

            ._1CpUPv ._1JwRZE ._2zwvf6::-webkit-input-placeholder {
                color: #9e9e9e;
            }

            ._1CpUPv ._1JwRZE ._2zwvf6::-moz-placeholder {
                color: #9e9e9e;
            }

            ._1CpUPv ._1JwRZE ._2zwvf6:-ms-input-placeholder {
                color: #9e9e9e;
            }

            ._1CpUPv ._1JwRZE ._2zwvf6::placeholder {
                color: #9e9e9e;
            }

        ._1CpUPv ._1JwRZE ._3zym7j {
            line-height: 21px;
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            padding: 18px;
            width: 148px;
            height: 56px;
            margin-left: 12px;
            text-transform: uppercase;
        }

        ._1CpUPv ._1JwRZE ._1l0E8I {
            stroke: var(--white-bg);
            height: 32px;
            margin-top: -6px;
        }

    ._1CpUPv.XLTeIC {
        padding-bottom: 80px;
    }

        ._1CpUPv.XLTeIC ._3_dmuT::after {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

.ngHEvR {
    text-align: center;
    padding: 34px 0 58px 0;
}

    .ngHEvR ._26B6w4 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 204px;
        height: 158px;
        background-image: url(//img1a.flixcart.com/www/linchpin/fk-cp-zion/img/modal-bg_6ad169.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 0 auto;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 16px;
    }

    .ngHEvR ._3rzoM_ {
        width: 104px;
        height: 104px;
    }

    .ngHEvR ._2rkQth {
        text-transform: uppercase;
        margin-top: 46px;
    }

    .ngHEvR .okuFyQ {
        line-height: 24px;
        font-size: 20px;
        font-weight: 500;
    }

    .ngHEvR ._11lL6c {
        height: 19px;
        font-size: 16px;
        margin-top: 8px;
    }

._2zHyZQ {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 36px 68px;
    max-width: 420px;
}

    ._2zHyZQ ._33KA7Y {
        width: 46px;
        margin-bottom: 14px;
    }

    ._2zHyZQ ._4SErjV {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 8px;
    }

    ._2zHyZQ ._8gomtK {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 24px;
    }

    ._2zHyZQ ._11One8 {
        font-size: 14px;
        line-height: 1.43;
        color: #3f3f3f;
        margin-bottom: 38px;
    }

    ._2zHyZQ ._2Q10gE {
        width: 290px;
        padding: 0;
        box-shadow: none;
    }

.WV4Qy5 {
    text-align: center;
    padding: 24px 0;
}

    .WV4Qy5 ._1DikM5 {
        width: 58px;
        margin-bottom: 8px;
    }

    .WV4Qy5 ._4SErjV {
        line-height: 24px;
        font-size: 20px;
        font-weight: 500;
    }

    .WV4Qy5 ._3Cy2PZ {
        margin: 20px auto 14px auto;
    }

    .WV4Qy5 ._1N3WdR {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .WV4Qy5 .wnxz6h {
        text-transform: uppercase;
        font-weight: var(--font-normal);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    }

._3j8VqP {
    background-color: #fff;
    margin-bottom: 16px;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .16);
    padding: 12px 14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    position: relative;
}

    ._3j8VqP ._1WmiXV {
        width: 24px;
        height: 24px;
        display: inline-block;
        margin-right: 22px;
    }

    ._3j8VqP .r-vQSa {
        -webkit-transform: translateY(-50%) rotateZ(180deg);
        transform: translateY(-50%) rotateZ(180deg);
        height: 10px;
        position: absolute;
        right: 14px;
        top: 50%;
    }

    ._3j8VqP .dBs5MO {
        fill: #212121;
    }

._2lwdHN {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    ._2lwdHN ._2lgktX {
        width: 32px;
        height: 32px;
        background: url(//img1a.flixcart.com/www/linchpin/fk-cp-zion/img/timer_931251.svg) no-repeat;
        background-size: contain;
        margin-right: 8px;
    }

    ._2lwdHN ._2yJ9Ui {
        font-size: 14px;
        font-weight: 500;
        color: #9e9e9e;
        line-height: 16px;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    ._2lwdHN ._3BJeK- {
        line-height: 24px;
        font-size: 20px;
        font-weight: 500;
        color: var(--color-vendor-tex);
    }

    ._2lwdHN.F4nOD_ ._2lgktX {
        width: 30px;
        height: 30px;
    }

    ._2lwdHN.F4nOD_ ._2yJ9Ui {
        color: #fff;
        font-size: 12px;
        font-weight: var(--font-normal);
        line-height: 14px;
        margin-bottom: 2px;
    }

    ._2lwdHN.F4nOD_ ._3BJeK- {
        line-height: 19px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
    }

._1muYUb {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    margin: 28px auto 38px auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    ._1muYUb ._3I4jP_ {
        margin-top: 8px;
    }

    ._1muYUb ._1l2emg {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    ._1muYUb ._2LJBqe {
        width: 212px;
        background: #efefef;
        height: 8px;
        border-radius: 4px;
        position: relative;
        overflow: hidden;
    }

    ._1muYUb ._1oK6NF,
    ._1muYUb ._1-GkPH,
    ._1muYUb .vg265n {
        position: absolute;
        top: 0;
        left: 0;
        height: 8px;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }

    ._1muYUb ._1oK6NF {
        background: #ffe11b;
        border-radius: 4px;
    }

    ._1muYUb ._1-GkPH {
        background: #ff9f00;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    ._1muYUb .vg265n {
        background: #ff9f00;
        -webkit-animation-name: _2LJBqe;
        animation-name: _2LJBqe;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    ._1muYUb ._1aDUIK {
        padding: 18px 0 8px 0;
        line-height: 19px;
        font-size: 16px;
        color: #fff;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    ._1muYUb ._3VuElX {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        margin-left: 8px;
        line-height: 24px;
    }

@-webkit-keyframes _2LJBqe {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes _2LJBqe {
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

._1Ijvzu {
    max-width: 1112px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 520px;
    background: #fff;
}

._2RXk__ {
    max-width: 1112px;
    min-width: 978px;
    margin: 0 auto;
    position: relative;
}

    ._2RXk__ .SFvuxP {
        background-color: #5f4eeb;
        text-align: center;
        padding: 24px 0;
    }

    ._2RXk__ ._154ezl {
        position: relative;
    }

        ._2RXk__ ._154ezl .keqNP3 {
            position: absolute;
            right: 32px;
            text-align: left;
        }

    ._2RXk__ .gHYP1W {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }

    ._2RXk__ ._2wYWop {
        line-height: 28px;
        font-size: 24px;
        font-weight: 500;
        font-style: italic;
        color: #ffe11b;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    ._2RXk__ ._2llpuD {
        line-height: 21px;
        font-size: 18px;
        font-weight: 500;
        font-style: italic;
        color: #fff;
        margin-bottom: 18px;
    }

    ._2RXk__ .GtmLD_ {
        background: #fff;
        padding: 24px 56px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        ._2RXk__ .GtmLD_ .reeVrs {
            width: 350px;
            padding: 18px;
            border-radius: 2px;
            line-height: 21px;
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            text-transform: uppercase;
        }

        ._2RXk__ .GtmLD_ ._2ESBd0 {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            min-height: 10px;
            min-width: 180px;
        }

            ._2RXk__ .GtmLD_ ._2ESBd0 .tjh7V9 {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                margin: 4px 8px 0 0;
            }

            ._2RXk__ .GtmLD_ ._2ESBd0 ._3O7xiA {
                width: 48px;
                height: 48px;
            }

            ._2RXk__ .GtmLD_ ._2ESBd0 .CvMwVi {
                font-size: 20px;
                font-weight: 500;
                line-height: 2;
            }

            ._2RXk__ .GtmLD_ ._2ESBd0 ._3afkpd {
                font-size: 14px;
                font-weight: 500;
                color: #9e9e9e;
                line-height: 16px;
            }

        ._2RXk__ .GtmLD_._28ESZY {
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    ._2RXk__ ._2opMSO {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    ._2RXk__ .ODk5T3 {
        margin: 10px 16px 0 0;
        width: calc(100% - 396px);
    }

    ._2RXk__ ._23oX4w {
        margin: 10px 0 0 0;
    }

    ._2RXk__ ._3lIzdZ {
        width: 380px;
    }

    ._2RXk__ .XTwnSu {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, .7);
        top: 0;
        left: 0;
        z-index: 20;
        font-size: 18px;
    }

        ._2RXk__ .XTwnSu ._3fGals {
            width: 312px;
            height: 64px;
            border-radius: 4px;
            background-color: #fff;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14), 0 2px 4px 0 rgba(0, 0, 0, .24);
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin: 262px auto 0 auto;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        ._2RXk__ .XTwnSu ._2rS4CY {
            width: 24px;
            height: 24px;
            margin: 0 24px 0 0;
        }

    ._2RXk__ ._3atnsA {
        text-align: right;
        width: 350px;
    }

.FOnIV0 {
    background: #fff;
    padding-bottom: 86px;
}

    .FOnIV0 ._2d3PAu {
        padding: 42px 0;
        text-align: center;
    }

    .FOnIV0 .xuBU02 {
        height: 226px;
        box-shadow: 2px 2px 24px 0 rgba(119, 119, 119, .4);
    }

    .FOnIV0 ._3Z7tgd {
        line-height: 21px;
        font-size: 18px;
        font-weight: 500;
        font-style: italic;
        text-align: center;
        margin-bottom: -38px;
        color: #3f3f3f;
    }

    .FOnIV0 ._3Z1ZwE {
        background-size: cover;
        padding: 80px 0 90px 0;
        box-shadow: none;
    }

    .FOnIV0 ._18QTQL {
        text-align: center;
        margin: -90px auto 20px auto;
    }

._1Cr_Wh {
    max-width: 1112px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 520px;
    background: #fff;
}

.ZdzhBK {
    max-width: 1112px;
    margin: 0 auto;
    position: relative;
}

._3j419Q {
    max-width: 1112px;
    margin: 0 auto;
    position: relative;
}

    ._3j419Q ._2yZnfW {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 260px;
    }

    ._3j419Q ._1QZ80a {
        margin-bottom: 48px
    }

        ._3j419Q ._1QZ80a:last-child {
            border-bottom: none;
        }

    ._3j419Q ._1-3-zO {
        line-height: 28px;
        font-weight: 500;
        font-size: 24px;
        font-style: italic;
        text-align: center;
        color: #2874f0;
        margin-top: 26px;
        text-transform: uppercase;
    }

    ._3j419Q ._1r5XL9 {
        line-height: 21px;
        font-size: 18px;
        font-weight: 500;
        font-style: italic;
        text-align: center;
        margin-top: 8px;
    }

    ._3j419Q ._1PntZM {
        background: #fff;
        margin-top: 38px;
        border-radius: 2px;
        box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .16);
        min-height: 300px;
    }

    ._3j419Q ._2YAJhI {
        padding: 30px 44px;
    }

    ._3j419Q ._16zf8R {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.21;
        margin-bottom: 16px;
    }

    ._3j419Q ._26l-mh {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ._3j419Q ._22NjIR {
        width: 33.33%;
    }

    ._3j419Q ._1Ah7o6 {
        padding: 0 10px;
    }

.db56Km {
    max-width: 1112px;
    margin: 0 auto;
    position: relative;
}

    .db56Km ._2pQz3_ {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 260px;
    }

_3OCeCw ._2S2DLT ._3l2sfs {
    border: solid 1px #d7d7d7;
    margin: 0 4px 20px 4px;
    background-color: #fff;
}

._1zypWO {
    color: #2874f0;
    font-weight: 500;
    text-align: center;
    margin: 0 4px 10px 4px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    box-shadow: none;
}
.F4CVC3 ._1S28mS {
    text-align: left;
}

.col-6-12 {
    width: 50%;
}
.F4CVC3 .Gp5Tnb {
    text-align: right;
}

/*order tracking page*/



/*end order tracing page*/


.cart_area {
    width: 261px;
    float: right;
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
}

.area1 {
    width: 64px;
    float: left;
    /*border: 1px solid #d9d9d9;*/
    border-right: none;
    padding: 0 0 5px 0;
    background: url(../images/user.png) no-repeat;
    background-position: top 5px left 17px;
}

    .area1 img {
        width: 30px;
        height: 30px;
        margin: 7px 0px;
    }

    .area1 a {
        margin: 39px 0px 0px 9px;
        text-decoration: none;
        color: #666666;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        float: left;
        text-transform:uppercase;
           
    }

.area2 {
    width: 64px;
    float: left;
    /*border: 1px solid #d9d9d9;*/
    border-right: none;
    padding: 0 0 5px 0;
    background: url(../images/carting.png) no-repeat;
    background-position: top 5px left 18px;
}

    .area2 img {
        width: 30px;
        height: 30px;
        margin: 7px 0px;
    }

    .area2 a {
        margin: 0px 0px 0px 0px;
        text-decoration: none;
        color: #666666;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        float: left
    }

.area3 {
    width: 64px;
    float: left;
    /*border: 1px solid #d9d9d9;*/
    padding: 0 0 5px 0;
    background: url("../images/truck1.png") no-repeat scroll left 7px top 0px rgba(0, 0, 0, 0);
}

    .area3 img {
        width: 30px;
        height: 30px;
        margin: 7px 0px;
    }

    .area3 a {
        margin: 39px 0px 0px 10px;
        text-decoration: none;
        color: #666666;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        float: left
    }
.area4 {
    width: 64px;
    float: left;
    /*border: 1px solid #D9D9D9;*/
    border-right: none;
    padding: 0 0 5px 0;
    background: url(../images/quote.png) no-repeat;
    background-position: top 5px left 18px;
}

    .area4 a {
        margin: 39px 0px 0px 12px;
        text-decoration: none;
        color: #666;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        float: left;
        cursor: pointer;
    }
.top-cart-contain {
    padding: 0;
    z-index: 1000;
    padding: 0px;
    right: 0px;
    margin-top: 25px;
    display: block;
    float: left;
    width: 14%;
}

    .top-cart-contain:hover {
    }

.top-cart-title p {
    margin: 0;
}

.top-cart-content .empty {
}

.top-cart-contain:hover {
}

.top-cart-content {
    display: none;
    width: 300px;
    position: absolute;
    top: 64px;
    right: 0px;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    z-index: 10000;
}

    .top-cart-content p {
        color: #333333;
        margin: 0;
        padding: 10px;
    }

.top-subtotal {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    padding: 12px 15px;
    text-align: left;
    text-transform: none;
    border-bottom: 1px #ddd solid;
    border-top: 1px #ddd solid;
}

.top-cart-content .product-details .btn-remove {
    position: absolute;
    right: 10px;
    top: 4px;
}

.top-cart-title {
    display: inline-block;
    padding: 3px;
    margin: 0;
    vertical-align: top;
    text-align: center;
    color: #223D62;
    line-height: 12px;
    position: relative;
    font-size: 12px;
    width: 20px;
    margin-top: 2px;
    margin-left: 29px
}

.top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    background: #f5f5f5;
    text-transform: none;
    font-weight: normal;
    border-bottom: 1px #ddd solid
}

ul#cart-sidebar {
    padding: 8px 15px;
}
/* top cart  */

.top-cart-wrapper:hover {
}

.top-cart-title .cart_arrow {
    position: absolute;
    bottom: -6px;
    right: 50px;
    width: 18px;
    height: 11px;
    z-index: 1000;
    display: none;
}

.top-cart-contain:hover .top-cart-title .cart_arrow {
    display: block;
}

.top-cart-content li.item {
    margin: 5px 0px;
    border-bottom: 1px #eee solid;
}

    .top-cart-content li.item.last {
        margin: 0;
        border-bottom: 0px #eee solid;
        padding-bottom: 10px
    }

.top-cart-content .product-details {
    color: #333333;
    position: relative;
    text-align: left;
}
.mini-cart {
    text-align: center;
    cursor: pointer;
    margin: 0px 0 0 0px;
}

    .mini-cart .basket {
        right: 0px;
    }

        .mini-cart .basket a {
            /*color: #666;*/
            margin: 14px 0 0 11px;
            /*line-height: 30px;
	font-size: 11px;
	padding: 0 0 10px 0;*/
            font-family: 'Open Sans', sans-serif;
            /*font-weight: normal;
	min-width: 170px !important;
	display: block;*/
            text-transform: uppercase;
        }
/*.mini-cart .basket a:hover{border:1px #efefef solid;box-shadow:0 3px 9px rgba(0, 0, 0, 0.3)}*/
.icon-cart {
    display: inline-blocK !important
}

    .icon-cart:before {
        background-color: #ee2a2a;
        color: #fff;
        content: '\f07a';
        font-size: 16px;
        height: 22px;
        line-height: 23px;
        padding: 4px;
        text-align: center;
        width: 25px;
        border-radius: 2px;
        float: left
    }

.mini-cart .open .basket a {
    color: #000;
    background: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3)
}

.mini-cart .basket .title {
    color: #2e3a47;
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
}

.mini-cart .basket .cart-box {
    font-size: 12px;
    margin-left: 8px;
    text-transform: uppercase;
    display: inline-block;
    color: #777;
    line-height: 28px
}

    .mini-cart .basket .cart-box #cart-total {
        color: #777;
        text-transform: none;
        margin-left: 5px;
    }

.mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none;
}

.top-cart-contain {
    padding: 0;
    z-index: 1000;
    padding: 0px;
    right: 0px;
    margin-top: 25px;
    display: block;
    float: left;
    width: 14%;
}


.headerphone {
    margin-left:26px !important;
    font-size: 13px;
}

.shoppingcart-pagetitle {
    min-height: 49px;
    margin: 0 0 -1px;
    padding: 10px;
}

.leftbuttons {
    text-align: left;
    margin-left: 25px;
}