/* GAJOSHOP by Degriz */

/* Reset ================================================================================= */
* { margin:0; padding:0; box-sizing: border-box; font-family: 'Montserrat', sans-serif; }

body          { background: #e6e6e6; color:#929292; font-size: 14px; line-height: 1.4em; text-align:left; }
.std { color: #555; }

img           { border:0; vertical-align:top; max-width: 100%; }

a             { color:#ff7340; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }
.clear { clear: both; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; font-weight:normal;}
h1            { font-size:24px;  }
h2            { font-size:21px;  }
h3            { font-size:19px; }
h4            { font-size:18px; }
h5            { font-size:17px; }
h6            { font-size:16px; }

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

/* Table */
table         { border:0;  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 ================================================================================ */
.container { max-width:1280px; margin: 0 auto; padding: 0 15px; }

.page {}
.page-print {  }
.page-empty {  }
.page-popup { }
.main-container {  }
.emptycart,
.succes,
.main { padding:20px; background: #fff; text-align:left; -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1); -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1); box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1); }
.checkout-onepage-success .main,
.checkout-cart-index .main,
.catalogsearch-result-index .main,
.checkout-onestep-index .main,
.catalog-product-view .main,
.catalog-category-view .main,
.cms-index-index .main { padding:0; background: transparent; -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0); -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0); box-shadow: 0 0 0 0 rgba(0,0,0,0); }

.checkout-onepage-success .main {  text-align: center; }
.checkout-onepage-success .cart-breadcrumbs { margin-bottom: 80px; }

/* Base Columns */
.col-left { float:left; width:23%; padding:0; }
.col-main { float:left; width:75%; padding:0; }
.col-right { float:right; width:23%; padding:0; }

/* 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 {  vertical-align:middle; color:#2f2f2f; font-family: 'Montserrat', sans-serif;  font-size: 14px; line-height: 1.4em; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,
textarea { padding:2px; min-width: 240px; }
input.input-text { line-height: 28px; padding-left: 10px; }

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 { min-width:2.5em !important; }

button.button::-moz-focus-inner { padding:0; border:0; }
button.button { -webkit-border-fit:lines; } 
button.button { overflow:hidden; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display: block; border:1px solid #929292; background:#929292; padding: 8px 20px; text-align:center; white-space:nowrap; color:#fff; font-weight: 600; letter-spacing: 0.01em; text-shadow: 1px 1px 0 rgba(0,0,0,0.1); }
button.button span span { border:0; padding:0; }
button.button:hover span { border-color: #777; background-color: #777; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.button.btn-checkout span,
button.button.btn-cart span { border-color: #ff7340; background-color: #ff7340; }
button.button.btn-checkout:hover span,
button.button.btn-cart:hover span { border-color: #da4132; background-color: #da4132; }

button.button.btn-checkout span { font-size: 16px; }

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

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; margin-bottom: 5px; }
.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 .input-box { display:block; clear:both; }
.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; }

/* 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 #ccc; background: #fefefe; padding: 45px 20px 10px 20px; margin:0 0 15px 0; position: relative; }
.fieldset .legend { position: absolute; top: -1px; left: 20px; font-weight: 600; font-size:14px; border:1px solid #ff7340; background: #ff7340; color: #fff; padding: 5px 10px; }

/* Form Validation */
.validation-advice { display: inline-block; clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(https://www.super-nakup.si/skin/frontend/gajoshop/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; }
.notice.deliverynotice { position: relative; margin: 0 0 10px 0; background: #e6e6e6; padding: 10px; color: #555; font-size: 13px; line-height: 1.3em; }
.notice.deliverynotice:before { content:''; display: block; position: absolute; top: -10px; left: 10px; width: 0; height: 0; border-style: solid; border-width: 0 8px 10px 8px; border-color: transparent transparent #e6e6e6 transparent; }

.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(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.super-nakup.si/skin/frontend/gajoshop/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: 500; }
.breadcrumbs li a { color: #929292; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; padding-bottom: 15px; }
.page-title h1,
.page-title h2 { margin:0; font-size: 19px; color: #333;  text-transform: uppercase; }
.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; }


/* Toolbar */
.toolbar { margin: 10px 0; }
.toolbar-bottom .toolbar { margin-top: 0; }
.toolbar .sorter { }
.sorter { font-size:11px;  padding: 5px 0;}
.sorter .view-mode { margin:0; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding: 0 0 0 5px; margin:0 5px 0 0; vertical-align:middle; line-height: 28px; height: 28px; }
.sorter .link-feed {}


.catalogsearch-result-index .page-title { margin: 0; }

/* Data Table */
.data-table { width:100%; border: 1px solid #bebebe; }
.data-table .odd  { background:#f8f8f8 }
.data-table .even { background:#eee; }
.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 tr.last td img { max-width: unset; }
.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 #c2c2c2; padding:2px 8px; color:#0a0a0a; 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: #d9d9d9; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9d9d9; }
.data-table tfoot tr.first td { }
.data-table tfoot tr { background-color:#dedede !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9d9d9; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9d9d9; border-right:1px solid #d9d9d9; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f8f8 !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 #d9d9d9; }

.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 {  border:1px solid #d0d0d0; 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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/close.png) no-repeat center #ff7340;; text-indent:-999em; overflow:hidden; }
.btn-remove2:before { content: '' } 
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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 ================================================================================ */
.top-container { display: none; position: relative; background: #ff7340; overflow: hidden; max-width: 100%; -webkit-box-shadow: inset 0px -5px 3px 0px rgba(0,0,0,0.05); -moz-box-shadow: inset 0px -5px 3px 0px rgba(0,0,0,0.05); box-shadow: inset 0px -5px 3px 0px rgba(0,0,0,0.05); }
.top-container .effect { position: absolute; top: -75%;left: -150%;width: 300%;height: 150%;opacity: 0;background: rgba(255, 255, 255, 0.2);background: -moz-linear-gradient(left,rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0.1) 75%,rgba(255, 255, 255, 0.5) 90%,rgba(255, 255, 255, 0.0) 100%);background: -webkit-linear-gradient(top,rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0.1) 75%,rgba(255, 255, 255, 0.5) 90%,rgba(255, 255, 255, 0.0) 100%);background: -webkit-gradient(linear, left top, right top,color-stop(0%,rgba(255, 255, 255, 0.2)),color-stop(75% ,rgba(255, 255, 255, 0.2)),color-stop(90% ,rgba(255, 255, 255, 0.8)),color-stop(100%,rgba(255, 255, 255, 0.0)));background: -o-linear-gradient(top,rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0.1) 75%,rgba(255, 255, 255, 0.5) 90%,rgba(255, 255, 255, 0.0) 100%);background: -ms-linear-gradient(top,rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0.1) 75%,rgba(255, 255, 255, 0.5) 90%,6rgba(255, 255, 255, 0.0) 100%);background: linear-gradient(top,rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0.1) 75%,rgba(255, 255, 255, 0.5) 90%,rgba(255, 255, 255, 0.0) 100%);-webkit-transform: rotate(30deg);-moz-transform: rotate(30deg);-ms-transform: rotate(30deg);-o-transform: rotate(30deg);transform: rotate(30deg);-webkit-transition-property: left, top, opacity;-moz-transition-property: left, top, opacity;-ms-transition-property: left, top, opacity;-o-transition-property: left, top, opacity;transition-property: left, top, opacity;-webkit-transition-duration: 0.5s, 0.5s, 0.1s;-moz-transition-duration: 0.5s, 0.5s, 0.1s;-ms-transition-duration: 0.5s, 0.5s, 0.1s;-o-transition-duration: 0.5s, 0.5s, 0.1s;transition-duration: 0.5s, 0.5s, 0.1s;-webkit-transition-timing-function: ease;-moz-transition-timing-function: ease;-ms-transition-timing-function: ease;-o-transition-timing-function: ease;transition-timing-function: ease}
.top-container.shine .effect { opacity: 1; top: -30%; left: -30%; }
.top-container .effect:active { opacity: 0; }

.top-container .container { padding-top: 7px; padding-bottom: 7px; padding-right: 40px; color: #fff; font-size: 16px; font-weight: 600; text-align: center; position: relative;  }
.top-container p { margin: 0; padding: 0; color: #fff; }
.top-container a { text-decoration: none; color: #fff; }
.top-container .close { cursor: pointer; height: 22px; width: 22px; background-color: #fff; color: #fff; overflow: hidden; display: block; position: absolute; top: 6px; right: 5px; -webkit-mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/close.svg);   mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/close.svg); text-indent: -99999px; -webkit-filter: drop-shadow( 1px 1px 0px rgba(0, 0, 0, 0.1)); filter: drop-shadow( 1px 1px 0px rgba(0, 0, 0, 0.1)); }

.header { position: relative; min-height: 97px; text-align: center; background: #fff; margin-bottom: 20px; -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1); box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1); }
.header .logo { text-decoration:none !important; display: block; width: 379px; height: 61px; position: absolute; left: 50%; transform:translateX(-50%);  top: 21px; overflow: hidden; }
.header .logo img.mobile { height: 61px; width: 61px; display: none; }
.header .logo img.desktop { height: 60px; width: 379px;  }
.header .logo .wrap { position: relative; }
.header .logo .effect { position: absolute; top: -75%;left: -1500%;width: 3000%;height: 150%;opacity: 0;background: rgba(255, 255, 255, 0.2);background: -moz-linear-gradient(left,rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0.1) 75%,rgba(255, 255, 255, 0.5) 90%,rgba(255, 255, 255, 0.0) 100%);background: -webkit-linear-gradient(top,rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0.1) 75%,rgba(255, 255, 255, 0.5) 90%,rgba(255, 255, 255, 0.0) 100%);background: -webkit-gradient(linear, left top, right top,color-stop(0%,rgba(255, 255, 255, 0.2)),color-stop(75% ,rgba(255, 255, 255, 0.2)),color-stop(90% ,rgba(255, 255, 255, 0.8)),color-stop(100%,rgba(255, 255, 255, 0.0)));background: -o-linear-gradient(top,rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0.1) 75%,rgba(255, 255, 255, 0.5) 90%,rgba(255, 255, 255, 0.0) 100%);background: -ms-linear-gradient(top,rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0.1) 75%,rgba(255, 255, 255, 0.5) 90%,6rgba(255, 255, 255, 0.0) 100%);background: linear-gradient(top,rgba(255, 255, 255, 0.1) 0%,rgba(255, 255, 255, 0.1) 75%,rgba(255, 255, 255, 0.5) 90%,rgba(255, 255, 255, 0.0) 100%);-webkit-transform: rotate(30deg);-moz-transform: rotate(30deg);-ms-transform: rotate(30deg);-o-transform: rotate(30deg);transform: rotate(30deg);-webkit-transition-property: left, top, opacity;-moz-transition-property: left, top, opacity;-ms-transition-property: left, top, opacity;-o-transition-property: left, top, opacity;transition-property: left, top, opacity;-webkit-transition-duration: 0.5s, 0.5s, 0.1s;-moz-transition-duration: 0.5s, 0.5s, 0.1s;-ms-transition-duration: 0.5s, 0.5s, 0.1s;-o-transition-duration: 0.5s, 0.5s, 0.1s;transition-duration: 0.5s, 0.5s, 0.1s;-webkit-transition-timing-function: ease;-moz-transition-timing-function: ease;-ms-transition-timing-function: ease;-o-transition-timing-function: ease;transition-timing-function: ease}
.header .logo.shine .effect { opacity: 1; top: -30%; left: 300%; }
.header .logo .effect:active { opacity: 0; }
.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 .logo h1 { margin:0; }

.header .form-search { float: left; width: 320px; height: 40px; max-width: 100%; position: relative; margin: 25px 0; }
.header .form-search.shadow { -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1); }
.header .form-search input.input-text { color: #767676; font-size: 14px; width: 100%; padding: 0 40px 0 10px; background-color: #fdfdfd; border: 1px solid #e8e8e8; height: 40px; line-height: 40px; -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.05); -moz-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.05); box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.05); }
.header .form-search input.input-text:focus { border: 1px solid #ccc; color: #333; background-color: #fff; -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.1); -moz-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.1); box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.1); }
.header .form-search button.search { cursor: pointer; height: 40px; width: 40px; position: absolute; top: 0; right: 0; background-color: #929292; border: 0; text-indent: -99999px; }
.header .form-search button.search:hover { background-color: #777; }
.header .form-search button.search span { display: block; margin: 10px; height: 20px; width: 20px;  background-color: #fff; -webkit-mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/search.svg); mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/search.svg); -webkit-filter: drop-shadow( 1px 1px 0px rgba(0, 0, 0, 0.2)); filter: drop-shadow( 1px 1px 0px rgba(0, 0, 0, 0.2));  }
.header .form-search:before { content: ''; width: 12px; height: 40px; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/search-shadow.png) no-repeat; position: absolute; top: 0; right: 40px; pointer-events: none; }

.header .phone { float: right; margin: 30px 0 0 0; }
.header .phone a { vertical-align: top; position: relative; display: inline-block; margin: 0 20px 0 30px; padding: 7px 12px; text-decoration: none; color: #929292; font-size: 17px; font-weight: 700; border: 3px solid #929292; line-height: 1em; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; }
.header .phone a:before { content: ''; position: absolute; top: -3px; left: -26px; width: 18px; height: 36px; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/phonesignal.png) no-repeat center; }

/* top cart */
.block-cart { float:right; margin: 23px 0px 0px 0px; }
.carteks { display: block; position: relative; text-decoration: none; /*border: 1px solid #e8e8e8; */ }
.carteks a.title { text-decoration: none; padding: 10px 12px 10px 30px; display: inline-block; text-align: left;}
.carteks a.title .amount { position: absolute; background: #ff7340; width: 21px; height: 21px; left: 0; top: 14px; overflow: hidden; line-height: 21px; text-align: center; font-size:11px; font-weight: normal; color: #fff; text-shadow: 1px 1px 0 rgba(0,0,0,0.1); }
.carteks a.title p { display: inline-block; margin: 0px; line-height: 1.4em;  color: #888; }
.carteks a.title strong { display: block;  color: #333; font-size: 13px; font-weight: 600; }
.carteks a.title i { width: 22px; height: 26px;  display: block; float: right; margin: 2px 0 0 12px; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/cart.png) no-repeat center; }

.carteks .roza { position:absolute; display: none; text-align: center; right: 0; padding: 2px 0px 0px 0px; width: 320px; margin: 0px; background: #fff; color: #333; z-index: 999; border: 1px solid #e8e8e8; -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1); -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1); box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1);}
.carteks .roza.show { display: block; } 
.carteks .roza:before { content: ''; display: block; position: absolute; top: -8px; right: 40px; width: 0; height: 0; border-style: solid; border-width: 0 7.5px 8px 7.5px; border-color: transparent transparent #e8e8e8 transparent; z-index: 998; }
.carteks .roza .summary { text-align: center; padding: 15px 0px 5px 0px; font-size: 15px;  }
.carteks .roza .summary.nul { padding: 15px 0px 15px 0px;}
.carteks .roza .summary .napolni { font-weight: normal; color: #555; font-size: 13px; line-height: 16px; margin: 5px 0px 0px 0px;}
.carteks .roza button.button { margin: 5px 0px 15px 0px; font-size: 18px; }

.carteks .roza .cart-products { position: relative; }
.carteks .roza .cart-products:after { position: absolute; content: '';  bottom: 0; left: 0; right: 0; height: 11px; z-index:1; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/shadow.png) no-repeat top center; opacity: 0.2; filter: alpha(opacity=20); }
.carteks .roza .cart-products #cart-sidebar { max-height: 186px; overflow-y: scroll; overflow-x: hidden; position: relative; }
.carteks .roza .cart-products #cart-sidebar li { padding: 5px; text-align: left; position: relative; border-bottom: 1px dashed #ebebeb; }
.carteks .roza .cart-products #cart-sidebar li:after { content: ''; clear: both; display: block; }
.carteks .roza .cart-products #cart-sidebar li:last-child { border-bottom: 0px; }
.carteks .roza .cart-products #cart-sidebar li:nth-child(2n) { background: #f9f9f9;}
.carteks .roza .cart-products #cart-sidebar li .product-image { margin-right: 10px; width: 80px; height: 80px; float: left; display: block; border: 1px solid #ebebeb; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; overflow: hidden; -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.02); -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.02); box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.02);}
.carteks .roza .cart-products #cart-sidebar li .product-details { width: 200px; float: left; }
.carteks .roza .cart-products #cart-sidebar li .product-name { margin: 3px 0px 3px 0px; }
.carteks .roza .cart-products #cart-sidebar li .product-name a { text-decoration: none; color: #333; font-size: 13px; line-height: 1.3em; font-weight: 600; display: inline-block; }
.carteks .roza .cart-products #cart-sidebar li .btns { padding-top: 5px; }
.carteks .roza .cart-products #cart-sidebar li .remove,
.carteks .roza .cart-products #cart-sidebar li .edit { color: #666; font-size: 10px; line-height: 16px; text-decoration: none; font-weight: normal;}
.carteks .roza .cart-products #cart-sidebar li .remove { padding-right: 5px; margin-right: 5px; border-right: 1px dashed #ccc; }
.carteks .roza .cart-products #cart-sidebar li .remove:hover,
.carteks .roza .cart-products #cart-sidebar li .edit:hover { color: #333 !important; }
.carteks .roza .cart-products #cart-sidebar li .price,
.carteks .roza .cart-products #cart-sidebar li .qty { font-size: 12px; line-height: 1em; }
.carteks .roza .cart-products #cart-sidebar li .qty { color: #666; }

.carteks .roza .dostava { background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/top.jpg) top left; padding: 10px 10px; color: #333; font-size: 13px; line-height: 1.2em; text-align: left; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; -webkit-box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.1); -moz-box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.1); box-shadow: inset 0px 4px 4px 0px rgba(0,0,0,0.1); }
.carteks .roza .dostava .price,
.carteks .roza .dostava strong { color: #111; }
.carteks .roza .dostava:before { content: '\f0d1'; font-family: FontAwesome; font-size: 32px; line-height: 32px; color: rgba(0,0,0,0.7); display: block; margin: 0px 15px 0px 0px; float:left; }

/********** Navigation */
.nav-container { background:#0a263d url(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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 { border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; min-height:16px; padding:5px 0; 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(https://www.super-nakup.si/skin/frontend/gajoshop/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 { }
.block-account .block-title strong { color: #ff7340; }
.block-account .block-content {  }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding: 7px 10px; color:#5f5d5c; text-decoration:none !important; font-size: 14px; line-height: 1.4em; }
.block-account .block-content li:last-child a { border-bottom: 0; }
.block-account .block-content li a:hover { color:#111; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current a { font-weight: bold; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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 { position:relative; }
.products-grid li.item { float:left; width: 23.5%; margin-right: 2%; margin-bottom: 20px; position: relative; box-shadow: 0 5px 12px -8px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31);  }
.products-grid li.item:nth-child(4n) { margin-right: 0; } 
.products-grid li.item:nth-child(4n +1) { content: ''; clear: both; }
.products-grid li.item:hover { box-shadow: 0 7px 19px -8px rgba(9, 30, 66, 0.35), 0 0 5px rgba(9, 30, 66, 0.41);  }
.products-grid li.item:hover .product-image .info { display: inline-block; position: absolute; z-index: 2; left: 50%; transform: translate(-50%, 0); top: 40%; background: rgba(0,0,0,0.6); border: 1px solid rgba(0,0,0,0.65); overflow: hidden; color: #fff; padding: 10px 25px; font-weight: 600; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;  -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.1); box-shadow: inset 1px 1px 5px 0px rgba(0,0,0,0.1);}
.products-grid li.item .discount { position: absolute; z-index: 2; width: 70px; left: 50%; margin-left: -35px; top: 0; height: 50px; padding: 10px 0 0 0; background: #ff7340; text-align: center; color: #fff; box-shadow: 0 5px 12px -8px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31); }
.products-grid li.item .discount span { display: block; font-size: 11px; text-transform: uppercase; color: rgba(255,255,255,0.9); font-weight: 300; line-height: 1em; margin-bottom: 2px; } 
.products-grid li.item .discount strong { font-size: 20px; font-weight: bold; text-shadow: 1px 1px 1px rgba(0,0,0,0.1); line-height: 1em; } 
.products-grid .product-image { position: relative; display: block; }
.products-grid .product-image img { width: 100%; }
.products-grid .product-image .info { display: none; } 
.products-grid .product-name { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; width: 100%; padding: 25px 10px 15px 10px; color: #fff; margin:0; text-align: center; line-height: 1.3em; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/grid_name.png) repeat-x top; }
.products-grid .product-name span { font-size: 16px; font-weight: 600; text-shadow: 1px 1px 1px rgba(0,0,0,0.1); }
.products-grid .price-display { background: #fff; padding: 7px 5px; }
.products-grid .price-display li { width: 33.33%; float: left; border-right: 1px dashed #dadada; text-align: center; padding: 5px 0; }
.products-grid .price-display li:last-child { border-right: 0; } 
.products-grid .price-display li span { display: block; font-size: 12px; color: #929292; font-weight: 500; line-height: 1.2em; }
.products-grid .price-display li strong { display: block; font-size: 19px; font-weight: 700; line-height: 1.2em; }
.products-grid .price-display li:last-child strong { color: #656565; }
.products-grid .price-display li:first-child span,
.products-grid .price-display li:first-child { color: #ff7340; }
.products-grid .actions { background: #fff; padding: 10px 0; text-align: center; border-top: 1px dashed #dadada;}

/* View Type: week */
.home-week .okvir { background: #fff;  box-shadow: 0 5px 12px -8px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31); margin: 0 0 20px 0; display: block; position: relative; }
.home-week .product-image { float: left; max-height: 376px; overflow: hidden; } 
.home-week .content { padding: 25px 25px 0 25px; overflow: hidden; }
.home-week .content h2.product-name { margin: 0 0 10px 0; }
.home-week .content h2.product-name a { font-size: 24px; color: #111; font-weight: 600; text-decoration: none; }
.home-week .content .desc { font-size: 16px; line-height: 1.3em; color: #929292; margin-bottom: 30px;overflow: hidden; }
.home-week .content .desc p { margin: 0; }

.home-week .price-display { width: 300px; position: absolute; bottom: 30px; right: 10px; }
.home-week .price-display li { width: 33.33%; float: left; border-right: 1px dashed #dadada; text-align: center; padding: 5px 0; }
.home-week .price-display li:last-child { border-right: 0; } 
.home-week .price-display li span { display: block; font-size: 12px; color: #929292; font-weight: 500; line-height: 1.2em; }
.home-week .price-display li strong { display: block; font-size: 21px; font-weight: 700; line-height: 1.2em; }
.home-week .price-display li:last-child strong { color: #656565; }
.home-week .price-display li:first-child span,
.home-week .price-display li:first-child { color: #ff7340; }

.home-week .odstevalnik { text-align: right; margin: 0 0 20px 0; overflow: hidden; }
.home-week .odstevalnik #holder { display: inline-block; }
.home-week .odstevalnik p { margin: 0 0 5px 0; font-size: 15px; }
.home-week .odstevalnik .cell { padding-top: 5px; min-height: 50px; }
.home-week .odstevalnik .cntSeparator { height: 45px; line-height: 41px; font-size: 16px; font-weight: bold; color: #555; }

.home-week .promo {  position: absolute; z-index: 2; right: 280px; top: 205px; color: #fff; font-size: 38px; font-weight: 300; text-transform: uppercase; -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg);-ms-transform: rotate(-10deg); transform: rotate(-10deg); }
.home-week .promo .contain { transform: translatey(0px); animation: float 6s ease-in-out infinite;  }
.home-week .promo .contain .transform {  animation: floatshadow 6s ease-in-out infinite;  background: #ff7340; padding: 30px; -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: skew(-10deg); -ms-transform: skew(-10deg);  transform: skew(-10deg);  }
.home-week .discount { position: absolute; z-index: 1; right: 335px; top: 270px; color: #fff; font-size: 32px; font-weight: 500; text-transform: uppercase; -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg);-ms-transform: rotate(-10deg); transform: rotate(-10deg);  }
.home-week .discount .contain {  transform: translatey(0px); animation: float 6s ease-in-out infinite;  }
.home-week .discount .contain .transform {  animation: floatshadow 6s ease-in-out infinite;  background: #7c7c7c; padding: 20px; -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: skew(-10deg); -ms-transform: skew(-10deg);  transform: skew(-10deg);}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-15px);
	}
	100% {
		transform: translatey(0px);
	}
}
@keyframes floatshadow {
	0% {
		box-shadow: 0 5px 12px 0px rgba(0,0,0,0.4);
	}
	50% {
		box-shadow: 0 15px 12px 0px rgba(0,0,0,0.1);
	}
	100% {
		box-shadow: 0 5px 12px 0px rgba(0,0,0,0.4);
	}
}
/* ======================================================================================= */


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

.ratings { font-size:13px; line-height:1.25; margin:0 0 10px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; display: inline-block; }
.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(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating {  height:13px; background:url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { margin-right:3px; display: inline-block; }
.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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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 { color:#ff7340; font-weight: bold; }

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

/* Old price */
.old-price { }
.old-price .price-label { white-space:nowrap; color:#929292; }
.old-price .price { color:#929292; text-decoration:line-through; }

/* Special price */
.special-price { }
.special-price .price-label {color:#ff7340; }
.special-price .price { color:#ff7340; }

/* 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(https://www.super-nakup.si/skin/frontend/gajoshop/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 paypal */
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 60px; }
.product-view .add-to-cart .paypal-logo { margin:0; }
.bml-checkout-type { list-style: none; }
.bml-checkout-type .bml_button  { width: 150px; display: inline-table; }

/* PRODUCT VIEW */

.catalog-product-view .wrapper { background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/white_wrap.png) repeat-x top;  }
.catalog-product-view .col-main { background-color: #fff; }
.product-view .product-essential { background: #fff; padding: 10px; box-shadow: 0 -5px 12px -8px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31);   }
.product-view .product-img-box { float:left; width:49%; margin-right: 2%; }
.product-view .product-shop { float:left; width:49%; padding-right: 15px; }

.product-sticky { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 6; width: 100%; padding: 10px 0; background: rgba(255,255,255,0.9); -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);  }
.product-sticky.fixed { display: block; }
.product-sticky h2 { float: left; line-height: 1.2em; padding: 15px 0 10px 0; margin: 0 20px 0 0; font-weight: 600; font-size: 18px; }
.product-sticky .actions { float: right; padding-top: 6px; }
.product-sticky .price-display { width: 300px; float: left; }
.product-sticky .price-display li { width: 33.33%; float: left; border-right: 1px dashed #dadada; text-align: center; padding: 5px 0; }
.product-sticky .price-display li:last-child { border-right: 0; } 
.product-sticky .price-display li span { display: block; font-size: 12px; color: #929292; font-weight: 500; line-height: 1.2em; }
.product-sticky .price-display li strong { display: block; font-size: 21px; font-weight: 700; line-height: 1.2em; }
.product-sticky .price-display li:last-child strong { color: #656565; }
.product-sticky .price-display li:first-child span,
.product-sticky .price-display li:first-child { color: #ff7340; }
.product-sticky .top { display: none; } 
.product-sticky.crtoff .top { display: inherit; } 
.product-sticky.crtoff .crt { display: none; } 

/* Product Images */
.product-view .product-img-box #big .item { text-align: center; margin-bottom: 10px; max-height: 603px; overflow: hidden; }
.product-view .product-img-box #big .item img { max-height: 100%; width: auto; margin: 0 auto; }
.product-view .product-img-box #thumbs .item { border: 1px solid #d0d0d0; text-align: center; cursor: pointer; position: relative; }
.product-view .product-img-box #thumbs .current .item { border-color: #333; -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1); -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1); box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.1);  }

.product-view .product-img-box .owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
..product-view .product-img-box owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
.product-view .product-img-box #big.owl-theme { position: relative; overflow: hidden; }
.product-view .product-img-box #big.owl-theme .owl-next, 
.product-view .product-img-box #big.owl-theme .owl-prev { background-color: rgba(255,255,255,0.3); background-position: center; background-repeat: no-repeat; width: 44px; height: 44px; margin-top: -22px; position: absolute; text-align:center; top: 50%; }
.product-view .product-img-box #big.owl-theme .owl-prev { left: 0; background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/left.png); }
.product-view .product-img-box #big.owl-theme .owl-next { right: 0; background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/right.png); }
.product-view .product-img-box #thumbs.owl-theme .owl-next, 
.product-view .product-img-box #thumbs.owl-theme .owl-prev { background:#333; }

.product-view .product-img-box #thumbs .item .embed360:before,
.product-view .product-img-box #thumbs .item .video:before { z-index: 2; content: ''; position: absolute; top: 10%; right: 10%; bottom: 10%; left: 10%; width: 80%; height: 80%; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/embed360.png) no-repeat center #fdfdfd; background-size: contain !important; }
.product-view .product-img-box #thumbs .item .video:before { background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/video.png) no-repeat center #fdfdfd; }
.product-view .product-img-box #thumbs .item .embed360 img,
.product-view .product-img-box #thumbs .item .video img { opacity: 0; filter: alpha(opacity=0); }


.embed-container { position: relative; /* padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; min-height: 603px;*/ } 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100% !important; height: 100% !important; z-index: 2; border: 0 !important; }
.embed-container img { opacity: 0; filter: alpha(opacity=0); }

/* Product Shop */
.product-view .product-shop { text-align: center; }
.product-view .product-shop .product-name { margin: 15px 0 15px 0; }
.product-view .product-shop .product-name h1 { font-size: 24px; color: #111; font-weight: 500; margin:0; }
.product-view .product-shop .short-description { margin: 15px 0; font-size: 16px; line-height: 1.4em; color: #555; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .price-box p { display: inline-block; padding: 0 5px; }
.product-view .product-shop .price-box p .price-label { display: block; margin: 0 0 3px 0; font-size: 14px; font-weight: 600; }
.product-view .product-shop .price-box p .price { height: 30px;  vertical-align: top; font-weight: 700; }
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price { font-size: 30px; line-height: 30px;}
.product-view .product-shop .price-box .old-price .price { font-size: 23px; }

.product-view .product-shop .increment { display: inline-block; }
.product-view .product-shop .quantitys .increment a { display: none; }
.product-view .product-shop .increment a { display: block; height: 50px; width: 25px; line-height: 50px; font-weight: bold; text-align: center; text-decoration: none; background: #b6b6b6; color: #fff; font-size: 18px; }
.product-view .product-shop .increment a:hover { background: #a5a5a5; }
.product-view .product-shop .increment a.decrement_qty { float: left; }
.product-view .product-shop .increment a.increment_qty { float: right; }
.product-view .product-shop input.qty { height: 50px; width: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #555;  padding: 0; }
.product-view .product-shop button.button.btn-cart  { border:0; -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2); -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2); box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2); position: relative; }
.product-view .product-shop button.button.btn-cart span { line-height: 50px; height: 50px; font-size: 18px; font-weight: 600; padding: 0 80px 0 40px; }
.product-view .product-shop button.button.btn-cart span span { padding: 0; }
.product-view .product-shop button.btn-cart span span:after { position: absolute; right: 38px; top: 0; display: block; z-index:1; content: ''; width: 12px; height: 50px; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/addcartshadow.png) no-repeat left center; }
.product-view .product-shop button.btn-cart span span:before { position: absolute; top: 0; right: 0; display: block; z-index:1; content: ''; width: 50px; height: 50px; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/addcart.png) no-repeat 15px 15px #ba3d31; }
.product-view .product-shop .shake { animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both; transform: translate3d(0, 0, 0); backface-visibility: hidden; perspective: 1000px; }
@keyframes shake {
  10%, 
  90% { transform: translate3d(-1px, 0, 0); }  
  20%, 
  80% { transform: translate3d(2px, 0, 0); }
  30%, 
  50%, 
  70% { transform: translate3d(-3px, 0, 0); }
  40%, 
  60% { transform: translate3d(4px, 0, 0); }
}

.estimated-delivery-time { margin: 0 0 15px 0; background: #fdfdfd; border: 1px dashed #c7c7c7; padding: 10px; line-height: 18px; font-size: 15px; color: #333; }
.estimated-delivery-time span:before { content: ''; height: 21px; width: 32px; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/delivery.svg) no-repeat; display: inline-block; margin-top: -2px; margin-right: 7px; vertical-align: middle; }
 
/* qtys */
.custom_qty .title { position: relative; z-index: 2; padding: 0 0 10px 0; }
.custom_qty .title:before { content: ''; position: absolute; left: 0; right: 0; border-top: 1px dashed #dbdbdb; z-index: -1; width: 100%; top: 10px; } 
.custom_qty .title span { background: #fff; padding: 0 8px; font-size: 15px; color: #999; }
.custom_qty ul { margin-top: 20px; }
.custom_qty li { position: relative; text-align: center; width: 32%; margin-right: 2%; box-sizing: border-box; float: left; padding: 12px 10px; cursor:pointer; font-size: 15px; color: #111;  border: 1px solid #e8e8e8; background: #fdfdfd; -webkit-box-shadow: 1px 1px 1px 0px rgba(217,217,217,1); -moz-box-shadow: 1px 1px 1px 0px rgba(217,217,217,1); box-shadow: 1px 1px 1px 0px rgba(217,217,217,1); }
.custom_qty li:nth-child(3n) { margin-right: 0; }
.custom_qty li:nth-child(3n+1) { content: ''; clear: both; } 
.custom_qty li.active,
.custom_qty li:hover {  color: #111;  border: 1px solid #cacaca; background: #eeeeee; -webkit-box-shadow: 1px 1px 1px 0px rgba(196,196,196,1); -moz-box-shadow: 1px 1px 1px 0px rgba(196,196,196,1); box-shadow: 1px 1px 1px 0px rgba(196,196,196,1);  } 
.custom_qty li .tag { position: absolute; top: -15px; left: 50%; transform: translate(-50%, 0); background: #ff7340; padding: 5px 8px; color: #fff; text-transform: uppercase; font-size: 11px; line-height: 1em; -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.05); -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.05); box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.05); }
.quantitys input#qty { display: none; }

/* countdown */
.product-view .product-shop .odstevalnik { text-align: center; margin: 0 0 20px 0; }
.product-view .product-shop .odstevalnik #holder { display: inline-block; }
.product-view .product-shop .odstevalnik p { margin: 0 0 5px 0; font-size: 15px; }
.product-view .product-shop .odstevalnik .cell { padding-top: 5px; min-height: 50px; }
.product-view .product-shop .odstevalnik .cntSeparator { height: 45px; line-height: 41px; font-size: 16px; font-weight: bold; color: #555; }

/* tabs */
.tabs-container { margin-top: 40px; }
ul.tabs { padding: 0;	list-style: none; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/shadowtab.png) repeat-x bottom; text-align: center; position: relative; overflow: hidden; z-index: 2;  }
ul.tabs:before { position: absolute; z-index: -1; content: ''; bottom:0; left: 0; right: 0; border-bottom: 1px solid #dbdbdb; display: block; }
ul.tabs li{	display: inline-block; }
ul.tabs li a { text-decoration: none; border: 1px solid rgba(255,255,255,0); border-bottom: 0px; line-height: 40px; padding: 0px 20px; display: inline-block;  font-weight: 600; font-size: 15px; color: #666; }
ul.tabs li.active a,
ul.tabs li.current a { background: #fff; border-color: #dbdbdb; color: #111; }
.tab-content { display: none; padding: 30px 15px; }
.tab-content.current { display: inherit;  max-width: 100%; overflow: hidden; }

/* sections */
.sections { padding: 40px 10px 0 10px; margin: 40px 0 0 0; border-top: 1px dashed #bfbfbf; }
.sections li {display: flex;}
.sections li .image, 
.sections li .content { width: 50%; }
.sections li .image { flex: 1;overflow: hidden; position: relative; background-size: 100% auto; background-position: center; min-height: 615px; background-repeat: no-repeat; }
.sections li:nth-child(2n) .image { order: 2; }
.sections li .content { padding: 80px 40px; text-align: center; font-size: 16px; color: #555; line-height: 1.4em; }
.sections li .content h2 { font-size: 26px; color: #555; line-height: 1.4em; margin: 0 0 15px 0; font-weight: 600; }

/* advantages */
.advantages { padding: 40px 10px 40px 10px; margin: 40px 0 0 0; border-top: 1px dashed #bfbfbf;  }
.advantages li { width: 23.5%; margin-right: 2%; float: left; }
.advantages li:nth-child(4n) { margin-right: 0; }
.advantages li:before { content: ''; width: 90px; height: 72px; background-position: center; background-repeat: no-repeat; background-color: #ff7340; float: left; margin-right: 15px; display: block; mask-size: contain; -webkit-mask-size: contain; }
/*
.advantages li:nth-child(1):before { background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/adva.png); }
.advantages li:nth-child(2):before { background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/advb.png); }
.advantages li:nth-child(3):before { background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/advc.png); }
.advantages li:nth-child(4):before { background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/advd.png); }
*/
.advantages li:nth-child(1):before { -webkit-mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/shield.svg); mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/shield.svg); width: 72px; }
.advantages li:nth-child(2):before { -webkit-mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/delivery-truck.svg); mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/delivery-truck.svg); width: 86px; height: 86px; }
.advantages li:nth-child(3):before { -webkit-mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/guarantee.svg); mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/guarantee.svg); width: 72px; }
.advantages li:nth-child(4):before { -webkit-mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/credit-card.svg); mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/credit-card.svg); width: 80px; height: 80px; }

.advantages li h4 { font-size: 15px; color: #555; line-height: 1.4em; font-weight: 600; text-transform: uppercase; }
.advantages li p { font-size: 13px; color: #555; line-height: 1.4em; }

/* review */
.product-view .ratings { cursor: pointer; }
.product-view .ratings .rating-links { text-decoration: underline; }

.review-area{line-height:25px;margin-left:80px}
.review-area .review-title{font-size:18px}
.review-area .review-by{font-style:italic;font-size:12px;color:#ccc}
.review-area .review-by b{ color:#777; font-weight:400}
.review-area .ratings-list { margin-bottom:10px}
.review-area .ratings-list .rating-item{display:inline-block;vertical-align:middle;margin-right:10px}
.review-area .ratings-list .label{vertical-align:middle;font-size:12px;padding:0 5px 0 0;font-weight:400}
.review-area .ratings-list .rating-box{display:inline-block;vertical-align:middle}
.add-review{padding-top:15px}
.add-review h3{font-size:18px;text-transform:uppercase;margin-bottom:15px}
.add-review h4{font-size:13px;font-weight:400;margin-bottom:10px}
.add-review span.rating-type{font-weight:400;font-size:13px}
.add-review .rating-block{margin-bottom:10px}
#product-customer-reviews li { padding: 15px 0; border-bottom: 1px solid #eee; }
#product-customer-reviews li .image { float: right; margin-left: 20px; clear: right; }

.reviw { padding: 40px 10px 0 10px; margin: 40px 0 0 0; border-top: 1px dashed #bfbfbf; }
.reviw h3.title { font-weight: 500; font-size: 18px; color: #20283d; }
.reviw .addreviw { float: right; cursor: pointer; display: inline-block; padding: 10px 15px; color: #111; border: 1px solid #e8e8e8; background: #fdfdfd; font-size: 15px; margin-top: -42px; }
.reviw .add-review { display: none; }
.reviw .content { border-top: 1px solid #eee; margin-top: 15px; }
.reviw #review-form { border-bottom: 1px solid #eee; padding-bottom: 20px; display: block; }
.reviw #review-form .buttons-set button.button { float: none; }

#product-customer-reviews li{ display:none; }
#product-customer-reviews .revbtn { margin-top: 20px; }
#product-customer-reviews #loadMore,
#product-customer-reviews #showLess { color: #20283d; line-height: 20px; cursor:pointer; font-size: 14px; margin-bottom: 4px; }
#product-customer-reviews #loadMore:before,
#product-customer-reviews #showLess:before { float:left; margin-right: 5px; width: 20px; height: 20px; line-height: 20px; background: #ebebeb; text-align: center; font-weight: bold; color: #666; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
#product-customer-reviews #loadMore:before { content: '+'; }
#product-customer-reviews #showLess:before { content: '-'; }

#srka-product-review-list { margin-bottom:10px; }
#srka-product-review-list .srka-rating-code { padding: 3px 0; }
#srka-product-review-list .srka-rating-code .label { min-width: 100px; display: block; float: left; color: #333; }
#srka-product-review-list .srka-rating-code .options {}
#srka-product-review-list .srka-rating-code .options li { display: block; float: left; margin-top: 2px; }
#srka-product-review-list .srka-rating-code .options li .option { display: block; width: 14px; height: 13px; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/bkg_rating.gif) center top no-repeat; text-indent: -9999em; }
#srka-product-review-list .srka-rating-code .options li .option.selected { background-position: center bottom; }

.review-area .ratings-list .label { display: none; }
.review-area { line-height: 1.3em; margin-left: 0; }
.review-area p { margin-bottom: 5px; font-size: 14px; }

/* related */
.related .title { padding: 40px 0; text-align: center; }
.related .title h4 { font-size: 24px; font-weight: 300; color: #333; margin: 0; }

 /* upsell */
.upsell .title { padding: 40px 0; text-align: center; }
.upsell .title h4 { font-size: 24px; font-weight: 300; color: #333; margin: 0; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; }
.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 { padding:15px 20px;  }
.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-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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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 { }

/* 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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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 ========================================================================= */
.checkout-cart-index .cart { max-width: 850px; margin: 0 auto;  }
.cart .page-title { border-bottom:0; margin: 10px 0 0 0; }
.cart .page-title h1 { margin: 0; text-align: center; font-size: 24px; float: none; }

.cart .qtys { width: 71px; }
.cart input.input-text.qty { text-align: center; padding: 0; width: 35px; height: 35px; }
.cart a.inc { float: right; }
.cart a.dec { float: left; }
.cart a.inc,
.cart a.dec { display: block; height: 35px; width: 18px; background: #b6b6b6; color: #fff; text-align: center; text-decoration: none; font-weight: bold; font-size: 16px; line-height: 35px; }
.cart a.inc:hover,
.cart a.dec:hover { background: #ccc; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { position: fixed; bottom: 0; left: 0; right: 0; display: block; text-align: center; z-index: 4; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); }
.cart .title-buttons .checkout-types li { padding: 0;  /*max-width: 1250px; */ margin: 0 auto;}
.cart .title-buttons .checkout-types button.button { width: 100%; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; vertical-align: top;}
.cart .checkout-types .bml_button {display:inline-table; width: 150px; margin: 0 0 5px;}
.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 { border: 0 !important; }
.cart-table th { padding: 5px 10px !important; border: 0 !important; }
.cart-table td { padding:10px; border: 0 !important; }
.cart-table td:first-child { padding:2px; }
.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-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

#shopping-cart-table .item-options { border: 1px dashed rgba(0,0,0,0.2); background: rgba(0,0,0,0.05); padding: 5px 10px; display: inline-block; }
#shopping-cart-table .item-options dd { padding-left: 0; margin: 0; color: #333; }
#shopping-cart-table .item-options dt { font-weight: normal; }

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

.checkout-cart-index .crosssell {  margin: 40px 0; }
.checkout-cart-index .crosssell .title { margin: 0 0 20px 0; text-align: center; font-size: 18px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #f5f5f5; background: #f9f9f9; padding: 20px; margin:0 0 20px; }
.cart .discount h2,
.cart .shipping h2 { color:#555; font-size: 16px; }
.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 .input-box { margin:8px 0 0; width:100%; }
.cart .discount input.input-text { width:100%; }

.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; }

/* Shopping Cart Totals */
.cart .totals { float:none; width: 100%; max-width: 380px; margin: 0 auto; }
.cart .totals button.button { margin: 0 auto; display: inherit; }
.cart .totals tr.summary-total .summary-collapse { float: none; text-align: center; }
#shopping-cart-totals-table .a-right { text-align: center !important; color: #333; }
.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; }

/* cart breadcrumbs */
.cart-breadcrumbs { display: flex; align-items: center; justify-content: space-around; width: 100%; max-width: 600px;  margin: auto;  margin-top: 40px; margin-bottom: 40px; }
.cart-breadcrumbs .line {  width: 90%; height: 1px; margin-top: -5px; background-color: #ccc; }
.cart-breadcrumbs a { text-decoration: none; }

.cart-breadcrumbs  .cart-breadcrumbs-step { text-align: center; padding: 0 1em; position: relative; }
.cart-breadcrumbs  .cart-breadcrumbs-step .circle { height: 30px; line-height: 30px; width: 30px;  background-color: #ccc; font-weight: bold;  margin: auto; color: #fff; margin-bottom: 5px; }
.cart-breadcrumbs  .cart-breadcrumbs-step .circle.active {background-color: #ff7340; }
.cart-breadcrumbs  .cart-breadcrumbs-step .circle.done { background-color: #f25c4e; padding: 5px; padding-top: 0px; }
.cart-breadcrumbs  .cart-breadcrumbs-step span { position: absolute; left: 50%; font-size: 12px; color: #999; width: 150px; margin-left: -75px; }
.cart-breadcrumbs  .cart-breadcrumbs-step span.active {  color: #666; }


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


/* Checkout ============================================================================== */
/********** Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:10px 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 { }
.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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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 { padding: 20px; background:#fefefe; border:1px solid #ccc; border-bottom:0; }
.account-login .content h2 { font-weight: normal; font-size: 18px; margin: -5px 0 15px; padding: 0 0 10px 0; border-bottom:1px solid #ddd; color:#333; }

.account-login .buttons-set { border:1px solid #ccc; border-top:0; margin:0; padding: 10px 20px; background: #e6e6e6; }

.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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/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(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.super-nakup.si/skin/frontend/gajoshop/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; }
.map-popup-checkout .paypal-or { clear:both; display:block; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-checkout li { list-style: none; }
.map-popup-checkout { text-align: center; }
.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-subscribe { text-align: center; padding: 60px 0; }
.footer-subscribe .title h4 { font-size: 39px; color: #333; font-weight: 300; line-height: 1.3em; margin: 0 0 10px 0; }
.footer-subscribe .title p { font-size: 17px; color: #666; font-weight: 300; line-height: 1.3em; max-width: 390px; margin: 0 auto; }
.footer-subscribe .content { padding: 20px 0 0 0; }
.footer-subscribe .content input#newsletter { color: #767676; font-size: 14px; width: 100%; max-width: 240px; padding: 0 40px 0 10px; background-color: #fff; border: 1px solid #c3c3c3; height: 40px; line-height: 40px; -webkit-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.05); -moz-box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.05); box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.05); }
.footer-subscribe .content button.button span { height: 40px; line-height: 40px; padding: 0 20px;font-size: 14px; font-weight: 600; text-shadow: 1px 1px 1px rgba(0,0,0,0.1); }
.footer-subscribe .content button.button span span { padding: 0; }
 
.footer { background: #fff; margin-top: 20px; }

.footer .top { padding: 20px 15px; }
.footer .blocks li { float: left; width: 18%; }
.footer .blocks li:first-child { width: 28%; }
.footer .blocks li:nth-child(2) { float: right; }
.footer .blocks li .contacts { font-size: 13px; line-height: 1.3em; }
.footer .blocks li .contacts .address { padding-top: 4px; }
.footer .blocks li .contacts img { float: left; margin-right: 20px; height: 61px; width: 61px; }

.footer .blocks li .contact { padding: 10px 0 0 0; }
.footer .blocks li .contact span { display: block; font-size: 13px; color: #7c7c7c; text-transform: uppercase; line-height: 1.3em; }
.footer .blocks li .contact a { font-size: 17px; color: #ff7340; font-weight: 600; text-decoration: none; line-height: 1.3em; }
.footer .blocks li .contact a:hover { text-decoration: underline; }

.footer .blocks li .social ul { text-align: center; padding: 7px 0 0 0; }
.footer .blocks li .social li { display: inline-block; float: none; width: auto; margin-right: 5px; }
.footer .blocks li .social li:last-child { margin-right: 0; }
.footer .blocks li .social a { display: block; height: 44px; width: 44px; text-indent: -99999px; overflow: hidden; position: relative; text-decoration: underline; color: #fff; background: #7c7c7c; }
.footer .blocks li .social a:hover { background: #666; }
.footer .blocks li .social li a:before { content: ''; width: 24px; height: 24px; background-color: #fff; position: absolute; top: 9px; left: 10px; mask-size: contain; -webkit-mask-size: contain;}
.footer .blocks li .social li.facebook a:before { -webkit-mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/facebook.svg); mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/facebook.svg); }
.footer .blocks li .social li.instagram a:before { -webkit-mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/instagram.svg); mask-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/instagram.svg); }
.checkout-onepage-success .footer .blocks li .social,
.checkout-cart-index .footer .blocks li .social,
.checkout-onestep-index .footer .blocks li .social,
.catalog-product-view .footer .blocks li .social { display: none; }

.footer .bottom { border-top: 1px dashed #e0e0e0; padding: 20px 15px; margin-bottom: 69px; }
.footer .bottom ul { margin-bottom: 5px; overflow: hidden; }
.footer .bottom li { float: left; padding-right: 15px; margin-right: 15px; border-right: 1px dashed #e0e0e0; }
.footer .bottom li:last-child { border-right: 0; }
.footer .bottom a { font-size: 13px; color: #7c7c7c; text-decoration: none; line-height: 1.2em; }
.footer .bottom address { font-size: 13px; color: #7c7c7c; text-decoration: none; line-height: 1.2em; }

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

/* 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(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.super-nakup.si/skin/frontend/gajoshop/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;}


/* ie fix */
.ie9 img[src$=".svg"] {
  width: 100%; 
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; 
  }
}
/* quickshop */
.checkout-onestep-index .page-title h1 { margin: 0; font-size: 24px; }
.omejitev { max-width: 850px; margin: 0 auto;  padding: 8px; line-height: 24px; text-align: center; background: rgba(255,255,255,1); margin-bottom: 20px; -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2); -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2); box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2); }
.omejitev span { background: #ff7340; display: inline-block; padding: 0 5px; color: #fff;  }

.quickshop .col2-set .col-wide { width: 100% !important; margin: 0 auto; float: none !important; max-width: 850px; }

.checkout-cart-index .quickshop .col2-set .col-wide { width: 100%; max-width: 850px; margin: 0 auto; float: none !important; }
.checkout-cart-index .quickshop .col2-set .col-narrow,
.checkout-cart-index .form-search,
.checkout-cart-index .block-cart,
.checkout-cart-index .top-container,

.checkout-onestep-index .quickshop .col2-set .col-narrow,
.checkout-onestep-index .form-search,
.checkout-onestep-index .block-cart,
.checkout-onestep-index .top-container { display: none !important; }

.checkout-onestep-index .page-title { border-bottom: 0; margin: 0 0 15px; padding-bottom: 0; text-align: center; }
body .quickshop .onestep-section .block-title span.number { background: #ff7340; } 
#coupon-code .block-content { display: none; }
button.button#apply_coupon span { padding-top: 0; padding-bottom: 0; }
.checkout-onestep-index .quickshop input#coupon_code { height: 32px; line-height: 32px; }

.quickshop #coupon-code.onestep-section .block-title:before { content: '+'; cursor: pointer; float: right; background: rgba(255,255,255,0.8); height: 28px; padding: 0px 10px; color: #444; font-size: 18px; line-height: 28px; margin: 7px 10px 0px 10px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; overflow: hidden; -webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.05); -moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.05); box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.05); }
.quickshop #coupon-code.onestep-section .block-title.checked:before { content: '-'; }

.quickshop input#coupon_code { height: 38px; }
.quickshop .onestep-section .block-content .komentar { width: 100%; padding: 8px 10px !important; position: relative; margin: 0; right: inherit; border: 0; background: none; height: auto; }
.quickshop .onestep-section .block-content .komentar label { padding-bottom: 10px; display: block; }
.quickshop .onestep-section .block-content .komentar textarea { border: 1px solid #ddd; height: 60px; width: 100%; box-sizing:border-box; background: rgba(0,0,0,0.01);  }
.quickshop .onestep-section .block-content .komentar::after,
.quickshop .onestep-section .block-content .komentar::before { display: none; }
.quickshop .onestep-section .block-content .komentar label { height: auto; line-height: 1.3em; font-size: 14px; font-weight: 500; margin: 0 0 5px 0 !important; }

.quickshop .form-list select, 
.quickshop input.input-text, 
.quickshop input.input-text:focus, 
.quickshop .form-list input.input-text { width: 100%; height: 38px; line-height: 38px; padding-left: 10px; }

.checkout-onestep-index #review-buttons-container button.btn-cart span { line-height: unset; }
#review-buttons-container p { margin: 0; }
.imginline { display: inline-block; vertical-align: middle; margin: 0 5px; }
#checkout-shipping-method-load label { font-weight: bold; color: #666; }

/* Configurable Swatches  */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after { content: '';display: table; clear: both; }

/* General Swatch Styling */
.swatch-link,
.swatch-label { display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 14px; text-align: center; color: #333; text-decoration: none;  box-sizing: content-box; }
.swatch-link { border: 1px solid #cccccc; background: #fff; margin: 0 0 3px; }
.swatch-link img { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.swatch-link:hover { cursor: pointer; text-decoration: none; }
.swatch-link .x { display: none; text-indent: -999em; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/bg_x.png) center no-repeat transparent;  z-index: 10; }
.swatch-link.has-image .swatch-label { position: relative; }
.swatch-link.has-image img { position: absolute; top: 0; left: 0; }
.swatch-label { border: 1px solid #fff; margin: 0; white-space: nowrap; background: #fefefe; }
.configurable-swatch-list { margin-left: -3px; zoom: 1; clear: both; -webkit-transform: translateZ(0px); }
.configurable-swatch-list li {  display: inline-block; zoom: 1; margin: 0 0 0 3px; }
.products-grid .configurable-swatch-list li { display: inline-block; float: none; margin: 0; vertical-align: top; }
.configurable-swatch-list .not-available .x { display: block; }
.configurable-swatch-list .not-available .swatch-link { border-color: #ededed; position: relative; }
.configurable-swatch-list .not-available .swatch-link.has-image img { opacity: 0.3; filter: alpha(opacity=30); }
.configurable-swatch-list .not-available .swatch-label { color: #aaaaaa;  background: #fff; }
.configurable-swatch-list .wide-swatch .swatch-label { padding: 0 10px; }
.configurable-swatch-list .not-available a:focus { outline: 0; }

#narrow-by-list dd .configurable-swatch-list li { margin: 0 0 0 3px; width: 47%; }
#narrow-by-list dd .swatch-link { border: none; line-height: 25px; margin-right: 2px; text-align: left; }
#narrow-by-list dd .swatch-link.has-image { line-height: inherit; }
#narrow-by-list dd .swatch-link:hover .swatch-label { border-color: #111; }
#narrow-by-list dd .swatch-label { background: #f4f4f4; border: 1px solid #cccccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: block; float: left; line-height: 1.5em; margin: 0 5px 0 0; padding: 1px 5px; white-space: nowrap; }
#narrow-by-list dd .swatch-label img {  border: 1px solid #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-sizing: content-box; }
#narrow-by-list dd .has-image .swatch-label { padding: 0; }

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) { clear: left; }
}
.currently .swatch-current { position: relative; }
.currently .swatch-current .btn-remove { margin-top: -10px; position: absolute; right: 0; top: 50%; }
.currently .swatch-current span { display: block; float: left; }
.currently .swatch-link { display: inline-block; margin: 0 0 0 3px; }
.currently .swatch-link:hover { border-color: #cccccc; cursor: default; }

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover { border-color: #111; }
.configurable-swatch-box { background: none !important; }
.configurable-swatch-box select.swatch-select { display: none; }
.configurable-swatch-box .validation-advice { margin: 0 0 5px; background: #ff7340; padding: 2px 5px !important; font-weight: bold; color: #fff !important; float: left; display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

/* update */
body #checkout-shipping-method-load input.radio,
body #checkout-payment-method-load input.radio { float: none; vertical-align: middle; margin-right: 3px; margin-top: -3px; }

/* giftproduct */
.onestep-section .block-content #checkout-review-load .data-table tbody td.giftprod { padding: 0; line-height: 1.4em; }
.giftproduct { display: flex; padding: 15px 10px; background: #fff8de; -webkit-box-shadow: inset 0px 0px 7px 0px rgba(159,128,18,0.2); -moz-box-shadow: inset 0px 0px 7px 0px rgba(159,128,18,0.2); box-shadow: inset 0px 0px 7px 0px rgba(159,128,18,0.2); }
.giftproduct .gift-image { flex: 1; }
.giftproduct .gift-image img { max-width: 100%;}
.giftproduct .content { flex: 4; }
.giftproduct .action { flex: 2; text-align: center; display: flex; vertical-align: center; align-items: center; justify-content: center; }
.giftproduct .content h3.gift-name { font-size: 15px; font-weight: 600; color: #333; }
.giftproduct .content .std { font-size: 13px; color: #555; line-height: 1.4em; }
.giftproduct .content .std strong { font-weight: 600; }


/* add fee product */
.addfeeproduct { margin: 10px 10px 7px 10px; background: rgba(0,0,0,0.05); padding: 10px; font-size: 15px; color: #222; }
.addfeeproduct input { float: left; margin: 3px 5px 0 0 !important; }
.addfeeproduct  label { cursor: pointer; overflow: hidden; display: block; }
.addfeeproduct  label strong { text-transform: lowercase; }
.addfeeproduct p { font-size: 13px; color: #666;  margin-top: 5px; line-height: 1.2em; }

/* faq */
.faq-wrap { background: #fff; margin-bottom: -20px; margin-top: 20px; }
.faq-wrap h4.title { text-align: center; font-size: 21px; font-weight: 600; padding: 30px 0 30px 0; color: #111; }
.faq-wrap .faq { border-bottom: 1px dashed #e0e0e0; padding-bottom: 30px; }
.faq dt { cursor: pointer; font-size: 18px; font-weight: 600; color: #222; line-height: 1.4em; padding: 20px 45px 20px 15px; border-bottom: 1px dashed #e0e0e0; position: relative; }
.faq dt:before { content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 15px; width: 17px; height: 11px; background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/down.png); background-repeat: no-repeat; }
.faq dt.active,
.faq dt.last { border-bottom: 0; }
.faq dt.active::before { background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/up.png); }
.faq dd { padding: 10px 15px 30px 15px; }

/* landing */
#landing .page-title { display: none; }

/* more add on cart */
.moreadd { background-color: #f5fbf6; padding: 10px 15px 15px 15px; border: 1px solid #478b05; display: inline-block; color: #333; margin: 0 0 10px 0; }
.moreadd a { display:inline-block; background-color: #ff7340; color: #fff; text-decoration: none; margin-left: 5px; margin-top: 5px; padding: 5px 15px; text-transform: uppercase; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; }
#shopping-cart-totals-table td { font-weight: 600; }

/* hide */
.checkout-onestep-index .header,
.checkout-onestep-index .footer,
.checkout-cart-index .header,
.checkout-cart-index .footer { display: none; }

/* burgermenu */
.header .container { position: relative; }

.navbar { float: right; display: flex; align-items: center; justify-content: space-between; width: 35px; height: 35px; margin: 28px 10px 0 10px; }
nav { margin-left: auto; }
.burgerContainer { cursor: pointer;  display: flex; align-items: center; }
.burger div { width: 25px; height: 2px; background-color: #111; margin: 5px; border-radius: 25%; }
nav { position: absolute; top: 97px; width: 260px; right:15px; background: #fff; border-left: solid 1px #ddd; transition: all 0.4s ease; text-align: left; z-index: 999999; display: none; -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1); box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1); }
nav.showNav { display:block; }
nav ul { width: 100%; list-style: none; margin: 0; padding: 0; }
nav ul li { border-top: 1px solid #ebebeb; }
nav ul li a { padding: 10px 15px; color: #111; text-decoration: none; display: block; font-size: 16px; font-weight: 600; }
nav ul li a:hover { background: #ebebeb; }

.overly { display: none; position: fixed; z-index: 999998; left: 0; right: 0; top: 0; bottom: 0; }
.overly.showNav { display:block; }

@media (max-width: 920px) {	
	.navbar { margin-top: 15px; }
	nav { top: 136px; right: 0; }
}
body .cookiealert .message { width: 75%; }
body .cookiealert .buttons-set { padding-top: 0; border-top: 0; width: 25%; }

.footer-subscribe #newsletter-validate-detail .degriz_gdprnewsletter { position: relative; margin-top: 10px; font-size: 13px; }
.footer-subscribe #newsletter-validate-detail .degriz_gdprnewsletter label,
.footer-subscribe #newsletter-validate-detail .degriz_gdprnewsletter a.gdprnewsletter_box_open { color: #666; }
.footer-subscribe #newsletter-validate-detail .degriz_gdprnewsletter div { font-size: 15px; line-height: 1.4em; }
.footer-subscribe .validation-advice { position: absolute; top: 100%; }


/* free ship */
.freeshipping { margin-top: 10px; padding: 15px 10px 10px 10px; text-align: center; font-size: 15px; color: #666; }
.freeshipping strong { font-weight: bold; }
.freeshipping .meter { margin-bottom: 7px; padding: 0; height: 12px; background: #fff; box-sizing: border-box; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.freeshipping .meter div { height:12px; background: #478b05; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }
.freeshipping .labl { color: #111; margin-bottom: 8px; }

/* product prednosti */
.prednost { margin: 20px 0 0 0;  padding: 20px 10px 0 10px; text-align: left; color: #111; font-size: 15px; }
.prednost ul li { margin-bottom: 7px; }
.prednost ul li:last-child { margin-bottom: 0; }
.prednost ul li:before { content: ''; width: 24px; height: 20px; display: inline-block; margin-right: 7px; vertical-align: sub; background-size: contain; background-repeat: no-repeat; background-position: center center; }
.prednost ul li:nth-child(1):before { background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/slovenia.svg); }
.prednost ul li:nth-child(2) { font-weight: bold; }
.prednost ul li:nth-child(2):before { background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/dostava.svg); } 
.prednost ul li:nth-child(3):before { background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/COD_icon.svg); } 
.prednost ul li:nth-child(4):before { background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/return.svg); } 
.prednost ul li:nth-child(5):before { background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/star.svg); } 
.prednost .cards { margin: 20px 0; text-align: center; }
.prednost .cards div { display: inline-block; border: 1px solid #dbdbdb; width: 50px; height: 30px; margin: 0 3px; background-size: contain; background-repeat: no-repeat; background-position: center center; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; }
.prednost .cards div.maestro {  background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/maestro-icon.svg); } 
.prednost .cards div.mastercard {  background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/mastercard_icon.svg); } 
.prednost .cards div.paypal {  background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/paypal_icon.svg); } 
.prednost .cards div.visa {  background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/visa.svg); } 
.prednost .cards div.cod {  background-image: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/COD_icon.svg); } 

.vracilo { background: #f7e9c9; display: flex; gap: 20px; padding: 20px; color: #111; text-align: center; align-items: center; }
.vracilo .image { height: 66px; width: 66px; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/garancija.png) no-repeat; background-size: contain; }
.vracilo .content { flex: 1;  text-align: left; font-size: 13px; }
.vracilo .content strong { font-size: 16px; }
.vracilo .content p { margin: 0; font-size: 13px; line-height: 1.4em; } 
 
.trustpilot { display: flex; gap: 12px; padding: 20px; line-height: 26px; color: #111; text-align: center; align-items: center; justify-content: center; }
.trustpilot .logo { width: 100px; height: 26px; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/trustpilot_1.svg) no-repeat; background-size: contain;  }
.trustpilot .rating { width: 120px; height: 26px; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/trustpilot_2.svg) no-repeat center; background-size: contain;  }

.freeprodshipping.vracilo { margin: 20px 0 -10px 0; border: 1px solid #ebd6a7; justify-content: center; }
.freeprodshipping.vracilo  .image { height: 30px; width: 30px; background: url(https://www.super-nakup.si/skin/frontend/gajoshop/default/images/dostava_icon.svg) no-repeat; min-width: 30px; }
.freeprodshipping.vracilo .content { flex: unset; }
.freeprodshipping.vracilo .content strong { font-size: 14px; }

@media (max-width: 520px) {	
	.trustpilot { font-size: 14px; gap: 5px }
    .trustpilot .number { min-width: 42px; }
}
@media (max-width: 480px) {	
	.freeprodshipping.vracilo .content br { display: none; }
    .trustpilot { flex-wrap: wrap; }
    .trustpilot > div { min-width: 48%; flex: 1; text-align: left; }
	.trustpilot .rating { background-position: left; }
}
@media (max-width: 440px) {	
	.prednost { font-size: 14px; }
}
/**
 * OpenMage
 *
 * 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 at https://opensource.org/license/afl-3-0-php
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
 * @license     https://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(https://www.super-nakup.si/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(https://www.super-nakup.si/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(https://www.super-nakup.si/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(https://www.super-nakup.si/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(https://www.super-nakup.si/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(https://www.super-nakup.si/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(https://www.super-nakup.si/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(https://www.super-nakup.si/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(https://www.super-nakup.si/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

body.modal_opened,
html.modal_opened { overflow: hidden; }
.degriz_gdprnewsletter { margin: 0; }
.degriz_gdprnewsletter > label > input { display: inline-block; vertical-align: middle;  margin-right: 10px; }
.degriz_gdprnewsletter a.gdprnewsletter_box_open label { text-decoration: underline; }
.gdprpopup_class { opacity:0; filter:alpha(opacity=0); visibility: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; text-align: left; background: rgba(0,0,0, .9); -webkit-transition: opacity 0.3s ease; -moz-transition: opacity 0.3s ease; -ms-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; z-index: 9999; }
.gdprpopup_bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.gdprpopup-state { display: none !important; }
.modal_opened .popup_opened.gdprpopup_class { opacity:1; filter:alpha(opacity=100); visibility: visible; }
.modal_opened .popup_opened.gdprpopup_class .gdprpopup_inner { top: 50%; }
.gdprpopup_inner { -webkit-transition: top 0.3s ease; -moz-transition: top 0.3s ease; -ms-transition: top 0.3s ease; -o-transition: top 0.3s ease; transition: top 0.3s ease; position: absolute; top: 20%; left: 50%; background: #fff; overflow: auto; width: 800px; max-width: 90%; height: auto; max-height: 90%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.gdprpopup_inner > div { margin: 3em; }
.gdprpopup_close { position: absolute !important; right: 0.5em; top: 0.5em; width: 2.1em; height: 2.1em; cursor: pointer; }
.gdprpopup_close:after,
.gdprpopup_close:before { content: ''; position: absolute; left: 50%; top: 0; width: 2px; height: 2.5em; margin: -3px 0 0 -1px; background: #999; display: block; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.gdprpopup_close:hover:after,
.gdprpopup_close:hover:before { background: #000; }
.gdprpopup_close:before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.gdprlabel_text,
.gdprlabel_button { cursor: pointer; }
.gdprpopup_class a { padding: 0; }
.gdprpopup_class a label { padding: 10px 15px; }
.gdprpopup_box_inner { margin-bottom: 2em; }
.gdprpopup_box_subscribe { text-align: center; }
.gdprpopup_box_subscribe a { margin: 5px;display: inline-block;padding: 10px 20px;}
.gdpr_line { margin-top: 0; color: #777; font-size: 12px; }
.gdpr_line a {  color: #777; }
.gdpr_line a label { vertical-align: unset; }
.quickshop .gdpr_line { margin: -10px 0 10px 0; }
.quickshop-agreement-p label {margin: 0; }

/* location specific css */
#newsletter-validate-detail .degriz_gdprnewsletter { position: absolute; font-size: 12px; margin-top: 25px; margin-bottom: 0; }
#newsletter-validate-detail .degriz_gdprnewsletter label { color: rgba(255,255,255,0.7); }
#newsletter-validate-detail .degriz_gdprnewsletter a.gdprnewsletter_box_open { color: rgba(255,255,255,0.9); }
#newsletter-validate-detail .degriz_gdprnewsletter .button label { color: rgba(0,0,0,0.7); }
.multishipping-authorization .authentication.message {
    margin: 2em 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    padding: 1em 2em 1em 2em;
}

/* ccType */
#stripe-payments-accepted-cards img {
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: inline-block;
}
#stripe-payments-accepted-cards.stripe-payments-detected img {
    opacity: 0.3;
}
#stripe-payments-accepted-cards.stripe-payments-detected img.active {
    opacity: 1;
}

input#stripe_payments_cc_number {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-position-x: 80%;
    -moz-transition: background-position-x 0.25s ease-in-out;
    -webkit-transition: background-position-x 0.25s ease-in-out;
    transition: background-position-x 0.25s ease-in-out;
}

input#stripe_payments_cc_number.cctype-detected {
    background-position-x: 99%;
}

.adminhtml-sales-order-create-index #payment_form_stripe_payments input[type="text"]
{
    width: 200px;
}

.dialog_content {
    background-color: #fff;
}
.img-preload {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}

/* Customer Account */
.saved-cards label {
    display: inline;
}
.saved-cards {
    font-size: 1.15em;
}
.saved-cards li {
    margin: 4px 0;
}
#new-card .form-list select {
    width: auto;
}
#new-card .form-list label {
    float: none;
}
#stripe_payments_cc_cid {
    width: 40px;
}

/* Checkout */
#mandates.saved-cards label {
    font-weight: normal;
    margin-left: 4px;
}
ul#payment_form_stripe_payments {
    padding-left: 20px;
    padding-top: 15px;
}
.adminhtml-sales-order-create-index ul#payment_form_stripe_payments {
    padding: 5px 0 10px;
}
ul#payment_form_stripe_payments li {
    display: block;
}
ul#payment_form_stripe_payments li.stripe-new {
    display: none;
}
ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    display: block;
    margin-left: 20px;
}
/* Idev OSC 3-column fixes */
.onestepcheckout-column-middle ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    margin-left: 0;
}
.onestepcheckout-column-middle ul#payment_form_stripe_payments {
    margin: 10px 0;
    padding-left: 0px;
}
/* ~Idev OSC */
.sp-methods .saved-cards li label {
    float: none;
}
.saved-cards {
    margin-top: 14px;
}
.saved-cards input.select {
    position: relative;
    top: -1px;
}
.saved-cards span {
    display: inline-block;
}
.saved-cards span.type {
    font-weight: bold;
    margin-left: 3px;
}
.saved-cards span.exp {
    float: right;
}
.saved-cards label {
    display: inline;
}
.saved-cards span.stripe-payments-fade {
    color: #aaa;
    font-weight: normal;
}
.form-list .saved-cards label {
    float: none;
}
#stripe-payments-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#stripe-payments-card-errors.populated {
    border: 1px hsla(0,100%,50%,0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

/* Card Icons */
#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa { background: url(https://www.super-nakup.si/skin/frontend/base/default/stripe_payments/img/visa.png) no-repeat; }
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex { background: url(https://www.super-nakup.si/skin/frontend/base/default/stripe_payments/img/amex.png) no-repeat; }
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard { background: url(https://www.super-nakup.si/skin/frontend/base/default/stripe_payments/img/mastercard.png) no-repeat; }
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover { background: url(https://www.super-nakup.si/skin/frontend/base/default/stripe_payments/img/discover.png) no-repeat; }
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners { background: url(https://www.super-nakup.si/skin/frontend/base/default/stripe_payments/img/diners.png) no-repeat; }
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb { background: url(https://www.super-nakup.si/skin/frontend/base/default/stripe_payments/img/jcb.png) no-repeat; }

#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa,
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex,
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard,
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover,
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners,
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb {
    padding-left: 30px;
    background-position-y: -3px;
    background-size: 24px;
}

/* Apple Pay */
#co-payment-form #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments li#apple-pay-section #apple-pay-button {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 24px;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}
#co-payment-form #stripe-apple-pay-section,
ul#payment_form_stripe_payments li#apple-pay-section {
    display: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#co-payment-form.payment-request-api-supported #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section {
    display: block;
}
#co-payment-form.payment-request-api-supported #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section #apple-pay-button {
    display: none;
}
#co-payment-form #stripe-apple-pay-section label,
ul#payment_form_stripe_payments li#apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}
#stripe-apple-pay-result {
    margin-bottom: 20px;
}
#co-payment-form.apple-pay-success .sp-methods {
    display: none;
}

/* Authorized Apple Pay Result */
#co-payment-form #stripe-apple-pay-result label,
.form-list #apple-pay-result label {
    display: inline-block;
    float: none;
}
#co-payment-form #stripe-apple-pay-result,
ul#payment_form_stripe_payments li#apple-pay-result {
    text-align: center;
    font-size: 1.1em;
    display: none;
}
#stripe-apple-pay-result > div,
#apple-pay-result > div {
    display: block;
    margin: 5px 0;
}
#co-payment-form.apple-pay-success #stripe-apple-pay-result,
ul#payment_form_stripe_payments.apple-pay-success li#apple-pay-result {
    display: block;
}
#co-payment-form.payment-request-api-supported.apple-pay-success #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success li#apple-pay-section {
    display: none;
}
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li.stripe-new {
    display: none;
}
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li#stripe_payments_cc_save_div.stripe-new {
    display: block;
}
ul#payment_form_stripe_payments.apple-pay-success ul#saved-cards {
    display: none;
}

/* Stripe Elements */
#card-details-label {
    display: block;
}
#stripe-payments-card-number {
    width: 225px;
    display: inline-block;
}
.stripe-payments-brand {
    opacity: 0.5;
    height: 24px;
    width: 32px;
    display: inline-block;
    font-size: 20px;
    margin-left: -49px;
    position: relative;
    top: -9px;
}
#stripe-payments-card-expiry {
    width: 93px;
    display: inline-block;
}
#stripe-payments-card-cvc {
    width: 68px;
    display: inline-block;
}
.stripe-elements-field {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 4px 14px;
    border-style: none;
    background-color: #fefefe;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #fefefe;
    border-radius: 4px;
}
li.stripe-payments-elements.no-wrap {
    white-space: nowrap;
}
.pci-dss-info-block {
    margin: 10px 15px -16px 25px;
    width: 240px;
}
#pci-svg {
    position: relative;
    left: -25px;
    top: 5px;
    opacity: 0.5;
    fill: green;
}
.pci-dss-info-text {
    display: inline-block;
    position: relative;
    top: -20px;
}

/* ACH */

ul.ach-bank-account-details {
    margin: 1em auto;
}
ul.ach-bank-account-details label {
    min-width: 140px;
}
ul.ach-bank-account-details .account-number,
ul.ach-bank-account-details .account-holder-name {
    width: 210px;
}
ul.ach-bank-account-details .account-holder-type {
    width: 215px;
}
#ach-bank-account-details .ach-token .validation-advice {
    display: none;
}
#ach-bank-account-details.showVerificationError .ach-token .validation-advice {
    display: block;
}
#stripe-ach-account-verified {
    color: #47a722;
    font-style: italic;
    display: none;
}
#stripe-ach-account-verified img {
    display: inline;
    height: 1em;
    padding: 2px;
}

/*!
 *  PaymentFont 1.2.5 by @AMPoellmann - http://paymentfont.io
 *  License - http://paymentfont.io/#license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:PaymentFont;src:url(https://www.super-nakup.si/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.eot);src:url(https://www.super-nakup.si/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.super-nakup.si/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff2'),url(https://www.super-nakup.si/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff'),url(https://www.super-nakup.si/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.ttf) format('truetype'),url(https://www.super-nakup.si/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');font-weight:400;font-style:normal}.pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.pf-2x{font-size:2em}.pf-3x{font-size:3em}.pf-4x{font-size:4em}.pf-5x{font-size:5em}.pf-amazon:before{content:"\f000"}.pf-american-express:before{content:"\f001"}.pf-american-express-alt:before{content:"\f002"}.pf-atm:before{content:"\f003"}.pf-bankomat:before{content:"\f004"}.pf-bank-transfer:before{content:"\f005"}.pf-bitcoin:before{content:"\f006"}.pf-bitcoin-sign:before{content:"\f007"}.pf-braintree:before{content:"\f008"}.pf-btc:before{content:"\f009"}.pf-card:before{content:"\f00a"}.pf-carta-si:before{content:"\f00b"}.pf-cash:before{content:"\f00c"}.pf-cash-on-delivery:before{content:"\f00d"}.pf-cb:before{content:"\f00e"}.pf-cirrus:before{content:"\f00f"}.pf-cirrus-alt:before{content:"\f010"}.pf-clickandbuy:before{content:"\f011"}.pf-credit-card:before{content:"\f012"}.pf-diners:before{content:"\f013"}.pf-discover:before{content:"\f014"}.pf-ec:before{content:"\f015"}.pf-eps:before{content:"\f016"}.pf-eur:before{content:"\f017"}.pf-facture:before{content:"\f018"}.pf-fattura:before{content:"\f019"}.pf-flattr:before{content:"\f01a"}.pf-giropay:before{content:"\f01b"}.pf-google-wallet:before{content:"\f01c"}.pf-google-wallet-alt:before{content:"\f01d"}.pf-gpb:before{content:"\f01e"}.pf-gratipay:before{content:"\f01f"}.pf-ideal:before{content:"\f020"}.pf-ils:before{content:"\f021"}.pf-inr:before{content:"\f022"}.pf-invoice:before{content:"\f023"}.pf-invoice-sign:before{content:"\f024"}.pf-invoice-sign-alt:before{content:"\f025"}.pf-invoice-sign-alt-o:before{content:"\f026"}.pf-invoice-sign-o:before{content:"\f027"}.pf-jcb:before{content:"\f028"}.pf-jpy:before{content:"\f029"}.pf-krw:before{content:"\f02a"}.pf-maestro:before{content:"\f02b"}.pf-maestro-alt:before{content:"\f02c"}.pf-mastercard:before{content:"\f02d"}.pf-mastercard-alt:before{content:"\f02e"}.pf-mastercard-securecode:before{content:"\f02f"}.pf-ogone:before{content:"\f030"}.pf-paybox:before{content:"\f031"}.pf-paylife:before{content:"\f032"}.pf-paypal:before{content:"\f033"}.pf-paypal-alt:before{content:"\f034"}.pf-paysafecard:before{content:"\f035"}.pf-postepay:before{content:"\f036"}.pf-quick:before{content:"\f037"}.pf-rechnung:before{content:"\f038"}.pf-ripple:before{content:"\f039"}.pf-rub:before{content:"\f03a"}.pf-skrill:before{content:"\f03b"}.pf-sofort:before{content:"\f03c"}.pf-square:before{content:"\f03d"}.pf-stripe:before{content:"\f03e"}.pf-truste:before{content:"\f03f"}.pf-try:before{content:"\f040"}.pf-unionpay:before{content:"\f041"}.pf-usd:before{content:"\f042"}.pf-verified-by-visa:before{content:"\f043"}.pf-verisign:before{content:"\f044"}.pf-visa:before{content:"\f045"}.pf-visa-electron:before{content:"\f046"}.pf-western-union:before{content:"\f047"}.pf-western-union-alt:before{content:"\f048"}.pf-wirecard:before{content:"\f049"}.pf-sepa:before{content:"\f04a"}.pf-sepa-alt:before{content:"\f04b"}.pf-apple-pay:before{content:"\f04c"}.pf-interac:before{content:"\f04d"}.pf-paymill:before{content:"\f04e"}.pf-dankort:before{content:"\f04f"}.pf-bancontact-mister-cash:before{content:"\f050"}.pf-moip:before{content:"\f051"}.pf-pagseguro:before{content:"\f052"}.pf-cash-on-pickup:before{content:"\f053"}.pf-sage:before{content:"\f054"}.pf-elo:before{content:"\f055"}.pf-elo-alt:before{content:"\f056"}.pf-payu:before{content:"\f057"}.pf-mercado-pago:before{content:"\f058"}.pf-mercado-pago-sign:before{content:"\f059"}.pf-payshop:before{content:"\f05a"}.pf-multibanco:before{content:"\f05b"}.pf-gratipay-sign:before{content:"\f05c"}.pf-six:before{content:"\f05d"}.pf-cashcloud:before{content:"\f05e"}.pf-interac-alt:before{content:"\f05f"}.pf-klarna:before{content:"\f060"}.pf-bitpay:before{content:"\f061"}.pf-venmo:before{content:"\f062"}.pf-visa-debit:before{content:"\f063"}.pf-alipay:before{content:"\f064"}.pf-diners-alt:before{content:"\f065"}.pf-hipercard:before{content:"\f066"}.pf-skrill-alt:before{content:"\f067"}.pf-shopify:before{content:"\f068"}.pf-direct-debit:before{content:"\f069"}.pf-sodexo:before{content:"\f06a"}.pf-bpay:before{content:"\f06b"}.pf-contactless:before{content:"\f06c"}.pf-contactless-alt:before{content:"\f06d"}.pf-eth:before{content:"\f06e"}.pf-ltc:before{content:"\f06f"}.pf-visa-pay:before{content:"\f070"}.pf-wechat-pay:before{content:"\f071"}.pf-amazon-pay:before{content:"\f072"}.pf-amazon-pay-alt:before{content:"\f073"}
.product-view #payment-request-button {
    margin-bottom: 10px;
}

.cart #payment-request-button {
    width: 184px;
    display: inline-block;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#payment-request-button.disabled,
#payment-request-button.disabled * {
    pointer-events: none !important;
}

#payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

#payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(https://www.super-nakup.si/skin/frontend/base/default/stripe_payments/img/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.cookiealert {background: #333; color: #fff; padding: 5px 0; font-size: 12px; position: fixed; left: 0; bottom: 0; width: 100%; z-index: 99999999; }
.cookiealert .container { max-width: 960px; margin: 0 auto; box-sizing: border-box; padding: 5px 10px; }
.cookiealert .message { text-align: left; overflow: hidden; padding-right: 15px; float: left;  width: 80%; box-sizing: border-box; }
.cookiealert .buttons-set { float: right; margin: 0; width: 20%; padding: 10px 0 0 0; box-sizing: border-box; clear: none; text-align: right; }

.cookiealert .message span.cookie-title{display: block; color: #fff; font-size: 14px; font-weight: bold;}
.cookiealert .message a{color: #f90; text-decoration: underline;}
.cookiealert .message a:hover{text-decoration: none;}
.cookiealert .message .close a{font-size: 16px; text-decoration: none; font-weight: bold;}
.cookiealert .message .close a:hover{text-decoration: underline;}
.cookiealert .buttons-set .decline { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: 0.8; }

@media (max-width:960px) {
	.cookiealert .message,
	.cookiealert .buttons-set { float: none; width: 100%; text-align: left; }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(https://www.super-nakup.si/skin/frontend/gajoshop/default/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:1px solid #000;padding: 10px;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
/* DEGRIZ responsive */
@media (max-width: 1180px) {	
	.home-week .product-image { width: 50%; }
	.home-week .content .desc {  margin-bottom: 15px; }
	.home-week .odstevalnik { text-align: left; margin-bottom: 10px; }
	.home-week .price-display { position: relative; bottom: unset; right: unset; margin-bottom: 10px; }
	.home-week .promo { right: unset; top: 165px; left: 20px; }
	.home-week .discount { right: unset; top: 236px; left: 170px; }

	.products-grid li.item { float:left; width: 32%; margin-right: 2%;  }
	.products-grid li.item:nth-child(4n) { margin-right: 2%; } 
	.products-grid li.item:nth-child(3n) { margin-right: 0; } 
	.products-grid li.item:nth-child(4n +1) { clear: none; }
	.products-grid li.item:nth-child(3n +1) { content: ''; clear: both; }

	.advantages { padding-bottom: 20px; }
	.advantages li {  width: 49%; margin-bottom: 20px; }
	.advantages li:nth-child(2n) { margin-right: 0; } 
}
@media (max-width: 1060px) {	
	.header .logo { width: 61px; top: 14px;  }
	.header .logo img.mobile { display: block; }
	.header .logo img.desktop { display: none;  }
}
@media (max-width: 1020px) {	
	.footer .blocks li { width: 33.33%; }
	.footer .blocks > li:first-child,
	.footer .blocks > li:nth-child(2) { width: 50%; border-bottom: 1px dashed #e0e0e0; padding-bottom: 20px; margin-bottom: 15px; min-height: 83px; }
	.footer .blocks li:nth-child(3) { content: ''; clear: both; }

	.product-view .product-img-box,
	.product-view .product-shop { float: none; width: 100%; padding-right: 0; margin-right: 0; }
	.product-view .product-img-box { margin-bottom: 40px; }

	 .checkout-onestep-index .phone { display: none; }
	.cart .cart-collaterals .col2-set,
	.cart .cart-collaterals .col2-set .col-1,
	.cart .cart-collaterals .col2-set .col-2,
	.cart .totals { float: none; width: 100%; text-align: right; }
	.cart #discount-coupon-form { max-width: 468px; display: block; text-align: left; float: right; }
}
@media (max-width: 960px) {	
	.cookiealert .container { display: flex; gap: 10px; }
	body .cookiealert .message { flex: 3; }
	body .cookiealert .buttons-set { flex: 1; }
	body .cookiealert .buttons-set button.button { float: none; margin-bottom: 5px; display: block; width: 100%; }
	body .cookiealert .buttons-set button.button.accept span { background: #ff7340; border-color: #ff7340; }
}
@media (max-width: 920px) {	
	.header .container { padding-top: 10px; }
	.header .form-search { float: none;  margin: 0 0 10px 0; width: 100%;  clear: both;  }
	.header .logo { position: relative; left: unset; margin: 0 auto; margin-bottom: 15px; top: unset; float: left; transform: unset; }
	.checkout-cart-index .logo,
	.checkout-onestep-index .logo { float: none; margin-bottom: 0; }
	.checkout-cart-index .header,
	.checkout-onestep-index .header { min-height: 82px; }
	.block-cart { margin-top: 9px; }
	.header .phone {margin-top: 14px; }

	.sections li { display: block; }
	.sections li .image, 
	.sections li .content { width: 100%; }

	table { overflow: auto; max-width: 100%; width: 100%; }
	.product-sticky h2 { float: none; display: block; clear: both; }

	.quickshop .right { float: none !important; }
	.quickshop .buttons-set button.button { float: none; margin-left: 0; width: 100%; }
}
@media (max-width: 760px) {	
	.products-grid li.item { float:left; width: 49%; margin-right: 2%;  }
	.products-grid li.item:nth-child(4n),
	.products-grid li.item:nth-child(3n) { margin-right: 2%; } 
	.products-grid li.item:nth-child(2n) { margin-right: 0; } 
	.products-grid li.item:nth-child(4n +1),
	.products-grid li.item:nth-child(3n +1) { clear: none; }
	.products-grid li.item:nth-child(2n +1) { content: ''; clear: both; }

	.col-left,
	.col-main,
	.col-right { float:none; width:100%; margin-bottom: 25px; }
}
@media (max-width: 720px) {	
	.home-week .product-image { width: 100%; float: none; }
	.home-week .promo { right: 20px; top: 15px; left: unset; }
	.home-week .discount { right: 101px; top: 86px; left: unset; }

	.advantages li {  width: 100%; margin-right: 0;  }

	.custom_qty li .tag { left: 10px; transform: none; }

	#shopping-cart-table colgroup { display: none; }
	#shopping-cart-table tbody { table-layout: fixed; }
	#shopping-cart-table thead th,
	#shopping-cart-table tbody td { width: 25%; display: block; float: left; text-align: left !important; }
	#shopping-cart-table thead th:nth-child(1) { display: none; }
	#shopping-cart-table thead th:nth-child(2) { width: 100%; } 
	#shopping-cart-table tbody td:nth-child(1)  { width: 25%; } 
	#shopping-cart-table tbody td:nth-child(1) img { width: 50px; height: 50px; }
	#shopping-cart-table tbody td:nth-child(2) { width: 75%; } 
	#shopping-cart-table tbody td:nth-child(3) { clear: left; }

	.cart-breadcrumbs .cart-breadcrumbs-step span { font-size: 11px; width: 100px; margin-left: -50px; }
}
@media (max-width: 560px) {	
	.footer .blocks li { width: 100%; }
	.footer .blocks > li:first-child,
	.footer .blocks > li:nth-child(2) { width: 100%; }

	.cart .title-buttons .checkout-types { float: none; clear: both; }
	.cart .title-buttons .checkout-types li { margin: 0; }

	.catalog-product-view .wrapper { background-size: contain; }

	.cookiealert .message span.cookie-title { display: none; }
	body .cookiealert .message { flex: 2; }
}
@media (max-width: 480px) {	
	.header .phone a { margin: 4px 14px 0 0; padding: 5px 6px; font-size: 14px; font-weight: 600; border: 2px solid #929292; }
	.header .phone a::before {display: none; }

	.products-grid li.item { float:none; width: 100%; margin-right: 0;  }
	.products-grid li.item:nth-child(4n),
	.products-grid li.item:nth-child(3n) { margin-right: 0; } 

	.checkout-cart-index .crosssell .products-grid li.item { float: left; width: 49%; margin-right: 2%; }
	.checkout-cart-index .crosssell .products-grid li.item:nth-child(2n) { margin-right: 0; }
	.checkout-cart-index .crosssell .products-grid .price-display li { width: 100%; float: none; border-right: 0; text-align: center; padding: 2px 0; }
	.checkout-cart-index .crosssell .products-grid .product-name span { font-size: 12px; line-height: 1.1em; }
	.checkout-cart-index .crosssell .products-grid .product-name { background-size: contain; }

	.sections li .image { min-height: 400px; }
	.sections li .content { padding: 40px 20px; }

	.advantages { padding: 20px 0; }
	.advantages li h4 { font-size: 13px; }
	.advantages li p { font-size: 11px; }
	.advantages li::before { margin-bottom: 20px; }
	.reviw .addreviw { float: none; margin: 10px 0; }

	ul.tabs li a { border-bottom: 1px solid rgba(255,255,255,0); width: 100%; }
	ul.tabs li { display: block; }
	ul.tabs li.active a, ul.tabs li.current a { background: #fefefe; }

	.onestep-section .data-table thead th { padding-left: 4px; padding-right: 4px; }
	body .onestep-section .block-content #checkout-review-load .data-table td h3.product-name { font-size: 11px; }
	.onestep-section .block-content #checkout-review-load .data-table thead th { font-size: 11px; }
	.onestep-section .block-content #checkout-review-load .data-table thead th:last-child { min-width: auto !important; }

	.footer .top { padding: 20px 0; }
	.footer .bottom {  padding: 15px 0; }
	.tab-content { padding: 20px 0; }

	.product-sticky .price-display { width: 250px; }
	.product-sticky .price-display li span { font-size: 11px; }
	.product-sticky .price-display li strong { font-size: 15px; }

	.giftproduct { display: block; }
	.giftproduct .gift-image { float: left; margin-right: 10px; max-width: 50px; }
}
@media (max-width: 430px) {	
	.home-week .discount { display: none; }
	.home-week .promo,
	.home-week .promo .contain,
	.home-week .promo .contain .transform { position: relative; animation: none; -webkit-transform-origin: none; -ms-transform-origin: none; transform-origin: none; -webkit-transform: none; -ms-transform: none; transform: none; margin: 0; top: unset; left: unset; right: unset;}
	.home-week .promo .contain .transform { padding: 15px; font-size: 24px; text-align: center; margin-bottom: 10px; }

	.home-week .price-display {  position: relative; bottom: unset; right: unset; margin: 10px 0; }

	.home-week .content { padding: 15px 15px 0 15px; }
	.home-week .price-display li strong { font-size: 19px; }

	.sections { padding-left: 0; padding-right: 0; }
	.sections li .content { padding: 30px 0; }
	.reviw .container { padding: 0; }
	.reviw { padding-top: 20px; }
	.cart .totals .checkout-types { padding: 0; text-align: center; }
	body #review-buttons-container button.btn-cart span span { font-size: 18px; }

	.product-sticky .price-display { width: 150px; }
	.product-sticky .price-display li { width: 50%;}
	.product-sticky .price-display li:nth-child(2) { border-right: 0; } 
	.product-sticky .price-display li:nth-child(3) { display: none; }

	.custom_qty li { width: 100%; margin-right: 0; margin-bottom: 10px; }
	.custom_qty li .tag { left: 50%; transform: translate(-50%, 0); }

	.product-view .product-shop .increment { clear: both; margin-bottom: 8px; }
	.product-view .product-shop .increments button.button.btn-cart { display: block; margin: 0 auto; }

	.onestep-section .block-content #checkout-review-load .data-table thead th { max-width: 80px; word-break: break-all; word-wrap: unset; white-space: normal;  line-height: 1.4em; }
}
@media (max-width: 370px) {	
	.header .phone { float: none; margin: 0; position: absolute; top: 55px; right: 0; }
}
@media (max-width: 340px) {	
	.sections li .image { min-height: 300px; }

	.home-week .price-display { width: 100%; }
	.home-week .price-display li strong { font-size: 17px; }


	.sections li .image { min-height: 280px; }
	.cart a.inc, 
	.cart a.dec { display: none; }
	#shopping-cart-table thead th, 
	#shopping-cart-table tbody td { font-size: 11px; }
	.quickshop .onestep-section .block-content #checkout-review-load .data-table tbody td:nth-child(2),
	.onestep-section .block-content #checkout-review-load .data-table thead th:nth-child(2) { width: 0px !important; overflow: hidden; border:0; display: block; padding: 0 !important; }
	body #review-buttons-container button.btn-cart span span { font-size: 17px; }
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
	/* disable global scrolling when featherlights are visible */
	overflow: hidden;
}

.featherlight {
	display: none;

	/* dimensions: spanning the background from edge to edge */
	position:fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 2147483647; /* z-index needs to be >= elements on the site. */

	/* position: centering content */
	text-align: center;

	/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
	white-space: nowrap;

	/* styling */
	cursor: pointer;
	background: #333;
	/* IE8 "hack" for nested featherlights */
	background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
	background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
	/* position: trick to center content vertically */
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.featherlight .featherlight-content {
	/* make content container for positioned elements (close button) */
	position: relative;

	/* position: centering vertical and horizontal */
	text-align: left;
	vertical-align: middle;
	display: inline-block;

	/* dimensions: cut off images */
	overflow: auto;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;

	/* dimensions: handling large content */
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;

	/* styling */
	background: #fff;
	cursor: auto;

	/* reset white-space wrapping */
	white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
	/* make sure its visible */
	display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
	display: none;
}

.featherlight .featherlight-close-icon {
	/* position: centering vertical and horizontal */
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;

	/* dimensions: 25px x 25px */
	line-height: 25px;
	width: 25px;

	/* styling */
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff; /* Set the background in case it overlaps the content */
	background: rgba(255, 255, 255, 0.3);
	color: #000;
	border: none;
	padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.featherlight .featherlight-image {
	/* styling */
	width: 100%;
}


.featherlight-iframe .featherlight-content {
	/* removed the border for image croping since iframe is edge to edge */
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}

.featherlight iframe {
	/* styling */
	border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

/* hide non featherlight items when printing */
@media print {
	html.with-featherlight > * > :not(.featherlight) {
		display: none;
	}
}

