/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#496778 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_body.gif) 50% 0 repeat-y; font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#1e7ec8; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { background:#fbfaf6 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_main1.gif) 50% 0 no-repeat; }
.main { width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_main2.gif) 0 0 no-repeat; text-align:left; }

/* Base Columns */
.col-left { float:left; width:195px; padding:0 0 1px; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager { font-size:11px; background:#fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; background:#fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_header.jpg) 50% 0 repeat; }
.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
.nav-container { background:#0a263d url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_nav0.jpg) 50% 0 repeat-y; }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { background:#f8f7f5; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#fc9d36 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 25px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span { border-color:#406a83; background:#618499; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #d9ddd3; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { border:1px solid #c4c6c8; }

.product-essential { padding:25px; background:#fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_product-view.gif) 100% 0 no-repeat; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { background:#faf7ee url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#1e7ec8; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px; background:#faf7ee url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_buttons-set1.gif) 0 0 repeat-x; }

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.dashboard .box .box-title { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { border-top:15px solid #b6d1e2; }
.footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(http://kapitan.vn.ua/skin/frontend/default/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.news-item {
    margin:0 0 15px 0;
}

.news-item span.date {
    font-size:90%;
}

.news-item-comment form {
    margin:20px 0px 0px;
    display:block;
    clear:both;
}

.news-item-comment .prev {
    float:left;
    margin:4px 12px 5px 0;
}

.news-item .date,
.menu-categories .date,
.news-item-content .date{
    color:#999999;
    font-size:11px;
}

.clearing {
    clear:both;
    font-size:1px;
    height:1px;
    line-height:1px;
}

.news-item-content .comment-item {
    margin:10px 0 0 0;
}

.news-item-content .comment-item .username {
    font-size:12px;
    margin:0px;
    color:#1E7EC8;
    display:inline;
}

.block.news-categories {
    border: 1px solid #C4C1BC;
    margin: 0 0 15px;
}

.block.news-categories .block-title {
    background: url("http://kapitan.vn.ua/skin/frontend/default/default/css/images/bkg_block-title.gif") repeat-x scroll 0 0 transparent;
    border-bottom: 1px solid #DDDDDD;
    padding: 2px 9px;
}

.block.news-categories .menu-categories {
    margin:0px;
    padding: 5px 9px;
}

.block.news-categories .menu-categories h5, .menu-categories ul li{
    font-size:11px;
    margin:0px;
}

.block.news-categories .block-title strong {
    color: #E26703;
    display: block;
    font: bold 12px/16px Arial,Helvetica,sans-serif;
    min-height: 16px;
    padding: 1px 0;
    text-transform: uppercase;
}

.news {
    text-align:justify;
    }

.news-item-content h4 {
    color:#e26703;
    font-size:15px;
}

.news-item-content small {
    font-size:10px;
}

.news-item {
    clear:both;
    }
.news_image {
    float:left;
    margin:3px 10px 5px 0px;
    }
.news-item .description {
    text-align:justify;
    }
.news-item .comment {
    float:right;
    font-size:11px;
    padding-top:5px;
    }
.news-item-content .social {
    padding-top:10px;
    height:35px;
    }
.news-item-content .social .google_button {
    float:left;
    width:80px;
    overflow:hidden;
    }
.news-item-content .social .fb-like {
    float:left;
    }

.news-item-comment {
    clear:both;
    padding-bottom:20px;
    }
.news-item-comment p.required {
    text-align:left;
    }
.news .loadfile {
    text-align:right;
    }
.news .loadfile a {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/css/clnews/images/i_attached.gif) 0px 0px no-repeat;
    padding:1px 0 0 20px;
    }
#postComment label {
    float:left;
    width:80px;
    }
#postComment .input-box {
    padding-bottom:9px;
    }
#postComment input[type="text"] {
    width:200px;
    }
label .required {
    color:red;
    }
#postComment .validation-advice {
    margin-left:80px;
    }
#postComment .button-set {
    padding-left:80px;
    }

#comment_block .comment-item div {
    padding-left:10px;
    }

/*-- pager --*/
.news-item-comment .pager {
    background:none;
    margin-top:20px;
    padding-top:10px;
    text-align:left;
    }
.news-item-comment .pager span {
    cursor:pointer;
    border:1px solid #dadfe0;
    float:left;
    height:19px;
    width:20px;
    text-align:center;
    margin-right:6px;
    line-height:19px;
    }
.news-item-comment .pager span.current {
    cursor:default;
    background:#c6c6c6;
    }
.news-item-comment .pager span:hover {
    background:#c6c6c6;
    }
.news-item-comment .pager #prev,
.news-item-comment .pager #next {
    border:none !important;
    background:none !important;
    padding:0px !important;
    margin:0px !important;
    width:auto !important;
    }
.news-item-comment .pager .prev,
.news-item-comment .pager .next {
    width:auto;
    padding:0 5px;
    margin-top:0px;
    }
/*-- /pager --*/
.print-btn {
    float:right;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/css/clnews/images/i_print.gif) 0px 0px no-repeat;
    padding-left:20px;
    }
#clloader {
    position:absolute;
    margin-left:333px
    }
/*
.tags {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/css/clnews/images/i-tags.gif) 0px 1px no-repeat;
    padding-left:20px;
    }
*/
.news-item-grid {
    clear:none !important; padding:0px !important; margin:13px 13px 0 0 !important; 
    float:left; width:210px; height:118px; position:relative; background:#f2f2f2; border:1px solid #e9eaea;
}
.news-item-grid  a {color:#000; text-decoration:none; display:block; width:100%; height:118px;}
.news_image_grid {margin:0px !important;}
.news_text_grid {margin:0px !important; padding:5px;}
.news-item-grid img {float:left;}
.underlayer_grid {position:absolute; bottom:0px; width:200px; padding:4px 3px 3px 7px; background:rgba(204,204,204,0.6); line-height:16px; min-height:33px;}
.underlayer_grid h5 {margin:0px; display:inline;}
.underlayer_grid h5,
.underlayer_grid .date {color:#000;}
.news-item-grid:hover .underlayer_grid {background:rgba(204,204,204,0.8);}

.view-mode {margin:10px 0 0 0;}
#commercelab_categories_container
{
    overflow-x: auto;
}
.treeview, .treeview ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.treeview ul {
    background-color: white;
    margin-top: 4px;
}

.treeview .hitarea {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/css/commercelab/treeview/images/treeview-default.gif) -64px -25px no-repeat;
    height: 16px;
    width: 16px;
    margin-left: -16px;
    float: left;
    cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float:none;
}

.treeview li {
    margin: 0;
    padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
    background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }
.treeview .category_selected { color: red; cursor: pointer; }

.treeview li { background: url(http://kapitan.vn.ua/skin/frontend/default/default/css/commercelab/treeview/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/css/commercelab/treeview/images/treeview-default.gif); }
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/css/commercelab/treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/css/commercelab/treeview/images/treeview-red.gif); }

.treeview-black li { background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/css/commercelab/treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/css/commercelab/treeview/images/treeview-black.gif); }

.treeview-gray li { background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/css/commercelab/treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/css/commercelab/treeview/images/treeview-gray.gif); }

.treeview-famfamfam li { background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/css/commercelab/treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/css/commercelab/treeview/images/treeview-famfamfam.gif); }


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(http://kapitan.vn.ua/skin/frontend/default/default/css/commercelab/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(http://kapitan.vn.ua/skin/frontend/default/default/css/commercelab/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(http://kapitan.vn.ua/skin/frontend/default/default/css/commercelab/treeview/images/file.gif) 0 0 no-repeat; }

/**
 * Custom_Filter extension
 * 
 * NOTICE OF LICENSE
 * 
 * This source file is subject to the MIT License
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/mit-license.php
 * 
 * @category       Custom
 * @package        Custom_Filter
 * @copyright      Copyright (c) 2015
 * @license        http://opensource.org/licenses/mit-license.php MIT License
 */
.tree,.tree ul,.tree li{list-style:none;margin:0;padding:0;}
.tree{background:url(http://kapitan.vn.ua/skin/frontend/base/default/images/custom_filter/line1.png) repeat-y;}
.tree li{line-height:20px;margin-top:1px;position:relative;width:100%;}
* html .tree li{float:left;display:inline;}
.tree li a{padding-left:28px;}
.tree li span{cursor:auto;float:left;font-size:0;height:13px;left:5px;position:absolute;top:5px;width:13px;}
.tree li span,.tree li span.collapsed{background:url(http://kapitan.vn.ua/skin/frontend/base/default/images/custom_filter/collapsed.png) no-repeat 0 0;}
.tree li span.expanded{background:url(http://kapitan.vn.ua/skin/frontend/base/default/images/custom_filter/expanded.png) no-repeat 0 0;}
.tree li ul{margin-left:28px;background:url(http://kapitan.vn.ua/skin/frontend/base/default/images/custom_filter/line1.png) repeat-y;}
.tree li li{background:url(http://kapitan.vn.ua/skin/frontend/base/default/images/custom_filter/line2.png) no-repeat 0 0;}
.tree:after,.tree ul:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
.tree,.tree ul{display:block;}
.tree li.map-category{font-weight:bold;}
.tree li.map-product{font-weight:normal;}
.tree li.map-product a{color:#203548;}
/* \*/ .tree,.tree ul{min-height:1%;}
* html .tree,* html .tree ul{height:1%;}

.easytabs-wrapper { margin: 10px 0; }
.easytabs {
    display: table;
    margin: 0;
    padding: 0;
    border-spacing: 5px 0;
    margin-left: -5px;
    position: relative;
    z-index: 6;
    /*width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; */
}
.easytabs li { display: table-cell; text-align: center; vertical-align: middle; }
.easytabs li,
.easytabs-a-accordion {
    line-height: normal;
    background: #eaeaea;
    border: 1px solid #ccc;
    box-shadow: inset 0 -12px 8px -14px rgba(0, 0, 0, 0.2);
}
.easytabs li:hover { box-shadow: none; }
.easytabs li a:hover,
.easytabs-a-accordion:hover { text-decoration: none; }
.easytabs li.active {
    background: #fbfbfb;
    border-width: 1px 1px 0;
    box-shadow: none;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
}
.easytabs-a {
    display: block;
    padding: 9px 12px;
    color: #777;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font: bold 12px/16px Arial, Helvetica, Tahoma, sans-serif;
}
.easytabs-content {
    padding: 7px 8px;
    border: 1px solid #ccc;
    position: relative;
    z-index: 5;
    margin-top: -1px;
    background: #fbfbfb;
}
.easytabs-a-accordion { margin-top: -1px; background: #f1f1f1; display: none; padding: 12px; }
.easytabs-a-accordion.active { box-shadow: none; color: #48494a; }

.easytabs-content .box-collateral { margin: 0; }
.easytabs-content .box-up-sell .products-grid td { padding-left: 7px; padding-right: 7px; }
.easytabs-content .block-related .block-title { display: none; }
#product_tabs_tags_tabbed_contents label { display: block; }
#product_tabs_tags_tabbed_contents .input-box input { width: 300px; }
#product_tabs_tags_tabbed_contents .input-box { width: 300px; float:left; margin: 0 10px 3px 0;}
#product_tabs_related_tabbed_contents ol { clear: both; }
#product_tabs_related_tabbed_contents li { float:left; margin: 0 1% 15px 0; width: 31%; }
#product_tabs_related_tabbed_contents li:nth-child(1n) { width: 32%; }
#product_tabs_related_tabbed_contents li:nth-child(3n) { margin-right: 0; }
#product_tabs_related_tabbed_contents li:nth-child(3n+1) { clear: left; }
#product_tabs_related_tabbed_contents .product-images { float: left; }
#product_tabs_related_tabbed_contents .product-images a { margin: 0 0 0 5px; }
#product_tabs_related_tabbed_contents .product-details { margin-left: 75px; }
#product_tabs_related_tabbed_contents .price-box { margin: 0; }

.easytabs,
.easytabs-content,
.product-collateral,
.easytabs-content .form-add { zoom: 1; }
.easytabs:after,
.easytabs-content:after,
.product-collateral:after,
.easytabs-content .form-add:after { content: '.'; visibility: hidden; clear: both; display: block; height: 0; font-size: 0; }

@media (max-width: 480px) {
    /*
     * .easytabs-a-tab should be hidden.
     * See the easytabs.js~12: el.getStyle('display') !== 'none'
     */
    .easytabs, .easytabs-a-tab { display: none; }
    .easytabs-a-accordion { display: block; }

    #product_tabs_tags_tabbed_contents .input-box input { width: 200px; }
    #product_tabs_tags_tabbed_contents .input-box { width: 200px; }

    #product_tabs_related_tabbed_contents li { float:none; margin: 0 0 10px; width: auto; }
    #product_tabs_related_tabbed_contents li:nth-child(1n) { width: auto; }
}

.maintitle {
    background: url("http://kapitan.vn.ua/skin/frontend/default/default/images/catalogextensions/greyboxbg.gif") repeat-x scroll center top transparent;
    border-left: 1px solid #DBDBDB;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    color: #3A3A3A;
    float: none;
    font-size: 14px;
    height: 29px;
    padding: 6px 10px 0;
    clear: both;
}

.titlemain {
    color: #3A3A3A;
    float: left;
    font-size: 14px;
    font-weight: bold;
}

.viewall {
    float: right;
}

.viewall a {
    color: #5C5C5C;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}


.products-grid li.item {
    float: left;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    width: 138px;
}

/*.std .category-products ul.products-grid, .std .category-products ol.products-grid {
    width: 634px;
}*/

.std .category-products ul, .std .category-products ol {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/*.maintitle {
    width: 634px;
}*/
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* {
    margin: 0;
    padding: 0;
}

body {
    background: #496778 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_body.gif) 50% 0 repeat-y;
    color: #2f2f2f;
    font-size: 14px;
    text-align: center;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    color: #1e7ec8;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #DC0024 !important;
}

:focus {
    outline: 0;
}

/* Headings */
h1, h2, h3,
h4, h5, h6 {
    margin: 0 0 5px;
    line-height: 1.35;
    color: #333;
    font-family: 'CTC';
    font-weight: 700 !important;
}

h1 {
    font-size: 20px;
    font-weight: normal;
}

h2 {
    font-size: 18px;
    font-weight: normal;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

/* Forms */
form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Table */
table {
    border: 0; /*border-collapse:collapse;*/
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

/* Content */
p {
    margin: 0 0 10px;
}

strong {
    font-weight: 400;
}

address {
    font-style: normal;
    line-height: 1.35;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

small, big {
    font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul, ol {
    list-style: none;
}

/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

/* ======================================================================================= */

/* Layout ================================================================================ */
.page-empty {
    padding: 0;
    margin: 0;
    background: transparent;

}

/* Base Columns */
.col-left {
    float: left;
    width: 195px;
    padding: 0 0 1px;
}

.col-main {
    float: left;
    width: 685px;
    padding: 0 0 1px;
    box-sizing: border-box;
}

.col-right {
    float: right;
    padding: 0 0 1px;
    width: 25%;
}

/* 1 Column Layout */
.col1-layout .col-main {
    float: none;
    width: auto;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float: right;
    width: 75% !important
}

.col2-right-layout .col-main {
    float: left;
    width: 75% !important;
    box-sizing: border-box;
    padding-right: 20px;
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 475px;
    margin-left: 17px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 687px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 48.5%;
}

.col2-set .col-2 {
    float: right;
    width: 48.5%;
}

.col2-set .col-narrow {
    width: 32%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
    vertical-align: middle;
    color: #2f2f2f;
}

input.input-text, select, textarea {
    background: #fff;
    border: 1px solid #b6b6b6;
}

input.input-text, textarea {
    padding: 2px;
}

select {
    padding: 1px;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input[type="checkbox"] {
    background: #f6f6f6;
    border-radius: 3px;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

input.qty {
    width: 2.5em !important;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

button.button span {
    display: block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

button.button span span {
    border: 0;
    padding: 0;
}

button.disabled span {
    border-color: #bbb !important;
    background: #bbb !important;
}

button.btn-checkout span {
    height: 40px;
    border: 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_checkout.gif) 0 0 no-repeat;
    padding: 0 0 0 9px;
    color: #fff;
}

button.btn-checkout span span {
    background-position: 100% 0;
    padding: 0 25px 0 16px;
}

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}

button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus {
    background-color: #edf7fd;
}

/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
    margin: 0 0 8px;
}

.form-list label {
    float: left;
    color: #666;
    font-weight: 400;
    position: relative;
    z-index: 0;
    font-size: 15px;
}

.form-list label.required {
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
}

.form-list .field {
    float: left;
    width: 275px;
}

.form-list input.input-text {
    width: 254px;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 2px solid #EBEA9D;
    border-radius: 5px;
}

.form-list textarea {
    width: 254px;
    height: 10em;
}

.form-list select {
    width: 260px;
}

.form-list li.wide .input-box {
    width: 535px;
}

.form-list li.wide input.input-text {
    width: 529px;
}

.form-list li.wide textarea {
    width: 529px;
}

.form-list li.wide select {
    width: 535px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

.form-list-narrow li {
    margin-bottom: 0;
}

.form-list-narrow li .input-box {
    margin-bottom: 6px;
}

.form-list-narrow li.wide .input-box {
    width: 260px;
}

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
    width: 254px
}

.form-list-narrow li.wide select {
    width: 260px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:400; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set {
    clear: both;
    margin: 4em 0 0;
    padding: 8px 0 0;
    border-top: 1px solid #e4e4e4;
    text-align: right;
}

.buttons-set p.required {
    margin: 0 0 10px;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
}

.buttons-set-order {
    margin: 10px 0 0;
}

.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}

.fieldset {
    border: 2px solid #EBEA9D;
    border-radius: 8px;
    background: #F5F5F5;
    padding: 22px 25px 12px 33px;
    margin: 28px 0;
}

.fieldset .legend {
    border-radius: 4px;
    float: left;
    font-weight: 400 !important;
    font-size: 13px;
    border: 2px solid #EBEA9D;
    background: #EBEA9D;
    color: #669999;
    margin: -33px 0 0 -10px;
    padding: 0 8px;
    position: relative;
}

/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/validation_advice_bg.gif) 2px 0 no-repeat;
    color: #eb340a;
}

.validation-failed {
    border: 1px dashed #eb340a !important;
    background: #faebe7 !important;
}

.validation-passed {
}

p.required {
    font-size: 11px;
    text-align: right;
    color: #EB340A;
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

/* Global Messages  */
.success {
    color: #3d6611;
    font-weight: 400;
}

.error {
    color: #df280a;
    font-weight: 400;
}

.notice {
    color: #e26703;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 5px !important;
}

.messages li {
    margin: 0 0 10px !important;
}

.messages li li {
    margin: 0 0 3px !important;
}

/* BreadCrumbs */
.breadcrumbs {
    font-size: 12px;
    font-family: Arial;
    font-style: italic;
    line-height: 1.25;
    margin: 0 0 14px 42px;
}

.breadcrumbs li {
    display: inline;
    color: #ccc;
    font-size: 14px;
}

.breadcrumbs li strong {
    font-weight: 400;
}

.breadcrumbs li a {
    color: #FF8D41;
}

/* Page Heading */
.page-title {
    width: 100%;
    overflow: hidden;
    margin: 0 0 25px;
}

.page-title h1,
.page-title h2 {
    margin: 0;
    font-size: 24px;
    color: #333;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}

.main, .col-main, .std, .page-title {
    border-bottom: none
}

.title-buttons {
    text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}

.subtitle,
.sub-title {
    clear: both;
    padding: 15px 0 0;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 6px;
    color: #e25203;
}

/* Pager */
.pager {
    font-size: 11px;
    background: #fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_toolbar.gif) 0 100% repeat-x;
    padding: 4px 8px;
    border-top: 1px solid #e2e2e2;
    text-align: center;
}

.pager .amount {
    float: left;
    margin: 0;
}

.pager .limiter {
    float: right;
}

.pager .limiter label {
    vertical-align: middle;
}

.pager .limiter select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

.pager .pages {
    margin: 0 140px;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline;
    margin: 0 2px;
}

.pager .pages .current {
}

/* Sorter */
.sorter {
    font-size: 11px;
    background: #fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_toolbar.gif) 0 100% repeat-x;
    padding: 3px 8px;
    border-top: 1px solid #e2e2e2;
}

.sorter .view-mode {
    float: left;
    margin: 0;
}

.sorter .sort-by {
    float: left;
    background: #eaeb9d;
    padding: 8px;
    border-radius: 6px;
}

.sorter .sort-by label {
    line-height: 24px;
    font-size: 15px;
    color: #669999;
    font-weight: 400;
    padding-right: 5px;
}

.sorter .sort-by select {
    padding: 0;
    font-size: 15px;
    vertical-align: middle;
}

.sorter .sort-by a {
    display: none;
}

.sorter .link-feed {
}

/* Toolbar */
.toolbar {
}

.toolbar .pager {
    padding: 3px 8px;
    border-bottom: 1px solid #fff;
    background: none;
}

.toolbar-bottom {
}

.toolbar .sorter {
    background: none;
    padding: 10px;
}

/* Data Table */
.data-table {
    width: 100%;
}

.data-table .odd {
    background: #f8f7f5
}

.data-table .even {
    background: #eeeded;
}

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {
    border-right: 0;
}

.data-table tr.last th,
.data-table tr.last td {
    border-bottom: 0 !important;
}

.data-table th {
    padding: 9px 8px;
    font-weight: 400;
}

.data-table td {
    padding: 9px 8px;
}

.data-table thead th {
    font-weight: 400;
    padding: 2px 8px;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a,
.data-table thead th a:hover {
    color: #fff;
}

.data-table thead th {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_th.gif) repeat-x 0 100% #d9e5ee;
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tfoot tr.first td {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_tfoot.gif) 0 0 repeat-x;
}

.data-table tfoot tr {
    background-color: #dee5e8 !important;
}

.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
    border-right: 1px solid #d9dde3;
}

.data-table tfoot strong {
    font-size: 16px;
}

.data-table tbody th,
    /* Bundle products tables */
.data-table tbody.odd tr {
    background: #f8f7f5 !important;
}

.data-table tbody.even tr {
    background: #f6f6f6 !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody td .option-label {
    font-weight: 400;
    font-style: italic;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

/* Generic Info Box */
.info-box {
    background: #fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: 400;
    font-size: 13px;
}

.info-table th {
    font-weight: 400;
    padding: 2px 15px 2px 0;
}

.info-table td {
    padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: 400;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}

.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: 400;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: 400;
}

.std i,
.std em {
    font-style: italic;
}

/* Misc */
.links {
    float: right;
    margin-left: 46px;
    position: relative;
}

.links li {
    display: inline;
}

.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.link-cart {
    color: #dc6809 !important;
    font-weight: 400;
}

.link-wishlist {
    color: #dc6809 !important;
    font-weight: 400;
}

.link-reorder {
    font-weight: 400;
    color: #dc6809 !important;
}

.link-compare {
    font-weight: 400;
}

.link-print {
    /*background:url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
    font-weight: 400;
    color: #dc6809;
}

.link-rss {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_previous.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/btn_trash.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_edit.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

/* Global site notices */
.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}

.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px;
}

.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}

/* Cookie Notice */
.notice-cookie {
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */
}

/* Noscript Notice */
.noscript {
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff;
}

.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}

.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}

/* ======================================================================================= */

/* Header ================================================================================ */
.logo {
    float: left;
}

.header-container {
    border-top: 5px solid #0d2131;
    border-bottom: 1px solid #415966;
}

.header .logo {
    float: left;
    margin: 3px 0 10px 12px;
    text-decoration: none !important;
}

.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.header h1.logo {
    margin: 0;
}

.header .welcome-msg {
    margin: 0;
    color: #fff;
    text-align: right;
}

.header .welcome-msg a {
    color: #ebbc58;
}

.header .form-search {
    position: absolute;
    top: 0;
    right: 29px;
    width: 315px;
    height: 30px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_form-search.gif) 0 0 no-repeat;
    padding: 1px 0 0 16px;
}

.header .form-search label {
    float: left;
    width: 24px;
    height: 21px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.header .form-search input.input-text {
    float: left;
    border-color: #5c7989;
    width: 209px;
    margin-right: 4px;
}

.header .form-search button.button {
    float: left;
}

.header .form-search button.button span {
    border: 0;
    height: 21px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_search.gif) 0 0 no-repeat;
    padding: 0 0 0 3px;
}

.header .form-search button.button span span {
    background-position: 100% 0;
    padding: 0 6px 0 3px;
}

.header .form-search .search-autocomplete {
    z-index: 999;
    left: 40px !important;
    top: 22px !important;
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #5c7989;
    background-color: #f9f5f0;
}

.header .form-search .search-autocomplete li {
    text-align: left;
    border-bottom: 1px solid #f4eee7;
    padding: 2px 8px 1px 8px;
    cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: 400;
}

.header .form-search .search-autocomplete li.odd {
    background-color: #fffefb;
}

.header .form-search .search-autocomplete li.selected {
    background-color: #f7e8dd;
}

.header .form-language {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.header .form-language label {
    font-weight: 400;
    padding-right: 5px;
    color: #a7c6dd;
    vertical-align: middle;
}

.header .form-language select {
    padding: 0;
}

.header .form-language select.flags option {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.header .links {
    float: right;
    margin: 0 0 6px;
}

.header .links li {
    float: left;
    font-size: 11px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_pipe1.gif) 100% 60% no-repeat;
    padding: 0 8px 0 7px;
}

.header .links a {
    color: #ebbc58;
}

.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}

.header-container .top-container a {
    font-size: 11px;
    color: #ebbc58;
}

/********** < Navigation */
#nav {
    width: 918px;
    margin: 0 auto;
    padding: 0 16px;
    font-size: 13px;
}

/* All Levels */
/* Style consistent throughout all nav levels */
#nav li {
    position: relative;
    text-align: left;
}

#nav a,
#nav a:hover {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}

#nav span {
    display: block;
    cursor: pointer;
    font-weight: 700;
    font-size: 23px;
}

#nav li ul span {
    white-space: normal;
}

#nav ul li.parent a {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_nav2.gif) 100% 100% no-repeat;
}

#nav ul li.parent li a {
    background-image: none;
}

/* 0 Level */
#nav li {
    float: left;
}

#nav li.active a {
    color: #d96708;
}

#nav a {
    float: left;
    padding: 5px 12px 6px 8px;
    color: #a7c6dd;
    font-weight: 400;
}

/* 1st Level */
#nav ul li,
#nav ul li.active {
    float: none;
    margin: 0;
    padding-bottom: 1px;
    background: #ecf3f6 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_nav1.gif) 0 100% repeat-x;
}

#nav ul li.last {
    background: #ecf3f6;
    padding-bottom: 0;
}

#nav ul a,
#nav ul a:hover {
    float: none;
    padding: 0;
    background: none;
}

#nav ul li a {
    font-weight: normal !important;
}

/* 2nd Level */
#nav ul,
#nav div {
    position: absolute;
    width: 15em;
    top: 27px;
    left: -10000px;
    border: 1px solid #899ba5;
}

#nav div ul {
    position: static;
    width: auto;
    border: none;
}

/* 3rd+ Level */
#nav ul ul,
#nav ul div {
    top: 5px;
}

#nav ul li a {
    background: #ecf3f6;
}

#nav ul li a:hover {
    background: #d5e4eb;
}

#nav ul li a,
#nav ul li a:hover {
    color: #2f2f2f !important;
}

#nav ul span,
#nav ul li.last li span {
    padding: 3px 15px 4px 15px;
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
    left: 0;
    z-index: 999;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 100px;
}

/********** Navigation > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block {
    border: 1px solid #c4c1bc;
    margin: 0 0 15px;
}

.block .block-title {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x;
    border-bottom: 1px solid #ddd;
    padding: 2px 9px;
}

.block .block-title strong {
    display: block;
    min-height: 16px;
    padding: 1px 0 1px;
    text-transform: uppercase;
    color: #e26703;
}

.block .block-title strong span {
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    margin: 0;
    padding: 5px 9px;
    font-size: 1em;
    font-weight: 400;
    color: #0a263c;
}

.block .block-content {
    background: #f8f7f5;
}

.block .block-content li.item {
    padding: 7px 9px;
}

.block .block-content .product-name {
    color: #1e7ec8;
}

.block .btn-remove,
.block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}

.block .actions {
    background: #dee5e8 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-actions.gif) 0 0 repeat-x;
    padding: 6px 9px;
    text-align: right;
}

.block .actions a {
    float: left;
}

.block .actions button.button {
    float: right;
}

.block .empty {
    margin: 0;
    padding: 5px 9px;
}

.block li.odd {
    background-color: #f4f3f3;
}

.block li.even {
    background-color: #fafafa;
}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
    font-size: 11px;
    line-height: 1.25;
}

.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
}

/* Mini Products List */
.mini-products-list .product-image {
    float: left;
    width: 50px;
    border: 1px solid #a9a9a9;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

/* Block: Account */
.block-account {
    border-color: #bbb;
}

.block-account .block-title {
    background: #fc9d36 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-title-account.gif) 0 100% repeat-x;
    border: 0;
    padding: 3px 10px;
}

.block-account .block-title strong {
    font-size: 13px;
    color: #fff;
}

.block-account .block-content {
    background: #fbfaf6;
    padding: 7px 10px 7px;
}

.block-account .block-content li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
    color: #5f5d5c;
    text-decoration: none !important;
}

.block-account .block-content li a:hover {
    color: #ea7900;
}

.block-account .block-content li.last a {
    border-bottom: 0;
}

.block-account .block-content li.current {
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
    color: #ea7900;
}

.block-account .block-content li.current.last {
    border-bottom: 0;
}

/* Block: Currency Switcher */
.block-currency {
    border: 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-currency.gif) 0 0 no-repeat;
    padding: 7px 12px 10px;
    height: 51px;
}

.block-currency .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-currency .block-title strong {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-currency.gif) 0 50% no-repeat;
    padding: 0 0 0 21px;
    text-transform: none;
    color: #fff;
}

.block-currency .block-content {
    background: none;
    padding: 0;
}

.block-currency .block-content select {
    width: 100%;
    padding: 0;
}

/* Block: Layered Navigation */
.block-layered-nav {
    border: 0;
}

.block-layered-nav .block-title {
    border: 0;
    padding: 0;
    height: 24px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-layered-title.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.block-layered-nav .block-subtitle {
    line-height: 1.35;
    background: #d5e8ff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-layered1.gif) 0 50% repeat;
    padding: 3px 9px;
    border: 1px solid #b9ccdd;
    border-width: 1px 0;
    text-transform: uppercase;
    color: #1f5070;
}

.block-layered-nav .block-content {
    border: 1px solid #a0b3c3;
    background: #e7f1f4;
}

.block-layered-nav dd {
    padding: 0 12px 12px;
}

.block-layered-nav dd.last {
    background: none;
}

.block-layered-nav .currently li {
    background: #fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-layered-li.gif) 0 100% repeat-x;
    padding: 6px 24px 6px 10px;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}

.block-layered-nav .currently .label {
    font-weight: 400;
    padding-left: 15px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-layered-label.gif) 0 4px no-repeat;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}

.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top;
}

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 4px;
    top: 9px;
    margin: 0;
}

.block-layered-nav .currently .btn-previous {
    right: 17px;
}

.block-layered-nav .actions {
    font-size: 11px;
    padding: 4px 5px 4px 9px;
    background: #cad6e4;
    border: 1px solid #dee5e8;
    border-width: 1px 0;
    text-align: right;
}

.block-layered-nav .actions a {
    float: none;
}

/* Block: Cart */
.block-cart .block-title {
    /*border-bottom:0;*/
}

.block-cart .block-title strong {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-cart.gif);
}

.block-cart .summary {
    background: #fff;
    padding: 2px 8px 8px;
    margin: -1px 0 0;
    position: relative;
    z-index: 1;
}

.block-cart .amount {
    margin: 0;
}

.block-cart .amount a {
    font-weight: 400;
}

.block-cart .subtotal {
    margin: 5px 0 0;
    padding: 2px 0;
    background: #fbebd9;
    text-align: center;
}

.block-cart .subtotal .price {
    font-weight: 400;
}

.block-cart .actions {
    border-bottom: 1px solid #c2c2c2;
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}

/* Block: Wishlist */
.block-wishlist .block-title strong {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-wishlist.gif);
}

.block-wishlist .actions {
    text-align: right;
}

.block-wishlist .actions a {
    float: none;
}

/* Block: Related */
.block-related .block-title strong {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-related.gif);
    background-position: 0 1px;
}

.block-related input.checkbox {
    float: left;
}

.block-related .product {
    margin-left: 20px;
}

/* Block: Compare Products */
.block-compare .block-title strong {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-list.gif);
    background-position: 0 1px;
}

.block-compare button.button span {
    border-color: #406a83;
    background: #618499;
}

.page-popup .link-print {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: 400;
    color: #1e7ec8;
}

.compare-table {
    border: 0;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
    border: 0;
    background: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.compare-table .btn-remove {
    float: right;
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_remove2.gif);
    width: 72px;
    height: 15px;
}

.compare-table tbody th {
    background: #d9e5ee url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_th-v.gif) 100% 0 repeat-y;
}

.compare-table tbody th,
.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
    border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center;
}

.compare-table tr.first td {
    text-align: center;
}

.compare-table tr.first td .product-name {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px;
    color: #203548;
}

.compare-table tr.first td .product-name a {
    color: #203548;
}

.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto;
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
    margin: 0;
}

/* Block: Recently Viewed */
.block-viewed .block-title strong {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-viewed.gif);
}

/* Block: Recently Compared */
.block-compared .block-title strong {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-list.gif);
    background-position: 0 1px;
}

/* Block: Poll */
.block-poll .block-title strong {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-poll.gif);
}

.block-poll .block-subtitle {
    font-size: 12px;
}

.block-poll label {
    color: #777;
    font-weight: 400;
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll button.button span {
    border-color: #406a83;
    background: #618499;
}

.block-poll .answer {
    font-weight: 400;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

/* Block: Orders and Returns */
.block-gr-search li {
    padding: 3px 9px;
}

.block-gr-search button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Block: Tags */
.block-tags .block-title strong {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-tags.gif);
}

.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
}

.block-tags .block-content a {
    color: #1b2d3b;
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}

/* Block: Subscribe */
.block-subscribe .block-content {
    padding: 5px 10px;
}

.block-subscribe .block-title strong {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-subscribe.gif);
}

.block-subscribe label {
    font-weight: 400;
    color: #666;
}

.block-subscribe input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-subscribe .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
    text-align: left;
}

.block-subscribe .actions button.button {
    float: none;
}

.block-subscribe .actions button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Block: Reorder */
.block-reorder .block-title strong {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_block-list.gif);
}

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}

/* Block: Banner */
.block-banner {
    border: 0;
}

.block-banner .block-content {
    padding: 0;
    text-align: center;
}

/* Block: Login */
.block-login .block-title strong {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_ma-info.gif);
}

.block-login .block-content {
    padding: 5px 10px;
}

.block-login label {
    font-weight: 400;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-login .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
}

.block-login .actions button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Block: Sidebar news */
.sidebar .block.news-categories {
    display: none;
}

/* Paypal */
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

/* ======================================================================================= */

/* Category Page ========================================================================= */
.category-title {
    border: 0;
    margin: 0 0 7px;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}

.category-image img {
}

.category-description {
    margin: 0 0 10px;
}

.category-products {
}

/* View Type: Grid */
.products-grid {
    border-bottom: 1px solid #d9ddd3;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_grid.gif) 0 0 repeat;
    position: relative;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid li.item {
    float: left;
}

.products-grid .product-image {
    display: block;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
    overflow: hidden;
}

.products-grid .product-name {
    /*min-height:2.7em;*/
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 13px;
    color: #203548;
}

.products-grid .product-name a {
    color: #203548;
}

.products-grid .price-box {
    margin: 5px 0;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
    position: absolute;
}

.products-grid li.item .add-to-links:before, .products-grid li.item .add-to-links:after {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
}

.products-grid li.item .add-to-links > li {
    width: 33.3%;
    margin: 0px !important;
    padding: 0px !important;
    float: left;
    text-align: center;
}



.products-grid li.item .add-to-links > li:first-of-type {
    text-align: left;
}

.products-grid li.item .add-to-links > li:last-of-type {
    text-align: right;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    width: 632px;
    margin: 0 auto;
}

.col1-layout .products-grid {
    width: 790px;
    margin: 0 auto;
}

/* View Type: List */
.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 10px;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 13px;
    color: #203548;
}

.products-list .product-name a {
    color: #203548;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

/* ======================================================================================= */

/* Product View ========================================================================== */
/* Rating */
.no-rating {
    margin: 0;
}

.ratings {
    font-size: 13px;
    line-height: 1;
    margin: 7px 0 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {
}

.ratings dd {
}

.rating-box {
    width: 69px;
    height: 14px;
    font-size: 0;
    line-height: 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/images/ratings-min.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 14px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/images/ratings-min.png) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
    margin: 5px 0 0 0;
}

.ratings .amount {
}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: 400;
    padding-right: 8px;
}

/* Availability */
.availability {
    margin: 0;
}

.availability span {
    font-weight: 400;
}

.availability.in-stock span {
}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}

.availability-only span,
.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}

.availability-only a {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
    color: #be2c00;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: 400;
}

.product-view .product-shop .availability {
    font-size: 11px;
}

.product-view .product-shop .availability span {
    font-weight: normal;
}

/* Email to a Friend */
.email-friend {
    margin: 0;
}

/* Alerts */
.alert-price {
    margin: 0;
    font-size: 11px;
}

.alert-stock {
    margin: 0;
    font-size: 11px;
}

/********** < Product Prices */
.price {
    white-space: nowrap !important;
}

.price-box {
    margin: 5px 0;
}

.price-box .price {
    font-weight: 400;
    color: #c76200;
}

/* Regular price */
.regular-price {
    color: #c76200;
}

.regular-price .price {
    font-weight: 400;
    font-size: 13px;
    color: #c76200;
}

.block .regular-price,
.block .regular-price .price {
    color: #2f2f2f;
}

/* Old price */
.old-price {
    margin: 0;
}

.old-price .price-label {
    display: none;
    white-space: nowrap;
    color: #999;
}

.old-price .price {
    font-weight: 400;
    color: #1a1a1a;
    text-decoration: line-through;
    font-size: 20px;
}

/* Special price */
.special-price {
    margin: 0;
    padding: 0;
}

.special-price .price-label {
    display: none;
}

/* <--- font-size:13px; font-weight:400; white-space:nowrap; color:#cd5033; */
.special-price .price {
    font-size: 13px;
    font-weight: 400;
    color: #c76200;
}

/* Minimal price (as low as) */
.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: 400;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
    color: #1e7ec8;
}

.minimal-price-link .price {
    font-weight: normal;
    color: #1e7ec8;
}

/* Excluding tax */
.price-excluding-tax {
    display: block;
    color: #999;
}

.price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-excluding-tax .price {
    font-size: 13px;
    font-weight: normal;
    color: #c76200;
}

/* Including tax */
.price-including-tax {
    display: block;
    color: #999;
}

.price-including-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-including-tax .price {
    font-size: 13px;
    font-weight: 400;
    color: #c76200;
}

/* Configured price */
.configured-price {
    margin: 0;
}

.configured-price .price-label {
    font-weight: 400;
    white-space: nowrap;
}

.configured-price .price {
    font-weight: 400;
}

/* FPT */
.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: 400;
}

/* Price range */
.price-from {
    margin: 0;
}

.price-from .price-label {
    font-weight: 400;
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    font-weight: 400;
    white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
    padding-left: 10px;
    color: #999;
}

.price-notice .price {
    font-weight: 400;
    color: #2f2f2f;
}

/* Price as configured */
.price-as-configured {
    margin: 0;
}

.price-as-configured .price-label {
    font-weight: 400;
    white-space: nowrap;
}

.price-box-bundle {
    padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}

.price-box-bundle .price {
    color: #555;
}

/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices {
    margin: 10px 0;
    padding: 10px;
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
    color: #424242;
}

.tier-prices li {
    line-height: 1.4;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_tier.gif) no-repeat 0 3px;
    padding: 2px 0 2px 10px;
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: 400;
    color: #2f2f2f;
}

.tier-prices .price {
    font-weight: 400;
    color: #2f2f2f;
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703;
}

.tier-prices-grouped li .price {
    font-weight: 400;
}

/* Add to Links */
.add-to-links {
    font-size: 11px;
    margin: 20px 0 0;
}

.add-to-links .separator {
    display: none;
}

/* Add to Cart */
.add-to-cart label {
    float: left;
    margin-right: 5px;
    font-weight: 400;
    color: #666;
}

.add-to-cart .qty {
    float: left;
    margin-right: 5px;
}

.add-to-cart button.button {
    float: left;
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
    margin: 10px 0;
}

.add-to-box .add-to-cart {
    float: left;
    position: relative;
}

.add-to-box .or {
    float: left;
    font-weight: 400;
    margin: 0 7px;
    color: #666;
}

.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.add-to-box .add-to-links li {
    display: block !important;
}

.add-to-box .add-to-links li .separator {
    display: none !important;
}

.product-view {
    border: 1px solid #c4c6c8;
}

.product-essential {
    padding: 25px;
    background: #fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_product-view.gif) 100% 0 no-repeat;
}

.product-essential h2 {
}

.product-collateral {
    background: #faf7ee url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_product_collateral.gif) 0 0 repeat-x;
    padding: 25px;
}

.product-collateral h2 {
    font-weight: 400;
    font-size: 15px;
    color: #e26703;
    border-bottom: 1px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px;
}

.product-collateral .box-collateral {
    margin: 0 0 25px;
}

/* Product Images */
.product-view .product-img-box {
    float: left;
    width: 267px;
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
    margin: 0 0 13px;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 265px;
    height: 265px;
    overflow: hidden;
    z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*IE8*/
    opacity: .3;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-view .product-img-box .more-views h2 {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.product-view .product-img-box .more-views ul {
    margin-left: -9px
}

.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 0 8px 9px;
}

.product-view .product-img-box .more-views li a {
    float: left;
    width: 56px;
    height: 56px;
    border: 2px solid #ddd;
    overflow: hidden;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    font-weight: 400;
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-image-popup .image-label {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #2f2f2f;
}

/* Product Shop */
.product-view .product-shop {
    float: right;
    width: 330px;
}

.col1-layout .product-view .product-shop {
    float: right;
    width: 545px;
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-shop .product-name {
    margin: 0 0 5px;
}

.product-view .product-shop .product-name h1 {
    margin: 0;
    font: 700 15px/1.35 'CTC';
}

.product-view .product-shop .availability {
    margin: 10px 0;
}

.product-view .product-shop .short-description {
    margin: 10px 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_divider1.gif) 0 0 repeat-x;
    padding: 10px 0 0;
}

.product-view .product-shop .price-box {
    margin: 10px 0;
}

.product-view .product-shop .add-to-links {
    display: block;
    float: right;
    margin: 0;
    font-size: 12px;
    text-align: right;
}

.product-view .product-shop .add-to-links li, .product-view .product-shop .add-to-links li .separator {
    display: inline;
}

.product-view .product-shop .add-to-links a {
    color: #1E7EC8 !important;
    font-weight: normal !important;
}

/* Product Options */
.product-options {
    margin: 20px 0 0;
    padding: 10px 15px 20px;
    position: relative;
    background-color: #f6f6f6;
    border: 1px solid #e4e4e4;
}

.product-options dt {
    padding: 10px 0 0;
    font-weight: normal;
}

.product-options dt label {
    font-weight: 400;
    color: #2f2f2f;
}

.product-options dt label.required em {
    color: #eb340a;
    margin-left: 5px;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}

.product-options dd {
    padding: 5px 10px 15px;
    margin: 0 0 5px;
    border-bottom: 1px solid #e4e4e4;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.product-options dd input.input-text {
    width: 98%;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 99%;
}

.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}

.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-options-bottom {
    background-color: #fffada;
    padding: 15px 20px;
    border: 1px solid #e4e4e4;
    border-top: 0;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #e26703;
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #e26703;
}

.product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0;
}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px;
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}

.product-options-bottom .price-tax {
    float: left;
}

.product-options-bottom .add-to-cart {
    float: right;
}

.product-shop .product-options-bottom {
    margin: 0 0 10px;
}

.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px;
}

.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
    float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}

.product-shop .product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}

/* Block: Description */
.product-view .box-description {
}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    line-height: 1.25;
}

/* Block: Upsell */
.product-view .box-up-sell h2 {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 8px;
}

.product-view .box-up-sell .products-grid {
    width: 100%;
    border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid td {
    width: 25%;
    background: #f6f2e7;
    border-right: 1px solid #e5dcc3;
    border-bottom: 1px solid #e5dcc3;
    padding: 15px 10px 12px;
    line-height: 1.6em;
}

.product-view .box-up-sell .products-grid tr.last td {
    border-bottom: 0;
}

.product-view .box-up-sell .products-grid td.last {
    border-right: 0;
}

.product-view .box-up-sell .products-grid td img {
    border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid .product-image {
    text-align: center;
}

.product-view .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

/* Block: Tags */
.product-view .box-tags {
    margin: 0;
}

.product-view .box-tags h3 {
    font-size: 13px;
}

.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
    display: inline;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_pipe3.gif) 100% 4px no-repeat;
    padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
    background: none;
    padding-right: 0;
}

.product-view .box-tags .form-add label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px;
    color: #0a263c;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_tag_add.gif) 0 2px no-repeat;
    padding: 0 0 0 23px;
}

.product-view .box-tags .form-add input.input-text {
    width: 299px;
}

.product-view .box-tags .form-add button.button span {
    border-color: #406a83;
    background: #618499;
}

.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0 23px;
    font-size: 11px;
}

/* Block: Reviews */
.product-view .box-reviews dl {
    margin: 15px 0;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: 400;
}

.product-view .box-reviews dd {
    margin: 0 0 15px;
}

.product-view .box-reviews dd small {
    font-style: italic;
}

.product-view .box-reviews .form-add {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
    font-weight: 400;
}

.product-view .box-reviews .form-add h4 {
    font-size: 12px;
}

.product-view .box-reviews .form-add .data-table td {
    text-align: center;
}

.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {
    width: 360px;
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
    width: 354px;
}

/* Send a Friend */
.send-friend .form-list {
    width: 615px;
    overflow: hidden;
}

.send-friend .form-list li {
    margin-right: -15px;
}

.send-friend .form-list li p {
    margin: 0 15px 0 0;
}

.send-friend .form-list .field {
    width: 315px;
}

.send-friend .form-list .input-box {
    width: 300px;
}

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
    width: 294px;
}

.send-friend .form-list li.wide .input-box {
    width: 612px;
}

.send-friend .form-list li.wide textarea {
    width: 609px;
}

.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 21px;
}

/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}

.product-name a {
    color: #1e7ec8;
}

/* Product Tags */
.tags-list {
    display: block;
    font-size: 13px;
    border: 1px solid #c1c4bc;
    background: #f8f7f5;
    padding: 10px;
}

.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}

.tags-list li a {
    color: #1b2d3b;
}

/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    float: left;
    clear: none;
}

.advanced-search-amount {
    margin: 0 0 10px;
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px;
}

.advanced-search-summary ul {
    float: left;
    width: 49%;
}

.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
    clear: both;
    font-weight: 400;
    margin: 0;
}

/* CMS Home Page */
.cms-home .subtitle {
}

.cms-index-index .subtitle {
}

.cms-home .col-main {
    width: 100% !important;
    padding: 0 !important;

}

/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
    color: #1b2d3b;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: 400;
}

.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8;
}

/* RSS */
.rss-title h1 {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}

/* ======================================================================================= */

/* Shopping Cart ========================================================================= */
.cart .page-title {
    border-bottom: 0;
    margin: 0 0 12px;
}

.cart .page-title h1 {
    margin: 10px 0 0;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}

/* Shopping Cart Table */
.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 10px;
}

.cart-table tr td:nth-child(2) {
    vertical-align: middle;
}

.cart-table .product-name {
    font-weight: 400;
    margin: 0 0 5px;
    color: #2f2f2f;
    max-width: 250px;
	font-size: 16px;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: 400;
    color: #df280a;
    max-width: 250px;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {
    border-color: #406a83;
    background: #618499;
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
}

.cart-table .btn-update {
    margin-left: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 0;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 605px;
}

.cart .cart-collaterals .col2-set .col-2 {
    width: 294px;
}

.cart .crosssell {
    border: 1px solid #cec3b6;
    background: #fafaec;
    padding: 12px 15px;
}

.cart .crosssell h2 {
    font-size: 13px;
    font-weight: 400;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #d0cdc9;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

.cart .crosssell .product-name {
    font-weight: 400;
}

.cart .crosssell li.item {
    margin: 12px 0;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
    border: 1px solid #d0cbc1;
    background: #fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x;
    padding: 12px 15px;
    margin: 0 0 18px;
}

.cart .discount h2,
.cart .shipping h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0 0 0 21px;
    color: #e26703;
    text-transform: uppercase;
}

.cart .discount button span,
.cart .shipping button span {
    border-color: #406a83;
    background: #618499;
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}

.cart .discount h2 {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_discount.gif);
}

.cart .discount .input-box {
    margin: 8px 0 0;
    width: 260px;
}

.cart .discount input.input-text {
    width: 254px;
}

.cart .shipping h2 {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_shipping.gif);
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_divider1.gif) 0 0 repeat-x;
}

/* Shopping Cart Totals */
.cart .totals {
    float: right;
    width: 268px;
    background: #dee5e8;
    border: 1px solid #bebcb7;
}

.cart .totals table {
    width: 100%;
    margin: 7px 0;
}

.cart .totals td {
    padding: 1px 15px 1px 7px;
}

.cart .totals tr.last td {
}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 15px;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 8px 15px 15px;
    text-align: right;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}

/* Options Tool Tip */
.item-options dt {
    font-weight: 400;
    font-style: italic;
}

.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: 400;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

/* ======================================================================================= */

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: 400;
    font-size: 18px;
}

.sp-methods dd {
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label {
    font-weight: 400;
    color: #666;
}

.sp-methods .price {
    font-weight: 400;
    display: none;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods select.month {
    width: 154px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3em !important;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
    font-size: 12px;
    font-weight: 400;
    color: #e87403;
}

.gift-messages p.control {
    color: #8e8d8b;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form h4 {
    font-size: 12px;
    font-weight: 400;
    color: #e87403;
}

.gift-messages-form .whole-order {
    margin: 0 0 25px;
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: 400;
    text-align: center;
    color: #8a8987;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
    width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px;
}

.gift-message-link {
    font-size: 11px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}

.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}

.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 30px 0;
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}

.checkout-agreements .agree label {
    font-weight: 400;
    color: #666;
}

.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px;
}

.opc .checkout-agreements li {
    margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}

.opc .checkout-agreements .agree {
    padding-left: 6px;
}

/* Centinel */
.centinel {
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
    background: #fbfaf6 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.info-set h2 {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px;
}

.info-set h3,
.info-set h4 {
    font-size: 13px;
    font-weight: 400;
    color: #E26703;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal;
}

.info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.info-set .box {
    margin: 0 0 15px;
}

.info-set .box h2 {
    color: #e26703;
}

.info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: 400 !important;
    color: #1e7ec8 !important;
}

.info-set .data-table .product-name a {
    font-weight: 400 !important;
}

.info-set .data-table .item-options {
    margin: 5px 0 0;
}

/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
}

.block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-progress .block-title strong {
    font-size: 13px;
    color: #0a263c;
}

.block-progress .block-content {
    background: none;
}

.block-progress dt {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    background: #eee;
    border: 1px solid #a3aeb3;
    margin: 0 0 6px;
    padding: 2px 8px;
    color: #999;
}

.block-progress dd {
    background: #eee;
    border: 1px solid #a3aeb3;
    border-top: 0;
    padding: 8px 13px;
    margin: 0 0 6px;
}

.block-progress dt.complete {
    margin: 0;
    background: #F5F5F5;
    color: #5e8ab4;
}

.block-progress dd.complete {
}

.block-progress p {
    margin: 0;
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}

.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.block-progress .cards-list .info-table th {
    font-weight: normal;
}

#checkout-progress-wrapper {
    margin-top: 35px;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
    display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
    display: none;
}

.opc-block-progress dd address {
    color: #555;
    font-weight: bold;
}

.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}

.opc .buttons-set .back-link small {
    display: none;
}

.opc .buttons-set .back-link a {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_arrow-top.gif) 0 50% no-repeat;
    padding-left: 16px;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc {
    position: relative;
}

.opc li.section {
}

.opc .step-title {
    border-width: 0 1px;
    border-style: solid;
    border-color: #fff #d9dde3 #d9dde3;
    background: #eee url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_opc-title-off.gif) 0 100% repeat-x;
    padding: 4px 8px 6px;
    text-align: right;
}

.opc .step-title .number {
    float: left;
    background: #fff;
    border: 1px solid #fff;
    padding: 0 4px;
    margin: 0 5px 0 0;
    color: #999;
}

.opc .step-title h2 {
    float: left;
    margin: 0;
    color: #999;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.opc .allow .step-title {
    background: #d0dce1;
    border: 1px solid #a3aeb3;
    border-bottom: 0;
    color: #a4b3b9;
    cursor: pointer;
}

.opc .allow .step-title .number {
    background: #dbe6eb;
    border-color: #dbe6eb;
    color: #a4b3b9;
}

.opc .allow .step-title h2 {
    color: #a4b3b9;
}

/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {
    background: #f9f3e3;
    border: 1px solid #bbafa0;
    padding-bottom: 5px;
    color: #f18200;
    cursor: default;
}

.opc .active .step-title .number {
    background: #f18200;
    border-color: #f19900;
    color: #fff;
}

.opc .active .step-title h2 {
    color: #f18200;
}

/*.opc .active .step-title a { display:none; }*/

.opc .step {
    border: 1px solid #bbafa0;
    border-top: 0;
    background: #fbfaf6 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x;
    padding: 15px 30px;
    position: relative;
}

.opc .step .tool-tip {
    right: 30px;
}

#opc-login .buttons-set {
    border-top: 0;
}

#opc-login h3 {
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2px;
    text-transform: uppercase;
}

#opc-login h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #2f2f2f;
    font-family: 'Kalypsa';
}

#opc-shipping_method .buttons-set {
    border-top: 0;
}

.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f6f1eb;
    border: 1px solid #e9e4de;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto;
}

#checkoutSteps p {
    font-size: 15px;
}

#opc-review .step {
    border: 0;
    padding: 0;
}

#opc-review .product-name {
    font-weight: 400;
    color: #0a263c;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    padding: 20px 30px;
    border: 1px solid #d9dde3;
    border-width: 0 1px 1px;
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 40px;
}

#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px;
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}

#opc-review .warning-message {
    color: #222;
    font-weight: 400;
    text-align: center;
    padding: 10px 10px 0;
}

/* Multiple Addresses Checkout */
.checkout-progress {
    padding: 0 90px;
    margin: 0 0 20px;
}

.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    border-top: 10px solid #999;
    padding: 2px 0 0;
    font-weight: 400;
    text-align: center;
    color: #abb5ba;
}

.checkout-progress li.active {
    border-top-color: #e96200;
    color: #e96200;
}

.multiple-checkout h2 {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 13px;
    font-weight: 400;
    color: #E26703;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: normal;
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: 400 !important;
    color: #1e7ec8 !important;
}

.multiple-checkout .data-table .product-name a {
    font-weight: 400 !important;
}

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    background: #fbfaf6 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.multiple-checkout .box {
    margin: 0 0 15px;
}

.multiple-checkout .box h2 {
    color: #e26703;
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_grand-total.gif) 0 0 no-repeat;
    overflow: hidden;
}

#opc-billing .form-list ul li:nth-child(5) .field:first-child { /*NB*/
    /*display: none;*/
}

.multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 57px;
    padding: 14px 21px 0 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_grand-total.gif) 100% 0 no-repeat;
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}

.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
    color: #E26703;
}

.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px;
}

/* Step 1 */
.multiple-checkout .title-buttons button.button span {
    border-color: #406a83;
    background: #618499;
}

#multiship-addresses-table td {
    padding: 10px;
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}

#multiship-addresses-table tfoot button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #d9d2be;
    background: #f9f3e3;
    padding: 13px;
    position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login .content {
    min-height: 345px;
    padding: 14px 21px;
    background: #faf7ee url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_login-box.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    border-bottom: 0;
}

.account-login .content h2 {
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 14px;
    padding: 0 0 5px 23px;
    border-bottom: 1px solid #ddd;
    background-position: 0 1px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #e76200;
}

.account-login .new-users h2 {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_page1.gif)
}

.account-login .registered-users h2 {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_page2.gif);
}

.account-login .buttons-set {
    border: 1px solid #bbb6a5;
    border-top: 0;
    margin: 0;
    padding: 8px 13px;
    background: #dee5e8 url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_buttons-set1.gif) 0 0 repeat-x;
}

.account-create {
}

/* Captcha ================================================================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }
    0% {
        -moz-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    0% {
        transform: rotate(-360deg);
    }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}

.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
    margin: 0;
}

.dashboard .col2-set {
    margin: 0 0 15px;
}

/* General Box */
.box-account {
    border: 1px solid #FF8D41;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom: 0;
    padding: 15px;
    margin: 0 0 20px;
}

.box-account .box-head {
    border-bottom: 1px solid #d9dde3;
    margin: 0 0 10px;
    text-align: right;
}

.box-account .box-head h2 {
    float: left;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
    color: #e65505;
}

.dashboard .box .box-title {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_folder-table.gif);
}

/* Block: Account Information */
.dashboard .box-info .box-head h2 {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_ma-info.gif);
}

.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_ma-reviews.gif);
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin: 0;
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head h2 {
    background-image: url(http://kapitan.vn.ua/skin/frontend/default/default/images/i_ma-tags.gif);
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}

/********** Dashboard > */

/* Address Book */
.addresses-list h2 {
    font-weight: 400;
    font-size: 13px;
    color: #e26703;
    text-transform: uppercase;
}

.addresses-list h3 {
    font-weight: 400;
    font-size: 13px;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

.addresses-list a {
    font-weight: 400;
}

.addresses-list .link-remove {
    color: #646464;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    background: #fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_account_box.gif) 0 0 repeat-x;
    border: 1px solid #ccc;
    padding: 10px 13px;
    margin: 0 0 10px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

.addresses-list li.empty p {
    font-weight: 400;
}

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}

/* Order View */
.order-info {
    background: #dee5e8;
    border: 1px solid #d0cbc1;
    padding: 4px 8px;
    margin: 0 0 8px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info .current {
    font-weight: 400;
}

.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
    background: #fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.order-info-box h2 {
    font-weight: 400;
    font-size: 13px;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: 400;
    padding-right: 7px;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-items h2,
.order-items h3 {
    clear: none;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    color: #0a263c;
}

.order-items .product-name {
    font-size: 1em !important;
    font-weight: 400 !important;
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: 400;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: 400;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: 400;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 16px;
    font-weight: 400;
}

.page-print h2,
.page-print h3 {
    font-size: 13px;
    font-weight: 400;
}

.page-print h2.h2 {
    font-size: 16px;
    font-weight: 400;
}

.page-print .order-date {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* My Wishlist */
.my-wishlist .data-table td {
    padding: 10px;
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
}

.my-wishlist .buttons-set {
    margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
    float: none;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {
    border-color: #406a83;
    background: #618499;
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td {
    padding: 10px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
    padding: 10px;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
}

.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: 400;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0;
}

.billing-agreements .form-list li select {
    float: left;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

.billing-agreements .table-caption {
    font-weight: 400;
    font-size: 13px;
}

/* ======================================================================================= */

/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: 400;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff;
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    background: url(http://kapitan.vn.ua/skin/frontend/default/default/images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}

/* ======================================================================================= */

/* Footer ================================================================================ */
.footer {
    width: 1084px;
    margin: 0 auto;
    padding: 10px 10px 50px;
}

/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout {
    margin-bottom: 12px;
}

.home-callout img {
    display: block
}

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em;
}

.best-selling table {
    border-top: 1px solid #ccc;
}

.best-selling tr.odd {
    background: #eee url(http://kapitan.vn.ua/skin/frontend/default/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
    background: #fff url(http://kapitan.vn.ua/skin/frontend/default/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}

.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}

.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #203548;
}

/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* ======================================================================================= */

.guest-select {
    width: 305px !important;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget {
    display: inline;
}

.widget .widget-title {
    clear: both;
    padding: 15px 0 0;
    margin: 0 0 7px;
}

.widget .widget-title h2 {
    font-size: 15px;
    font-weight: 400;
    color: #e25203;
}

.widget .mini-products-images-list .product-image {
    display: block;
    width: 76px;
    height: 76px;
    border: 1px solid #a9a9a9;
    margin: 0 auto;
}

.widget .mini-products-images-list li.item {
    float: left;
    width: 77px;
    height: 77px;
}

/* Widget: Catalog New Proructs List */
.widget-new-products {
    display: block;
}

.col-main .widget-new-products {
    margin: 7px 0;
}

.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image {
    width: 85px;
    height: 85px;
}

.widget-new-products .products-list .product-shop {
    margin-left: 100px;
}

.sidebar .widget-new-products .block {
    font-size: 11px;
    line-height: 1.25;
}

.sidebar .widget-new-products .block-title strong {
    background: url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat;
    padding-left: 21px;
    color: #dc5033;
}

/* Widget: Recently Viewed Proructs */
.widget-viewed {
    display: block;
}

.col-main .widget-viewed {
    margin: 7px 0;
}

.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image {
    width: 85px;
    height: 85px;
}

.widget-viewed .products-list .product-shop {
    margin-left: 100px;
}

.sidebar .widget-viewed .block {
    font-size: 11px;
    line-height: 1.25;
}

.sidebar .widget-viewed .block-title strong {
    background: url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat;
    padding-left: 21px;
}

/* Widget: Recently Compared Proructs */
.widget-compared {
    display: block;
}

.col-main .widget-compared {
    margin: 7px 0;
}

.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image {
    width: 85px;
    height: 85px;
}

.widget-compared .products-list .product-shop {
    margin-left: 100px;
}

.sidebar .widget-compared .block {
    font-size: 11px;
    line-height: 1.25;
}

.sidebar .widget-compared .block-title strong {
    background: url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat;
    padding-left: 21px;
}

/* Widget: CMS Static Block */
.widget-static-block {
}

.sidebar .widget-static-block {
    display: block;
    margin: 0 0 15px;
}

/* Widgets: Links Common Styles */
.top-container .widget a {
    padding: 0 0 0 7px;
}

.bottom-container .widget a {
    padding: 0 3px;
}

/* Widget: Catalog Product Link */
.widget-product-link-inline {
    display: inline;
}

.col-main .widget-product-link {
    display: block;
    text-align: right;
    margin: 7px 0;
}

.col-main .widget-product-link a {
    background: url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding-right: 15px;
}

.sidebar .widget-product-link {
    display: block;
    margin: 0 0 15px;
    padding: 0 10px;
}

.sidebar .widget-product-link a {
    background: url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding: 0 15px 0 0;
}

/* Widget: Catalog Category Link */
.widget-category-link-inline {
    display: inline;
}

.col-main .widget-category-link {
    display: block;
    text-align: right;
    margin: 7px 0;
}

.col-main .widget-category-link a {
    background: url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding-right: 15px;
}

.sidebar .widget-category-link {
    display: block;
    margin: 0 0 15px;
    padding: 0 10px;
}

.sidebar .widget-category-link a {
    background: url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding: 0 15px 0 0;
}

/* Widget: CMS Page Link */
.widget-cms-link-inline {
    display: inline;
}

.col-main .widget-cms-link {
    display: block;
    text-align: right;
    margin: 7px 0;
}

.col-main .widget-cms-link a {
    background: url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding-right: 15px;
}

.sidebar .widget-cms-link {
    display: block;
    margin: 0 0 15px;
    padding: 0 10px;
}

.sidebar .widget-cms-link a {
    background: url(http://kapitan.vn.ua/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat;
    padding: 0 15px 0 0;
}

/* ======================================================================================= */

#magestore-bannerslider-popup {
    padding: 2px;
    position: fixed;
    z-index: 19990;
    background: #fff;
    border: 2px;
}

#magestore-bannerslider-popup-close {
    cursor: pointer;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 0px;
    top: -25px;
    z-index: 19999;
    background: url(http://kapitan.vn.ua/skin/frontend/base/default/css/magestore/bannerslider/image/close-tiny.png) no-repeat center;
}

#bg_fade {
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
    opacity: 0.7;
}

body {
    background: #fff;
    font-family: 'Kalypsa';
    font: 14px/1.55 !important;
    color: #333333;
}

a {
    color: #487CB1;
}

a:hover {
    color: #DC0024;
}

.header-container {
    border: 0;
    background: none;
}

.nav-container {
    background: none;
}

.main {
    width: 1084px;
    padding: 25px 50px 80px 50px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #fff;
    margin-bottom: -25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* header */
.header {
    width: 1084px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 38px 0 0;
}

.cms-home .header {

}

.header .logo {
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    margin: 20px 30px 20px 0px;
    position: relative;
}

.header .logo img {
    display: inline-block;
    vertical-align: top;
}

.header h1.logo {
    padding: 0;
    margin-left: 0px;
}

.cms-home .header h1.logo {
    margin-left: 0px;
}

#header-title-site {
    display: inline-block;
    vertical-align: top;
}

.header .logo #header-title-site {
    position: absolute;
    top: 47px;
    left: 69px;
}

.header .logo #header-title-site li {
    font-family: 'Kalypsa';
    font-weight: 400 !important;
}

.clcopyright {
    display: none !important;
}

#header-title-site ul {
    color: #FFF;
    margin: 6px 0px 0 -3px;
    width: 188px;
    background: #e0a747;
    background: -moz-linear-gradient(top, #e0a747 0%, #d48603 100%);
    background: -webkit-linear-gradient(top, #e0a747 0%, #d48603 100%);
    background: linear-gradient(to bottom, #e0a747 0%, #d48603 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0a747', endColorstr='#d48603', GradientType=0);
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 6px;
    padding: 0px 0 2px 0;
}

#header-title-site ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    line-height: 19px;
}

#header-title-site ul li:after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #FFF none repeat scroll 0% 0%;
    left: -6px !important;
    top: 10px;
}

#header-title-site ul li:first-child {
    list-style-type: none;
}

#header-title-site ul li:first-child:after {
    display: none;
}

#header-title-site ul li:last-child {
    margin-right: 0px;
}

#header-contacts-datas {
    display: inline-block;
    vertical-align: top;
    margin: 37px 10px 27px;
}

#header-contacts-datas p {
    margin: 0;
}

#header-contacts-datas > a {
    display: inline-block;
    vertical-align: top;
    color: #dcdc00;
    font-size: 16px;
    position: relative;
    margin-left: 13px;
    margin-top: 3px;
}

#header-contacts-datas > a:after {
    position: absolute;
    content: '';
    top: 3px;
    left: -12px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -164px -116px;
    width: 9px;
    height: 16px;
}

#header-contacts-datas p span {
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    color: #fff;
    padding: 0 5px 0 2px;
    border-right: 2px solid #dcdc00;
}

#header-contacts-datas p span.noborder {
    border: none !important;
}

#header-contacts-datas p a {
    color: #dcdc00;
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
}

#header-contacts-datas p a:hover {
    text-decoration: none;
    cursor: pointer;
}

.header-social {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-top: 7px;
    color: #fff;
    font-size: 15px;
}

.header-social a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 2px;
    width: 24px;
    height: 24px;
    border-radius: 3px;
 /*   background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat;*/
}

.header-social i {
    color: #ddd;
    font-size: 16px;
}
.header-social a:hover i {
    color: #fff;
    font-size: 16px;
}

/*NB*/

.header-social a:first-of-type {
   background-color: #597DA3;
}

.header-social a:nth-of-type(2) {
    background-color: #385287;
}

.header-social a:nth-of-type(3) {
    background-color: #1C9FF0;
}

.header-social a:nth-of-type(4) {
    background-color: #E62117;
}

.header-social a:first-of-type:hover {
    background-color: #7997b6;
}

.header-social a:nth-of-type(2):hover {
    background-color: #4768ab;
}

.header-social a:nth-of-type(3):hover {
    background-color: #4cb3f3;
}

.header-social a:nth-of-type(4):hover {
    background-color: #ec4c44;
}

/*.header-social a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}

.header-social a:hover:after {
    display: block;
}

.header-social a:first-of-type {
    background-position: -52px -93px;
    margin-left: 16px;
}

.header-social a:nth-of-type(2) {
    background-position: -77px -93px;
}

.header-social a:nth-of-type(3) {
    background-position: -102px -93px;
}

.header-social a:nth-of-type(4) {
    background-position: -126px -93px;
}

.header-social a:first-of-type:after {
    background-position: -52px -130px;
}

.header-social a:nth-of-type(2):after {
    background-position: -77px -130px;
}

.header-social a:nth-of-type(3):after {
    background-position: -102px -130px;
}

.header-social a:nth-of-type(4):after {
    background-position: -126px -130px;
}*/

#header_montage {
    float: right;
    vertical-align: top;
    margin: 21px 30px 0 0;
}

.cms-home #header_montage {
}

#header_montage a {
    color: #dcdc00;
    display: block;
}

#header_montage > a {
    font-size: 19px;
    margin-left: 25px;
    margin-top: 3px;
    position: relative;
}

#header_montage > a:after {
    position: absolute;
    content: '';
    top: 6px;
    left: -25px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -195px -113px;
    width: 22px;
    height: 22px;
}

.history {
    border: 2px solid #ff8d41;
    border-radius: 25px;
    padding: 15px 60px 15px 15px;
    font-size: 15px;
    color: #fff;
    line-height: 15px;
    position: relative;
}

.rupor {
    position: absolute;
    content: '';
    top: 3px;
    right: -25px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -225px -101px;
    width: 75px;
    height: 41px;
    cursor: pointer;
    /*animation*/
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: shake;
    animation-name: shake;
}

.header-top {
    height: 38px;
    -webkit-background: linear-gradient(bottom, #d6d6d6, #f0f0f0);
    -moz-background: linear-gradient(bottom, #d6d6d6, #f0f0f0);
    -ms-background: linear-gradient(bottom, #d6d6d6, #f0f0f0);
    background: linear-gradient(to top, #d6d6d6, #f0f0f0);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 1500;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.header-top-container {
    width: 1084px;
    margin: 0 auto;
    position: relative;
}

.ask-icon {
    position: absolute;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -147px -839px;
    width: 19px;
    height: 19px;
    left: -40px;
    top: 50%;
    margin-top: -9px;
}

.addfav {
    position: absolute;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -183px -837px;
    width: 20px;
    height: 19px;
    right: -40px;
    top: 50%;
    margin-top: -9px;
}

.ask-icon a,
.addfav a {
    display: block;
    height: 100%;
}

.header-top-container:after {
    content: '';
    display: table;
    clear: both;
}

#header-custom-menu {
    float: left;
    line-height: 38px;
    text-align: left;
}

#header-custom-menu li {
    display: inline-block;
    vertical-align: top;
    height: 38px;
    margin-left: 0px;
}

#header-custom-menu li a {
    color: #4d4d4d;
    font-size: 17px;
    line-height: 25px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
}

#header-custom-menu .item-1 {
    padding-left: 14px;
}

.quick-access {
    float: right;
}

.cms-home .greeting {
    display: block;
}

.greeting {
    display: none;
}

.greeting {
    background: #fff;
    padding: 17px 49px 37px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.greeting-content {
    border: 2px solid #ebea9d;
    border-radius: 6px;
    padding: 14px 20px;
    background: #F5F5F5;
    position: relative;
    margin-top: 18px;
}

.greeting-img {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/greeting-img.png) no-repeat center;
    width: 123px;
    height: 123px;
    float: left;
    border: 2px solid #ebea9d;
    margin: 12px 10px 0 0;
    border-radius: 6px;
    position: relative;
}

.greeting-img:before {
    content: "Сергей Урюпа";
    position: absolute;
    text-align: center;
    width: 122px;
    height: 10px;
    bottom: -12px;

}

.greeting-content p {
    color: #4D4D4D;
    margin: 8px 58px 0 148px;
    font-size: 17px;
    line-height: 21px;
}

.greeting-content p span {
    color: #D48500;
}

.greeting-content p span:last-child {
    font-size: 20px;
}

.greeting .close {
    position: absolute;
    top: 12px;
    right: 14px;
    cursor: pointer;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) -408px -607px;
    width: 12px;
    height: 12px;
}

.our-adv {
    position: relative;
}

.our-adv .close {
    position: absolute;
    top: 12px;
    right: 14px;
    cursor: pointer;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) -408px -607px;
    width: 12px;
    height: 12px;
}

.cms-about-html #header-custom-menu li.item-1 a,
.cms-shinomontazh-html #header-custom-menu li.item-2 a,
.cms-stati-html #header-custom-menu li.item-3 a,
.cms-dostavka-html #header-custom-menu li.item-4 a,
.cms-kontakty-html #header-custom-menu li.item-5 a {
    color: #fff !important;
    background: #487CB1;
    border-radius: 5px;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: underline !important;
}

/* header END */

button.button {
    text-transform: uppercase;
    color: #366;
    font-size: 14px;
    font-family: Kalypsa;
    margin: 11px 20px;
    background: #E6E6E6 none repeat scroll 0% 0%;
    border: 0px none;
    position: relative;
    z-index: 10;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 5px;

}

#checkoutSteps button.button { /*NB*/
    background: #82beec none repeat scroll 0% 0%;
    padding: 10px 20px;
    width: auto;
    height: auto;
    border-radius: 4px;
    transition: background .5s;
}

#checkoutSteps button.button:hover {
    background: #1E7EC8
}

#checkoutSteps button.button span {
    border: 0 !important;
    background: none !important;
}

#checkoutSteps #onepage-guest-register-button { /*NB*/
    background: #adc9ad none repeat scroll 0% 0%;
    padding: 10px 20px;
    width: auto;
    height: auto;
    border-radius: 4px;
    transition: background .5s;
}

#checkoutSteps #onepage-guest-register-button:hover {
    background: #669966
}

.checkout-onepage-index button.button span {
    background: none !important;
}

/* search 

.header .form-search {
    background: none;
}
.header .form-search button.button span {
    height: 20px;
    background: none;
    background: #ff9103;
    padding: 0;
    width: 82px;
    border-radius: 2px;
}

.header .form-search button.button span:hover {
    background: #005daa;
}

.header .form-search button.button span span {
    background: none;
    padding: 0;
}

.header .form-search {
    border: 1px solid #3082b6;
    height: 20px;
    width: 300px;
    padding: 2px 0;
    top: 10px;
    left: 345px;
    border-radius: 2px;
}

.header .form-search input.input-text {
    border: 0;
    width: 202px;
    height: 15px;
    color: #ccc;
    background: none;
    margin-right: 9px;
}

.header .form-search label {
    width: 0;
}

input.input-text:focus, select:focus, textarea:focus {
    background-color: #fff;
}

 search END */

/* quick-access */
.header .quick-access {
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
}

.header .links {
    margin: 0;
    background: #e6e6e6;
    padding: 10px;
    border-radius: 0 0 3px 3px;
}

.header-top-container .quick-access {
    padding: 0;
    text-align: left;
}

.header-top-container .quick-access li:first-child {
    display: none;
}

.header-top-container .quick-access li a {
    font-size: 17px;
    line-height: 35px;
}

.header-top-container .quick-access li a:hover {
    color: #DC0024;
}

.header-top-container .quick-access li:nth-child(2) {

    display: none;

}

.header-top-container .quick-access li:nth-child(3) {
    position: relative;
}

.header-top-container .quick-access li:nth-child(3) a {
    color: #4d4d4d;
    text-transform: capitalize;
    position: relative;
}

.header-top-container .quick-access li:nth-child(3) a:hover {
    color: #DC0024;
}

.header-top-container .quick-access li:nth-child(3) a:after {
    position: absolute;
    content: '';
    top: 4px;
    left: -34px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -347px -109px;
    width: 26px;
    height: 24px;
}

.header-top-container .quick-access li:nth-child(3) a:hover:after {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/cart_hover.png) no-repeat
}

.header-top-container .quick-access.active li:nth-child(3) a:after {
    position: absolute;
    content: '';
    top: 6px;
    left: -34px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -393px -109px;
    width: 26px;
    height: 24px;
}

.header-top-container .quick-access.active li:nth-child(3) a:hover:after {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/cart_hover.png) no-repeat
}

.header-top-container .quick-access li:nth-child(4) {
    color: #2e65ad;
}

.header .links a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

.header .welcome-msg {
    margin: 0;
    color: #000;
    text-align: right;
    float: left;
}

/* quick-access END */

/* nav-container */

.cms-home #nav {
    width: 1084px;
    padding: 0 0 0 54px;
    display: block;
    border: 0;
    background: -webkit-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -moz-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -ms-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: linear-gradient(to top, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    border-bottom: 2px solid #F36E15;
    text-align: center -webkit-box-sizing : border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.cms-home #nav li {
    display: inline-block;
    vertical-align: top;
    margin-left: -1px;
    position: relative;

}

.cms-home #nav li:first-child {
    display: none;
}

.cms-home #nav li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: -webkit-linear-gradient(bottom, #ff8d41, #b9530f);
    background: -moz-linear-gradient(bottom, #ff8d41, #b9530f);
    background: -ms-linear-gradient(bottom, #ff8d41, #b9530f);
    background: linear-gradient(to top, #ff8d41, #b9530f);
    top: 0;
    left: 0;
}

.cms-home #nav li:last-child:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: -webkit-linear-gradient(bottom, #ff8d41, #b9530f);
    background: -moz-linear-gradient(bottom, #ff8d41, #b9530f);
    background: -ms-linear-gradient(bottom, #ff8d41, #b9530f);
    background: linear-gradient(to top, #ff8d41, #b9530f);
    top: 0;
    right: 0;
}

.cms-home #nav li a {
    display: block;
    height: 176px;
    width: 196px;
    text-transform: uppercase;
    font-size: 21px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'CTC';
    font-weight: 700;
    padding-top: 105px;
    text-shadow: 1px 1px 0 #ba6a35;
    position: relative;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    transition: .5s ease-in-out;
}

#nav span {
    white-space: normal;
}

.cms-home #nav li.active a {
    background: rgba(255, 255, 255, 0.3);
}

.cms-home #nav li a:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff !important;
}

.cms-home #nav li a:after {
    transition: transform .8s ease-in-out;

}

.cms-home #nav li a:hover:after {
    transform: rotate(360deg);
}

.cms-home #nav li:last-child a:hover:after {
    transform: rotate(0deg);
}

.cms-home #nav li:nth-child(2) a:after {
    position: absolute;
    content: '';
    top: 38%;
    left: 50%;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -327px -18px;
    width: 66px;
    height: 66px;
    margin-left: -33px;
    margin-top: -33px;

}

.cms-home #nav li:nth-child(3) a:after {
    position: absolute;
    content: '';
    top: 38%;
    left: 50%;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -173px -18px;
    width: 66px;
    height: 66px;
    margin-left: -33px;
    margin-top: -33px;
}

.cms-home #nav li:nth-child(4) a:after {
    position: absolute;
    content: '';
    top: 38%;
    left: 50%;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/disk.svg) no-repeat center;
    width: 66px;
    height: 66px;
    background-size: 100% 100%;
    margin-left: -33px;
    margin-top: -33px;
}

.cms-home #nav li:nth-child(5) a:after {
    position: absolute;
    content: '';
    top: 38%;
    left: 50%;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -100px -22px;
    width: 62px;
    height: 62px;
    margin-left: -31px;
    margin-top: -31px;
}

.cms-home #nav li:nth-child(6) a:after {
    position: absolute;
    content: '';
    top: 38%;
    left: 50%;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -8px -22px;
    width: 74px;
    height: 69px;
    margin-left: -37px;
    margin-top: -34px;
}

.cms-home #inner-nav {
    display: none;
}

/* nav-container END */

/*banner*/
.flexslider {
    margin-bottom: 20px !important;
    box-shadow: none !important;
    border: 0px !important;
}

.flex-control-nav {
    bottom: 13px !important;
    text-align: right !important;
    right: 20px !important;
    font-size: 0px !important;
    width: 15% !important;
    z-index: 2 !important;
}

.flex-control-nav li {
    margin: 0px 3px !important;
}

.flex-control-paging li a {
    width: 20px !important;
    height: 20px !important;
    background-color: #f1f1f1 !important;
    box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
    background-color: #ccc !important;
}

.magestore-bannerslider {
    overflow: hidden;
}

.flexslider .slides {
    border: 1px solid #f2f2f2;
    width: 998px;
}

/*banner end*/

/* block */
/*.sidebar .block {
    border: 1px solid #f693c9;
}*/

.sidebar .block .block-title {
    background: -webkit-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -moz-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -ms-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: linear-gradient(to top, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    border-bottom: 0;
    padding: 5px 10px;
    margin: 0;
    border-radius: 2px 2px 0 0;
}

.sidebar .block .block-title strong {
    background: none;
    padding-left: 0;
    color: #fff;
}

.sidebar .block .block-content {
    background: none;
    color: #669999;
}

.sidebar .block .actions button.button span {
    border-color: #ff9103;
    background: #ff9103;
}

.sidebar .block .actions {
    background: none;
}

.sidebar .block {
    border: 0;
    background: #F5F5F5;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border: 1px solid #FF8D41;
    margin-bottom: 10px !important;
}

.catalogsearch-result-index .block-layered-nav {
    border: 0;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.block-cart .summary {
    background: none;
    margin: 5px 0 0;
}

.block li.odd {
    background-color: #fafaf9;
}

.block li.even {
    background-color: #fff;
}

.block .actions button.button {
    float: right;
    border-radius: 3px;
}

.block-layered-nav .block-content {
    border: 0;
}

.block-layered-nav .block-title {
    height: 0;
    display: none;
}

.sidebar .block {
    margin: 0;
}

.block.block-subscribe {
    display: none;
}

.block-layered-nav .block-subtitle {
    display: none;
}

.block-layered-nav #narrow-by-list {
    color: #669999;
    background: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background: -moz-linear-gradient(top, #fff, #f5f5f5);
    background: -ms-linear-gradient(top, #fff, #f5f5f5);
    background: linear-gradient(to bottom, #fff, #f5f5f5);
    border-radius: 6px;
    padding: 5px 5px 12px 5px;
}

.block-layered-nav #narrow-by-list .price input {
    margin-top: 7px;
    border-radius: 6px;
    color: #669999 !important;
    margin-left: 2px;
    margin-right: 2px;
}

#minPrice, #maxPrice {
    border: 2px solid #ebea9d !important;
}

.block-layered-nav ol li a {
    color: #669999;
    text-decoration: none;
}

.block-layered-nav ol li a:hover {
    color: #509ecf;
}

#cart-sidebar .product-name a {
    text-decoration: none;
}

/* block END*/

/* content */

button.button span {
    border: 1px solid #509ecf;
    background: #509ecf;
}

.account-login .content {
    background: #f1f1f1;
    border: 1px solid #005daa;
}

.account-login .content {
    background: none;
    border: 1px solid #EBEA9D;
    border-bottom: 0;
}

.account-login .content h2 {
    color: #005daa;
}

.account-login .buttons-set {
    border: 1px solid #EBEA9D;
    border-top: 0;
    background: #f1f1f1;
}

.col3-layout .col-wrapper {
    float: left;
    width: 790px;
}

.col3-layout .col-main {
    width: 580px;
    margin-left: 15px;
}

.toolbar-bottom {

}

.catalog-category-view .products-grid {
    border-bottom: 0;
    background: none;
}

.products-grid .product-name a {
    color: #037bb8;
}

.category-products .products-grid .product-name a {
    text-decoration: none;
    font-size: 18px;
    color: #509ECF;
    font-weight: 400;
}

.category-products .regular-price .price {
    font-size: 24px;
    color: #1e1e1e;
    font-weight: 700;
}

.category-products .price-box .special-price .price-label {
    display: none;
}

.category-products .price-box .old-price {
    position: absolute;
    top: -30px;
    left: 0;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    background: #EBEA9D;
    border-radius: 5px 5px 0 0;
    height: 30px;
}

.category-products .price-box .special-price {
    margin: 0;
}

.category-products .price-box .special-price .price {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.category-products button.button span {
    height: 35px;
    line-height: 35px;
    border-radius: 2px;
    width: 130px;
}

.category-products .products-grid li.item + li.item {
    padding-left: 1%;
}

.category-products .products-grid .product-image {
    width: 100%;
    margin-bottom: 10px;
}

.link-compare,
.link-wishlist {
    color: #509ecf !important;
    text-decoration: none;
}

.col2-right-layout .col-main {
    width: 750px;
}

.col-main:after {
    content: '';
    display: table !important;
    clear: both !important;
}

.col-right:after {
    content: '';
    display: table !important;
    clear: both !important;
}

.product-view {
    border: 0;
}

.product-view .product-essential {
    padding: 0 0 10px 0;
    background: none;
}

.product-view .product-essential .product-shop {
    width: 425px;
    border: 1px solid #EBEA9D;
    padding: 15px 20px;
    min-height: 315px;
}

.product-view .product-collateral {
    background: none;
    padding: 25px;
    border: 1px solid #b3d4e9;
    border-radius: 2px;
}

.product-view .product-collateral h2 {
    font-size: 14px;
    color: #005da9;
    border-bottom: 1px solid #b3d4e9;
}

.product-view .product-shop .product-name {
    margin: 0 0 25px;
}

.product-view .product-shop .product-name h1 {
    color: #005da9;
    text-align: center;
}

.product-view .product-shop .email-friend {
    display: none;
}

.product-view .product-shop .price-box {
    text-align: center;
    margin: 10px 0 30px 0;
}

.product-view .product-shop .availability {
    text-align: center;
    color: #717374;
    padding-bottom: 10px;
}

.product-view .product-shop .regular-price .price {
    font-size: 20px;
    color: #000;
}

.cart .col-2 .discount,
.cart .col-2 .shipping {
    display: none;
}

.data-table .odd {
    background: #fff;
}

.data-table .even {
    background: #FDFCFA;
}

.data-table thead {
    background: -webkit-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -moz-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -ms-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: linear-gradient(to top, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    color: #fff;
    height: 36px;
    vertical-align: middle;
}

.wishlist-index-index .data-table tr.last th, .data-table tr.last td {
    border-bottom: 0 !important;
}

.data-table tfoot tr.first td {
    background: #FFFFFF;
    border-top: 1px solid #EBEA9D;
}

.cart-table .btn-empty span, .cart-table .btn-continue span, .cart-table .btn-update span {
    border-color: #509ecf;
    background: #509ecf;
}

.cart .totals {
    background: #FFFFFF;
    border: 2px solid #FF8D41;
    border-radius: 6px;
}

.opc .active .step-title h2 {
    color: #005da9;
}

.opc .active .step-title {
    background: #FFFFFF;
    border: 1px solid #EBEA9D;
    color: #005da9;
}

.opc .step {
    border: 1px solid #EBEA9D;
    background: #fff;
}

.block-progress dt.complete {
    color: #1e7ec8;
}

.block-progress dd {
    background: #fff;
    border: 1px solid #EBEA9D;
}

.block-progress dt {
    border: 1px solid #EBEA9D;
}

.opc .step-title {
    border-width: 1px;
    border-color: #fff #d9dde3 #d9dde3;
    background: #f1f1f1;
}

.opc .allow .step-title {
    background: -webkit-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -moz-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -ms-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: linear-gradient(to top, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
}

.opc .allow .step-title h2 {
    color: #5C5C5C;
}

#checkout-step-review .data-table {
    border: 1px solid #d9dde3;
    border-radius: 0;
}

#checkout-step-review .data-table thead {
    background: none;
    border-bottom: 1px solid 1px solid #d9dde3;

}

#checkout-step-review .data-table thead th {
    color: #333;
}

#checkout-step-review button.button {

    text-align: center;
    background: -webkit-radial-gradient(center top, #A0C0A0, #669966);
    background: -moz-radial-gradient(center top, #A0C0A0, #669966);
    background: -ms-radial-gradient(center top, #A0C0A0, #669966);
    background: radial-gradient(center top, #A0C0A0, #669966);
    border-radius: 4px;
    border-bottom: 1px solid #4B6F4B;
}

#checkout-step-review button.button:hover {
    background: #669966;
}

.data-table tfoot tr {
    background-color: #E2F0FC !important;
}

.col2-left-layout .col-main {
    width: 750px;
}

.order-info {
    background: #FFFFFF;
    border: 1px solid #EBEA9D;
}

.data-table tbody.odd tr {
    background: #fff !important;
}

/* content END */

/* footer */
.footer-container {
    border-top: 1px solid #e6e6e6;
    background: #f5f5f5;
    position: relative;
}

.footer {
    position: relative;
}

.footer-top-icons {
    top: -34px;
    height: 50px;
    left: 10%;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    text-align: justify;
}

.footer-top-icons:after {
    display: inline-block;
    content: '';
    height: 1px;
    width: 100%;
}

.checkout-onepage-success .buttons-set button.button {
    float: left;
    background: -webkit-radial-gradient(center top, #74AFDD, #1E7EC8);
    background: -moz-radial-gradient(center top, #74AFDD, #1E7EC8);
    background: -ms-radial-gradient(center top, #74AFDD, #1E7EC8);
    background: radial-gradient(center top, #74AFDD, #1E7EC8);
}

.checkout-onepage-success .buttons-set button.button span {
    background: none;
}

.checkout-onepage-success .buttons-set button.button:hover {
    background: #1E7EC8;
}

.footer-top-icons span {
    display: inline-block;
    vertical-align: top;
}

.footer-top-icons span:nth-child(1) {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -268px -329px;
    width: 66px;
    height: 33px;
}

.footer-top-icons span:nth-child(2) {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -173px -329px;
    width: 66px;
    height: 33px;
}

.footer-top-icons span:nth-child(3) {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -90px -329px;
    width: 66px;
    height: 33px;
}

.footer-top-icons span:nth-child(4) {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -8px -332px;
    width: 66px;
    height: 33px;
}

.footer-top-icons span:nth-child(5) {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -355px -326px;
    width: 75px;
    height: 33px;
}

.footer > div {
    display: inline-block;
    vertical-align: top;
}

.footer {
    text-align: left;
    padding: 0 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.footer li {
    background: none;
}

#footer-contacts-datas {
    width: 19%;
    margin-top: 33px;
}

#footer-contacts-datas h3 {
    font-size: 25px;
    color: #2E65AD;
}

#footer-contacts-datas p {
    margin-top: 13px;
    font-size: 15px;
    line-height: 16px;
    color: #333;
}

#footer-contacts-datas li {
    display: block;
    font-size: 15px;
    color: #333;
    padding: 0;
    line-height: 15px;
}

#footer-contacts-datas li:first-child {
    position: relative;
    font-size: 19px;
    margin-top: 8px;
    margin-bottom: 15px;
    line-height: normal;
}

#footer-contacts-datas li:first-child:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) -241px -821px;
    width: 9px;
    height: 16px;
    left: -15px;
    top: 7px;
}

#footer-menu-datas {
    border-left: 1px solid #e6e6e6;
    margin-top: 78px;
    margin-left: -33px;
    padding-left: 19px;
    padding-bottom: 40px;
    width: 20.2%;
}

#footer-menu-datas li {
    display: block;
    padding: 0;
}

#footer-menu-datas li a {
    text-decoration: none;
    color: #2E65AD;
    line-height: 18px;
    font-size: 19px;
}

#footer-menu-datas li a:hover {
    color: #D48500;
}

#footer-menu-social {
    border-left: 1px solid #e6e6e6;
    padding: 15px 15px 0;
    position: relative;
    margin-bottom: 65px;
    width: 26%;
}

#footer-menu-social h3 {
    font-size: 25px;
    color: #2E65AD;
    margin: 18px 8px 3px;
}

#footer-menu-social .footer-order {
    position: absolute;
    bottom: -56px;
    left: 15px;
    border: 2px solid #FF8D41;
    padding: 1px 12px 6px 42px;
    font-size: 19px;
    text-decoration: underline;
    color: #2E65AD;
    border-radius: 6px;
    cursor: pointer;
}

#footer-menu-social .footer-order:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) -290px -275px;
    width: 28px;
    height: 29px;
    left: 10px;
    top: 5px;
}

#footer-menu-social .footer-order:hover {
    text-decoration: none;
}

#footer-menu-right {
    width: 27.9%;
    margin-left: 3%;
}

#footer-menu-right p {
    padding: 40px 0 0 62px;
    font-size: 15px;
    line-height: 22px;
    border-left: 1px solid #e6e6e6;
    position: relative;
}

#footer-menu-right p:after {
    position: absolute;
    content: '?';
    left: 15px;
    top: 55px;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    background: #FF8D41;
    text-align: center;
    line-height: 39px;
    font-size: 30px;
    color: #fff;
}

#footer-menu-right p a {
    color: #2E65AD;
    text-decoration: none;
}

.studio {
    margin: 40px 0 26px 56px;
    font-size: 15px;
    position: relative;
    line-height: 18px;
    width: 200px;
}

.studio a {
    color: #2E65AD;
    text-decoration: underline;
}

.studio a:hover {
    text-decoration: none;
}

.studio:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -28px -417px;
    width: 33px;
    height: 33px;
    left: -42px;
    top: 4px;
}

/* footer END */

/* custom css */

body {
    background: #325489;
    background: -moz-linear-gradient(top, #325489 0%, #4e6b99 12%, #8296b7 24%, #a7b5cd 36%, #bfcada 48%, #ccd5e2 60%, #c4cedd 72%, #bbc6d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #325489), color-stop(12%, #4e6b99), color-stop(24%, #8296b7), color-stop(36%, #a7b5cd), color-stop(48%, #bfcada), color-stop(60%, #ccd5e2), color-stop(72%, #c4cedd), color-stop(100%, #bbc6d8));
    background: -webkit-linear-gradient(top, #325489 0%, #4e6b99 12%, #8296b7 24%, #a7b5cd 36%, #bfcada 48%, #ccd5e2 60%, #c4cedd 72%, #bbc6d8 100%);
    background: -o-linear-gradient(top, #325489 0%, #4e6b99 12%, #8296b7 24%, #a7b5cd 36%, #bfcada 48%, #ccd5e2 60%, #c4cedd 72%, #bbc6d8 100%);
    background: -ms-linear-gradient(top, #325489 0%, #4e6b99 12%, #8296b7 24%, #a7b5cd 36%, #bfcada 48%, #ccd5e2 60%, #c4cedd 72%, #bbc6d8 100%);
    background: linear-gradient(to bottom, #325489 0%, #4e6b99 12%, #8296b7 24%, #a7b5cd 36%, #bfcada 48%, #ccd5e2 60%, #c4cedd 72%, #bbc6d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#325489', endColorstr='#bbc6d8', GradientType=0);
    position: relative;
}

/*body:after{
	content: '';
    -webkit-background: linear-gradient(bottom, #EAEDF3, #D2D9E6 100%);
    -moz-background: linear-gradient(bottom, #EAEDF3, #D2D9E6 100%);
    -ms-background: linear-gradient(bottom, #EAEDF3, #D2D9E6 100%);
    background: linear-gradient(to top, #EAEDF3, #D2D9E6 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 345px;
    z-index: 1;
}  */
.wrapper {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/body-bg.png) center top no-repeat;
    position: relative;
    z-index: 10;
}

/* nav-container */

#nav {
    display: none;
}

#inner-nav {
    display: block;
    width: 1098px;
    margin: 0 auto 30px;
    text-align: left;
    padding-left: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

#inner-nav > li {
    display: inline-block;
    vertical-align: top;
    margin-left: -1px;
    position: relative;
    margin-left: 8px;
    font-family: 'CTC';
    margin-right: 34px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    text-shadow: 1px 1px 0 #ba6a35;
    position: relative;
    color: #fff;
    padding: 13px 29px 13px 17px;
    border-radius: 5px;
    background: -webkit-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -moz-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -ms-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: linear-gradient(to top, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

#inner-nav > li:after {
    position: absolute;
    content: '';
    border: 9px solid #BA6A35;
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 28px;
    right: 7px;
}

#inner-nav > li:hover:after {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #BA6A35;
    top: 17px;
    right: 7px;
}

#inner-nav > li:hover {
    background: #D48500;
}

#inner-nav > li:nth-child(2) {
    padding-right: 28px;
    padding-left: 19px;
}

#inner-nav > li:nth-child(3) {
    display: none;
}

#inner-nav > li.level-top {
    display: none;
}

#inner-nav > li.level-top.last {
    display: inline-block;
    padding: 0;
}

#inner-nav > li.level-top.last:after {
    display: none;
}

#inner-nav > li.level-top.last a {
    text-decoration: none;
    text-shadow: 1px 1px 0 #ba6a35;
    color: #fff;
    background: none;
    display: block;
    height: 100%;
    padding: 13px 24px 13px 13px;
}

#inner-nav > li.level-top.last a:hover {
    color: #fff !important;
}

#inner-nav > li:nth-child(1) li:nth-child(3) {
    display: none;
}

#inner-nav > li:nth-child(1) li:nth-child(4) {
    display: none;
}

#inner-nav > li:nth-child(1) li:nth-child(5) {
    display: none;
}

#inner-nav > li:nth-child(2) li:nth-child(1) {
    display: none;
}

#inner-nav > li:nth-child(2) li:nth-child(2) {
    display: none;
}

#inner-nav > li:nth-child(2) li:nth-child(5) {
    display: none;
}

#inner-nav .sub-menu a {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'CTC';
    font-weight: 700;
    text-shadow: 1px 1px 0 #ba6a35;
    position: relative;
    color: #fff;
    padding: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-left: 19px;
    margin-top: -3px;
}

#inner-nav .sub-menu a:hover {
    color: #e4e442 !important;
}

#inner-nav .sub-menu {
    position: absolute;
    opacity: 0;
    z-index: -1;
    left: 0;
    top: 56px;
    width: 163px;
}

#inner-nav > li:hover .sub-menu {
    opacity: 1;
    z-index: 1000;
}

#inner-nav .sub-menu.active {
    opacity: 1;
    z-index: 1000;
}

#inner-nav .sub-menu li {
    display: block;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    position: relative;
    background: #D48500;
    height: 43px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

#inner-nav .sub-menu a {
    text-shadow: 1px 1px 0 #ba6a35;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
}

#inner-nav .sub-menu li:first-child {
    border-top-right-radius: 5px;
}

#inner-nav .sub-menu li:nth-child(2) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#inner-nav > li:nth-child(2) .sub-menu li:nth-child(3) {
    border-top-right-radius: 5px;
}

#inner-nav > li:nth-child(2) .sub-menu li:nth-child(4) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#inner-nav > li ul.sub-menu span {
    display: inline-block;
    margin-top: 1px;
    white-space: nowrap;
    width: 75%;
    overflow: hidden
}

#inner-nav > li:last-child:after {
    display: none;
}

#inner-nav > li:last-child {
    padding: 10px;
}

#inner-nav > li:last-child:hover {
    background: -webkit-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -moz-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -ms-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: linear-gradient(to top, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
}

.header-search {
    position: relative;
}

.header-search input {
    width: 368px;
    height: 43px;
    padding: 5px 40px 5px 15px;
    font-size: 18px;
    border: 0;
    border-radius: 4px;
    color: #b3b3b3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'CTC';
}

.header-search button[type="submit"] {
    margin: 0;
}

.header-search input:focus {
    color: #333;
}

.header-search input::-webkit-input-placeholder {
    color: #eee;
}

.header-search input::-moz-placeholder {
    color: #eee;
}

.header-search input:-moz-placeholder {
    color: #eee;
}

.header-search input:-ms-input-placeholder {
    color: #eee;
}

.header-search button {
    position: absolute;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -320px -818px;
    width: 28px;
    height: 28px;
    top: 9px;
    right: 10px;
}

/* nav-container END */

.cms-home .col-right {
    display: none;
}

.cms-home .col2-right-layout .col-main {
    width: 100%;
}

.cms-home .messages {
    padding: 21px 50px 0 !important;
    width: auto;
}

.catalog-category-view .col-right.sidebar {
    position: absolute;
    display: none;
}

.catalog-category-view .col-right.sidebar .block-compare {
    display: none;
}

.catalog-category-view .col-left.sidebar {
    float: right;
    width: 250px;
    background: #fff;
}

.catalog-category-view .block-layered-nav {
    border: 2px solid #ebea9d;
    border-radius: 7px;
}

.catalog-category-view .col-main {
    float: left !important;
    width: 700px;
    margin-left: 0;
}

.catalog-category-view .main {
    padding: 25px 50px 80px 50px;
}

.catalog-category-view .col-wrapper {
    width: 100%;
}

.catalog-category-view .products-grid li.item, .category-products .products-grid li.item {
    /*kostili*/
    width: 29.3%;
    padding: 10px 0 !important;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    margin: 10px 2%;
}

.item_inner .add-to-links p {
    margin-left: 10px;
    line-height: 1.2;
    text-align: center;
    width: 38px;
    float: left;
}

.item_inner .add-to-links p span {
    vertical-align: middle;
}

.catalog-category-view .products-grid li.item .item_inner, .tyre-index-result .products-grid li.item .item_inner {
    padding: 10px 15px;
    border: 2px solid #ebea9d;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}

.catalog-category-view .products-grid li.item .item_inner:hover, .tyre-index-result .products-grid li.item .item_inner:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border: 2px solid #ececec;
}

/* bestsellers and home-viewed exeption */
.bestsellers .category-products .products-grid li.item, .home-viewed .category-products .products-grid li.item {
    width: 100%;
}

.catalog-category-view .main h1 {
    font-size: 25px;
    color: #333;
}

.category-description {
    font-size: 24px;
    color: #669999;
    line-height: 25px;
    margin-bottom: 25px;
}

.main-container {
    background: none;
}

#product-count {
    position: absolute;
    top: 4px;
    left: -20px;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, #F8BC8C, #F1883D);
    background: -moz-linear-gradient(top, #F8BC8C, #F1883D);
    background: -ms-linear-gradient(top, #F8BC8C, #F1883D);
    background: linear-gradient(to bottom, #F8BC8C, #F1883D);
    text-align: center;
    line-height: 17px;
    font-size: 16px;
    color: #fff;
    display: none;
    font-weight: 400;
}

#product-count.active {
    display: block;
}

.quick-access {
    position: relative;
}

.category-products .actions {
    position: relative;
}

.category-products .actions:after {
    content: '';
    display: table;
    clear: both;
}

.category-products .actions .add-to-links li {
    display: inline-block;
    vertical-align: top;
    padding-left: 3px;
    padding-right: 3px;
    color: transparent;
    position: relative;
}

.category-products .actions .add-to-links li:first-child {
    padding-left: 0;
}

.category-products .actions .add-to-links li a {
    color: transparent !important;
}

.category-products .products-grid .product-image {
    width: 70%;
    margin-bottom: 10px;
}

.category-products .products-grid .product-image img {
    max-width: 100% !important;
    height: auto !important;
}

.category-products .products-grid .product-name {
    text-align: left;
    margin-bottom: 0;
    min-height: 61px;
    display: table-cell;
    vertical-align: middle;
    width: 175px;
    margin: 10px 0;
}

.products-grid .price-box {
    background: #EBEA9D;
    border-radius: 3px;
    display: block;
    text-align: center;
    padding: 2px 10px;
    margin: 40px 0 10px;
    color: #1A1A1A;
    position: relative;
    font-family: 'CTC';
    border-bottom: 2px solid #dfdc61;
}

.category-products .products-grid .product-name a {
    color: #2E65AD;
}

.category-products .actions .add-to-links li:first-child a {
    background: -webkit-radial-gradient(center top, #FFB98B, #FF8D41);
    background: -moz-radial-gradient(center top, #FFB98B, #FF8D41);
    background: -ms-radial-gradient(center top, #FFB98B, #FF8D41);
    background: radial-gradient(center top, #FFB98B, #FF8D41);
    border-bottom: 1px solid #9A9A00;
    width: 50px;
    height: 45px;
    border-radius: 4px;
    overflow: hidden;
    display: block
}

.category-products .actions .add-to-links li:first-child a:hover {
    background: #FF8D41
}

.category-products .actions .add-to-links li:first-child a:focus {
    background: #9B9B02;
}

.category-products .actions .add-to-links li:first-child a:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/ii1-min.png) no-repeat center center;
    width: 50px;
    height: 45px;
    top: 0;
    left: 0;
}

.category-products .actions .add-to-links li:nth-child(2) {
    margin-left: -3px;
}

.category-products .actions .add-to-links li:nth-child(2) a {
    background: -webkit-radial-gradient(center top, #A2C1C1, #669999);
    background: -moz-radial-gradient(center top, #A2C1C1, #669999);
    background: -ms-radial-gradient(center top, #A2C1C1, #669999);
    background: radial-gradient(center top, #A2C1C1, #669999);
    border-bottom: 1px solid #4C7070;
    width: 50px;
    height: 45px;
    border-radius: 4px;
    overflow: hidden;
    display: block
}

.category-products .actions .add-to-links li:nth-child(2) a:hover {
    background: #669999;
}

.category-products .actions .add-to-links li:nth-child(2) a:focus {
    background: #4B6F6F;
}

.category-products .actions .add-to-links li:nth-child(2) a:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/ii2-min.png) no-repeat center center;
    width: 50px;
    height: 45px;
    top: 0;
    left: 2px;
}

.category-products .actions .add-to-links li:nth-child(3) {
    border: 0;
    margin-left: -3px;
}

.actions .amount {
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    max-height: 24px;
}

.actions .amount:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/images/iic-min.png) no-repeat center center;
    width: 24px;
    height: 24px;
}

.category-products .actions .add-to-links li:nth-child(3) button {
    width: 50px;
    height: 45px;
    color: transparent;
    background: -webkit-radial-gradient(center top, #A2C1A2, #669966);
    background: -moz-radial-gradient(center top, #A2C1A2, #669966);
    background: -ms-radial-gradient(center top, #A2C1A2, #669966);
    background: radial-gradient(center top, #A2C1A2, #669966);
    border-bottom: 1px solid #4C704C;
    position: relative;
    float: right;
    overflow: hidden;
    border-radius: 4px;
}

.category-products .actions .add-to-links li:nth-child(3) button:hover {
    background: #669966;
}

.category-products .actions .add-to-links li:nth-child(3) button:focus {
    background: #4B6F4B;
}

.category-products .actions .add-to-links li:nth-child(3) button span {
    display: none;
}

.category-products .actions .add-to-links li:nth-child(3) button:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/ii3-min.png) no-repeat center center;
    width: 50px;
    height: 45px;
    top: 0;
    left: 0;
}

.catalog-product-view .bottom-block .category-products {
    margin: 0 35px;
}

.catalog-product-view .bottom-block .product-info-icon,
.product-info-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 31px;
}

.catalog-product-view .bottom-block .product-info-icon .new-icon,
.product-info-icon .new-icon {
    width: 29px;
    height: 16px;
    border-radius: 4px;
    background: -webkit-radial-gradient(center top, #A2C1C1, #6A9C9C);
    background: -moz-radial-gradient(center top, #A2C1C1, #6A9C9C);
    background: -ms-radial-gradient(center top, #A2C1C1, #6A9C9C);
    background: radial-gradient(center top, #A2C1C1, #6A9C9C);
    position: relative;
    margin-bottom: 4px;
}

.catalog-product-view .bottom-block .add-to-links li:first-child a {
    margin-right: 0;
}

.catalog-product-view .bottom-block .add-to-links li:first-child a:after {

}

.catalog-product-view .bottom-block .product-info-icon .new-icon:after,
.product-info-icon .new-icon:after {
    position: absolute;
    content: 'new';
    color: #FFEDD6;
    font-size: 13px;
    font-weight: 400;
    top: -3px;
    left: 2px;
}

.catalog-product-view .bottom-block .product-info-icon .bestseller-icon,
.product-info-icon .bestseller-icon {
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background: -webkit-radial-gradient(center top, #8EAECF, #487CB1);
    background: -moz-radial-gradient(center top, #8EAECF, #487CB1);
    background: -ms-radial-gradient(center top, #8EAECF, #487CB1);
    background: radial-gradient(center top, #8EAECF, #487CB1);
    position: relative;
    margin-bottom: 4px;
}

.catalog-product-view .bottom-block .product-info-icon .bestseller-icon:after,
.product-info-icon .bestseller-icon:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -248px -275px;
    width: 20px;
    height: 22px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -11px;
}

.filter-text p {
    margin: 0;
    font-size: 17px;
    color: #669999;
    display: inline-block;
    vertical-align: top;
    margin-left: 69px;
}

.filter-text p a {
    text-decoration: none;
    color: #426BBA;
}

.filter-popup {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    color: #fff;
    background: #FF8D41;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
}

.filter-popup span {
    position: absolute;
    color: #669999;
    max-width: 200px;
    left: 0;
    top: 24px;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.filter-popup:hover span {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.info-popup {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    background: #6780A8;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 21px;
    cursor: pointer;
    position: relative;
    margin-top: 6px;
    margin-left: 7px;
}

.info-popup span {
    position: absolute;
    z-index: -100;
    color: #669999;
    background: #fff;
    text-transform: none;
    max-width: 200px;
    right: 0;
    top: 24px;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.info-popup:hover span {
    z-index: 100;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.catalog-product-view .bottom-block .product-info-icon .youtube-icon,
.product-info-icon .youtube-icon {
    width: 29px;
    height: 29px;
    border-radius: 4px;
    background: -webkit-radial-gradient(center top, #EA6278, #DC0024);
    background: -moz-radial-gradient(center top, #EA6278, #DC0024);
    background: -ms-radial-gradient(center top, #EA6278, #DC0024);
    background: radial-gradient(center top, #EA6278, #DC0024);
    position: relative;
    margin-bottom: 4px;
}

.catalog-product-view .bottom-block .product-info-icon .youtube-icon:after,
.product-info-icon .youtube-icon:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -248px -244px;
    width: 20px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -7px;
}

.catalog-product-view .bottom-block .product-info-icon .sales-icon,
.product-info-icon .sales-icon {
    width: 29px;
    height: 29px;
    border-radius: 4px;
    background: -webkit-radial-gradient(center top, #FFB98A, #FF8E42);
    background: -moz-radial-gradient(center top, #FFB98A, #FF8E42);
    background: -ms-radial-gradient(center top, #FFB98A, #FF8E42);
    background: radial-gradient(center top, #FFB98A, #FF8E42);
    position: relative;
    margin-bottom: 4px;
}

.catalog-product-view .bottom-block .product-info-icon .sales-icon:after,
.product-info-icon .sales-icon:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -206px -277px;
    width: 19px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -9px;
}

.catalog-footer {
    margin-top: 30px;
}

.catalog-footer > h3 {
    font-size: 25px;
    line-height: 26px;
    margin-right: 110px;
    color: #333;
}

.catalog-footer > p {
    margin-left: 13px;
    margin-top: 8px;
    font-size: 16px;
    color: #575459;
}

.catalog-best-tyre:before, .catalog-best-disk:before, .catalog-best-tyre:after, .catalog-best-disk:after {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
}

.catalog-best-tyre h3, .catalog-best-disk h3 {
    display: block;
    width: 20%;
    font-size: 25px;
    line-height: 27px;
    color: #669999;
    font-weight: 400;
    float: left;
    min-height: 125px;
}

.catalog-best-tyre > div, .catalog-best-disk > div {
    display: block;
    width: 80%;
    float: left;
    padding: 0;
}

.catalog-best-tyre ul li a img, .catalog-best-disk ul li a img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.6;
    transition: .4s ease-in-out;
}

.catalog-best-tyre ul li a img:hover, .catalog-best-disk ul li a img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.catalog-product-view .product-essential .product-shop {
    width: auto;
    border: 0;
    float: none;
}

.catalog-product-view .product-img-box {
    position: relative;
}

.catalog-product-view .product-img-box:after {
    content: '';
    display: table;
    clear: both;
}

.catalog-product-view .product-img-box .more-views {
    float: left;
    width: 60px;
}

.catalog-product-view .product-img-box .more-views h2 {
    display: none;
}

.catalog-product-view .product-img-box .more-views li {
    display: none;
    width: 60px;
    height: 60px;
}

.catalog-product-view .product-img-box .more-views li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #DCDC00;
    border-radius: 6px;
}

.catalog-product-view .product-img-box .more-views li img {
    width: 100% !important;
    height: 100% !important;
}

.catalog-product-view .product-img-box .more-views li:first-child {
    display: block;
}

.catalog-product-view .product-img-box .more-views li:nth-child(2) {
    display: block;
}

.catalog-product-view .product-img-box .more-views li:nth-child(3) {
    display: block;
}

.catalog-product-view .product-img-box .more-views li:nth-child(4) {
    display: block;
}

.product-view .product-img-box .product-image {
    width: 132px;
    float: right;
    margin-right: 15px;
}

.product-view .product-img-box .product-image img {
    width: 100% !important;
    height: auto !important;
}

.product-view .product-img-box .product-image + p {
    display: none;
}

.product-view .product-img-box .zoom {
    display: none;
}

.catalog-product-view .product-info-icon {
    position: absolute;
    top: 12px;
    right: -64px;
    width: 31px;
}

.catalog-product-view .product-info-icon .new-icon {
    width: 49px;
    height: 26px;
    border-radius: 4px;
    background: -webkit-radial-gradient(center top, #A2C1C1, #6A9C9C);
    background: -moz-radial-gradient(center top, #A2C1C1, #6A9C9C);
    background: -ms-radial-gradient(center top, #A2C1C1, #6A9C9C);
    background: radial-gradient(center top, #A2C1C1, #6A9C9C);
    position: relative;
    margin-bottom: 4px;
    position: relative;
}

.catalog-product-view .product-info-icon .new-icon:after {
    position: absolute;
    content: 'new';
    color: #FFEDD6;
    font-size: 20px;
    font-weight: 400;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 26px;
    top: 0;
    left: 0;
}

.catalog-product-view .product-info-icon .bestseller-icon {
    width: 49px;
    height: 49px;
    border-radius: 4px;
    background: -webkit-radial-gradient(center top, #8EAECF, #487CB1);
    background: -moz-radial-gradient(center top, #8EAECF, #487CB1);
    background: -ms-radial-gradient(center top, #8EAECF, #487CB1);
    background: radial-gradient(center top, #8EAECF, #487CB1);
    position: relative;
    margin-bottom: 4px;
    position: relative;
}

.catalog-product-view .product-info-icon .bestseller-icon:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -342px -548px;
    width: 32px;
    height: 36px;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -18px;
}

.product-info-icon div span {
    position: absolute;
    z-index: -100;
    color: #669999;
    background: #fff;
    text-transform: none;
    max-width: 200px;
    right: 0;
    top: 24px;
    padding: 5px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.product-info-icon div:hover span {
    z-index: 100;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.catalog-product-view .product-info-icon .youtube-icon {
    width: 49px;
    height: 49px;
    border-radius: 4px;
    background: -webkit-radial-gradient(center top, #EA6278, #DC0024);
    background: -moz-radial-gradient(center top, #EA6278, #DC0024);
    background: -ms-radial-gradient(center top, #EA6278, #DC0024);
    background: radial-gradient(center top, #EA6278, #DC0024);
    position: relative;
    margin-bottom: 4px;
    position: relative;
}

.catalog-product-view .product-info-icon .youtube-icon:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -393px -566px;
    width: 32px;
    height: 22px;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -11px;
}

.catalog-product-view .product-info-icon .sales-icon {
    width: 49px;
    height: 49px;
    border-radius: 4px;
    background: -webkit-radial-gradient(center top, #FFB98A, #FF8E42);
    background: -moz-radial-gradient(center top, #FFB98A, #FF8E42);
    background: -ms-radial-gradient(center top, #FFB98A, #FF8E42);
    background: radial-gradient(center top, #FFB98A, #FF8E42);
    position: relative;
    margin-bottom: 4px;
    position: relative;
}

.catalog-product-view .product-info-icon .sales-icon:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -343px -597px;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

.catalog-product-view .product-collateral {
    border: 0;
}

.catalog-product-view .easytabs-content {
    border: 0;
    border-top: 1px solid #dcdc00;
    background: none;
    padding-top: 34px;
}

.catalog-product-view .easytabs li {
    display: inline-block;
    margin-bottom: -1px;
    border: 1px solid #dcdc00;
    padding: 2px 6px;
    font-size: 16px;
    background: #f5f5f5;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    cursor: pointer;
    box-shadow: none;
}

.catalog-product-view .easytabs li a {
    color: #3636a0;
    font-family: 'Kalypsa';
    font-weight: 400;
    font-size: 18px;
}

.catalog-product-view .easytabs li:nth-child(2) {
    margin-left: -10px;
}

.catalog-product-view .easytabs li:nth-child(3) {
    margin-left: -10px;
}

.catalog-product-view .easytabs li:hover {
    background: #ffedd6
}

.catalog-product-view .easytabs li.active {
    background: #fff;
}

.catalog-product-view .easytabs li.active a {
    color: #000;
}

.easytabs-a {
    padding: 4px 14px 4px 6px;
}

.catalog-product-view .dedicated-review-box p {
    background: #EBEA9D;
    border-radius: 6px;
    padding: 5px 10px;
}

.catalog-product-view .product-essential .product-shop {
    margin: 0;
    padding: 0;
}

.catalog-product-view .product-view .product-img-box {
    float: left;
    width: 267px;
    margin-left: 49px;
    margin-top: 21px;
}

.catalog-product-view .col-main {
    width: 747px;
}

.catalog-product-view .product-shop .product-name h1 {
    text-align: left;
    font-size: 24px;
    padding: 4px 42px 4px 0;
    color: #333;
    font-weight: 400;
}

.catalog-product-view .product-buy-block {
    margin-left: 360px;
}

.catalog-product-view .product-buy-block .product-name {
    text-align: left;
    margin: 28px 0 0 37px;
    font-size: 16px;

}

.catalog-product-view .product-buy-block .product-name h1 {
    color: #2E65AD;
}

.catalog-product-view .product-buy-block .availability.in-stock {
    display: none;
}

.catalog-product-view .product-buy-block .price-box {
    text-align: left;
    padding-left: 81px;
    margin-bottom: 0;
    margin-top: 42px;
}

.catalog-product-view .product-buy-block .price-box .regular-price .price {
    background: #EBEA9D;
    border-radius: 6px;
    display: block;
    padding: 2px 10px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-family: 'CTC';
    font-size: 31px;
    text-align: Center;
}

.catalog-product-view .product-buy-block .price-box .special-price .price {
    background: #E3E330;
    border-radius: 0 6px 6px 6px;
    display: block;
    padding: 2px 10px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-family: 'CTC';
    font-size: 31px;
    text-align: Center;
}

.catalog-product-view .product-buy-block .price-box .old-price .price {
    background: #EBEA9D;
    border-radius: 6px 6px 0 0;
    display: block;
    padding: 2px 10px;
    color: #1a1a1a;
    font-family: 'CTC';
    font-size: 31px;
    text-align: Center;
    margin-right: 30px;
}

.catalog-product-view .product-buy-block .price-box p {
    text-align: right;
}

.catalog-product-view .add-to-box .or {
    display: none;
}

.catalog-product-view .add-to-cart input,
.catalog-product-view .add-to-cart label {
    display: none;
}

.catalog-product-view .add-to-links li:first-child a {
    background: -webkit-radial-gradient(center top, #FFB98B, #FF8D41);
    background: -moz-radial-gradient(center top, #FFB98B, #FF8D41);
    background: -ms-radial-gradient(center top, #FFB98B, #FF8D41);
    background: radial-gradient(center top, #FFB98B, #FF8D41);
    border-bottom: 1px solid #9A9A00;
    width: 57px;
    height: 52px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    color: transparent !important;
    position: relative;
}

.catalog-product-view .add-to-links li:first-child a:hover {
    background: #FF8D41
}

.catalog-product-view .add-to-links li:first-child a:focus {
    background: #9B9B02
}

.catalog-product-view .add-to-links li {
    display: inline-block !important;
    vertical-align: top;
    position: relative;
}

.catalog-product-view .add-to-links li a {
    margin: 0 12px 5px 0;
}

.catalog-product-view .add-to-links li:first-child a:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/ii1-min.png) no-repeat center center;
    width: 44px;
    height: 50px;
    top: 0;
    left: 0;
}

.catalog-product-view .add-to-links li:nth-child(2) {
    margin-left: -3px;
}

.catalog-product-view .add-to-links li:nth-child(2) a {
    background: -webkit-radial-gradient(center top, #A2C1C1, #669999);
    background: -moz-radial-gradient(center top, #A2C1C1, #669999);
    background: -ms-radial-gradient(center top, #A2C1C1, #669999);
    background: radial-gradient(center top, #A2C1C1, #669999);
    border-bottom: 1px solid #4C7070;
    width: 57px;
    height: 52px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    color: transparent !important;
    position: relative;
    margin-right: 0px !important;
}

.catalog-product-view .add-to-links li:nth-child(2) a:hover {
    background: #669999;
}

.catalog-product-view .add-to-links li:nth-child(2) a:focus {
    background: #4B6F6F;
}

.catalog-product-view .add-to-links li:nth-child(2) a:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/ii2-min.png) no-repeat center center;
    width: 50px;
    height: 45px;
    top: 0;
    left: 0;
}

.catalog-product-view .add-to-cart button {
    height: 52px;
    width: 136px;
    background: -webkit-radial-gradient(center top, #A2C1A2, #669966);
    background: -moz-radial-gradient(center top, #A2C1A2, #669966);
    background: -ms-radial-gradient(center top, #A2C1A2, #669966);
    background: radial-gradient(center top, #A2C1A2, #669966);
    border-bottom: 1px solid #4C704C;
    position: relative;
    float: right;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 8px 5px 0;
    -webkit-appearance: none;
    position: relative;
}

.catalog-product-view .add-to-cart button:hover {
    background: #669966;
}

.catalog-product-view .add-to-cart button:focus {
    background: #4B6F4B;
}

.catalog-product-view .add-to-cart button span {
    background: none;
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 !important;
    font-size: 22px;
    margin-top: 10px;
    text-shadow: 0 1px 1px #4B6F4B;
    white-space: normal !important;
    font-family: 'Kalypsa'
}

.catalog-product-view .add-to-cart button span span {
    padding-top: 5px !important;
}

.catalog-product-view .add-to-box {
    margin: 2px 0 0 82px;
    height: 68px;
}

.catalog-product-view .col-right {
    width: 224px;
}

.catalog-product-view .sidebar .block-list {
    display: none;
}

.catalog-product-view .sidebar .block-cart {
    display: none;
}

.catalog-product-view .product-sidebar .talk {
    font-size: 17px;
    display: block;
    margin-left: 36px;
    position: relative;
    color: #5E82AB;
    margin-top: 9px;
}

.catalog-product-view .product-sidebar .talk:hover {
    text-decoration: none;
}

.catalog-product-view .product-sidebar .talk:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -28px -553px;
    width: 18px;
    height: 25px;
    left: -29px;
    top: -1px;
}

.catalog-product-view .product-sidebar .biss {
    font-size: 17px;
    display: block;
    margin-left: 36px;
    margin-top: 4px;
    position: relative;
    color: #5E82AB;
}

.catalog-product-view .product-sidebar .biss:hover {
    text-decoration: none;
}

.catalog-product-view .product-sidebar .biss:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -25px -598px;
    width: 23px;
    height: 13px;
    left: -30px;
    top: 10px;
}

.catalog-product-view .product-sidebar .back {
    margin-top: 11px;
    background: #f5f5f5;
    border-style: solid;
    -moz-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    -webkit-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    -o-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 fill repeat;
    border-radius: 6px;
    padding: 17px 0 15px 19px;
}

.catalog-product-view .product-sidebar .back p:first-child {
    color: #669999;
    font-size: 17px;
    margin-bottom: 0;
}

.catalog-product-view .product-sidebar .back p:nth-child(2) {
    color: #333;
    position: relative;
    font-size: 20px;
    margin: 15px 0px 15px 46px;
    font-weight: 700;
    font-family: 'CTC';
    line-height: 19px;
}

.catalog-product-view .product-sidebar .back p:nth-child(2):after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -65px -565px;
    width: 46px;
    height: 40px;
    left: -55px;
    top: 0px;
}

.catalog-product-view .product-sidebar .back p:last-child {
    color: #669999;
    font-size: 17px;
    text-align: center;
    margin-right: 19px;
    margin-top: 19px;
    line-height: 19px;
}

.catalog-product-view .social-sidebar {
    margin-top: 0;
    margin-left: 81px;
    background: #f5f5f5;
    border-style: solid;
    -moz-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    -webkit-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    -o-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 fill repeat;
    border-radius: 6px;
    padding: 6px 0px 6px 7px;
    max-width: 255px;
}

.catalog-product-view .social-sidebar h3 {
    color: #669999;
    margin: 2px 6px;
    font-size: 16px;
    font-weight: 400 !important;
    font-family: 'Kalypsa';
}

.catalog-product-view .product-sidebar .idia, .sidebar_right .idia {
    display: block;
    background: -webkit-radial-gradient(center top, #E2DD2D, #D48500);
    background: -moz-radial-gradient(center top, #E2DD2D, #D48500);
    background: -ms-radial-gradient(center top, #E2DD2D, #D48500);
    background: radial-gradient(center top, #E2DD2D, #D48500);
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 7px;
    text-decoration: none;
    border-radius: 6px;
    position: relative;
    margin-top: 57px;
    font-family: 'CTC';
    margin-left: 6px;
    margin-right: 10px;
}

.catalog-product-view .product-tabs {
    margin-top: 53px;
}

.easytabs-ul-wrapper
.catalog-product-view .product-sidebar .idia:hover, .sidebar_right .idia:hover {
    background: #D48500;
}

.catalog-product-view .product-sidebar .idia:after, .sidebar_right .idia:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -134px -567px;
    width: 103px;
    height: 22px;
    top: -22px;
    left: 50%;
    margin-left: -52px;
}

.catalog-product-view .product-sidebar .idia-text {
    margin-left: 24px;
    margin-right: 15px;
    margin-top: 3px;
    display: block;
    position: relative;
}

.catalog-product-view .product-sidebar .idia-text:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -25px -847px;
    width: 10px;
    height: 10px;
    right: 129px;
    bottom: 3px;
}

.catalog-product-view .product-view .product-img-box {
    margin-left: 0;
}

#product_tabs_additional_tabbed_contents {
    padding-left: 0;
    padding-right: 0;
}

#product_tabs_additional_tabbed_contents .data-table {
    border: 1px solid #DCDC00;
}

#product_tabs_additional_tabbed_contents .data-table tr.last th {
    border-bottom: 1px solid #DCDC00 !important;
}

#product_tabs_additional_tabbed_contents .data-table th {
    font-weight: 400;
}

#product_tabs_additional_tabbed_contents .data-table td {
    font-weight: 400;
}

.cms-home .main {
    border-radius: 0;
    padding: 0 0 80px 0;
}

.filter-main {
    padding: 21px 50px 0;
}

.filter-main > form {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    border: 2px solid #DCDC00;
    border-radius: 6px;
    overflow: hidden;
    background: -webkit-linear-gradient(bottom, #467AAF, #205C8A);
    background: -moz-linear-gradient(bottom, #467AAF, #205C8A);
    background: -ms-linear-gradient(bottom, #467AAF, #205C8A);
    background: linear-gradient(to top, #467AAF, #205C8A);
}

.filter-main form:after {
    content: '';
    display: table;
    clear: both;
}

.filter-main > form:nth-child(2) {
    margin: 0 46px;
}

.filter-main #fieldset1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'CTC';
    font-weight: 700;
    margin: 8px 24px 3px;
}

#filter-auto #fieldset1 {
    margin: 11px 0px 20px 21px;
}

#filter-auto .chosen-container {
    width: 65% !important;
    min-width: 65% !important;
    float: right;
}

.filter-main > form fieldset {
    margin-left: 19px;
    margin-right: 19px;
}

.filter-main .field-row {
    display: inline-block;
    vertical-align: top;
}

.filter-main .field-row label {
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: #669999;
    width: 70px;
    margin-bottom: 2px;
}

#filter-tyre #fieldset2 select,
#filter-disk #fieldset2 select {
    width: 65px;
    height: 32px;
    font-size: 16px;
    font-weight: 400;
}

#filter-tyre #fieldset2 .field-row:nth-child(2),
#filter-tyre #fieldset2 .field-row:nth-child(4),
#filter-disk #fieldset2 .field-row:nth-child(1),
#filter-disk #fieldset2 .field-row:nth-child(3) {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    margin: 20px 4px 0px -2px;
    font-weight: normal;
    font-size: 17px;
    text-transform: uppercase;
}

#filter-tyre #fieldset3 select {
    width: 149px;
    height: 32px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 7px;
}

#filter-tyre #fieldset3 .field-row:last-child {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 17px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

#filter-tyre #fieldset3 .field-row:last-child input {
    width: 17px;
    height: 17px;
    margin-right: 6px;
}

#filter-disk #fieldset3 .field-row,
#filter-disk #fieldset4 .field-row,
#filter-tyre #fieldset4 .field-row {
    width: 100%;
}

#filter-disk #fieldset3 select,
#filter-disk #fieldset4 select,
#filter-tyre #fieldset4 select {
    width: 100%;
    height: 32px;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}

#filter-disk #fieldset3 select,
#filter-disk #fieldset4 select {
    margin-top: 5px;
}

.filter-main #fieldset5 {
    margin-top: 5px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 0;
}

.filter-main #fieldset5 input {

}

.filter-main #fieldset6 {
    height: 51px;
    background: -webkit-linear-gradient(bottom, #467AAF, #205C8A);
    background: -moz-linear-gradient(bottom, #467AAF, #205C8A);
    background: -ms-linear-gradient(bottom, #467AAF, #205C8A);
    background: linear-gradient(to top, #467AAF, #205C8A);
    overflow: hidden;
    position: relative;
    text-align: right;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
}

.filter-main #fieldset6:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/button-bg.png) no-repeat right center;
    height: 44px;
    width: 160px;
    top: 50%;
    margin-top: -22px;
    left: 0;
}

.filter-main #fieldset6 #submit {
    width: 103px;
    height: 30px;
    text-transform: uppercase;
    color: #336666;
    font-size: 14px;
    margin: 11px 20px;
    background: #e6e6e6;
    border: 0;
    position: relative;
    z-index: 10;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
}

.filter-main #fieldset6 #submit:hover {
    background: #878787;
    color: #fff;
}

.filter-main #fieldset6 #submit:focus {
    background: #424141;
}

#filter-auto .field-row label {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    width: 78px;
    font-size: 16px;
    color: #fff;
    font-size: 17px;
    line-height: 22px;
}

#filter-auto > div {
    margin-bottom: 13px;
}

#filter-auto > div:first-child {
    margin-bottom: 0;
}

#filter-auto > div:last-child {
    margin-bottom: 0;
}

#filter-auto .field-row select {
    width: 165px;
    height: 32px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}

#filter-auto #fieldset4 .field-row label {
    font-size: 10px;
}

.our-adv {
    margin: 50px 52px 34px;
    background: #f7f7f7;
    border: 2px solid #ebea9d;
    border-radius: 6px;
}

.our-adv h2 {
    font-size: 23px;
    color: #333;
    font-weight: 700;
    font-family: 'CTC';
    position: relative;
    margin: 24px 41px 7px;
    position: relative;
}

.our-adv h2:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -108px -836px;
    width: 21px;
    height: 21px;
    left: -30px;
    top: 2px;
}

.our-adv-column {
    display: inline-block;
    vertical-align: top;
    width: 178px;
    margin-left: 15px;
    text-align: center;
    margin-right: -3px;
}

.our-adv .our-adv-column div {
    padding-top: 80px;
    position: relative;
}

.our-adv-page .our-adv-table tbody tr, .our-adv-page .our-adv-table tbody tr td {
    position: relative;
    padding-top: 10px;
}

.our-adv .our-adv-column:nth-of-type(1) div:first-child, .our-adv-page .our-adv-table tbody tr:nth-child(4n-2) td:nth-child(1),
.our-adv .our-adv-column:nth-of-type(1) div:first-child, .our-adv-page .our-adv-table tbody tr:nth-child(4n-1) td:nth-child(1) {
    color: #487cb1;
}

.our-adv .our-adv-column:nth-of-type(1) div:first-child, .our-adv-page .our-adv-table tbody tr:nth-child(4n-3) td:nth-child(1),
.our-adv .our-adv-column:nth-of-type(1) div:first-child, .our-adv-page .our-adv-table tbody tr:nth-child(4n) td:nth-child(1) {
    color: #D48500;
}

.our-adv-page .our-adv-table tbody tr td:nth-child(1) {
    width: 178px;
    vertical-align: middle;
    text-align: center;
}

.our-adv .our-adv-column a {
    text-decoration: none !important;
}

.our-adv .our-adv-column:nth-of-type(1) a:first-child div:after, .our-adv-page .our-adv-table tbody tr:nth-child(1) td:nth-child(1):after {
    position: absolute;
    content: '';
    left: 50%;
    top: 17px;
    margin-left: -52px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) -13px -247px;
    width: 104px;
    height: 63px;
}

.our-adv .our-adv-column:nth-of-type(1) a:nth-child(2) div {
    color: #487CB1;
    margin-top: 15px;
}

.our-adv .our-adv-column:nth-of-type(1) a:nth-child(2) div:after, .our-adv-page .our-adv-table tbody tr:nth-child(2) td:nth-child(1):after {
    position: absolute;
    content: '';
    left: 50%;
    top: 15px;
    margin-left: -46px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) -8px -159px;
    width: 93px;
    height: 70px;
}

.our-adv .our-adv-column:nth-of-type(2) a:first-child div {
    color: #487CB1;
    padding-top: 15px;
}

.our-adv-page__icon-text__great-exp:after {
    font-size: 36px;
    text-transform: uppercase;
    margin: 6px 0px 4px;
    padding: 0px;
    content: '21 ГОД';
    left: 0;
    top: 15px;
    width: 100%;
    height: 70px;
    position: absolute;
}

.our-adv .our-adv-column:nth-of-type(2) a:first-child div p {
    font-size: 36px;
    text-transform: uppercase;
    margin: 6px 0px 4px;
    padding: 0;
}

.our-adv .our-adv-column:nth-of-type(2) a:nth-child(2) div {
    color: #D48500;
    margin-top: 15px;
}

.our-adv .our-adv-column:nth-of-type(2) a:nth-child(2) div:after, .our-adv-page .our-adv-table tbody tr:nth-child(4) td:nth-child(1):after {
    position: absolute;
    content: '';
    left: 50%;
    top: 20px;
    margin-left: -27px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) -299px -418px;
    width: 55px;
    height: 56px;
}

.our-adv .our-adv-column:nth-of-type(3) a:first-child {
    color: #D48500;
}

.our-adv .our-adv-column:nth-of-type(3) a:first-child div:after, .our-adv-page .our-adv-table tbody tr:nth-child(5) td:nth-child(1):after {
    position: absolute;
    content: '';
    left: 50%;
    top: 28px;
    margin-left: -54px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) -293px -169px;
    width: 108px;
    height: 49px;
}

.our-adv .our-adv-column:nth-of-type(3) a:nth-child(2) div {
    color: #487CB1;
    margin-top: 15px;
}

.our-adv .our-adv-column:nth-of-type(3) a:nth-child(2) div:after, .our-adv-page .our-adv-table tbody tr:nth-child(6) td:nth-child(1):after {
    position: absolute;
    content: '';
    left: 50%;
    top: 30px;
    margin-left: -33px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) -347px -259px;
    width: 70px;
    height: 38px;
}

.our-adv .our-adv-column:nth-of-type(4) a:first-child div {
    color: #487CB1;
}

.our-adv .our-adv-column:nth-of-type(4) a:first-child div:after, .our-adv-page .our-adv-table tbody tr:nth-child(7) td:nth-child(1):after {
    position: absolute;
    content: '';
    left: 50%;
    top: 23px;
    margin-left: -30px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) -211px -161px;
    width: 62px;
    height: 55px;
}

.our-adv .our-adv-column:nth-of-type(4) a:nth-child(2) div {
    color: #D48500;
    margin-top: 15px;
}

.our-adv .our-adv-column:nth-of-type(4) a:nth-child(2) div:after, .our-adv-page .our-adv-table tbody tr:nth-child(8) td:nth-child(1):after {
    position: absolute;
    content: '';
    left: 50%;
    top: 42px;
    margin-left: -25px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) -266px -570px;
    width: 54px;
    height: 28px;
}

.our-adv .our-adv-column:nth-of-type(5) a:first-child div {
    color: #D48500;
}

.our-adv .our-adv-column:nth-of-type(5) a:first-child div:after, .our-adv-page .our-adv-table tbody tr:nth-child(9) td:nth-child(1):after {
    position: absolute;
    content: '';
    left: 50%;
    top: 33px;
    margin-left: -49px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) -111px -172px;
    width: 76px;
    height: 44px;
}

.our-adv .our-adv-column:nth-of-type(5) div:nth-child(2) {
    padding: 31px 24px 23px;
}

.our-adv .our-adv-column:nth-of-type(5) div:nth-child(2) a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/adv-but.png) no-repeat center;
    background-size: 100% 100%;
    width: 115px;
    height: 25px;
    text-align: left;
    font-size: 16px;
    padding: 3px 9px;
    margin-bottom: 5px;
}

.our-adv .our-adv-column:nth-of-type(5) div:nth-child(2) a:hover {
    color: #fff !important;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/adv-but-hover.png) no-repeat right top;
    background-size: 100% 100%;
}

.our-adv .our-adv-column:nth-of-type(5) div:nth-child(2) a:last-child {
    width: 105px;
    height: 25px;
    text-align: left;
    font-size: 16px;
    padding: 3px 9px;
    margin-bottom: 5px;
}

.home-viewed {
    margin: 50px 1% 0;
    background: -webkit-linear-gradient(top, #f7f7f7, #fff);
    background: -moz-linear-gradient(top, #f7f7f7, #fff);
    background: -ms-linear-gradient(top, #f7f7f7, #fff);
    background: linear-gradient(to bottom, #f7f7f7, #fff);
}

.home-viewed:after {
    content: '';
    display: table;
    clear: both;
}

.home-viewed .products-grid {
    background: none;
    border: 0;
    width: 100%;
    padding: 0
}

.home-viewed .prodimage {
    width: 117px;
}

.home-viewed .prodimage a {
    display: block;
    width: 100%
}

.home-viewed .prodimage img {
    width: 88%;
}

.home-viewed .product-name a {
    color: #2E65AD;
    text-decoration: none;
    font-size: 15px;
    text-align: left !important;
}

.home-viewed .price-box span {
    color: #1a1a1a;
    padding: 0;
    margin: 0;
}

.home-viewed h2 {
    font-size: 23px;
    color: #333;
    font-weight: 700;
    font-family: 'CTC';
    position: relative;
    padding: 11px 71px 1px !important;
    border: none;
}

.home-viewed h2:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -293px -244px;
    width: 27px;
    height: 15px;
    left: 38px;
    top: 21px;
}

.home-viewed .actions .add-to-links li a {
    color: transparent !important;
    position: relative;
}

.home-viewed .actions .add-to-links li:first-child {
    padding-left: 0;
}

.home-viewed .actions .add-to-links li:first-child a {
    background: -webkit-radial-gradient(center top, #FFB98B, #FF8D41);
    background: -moz-radial-gradient(center top, #FFB98B, #FF8D41);
    background: -ms-radial-gradient(center top, #FFB98B, #FF8D41);
    background: radial-gradient(center top, #FFB98B, #FF8D41);
    border-bottom: 1px solid #9A9A00;
    width: 29px;
    height: 26px;
    border-radius: 4px;
    overflow: hidden;
    display: block
}

.home-viewed .actions .add-to-links li:first-child a:hover {
    background: #FF8D41;
}

.home-viewed .actions .add-to-links li:first-child a:focus {
    background: #9B9B02;
}

.home-viewed .actions .add-to-links li:first-child a:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat center center;
    width: 50px;
    height: 45px;
    top: 0;
    left: 0;
}

.home-viewed .actions .add-to-links li:nth-child(2) {
    margin-left: -3px;
}

.home-viewed .actions .add-to-links li:nth-child(2) a {
    background: -webkit-radial-gradient(center top, #A2C1C1, #669999);
    background: -moz-radial-gradient(center top, #A2C1C1, #669999);
    background: -ms-radial-gradient(center top, #A2C1C1, #669999);
    background: radial-gradient(center top, #A2C1C1, #669999);
    border-bottom: 1px solid #4C7070;
    width: 29px;
    height: 26px;
    border-radius: 4px;
    overflow: hidden;
    display: block
}

.home-viewed .actions .add-to-links li:nth-child(2) a:hover {
    background: #669999;
}

.home-viewed .actions .add-to-links li:nth-child(2) a:focus {
    background: #4B6F6F;
}

.home-viewed .actions .add-to-links li:nth-child(2) a:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -168px -275px;
    width: 19px;
    height: 19px;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
}

.home-viewed .actions .add-to-links li:nth-child(3) {
    padding-right: 0;
    border-right: 0;
    margin-left: -3px;
}

.home-viewed .actions .add-to-links li:nth-child(3) button {
    width: 29px;
    height: 26px;
    color: transparent;
    background: -webkit-radial-gradient(center top, #A2C1A2, #669966);
    background: -moz-radial-gradient(center top, #A2C1A2, #669966);
    background: -ms-radial-gradient(center top, #A2C1A2, #669966);
    background: radial-gradient(center top, #A2C1A2, #669966);
    border-bottom: 1px solid #4C704C;
    position: relative;
    float: right;
    width: 29px;
    height: 26px;
    overflow: hidden;
    border-radius: 4px;
}

.home-viewed .actions .add-to-links li:nth-child(3) button:hover {
    background: #669966
}

.home-viewed .actions .add-to-links li:nth-child(3) button:focus {
    background: #4B6F4B
}

.home-viewed .actions .add-to-links li:nth-child(3) button span {
    display: none;
}

.home-viewed .actions .add-to-links li:nth-child(3) button:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -171px -244px;
    width: 16px;
    height: 15px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -7px;
}

.home-viewed .products-grid .special-price .price-label {
    display: none;
}

.home-viewed .products-grid .special-price {
    padding: 0;
    margin: 0;
}

.home-viewed .products-grid .actions {
    position: static;
}

.category-links {
    margin: 50px 57px 34px;
    background: #f7f7f7;
    border: 2px solid #ebea9d;
    border-radius: 6px;
    padding: 25px 0px 25px 0px;
}

.category-links ul:first-child {
    margin: 42px 0 0;
    padding: 0;
    text-align: center
}

.category-links ul:first-child li {
    width: 162px;
    display: inline-block;
    vertical-align: top;
    height: 65px;
    position: relative;
    margin: 0 35px;
    z-index: 1;
}

.category-links ul:first-child li:after {
    transition: transform .8s ease-in-out;
}

.category-links ul:first-child li:hover:after {
    transform: rotate(360deg);
}

.category-links ul:first-child li a {
    display: block;
    background: -webkit-linear-gradient(top, #F9C091 0%, #F9C091 10%, #F1883D 100%);
    background: -moz-linear-gradient(top, #F9C091 0%, #F9C091 10%, #F1883D 100%);
    background: -ms-linear-gradient(top, #F9C091 0%, #F9C091 10%, #F1883D 100%);
    background: linear-gradient(to bottom, #F9C091 0%, #F9C091 10%, #F1883D 100%);
    border-radius: 6px;
    height: 100%;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 26px;
    padding-top: 16px;
}

.category-links ul:first-child li a:hover {
    background: #F1883D;
    color: #fff !important;
}

.category-links ul:first-child li:first-child:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -268px -329px;
    width: 66px;
    height: 66px;
    left: 50%;
    top: -33px;
    margin-left: -33px;
    z-index: -1
}

.category-links ul:first-child li:first-child:hover:after {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -327px -18px;
}

.category-links ul:first-child li:nth-child(2):after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -173px -329px;
    width: 66px;
    height: 66px;
    left: 50%;
    top: -33px;
    margin-left: -33px;
    z-index: -1
}

.category-links ul:first-child li:nth-child(2):hover:after {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -173px -18px;
}

.category-links ul:first-child li:nth-child(3):after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -90px -329px;
    width: 66px;
    height: 66px;
    left: 50%;
    top: -33px;
    margin-left: -33px;
    z-index: -1
}

.category-links ul:first-child li:nth-child(3):hover:after {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -252px -18px;
}

.category-links ul:first-child li:nth-child(4):after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -8px -332px;
    width: 63px;
    height: 63px;
    left: 50%;
    top: -33px;
    margin-left: -33px;
    z-index: -1
}

.category-links ul:first-child li:nth-child(4):hover:after {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -100px -22px;
}

.category-links ul:last-child {
    margin: 60px 0 12px;
    padding: 0;
    text-align: center
}

.category-links ul:last-child li {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.category-links ul:last-child li:nth-child(2) {
    width: 230px;
    height: 61px;
    margin-left: 57px;
    margin-right: 69px;
}

.category-links ul:last-child li:nth-child(2) a {
    display: block;
    background: -webkit-linear-gradient(top, #F9C091 0%, #F9C091 10%, #F1883D 100%);
    background: -moz-linear-gradient(top, #F9C091 0%, #F9C091 10%, #F1883D 100%);
    background: -ms-linear-gradient(top, #F9C091 0%, #F9C091 10%, #F1883D 100%);
    background: linear-gradient(to bottom, #F9C091 0%, #F9C091 10%, #F1883D 100%);
    border-radius: 6px;
    height: 100%;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    height: 45px;
    line-height: 26px;
    padding-top: 16px;
}

.category-links ul:last-child li:nth-child(2) a:hover {
    background: #F1883D;
    color: #fff !important;
}

.category-links ul:last-child li:nth-child(2):after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -355px -326px;
    width: 75px;
    height: 69px;
    left: 50%;
    top: -34px;
    margin-left: -37px;
    z-index: -1
}

.category-links ul:last-child li:nth-child(2):hover:after {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -8px -22px;
}

.category-links ul:last-child li {
    display: inline-block;
    vertical-align: top;
}

.category-links ul:last-child li:first-child a {
    color: #E60D2E;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    padding-top: 13px;
}

.category-links ul:last-child li:last-child a {
    color: #487CB1;
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    padding-top: 13px;
    position: relative;
}

.category-links ul:last-child li:last-child a:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -290px -275px;
    width: 28px;
    height: 29px;
    left: -29px;
    top: 11px;
}

.tyre-index-result .category-links {
    margin: 34px 0;
    background: #f7f7f7;
    border: 2px solid #ebea9d;
    border-radius: 6px;
}

.tyre-index-result .category-links p {
    padding: 10px;
    font-size: 20px;
    color: #669999;
}

.tyre-index-result .category-links ul li {
    width: auto !important;
    height: auto !important;
    margin-left: 5px !important;
    margin-right: 10px !important;
    margin-bottom: 50px;
}

.tyre-index-result .category-links ul li a {
    display: block;
    background: -webkit-linear-gradient(top, #F9C091 0%, #F9C091 10%, #F1883D 100%);
    background: -moz-linear-gradient(top, #F9C091 0%, #F9C091 10%, #F1883D 100%);
    background: -ms-linear-gradient(top, #F9C091 0%, #F9C091 10%, #F1883D 100%);
    background: linear-gradient(to bottom, #F9C091 0%, #F9C091 10%, #F1883D 100%);
    border-radius: 6px;
    height: 100% !important;
    text-decoration: none;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 25px !important;
    line-height: 26px;
    padding-top: 16px;
    padding: 16px 10px 16px !important;
}

.tyre-index-result .category-links ul li a:hover {
    background: #F1883D;
}

.tyre-index-result .category-links ul li:first-child:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -268px -329px;
    width: 66px;
    height: 66px;
    left: 50%;
    top: -33px;
    margin-left: -33px;
    z-index: -1
}

.tyre-index-result .category-links ul li:nth-child(2):after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -173px -329px;
    width: 66px;
    height: 66px;
    left: 50%;
    top: -33px;
    margin-left: -33px;
    z-index: -1
}

.tyre-index-result .category-links ul li:nth-child(3):after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -90px -329px;
    width: 66px;
    height: 66px;
    left: 50%;
    top: -33px;
    margin-left: -33px;
    z-index: -1
}

.tyre-index-result .category-links ul li:nth-child(4):after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -8px -332px;
    width: 63px;
    height: 63px;
    left: 50%;
    top: -33px;
    margin-left: -33px;
    z-index: -1
}

.tyre-index-result .category-links ul li:nth-child(5):after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -355px -326px;
    width: 75px;
    height: 69px;
    left: 50%;
    top: -33px;
    margin-left: -39px;
    z-index: -1
}

.tyre-index-result .category-links ul:last-child li:last-child a:after {
    display: none;
}

.tyre-index-result .category-links ul li:first-child:hover:after {
    background-position: -327px -18px;
}

.tyre-index-result .category-links ul li:nth-child(2):hover:after {
    background-position: -173px -18px;
}

.tyre-index-result .category-links ul li:nth-child(3):hover:after {
    background-position: -252px -18px;
}

.tyre-index-result .category-links ul li:nth-child(4):hover:after {
    background-position: -100px -22px;
}

.tyre-index-result .category-links ul li:nth-child(5):hover:after {
    background-position: -8px -22px;
}

.page-print .clcopyright {
    display: none;
}

.news-block {
    float: left;
    width: 686px;
    margin: 43px 0 0 52px;
}

.news-block h2 {
    font-size: 23px;
    margin-left: 41px;
    font-weight: 700;
    font-family: 'CTC';
    line-height: 26px;
    position: relative;
    color: #333;
    display: inline-block;
    margin-bottom: 35px;
}

.news-block h2:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -54px -833px;
    width: 34px;
    height: 27px;
    left: -40px;
    top: 0px;
}

.all-news-link {
    display: inline-block;
    vertical-align: top;
    width: 181px;
    height: 36px;
    background: #F7F7F7;
    border-radius: 6px;
    margin-left: 96px;
}

.all-news-link a {
    color: #487CB1;
    line-height: 32px;
    margin-left: 11px;
    font-size: 17px;
    position: relative;
}

.all-news-link a:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -25px -847px;
    width: 10px;
    height: 10px;
    right: -16px;
    top: 14px;
}

.news-block .news-item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 331px;
    border-bottom: 2px solid #e6e6e6;
    margin: 0 4px 25px
}

.news-block .news_image {
    width: 331px;
    height: 122px;
    overflow: hidden;
}

.news-block h5 {
    color: #2E65AD;
    font-size: 18px;
    font-weight: 400 !important;
    font-family: 'Kalypsa';
    line-height: 21px;
}

.news-block .date {
    display: none;
}

.news-block .description {
    color: #484747;
    font-size: 16px;
    margin-top: 8px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left;
    display: block;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-block .clcopyright {
    display: none;
}

.news-block .clearing {
    display: none;
}

.news-item-content .social {
    margin-top: -35px;
}

.ias_loader {
    display: block;
    float: left;
    width: 100%;
}

.ias_loader span {
    padding: 10px;
    border-radius: 5px;
    background: #db8404;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: table;
    margin: 30px auto 0;
    transition: background .5s ease-in-out;
    text-transform: uppercase;
}

.ias_loader span:hover {
    background: #FF9800;
}

img[src*='loader.gif'] {
    display: table;
    margin: 20px auto 0;
    /*animtaion*/
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate;
    animation-name: rotate
}

.news-item-content .social a {
    width: 32px;
    height: 30px;
    color: transparent !important;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/print.png) no-repeat center;
}

.news-item-content .social a:hover {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/print-hover.png) no-repeat center;
}

.sub-block {
    width: 280px;
    float: left;
    margin-top: 40px;
    padding-left: 16px;
}

.sub-block .sub-img {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/girl-main.png) no-repeat -18px top;
    height: 482px;
}

.sub-block form {
    border-style: solid;
    -moz-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    -webkit-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    -o-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 fill repeat;
    border-radius: 6px;
    background: #f5f5f5;
    display: block;
    margin-bottom: 10px;
    padding: 7px 5px 7px 5px;
}

.sub-block form input {
    border: 2px solid #EBEA9D;
    background: #FFF none repeat scroll 0% 0%;
    width: 125px;
    height: 25px;
    border-radius: 4px;
    padding-left: 10px;
    font-family: kalypsa;
    font-size: 14px;
}

.sub-block form button { /*NB*/
    padding: 0 5px;
    font-size: 14px;
    border-radius: 4px;
    /*width: 117px;*/
    height: 25px;
    text-transform: uppercase;
    color: #FFF;
    border: 0px none;
    /*padding: 8px 0px 23px 0;*/
    background: -webkit-linear-gradient(top, #F9C091 0%, #F1883D 10%, #F1883D 100%);
    background: -moz-linear-gradient(top, #F9C091 0%, #F1883D 10%, #F1883D 100%);
    background: -ms-linear-gradient(top, #F9C091 0%, #F1883D 10%, #F1883D 100%);
    background: linear-gradient(to bottom, #F9C091 0%, #F1883D 10%, #F1883D 100%);
}

.sub-block form button:hover {
    background: #F1883D;
}

.sub-block form button:focus {
    background: #6B6B6B;
}

.sub-block p {
    margin-top: 7px;
    font-size: 14px;
    margin-left: 5px;
    line-height: 18px;
    color: #484747;
}

.bestsellers {
    position: relative;
}

.bestsellers .owl-item, .home-viewed .owl-item {
    box-sizing: border-box;
    padding: 0 10px;
}

.catalog-product-view .bottom-block, .bestsellers .products-grid li.item, .home-viewed .products-grid li.item, {
    width: 100%;
    text-align: left;
    min-height: 280px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
}

.bestsellers .products-grid li.item .item_inner, .home-viewed .products-grid li.item .item_inner {
    padding: 10px 15px;
    border: 2px solid #eceba2;
    position: relative;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bestsellers .products-grid li.item .item_inner:hover, .home-viewed .products-grid li.item .item_inner:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border: 2px solid #ececec;
}

.catalog-product-view .bottom-block .bestsellers,
.bestsellers {
    margin: 15px 0 0;
    background: -webkit-linear-gradient(top, #f7f7f7, #fff);
    background: -moz-linear-gradient(top, #f7f7f7, #fff);
    background: -ms-linear-gradient(top, #f7f7f7, #fff);
    background: linear-gradient(to bottom, #f7f7f7, #fff);
    border: 2px solid #ebea9d;
    border-radius: 6px;
    padding-bottom: 20px;
}

.bestsellers.mainbs {
    margin: 15px 52px 0;
}

.catalog-product-view .bottom-block .bestsellers .maintitle,
.bestsellers .maintitle {
    padding: 13px 66px 34px;
    background: none;
    border: none;
}

.catalog-product-view .bottom-block .bestsellers .maintitle .titlemain,
.bestsellers .maintitle .titlemain {
    font-size: 23px;
    color: #333;
    font-weight: 700;
    font-family: 'CTC';
    position: relative;
}

.catalog-product-view .bottom-block .bestsellers .maintitle .titlemain:after,
.bestsellers .maintitle .titlemain:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -248px -275px;
    width: 20px;
    height: 22px;
    left: -28px;
    top: 4px;
}

.catalog-product-view .bottom-block .bestsellers .category-products,
.bestsellers .category-products {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-product-view .bottom-block .bestsellers .category-products .products-grid .product-image img,
.bestsellers .category-products .products-grid .product-image img {
    width: 100% !important;
    margin-bottom: 10px;
}

.catalog-product-view .bottom-block .bestsellers .maintitle .viewall,
.bestsellers .maintitle .viewall {
    display: none;
}

.mainbs .category-products, .home-viewed .category-products {
    margin: 0 50px !important;
}

.catalog-product-view .bottom-block .bestsellers .products-grid,
.bestsellers .products-grid {
    background: none !important;
    width: 100% !important;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.catalog-product-view .bottom-block .bestsellers .products-grid .owl-prev,
.bestsellers .products-grid .owl-prev {
    position: absolute;
    left: -25px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/left-nav.png) no-repeat center;
    width: 15px;
    height: 35px;
    top: 50%;
    margin-top: -18px;
    color: transparent;
}

.catalog-product-view .bottom-block .bestsellers .products-grid .owl-next,
.bestsellers .products-grid .owl-next {
    position: absolute;
    right: -25px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/right-nav.png) no-repeat center;
    width: 15px;
    height: 35px;
    top: 50%;
    margin-top: -18px;
    color: transparent;
}

.catalog-product-view .bottom-block .bestsellers .category-products .actions .add-to-links,
.bestsellers .category-products .actions .add-to-links, .home-viewed .category-products .actions .add-to-links {
    margin-top: 20px;
    margin-left: 0;
}

.catalog-product-view .bottom-block .bestsellers .category-products .actions > button,
.bestsellers .category-products .actions > button {
    margin-right: 11px;
}

.catalog-product-view .bottom-block .bestsellers .category-products .actions .add-to-links li,
.bestsellers .category-products .actions .add-to-links li {
    padding-left: 3px;
}

.catalog-product-view .bestsellers .category-products .actions .add-to-links li:first-child,
.bestsellers .category-products .actions .add-to-links li:first-child {
    padding-left: 0;
}

.catalog-product-view .bottom-block .bestsellers .category-products .special-price
.bestsellers .category-products .special-price {
    padding: 0;
    margin: 0;
}

.catalog-product-view .home-viewed .products-grid li.item,
.home-viewed .products-grid li.item {

}

.catalog-product-view .home-viewed,
.home-viewed {
    margin: 50px 28px 0;
    background: -webkit-linear-gradient(top, #f7f7f7, #fff);
    background: -moz-linear-gradient(top, #f7f7f7, #fff);
    background: -ms-linear-gradient(top, #f7f7f7, #fff);
    background: linear-gradient(to bottom, #f7f7f7, #fff);
    border: 2px solid #ebea9d;
    border-radius: 6px;
    padding-bottom: 17px;
}

.catalog-product-view .home-viewed .maintitle,
.home-viewed .maintitle {
    padding: 13px 66px 34px;
    border: none;
    background: none;
}

.catalog-product-view .home-viewed .maintitle .titlemain,
.home-viewed .maintitle .titlemain {
    font-size: 25px;
    color: #333;
    position: relative;
}

.catalog-product-view .home-viewed .maintitle .titlemain:after,
.home-viewed .maintitle .titlemain:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -248px -275px;
    width: 20px;
    height: 22px;
    left: -28px;
    top: 4px;
}

.catalog-product-view .home-viewed .category-products,
.home-viewed .category-products {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-product-view .home-viewed .category-products .products-grid .product-image img,
.home-viewed .category-products .products-grid .product-image img {
    width: 100% !important;
}

.catalog-product-view .home-viewed .maintitle .viewall,
.home-viewed .maintitle .viewall {
    display: none;
}

.catalog-product-view .home-viewed .products-grid,
.home-viewed .products-grid {
    background: none !important;
    width: 868px !important;
    padding: 0 10px !important margin : 0 60 px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.catalog-product-view .home-viewed .products-grid .owl-prev,
.home-viewed .products-grid .owl-prev {
    position: absolute;
    left: -25px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/left-nav.png) no-repeat center;
    width: 15px;
    height: 35px;
    top: 50%;
    margin-top: -18px;
    color: transparent;
}

.catalog-product-view .home-viewed .products-grid .owl-next,
.home-viewed .products-grid .owl-next {
    position: absolute;
    right: -25px;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/right-nav.png) no-repeat center;
    width: 15px;
    height: 35px;
    top: 50%;
    margin-top: -18px;
    color: transparent;
}

.catalog-product-view .home-viewed .category-products .actions .add-to-links,
.home-viewed .category-products .actions .add-to-links {
    margin-top: 5px;
    margin-left: 0;
}

.catalog-product-view .home-viewed .category-products .actions > button,
.home-viewed .category-products .actions > button {
    margin-right: 11px;
}

.catalog-product-view .home-viewed .category-products .actions .add-to-links li,
.home-viewed .category-products .actions .add-to-links li {
    padding-left: 3px;
    padding-right: 3px;
}

.catalog-product-view .home-viewed .category-products .special-price,
.home-viewed .category-products .special-price {
    padding: 0;
    margin: 0;
}

.catalog-product-view .home-viewed .products-grid .product-image {
    width: 113px;
}

.catalog-product-view .home-viewed .products-grid .product-image img {
    height: auto !important;
}

.ui-slider {
    position: relative;
    margin-right: 25px;
}

.ui-slider .ui-slider-range {
    background: none !important;
}

.ui-slider span:last-child {
    margin-left: 0px;
}

.ui-slider span:nth-child(2) {
    margin-left: 0px;
}

.ui-slider .ui-slider-handle {
    border-radius: 50% !important;
    background: -webkit-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%) !important;
    background: -moz-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%) !important;
    background: -ms-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%) !important;
    background: linear-gradient(to top, #ff8d41 0%, #ff8d41 75%, #ffceac 100%) !important;
    position: absolute;
    display: block;
    top: -3px;
}

.ui-slider {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/price-range.png) no-repeat center !important;
}

.catalogsearch-result-index .col-main {
    float: left !important;
    width: 700px;
    margin-left: 0;
}

.catalogsearch-result-index .col-right.sidebar {
    float: right;
    width: 223px;
    background: #fff;
    border: 1px solid #DCDC00;
    border-radius: 7px;
}

.catalogsearch-result-index .toolbar {
    display: none;
}

.catalogsearch-result-index .products-grid {
    background: none;
    width: 100%;
    border-bottom: 0;
}

.catalogsearch-result-index .category-products .products-grid li.item {
    width: 23%;
    padding: 5px;
    text-align: left;
    position: relative;
}

.catalogsearch-result-index .block-list,
.catalogsearch-result-index .block-cart {
    display: none;
}

.customer-account-edit .col-main,
.customer-account-index .col-main {
    width: 750px;
}

.mob-phone {
    display: none;
}

.header-top-mobile {
    display: none;
}

.mob-head-pop {
    display: none;
}

.mob-slogan {
    display: none;
}

.mob-but-back {
    display: none;
}

.idia-block {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
}

.idia-sidebar {
    display: inline-block;
    vertical-align: top;
    width: 29.5%;
}

.idia-header:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -8px -660px;
    width: 221px;
    height: 169px;
    right: -220px;
    top: -39px;
}

.idia-header {
    margin-left: 38px;
    margin-top: 5px;
    width: 290px;
    position: relative;
}

.idia-header h2 {
    font-size: 25px;
    margin-bottom: 0;
}

.idia-header p {
    color: #598F94;
    font-size: 26px;
    line-height: 24px;
}

.idia-form {
    margin-top: 60px;
}

.idia-form p {
    color: #5E82AB;
    font-size: 24px;
    padding-left: 42px;
    margin-bottom: 17px;
}

.idia-form form {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/form-bg.png) no-repeat center;
    display: block;
    margin-left: 11px;
    width: 88%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 29px;
    padding-bottom: 0px;
    border-radius: 8px;
    overflow: hidden;
}

.idia-form input {
    display: block;
    width: 100%;
    height: 60px;
    -webkit-box-shadow: 0 0 10px rgba(0.0 .0 .0 .3);
    -moz-box-shadow: 0 0 10px rgba(0.0 .0 .0 .3);
    box-shadow: 0 0 10px rgba(0.0 .0 .0 .3);
    border: 0;
    outline: 0;
    border-radius: 6px;
    font-size: 16px;
    padding-left: 71px;
    color: #598F94;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.idia-form input::-webkit-input-placeholder {
    color: #598F94;
}

.idia-form input::-moz-placeholder {
    color: #598F94;
}

.idia-form input:-moz-placeholder {
    color: #598F94;
}

.idia-form input:-ms-input-placeholder {
    color: #598F94;
}

.idia-form form div:nth-child(1):after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -256px -660px;
    width: 33px;
    height: 34px;
    top: 13px;
    left: 22px;
}

.idia-form form div {
    margin-bottom: 27px;
    position: relative;
}

.idia-form form div:nth-child(2):after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -381px -665px;
    width: 33px;
    height: 23px;
    top: 17px;
    left: 22px;
}

.idia-form textarea {
    width: 100%;
    height: 284px;
    resize: vertical;
    -webkit-box-shadow: 0 0 10px rgba(0.0 .0 .0 .3);
    -moz-box-shadow: 0 0 10px rgba(0.0 .0 .0 .3);
    box-shadow: 0 0 10px rgba(0.0 .0 .0 .3);
    border: 0;
    outline: 0;
    font-size: 16px;
    border-radius: 6px;
    padding: 20px 10px 10px 71px;
    color: #598F94;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.idia-form textarea::-webkit-input-placeholder {
    color: #598F94;
}

.idia-form textarea::-moz-placeholder {
    color: #598F94;
}

.idia-form textarea:-moz-placeholder {
    color: #598F94;
}

.idia-form textarea:-ms-input-placeholder {
    color: #598F94;
}

.idia-form div:nth-child(3):after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -321px -653px;
    width: 28px;
    height: 47px;
    top: 13px;
    left: 22px;
}

.idia-but:after {
    content: '';
    display: table;
    clear: both;
}

.idia-but span {
    color: #fff;
    font-size: 16px;
    margin: 15px;
    position: relative;
    float: left;
}

.idia-but span:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -252px -744px;
    width: 162px;
    height: 41px;
    left: 106px;
    top: -7px;
}

.idia-but button {
    float: right;
    border: 0;
    width: 182px;
    height: 40px;
    margin: 6px 11px;
    font-size: 22px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgba(0.0 .0 .0 .3);
    -moz-box-shadow: 0 0 10px rgba(0.0 .0 .0 .3);
    box-shadow: 0 0 10px rgba(0.0 .0 .0 .3);
    color: #fff;
    background: -webkit-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -moz-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -ms-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: linear-gradient(to top, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);

}

.idia-bottom-text {
    color: #598F94;
    margin: 18px 70px 0 42px;
    font-size: 16px;
}

.review-product-list .product-essential .product-shop {
    margin: 0;
    padding: 0;
}

.review-product-list .product-view .product-img-box {
    float: left;
    width: 267px;
    margin-left: 49px;
    margin-top: 21px;
}

.review-product-list .col-main {
    width: 747px;
}

.review-product-list .product-view .product-essential .product-shop {
    float: none;
    border: 0;
    width: 100%;
}

.review-product-list .product-shop .product-name h1 {
    text-align: left;
    font-size: 24px;
    padding: 4px 42px;
    color: #333;
}

.review-product-list .product-buy-block {
    margin-left: 360px;
}

.review-product-list .product-buy-block .product-name {
    text-align: left;
    margin: 28px 0 0 37px;
    font-size: 16px;

}

.review-product-list .product-buy-block .product-name h1 {
    color: #2E65AD;
}

.review-product-list .product-buy-block .availability.in-stock {
    display: none;
}

.review-product-list .product-buy-block .price-box .price {
    background: #EBEA9D;
    border-radius: 6px;
    display: inline-block;
    padding: 1px 11px;
    margin-top: 1px;
    margin-bottom: 12px;
    color: #000;
    text-shadow: 1px 1px 5px #fff;
    font-size: 31px;

}

.review-product-list .product-buy-block .price-box {
    text-align: left;
    padding-left: 81px;
    margin-bottom: 0;
}

.review-product-list .add-to-box .or {
    display: none;
}

.review-product-list .add-to-cart input,
.review-product-list .add-to-cart label {
    display: none;
}

.review-product-list .add-to-links {
    display: inline-block;
    vertical-align: top;
    width: 140px;
}

.review-product-list .add-to-links li:first-child a {
    background: -webkit-radial-gradient(center top, #FFB98B, #FF8D41);
    background: -moz-radial-gradient(center top, #FFB98B, #FF8D41);
    background: -ms-radial-gradient(center top, #FFB98B, #FF8D41);
    background: radial-gradient(center top, #FFB98B, #FF8D41);
    border-bottom: 1px solid #9A9A00;
    width: 57px;
    height: 52px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    margin-right: 8px;
    color: transparent !important;
    position: relative;
}

.review-product-list .add-to-links li:first-child a:hover {
    background: #FF8D41;
}

.review-product-list .add-to-links li:first-child a:focus {
    background: #9B9B02;
}

.revreview-product-list .add-to-links li {
    display: inline-block !important;
    vertical-align: top;
}

.revreview-product-list .add-to-links li:first-child a:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -275px -496px;
    width: 44px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -22px;
}

.revreview-product-list .add-to-links li:nth-child(2) {
    margin-left: -3px;
}

.revreview-product-list .add-to-links li:nth-child(2) a {
    background: -webkit-radial-gradient(center top, #A2C1C1, #669999);
    background: -moz-radial-gradient(center top, #A2C1C1, #669999);
    background: -ms-radial-gradient(center top, #A2C1C1, #669999);
    background: radial-gradient(center top, #A2C1C1, #669999);
    border-bottom: 1px solid #4C7070;
    width: 57px;
    height: 52px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    color: transparent !important;
    position: relative;
}

.revreview-product-list .add-to-links li:nth-child(2) a:hover {
    background: #669999;
}

.revreview-product-list .add-to-links li:nth-child(2) a:focus {
    background: #4B6F6F;
}

.revreview-product-list .add-to-links li:nth-child(2) a:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -333px -502px;
    width: 37px;
    height: 37px;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
}

.review-product-list .add-to-cart button {
    height: 52px;
    width: 124px;
    background: -webkit-radial-gradient(center top, #A2C1A2, #669966);
    background: -moz-radial-gradient(center top, #A2C1A2, #669966);
    background: -ms-radial-gradient(center top, #A2C1A2, #669966);
    background: radial-gradient(center top, #A2C1A2, #669966);
    border-bottom: 1px solid #4C704C;
    position: relative;
    float: right;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 0;
    margin-right: 18px;
}

.review-product-list .add-to-cart button span {
    background: none;
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 !important;
    font-size: 16px;
    white-space: normal !important;
}

.review-product-list .add-to-cart button span span {
    padding-top: 5px !important;
}

.review-product-list .add-to-box {
    margin: 2px 0 0 82px;
}

.review-product-list .col-right {
    width: 224px;
}

.review-product-list .sidebar .block-list {
    display: none;
}

.review-product-list .sidebar .block-cart {
    display: none;
}

.review-product-list .product-sidebar .talk {
    font-size: 17px;
    display: block;
    margin-left: 36px;
    position: relative;
    color: #5E82AB;
    margin-top: 9px;
}

.review-product-list .product-sidebar .talk:hover {
    text-decoration: none;
}

.review-product-list .product-sidebar .talk:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -28px -553px;
    width: 18px;
    height: 25px;
    left: -29px;
    top: -1px;
}

.review-product-list .product-sidebar .biss {
    font-size: 17px;
    display: block;
    margin-left: 36px;
    margin-top: 4px;
    position: relative;
    color: #5E82AB;
}

.review-product-list .product-sidebar .biss:hover {
    text-decoration: none;
}

.review-product-list .product-sidebar .biss:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -25px -598px;
    width: 23px;
    height: 13px;
    left: -30px;
    top: 10px;
}

.review-product-list .product-sidebar .back {
    margin-top: 11px;
    background: #f5f5f5;
    border-style: solid;
    -moz-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    -webkit-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    -o-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 fill repeat;
    border-radius: 6px;
    padding: 17px 0 0 19px;
}

.review-product-list .product-sidebar .back p:first-child {
    color: #669999;
    font-size: 17px;
    margin-bottom: 0;
}

.review-product-list .product-sidebar .back p:last-child {
    color: #333;
    position: relative;
    font-size: 20px;
    margin: 8px 0 25px 49px;
    line-height: 19px;
}

.review-product-list .product-sidebar .back p:last-child:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -65px -565px;
    width: 46px;
    height: 40px;
    left: -55px;
    top: 0px;
}

.review-product-list .product-sidebar .social-sidebar {
    margin-top: 22px;
    background: #f5f5f5;
    border-style: solid;
    -moz-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    -webkit-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    -o-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 fill repeat;
    border-radius: 6px;
    padding: 8px 0 0 7px;
}

.review-product-list .product-sidebar .social-sidebar h3 {
    color: #669999;
    margin: 3px 10px;
    font-size: 12px;
}

.review-product-list .product-sidebar .idia {
    display: block;
    background: -webkit-radial-gradient(center top, #E2DD2D, #D48500);
    background: -moz-radial-gradient(center top, #E2DD2D, #D48500);
    background: -ms-radial-gradient(center top, #E2DD2D, #D48500);
    background: radial-gradient(center top, #E2DD2D, #D48500);
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 7px;
    text-decoration: none;
    border-radius: 8px;
    position: relative;
    margin-top: 56px;
}

.review-product-list .product-sidebar .idia:hover {
    background: #D48500;
}

.review-product-list .product-sidebar .idia:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -134px -567px;
    width: 103px;
    height: 22px;
    top: -22px;
    left: 50%;
    margin-left: -52px;
}

.review-product-list .add-to-links li:first-child a {
    background: -webkit-radial-gradient(center top, #FFB98B, #FF8D41);
    background: -moz-radial-gradient(center top, #FFB98B, #FF8D41);
    background: -ms-radial-gradient(center top, #FFB98B, #FF8D41);
    background: radial-gradient(center top, #FFB98B, #FF8D41);
    border-bottom: 1px solid #9A9A00;
    width: 57px;
    height: 52px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    margin-right: 8px;
    color: transparent !important;
    position: relative;
}

.review-product-list .add-to-links li:first-child a:hover {
    background: #FF8D41
}

.review-product-list .add-to-links li:first-child a:focus {
    background: #9B9B02
}

.review-product-list .add-to-links li {
    display: inline-block !important;
    vertical-align: top;
}

.review-product-list .add-to-links li:first-child a:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -275px -496px;
    width: 44px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -22px;
}

.review-product-list .add-to-links li:nth-child(2) {
    margin-left: -3px;
}

.review-product-list .add-to-links li:nth-child(2) a {
    background: -webkit-radial-gradient(center top, #A2C1C1, #669999);
    background: -moz-radial-gradient(center top, #A2C1C1, #669999);
    background: -ms-radial-gradient(center top, #A2C1C1, #669999);
    background: radial-gradient(center top, #A2C1C1, #669999);
    border-bottom: 1px solid #4C7070;
    width: 57px;
    height: 52px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    color: transparent !important;
    position: relative;
}

.review-product-list .add-to-links li:nth-child(2) a:hover {
    background: #669999
}

.review-product-list .add-to-links li:nth-child(2) a:focus {
    background: #4B6F6F
}

.review-product-list .add-to-links li:nth-child(2) a:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -333px -502px;
    width: 37px;
    height: 37px;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
}

.review-product-list .product-collateral {
    margin-top: 20px;
    border-color: #DCDC00;
    border-radius: 6px;
}

.compare-button {
    vertical-align: top;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sravnenie.gif) no-repeat;
    width: 24px;
    height: 24px;
    display: none;
    margin-top: 8px;
    cursor: pointer;
}

.compare-button:hover {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sravnenie_hover.png) no-repeat;
}

.data-table {
    border: 2px solid #DCDC00;
    border-bottom: 0;
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #fff 30%, #fff 100%);
    background: -moz-linear-gradient(top, #f5f5f5 0%, #fff 30%, #fff 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #fff 30%, #fff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #fff 30%, #fff 100%);
}

.data-table tr td th {
    border: 2px solid #DCDC00 !important;
}

#shopping-cart-table {
    border-bottom: 2px solid #DCDC00;
    border-radius: 6px;
    overflow: hidden;
}

.checkout-cart-index .page-title .checkout-types {
    display: none;
}

.data-table tbody td {
    border-right: 0;
}

.data-table thead th {
    background: none;
    border-right: 0;
}

.data-table tfoot tr {
    background: none !important;
}

.data-table .odd {
    background: #fff !important;

}

.data-table tr.last.odd td {
    border-bottom: 1px solid #D9DDE3 !important;
}

.data-table .even {
    background: #FDFCFA !important;
}

.data-table .a-center a {
    color: #D48500;
}

.data-table tfoot tr.first td {
    border-top: 0;
    background: none !important;
}

.data-table .button.btn-continue {
    text-transform: uppercase;
    background: none;
    position: relative;
    padding-left: 20px;
}

.data-table .button.btn-continue span {
    color: #1E7EC8;
}

.data-table .button.btn-continue:after {
    content: '';
    position: absolute;
    left: 12px;
    top: 1px;
    font-size: 16px;
    color: #1E7EC8;
    width: 12px;
    height: 12px;
}

.data-table td.a-right.last {
    border-bottom: 0 !important;
}

.data-table .button.btn-continue span,
.cart-collaterals .btn-proceed-checkout span,
.data-table .button.btn-update span,
.data-table .button.btn-empty span {
    background: none;
    border: 0;
}

.data-table .button.btn-empty {
    background: -webkit-linear-gradient(top, #E0A84A, #D48500);
    background: -moz-linear-gradient(top, #E0A84A, #D48500);
    background: -ms-linear-gradient(top, #E0A84A, #D48500);
    background: linear-gradient(to bottom, #E0A84A, #D48500);
    border-radius: 6px;
    margin-bottom: 10px;
}

.data-table .button.btn-empty:hover {
    background: #D48500;
}

.data-table .button.btn-update {
    background: -webkit-linear-gradient(top, #6eb1f3, #518ecc);
    background: -moz-linear-gradient(top, #6eb1f3, #518ecc);
    background: -ms-linear-gradient(top, #6eb1f3, #518ecc);
    background: linear-gradient(to bottom, #6eb1f3, #518ecc);
    border-radius: 6px;
    margin-bottom: 10px;
}

.data-table .button.btn-update:hover {
    background: #518ecc;
}

.cart-collaterals .btn-proceed-checkout {
    background: -webkit-linear-gradient(top, #a2c1a2, #659766);
    background: -moz-linear-gradient(top, #a2c1a2, #659766);
    background: -ms-linear-gradient(top, #a2c1a2, #659766);
    background: linear-gradient(to bottom, #a2c1a2, #659766);
    border-radius: 4px;
    border-bottom: 2px solid #4C704C;
}

.cart-collaterals .btn-proceed-checkout:hover {
    background: #659766;
}

.account-login .buttons-set {
    background: none;
    border: 0;
}

.account-login .content {
    border-color: #DCDC00;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #fff 30%, #fff 100%);
    background: -moz-linear-gradient(top, #f5f5f5 0%, #fff 30%, #fff 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #fff 30%, #fff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #fff 30%, #fff 100%);
}

.account-login .content p {
    color: #5979ab;
}

.account-login .button span {
    background: #fe8e43;
    border: 0;
    border-radius: 6px;
}

.search-autocomplete {
    padding: 10px 0px;
    color: rgb(0, 0, 0);
    z-index: 1000;
    background: rgb(255, 255, 255);
    text-shadow: none;
    font-weight: normal;
    font-size: 16px;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid;
    border-width: 2px !important;
    min-height: 24px;
    padding: 10px 8px 8px 43px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    border-radius: 6px;
    color: #333;
}

.error-msg strong,
.success-msg strong,
.note-msg strong,
.notice-msg strong {
    font-weight: 400 !important;
}

.error-msg {
    border-color: #ff0000;
    background: #fff url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/i_msg-error.png) no-repeat;
    background-position: 10px center;
}

.success-msg {
    border-color: #669999;
    background: #fff url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/i_msg-success.png) no-repeat;
    background-position: 10px center;
}

.note-msg, .notice-msg {
    background: #fff url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/i_msg-note.png) no-repeat;
    background-position: 10px center;
    border-color: #487CB1;
}

.deliver {
    padding: 2px 0px;
    color: #ccc;
    font-size: 14px;
    position: relative;
    text-align: left;
}

/*.deliver:after{
	position: absolute;
	content: '';
	background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png)no-repeat -368px -816px;
	width: 8px;
	height: 8px;
    top: 5px;
    left: 3px;
}*/

.footer-search {
    border-style: solid;
    -moz-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    -webkit-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    -o-border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 repeat;
    border-image: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/border.png) 3 fill repeat;
    border-radius: 6px;
    width: 90%;
    margin-left: 6%;
    margin-top: 30px;
    position: relative;
}

.footer-search button {
    position: absolute;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -166px -614px;
    width: 17px;
    height: 17px;
    top: 50%;
    margin-top: -9px;
    right: 10px;
}

.footer-search input {
    width: 100%;
    display: block;
    height: 34px;
    font-size: 15px;
    font-family: 'Kalypsa';
    line-height: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 45px;
    border-radius: 6px;
    background: none;
    border: 0;
    outline: none;
}

.footer-search input::-webkit-input-placeholder {
    color: #669999;
}

.footer-search input::-moz-placeholder {
    color: #669999;
}

/* Firefox 19+ */
.footer-search input:-moz-placeholder {
    color: #669999;
}

/* Firefox 18- */
.footer-search input:-ms-input-placeholder {
    color: #669999;
}

.footer-search input:focus {
    background: #fff
}

#narrow-by-list li {
    padding-left: 30px;
    color: #669999;
    font-size: 15px;
}

#narrow-by-list li a {
    color: #487CB1;
    font-size: 15px;
}

.block-layered-nav dt {
    position: relative;
    background: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
}

.block-layered-nav dt:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -390px -829px;
    width: 11px;
    height: 8px;
    left: 9px;
    top: 14px;
}

.block-layered-nav .close:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -415px -829px;
    width: 11px;
    height: 8px;
    left: 9px;
    top: 14px;
}

.block-layered-nav dd {
    background: none;
}

.block-layered-nav .currently .label {
    background: none;
}

.tyre-top-brend, .disk-top-brend, .akk-top-brend {
    text-align: center;
    display: block;
    padding: 15px 0;
}

.tyre-top-brend a, .disk-top-brend a, .akk-top-brend a {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding: 10px 5px !important;
    box-sizing: border-box;
    margin: 0 -4px !important;
    text-align: center;
}

.tyre-top-brend a img, .disk-top-brend a img, .akk-top-brend a img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.6;
    transition: .4s ease-in-out;
}

.tyre-top-brend a:hover img, .disk-top-brend a:hover img, .akk-top-brend a:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.tyre-index-result .col-right {
}

.tyre-index-result .toolbar {
    display: none;
}

.tyre-index-result .col3-layout .col-wrapper {
    width: 75%;
    float: left; /*opyat kostil*/
}

.tyre-index-result .col3-layout .col-wrapper .col-main {
    width: 100%; /*opyat kostil*/
}

.tyre-index-result .category-products .products-grid {
    background: none;
    text-align: justify;
}

.tyre-index-result .category-products .products-grid:after {
    content: '';
    width: 100%;
    height: 1px;
}

.catalog-product-compare-index:after {
    display: none;
}

.catalog-product-compare-index button {
    background: -webkit-linear-gradient(top, #6eb1f3, #518ecc);
    background: -moz-linear-gradient(top, #6eb1f3, #518ecc);
    background: -ms-linear-gradient(top, #6eb1f3, #518ecc);
    background: linear-gradient(to bottom, #6eb1f3, #518ecc);
    border-radius: 6px;
    overflow: hidden;
}

.catalog-product-compare-index button:hover {
    background: #518ecc;
}

.catalog-product-compare-index button span {
    background: none;
}

.catalog-product-compare-index .compare-table tbody th {
    background: none;
    border: 0;
}

.catalog-product-compare-index .compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 0px solid #ccc;
    border-left: 1px solid #ccc;
}

.opc .allow .step-title {
    border-color: #FF8D41;
    border-bottom: 0;
}

.opc .step {
    border-color: #FF8D41;
}

.opc .active .step-title .number {
    background: #659766;
}

.opc .allow .step-title h2 {
    color: #fff;
}

.review-product-list .product-info-icon {
    display: none;
}

.news-item-content {
    font-size: 16px;
    line-height: 1.25;
}

.news-item-content h4 {
    font-size: 24px;
    color: #0a263c;
}

.filter-text {
    margin: 7px 0 15px;
}

.delivery-sidebar {
    margin-top: 17px;
    margin-bottom: 32px;
}

.delivery-sidebar .list-title a {
    background: -webkit-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -moz-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: -ms-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    background: linear-gradient(to top, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
    font-family: 'CTC';
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    height: 29px;
    line-height: 31px;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 38px;
    margin-bottom: 5px;
    position: relative;
}

.delivery-sidebar ul:first-of-type .list-title a:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -395px -500px;
    width: 28px;
    height: 18px;
    top: 10px;
    left: 4px;
}

.delivery-sidebar ul:last-child .list-title a:after {
    position: absolute;
    content: '';
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -399px -531px;
    width: 24px;
    height: 18px;
    top: 8px;
    left: 7px;
}

.delivery-sidebar ul {
    margin-bottom: 26px;
}

.delivery-sidebar .list-title a:hover {
    background: #ff8d41;
    color: #fff !important;
    text-decoration: none;
}

.delivery-sidebar .del-type {
    color: #D48500;
    font-family: 'Kalypsa';
    margin: 0 3px 0;
    font-size: 16px;
    line-height: 20px;
}

.delivery-sidebar li {
    font-family: 'Kalypsa';
    color: #598F94;
    margin-top: -1px;
}

.clnews-index-index .all-news-link {
    display: none;
}

.clnews-index-index .col-right.sidebar {
}

.clnews-index-index .col2-right-layout .col-main {
    width: auto;
}

.clnews-index-index .news-item {
    margin: 15px 0px 30px;
    border-bottom: 2px solid #F5F5F5;
    padding-bottom: 40px;
}

.clnews-index-index .news_image {
    margin-right: 40px;
}

.clnews-index-index .col-main h2 {
    font-size: 24px;
}

.clnews-index-index .news-item h5 a {
    font-size: 16px;
}

.clnews-index-index .news-item .description {
    font-size: 16px;
    line-height: 1.25;
}

/**************
MEDIA
**************/

@media screen and (max-width: 1083px) {
    .header-top-container {
        width: 100%;
    }

    .header {
        width: 100%;
        padding-left: 15px;
        padding-right: 0px;
    }

    .cms-home .greeting {
        display: none;
    }

    .header-top #custom-menu-items li { /*NB*/
        height: auto;
        line-height: 38px;
    }

    .header-top #custom-menu-items li a { /*NB*/
        line-height: 38px;
    }

    #header-custom-menu li {
        margin-left: 4px;
    }

    #header-custom-menu li a {
        padding-left: 4px;
        padding-right: 4px;
        font-size: 15px;
    }

    .header .logo { /*NB*/
        width: 196px;
        margin: 26px 0 0;
        /*overflow: hidden;*/
        text-align: right;
        height: 69px;
        position: relative;
    }

    .cms-home .header .logo {
        margin: 12px 5px;
        height: 95px;
    }

    .cms-home .header h1.logo {
        padding: 0;
        margin-left: 5px;
    }

    .header a.logo {
        padding: 0;
        margin-left: 5px;
    }

    .header .logo img { /*NB*/
        display: inline-block;
        max-width: 100%;
        /*position: absolute;
        top: 0;
        right: 6px;*/
    }

    .header .logo #header-title-site {
        top: 47px;
        left: -3px;
    }

    #header_montage {
        margin: 29px 10px 0 0;
        float: right;
    }

    .cms-home #header_montage {
        margin-right: 19px;
    }

    #header-contacts-datas {
        margin: 37px 0 27px 10px;
    }

    #header-contacts-datas p span {
        font-size: 13px;
    }

    #header_montage > a {
        font-size: 14px;
        margin-top: 6px;
    }

    #header_montage > a:after {
        top: 0;
    }

    #header-contacts-datas p a {
        display: none;
    }

    .history {
        padding: 6px 11px 7px 11px;
    }

    .nav-container {
        margin-right: 20px;
        margin-left: 20px;
    }

    .header-social span {
        display: none;
    }

    .main {
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }

    .cms-home #nav {
        width: auto;
        padding: 0 0 0 2%;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }

    .cms-home #nav li {
        width: 19.7%;
        height: 166px;
    }

    #nav span {
        white-space: normal;
    }

    .cms-home #nav li a {
        width: 100%;
        font-size: 15px;
    }

    .filter-main {
        padding: 22px 2% 2%;
    }

    .filter-main > form:nth-child(2) {
        margin: 0 2%;
    }

    .filter-main #fieldset1 {
        font-size: 16px;
    }

    .filter-main > form {
        width: 31.2%;
    }

    .info-popup {
        font-size: 16px;
        width: 18px;
        height: 18px;
        line-height: 18px;
        margin-top: 3px;
        margin-left: 7px;
    }

    #filter-tyre #fieldset2 .field-row:nth-child(2),
    #filter-tyre #fieldset2 .field-row:nth-child(4),
    #filter-disk #fieldset2 .field-row:nth-child(1),
    #filter-disk #fieldset2 .field-row:nth-child(3) {
        display: none;
    }

    .filter-main > form fieldset {
        margin-left: 10px;
        margin-right: 10px;
    }

    #filter-tyre #fieldset2 select, #filter-disk #fieldset2 select {
        width: 61px;
        font-size: 16px;
    }

    .filter-main .field-row label {
        font-size: 12px;
        width: 61px;
    }

    #filter-tyre #fieldset3 select {
        width: 117px;
    }

    #filter-tyre #fieldset3 .field-row:last-child {
        margin-top: 23px;
        font-size: 15px;
    }

    #filter-auto .field-row label {
        width: 59px;
    }

    #filter-tyre #fieldset3 .field-row:last-child input {
        width: 16px;
        height: 16px;
        margin-right: 0px;
    }

    #filter-auto .field-row select {
        width: 127px;
        font-size: 16px;
    }

    .filter-text p {
        margin-left: 23px;
    }

    .bestsellers .products-grid {
        width: 92% !important;
        margin: 0 auto !important;
    }

    .bestsellers .products-grid li.item {
        margin: 10px 4px;
    }

    .our-adv {
        margin: 34px 15px;
    }

    .category-links {
        margin: 34px 15px;
    }

    .category-links ul:first-child li {
        width: 20%;
        height: 59px;
        margin: 0 2%;
    }

    .category-links ul:first-child li a {
        font-size: 18px;
    }

    .category-links ul:last-child li:nth-child(2) {
        width: 25%;
        margin-left: 6%;
        margin-right: 8%;
    }

    .category-links ul:last-child li:last-child a {
        font-size: 20px;
        text-align: center;
        padding-top: 17px;
        width: 155px;
    }

    .category-links ul:last-child li:first-child a {
        font-size: 20px;
        text-align: center;
        padding-top: 17px;
        width: 155px;
    }

    .category-links ul:last-child li:nth-child(2) a {
        font-size: 18px;
    }

    .category-links ul:last-child li:last-child a:after {
        left: -5px;
    }

    .sub-block {
        display: none;
    }

    .news-block {
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
    }

    .news-block .news-item {
        width: 49%;
        max-width: 331px;
    }

    .news-block .news-item img {
        width: 100%;
    }

    .news-block {
        text-align: center;
    }

    .news-block h2 {
        text-align: left;
        margin-bottom: 64px;
    }

    .footer {
        width: 100%;
    }

    .wrapper {
        min-width: 0;
    }

    .header-top {
        height: auto;
    }

    #header-custom-menu {
        line-height: normal;
    }

    .rupor {
        display: none;
    }

    #footer-contacts-datas {
        width: 27%;
        margin-top: 33px;
        padding-left: 22px;
    }

    #footer-menu-datas {
        width: 22.2%;
    }

    #footer-menu-social {
        width: 41%;
        margin-left: 10px;
    }

    #footer-menu-right {
        width: 97%;
        margin-top: 0;
        margin-left: 1%;
        padding-top: 1px;
    }

    #footer-menu-right p {
        padding: 10px 0 0 12px;
        width: 200px;
        float: left;
    }

    #footer-menu-right p:after {
        display: none;
    }

    .footer-search {
        width: 330px;
        margin-left: 0;
        margin-top: 12px;
        float: right;
    }

    .studio {
        margin: 20px 0px 20px 55px;
        font-size: 17px;
        position: relative;
        width: 179px;
        float: right;
    }

    .catalog-category-view .main {
        padding: 31px 10px 40px 10px;
    }

    .col3-layout .col-wrapper .col-main {
        width: 72%;
    }

    .catalog-category-view .col-left.sidebar {
        width: 24%;
    }

    .catalog-category-view .products-grid li.item {
        width: 30%;
        float: left;
        margin: 0 10px;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    .catalog-category-view .products-grid {
        text-align: justify;
    }

    .catalog-category-view .products-grid:after {
        content: '';
        width: 100%;
        height: 1px;
        display: inline-block;
    }

    #inner-nav {
        display: block;
        padding-left: 0;
        position: relative;
        padding-top: 77px;
        width: auto;
        text-align: justify;
        margin-bottom: 0;
    }

    #inner-nav > li {
        box-shadow: none;
    }

    #inner-nav li:last-child {
        position: absolute;
        top: 16px;
        margin: 0;
        padding: 0;
        left: 0;
        background: none;
        height: 38px;
        width: 100%;
    }

    #inner-nav .form-search {
        position: relative;
    }

    #inner-nav li:last-child input {
        width: 100%;
        height: 100%;
        padding: 0 35px 0 10px;
        border-radius: 20px;
        line-height: 38px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #inner-nav li:last-child:hover {
        background: none;
    }

    #inner-nav li:last-child button {
        position: absolute;
        top: 50%;
        right: 20px;
        background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -166px -614px;
        width: 17px;
        margin-top: -9px;
        height: 17px;
    }

    #inner-nav li {
        margin-left: 0;
        margin-right: 0;
        vertical-align: top;
        float: none;
    }

    #inner-nav:after {
        content: '';
        width: 100%;
        height: 1px;
        display: inline-block;
    }

    .catalog-product-view .col-right.sidebar {
        display: none;
    }

    .catalog-product-view .col-main {
        width: 100%;
    }

    .catalog-product-view .product-buy-block {
        margin-left: 296px;
    }

    .catalog-product-view .main {
        padding: 25px 20px 80px 20px;
    }

    .catalog-product-view .product-view .product-img-box {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .catalog-product-view .product-buy-block {
        margin: 10px 0;
    }

    .catalog-best-tyre h3 {
        width: 100%;
        font-size: 24px;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .catalog-best-tyre ul {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        text-align: center;
    }

    .catalog-best-tyre ul li {
        margin: 5px;
    }

    .catalog-best-disk h3 {
        width: 100%;
        font-size: 24px;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .catalog-best-disk ul {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        text-align: center;
    }

    .catalog-best-disk ul li {
        margin: 5px;
    }

    .idia-header:after {
        display: none;
    }

    .idia-but span:after {
        display: none;
    }

    .idia-sidebar {
        display: none;
    }

    .idia-block {
        width: 100%;
    }

    .idia-form form {
        width: 100%;
        background-size: 100% 100%;
    }

    #shopping-cart-table th:nth-child(3),
    #shopping-cart-table th:nth-child(4) {
        display: none;
    }

    #shopping-cart-table td:nth-child(3),
    #shopping-cart-table td:nth-child(4) {
        display: none;
    }

    .checkout-onepage-index .col2-right-layout .col-main {
        width: 100%;
    }

    .checkout-onepage-index .col-right.sidebar {
        display: none;
    }

    .catalogsearch-result-index .col-main {
        width: 72% !important;
    }

    .catalogsearch-result-index .col-right.sidebar {
        width: 24%;
    }

    .catalogsearch-result-index .category-products .products-grid li.item {
        width: 160px;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .catalogsearch-result-index .products-grid {
        text-align: justify;
    }

    .catalogsearch-result-index .products-grid:after {
        display: inline-block;
        height: 1px;
        width: 100%;
        content: '';
    }

    .catalogsearch-result-index .main {
        padding: 25px 20px 80px 20px;
    }

    .customer-account-edit .col-main, .customer-account-index .col-main {
        width: 72%;
    }

    .col-left {
        width: 26%;
    }

    .col2-left-layout .col-main {
        width: 72%;
    }

    .form-list li.wide input.input-text {
        width: 100%;
    }

    .form-list li.wide .input-box {
        width: 100%;
    }

    #co-billing-form ul ul li .field {
        /*display: none;
        background: red;*/
    }

    .home-viewed .products-grid {
        width: auto !important;
    }

    .footer-top-icons {
        display: none !important;
    }

    .wishlist-index-index .data-table tr.last th:nth-child(1), .data-table tr td:nth-child(1) {
        display: none;
    }

    #checkout-step-review .data-table tr td:nth-child(1) {
        display: block;
    }

    .review-product-list .col-right.sidebar {
        display: none;
    }

    .review-product-list .col-main {
        width: 100%;
    }

    .review-product-list .product-view .product-img-box {
        width: 180px;
    }

    .review-product-list .product-view .product-img-box {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .product-view .product-img-box .product-image {
        float: none;
        display: inline-block;
    }

    .review-product-list .product-buy-block {
        margin: 10px 0;
    }

    .clnews-newsitem-view .col-right,
    .clnews-index-index .col-right {
        display: none;
    }

    .clnews-newsitem-view .col-main,
    .clnews-index-index .col-main {
        width: 100%;
    }

    .ask-icon,
    .addfav {
        display: none;
    }

    #nav span {
        font-size: 16px;
    }

    .catalog-product-view .product-img-box .more-views {
        width: 90px;
    }

    .main_block_left {
        width: auto !important;
    }

    .cms-page-view .col-main {
        width: 100%;
    }

    .cms-page-view .col-right {
        display: none;
    }

    .catalog-product-view .social-sidebar {
        display: none;
    }

    .catalog-product-view .bottom-block {
        display: none;
    }

    .checkout-onepage-success .col-right {
        display: none;
    }

    .checkout-onepage-success .col2-right-layout .col-main {
        width: 100%
    }

    .checkout-onepage-success .sub-title {
        font-size: 18px;
    }
}

@media (min-width: 767px) and (max-width: 950px) { /*NB*/
    .main .col-main ul li.item {
        width: 45%;
    }
    .main .col-main .category-products .item_inner .actions {
        margin: 0 auto;
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .header-top-mobile {
        display: block;
        height: 70px;
        background: -webkit-linear-gradient(top, #f1f1f1, #d6d6d6);
        background: -moz-linear-gradient(top, #f1f1f1, #d6d6d6);
        background: -ms-linear-gradient(top, #f1f1f1, #d6d6d6);
        background: linear-gradient(to bottom, #f1f1f1, #d6d6d6);
    }

    .header-top-mobile h1 strong,
    .header-top-mobile a.logo strong {
        display: none;
    }

    .header-top-mobile a.logo img {
        display: none;
    }

    .header-top-mobile a.logo {
        background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/logo-mob.png) no-repeat center top;
        padding-top: 26px;
        margin: 17px 0px;
    }

    #footer-menu-social {
        width: 45%;
    }

    #header-title-site ul {
        padding-left: 6px;
    }

    #header-title-site ul li {
        color: #487CB1;
        font-size: 11px;
    }

    #header-custom-menu .item-1 {
        padding-left: 0;
    }

    .cms-home #header-title-site ul li:after {
        top: 5px;
    }

    .mobile-menu-button {
        float: right;
        width: 54px;
        height: 40px;
        margin: 15px;
        background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/mob-but2-min.png) no-repeat center;
        cursor: pointer;
    }

    .header-top {
        display: none;
        position: fixed;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.3);
        top: 0;
        overflow: scroll;
        width: 100%;
        height: 100%;
        left: 0;
    }

    .header-top-container {
        width: 215px;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1000;
        left: -250px;
        margin-left: 0;
        background: -webkit-linear-gradient(top, #325489, #CCD4E1);
        background: -moz-linear-gradient(top, #325489, #CCD4E1);
        background: -ms-linear-gradient(top, #325489, #CCD4E1);
        background: linear-gradient(to bottom, #325489, #CCD4E1);
    }

    #header-custom-menu {
        float: none;
        position: relative;
        padding-top: 25px;
        width: 100%;
        padding-right: 13px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #header-custom-menu:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 28px;
        padding-left: 10px;
        font-size: 18px;
        background: #D48500;
        content: 'Компания';
        color: #fff;
        line-height: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #header-custom-menu li {
        margin-left: 35px;
    }

    #header-custom-menu li a {
        color: #fff;
        text-decoration: none;
        margin-top: 6px;
    }

    #header-custom-menu li a:hover {
        color: #DC0024 !important;
        background: none;
        border-radius: 6px;
        text-decoration: underline !important;
    }

    .header-top-container .quick-access {
        float: none;
        position: relative;
        margin-top: 0;
        width: 100%;
        padding: 25px 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header-top-container .quick-access li a {    /*NB*/
        font-size: 15px;
    }

    .quick-access:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 28px;
        padding-left: 10px;
        font-size: 18px;
        background: #D48500;
        content: 'Кабинет покупателя';
        color: #fff;
        line-height: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header-top-container .quick-access li {
        position: relative;
    }

    .header-top-container .quick-access li:first-child {
        display: block;
    }

    .header-top-container .quick-access li:first-child:after {
        position: absolute;
        content: '';
        background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -388px -795px;
        width: 17px;
        height: 17px;
        top: 50%;
        margin-top: -8px;
        left: -25px;
    }

    .header-top-container .quick-access li:nth-child(2) {
        display: none;
    }

    .header-top-container .quick-access li:nth-child(3) {
        display: block;
    }

    .header-top-container .quick-access li:nth-child(3) a:after,
    .header-top-container .quick-access.active li:nth-child(3) a:after {
        position: absolute;
        content: '';
        background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -418px -794px;
        width: 20px;
        height: 19px;
        top: 50%;
        margin-top: -10px;
        left: -25px;
    }

    .header-top-container .quick-access li:nth-child(4):after {
        position: absolute;
        content: '';
        background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -362px -841px;
        width: 20px;
        height: 20px;
        top: 50%;
        margin-top: -11px;
        left: -25px;
    }

    .header-top-container .quick-access li:nth-child(3) a {
        color: #fff;
    }

    .header-top-container .quick-access li a {
        color: #fff;
        text-decoration: none;
    }

    #custom-menu-items li {
        position: relative;
    }

    #custom-menu-items .item-1:after {
        position: absolute;
        content: '';
        background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -391px -841px;
        width: 20px;
        height: 20px;
        top: 50%;
        margin-top: -10px;
        left: -25px;
    }

    #custom-menu-items .item-4:after {
        position: absolute;
        content: '';
        background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -269px -849px;
        width: 20px;
        height: 9px;
        top: 50%;
        margin-top: -4px;
        left: -25px;
    }

    .mob-phone {
        display: block;
        margin-top: 0;
        padding: 25px 0 0 25px;
        position: relative;
        text-align: left;
    }

    .mob-phone:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 28px;
        padding-left: 10px;
        font-size: 18px;
        background: #D48500;
        content: 'Телефоны';
        color: #fff;
        line-height: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mob-phone:after {
        position: absolute;
        content: '';
        background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -241px -821px;
        width: 9px;
        height: 16px;
        top: 36px;
        left: 11px;
    }

    .mob-phone a,
    .mob-phone .header-social {
        display: none;
    }

    .mob-phone p {
        font-size: 17px;
        color: #fff;
        text-align: left;
        line-height: 37px;
        -webkit-appearance: none;
    }

    .mob-phone span {
        display: block;
    }

    .mob-phone span.hidden_phone_container {
        display: none;
    }

    .header-container {
        height: 70px;
    }

    .header {
        display: none;
    }

    .cms-home #nav {
        display: none;
    }

    .cms-home #inner-nav {
        display: block;
    }

    .filter-text {
        display: none;
    }

    .filter-main {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        padding: 30px 0 0;
        z-index: 1100;
        display: none;
        overflow: scroll;
    }

    .filter-main > form {
        display: block;
        width: 300px;
        margin: 0 auto !important;
        height: 40px;
    }

    .info-popup {
        display: none;
    }

    .filter-main > form h4 {
        display: none;
    }

    #filter-auto > div:first-child {
        display: none;
    }

    .filter-main > form:first-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom: 0
    }

    .filter-main #fieldset1 {
        font-size: 18px;
        margin-top: 8px !important;
    }

    #filter-auto #fieldset1 {
        margin: 8px 20px 3px;
    }

    #filter-auto > div {
        margin-bottom: 10px;
    }

    .filter-main #filter-disk {
        border-top: 0;
        border-bottom: 0;
        border-radius: 0;
    }

    .filter-main #filter-auto {
        border-top: 0;
        border-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .cms-home .main {
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        overflow: hidden;
        padding: 0 0 10px 0;
    }

    .links {
        float: none;
        margin-right: 30px;
    }

    .catalog-category-view .main {
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        padding: 0 0 20px;
    }

    .page-title.category-title h1 {
        display: none;
    }

    .breadcrumbs {
        display: none;
    }

    .category-description {
        padding-left: 10px;
        padding-right: 10px;
    }

    .category-products {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mob-slogan {
        display: block;
        margin: 10px 52px;
        height: 124px;
        background: -webkit-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
        background: -moz-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
        background: -ms-linear-gradient(bottom, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
        background: linear-gradient(to top, #ff8d41 0%, #ff8d41 75%, #ffceac 100%);
        text-align: center;
        padding-top: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #fff;
        font-size: 20px;
        border-radius: 6px;
    }

    .mob-slogan span {
        display: block;
        font-size: 24px;
        -webkit-appearance: none;
    }

    .bestsellers .maintitle {
        display: none;
    }

    .bestsellers {
        margin: 0;
    }

    .bestsellers .products-grid {
        width: 100% !important;
        text-align: center
    }

    .bestsellers .products-grid li.item {
        float: none;
        text-align: left;
        display: inline-block;
        vertical-align: top;
    }

    .mob-head-pop {
        display: block;
        position: relative;
        min-height: 60px;
        background: #F2E8C7;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }

    .mob-head-pop h2 {
        color: #669999;
        width: 100%;
        height: 100%;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 16px 60px;
    }

    #search_autocomplete {
        display: none !important;
    }

    .mob-but-filter {
        position: absolute;
        top: 10px;
        right: 10px;
        background: -webkit-radial-gradient(center 15px, #8CB2B5, #6A9C9C);
        background: -moz-radial-gradient(center 15px, #8CB2B5, #6A9C9C);
        background: -ms-radial-gradient(center 15px, #8CB2B5, #6A9C9C);
        background: radial-gradient(center 15px, #8CB2B5, #6A9C9C);
        border-radius: 6px;
        border-bottom: 2px solid #598585;
        width: 45px;
        height: 40px;
        cursor: pointer;
    }

    .mob-but-filter:after {
        position: absolute;
        content: '';
        background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -121px -614px;
        width: 23px;
        height: 23px;
        top: 50%;
        left: 50%;
        margin-left: -11px;
        margin-top: -11px;
    }

    .filter-main .filter:last-child {
        border-top: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .filter-main .filter h2 {
        text-align: center;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .filter-main .filter form {
        display: none;
    }

    .home-viewed,
    .category-links,
    .news-block,
    .our-adv,
    .footer-contact,
    #footer-menu-datas {
        display: none;
    }

    #footer-menu-right {
        width: 40%;
        float: right;
    }

    #footer-menu-social {
        float: left;
        border: 0;
        position: static;
    }

    #footer-menu-social .footer-order {
        left: auto;
        right: 25px;
        bottom: 10px;
        background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/footer-sub.png) no-repeat center;
        border: 0;
        width: 254px;
        padding-top: 68px;
        padding-left: 0;
        text-align: center;
        height: 121px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #footer-menu-social .footer-order:after {
        display: none;
    }

    #footer-menu-right p {
        width: auto;
        border: 0;
    }

    .category-products .actions .add-to-links li:nth-child(2) {
        display: none;
    }

    .catalog-product-view .add-to-links li:nth-child(2) {
        display: none !important;
    }

    .catalog-product-view .add-to-links {
        width: auto;
    }

    .studio {
        color: transparent;
        width: auto;
        margin: 0;
        width: 50px;
        height: 50px;
        overflow: hidden;
        line-height: 2px;
        display: none;
    }

    .studio:after {
        display: none;
    }

    .studio a {
        color: transparent;
    }

    .footer {
        position: relative;
    }

    .studio a:first-child {
        width: 45px;
        height: 40px;
        border: 1px dashed #ff8d41;
        border-radius: 6px;
        position: relative;
        display: block;
    }

    .studio a:first-child:after {
        position: absolute;
        content: '';
        background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/sprites.png) no-repeat -28px -417px;
        width: 33px;
        height: 33px;
        left: 50%;
        top: 50%;
        margin-left: -16px;
        margin-top: -16px;
    }

    .catalog-category-view .col-left.sidebar {
        position: absolute;
        top: 0;
        left: -300px;
        width: 220px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
    }

    .catalog-category-view .col-left.sidebar.active {
        left: 0;
    }

    .col3-layout .col-wrapper .col-main {
        width: 100%;
    }

    .catalog-category-view .main .breadcrumbs {
        display: none;
    }

    .catalog-footer {
        display: none;
    }

    .mob-but-back {
        position: absolute;
        display: block;
        top: 10px;
        left: 10px;
        width: 45px;
        height: 40px;
        background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/mob-back.png) no-repeat center;
    }

    .mob-but-back a {
        display: block;
        width: 100%;
        height: 100%;
    }

    #footer-menu-social {
        margin-bottom: 90px;
    }

    .easytabs {
        display: block;
        margin: 0;
    }

    .easytabs-ul-wrapper
    .easytabs {
        margin: 0px 0px 1px -5px;
    !important;
    }

    .catalog-product-view .easytabs li {
        display: block;
        margin: 0 !important;
        border-bottom: 0;
        border-radius: 0;
    }

    .checkout-cart-index .main {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #shopping-cart-table tr th:nth-child(3),
    #shopping-cart-table tr td:nth-child(3) {
        display: none;
    }

    .checkout-onepage-index .col2-set .col-1,
    .checkout-onepage-index .col2-set .col-2 {
        float: none;
        width: 100%;
    }

    .checkout-onepage-index .col2-set .col-2 {
        margin-top: 15px;
    }

    .checkout-onepage-index li.fields,
    .checkout-onepage-index li.wide {
        width: 100%;
    }

    .checkout-onepage-index .form-list .field,
    .checkout-onepage-index .form-list .input-box,
    .checkout-onepage-index .form-list input.input-text,
    .checkout-onepage-index .form-list li.wide input.input-text,
    .checkout-onepage-index .form-list li.wide .input-box {
        width: 100%;
    }

    .catalogsearch-result-index .main {
        padding: 0;
    }

    .catalogsearch-result-index .col-right.sidebar {
        position: absolute;
        top: 0;
        left: -300px;
        width: 205px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s;
    }

    .catalogsearch-result-index .col-main {
        width: 100% !important;
    }

    .catalogsearch-result-index .page-title h1 {
        display: none;
    }

    .catalogsearch-result-index .col-right.sidebar.active {
        left: 0;
    }

    .footer-search {
        float: left;
        width: auto;
    }

    .customer-address-form .col-left,
    .newsletter-manage-index .col-left,
    .customer-account-index .col-left,
    .customer-account-edit .col-left,
    .wishlist-index-index .col-left {
        display: none;
    }

    .customer-address-form .col2-left-layout .col-main,
    .newsletter-manage-index .col2-left-layout .col-main,
    .customer-account-index .col2-left-layout .col-main,
    .customer-account-edit .col2-left-layout .col-main,
    .wishlist-index-index .col2-left-layout .col-main {
        width: 100%;
    }

    .customer-account-login .new-users,
    .customer-account-login .registered-users {
        float: none;
        width: 100%
    }

    .compare-button {
        display: none !important;
    }

    #product-count.active {
        display: none !important;
    }

    #sh_button {
        display: none !important;
    }

    .filter-main #fieldset6:after {
        margin-top: -27px;
    }

    .filter-main #fieldset6 #submit {
        margin: 5px 20px;
    }

    .catalog-product-view .product-buy-block .product-name {
        margin-left: 0;
    }

    .review-customer-index .col-left {
        display: none;
    }

    .review-customer-index .col2-left-layout .col-main {
        width: 100%;
    }

    .mainbs .category-products {
        margin: 0 !important;
    }

    .tires_calculator__input-block {
        width: 100%;
        margin: 10px 0;
    }

    .tires-calculator__wrap {
        margin: 20px 52px !important;
        height: 240px !important;
    }

    .tires-calculator__wrap a {
        background: none !important;
    }

    .tires-calculator__button {
        width: 35% !important;
        height: 40px !important;
    }

    .tires-calculator__text {
        width: 65% !important;
        height: 200px !important;
    }

    .catalog-best-tyre h3, .catalog-best-disk h3 {
        min-height: 20px;
    }

}

@media (max-width: 680px) { /*NB*/
    .main .category-products ul li.item {
        width: 45%;
    }
    .main .category-products .actions {
        margin: 0 auto;
        width: 60%;
    }

    .main .category-products .actions .add-to-links li {
        width: 50%;
    }
    .footer-search {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .main {
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 5px;
        margin-left: 5px;
    }

    #footer-menu-social .footer-order {
        display: none;
    }

    .footer-social > img {
        display: none;
    }

    .footer-social h3:last-of-type {
        display: none;
    }

    #footer-menu-social {
        width: auto;
        float: none;
    }

    #footer-menu-right {
        float: none;
        width: 100%;
    }

    .nav-container {
        margin-right: 10px;
        margin-left: 10px;
    }

    #footer-contacts-datas {
        display: none;
    }

    #footer-menu-social {
        margin-bottom: 0;
    }

    #shopping-cart-table tr th:nth-child(1),
    #shopping-cart-table tr td:nth-child(1) {
        display: none;
    }

    .button.btn-continue {
        display: none;
    }

    .footer-search {
        display: none;
    }

    .catalog-product-view .product-buy-block .price-box {
        padding-left: 40px;
    }

    .catalog-product-view .add-to-box {
        margin-left: 40px;
    }

    .product-view .product-img-box .product-image {
        width: 100px;
    }

    .catalog-product-view .product-view .product-img-box {
        padding-right: 0px;
    }

    .messages {
        width: auto;
    }

    .wishlist-index-index thead {
        display: none;
    }

    .studio {
        display: block;
    }

    .tires-calculator__text, .tires-calculator__text-inner {
        width: 100% !important;
        height: 200px !important;
        display: block !important;
    }

    .tires-calculator__text-inner h2 {
        font-size: 20px !important;
        line-height: 1;
    }

    .tires-calculator__text-inner p {
        font-size: 15px !important;
        line-height: 1.15;
    }

    .tires-calculator__button, .tires-calculator__button-inner {
        width: 100% !important;
        height: 80px !important;
        display: block !important;
    }

    .tires-calculator__wrap {
        height: 280px !important;
        display: block !important;
    }

    .tires_calculator__text-block ul li {
        width: 100% !important;
        font-size: 16px !important;
    }

}

@media screen and (max-width: 481px) {
    #inner-nav > li {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    .idia-but span {
        display: none;
    }

    #inner-nav .sub-menu {
        width: 100%;
    }

    .catalog-product-view .main {
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-product-view .product-view .product-img-box {
        width: 226px;
        padding-right: 45px;
    }

    .catalog-category-view .products-grid {
        text-align: center;
    }

    .catalog-product-view .product-info-icon {
        right: 10px;
    }

    .easytabs-a-accordion {
        display: none;
    }

    .easytabs, .easytabs-a-tab {
        display: block;
    }

    #shopping-cart-table tr th:nth-child(4),
    #shopping-cart-table tr td:nth-child(4) {
        display: none;
    }

    #shopping-cart-table tr td {
        padding-left: 3px;
        padding-right: 3px;
    }

    .checkout-onepage-index .form-list select {
        width: 150px;
    }

    .checkout-onepage-index .data-table tr.last th {
        font-size: 10px;
    }

    .checkout-onepage-index .data-table tr td {
        font-size: 11px;
    }

    .checkout-onepage-index .data-table {
        border-color: #d9dde3;
        border-radius: 0;
        font-size: 10px;
    }

    .catalogsearch-result-index .mob-head-pop h2 {
        font-size: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 60px;
        padding-right: 60px;
    }

    .customer-account-forgotpassword .form-list input.input-text,
    .customer-account-create .form-list input.input-text {
        width: 100%;
    }

    .customer-account-forgotpassword .form-list .input-box,
    .customer-account-create .form-list .input-box {
        width: 100%;
    }

    .customer-account-forgotpassword .form-list .field,
    .customer-account-create .form-list .field {
        width: 100%;
    }

    .data-table thead th {
        padding: 2px;
        font-size: 10px;
    }

    .data-table td {
        padding: 2px;
        font-size: 11px;
    }

    .catalog-product-view .add-to-cart button span {
        font-size: 13px;
    }

    .catalogsearch-result-index .products-grid {
        text-align: center;
    }

    .wishlist-index-index .data-table tr.last th:last-child {
        display: none;
    }

    .data-table tr.last td button.button {
        margin-top: 5px;
    }

    .data-table tr.last td button.button span {
        font-size: 8px !important;
    }

    .tyre-index-result .col3-layout .col-wrapper .col-main {
        margin: 0;
    }

    .tyre-index-result .category-products .products-grid {
        text-align: center;
    }

    .tyre-index-result .category-products .products-grid li.item {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .news_image img {
        max-width: 100%;
    }

    .catalog-product-view .easytabs-content iframe {
        width: 100% !important;
    }

    .dashboard .welcome-msg {
        margin-right: 10px;
    }

    .form-list input.input-text {
        width: 100%;
    }

    .form-list .input-box {
        width: 100%;
    }

    .form-list .field {
        width: 100%;
    }

    .form-list select {
        width: 100%;
    }

    #my-reviews-table td:nth-child(4) {
        display: none;
    }
    .main .category-products .products-grid li.item {    /*NB*/
        margin: 0 auto;
        width: 90%;
        float: none;
    }
    .category-products .products-grid .item_inner .product-image { /*NB*/
        margin: 0 auto;
        width: 50%;
    }
    .category-products .products-grid .item_inner .product-name { /*NB*/
        width: 100%;
        text-align: center;
    }
    .category-products .products-grid .item_inner .short_desc { /*NB*/
        text-align: center;
    }
    .category-products .products-grid .item_inner .actions { /*NB*/
        margin: 0 auto;
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .tires_calculator__input-block {
        width: 50%;
    }

    .tires_calculator__instruction-block {
        width: 20%;
    }

    .tires_calculator__tire-result-block {
        width: 80%;
    }
}

/* ANIMATION */
@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-1px, -1px, 0);
        transform: translate3d(-1px, -1px, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(1px, 1px, 0);
        transform: translate3d(1px, 1px, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-1px, -1px, 0);
        transform: translate3d(-1px, -1px, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(1px, 1px, 0);
        transform: translate3d(1px, 1px, 0);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* chosen */
/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100% !important;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid #aaa;
    background-color: #f6f6f6;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 10px rgba(0, 0, 0, 0.04);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('http://kapitan.vn.ua/skin/frontend/default/kapitan/img/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('http://kapitan.vn.ua/skin/frontend/default/kapitan/img/chosen-sprite.png') no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url('http://kapitan.vn.ua/skin/frontend/default/kapitan/img/chosen-sprite.png') no-repeat 100% -20px;
    background: url('http://kapitan.vn.ua/skin/frontend/default/kapitan/img/chosen-sprite.png') no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('http://kapitan.vn.ua/skin/frontend/default/kapitan/img/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('http://kapitan.vn.ua/skin/frontend/default/kapitan/img/chosen-sprite.png') no-repeat -30px -20px;
    background: url('http://kapitan.vn.ua/skin/frontend/default/kapitan/img/chosen-sprite.png') no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('http://kapitan.vn.ua/skin/frontend/default/kapitan/css/chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/* @end */

.hidden_phone_container {
    position: relative;
}

.hidden_phone {
    position: absolute;
    top: -500px;
    right: 0;
    padding: 10px 5px !important;
    margin-top: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: .5s ease-in-out;
    z-index: 10000;
    white-space: nowrap;

}

.hidden_phone_toggle {
    text-decoration: none !important;
}

.hidden_phone_show {
    opacity: 1 !important;
    top: 100%;
}

.hidden_phone_info {
    position: relative;
    padding: 5px 5px 5px 35px !important;
    height: 30px;
    display: table-cell !important;
    vertical-align: middle;
    box-sizing: border-box;
    color: #669999 !important;
    border: none !important;
}

.hidden_phone_info:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
}

.regular:before {
    background: url('http://kapitan.vn.ua/skin/frontend/default/kapitan/img/phones_min.png') transparent no-repeat -90px center;
}

.mts:before {
    background: url('http://kapitan.vn.ua/skin/frontend/default/kapitan/img/phones_min.png') transparent no-repeat -60px center;
}

.life:before {
    background: url('http://kapitan.vn.ua/skin/frontend/default/kapitan/img/phones_min.png') transparent no-repeat 0px center;
}

.kiev:before {
    background: url('http://kapitan.vn.ua/skin/frontend/default/kapitan/img/phones_min.png') transparent no-repeat -30px center;
}

span.highlight {
    color: #c00 !important;
}

.short_desc {
    text-overflow: ellipsis;
    max-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
}

.short_desc span {
    color: #669999;
    display: block;
    max-height: 40px;
    text-overflow: ellipsis;
}

/*popup*/
#popup_overlay {
    display: none;
    position: fixed;
    background: rgba(48, 77, 123, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1498;
}

#popup {
    position: fixed;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    min-height: 70px;
    min-width: 500px;
    max-width: 90%;
    max-height: 90%;
    overflow: hidden;
    display: none;
    z-index: 1499;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

#popup h2 {
    font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
}

.popup_inner {
    display: none;
}

.popup_preload {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('http://kapitan.vn.ua/skin/frontend/default/kapitan/images/cart-loader.gif') #fff center center no-repeat;
}

.popup_close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
    background: url('http://kapitan.vn.ua/skin/frontend/default/kapitan/images/cart-close-min.png') center center no-repeat;
    cursor: pointer;
}

.popup_cart_success, .popup_cart_failure {
    display: none;
    font-size: 18px;
}

.popup_cart_product {
    color: #487CB1;
}

.popup_cart_buttons {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.popup_cart_text {
    margin-right: 40px;
}

.popup_cart_text p {
    text-align: left;
}

.popup_cart_product_img {
    float: left;
}

.popup_cart_return {
    float: left;
    width: 50%;
    text-align: left;
}

.popup_cart_proceed {
    float: right;
    width: 50%;
    text-align: right;
}

.popup_cart_return a {
    color: #DA8104;
    text-decoration: underline;
    cursor: pointer;
    font-size: 18px;
}

.popup_cart_proceed a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    background: -webkit-linear-gradient(top, #a2c1a2, #659766);
    background: -moz-linear-gradient(top, #a2c1a2, #659766);
    background: -ms-linear-gradient(top, #a2c1a2, #659766);
    background: linear-gradient(to bottom, #a2c1a2, #659766);
    border-radius: 4px;
    border-bottom: 2px solid #4C704C;
    padding: 10px 15px;
    cursor: pointer;
}

.popup_cart_proceed a:hover {
    background: #659766;
    color: #fff !important;
}

.main_column {
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-right: 15px;
}

.sidebar_right {
    float: right;
    box-sizing: border-box;
}

.sidebar_banner {
    border: 2px solid #000;
    border-radius: 6px;
}

.sidebar_banner_container {
    margin-bottom: 40px;
}

.sidebar_banner_short {
    height: 80px;
    margin-bottom: 10px;
}

.sidebar_banner_long {
    height: 375px;
    margin-bottom: 30px;
}

/* tires calculator */
.tires_calculator:before, .tires_calculator:after {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
}

.tires_calculator, .tires_calculator * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.tires_calculator__intro {

}

.tires_calculator__intro p {
    color: #669999;
    font-size: 24px;
    line-height: 1.15;
}

.tires_calculator__intro p span {
    color: #487cb1;
    font-size: 24px;
    line-height: 1.15;
}

.tires_calculator input {
    font-size: 16px;
    padding: 4px;
    font-size: 16px;
    padding: 4px;
    border: none;
    background: #fff;
    border-radius: 3px;
}

.tires_calculator__input-block {
    float: left;
    /*width: 50%; WIDTH IN MEDIA QUERIES!! */
}

.tires_calculator__input-block-inner {
    border-radius: 10px;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    float: left;
    width: 100%;
    overflow: hidden;
}

.tires_calculator__input-block.new-size {
    padding-left: 10px;
}

.tires_calculator__input-block.old-size {
    padding-right: 10px;
}

.old-size .tires_calculator__input-block-inner {
    background: #669999;
}

.new-size .tires_calculator__input-block-inner {
    background: #487cb1;
}

.tires_calculator__input-block-inner label {
    font-size: 14px;
    float: left;
    clear: both;
    font-weight: 400;
}

.tires_calculator__input-block-inner select {
    font-size: 16px;
    padding: 4px;
    border-radius: 2px;
    border: 4px solid #fff;
    float: left;
    clear: both;
}

.tires_calculator__input-block-inner h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 400 !important;
    text-align: left;
    padding: 10px 10px 5px 30px;
    font-family: 'Kalypsa';
}

.old-size .tires_calculator__input-block-inner h2 {
    background: #85aeae;
}

.new-size .tires_calculator__input-block-inner h2 {
    background: #6d96c1;
}

.tires_calculator__input-block-inner__input-wrapper {
    padding: 10px 10px 10px 30px;
    float: left;
    width: 100%;
}

.tires_calculator__input-block-inner span {
    display: block;
    float: left;
    padding: 0 5px;
}

.tires_calculator__input-block__not-select-wrapper {
    margin-top: 12px;
    font-size: 32px;
    line-height: 52px;
}

.tires_calculator__submit-block, .tires_calculator__instruction-block, .tires_calculator__tire-result-block, .tires_calculator__text-block {
    float: left;

}

.tires_calculator__submit-block {
    margin: 20px 0px;
    text-align: center;
    width: 100%;
}

.tires_calculator__submit-block input[type*='button'] {
    padding: 10px 20px;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    background: -webkit-radial-gradient(center top, #A2C1A2, #669966);
    background: -moz-radial-gradient(center top, #A2C1A2, #669966);
    background: -ms-radial-gradient(center top, #A2C1A2, #669966);
    background: radial-gradient(center top, #A2C1A2, #669966);
    border-bottom: 2px solid #4C704C;
    cursor: pointer;
    -webkit-appearance: none;
    outline: 0 !important;
}

.tires_calculator__submit-block input[type*='button']:hover {
    background: #669966;
}

.tires_calculator__submit-block input[type*='button']:focus {
    background: #4B6F4B;
    outline: 0 !important;
}

.tires_calculator__instruction-block {
    /*width: 20%; WIDTH IN MEDIA QUERIES!! */
    text-align: center;
}

.tires_calculator__instruction-block {
    width: 100%;
    margin-bottom: 20px;
}

.tires_calculator__instruction-block img {
    max-width: 100%;
}

.tires_calculator__tire-result-block {
    width: 100%;
    margin-bottom: 40px;
}

.tires_calculator__tire-result-block-inner table, .tires_calculator__speed-result-block table tbody {
    box-shadow: 0px 0px 3px 0px #c2c2c2;
}

.tires_calculator__tire-result-block-inner table {
    width: 100%;
    border-collapse: collapse;
}

.tires_calculator__tire-result-block-inner table th, .tires_calculator__tire-result-block-inner table td, .tires_calculator__tire-result-block-inner table tr, .tires_calculator__speed-result-block table th, .tires_calculator__speed-result-block table td, .tires_calculator__speed-result-block table tr {
    padding: 5px;
}

.tires_calculator__speed-result-block table th, .tires_calculator__speed-result-block table td, .tires_calculator__speed-result-block table tr {
    text-align: center;
    vertical-align: middle;
}

.tires_calculator__tire-result-block-inner tr.heading-row, .tires_calculator__speed-result-block tr.heading-row {
    color: #fff !important;
    background: -webkit-radial-gradient(center top, #99bbbb, #669999) !important;
    background: -moz-radial-gradient(center top, #99bbbb, #669999) !important;
    background: -ms-radial-gradient(center top, #99bbbb, #669999) !important;
    background: radial-gradient(center top, #99bbbb, #669999) !important;
}

.tires_calculator__tire-result-block-inner table tr:nth-child(2n-1), .tires_calculator__speed-result-block table tr:nth-child(2n-1) {
    background: #dcdc00;
}

.tires_calculator__tire-result-block-inner table tr:nth-child(2n), .tires_calculator__speed-result-block table tr:nth-child(2n) {
    background: #ebeb73;
}

.tires_calculator__text-block {
    width: 100%;
}

.tires_calculator__speed-result-block {
    width: 100%;
    padding: 15px 0;
    float: left;
}

.tires_calculator__speed-result-block h2 {
    padding-left: 20%;
}

.tires_calculator__speed-result-block table {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.tires_calculator__speed-result-block table img {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translate(0%, -50%);
    max-width: 20%;
    height: auto;
}

.tires_calculator__text-block ul {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    padding: 0;
}

.tires_calculator__text-block ul li {
    list-style: none;
    display: block;
    float: left;
    width: 33.3%;
    padding: 100px 5px 15px;
    position: relative;
}

.tires_calculator__text-block ul li:before {
    position: absolute;
    content: attr(data-content);
    left: 50%;
    top: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 50px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #487cb1;
}

.tires_calculator__warning {
    padding-left: 50px;
    position: relative;
    float: left;
}

.tires_calculator__warning:before {
    position: absolute;
    content: '!';
    width: 36px;
    height: 36px;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    border: 4px solid #487CB1;
    border-radius: 50%;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*mainpage block*/
.tires-calculator__wrap {
    position: relative;
    background: -webkit-linear-gradient(bottom, #467AAF, #205C8A);
    background: -moz-linear-gradient(bottom, #467AAF, #205C8A);
    background: -ms-linear-gradient(bottom, #467AAF, #205C8A);
    background: linear-gradient(to top, #467AAF, #205C8A);
    text-align: left;
    margin: 0px 52px 20px;
    height: 140px;
    border: 2px solid #ebea9d;
    border-radius: 6px;
    overflow: hidden;
}

.tires-calculator__wrap:after, .tires-calculator__wrap:before {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
}

.tires-calculator__wrap * {
    box-sizing: border-box;
}

.tires-calculator__wrap a {
    text-decoration: none !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/images/calc-min.png) left center no-repeat;
}

.tires-calculator__text {
    color: #fff;
    display: table;
    position: relative;
    float: right;
    width: 50%;
}

.tires-calculator__button {
    float: right;
    width: 20%;
    text-align: center;
    display: table;
}

.tires-calculator__text-inner, .tires-calculator__button-inner {
    display: table-cell;
    width: 100%;
    height: 140px;
    padding: 10px;
    vertical-align: middle;
}

.tires-calculator__button-inner span {
    background: #dcdc00;
    color: #3E6E6E;
    padding: 5px 15px;
    box-shadow: 0px 5px 8px -8px #000;
    border-radius: 2px;
    font-size: 18px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

.tires-calculator__wrap:hover .tires-calculator__button-inner span {
    font-size: 20px;
    padding: 6px 17px;
}

.tires-calculator__text-inner h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}

.tires-calculator__text-inner p {
    font-size: 16px;
}

.products-grid button.btn-cart, .products-grid .link-wishlist, .products-grid .link-compare {
    position: relative;
    display: inline-block !important;
    overflow: visible !important;
    border-width: 2px !important;
    width: 50px !important;
    height: 45px !important;
    box-sizing: border-box;
    margin: 0 0 5px 0 !important;
}

.link-wishlist:after, .link-compare:after, button.btn-cart:after {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.link-wishlist:after {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/images/ii1-min.png) no-repeat center center !important;
}

.link-compare:after {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/images/ii2-min.png) no-repeat center center !important;
}

button.btn-cart:after {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/images/ii3-min.png) no-repeat center center !important;
}

.bestseller-icon, .youtube-icon, .sales-icon {
    width: 34px !important;
    height: 34px !important;
    position: relative;
}

.bestseller-icon:after, .youtube-icon:after, .sales-icon:after {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.bestseller-icon:after {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/images/iii2-min.png) no-repeat center center !important;
}

.youtube-icon:after {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/images/iii3-min.png) no-repeat center center !important;
}

.sales-icon:after {
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/images/iii4-min.png) no-repeat center center !important;
}

.tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    color: #669999;
    font-size: 14px;
    border-radius: 6px;
    padding: 5px;
    transition: .4s ease-in-out;
    opacity: 0;
    display: none;
    z-index: 100;
    background: #fff;
    text-transform: none;
    max-width: 200px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    white-space: nowrap;
    word-break: keep-all;
}

.link-wishlist:hover + .tooltip, .link-compare:hover + .tooltip, button.btn-cart:hover + .tooltip, .tooltip:hover {
    opacity: 1;
    display: block;
}

.iconka-sezona {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    color: transparent;
    transform: translate(-25%, -25%);
    -ms-transform: translate(-25%, -25%);
    -webkit-transform: translate(-25%, -25%);
    -moz-transform: translate(-25%, -25%);
    border: 1px solid #eceba2;
    border-radius: 50%;
    background: #fff;
    background-size: 100%;
    z-index: 998;
}

.season-icon {
    width: 30px; /*34 = 30 + 2*2px borders*/
    height: 30px;
    border: 2px solid #eceba2;
    background: #fff;
    background-size: 100%;
    border-radius: 6px;
    margin-bottom: 4px;
}

.bestsellers_close {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #eceba2;
    background-size: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: 100;
    color: transparent;
    transform: translate(-25%, -25%);
    -ms-transform: translate(-25%, -25%);
    -webkit-transform: translate(-25%, -25%);
    -moz-transform: translate(-25%, -25%);
    background: url(http://kapitan.vn.ua/skin/frontend/default/kapitan/img/bestseller_close-min.png) #fff no-repeat center center;
    cursor: pointer;
}

#map {
    width: 100% !important;
}

.text-box input {
    font-weight: 700
}

.main-container.col2-right-layout .main .col-right.sidebar {
    margin-top: 20px;
}

.right.review-menu-block .review-total .fa-shopping-cart{
    font-size:28px;
    line-height:28px;
}



