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

body          { background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center; }

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

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

/* Headings */
h1            {font-size: 28px;font-weight:normal;line-height: 1;}
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

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

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
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; }
.no-letter-spacing { letter-spacing:0 !important; }
.no-font-size { font-size:0 !important; }
.relative     {position: relative !important;}
.absolute     {position: absolute !important; }
.no-border { border: none !important; }
.border-top { border-top: 1px solid #e8e8e8}
.border-bottom { border-bottom: 1px solid #e8e8e8}
.border-left { border-left: 1px solid #e8e8e8}
.border-top { border-top: 1px solid #e8e8e8}
.m20-top { margin-top: 20px}
.m20-bottom { margin-bottom: 20px}
.m20-left { margin-left: 20px}
.m20-right { margin-right: 20px}
.p20-top { padding-top: 20px}
.p20-bottom { padding-bottom: 20px}
.p20-left { padding-left: 20px}
.p20-right { padding-right: 20px}
.m10-top { margin-top: 10px}
.m10-bottom { margin-bottom: 10px}
.m10-left { margin-left: 10px}
.m10-right { margin-right: 10px}
.p10-top { padding-top: 10px}
.p10-bottom { padding-bottom: 10px}
.p10-left { padding-left: 10px}
.p10-right { padding-right: 10px}

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


/* Layout ================================================================================ */
.wrapper {}
.page {width:1000px;margin: 1px auto;padding:10px 0;text-align:left;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }

/* Base Columns */

/* 1 Column Layout */

/* 2 Columns Layout */

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

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helveticf, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px;}
select { padding: 3px; }
select option {padding-right:10px;}
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px;}
input.checkbox { margin-right:3px;}
input.qty { width:2.5em !important;}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button {-webkit-border-fit:lines;} /* <- Safari & Google Chrome Fix */

button.button {overflow:visible;width:auto;border:0;padding:0;margin:0;background:transparent;cursor:pointer;user-select: none;}

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

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 8px; }
.form-list label { float:left; font-weight:bold; position:relative; z-index:0; }
.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; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:100%; }
.form-list li.wide input.input-text { width:100%; }
.form-list li.wide textarea { width:100%; }
.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; }
/* 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 {}
.form-list .name-prefix select {}
.form-list .name-prefix input.input-text {}

.form-list .name-suffix {}
.form-list .name-suffix select {}
.form-list .name-suffix input.input-text {}

.form-list .name-middlename {}
.form-list .name-middlename input.input-text {}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {}

.form-list .customer-name-prefix-suffix .name-firstname {}
.form-list .customer-name-prefix-suffix .name-lastname {}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {}

.form-list .customer-name-prefix-suffix .name-firstname {}
.form-list .customer-name-prefix-suffix .name-lastname {}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { }

.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-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { }

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

.form-list .customer-dob input.input-text { display:block;}
.form-list .customer-dob label { font-size:10px; font-weight:normal;}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {}
.form-list .customer-dob .dob-year {}
.form-list .customer-dob .dob-year input.input-text {}

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }


.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* 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:#f00; font-weight:bold; }
.notice { color:#ccc; }

/* BreadCrumbs */
.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size:18px; color:#000; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.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; }

/* Pager */
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }

/* Toolbar */

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
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.billigegolfbolde.dk/skin/frontend/athlete/default/images/bkg_collapse.gif) 100% 4px 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% -53px; }

/* 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:0; }
.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:1px !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/btn_remove.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.billigegolfbolde.dk/skin/frontend/athlete/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.billigegolfbolde.dk/skin/frontend/athlete/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:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

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

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

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


/* Header ================================================================================ */
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }

.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

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


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content { padding:10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }

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

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.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: Currency Switcher */
.block-currency select { width:100%;}

/* Block: Layered Navigation */}
.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart .subtotal { text-align:center; }
.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 5px 0; }

/* Block: Wishlist */

/* Block: Related */
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */

/* Block: Recently Compared */

/* Block: Poll */
.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 .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */

/* Block: Reorder */
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

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

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* 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-description { margin:0 0 10px; }

/* View Type: Grid */
.products-grid.last { border-bottom:0; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .price-box {margin: 12px 0;}
.products-grid .availability {line-height: 16px;}
.products-grid .actions { position:absolute; bottom:12px; }

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


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

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

.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 { color:#5bb900;}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }

/* Email to a Friend */

/* Alerts */

/********** < Product Prices */
.price {white-space:nowrap !important;font-family: Arial, sans-serif;}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price .price-label { white-space:nowrap; }
.old-price .price {font-weight:bold;/* text-decoration:line-through; */}

/* Special price */
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

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

.minimal-price-link { display:block; clear: both; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.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 .price-label { font-weight:bold; white-space:nowrap; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

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

/* Price as configured */
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label {float:left;margin-right:5px;}
.add-to-cart .qty {float:left;}
.add-to-cart button.button {/* float:left; */margin-left:5px;}
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { padding: 10px 0 0; text-align: left; margin: 0; }
.product-view .add-to-cart .paypal-logo a:hover { background-color: transparent }

/* Add to Links + Add to Cart */
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }
.product-collateral .box-collateral { margin:0 0 15px; }

/* Product Images */
.product-view .product-img-box {float:left;width:267px;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:100%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:100%; height:8em; }
.product-options dd select {width:100%;/* height: 35px; *//* font-size: 15px; *//* line-height: 27px; */}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }

.product-options p.required { padding:0px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; }

/* Grouped Product */

/* Block: Description */

/* Block: Additional */

/* Block: Upsell */
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */

/* Send a Friend */

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


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */

/* CMS Home Page */

/* 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 li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }

/* RSS */
.rss-title h1 { background:url(https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */

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

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

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

.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.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:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; 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 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

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

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.billigegolfbolde.dk/skin/frontend/athlete/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-form { /*border:1px solid #ddd; background-color:#f5f5f5;*/ }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }

.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; }
.gift-messages-form .item .details { margin-left:90px; }

.gift-message-link { display:block; background:url(https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* 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; }

/* Generic Info Set */

/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress dt { font-weight:bold; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }

.opc .active .step-title { background-color:#ccc; cursor:default; }

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }

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

/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-image { float:left; position:relative;}
.captcha-img { border:1px solid #ccc;}
.captcha-reload { position:absolute; top:2px; right:2px;}


/* Remember Me Popup ===================================================================== */
.window-overlay {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; 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.billigegolfbolde.dk/skin/frontend/athlete/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 */

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */

/* Block: Reviews */
.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:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.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:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

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

.order-items { width:100%; overflow-x:auto; }

.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 img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* 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 Reviews */
.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 .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { border:1px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */

/* 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; 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.billigegolfbolde.dk/skin/frontend/athlete/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.billigegolfbolde.dk/skin/frontend/athlete/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; box-shadow:0 0 3px #999; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set: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 .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add: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,
.product-tags:after {display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden;}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

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

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.billigegolfbolde.dk/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.billigegolfbolde.dk/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.billigegolfbolde.dk/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.billigegolfbolde.dk/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.billigegolfbolde.dk/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.billigegolfbolde.dk/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.billigegolfbolde.dk/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.billigegolfbolde.dk/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.billigegolfbolde.dk/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.epay_formtext_image {
    font-weight: bold;
}

h2.epay_redirect,
h3.epay_redirect {
    display: inline-block;
    text-align: center;
    width: 100%;
}
div.block-related-category .aw-arp-block-content {
    padding: 5px 0 0 5px;
    overflow: hidden;
    clear: both;
}

div.block-related-category .aw-arp-item {
    text-align: center;
    width: 100px;
    min-height: 100px;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top;
    zoom: 1;
    _height: 250px;
    margin: 5px 5px 20px;
}

div.block-related-category .aw-arp-item img {
    border: 1px solid #A9A9A9;
    width: 75px;
    margin-bottom: 10px;
}

div.block-related-category .aw-arp-block-content .aw-arp-addtocart>p {
    margin-bottom: 5px;
}

div.block-related-category .footer .aw-arp-block-content li {
    display: inline-block !important;
}

div.block-related-category .footer .aw-arp-block-content a {
    color: #1E7EC8;
}
/* Block hints */

.amfpc-block-info
{
    position:relative;
    border:1px dotted #008080;
    margin:6px 2px;
    padding:18px 2px 2px 2px;
    zoom: 1;
}

.amfpc-block-info:hover
{
    border-color: orange !important;
}

.amfpc-block-info>.amfpc-block-handle,
.amfpc-block-info>.amfpc-template-info
{
    position:absolute;
    top:0;
    padding:2px 5px;
    background:#008080;
    color:white;
    font:normal 11px Arial;
    text-align:left !important;
    z-index:998;
    text-transform: none;
}

.amfpc-block-info>.amfpc-block-handle:hover,
.amfpc-block-info>.amfpc-template-info:hover
{
    z-index:999;
}

.amfpc-block-info>.amfpc-block-handle
{
    cursor: default;
    left:0;
    white-space: nowrap;
}

.amfpc-block-info>.amfpc-template-info
{
    right:0;
}

.amfpc-block-info>.amfpc-block-handle:hover
{
    background-color: orange !important;
}

.amfpc-block-info.active
{
    -webkit-animation: amfpc-blocks 1s linear .5s infinite alternate;
    animation: amfpc-blocks 1s linear .5s infinite alternate;
}

@-webkit-keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

@keyframes amfpc-blocks {
    from {opacity: 1;}
    to {opacity: .1;}
}

/* Updated blocks */

.amfpc-block-info.updated
{
    border-color: red;
}

.amfpc-block-info.updated>.amfpc-block-handle
{
    top:0;
    background:red;
}

/* Status popup */

.amfpc-info
{
    max-width: calc(100vw - 20px);
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #000000;
    color: #fff;
    z-index: 99999;
    font-size: 32px;
}

.amfpc-info h1
{
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    font-weight: bold;
}

.amfpc-info h2
{
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 4px;
    color: #00e3ff;
}

.amfpc-info h3{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    color: #62ff68;
}

.amfpc-info h4{
    border-top: 1px solid #3f3f3f;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    color: #62ff68;
}

.amfpc-info h3.pagesaved{
    color: #fe62ff;
}

.amfpc-info .amfpc-content
{
    padding: 5px 10px;
    text-align: left;
    color: white;
    overflow-y: visible;
    max-height: 600px;
}

.amfpc-info .amfpc-content > label
{
    font-size: 12px;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    vertical-align: middle;
}

.amfpc-info .amfpc-content p
{
    font-size: 12px;
}

.amfpc-info button{
    margin-left: 5px;
    color: white;
    background-color: #621212;
    border-width: 1px;
}

.amfpc-info button#toggle-details-button{
    vertical-align: middle;
    float: left;
    color: white;
    background-color: #343e4f;
    border-width: 1px;
    padding: 4px;
    font-size: 10px;
}

#mse_fpc_details{
    display: none;
}

.amfpc-info .amfpc-content.show_details #mse_fpc_details{
    display: block;
    clear: both;
}
.amfpc-info .amfpc-content.show_details{
    overflow-y: scroll;
}

.amfpc-info .mse_response{
    margin-left: 5px;
    color: #3cff00;
}

.mse-block-tree-actions{
    border-top: 1px solid white;
    margin-top: 15px;
}

.mse-block-tree-actions-right{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.mse-block-tree-actions-right > label{
    font-size: 12px;
    display: block;
}

.mse-block-tree-filters{
    width: fit-content;
    display: inline-block;
}

.mse-block-tree-filters label{
    font-size: 12px;
    display: block;
}

.mse-block-tree-filters select{
    font-size: 12px;
    display: block;
}

.mse_cachekey{
    color: #ffbc00;
}

.mse_cachetag{
    color: #00ffe4;
}

.mse_time_inc{
    color: #fffe00;
}

.mse_time_dec{
    color: #a5ff00;
}

#mse-tree-expand-btn{
    font-size: 12px;
    margin: 0;
    display: block;
}

ul.mse-tree-toplevel {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

ul.mse-tree-toplevel ul{
  padding-inline-start: 10px;
}

.mse-tree-name_in_layout{
    display: none;
}

li.mse-tree-block > span{
  color:#6ec4ff;
}

li.mse-tree-block > span > strong{
  color:#00ff00;
}

li.mse-tree-template{
  color:#ff8181;
}

li.mse-tree-template > strong{
  color:#ffb500;
}

li.mse-tree-cache_operations > span{
  color:#ff40f2;
}

li.mse-tree-cache_operations > .mse-tree-nested > li > span{
  color:#ff95f8;
}


.mse-tree-class{
    display: none;
}

.mse-tree-nested {
  display: none;
}

.mse-add-top-border{
  border-top: 1px solid #4f4f4f;
}

.mse-tree-data-content-view-btn{
    text-decoration: underline;
    cursor: pointer;
}

.mse-tree-data-content{
    display: none;
}

.mse-children-container{
    border-top: 1px solid grey;
}

.mse-tree-active {
  display: block;
}

.mse-tree-caret {
  cursor: pointer;
 /* user-select: none;*/
}

.mse-tree-caret::before {
  content: "\25B6";
  color: #25ff00;
  display: inline-block;
  margin-right: 6px;
}

.mse-tree-caret-down::before {
  transform: rotate(90deg);
}

li.mse-tree-backtrace > span > strong{
  color:#ff8181;
}

.mse-tree-trace-file{
  color:#ff8181;
}

.mse-tree-trace-class{
  color:#6ec4ff
}

.mse-tree-trace-function{
  color:#6effcd
}
div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width: 170px;
}

.amshopby-logo {
    padding: 0 10px 10px 0;
    float: left;
}

.amshopby-featured {
    padding: 5px;
}

.amshopby-link {
    padding: 5px 0 0 5px;
}

.amshopby-clearer {
    display: block;
    clear: both;
    overflow: hidden;
}

div.block-layered-nav dd a {
    padding: 0 5px 0 0;
    display: block;
    float: left;
}

.block-layered-nav .amshopby-attr,
.block-layered-nav .amshopby-attr:hover {
    padding-left: 15px;
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr::before,
.block-layered-nav .amshopby-attr-selected::before {
    border-style: none;
}

.block-layered-nav .amshopby-attr-selected {
    font-weight: bold;
    padding-left: 15px;
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav .amshopby-attr-inactive {
    pointer-events: none;
    color: #666
}

.block-layered-nav dd a img {
    float: left;
}

.block-layered-nav .single-choice a.amshopby-attr,
.block-layered-nav .single-choice a.amshopby-attr:hover {
    background-image: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-rb1.gif);
}

.block-layered-nav .single-choice a.amshopby-attr-selected {
    background-image: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-rb2.gif);
}

.amshopby-swatch {
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-level-2 {
    padding-left: 10px;
}

.block-layered-nav .amshopby-cat-level-3 {
    padding-left: 20px;
}

.block-layered-nav .amshopby-cat-selected {
    font-weight: bold;
    color: black;
    text-decoration: none;
    cursor: text;
}

.block-layered-nav .amshopby-cat-multi a {
    padding-left: 15px;
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-multiselected a {
    font-weight: bold;
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav span.amshopby-plusminus {
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-plus.gif) no-repeat;
}

.block-layered-nav span.minus {
    background: transparent url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;
}

.block-layered-nav li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.main .block-layered-nav.amshopby-collapse-enabled dt {
    cursor: pointer;
    padding-left: 15px;
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled dt::after {
    border-style: none;
}

.block-layered-nav.amshopby-collapse-enabled dt.amshopby-collapsed {
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled .toggle-content .no-display {
    display: block;
}

.block-layered-nav .amshopby-slider {
    position: relative;
    margin: 10px 4px 5px;
    z-index: 9;
    height: 18px;
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    cursor: pointer;
}

.block-layered-nav .amshopby-slider .handle {
    margin-left: -4px;
    width: 8px;
    top: 3px;
    height: 14px;
    background: transparent url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat;
    position: absolute;
    cursor: move;
    z-index: 2;
}

/*
 * Slider labels
 */
.amshopby-slider-price {
    color: #798794;
}

.amshopby-slider-price-from {
    float: left;
}

.amshopby-slider-price-to {
    float: right;
}

.amshopby-slider-handle-right,
.amshopby-slider-handle-left {
    position: absolute;
    top: 14px;
}

.amshopby-slider-handle-left {
    left: 0;
}
.amshopby-slider-handle-right {
    right: 0;
}
.amshopby-tooltip {
    padding: 2px 5px;
    background: #FEC;
    border: 1px solid #FAA819;
    color: #1F5070;
    text-align: left;
    width: 200px;
    position: absolute;
    z-index: 1000;
}

.amshopby-slider-price-range {
    text-align: center;
    font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor: help;
    display: inline;
}

.block-layered-nav,
.amshopby-page-container,
.amshopby-filters-top {
    position: relative;
}

.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 995;
}

.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

.amshopby-overlay div {
    margin: 0 auto;
    /* display: block; */
    /* width: 300px; */
    /* position: absolute; */
    /* display: inline-block; */
    height: 37px;
    /* width: 30px; */
    /* right: 35px; */
    /* top: -36px; */
    /* top: 0px; */
    background: url('https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}
/*
 * Advanced Categories
 */
.amshopby-advanced li {
    clear: both;
}

.amshopby-advanced .level1 {
    padding-left: 20px;
}

.amshopby-advanced .level2 {
    padding-left: 30px;
}

.amshopby-advanced .level3 {
    padding-left: 40px;
}

.amshopby-advanced .level4 {
    padding-left: 50px;
}

.amshopby-advanced li.active > a {
    font-weight: bold;
}

.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}
/*
 * Slider Bar
 */
.amshopby-slider-bar {
    position: absolute;
    background: #999;
    height: 6px;
    top: 6px;
    z-index: 1;
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
    overflow: auto;
}

.btn-remove-inline {
    background: url('https://www.billigegolfbolde.dk/skin/frontend/base/default/images/am_btn_remove.gif') no-repeat;
    width: 13px;
    height: 12px;
    margin-left: 4px;
}

.amshopby-hightlighted {
    background: yellow;
}

.btn-remove-inline img {
    display: inline;
}

.block-layered-nav .amshopby-slider .handle.active {
    z-index: 3;
}

.amshopby-slider-ui {
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    margin: 10px .4em;
}

.amshopby-slider-ui .ui-slider-handle {
    background-color: #f18200;
    border: 1px solid #de5400;
    box-sizing: border-box;
    outline: none;
}

.amshopby-slider-ui .ui-slider-range {
    background-color: #999999;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    cursor: pointer;
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: -.4em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0.2em;
    height: 8px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.amshopby-narrow-by-list td {
    vertical-align: top;
}

input[name^="amshopby"][id$="from"].input-text,
input[name^="amshopby"][id$="to"].input-text {
    width: auto;
}

.amshopby-item-top {
    max-width: 225px;
    /* min-width: 180px; */
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol {
    max-width: 250px;
}

.amshopby-item-top .amshopby-column {
    width: auto;
}

.no-display-current,
.no-display {
    display: none;
}

.current .no-display-current,
.current td.no-display {
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content dt {
        background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dt.current {
        background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
    }
}

.block-layered-nav ol:not(.single-choice) select option[selected] {
    color: white;
    background-color: rgba(171, 171, 171, 1);
}

.amshopby-apply-button {
    width: 180px;
    height: 40px;
    margin-top: 1em;
}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}
.amshopby-subcategories-wrapper {
    position: relative;
    box-sizing: unset;
    display: flex;
    flex-wrap: wrap;
}
.amshopby-subcategories-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 999;
}
.amshopby-subcategory {
    float: left;
    height: auto;
    width: auto;
    padding-right: 5px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.amshopby-subcategory .am-item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
}
.amshopby-subcategory .am-img {
    max-width: 100%;
    display: block;
    float: left;
}
.amshopby-subcategory .am-title {
    margin-left: 5px;
    padding: 20px 0;
}
.amshopby-subcategories-img {
    display: inline;
    vertical-align: middle;
}
div.amshopby-overflow-scroll-enabled div.block-content dl dd > ol:first-of-type {
    overflow-y: auto;
}

.am_search_popup{
    
position: absolute;
    
/*right: 29px;*/
    
right: 0;
    
/*width: 315px;*/
    
margin-top: 10px;
    
text-align: left;
    
border-radius: 8px;
    
/*border: 1px solid #CCC;*/
    
/*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);*/
    
font: 12px Arial,Helvetica,sans-serif;
    
/*padding-top: 10px;*/
    
/*overflow: hidden;*/
    
/*padding-top: 10px;*/
    
z-index: 999;
}


@media only screen and (max-width: 450px) {     

    .am_search_popup{
        /* width: 100% !important; */
        width: 265px !important;
        margin-bottom: 20px;
    }
    
    .price_footer,
    .am_right{
        width: 100%;
        
    }
    
    .price_footer td.price_cell{
        text-align: left;
    }
    .price_footer td{
        text-align: right;
    }
    
    .am_search_popup{
        border-width: 0 !important;
        border-radius: 0 !important;
        /*position: fixed;*/
        height: 100%;
        background-color: white !important;
    }
    
    .am_search_popup_inner{
        /*border: 0px !important;*/
        border-radius: 0 !important;
    }
    
    .am_search_popup_triangle{
        display: none;
    }
    
    .more_results{
        font-size: 14pt;
        
    }
    
/*    .main-container, .footer-container{
        display: none;
    }*/
}

.am_search_popup_triangle{
   height: 50px;
    width: 50px;
    margin-top: 5px;
    -moz-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    -o-transform: rotate(45deg); 
    transform: rotate(45deg);
    position: absolute;
    right: 28px;
    
}

.am_search_popup_inner{
    border: 1px solid #a5a5a5;
    border-radius: 7px;
    overflow: hidden;
}


.am_search_popup div.am_element{
    /*min-height: 90px;*/
    /*display: inline-block;*/
    float: none;
    width: 100%;
    /*padding: 5px;*/
    color: black;
    
    border-bottom: 1px solid #a5a5a5;
    
    background: #fafafa; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fafafa 0%, #fafafa 60%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(60%,#fafafa), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fafafa 0%,#fafafa 60%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafafa 0%,#fafafa 60%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafafa 0%,#fafafa 60%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fafafa 0%,#fafafa 60%,#eeeeee 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 );  IE6-8 */
    background-color: #fafafa;
    
}

.am_search_popup div.am_element > div{
    padding: 10px;
    float: none;
    
}



/*.am_search_popup div{
    float: left;
}*/

.am_image>img{
    width: 90px;
    height: 90px;
    /*padding-right: 5px;*/
    
    border: 1px solid #bec4c8;
}


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

.am_search_popup .price_footer{
    margin-top: 5px;
}

.am_search_popup .price_cell{
    vertical-align: middle;
    padding-right: 3px;
}

.am_search_popup .regular-price .price,
.am_search_popup .am_title{
    font-weight: normal;
    font-size: 12px;
    float: none;
    
}

.am_search_popup .am_title{
    font-weight: bold;
}


.am_search_popup .am_image{
    display: table-cell;
    padding-right: 10px;
    width: 90px;
    height: 90px;
}

.am_search_popup .am_right{
    display: table-cell;
    vertical-align: top;
    
    padding-left: 10px;
    border-left: 1px solid #adb5b9;
    width: auto;
}

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

#search_mini_form #search.loading,
.form-search #search.loading {

    background-image: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/amxsearch_loader.gif); 
    background-position: 95% center; 
    background-repeat: no-repeat;
    
    position: relative;
    z-index: 11;
}

#search_mini_form .search-button{
    z-index: 10;
} 

.am_search_popup .ratings{
    margin: 0px;
    margin-bottom: 3px;
}



.am_search_popup .rating-box{
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/am_xsearch_bkg_rating.png) 0 0 repeat-x;
}

.am_search_popup .rating {

    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/am_xsearch_bkg_rating.png) 0 100% repeat-x;
}

.am_search_popup div.am_element:hover .rating-box{
   background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/am_xsearch_bkg_rating_white.png) 0 0% repeat-x;
}

.am_search_popup div.am_element:hover .rating{
   background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/am_xsearch_bkg_rating_white.png) 0 100% repeat-x;
}

.am_search_popup .am_title{
    font-weight: bold;
    padding-bottom: 3px;
}

.am_search_popup div.am_element{
    font-size: 10px;
}

.am_search_popup .regular-price .price{
    font-style: italic;
    font-weight: bold;

}

#am_search_container{
    position: relative;
    clear: both;
    z-index: 40000;
    /* margin-top: 0px; */
}

.am_search_popup .more_results{
    background: #FFF;
    text-align: center;
    padding: 3px;
    font-weight: bold;
    display: block;
}
/* window */
.ajaxlogin-window {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background:#fff;
    z-index:999;
    /* padding: 10px; */
    position:absolute;
    text-align:left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.ajaxlogin-window .page-title,
.ajaxlogin-window .page-title span { color:#0A263C; font-size:18px; font-weight: normal; text-align: center}
.ajaxlogin-window .content { padding:7px; overflow:auto; overflow-x:hidden; }
.ajaxlogin-window label { width:auto; text-align:left; margin-bottom: 0; }
.ajaxlogin-window label em { display:none }
.ajaxlogin-window ul li { line-height: normal; }
.ajaxlogin-window ul,
.ajaxlogin-window .form-list { list-style: none; margin: 0; }
.ajaxlogin-window .form-list li { margin-bottom: 10px }
.ajaxlogin-window .form-list .input-box { clear:both; }
.ajaxlogin-window .form-list input.input-text,
.ajaxlogin-window .form-list textarea { width:100% }
.ajaxlogin-window .input-box input { margin: 0
}
.ajaxlogin-window .input-box .validation-advice { line-height: normal; }
.ajaxlogin-window .close {position:absolute;top:4px;right:4px;width:16px;height: 16px;background:url(https://www.billigegolfbolde.dk/skin/frontend/base/default/images/digitalpianism/ajaxlogin/cancel_round.png) no-repeat 50% 50%;}
.ajaxlogin-window .close:hover {}
.ajaxlogin-window .progress-indicator { display: block; text-align: center; float:right}
.ajaxlogin-window .please-wait { position:static; padding:0; background:none; border:none; margin:0; left:auto; top:auto; }
.ajaxlogin-window .buttons-set { margin:0; text-align:center; border-top:0 solid #e4e4e4; padding:7px; }
.ajaxlogin-window .buttons-set a { display: block; }
.ajaxlogin-window .form-list .input-box{ width:auto }
.ajaxlogin-window .buttons-set .back-link { display: block; margin: 0; padding: 0; text-align: center; }
.ajaxlogin-window .buttons-set .back-link a {  }
.ajaxlogin-window .buttons-set .please-wait
.ajaxlogin-window .actionbar { padding:10px 10px 0; text-align:right; font-weight:bold; }

#ajaxlogin-mask {
    background: black;
    opacity:0.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter:alpha(opacity=40);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 999;
    }
* html #ajaxlogin-mask { position:absolute; }
/*
 * Magmodules.eu - http://www.magmodules.eu.
 *
 * NOTICE OF LICENSE
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.magmodules.eu/MM-LICENSE.txt
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magmodules.eu so we can send you a copy immediately.
 *
 * @category      Magmodules
 * @package       Magmodules_Richsnippets
 * @author        Magmodules <info@magmodules.eu>
 * @copyright     Copyright (c) 2017 (http://www.magmodules.eu)
 * @license       https://www.magmodules.eu/terms.html  Single Service License
 */
.snippets {
    border: 1px solid #E4E4E4;
    margin: 0px 0;
    overflow: auto;
}

.snippets p {
    margin-bottom: 0
}

.snippets .product-name {
    font-weight: 700
}

.snippets .prod-thumb {
    float: left;
    padding: 8px
}

.snippets img {
    display: block;
    margin: 0px;
}

.snippets .content {
    padding: 5px
}

.snippets .content i {
    font-style: initial;
}

.snippets .rating-box {
    float: right;
    margin-bottom: 5px;
}

.snippets-footer {
    margin-top: -5px;
    color: #666;
    font-style: normal
}

.snippets-fields {
    font-size: x-small;
}

.snippets-fields ul {
    display: inline
}

.snippets-fields li {
    display: inline;
    color: #5D5D5D;
    background: none !important;
    padding-left: 0 !important;
    font-size: 13px;
    float: left;
    margin: 0px !important;
}

.snippets-fields li + li::before {
    content: "- "
}

.snippets-sidebar .rating-box {
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 73px;
    position: absolute;
    height: 15px;
    font-size: 0;
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-size: 15px;
    text-indent: -999em;
    overflow: hidden;
}

.snippets-sidebar .rating {
    float: left;
    height: 13px;
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-position-y: 100%;
    background-size: 15px
}
.oxajax-cart-options .product-view .product-img-box {width:352px;}
.oxajax-cart-options .product-view .product-shop {float: none; overflow: hidden; width: auto;}
.oxajax-cart-options .product-image a,
.oxajax-cart-options .product-image a:hover {background:transparent}

#fancybox-close { top: 0; right: 0; background: #000 url('https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/athlete/btn_remove_sprite.png') 5px 4px no-repeat; }
#fancybox-close:hover { background-color: #ffe51e; background-position: 5px -17px }

.ajax-message { width: 280px; max-width: 100%; text-align: center; }
.ajax-message button.button { margin: 5px }
.ajax-message p{ padding: 10px}
.ajax-message a { display: inline-block; padding: 1px 4px 1px; color: #000; text-decoration: none;}
.ajax-message a:hover { background: #000; color: #fff; text-decoration: none;}

.products-grid .product-image {position: relative}
.products-list .product-image {position: relative}

button.button.quick-view { position: absolute; z-index: 3; width: 129px;  }
button.button.quick-view span {height: 40px; line-height: 40px;}
button.button.quick-view span span{width:107px}
.products-grid button.quick-view { opacity: 0; }
.products-list button.quick-view { display: none }
.no-touch .products-list button.quick-view { display: block; visibility: hidden; height: 0; opacity: 0; }
.no-touch .products-list li.item:hover button.quick-view { visibility: visible; height: auto; opacity: 1; }

button.button.quick-view {
	transition:         opacity 200ms ease-in-out;
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition:	opacity 200ms ease-in-out;
	-o-transition: 		opacity 200ms ease-in-out;
}

@media only screen and (max-width: 1023px) {
	button.quick-view { display: none !important }
}

#fancybox-close { background-size: 21px 42px;}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.5), only screen and ( min--moz-device-pixel-ratio: 1.5), only screen and ( -o-min-device-pixel-ratio: 3/2), only screen and ( min-device-pixel-ratio: 1.5) {
	#fancybox-close { background-image: url('https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/retina/btn_remove_sprite@2x.png');}
}
/********** < Navigation */
.nav-container {}
.olegnaxmegamenu  {}
.megamenu-dropdown {padding-right: 10px;}

.olegnaxmegamenu #nav li.wide {position:static}
.olegnaxmegamenu #nav div.megamenu-dropdown > ul { position:static; width:auto; border:none; padding: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}

.olegnaxmegamenu #nav li.wide > div.megamenu-dropdown {
	position:absolute;
	left:0;
	display: none;
	top:auto;
	margin-top:6px;
	padding: 30px 12px 0;
	z-index: 100;
	width: inherit;
	}
.olegnaxmegamenu #nav li.wide ul.level0 { margin:-9px 0 0px -3px; position:static !important; width:auto; padding:0; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;}
.olegnaxmegamenu #nav li.wide ul.level0 > li { float:none; width: 16.6666%; display:inline-block; vertical-align:top; margin:0 0 20px;}
.olegnaxmegamenu #nav li.wide ul.level0 > li.parent { margin:0 0 2px;}

.olegnaxmegamenu #nav li.wide > div.shown-sub { left:0; right: 0; display: block;}

.olegnaxmegamenu #nav li.wide ul.level0 li a { float:none; }
.olegnaxmegamenu #nav li.wide ul.level0 li > a {margin-right: 10px;}


.olegnaxmegamenu #nav li.wide ul.level0 ul, .olegnaxmegamenu #nav li.wide div.megamenu-dropdown div.megamenu-dropdown { position:static !important; width:auto; padding:0; margin:0; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;}
.olegnaxmegamenu #nav li.wide ul.level0 ul.level1 { margin: 0 0 20px; }
.olegnaxmegamenu #nav li.wide ul.level0 ul li { float:none; width:auto; margin:2px 0 0; padding:0; }
.olegnaxmegamenu #nav li.wide ul.level0 ul li a { text-transform:none; font-size:12px; font-weight:300; font-family:Arial, sans-serif; letter-spacing:0; }
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li { margin:2px 0 0; padding:0; }
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li a { padding-left: 18px; }
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li ul li a { padding-left: 29px; }
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li ul li ul li a { padding-left: 40px; }

.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li a span:before { content:''; position: absolute; width:20px; height: 25px; overflow: hidden; margin: -5px 0 0 -20px; background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/olegnax/megamenu/arrow_item_sidebar.gif') -20px 0 no-repeat }
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li.active > a span:before,
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li a:hover span:before { background-position: 0 0 }
.olegnaxmegamenu.icons-white #nav li.wide ul.level0 ul li ul li a span:before { background-position: -20px -25px }
.olegnaxmegamenu.icons-white #nav li.wide ul.level0 ul li ul li.active > a span:before,
.olegnaxmegamenu.icons-white #nav li.wide ul.level0 ul li ul li a:hover span:before { background-position: 0 -25px }

.olegnaxmegamenu #nav li.wide ul.level2 { padding:5px 0; }
.olegnaxmegamenu #nav li.wide ul.level2 li a { font-size:11px; line-height:13px; }

.olegnaxmegamenu #nav li.wide div div.megamenu-block {margin: 0px 0px 15px;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block .border-bottom { padding:0 0 33px;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block .border-left { margin:0 0 0 33px; padding:0 0 0 33px;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block .border-top { padding:33px 0 0;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-top {}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-bottom {}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-right {}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col {float: left;position:relative;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col.first-col{
    padding-left: 0px;
    margin-left: 1px;
}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-0 { display: none}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-1 {width: 19%;/* height: 140px; */}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-2 { width: 33.3333%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-3 { width: 50%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-4 { width: 66.6666%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-5 { width: 83.3333%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-6 { width: 100%;}

.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-1 ul.level0 > li {width: 100%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-2 ul.level0 > li {width: 50%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-3 ul.level0 > li {width: 33.3333%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-4 ul.level0 > li {width: 25%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-5 ul.level0 > li {width: 20%;}
.olegnaxmegamenu #nav li.wide div div.megamenu-block-col-6 ul.level0 > li {width: 16.6666%;}

/********** < product slider */
.megamenu-block .product-slider-container { margin: 5px 0 0; }
.megamenu-block .product-slider-container .title-container { margin-top: -12px; line-height: 21px }
.megamenu-block .product-slider-container .title-container h3 { font-size: 16px; line-height: 21px; padding:0 11px 0 15px }
.megamenu-block .slider-container { margin: 0; }
.megamenu-block .products-grid li.item { margin: 0; }

.megamenu-block .product-slider-container .title-container .slider-nav { padding-right: 15px; }
.megamenu-block .product-slider-container .title-container .slider-nav li {background: transparent; }
.megamenu-block .product-slider-container .title-container .slider-nav a{width: 22px; height: 21px; line-height:21px; background-color:transparent; background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/brands_slider_arrows.png'); background-position: 0 0; }
.megamenu-block .product-slider-container .title-container .slider-nav a { background-size: 44px 42px;}

.megamenu-block .product-slider-container .title-container .slider-nav a.mm-icon-black { background-position: 0 0;}
.megamenu-block .product-slider-container .title-container .slider-nav a.next.mm-icon-black { background-position: 100% 100%;}
.megamenu-block .product-slider-container .title-container .slider-nav a.disabled.mm-icon-black { }
/* hover */
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.mm-icon-black:hover { background-position:100% 0;}
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.next.mm-icon-black:hover {background-position: 0 100%;}
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.disabled.mm-icon-black:hover { background-position: 0 0;}
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.next.disabled.mm-icon-black:hover { background-position:100% 100%;}
/* inverted */
.megamenu-block .product-slider-container .title-container .slider-nav a.mm-icon-white { background-position:100% 0;}
.megamenu-block .product-slider-container .title-container .slider-nav a.next.mm-icon-white { background-position: 0 100%;}
.megamenu-block .product-slider-container .title-container .slider-nav a.disabled.mm-icon-white { }
/* inverted hover */
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.mm-icon-white:hover { background-position: 0 0;}
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.next.mm-icon-white:hover {background-position: 100% 100%;}
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.disabled.mm-icon-white:hover { background-position:100% 0;}
.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a.next.disabled.mm-icon-white:hover { background-position: 0 100%;}

/********** < Sidebar */
.block-megamenu-sidebar ul li a { margin: -4px 0}
.olegnaxmegamenu-sidebar { margin-left: -8px }
.olegnaxmegamenu-sidebar li { position:relative;  }
.olegnaxmegamenu-sidebar li.over { }
.olegnaxmegamenu-sidebar li.active {}
.olegnaxmegamenu-sidebar li ul {display: none; margin: 7px 0 -1px; }
.olegnaxmegamenu-sidebar a { }
.olegnaxmegamenu-sidebar a,
.olegnaxmegamenu-sidebar a:hover {}
.olegnaxmegamenu-sidebar li li a { padding-left: 20px; }
.olegnaxmegamenu-sidebar li li a span:before { content:''; position: absolute; width:20px; height: 25px; overflow: hidden; margin: -5px 0 0 -20px; background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/olegnax/megamenu/arrow_item_sidebar.gif') -20px 0 no-repeat }
.olegnaxmegamenu-sidebar li li.active > a span:before,
.olegnaxmegamenu-sidebar li li a:hover span:before { background-position: 0 0 }
.olegnaxmegamenu-sidebar li li li a{ padding-left: 32px; }
.olegnaxmegamenu-sidebar li li li li a{ padding-left: 44px; }
.olegnaxmegamenu-sidebar li li li li li a{ padding-left: 56px; }
.olegnaxmegamenu-sidebar .toggle { display: block; float: right; width: 24px; height: 25px; margin: -5px 0; cursor: pointer; }
.olegnaxmegamenu-sidebar .toggle-plus { background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/olegnax/megamenu/arrow_toggle_sidebar_plus.gif') -24px 0 no-repeat }
.olegnaxmegamenu-sidebar .toggle-plus:hover { background-position: 0 0 }
.olegnaxmegamenu-sidebar .toggle-minus { background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/olegnax/megamenu/arrow_toggle_sidebar_minus.gif') -24px 0 no-repeat }
.olegnaxmegamenu-sidebar .toggle-minus:hover { background-position: 0 0 }
.olegnaxmegamenu-sidebar li.last > a { }
.olegnaxmegamenu-sidebar span { display:block; cursor:pointer; white-space:nowrap; }
.olegnaxmegamenu-sidebar > li > a { }
.olegnaxmegamenu-sidebar li.over a,
.olegnaxmegamenu-sidebar li.active a,
.olegnaxmegamenu-sidebar a:hover { }

.olegnaxmegamenu-sidebar.icons-white li li a span:before { background-position: -20px -25px }
.olegnaxmegamenu-sidebar.icons-white li li.active > a span:before,
.olegnaxmegamenu-sidebar.icons-white li li a:hover span:before { background-position: 0 -25px }
.olegnaxmegamenu-sidebar.icons-white .toggle-plus { background-position: -24px -25px }
.olegnaxmegamenu-sidebar.icons-white .toggle-plus:hover { background-position: 0 -25px }
.olegnaxmegamenu-sidebar.icons-white .toggle-minus { background-position: -24px -25px }
.olegnaxmegamenu-sidebar.icons-white .toggle-minus:hover { background-position: 0 -25px }

/* retina images */
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li a span:before,
.olegnaxmegamenu-sidebar li li a span:before { background-size: 40px 50px }
.olegnaxmegamenu-sidebar .toggle { background-size: 48px 50px }
@media only screen and ( -webkit-min-device-pixel-ratio: 1.5), only screen and ( min--moz-device-pixel-ratio: 1.5), only screen and ( -o-min-device-pixel-ratio: 3/2), only screen and ( min-device-pixel-ratio: 1.5) {
	.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li a span:before,
	.olegnaxmegamenu-sidebar li li a span:before { background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/olegnax/megamenu/retina/arrow_item_sidebar@2x.png') }
	.olegnaxmegamenu-sidebar .toggle-plus { background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/olegnax/megamenu/retina/arrow_toggle_sidebar_plus@2x.png') }
	.olegnaxmegamenu-sidebar .toggle-minus { background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/olegnax/megamenu/retina/arrow_toggle_sidebar_minus@2x.png') }
}

.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li a span:before,
.olegnaxmegamenu-sidebar li li a span:before {
	transition:         all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: 	all 600ms ease-in-out;
	-o-transition: 		all 600ms ease-in-out;
}
.olegnaxmegamenu #nav li.wide ul.level0 ul li ul li a:hover span:before,
.olegnaxmegamenu-sidebar li li a:hover span:before {
	transition:         all 50ms ease-in-out;
	-webkit-transition: all 50ms ease-in-out;
	-moz-transition:	all 50ms ease-in-out;
	-o-transition: 		all 50ms ease-in-out;
}

.block-layered-category {display: none}

.megamenu-dropdown .std a{
	width: 100%;
	height: 100%;
	padding: 0px;
}

.megamenu-dropdown .megamenu-block-col img{
	max-width: 100%;
}

.megamenu-dropdown .std a:hover{
	background-color: transparent;
	color: #61b046;
}

.megamenu-dropdown .megamenu-block-col{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0) 100%); */ /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE */
	padding-left: 1px;
	margin-right: 1px;
}

.megamenu-dropdown .megamenu-block-col .relative{
	background-color:white;
	height: 100%;
	margin-top: 0;
	/* padding-top: 10px; */
}


.megamenu-dropdown .megamenu-block-col span{
	display: block;
	font-weight: 600;
	text-transform: none;
}
.megamenu-dropdown a:hover span {
	color: #61b046;
	/* text-decoration: underline; */
	/* display: none; */
}



@media only screen and (max-width: 767px) {


	.olegnaxmegamenu #nav li.wide > div.megamenu-dropdown,
	.olegnaxmegamenu #nav li.wide > div.shown-sub { display: none;}

	.megamenu-block, .megamenu-dropdown .clear {display: none;}
	.olegnaxmegamenu #nav ul.level0, .olegnaxmegamenu #nav ul.level0 div > ul { display: block; }
	.olegnaxmegamenu #nav li.wide ul ul li a { text-transform: inherit; font-size: inherit; font-weight: inherit; font-family: inherit; letter-spacing: inherit; }

	.olegnaxmegamenu #nav li.wide div div.megamenu-block-col {float: none; width: auto !important; display: block !important;}

}

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

/********** < Helper */
/*.category_sp {position:absolute; left: 0; top: 0; width: 1px; height:90%; margin-top:5%; background:#e8e8e8}*/

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

/* hack for responsive horizontal scroll */
html { overflow-x:hidden; }

.lt-ie9 img {width: auto;}

/* ==|== HTML5 display definitions ========================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block;}
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ==|== Base ============================================================== */
html {font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html, button, input, select, textarea {font-family: sans-serif;color: #222;/* background-color: black; */}
body {margin: 0;font-size: 1em;line-height: 1.4;}

/* ==|== Links ============================================================= */
a { color: #000; text-decoration: none }
a:hover { color: #1d9fc4; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }

/* ==|== Typography ======================================================== */
abbr[title] { border-bottom: 1px dotted;}
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-break: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* ==|== Lists ============================================================== */
ul, ol {margin:0;padding:0px;}
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* ==|== Embedded content =================================================== */
img {border: 0;-ms-interpolation-mode: bicubic;vertical-align: middle;}
svg:not(:root) { overflow: hidden; }

/* ==|== Figures ============================================================ */
figure { margin: 0; }

/* ==|== Forms ============================================================== */

fieldset { border: 0; margin: 0; padding: 0; }
label {/* cursor: pointer; */}
legend { border: 0; padding: 0; white-space: normal; }
button, input, select, textarea {font-size: 100%;margin: 0;vertical-align: baseline;}
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;-webkit-appearance: button;}
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; vertical-align: middle;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { 
    overflow: auto; vertical-align: top; resize: vertical;
    -webkit-border-radius: 0; /* fix border radius in iOs */
    -webkit-appearance: none; /* fix shadow in iOs */
}
 
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

.fieldset {border-color: #f4f4f4; background-color: transparent}
.fieldset .legend {background: #f4f4f4; bottom: 0; border: 0}

.disabled { opacity: .5;}


/* ==|== primary styles ===================================================== */
body {background-color: #141414;font-family:Arial, sans-serif;font-size:12px;}

/* Form Elements */
input.input-text,select,textarea {
    background:#fff;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input.input-text {
    padding:7px;
    height:30px;
    line-height:1.1;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

button.button span {
    position: relative;
    outline:none;
    display: inline-block;
    padding:0 11px;
    height:30px;
    background: none;
    font-weight: 800;
    font-size: 14px;
    line-height: 30px;
    text-align:center;
    text-transform:uppercase;
    white-space:nowrap;
    z-index: 1;
}
button.button span span { padding:0; }
button.button > span:before, button.button > span:after {content: '';position: absolute;left: 0;top: 0;width: 0;height: 100%;z-index: -1;}
button.button > span:before {width: 100%;}

.no-touch button.button:hover > span:after { width: 100%;}

button.btn-cart span {padding: 0 23px 0 12px;height: 40px;line-height: 40px;font-size: 15px;font-weight: 900;}
button.btn-cart span span {padding: 0 0px;/* background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_btn_cart.png') 0 -24px no-repeat; */}
.no-touch button.btn-cart:hover span span {background-position:0 13px;}

/* inverted */
button.btn-cart.icon-white span span { background-position:0 13px;}
.no-touch button.btn-cart.icon-white:hover span span { background-position: 0 -24px;}

/* combinations*/	
button.btn-cart.icon-white-white span span { background-position:0 13px;}
.no-touch button.btn-cart.icon-white-white:hover span span { background-position:0 13px;}

button.btn-cart.icon-white-black span span { background-position:0 13px;}
.no-touch button.btn-cart.icon-white-black:hover span span { background-position:0 -24px;}

button.btn-cart.icon-black-white span span { background-position:0 -24px;}
.no-touch button.btn-cart.icon-black-white:hover span span { background-position:0 13px;}

button.btn-cart.icon-black-black span span { background-position:0 -24px;}
.no-touch button.btn-cart.icon-black-black:hover span span { background-position:0 -24px;}

.btn-edit, .btn-remove { width:14px; height:14px; background-color:#000; }
.btn-edit:hover, .btn-remove:hover { width:14px; height:14px; background-color:#ffe51e; }

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

/* ==|== Layout ============================================================= */
.page { width:auto; margin:0 auto; padding:0; text-align:left; }
.content-container, .main-container {background-color: #fff;}

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

/* Header ================================================================================ */
.header-container {/* background:#000; */top: -200px;}
.header {margin:0 auto;padding: 10px 0 0 0;border:none;}
.logo-container {background:#ffe51e;/* min-height:107px; */}
.logo-container-indent {padding:30px;}

.logo-container-indent

.header-info-container {position:relative; padding:0 }

/* IE fix padding */
.logo-container {
    /* min-height: 87px; */
    position: relative;
    z-index: 99;
    text-align: center;
}

.top-links-container {/* top: 10px; */position: relative;left:0;min-height: 35px;}
.top-links-container:before {
    content: '';
    position: absolute;
    left: -200%;
    right: -200%;
    top: 0;
    bottom: 0;
    display: block;
    border-top: 1px solid #303030;
    border-color: rgba(255,255,255,.11);
}

.header h1.logo, .header .logo {float:none;text-decoration:none !important;font-size: 10px;}
.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 img { 
    max-width: 100%; height: auto;
    width: inherit;

    /*@todo: - test code when img have padding*/
    box-sizing: border-box;
}

.header-cart {float:right;margin:0 0 0 10px;}
.header-cart .summary {display: inline-block;height: 27px;line-height: 27px;padding:0 11px;color:#000;/* font-size:14px; */font-weight:600;text-transform:uppercase;text-decoration:none;}
.header-cart .summary.icon-black {background-position: 4px;}
.header-cart .summary.icon-white { background-position: 0 100% }
.header-cart .summary span {display:inline-block;height:13px;line-height: 13px;-webkit-transform: translateZ(0);color: black;}
.header-cart .summary span.qty {/* margin: 0 0 0 0px; *//* padding:0 0 0 11px; *//* border-left:1px solid #000; *//* border-left-color:rgba(0,0,0,0.21); */font-family: Arial, sans-serif;}
.header-cart .header-dropdown {width:252px; color:#000; color:rgba(0,0,0,0.7);}
.header-cart .header-dropdown p{margin:14px 0 5px 0}
.header-cart .header-dropdown a{color:#000; text-decoration:none;}
.header-cart .header-dropdown  p.product-name {margin:0;}
.header-cart .header-dropdown  a.product-image{}
.header-cart .header-dropdown  .item-options { font-size:10px; line-height:10px; margin-top: 3px; text-transform:none;}
.header-cart .header-dropdown  ol{ margin:0; padding:0; }
.header-cart .header-dropdown  ol li.item{ padding:8px; margin:0 0 5px; background:#f5f5f5;}
.header-cart .header-dropdown, .header-cart .header-dropdown ol li.item, .header-cart .header-dropdown ol li.item a { color:#322c29;}
.header-cart .header-dropdown  ol li.item a:hover { color:#000; }
.header-cart .header-dropdown  ol li.item strong{font-weight:300;}
.mini-products-list .product-image { width:60px; border:none; padding:0px; }
.mini-products-list .product-details { margin-left:74px; }
.header-cart .header-dropdown .subtotal { background:#f5f5f5; color:#000; padding:0 10px; line-height:37px; font-size:16px; font-weight:800; text-transform:uppercase; text-align:right; }
.header-cart .header-dropdown .btn-edit { float:right; margin-left: 18px; }
.header-cart .header-dropdown .btn-remove {float:right;margin-left: 2px;display: none;}
.header-cart .header-dropdown .buttons { margin-top:7px; }
.header-cart .header-dropdown .button { float:right; }
.header-cart .header-dropdown .btn-continue { float:left; }
.header-cart .cart-promotion {background:#f5f5f5; padding: 10px;}
.header-cart .mini-products-list .product-details {overflow: hidden;}

.header-cart .header-dropdown p.product-name {padding-right: 20px;}
.header-cart .cart-promotion a, .header-cart .header-dropdown p.product-name a {/* display: inline-block; */margin: -14px 0 0 -4px;padding: 1px 4px;}

.header-switch {position:relative;z-index: 99;}
.header-switch-trigger {position:relative; z-index:2;}
.header-dropdown { display:none; position:absolute; z-index:1000; right:0; padding:15px; background:#fff; -webkit-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15); box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15); }
.header-dropdown ul {margin:0; padding:0;}
.header-dropdown ul li{line-height:18px; }
.header-dropdown ul li a{display:block; padding:0px 5px; color:#322c29; text-decoration:none; white-space:nowrap; }
.header-dropdown .btn-edit {background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/btn_edit_sprite.png');}
.header-dropdown .btn-remove {background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/btn_remove_small_sprite.png');}
.header-dropdown .btn-edit, .header-dropdown .btn-remove,
.header-dropdown .btn-edit:hover, .header-dropdown .btn-remove:hover { width:14px; height:14px;}

.header-dropdown .btn-edit, .header-dropdown .btn-remove {background-position: 0 100%;}
/* hover */
.header-dropdown .btn-edit:hover, .header-dropdown .btn-remove:hover {background-position: 0 0;}
/* inverted (default) */
.header-dropdown .btn-edit.icon-white, .header-dropdown .btn-remove.icon-white {background-position: 0 0;}
/* inverted hover */
.header-dropdown .btn-edit.icon-white:hover, .header-dropdown .btn-remove.icon-white:hover {background-position: 0 100%;}

.header-currency, .header-language {float:left; margin:0 0 0 13px; padding:0 11px; line-height:35px; font-size:11px; color:#d9d9d9; }
.header-currency {margin:0 0 0 2px;}
.header-currency .header-switch-trigger, .header-language .header-switch-trigger {display:block; padding:0 13px 0 0; }
.header-currency .header-switch-trigger:after, .header-language .header-switch-trigger:after {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    right:0;
    width: 0;
    height: 0;
    border-color: #202020 transparent transparent transparent;
    border-style: solid;
    border-width: 3px;
}
.header-currency .header-switch-trigger:before, .header-language .header-switch-trigger:before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    right:0;
    width: 0;
    height: 0;
    border-color: #d9d9d9 transparent transparent transparent;
    border-style: solid;
    border-width: 3px;
}
.header-currency:hover .header-switch-trigger:after, .header-language:hover .header-switch-trigger:after {border-top-color:#ffe51e;}
.header-currency:hover .header-switch-trigger:before, .header-language:hover .header-switch-trigger:before {border-top-color:#000;}
.header-currency:hover, .header-language:hover {background-color:#ffe51e; color:#000;}

.header-language .header-switch-trigger .icon {padding:0 0 0 24px; background:none 0% 50% no-repeat;}
.header-currency .header-dropdown, .header-language .header-dropdown {left:0; right:auto;}
.header-language .header-dropdown ul li a{padding:2px 10px 2px 27px; background: 5px 50% no-repeat;}
.header-dropdown ul li a:hover{color:#000; background-color:#f5f4f4;}

.header .top-links { position: relative; z-index: 1; overflow: hidden;}
.header .links {
    text-align: right;
    padding: 7px 0 8px;
    position: relative;
}
.header .links:after {
    content: '';
    position: absolute; right: -3px; top: 0; bottom: 0;		
    display: block;
    width: 6px;
}

.header .top-links li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #353535; background-color: rgba(255,255,255,.11);
    margin: 0 0px -1px;
}
.header .top-links li.last:after {display: none;}
.header .top-links a {
    line-height:16px; padding:2px 6px; margin:0 2px 0 1px; font-size:11px; color:#d9d9d9; text-decoration:none;
    white-space: nowrap;
    display: inline-block;
}
.header .top-links a:hover{background:#ffe51e; color:#000;}

.nav-search-container {position: relative;min-height: 74px;}

.header .form-search {/* position:absolute; */z-index:100;right:0;/* top: 19px; */margin:0;width:35px;}
.header .form-search-over {width:279px;background: #000;padding: 0px 0px 0px 5px;margin-top: 0px;z-index: 5000;}
.header .form-search input {
    width: 220px;
    height: 27px;
    padding: 10px 7px 9px;
    border: 1px solid #d8d8d8;
    border-right: none;
    border: none;
    /* margin-left: 27px; */
    /* margin-right: -27px; */
}
.header .form-search label, .header .form-search input {display:none;}
.header .form-search button.button, .header .form-search input {/* position: relative; */float:right;/* clear: none; *//* display: block; *//* width: -webkit-fill-available; */}

.header .form-search button.button span {width: 27px;height: 27px;padding:0;}
.header .form-search button.button span:before, .header .form-search button.button span:after {background: none;}
.header .form-search button.button span span {color: transparent;text-indent:-1000em;background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/icon_search.png') 3px 3px no-repeat;}
/* inverted */
.header .form-search button.button.icon-white span span {background-position: 2px -28px;}

.header .form-search .search-autocomplete { z-index:999;}
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff;}
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer;}
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold;}
.header .form-language { clear:both; text-align:right; }

.header-fixed .search-visible .form-search {width: 271px;}
.header .search-visible .form-search {width: 271px;}
.header .search-visible .form-search input {display: inherit;background-color: #1f1f1f;color: darkgrey;}
@media only screen and (max-width: 1360px){
 /*   .header .search-visible .form-search {width: 200px; }*/
    .header .search-visible .form-search input {display: none;margin-left: 27px;}
    .header-fixed .search-visible .form-search {width: inherit;}
}





/********** < Navigation */
.search-visible .nav-container { margin-right: 279px;}
.header-fixed .search-visible .nav-container {margin-right: 323px;}
.nav-top-title{ display:none; position: relative; max-width: 75%; padding:0; font-size:18px; font-weight: 700; text-align:left; line-height:18px; cursor:pointer; color:#fff;}
.nav-top-title a{color:#fff;text-transform: uppercase;text-decoration:none;/* padding: 6px 0px 7px 38px; *//* margin-left: -32px; */}
.nav-top-title.over a{padding-bottom:18px;}
.nav-top-title div.icon {float:left; width:26px; margin:0 0 0 0; position: relative;z-index: 1;}
.nav-top-title div.icon span {display:block; height:4px; margin:0 0 3px; background: #ffe51e;}
.nav-top-title:hover {}
.nav-top-title:hover a{ color:#000; background: #ffe51e;}
.nav-top-title:hover div.icon span,
.nav-top-title.active div.icon span {background:#000; }

#nav { border:none; padding: 24px 55px 22px 24px; margin:0; }

/* All Levels */
#nav > li, #nav ul.level0 li { text-align:left; position:relative; }
#nav > li.over, #nav ul.level0 li.over { }
#nav > li.parent, #nav ul.level0 li.parent {}
#nav > li > a, #nav ul.level0 li a {display:block;text-decoration:none;color:#000;font-size:14px;font-weight:700;/* text-transform:uppercase; */}
#nav > li > a:hover, #nav ul.level0  li a:hover { text-decoration:none; }
#nav > li > a span, #nav ul.level0 li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav > li ul.level0 a span { white-space:normal; }
#nav > li.parent > a > em, #nav ul.level0 li.parent a em {float:right; display:none; width:32px; text-align:center; font-style:normal; font-weight:700; }
#nav ul.level0 li.parent a em { width:32px; }

/* 1st Level */
#nav>li {float:left;margin: 0px 0px 0 0;}
#nav>li>a {display:block;position:relative;color:#fff;font-size:18px;font-weight:700;line-height:27px;padding: 0 7px 1px;letter-spacing: -1px;text-transform: uppercase;}
#nav>li>a:hover,
#nav>li.over>a,
#nav>li.active>a { color:#000; background:#ffe51e; }
#nav>li.parent>a:hover:before,
#nav>li.parent.over>a:before {content:'';width:100%;height: 10px;position:absolute;z-index:998;top:27px;left:0;/* background:#ffe51e; */}


/* 2nd Level */
#nav > li > div, #nav ul.level0 div,
#nav ul.level0, #nav ul.level0 ul {position:absolute;z-index:997;width: 15em;padding:16px;top:36px;left:-10000px;border:none;background: #ffffff;-webkit-box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.15);box-shadow:0px 4px 12px 0px rgba(0, 0, 0, 0.15);}

/* 3rd+ leven */
#nav ul.level0 ul, #nav ul.level0 div { top:-14px;}

#nav ul.level0 li { float:none; border:none; margin:0 0 2px; }
#nav ul.level0 li a { float:none; display:inline-block; padding:7px; line-height:100%; font-size:14px; color:#000; font-weight:700; }
#nav ul.level0 li a:hover,
#nav ul.level0 li.active > a,
#nav ul.level0 li.over > a { color:#fff; background:#000;}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:-16px; z-index:997;}
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:140px;}

/* Custom menu block */
#nav li.custom-block ul.custom-menu {margin-left: -7px;}
#nav li.custom-block ul.custom-menu li { float:none; border:none; margin:0 0 2px;}
#nav li.custom-block ul.custom-menu li a { float:none; display:inline-block; padding:7px; line-height:100%; font-size:14px; color:#000; font-weight:700; text-transform: uppercase;}
#nav li.custom-block ul.custom-menu li a:hover,
#nav li.custom-block ul.custom-menu li.active > a,
#nav li.custom-block ul.custom-menu li.over > a { color:#fff; background:#000;}

.input-overflow {overflow: hidden;}

/* HEADER 2 (Navigation wide)
======================================================================================= */
.header-2, .header-nav-wide {position: relative;}
.header-nav-wide:before {
    content: '';
    position: absolute;
    left: -200%;
    right: -200%;
    top: 0px;
    bottom: 0px;
    display: block;
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
    /* background: #e5e5e5; */ /* Old browsers */
    background: -moz-linear-gradient(top, #e5e5e5 0%, #e5e5e5 50%, #d8d8d8 58%, #eaeaea 100%); /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top, #e5e5e5 0%,#e5e5e5 50%,#d8d8d8 58%,#eaeaea 100%); */ /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom, #e5e5e5 0%,#e5e5e5 50%,#d8d8d8 58%,#eaeaea 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.header-nav-wide #nav {padding: 0;}


.header-nav-txt.std { padding: 24px 54px 22px 24px;}
.header-nav-txt.std, .header-nav-txt.std a {color: #fff;}
.header-nav-txt.std a {
    display: inline-block;
    padding: 2px 6px;		
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    background-color: transparent
}
.header-nav-txt.std a:hover { background-color: #ffe51e; color: #000;}



/* HEADER (fixed)
======================================================================================= */
.header-fixed  {position: fixed;top: 0;left: 0;right: 0;z-index: 999;min-width: 320px;}
.header-fixed .header{
    padding: 0px;
    padding-top: 15px;
    height: 43px;
}
.header-fixed, .header-fixed .nav-search-container {/* min-height: 64px; */}
.header-fixed .header-2 .header-nav-wide {position: static;}

.header-fixed .logo-container {min-height: 64;/* display: none; */width: auto;}

.header-fixed .logo-container-indent { padding-top: 0; padding-bottom: 0;}

.header-fixed .header .logo img {max-height: 43px;}

.header-fixed .top-links,
.header-fixed .header-currency, .header-fixed .header-language { display: none;}

.header-fixed .top-links-container {min-height: inherit;background-color: transparent;/* top: 7px; */}
.header-fixed .top-links-container:before { display: none;}

.header-fixed .form-search {/* right: 56px; *//* top: 14px; */}
.header-fixed .header-cart {
    /* position: absolute; */
    /* right: 0; */
    /* top: 10px; */
    /* float: none; */
    /* margin: 0; */
    /* width: 35px; */
    /* height: 35px; */
}
.header-fixed .header-cart .header-dropdown {top: 27px;}
.header-fixed .header-cart .summary span {/* display: none; */}

.header-fixed .header-cart .summary {
    /* width: 27px; */
    padding:0;
    padding-left: 24px;
    padding-right: 5px;
    background-image:url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_btn_cart_ios.png');
    min-width: inherit;
    background-repeat: no-repeat;
}
.header-fixed .header-info-container {width: 100%;}
.header-fixed .header-info-container,
.header-fixed .nav-search-container {/* position: inherit; */}
.header-fixed .relative  {position: inherit !important;margin-top: 0px;}

.header-fixed #nav {/* margin-top: 13px; */}

.header-fixed .header-1 .olegnaxmegamenu #nav li.wide > div {margin-left: 0;}


/* HEADER SLIM
======================================================================================= */
/*.slim-header  { position: fixed; top: 0; left: 0; right: 0; z-index: 9999;}*/
.slim-header, .slim-header .nav-search-container {min-height: 64px;}
.slim-header .header-2 .header-nav-wide {position: static}

.slim-header .logo-container { min-height: 64px; width: auto;}
.slim-header .logo-container-indent { padding-top: 0; padding-bottom: 0;}

.slim-header .header .logo img {max-height: 43px;}

.slim-header .top-links,
.slim-header .header-currency, .slim-header .header-language { display: none;}

.slim-header .top-links-container { min-height: inherit; background-color: transparent;}
.slim-header .top-links-container:before { display: none;}

.slim-header .form-search { right: 56px; top: 14px;}
.slim-header .header-cart {
    position: absolute; right: 0; top: 14px;
    float: none; margin: 0;
    width: 35px; height: 35px;
}
.slim-header .header-cart .header-dropdown {top: 35px;}
.slim-header .header-cart .summary span {display: none;}
.slim-header .header-cart .summary {	
    width: 35px; padding:0;
    background-image:url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_btn_cart_ios.png');
    min-width: inherit;
}
.slim-header .header-info-container {width: 100%;}
.slim-header .header-info-container,
.slim-header .nav-search-container {position: inherit;}
.slim-header .relative  {position: inherit !important;}

.slim-header #nav {padding: 19px 55px 17px 24px;}

.slim-header .header-1 .olegnaxmegamenu #nav li.wide > div {margin-left: 0;}


/* Header 2
------------------------ */
.header-fixed .header-2 .header-nav-txt { display: none;}
.header-fixed .header-2 .form-search  {top: 10px !important;/* right: 44px; */}
.header-fixed .header-2 .olegnaxmegamenu #nav li.wide > div.shown-sub { right: 0;}


/* fix block with table cell  Opera */
noindex:-o-prefocus, .header-fixed .header-2 .header-info-container {width: 100%;}


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

/* Content banners ======================================================================= */
.content-banner {-webkit-transform: translateZ(0);}
.content-banner img{max-width: 100%; height: auto; margin: 0 auto; display: block;}
.content-banner .left-side {position:relative;}
.content-banner .right-side {position:absolute; z-index:1; width: 50%; top:0; bottom:0; right:0;}
.content-banner .banner { 
    position: relative;
    height: auto; padding:13px 0 10px; 
    font-weight:700; font-size:23px;  
    text-align: center; line-height:24px;
    z-index: 2; 
}
.content-banner .banner span {
    padding: 0 5px 0;
    height: 26px;
    display: inline-block;
    letter-spacing: -1px;
}
.content-banner .banner a {text-decoration:none;}
.content-banner .banner a:hover {text-decoration:none;}
.bg-line {position:absolute; z-index:1; width:100%; top:0; bottom:0; right:0;}
.bg-line { background-image:url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/content_banner_bg.png'); background-position:0 0; background-repeat:repeat;}

.content-banner .row:before, .content-banner .banner:before {
    background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/content_banner_bg.png');
    -webkit-backface-visibility: visible;
    background-size: 10px 10px;
}

.bg-red,	.content-banner .banner.bg-red:before, 		.content-banner .row.bg-red:before 	 	{ background-color:#fc5500;}
.bg-green, 	.content-banner .banner.bg-green:before, 	.content-banner .row.bg-green:before  	{ background-color:#b5e321;}
.bg-blue,	.content-banner .banner.bg-blue:before, 	.content-banner .row.bg-blue:before 	{ background-color:#1ecdff;}
.bg-yellow, .content-banner .banner.bg-yellow:before, 	.content-banner .row.bg-yellow:before 	{ background-color:#ffe51e;}
.bg-black, 	.content-banner .banner.bg-black:before, 	.content-banner .row.bg-black:before 	{ background-color:#000;}
.bg-white { background-color:#fff; }

.text-red, .text-red a { color:#fc5500; }
.text-green, .text-green a { color:#b5e321; }
.text-blue, .text-blue a { color:#1ecdff; }
.text-yellow, .text-yellow a { color:#ffe51e; }
.text-black ,.text-black a { color:#000; }
.text-white, .text-white a { color:#fff; }

.text-container .text.bg-red,
.text-container .text.bg-green,
.text-container .text.bg-blue,
.text-container .text.bg-yellow,
.text-container .text.bg-black,
.text-container .text.bg-white { background-color:transparent; }
.text-container .text.bg-red:before{ background-color:#fc5500; }
.text-container .text.bg-green:before{ background-color:#b5e321; }
.text-container .text.bg-blue:before{ background-color:#1ecdff; }
.text-container .text.bg-yellow:before{ background-color:#ffe51e; }
.text-container .text.bg-black:before{ background-color:#000; }
.text-container .text.bg-white:before { background-color:#fff; }


.content-banner .row .grid_1,
.content-banner .row .grid_2,
.content-banner .row .grid_3,
.content-banner .row .grid_4,
.content-banner .row .grid_5,
.content-banner .row .grid_6,
.content-banner .row .grid_7,
.content-banner .row .grid_8,
.content-banner .row .grid_9,
.content-banner .row .grid_10,
.content-banner .row .grid_11,
.content-banner .row .grid_12,
.content-banner .row .grid_13,
.content-banner .row .grid_14,
.content-banner .row .grid_15,
.content-banner .row .grid_16,
.content-banner .row .grid_17,
.content-banner .row .grid_18 {
    margin-left: 0; margin-right: 0;
    padding-left: 12px; padding-right: 12px; 
}

.content-banner .banner { min-height: 26px; overflow: inherit;}

.content-banner .banner a { position: relative; display: block;}

.content-banner {overflow: hidden;}
.content-banner .row { position: relative;}
.content-banner .row:before {
    content: '';
    position: absolute;
    display: block;
    left: -1024px; right: 0; top: 0; bottom: 0;
    width: 4000px; height: 100%;
}
.content-banner .row.bg-red .banner:before,
.content-banner .row.bg-green .banner:before,
.content-banner .row.bg-blue .banner:before,
.content-banner .row.bg-yellow .banner:before,
.content-banner .row.bg-black .banner:before {background: none;}

.content-banner .banner:before {
    content: '';
    position: absolute;
    display: block;
    left: 0; top: 0; bottom: 0;
    width: 2000px; height: 500px;
}
.content-banner .banner:first-child:before { left: -1040px; width: 2000px;}
.content-banner .banner.grid_18:first-child:before { width: 4000px;}

.content-banner.footer-banner .banner {
    padding: 10px 0;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 0;
    vertical-align: middle;
    letter-spacing: 0;
    line-height: 1;
}
.footer-banner .banner img {margin: -5px 6px 0;}


/* blcok tw */
ul.block-tw-list {margin-bottom: 20px;}
ul.block-tw-list li + li {margin-top: 19px;padding-top: 17px;border-top: 1px solid #e5e5e5;}
.main ul.block-tw-list p { margin: 0 0 6px 0;}
ul.block-tw-list span {color: #7a7a7a; color: rgba(0,0,0,.62);}

/* blcok fb */
.iframe-fb {
    width: auto;
    display: block;
    margin-bottom: 20px;
    color: #fff;
    background: #1d1d1d;
    padding: 5px;
    height: 260px;
}




/* Footer ================================================================================ */
.footer-container {background:#000;}
.footer-container .bottom-container { text-align:center;}
.footer {border:none;padding: 0px 0 30px;color:#fff;}
.footer p { text-align:left;}
.footer ul {}
.footer ul li { display:block;}


.footer .info {float:left;/* width: 61.7529%; *//* margin-right: 1.9922%; */padding-top: 19px;}


.footer .info-content h1,
.footer .info-content h2,
.footer .info-content h3,
.footer .info-content h4,
.footer .info-content h5,
.footer .info-content h6 {
    padding: 0px 0px 20px 0px;
    /* color:#fff; */
    font-weight:700;
    /* text-transform:uppercase; */
    text-align:left;
    word-break: break-word;
}

.footer .info-content h1 { font-size:36px;}
.footer .info-content h2 { font-size:32px;}
.footer .info-content h3 { font-size:28px;}
.footer .info-content h4 {font-size: 19px;line-height: 19px;}
.footer .info-content h5 { font-size:20px;}
.footer .info-content h6 { font-size:18px;}

.footer .info-content ul li { margin:0 0 4px;}
.footer .info-content a {display:inline-block; line-height:14px; padding:2px 4px; color:#a8a8a8; text-decoration:none;}
.footer .info-content a:hover {background-color:#ffe51e; color:#000;}

.footer .info-content p {margin-bottom: 18px;}

.footer .newsletter-container {/* float:right; *//* width:36.2549%; */background-color: blue;}
.footer .newsletter {/* background:#1d1d1d; */padding: 0px 22px 22px;}
.footer .newsletter .title {/* color:#fff; */font-size:24px;font-weight:700;text-transform:uppercase;}
.footer .newsletter p {color:#a8a8a8; margin:13px 0 10px;}
.footer .newsletter .input-box {overflow: hidden;}
.footer .newsletter input { width:100%; height: 30px; line-height: 1.1; border: 0;}
.footer .newsletter button {float:right;}
.footer .newsletter button.button > span {padding: 0 13px;}

.footer .athlete_footer_connect {padding:21px 23px 5px;}
.footer .athlete_footer_connect .title {margin:0 0 15px; color:#fff; font-size:24px; font-weight:700; text-transform:uppercase; }


.footer .one_fifth { width: 18.4%; margin-right: 2%;}
.footer .one_fifth.last { margin-right: 0;}
.footer .info-content .one_fifth  h4,
.footer .info-content .one_sixth  h4 { font-size: 20px;}

.block-tw-list a {
    display: inline-block;
    padding: 1px 4px; margin: -1px -3px;
    text-decoration: none;
}
/* footer twitter styles */
.footer .info-content ul.block-tw-list p {margin-bottom: 6px;}
.footer .info-content ul.block-tw-list a { margin: -1px -3px;}
.footer .info-content ul.block-tw-list span {color: inherit;}
.footer .info-content ul.block-tw-list li {margin: inherit;}
.footer .info-content ul.block-tw-list li + li { border-color: #fff; border-color: rgba(255,255,255,0.15);}

/* Social icon */
a.social-icon 		{ display:inline-block !important; width:36px; height:34px; margin: 0 1px 0 0 !important; padding: 0 !important; background:#ffe51e url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/connect_icons.png') 0 0 no-repeat; }

a.icon-rss 			{ background-position:0 0;}
a.icon-facebook 	{ background-position:-40px 0;}
a.icon-twitter 		{ background-position:-80px 0;}
a.icon-mail 		{ background-position:-120px 0;}
a.icon-youtube 		{ background-position:-160px 0;}
a.icon-gplus 		{ background-position:-200px 0;}

a.icon-dribble 		{ background-position:-240px 0;}
a.icon-flicker 		{ background-position:-280px 0;}
a.icon-vimeo 		{ background-position:-320px 0;}
a.icon-linkedin 	{ background-position:-360px 0;}
a.icon-pinterest 	{ background-position:-400px 0;}
a.icon-picasa 		{ background-position:-440px 0;}
a.icon-digg 		{ background-position:-480px 0;}
a.icon-plurk 		{ background-position:-520px 0;}
a.icon-tripadvisor 	{ background-position:-560px 0;}
a.icon-yahoo	 	{ background-position:-600px 0;}
a.icon-delicious 	{ background-position:-640px 0;}
a.icon-devianart 	{ background-position:-680px 0;}
a.icon-tumblr 		{ background-position:-720px 0;}
a.icon-skype 		{ background-position:-760px 0;}
a.icon-apple 		{ background-position:-800px 0;}
a.icon-aim 			{ background-position:-840px 0;}
a.icon-paypal 		{ background-position:-880px 0;}
a.icon-blogger 		{ background-position:-920px 0;}
a.icon-behance 		{ background-position:-960px 0;}
a.icon-myspace 		{ background-position:-1000px 0;}
a.icon-stumble 		{ background-position:-1040px 0;}
a.icon-forrst 		{ background-position:-1080px 0;}
a.icon-imdb 		{ background-position:-1120px 0;}
a.icon-instagram 	{ background-position:-1160px 0;}

a.icon-rss:hover 			{ background-color: #ffb400 !important;}
a.icon-facebook:hover 		{ background-color: #3b5998 !important;}
a.icon-twitter:hover 		{ background-color: #00c3f4 !important;}
a.icon-mail:hover 			{ background-color: #a8c000 !important;}
a.icon-youtube:hover 		{ background-color: #b72d28 !important;}
a.icon-gplus:hover 			{ background-color: #4b8df7 !important;}

a.icon-dribble:hover 		{ background-color: #f977a6 !important;}
a.icon-flicker:hover 		{ background-color: #ff0084 !important;}
a.icon-vimeo:hover 			{ background-color: #1ab7ea !important;}
a.icon-linkedin:hover 		{ background-color: #4b8df7 !important;}
a.icon-pinterest:hover 		{ background-color: #cb2027 !important;}
a.icon-picasa:hover 		{ background-color: #4b8df8 !important;}
a.icon-digg:hover 			{ background-color: #1b5891 !important;}
a.icon-plurk:hover 			{ background-color: #cf682f !important;}
a.icon-tripadvisor:hover 	{ background-color: #589642 !important;}
a.icon-yahoo:hover	 	 	{ background-color: #ab64bc !important;}
a.icon-delicious:hover 	 	{ background-color: #004795 !important;}
a.icon-devianart:hover 	 	{ background-color: #54675a !important;}
a.icon-tumblr:hover 	 	{ background-color: #34526f !important;}
a.icon-skype:hover 		 	{ background-color: #33bff3 !important;}
a.icon-apple:hover 			{ background-color: #4c4c4c !important;}
a.icon-aim:hover 			{ background-color: #ffb400 !important;}
a.icon-paypal:hover 		{ background-color: #0079c1 !important;}
a.icon-blogger:hover 		{ background-color: #ff6403 !important;}
a.icon-behance:hover 		{ background-color: #1769ff !important;}
a.icon-myspace:hover 		{ background-color: #003399 !important;}
a.icon-stumble:hover 		{ background-color: #cc492b !important;}
a.icon-forrst:hover 		{ background-color: #176023 !important;}
a.icon-imdb:hover 			{ background-color: #f4c118 !important;}
a.icon-instagram:hover 		{ background-color: #99654d !important;}

a.icon-rss:hover 				{ background-position:0 100%;}
a.icon-facebook:hover 			{ background-position:-40px 100%;}
a.icon-twitter:hover 			{ background-position:-80px 100%;}
a.icon-mail:hover 				{ background-position:-120px 100%;}
a.icon-youtube:hover 			{ background-position:-160px 100%;}
a.icon-gplus:hover 				{ background-position:-200px 100%;}
a.icon-dribble:hover 		{ background-position:-240px 100%;}
a.icon-flicker:hover 		{ background-position:-280px 100%;}
a.icon-vimeo:hover 			{ background-position:-320px 100%;}
a.icon-linkedin:hover 		{ background-position:-360px 100%;}
a.icon-pinterest:hover 		{ background-position:-400px 100%;}
a.icon-picasa:hover 		{ background-position:-440px 100%;}
a.icon-digg:hover 			{ background-position:-480px 100%;}
a.icon-plurk:hover 			{ background-position:-520px 100%;}
a.icon-tripadvisor:hover 	{ background-position:-560px 100%;}
a.icon-yahoo:hover	 		{ background-position:-600px 100%;}
a.icon-delicious:hover 		{ background-position:-640px 100%;}
a.icon-devianart:hover 		{ background-position:-680px 100%;}
a.icon-tumblr:hover 		{ background-position:-720px 100%;}
a.icon-skype:hover 			{ background-position:-760px 100%;}
a.icon-apple:hover 			{ background-position:-800px 100%;}
a.icon-aim:hover 			{ background-position:-840px 100%;}
a.icon-paypal:hover 		{ background-position:-880px 100%;}
a.icon-blogger:hover 		{ background-position:-920px 100%;}
a.icon-behance:hover 		{ background-position:-960px 100%;}
a.icon-myspace:hover 		{ background-position:-1000px 100%;}
a.icon-stumble:hover 		{ background-position:-1040px 100%;}
a.icon-forrst:hover 		{ background-position:-1080px 100%;}
a.icon-imdb:hover 			{ background-position:-1120px 100%;}
a.icon-instagram:hover 		{ background-position:-1160px 100%;}

/* inverted icon */	
a.inverted-icon.icon-rss 			{ background-position:0 100%;}
a.inverted-icon.icon-facebook 		{ background-position:-40px 100%;}
a.inverted-icon.icon-twitter 		{ background-position:-80px 100%;}
a.inverted-icon.icon-mail 			{ background-position:-120px 100%;}
a.inverted-icon.icon-youtube 		{ background-position:-160px 100%;}
a.inverted-icon.icon-gplus 			{ background-position:-200px 100%;}
a.inverted-icon.icon-dribble 		{ background-position:-240px 100%;}		
a.inverted-icon.icon-flicker 		{ background-position:-280px 100%;}
a.inverted-icon.icon-vimeo 			{ background-position:-320px 100%;}		
a.inverted-icon.icon-linkedin 		{ background-position:-360px 100%;}
a.inverted-icon.icon-pinterest 		{ background-position:-400px 100%;}
a.inverted-icon.icon-picasa 		{ background-position:-440px 100%;}
a.inverted-icon.icon-digg 			{ background-position:-480px 100%;}
a.inverted-icon.icon-plurk 			{ background-position:-520px 100%;}
a.inverted-icon.icon-tripadvisor 	{ background-position:-560px 100%;}
a.inverted-icon.icon-yahoo	 		{ background-position:-600px 100%;}
a.inverted-icon.icon-delicious 		{ background-position:-640px 100%;}
a.inverted-icon.icon-devianart 		{ background-position:-680px 100%;}
a.inverted-icon.icon-tumblr 		{ background-position:-720px 100%;}
a.inverted-icon.icon-skype 			{ background-position:-760px 100%;}
a.inverted-icon.icon-apple 			{ background-position:-800px 100%;}
a.inverted-icon.icon-aim 			{ background-position:-840px 100%;}
a.inverted-icon.icon-paypal 		{ background-position:-880px 100%;}
a.inverted-icon.icon-blogger 		{ background-position:-920px 100%;}
a.inverted-icon.icon-behance 		{ background-position:-960px 100%;}
a.inverted-icon.icon-myspace 		{ background-position:-1000px 100%;}
a.inverted-icon.icon-stumble 		{ background-position:-1040px 100%;}
a.inverted-icon.icon-forrst 		{ background-position:-1080px 100%;}
a.inverted-icon.icon-imdb 			{ background-position:-1120px 100%;}
a.inverted-icon.icon-instagram 		{ background-position:-1160px 100%;}

a.inverted-icon.icon-rss:hover  		{ background-position:0 0;}
a.inverted-icon.icon-facebook:hover  	{ background-position:-40px 0;}
a.inverted-icon.icon-twitter:hover  	{ background-position:-80px 0;}
a.inverted-icon.icon-mail:hover  		{ background-position:-120px 0;}
a.inverted-icon.icon-youtube:hover  	{ background-position:-160px 0;}
a.inverted-icon.icon-gplus:hover  		{ background-position:-200px 0;}	
a.inverted-icon.icon-dribble:hover  	{ background-position:-240px 0;}		
a.inverted-icon.icon-flicker:hover  	{ background-position:-280px 0;}
a.inverted-icon.icon-vimeo:hover  		{ background-position:-320px 0;}		
a.inverted-icon.icon-linkedin:hover  	{ background-position:-360px 0;}
a.inverted-icon.icon-pinterest:hover  	{ background-position:-400px 0;}
a.inverted-icon.icon-picasa:hover  		{ background-position:-440px 0;}
a.inverted-icon.icon-digg:hover  		{ background-position:-480px 0;}
a.inverted-icon.icon-plurk:hover  		{ background-position:-520px 0;}
a.inverted-icon.icon-tripadvisor:hover  { background-position:-560px 0;}
a.inverted-icon.icon-yahoo:hover 	 	{ background-position:-600px 0;}
a.inverted-icon.icon-delicious:hover  	{ background-position:-640px 0;}
a.inverted-icon.icon-devianart:hover  	{ background-position:-680px 0;}
a.inverted-icon.icon-tumblr:hover  		{ background-position:-720px 0;}
a.inverted-icon.icon-skype:hover  		{ background-position:-760px 0;}
a.inverted-icon.icon-apple:hover  		{ background-position:-800px 0;}
a.inverted-icon.icon-aim:hover 			{ background-position:-840px 0;}
a.inverted-icon.icon-paypal:hover  		{ background-position:-880px 0;}
a.inverted-icon.icon-blogger:hover  	{ background-position:-920px 0;}
a.inverted-icon.icon-behance:hover  	{ background-position:-960px 0;}
a.inverted-icon.icon-myspace:hover  	{ background-position:-1000px 0;}
a.inverted-icon.icon-stumble:hover  	{ background-position:-1040px 0;}
a.inverted-icon.icon-forrst:hover  		{ background-position:-1080px 0;}
a.inverted-icon.icon-imdb:hover  		{ background-position:-1120px 0;}
a.inverted-icon.icon-instagram:hover  	{ background-position:-1160px 0;}

.footer .facebook-block { margin:54px 0 0; padding:30px 0 0; border-top:1px solid #fff; border-top-color:rgba(255,255,255,0.15);}
.footer .facebook-block .fb-like { float:left; width: inherit !important;}
.athlete_footer_customer_service {overflow:hidden; padding:0 0 0 45px; text-align:right; color:#fff; line-height:24px; font-size:16px;  }
.athlete_footer_customer_service span {margin: 0 0 0 15px}
.copyright-container {padding:27px 0 31px;background:#141414;}
.copyright-container, .copyright-container a { color:#666666; font-size:11px;}
.copyright-container a {text-decoration: none; display: inline-block;padding: 0px 4px; margin: 0 -3px;}
.copyright-container a:hover { text-decoration:none; color: #fff;}
.copyright-container .cc-icons {float:left}
.copyright-container address {
    display: table-cell;
    height: 23px;
    min-height: 23px;
    vertical-align: middle;
    /* padding: 0 26px 0 46px; */
    text-align: left;
    line-height: 1.3;
}
/* ======================================================================================= */

/* Misc ================================================================================ */
.item-options {margin-top:10px;}
.item-options dt{float:left; clear:left; font-style: normal; font-weight:300; }
.item-options dt:after{content:' - '; }
.item-options dd { float:left; margin:0 0 3px 3px; padding:0; font-weight: 400; font-style: normal; }

.table-container {display:table; width:100%; }
.table-cell {display: table-cell;}
.v-align-cell {vertical-align: middle;}
.table-cell-100-percent {width:100%; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
.no-shadow{-webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none}
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr;}
.ir br { display: none; }
.hidden {display: none !important;visibility: hidden;}
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden;}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both;}
.clear { clear:both; height:0; line-height: 0; font-size: 0;}
/* ======================================================================================= */


/* ======================================================================================= */
/* 									CUSTOM STYLES 
========================================================================================= */

/* Typography */
.main p {margin: 2px 0 20px;}
.ul {margin-bottom: 20px;}
.ul li { padding-bottom: 2px;}
dd {margin: 0px 0px 0px;}

/* BreadCrumbs */
.breadcrumbs { padding:1px 0 0 1px; margin:0; border:0;}
.breadcrumbs li, .breadcrumbs a { color: #737373;text-decoration: none;}
.breadcrumbs span {padding-right: 4px;}
.breadcrumbs a:hover, .breadcrumbs strong { font-weight: normal; color: #000;}

.breadcrumbs + .std {padding-top: 12px;}

.grid_13 .breadcrumbs + .page-title,
.grid_18 .breadcrumbs + .page-title,
.grid_10 .breadcrumbs + .page-title {padding-top: 4px; margin-top: 0;}
.grid_13 .page-title { padding-top: 0; margin-top: -12px;}

.grid_18 .breadcrumbs { margin-top: -9px;}
.messages + .breadcrumbs {margin-top: 0;}

/* Page title styles */
.page-title, .page-head-alt {
    padding: 0 0 21px; margin: 0; margin-left: -2px;
    border: 0;
    word-break: break-word;
}
.grid_18 .page-title {margin-top: -10px;}

.page-title h1 {
    font-weight: 700;
    font-size: 28px;
}
.opc .step h3 { font-size: 16px; margin-left: -1px; margin-bottom: 15px;}
.opc .step h4 { font-size: 12px;}
.page-title h1, .opc .step h3, .opc .step-title .number, .opc .step-title h2, .block .block-title, .block-currently-shopping p.block-subtitle, .block-compare h3 {
    text-transform: uppercase;
}

.page-title h1, .product-category-title h3 { line-height: .83; padding: 8px 0;}

.rss-title h1 {
    padding-left: 30px;
    background-position: 0 19px;
}
.rss-table a.link-rss { padding-left: 18px; color: #000;}
.rss-table a.link-rss:hover { background-color: transparent; color: #1d9fc4;}

/* Shoping cart */
.block button.button { float: left;}

.btn-proceed-checkout { font-size: 16px;}
.cart .cart-collaterals { padding-top: 20px;}
@media only screen and (min-width: 768px) {	
    .cart .cart-collaterals .grid_6 { width: 33.3333%; margin: 0; padding: 0 10px; box-sizing: border-box;}
}

/*	@  */
.cart .checkout-types {	float: none; margin: 9px 0 0;}

/*	@ for checkout page - paypal */
.cart .title-buttons .checkout-types li { float: none; display: inline-block; vertical-align: middle;}
.checkout-types li p.paypal-logo a:hover {background-color: transparent !important;}
.checkout-types li p.paypal-logo { margin: 0;}
.checkout-types li p.paypal-logo span.paypal-or { margin: 0 8px 0 2px; line-height: inherit; font-weight: bold; text-transform: lowercase;}
.block_totals .checkout-types li p.paypal-logo {margin-bottom: 12px; padding: 0 20px;}

.title-buttons button.button span {
    height: 35px;
    padding: 0 16px 0 14px;
    font-size: 15px; line-height: 35px;
}

.title-buttons button.button span span { padding: 0 26px 0 0; background:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/next-icon.png) no-repeat right 50%;}
.title-buttons button.button:hover span span {background:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/next-icon-roll.png) no-repeat right 50%;}
/* inverted */
.title-buttons button.button.icon-white span span { background:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/next-icon-roll.png) no-repeat right 50%;}
.title-buttons button.button.icon-white:hover span span { background:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/next-icon.png) no-repeat right 50%;}

/* Shoping cart footer blocks */
.top-line {padding-top: 30px; border-top: 1px solid #e5e5e5;}

.block_shipping .shipping > h2, .block_coupon  .discount > h2, .block_totals #shopping-cart-totals-table tfoot strong {
    font-weight: 800; font-size: 19px; line-height: .8;
    text-transform: uppercase;
}
.block_shipping .shipping > h2, .block_coupon  .discount > h2 { padding: 19px 0 7px;}

.block_totals #shopping-cart-totals-table tfoot strong .price {font-size: 18px;letter-spacing: normal;}

.block_coupon .discount-form > label {display: block;padding: 2px 0 18px;}
.block_coupon .input-box {padding-bottom: 12px;}
.grid_6 .block .block_coupon input.input-text { width: 241px;}

.block .form-list label {font-weight: normal;}
.block input.input-text { width: 100%; border-color: #dfdfdf;}
.block .buttons-set button {float: none;}
.block .shipping-form .form-list {margin-bottom: 13px;}
.block .shipping-form p {margin-bottom: 14px;}

.block.block_totals {text-align: right; padding-left: 0;padding-right: 0;}
.block_totals_indent {padding: 0 20px;}


.block_totals button.button {
    float: none;		
}
.block_totals button.button span {
    display: block;
    height: 35px;
    padding: 0 16px 0 14px;
    font-size: 15px; line-height: 35px;
}
.block_totals button.button span span { padding: 0 26px 0 0; background:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/next-icon.png) no-repeat right 50%;}
.block_totals button.btn-button:hover > span { color: #000;}
/* .no-touch  */.block_totals button.button:hover span span { background:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/next-icon-roll.png) no-repeat right 50%;}

/* inverted */
.block_totals button.button.icon-white span span { background:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/next-icon-roll.png) no-repeat right 50%;}
/* .no-touch  */.block_totals button.button.icon-white:hover span span { background:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/next-icon.png) no-repeat right 50%;}

.block_totals button.btn-button:hover > span:after { background:#fff;}

.block_totals button.button span { float: right; padding: 0 15px 0 15px;}
.block_totals button.button span span { padding-right: 27px;}

.block_totals .checkout-types { width: 100%; float: none; display: block;}
.block_totals .checkout-types li { 
    display: block; padding: 0;
}

/*	@ Add new wrapper for checkout button */
.block_totals .checkout-types li div.proceed-checkout-wrap {
    width: 100%;
    /* background: #000; */
    padding: 16px 26px 19px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    line-height: .7;
}

/* @ */
.block_totals .checkout-types li:last-child a {
    margin: 14px 22px 0 0;
    padding: 1px 4px 1px;
    display: inline-block;
    text-decoration: none;
}

.block_totals #shopping-cart-totals-table {
    display: inline-block;
    margin: 23px 6px 11px 0;
}
.block_totals #shopping-cart-totals-table tbody td {padding-bottom: 22px;}
.block_totals #shopping-cart-totals-table td+td {padding-left: 20px;}



/* Checkout changes */
.opc, .opc li.section, .opc .step {border: 0;}
.opc li.section { margin-bottom: 5px;}
.opc .step { padding: 20px 10px 16px 13px;}

/* Step title & active style */
.opc .step-title { padding: 0; text-align: left;}
.opc .step-title h2 { padding-left: 20px; height: 55px; vertical-align: middle;display: table-cell; float: none;}
.opc .step-title, .opc .step-title .number {height: 55px; }
.opc .step-title .number, .opc .step-title h2, .block .block-title strong, .block-currently-shopping p.block-subtitle, .block-compare h3 {	font-weight: 800; font-size: 20px;}
.opc .step-title .number, .opc .step-title h2 { line-height: .8;}

.block .block-title { line-height: 0;}
.block .block-title strong, .block .block-title h3,.block-currently-shopping p.block-subtitle {line-height: .9;}

.opc .step-title .number { margin-right: 0; width: 53px; line-height: 55px; text-align: center;}

.opc .step-title .number { background-color: #f0f0f0;}
.opc .step-title { background-color: #f8f8f8;}

.opc .allow.active .step-title .number, .opc .allow.active:hover .step-title .number { color: #000;}

/* Step elements */
dl.sp-methods {margin-bottom: 20px;}
dl.sp-methods dt {line-height: 30px;}
#checkout-payment-method-load dl.sp-methods dt {line-height: 18px;}

p.back-link {margin: 0;}
p.back-link a {
    float: left;
    height: 30px;
    background: #ffe51e none;
    padding: 0 13px;
    font-weight: 800; font-size: 14px; line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: #000;

    text-decoration: none;
}
p.back-link a:hover { background:#000; color:#fff; }

/* form element */
.form-list { margin: 0 0 20px; padding-top: 0;}
.form-list li { margin: 0 0 12px;}
.form-list li.control { margin: 0 0 2px;}
.form-list li.control input.radio { vertical-align: middle;}

.form-list label {padding-bottom: 2px;}
.form-list .input-box {width: 100%;}
.form-list input.input-text { border: 1px solid  #e5e5e5; width: 100%;}
.form-list select {
    padding: 6px 7px 5px;
    width: 100%;
    border: 1px solid #e5e5e5;
    line-height: 18px;
}
.form-list .field {width: 49%;}
/*.form-list .field:first-child { margin-right: 2%;}*/
.form-list .field:nth-child(odd) { margin-right: 2%; clear: both;}


.sp-methods .form-list {/* padding-left: 20px; */padding-top: 10px;}

.checkout-onepage-success .content-container .col-main p a {
    padding: 0 4px;line-height: 18px;display: inline-block; text-decoration: none;
}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; }
.newsletter .validation-advice {display: none;}
.validation-failed { border:3px solid #f00 !important }
p.required, .validation-advice {color: #c40000;font-weight: 300;font-size: 11px;text-align: left;}
#billing-buttons-container p.required {display: inline-block;vertical-align: middle;margin: 7px 0 0;}
#payment-buttons-container p.required {margin: 0 0 20px;}

.buttons-set {padding: 0; margin: 0; border: 0;}
.buttons-set .f-left { 
    display: inline-block;				
    margin-top: 6px; padding: 0 4px; line-height: 18px;		
    color: #000; text-decoration: none;
}
.buttons-set a {color: #1d9fc4;}
.col-1 .buttons-set button.button { float: left;}

input.radio {vertical-align: middle;margin-right: 3px;}
.cvv-what-is-this {
    display: inline-block;
    padding: 0 4px; margin: 4px 0 0 10px;
    line-height: 18px;
    text-decoration: none;
}
#checkout-review-submit p a {
    display: inline-block;
    padding: 0 4px;
    line-height: 18px;
    text-decoration: none;
}

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

.main ul.messages, .main ul.messages ul { list-style:none; margin:0; padding:0;}



.main ul.messages {
    position: relative;
    width:100%; min-height: 82px;
    margin:8px 0;
    background-color: #f0f0f0;

    word-break: break-word;
}
.main ul.messages li {margin: 0;}
.main ul.messages > li {	
    padding:25px 25px 25px 76px; 
    font-size: 15px; 
    line-height: 1.1;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}

.main ul.messages > li:before {
    content: '';
    display: block;
    position: absolute; left: 22px; top: 25px;
    width: 31px; height: 31px;
    background-color: #353535;
    background-repeat: no-repeat;
}

ul.messages li.error-msg:before 	{ background-image:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_msg-error.png); 	 background-color: #ff3808;}
ul.messages li.success-msg:before 	{ background-image:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_msg-success.png); background-color: #aacd3e;}
ul.messages li.note-msg:before 		{ background-image:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_msg-note.png); 	 background-color: #00b9d5;}
ul.messages li.notice-msg:before 	{ background-image:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_msg-notice.png);  background-color: #ffcb13;}

.main ul.messages ul {
    display: table-cell;
    vertical-align: middle;
    height: 31px;
}

ul.messages a {
    padding: 3px 6px 4px;
    margin: 0 -4px;
    color: #1d9fc4;
}

/* Tbale style*/
.data-table a {color: #1d9fc4;}		
.data-table th {border: 0;}
.data-table thead, .data-table tbody.even, .data-table tr.even {background: none;}
.data-table thead th {
    padding: 18px 19px 19px 19px;
    border: 0; border-left: 3px solid #FFF;
    background-color: #f4f4f4;
}
.data-table thead th:first-child {border-left: 0;}

.data-table td {border: 0;padding: 13px 19px;}
.data-table tfoot td {padding-top: 0;padding-bottom: 3px;}

.data-table .btn-continue {float: left;}
.data-table .btn-continue span, .data-table .btn-update span, .data-table .btn-empty span {font-weight: 700;}

.data-table .product-name, .data-table .cart-price {
    margin: 0;
    font-weight: 800; font-size: 15px; line-height: 1.1;
    text-transform: uppercase;
}
.data-table .product-name a { color: #000;text-decoration: none;}
.item-options {text-transform: uppercase;}

.data-table .description {padding: 10px 0;}
.data-table textarea {width: 100%;}
.buttons-set2 {padding-bottom: 10px;}
.buttons-set2 button {margin-left: 3px;}

.data-table .cart-cell {text-align: center;}
.data-table .cart-cell .add-to-cart-alt {padding: 10px 0;}
.data-table .cart-cell .add-to-cart-alt {padding: 10px 0;}
.data-table .cart-cell input.input-text {margin-bottom: 10px;}

.cart-table tbody td:first-child { padding: 13px 0;text-align: center;}
.cart-table tfoot td { border-top: 1px solid #e5e5e5; padding: 19px 0 0; line-height: .9;}
.cart-table tfoot td div {float: right;}
.data-table a.product-image {width: 135px; text-align: center; display: block; padding: 0; margin: 0 10px;}
.data-table a.product-image img { max-width: 100%; height: auto;}

.compare-table th, .compare-table thead {border-bottom: 3px solid #FFF; }
.compare-table th {
    padding: 18px 19px 19px 19px;
    background-color: #f4f4f4;
}
.compare-table td { border: 3px solid #FFF; background-color:#fafafa;}

.link-wishlist {font-weight: normal;}
.data-table a.link-wishlist { color: #000;}
.btn-remove, .btn-remove:hover {width: 22px;height: 22px;}
.btn-remove {
    background-image:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/btn_remove_sprite.png);		
    background-repeat: no-repeat;		
}
.btn-remove { background-position: 0 100%;}
.btn-remove:hover { background-position:  0 0;}
/* inverted */
.btn-remove.icon-white {background-position: 0 0;/* background-color: black; */}
.btn-remove.icon-white:hover {background-position: 0 100%;}

.data-table .btn-remove { padding: 0; margin: 0; }

.data-table .btn-edit { width: 21px; height: 21px; padding: 0; margin: 0;
			background-image:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/icon_edit.png);
			background-repeat: no-repeat;		
}
.data-table .btn-edit { background-position: 0 100%;}
.data-table .btn-edit:hover { background-position:  0 0;}	
/* inverted */
.data-table .btn-edit.icon-white { background-position: 0 0;}
.data-table .btn-edit.icon-white:hover { background-position: 0 100%;}

#checkout-review-table-wrapper {padding-bottom: 19px;}
#checkout-review-submit {border-top: 1px solid #e5e5e5; padding-top: 19px;}

/* Layouts */
.main {padding-bottom: 40px;}
.col1-layout {padding-top: 30px;}
.col2-layout, .col3-layout { padding-top: 21px;}
.col2-set .col-2 {width: 48%;}

/* Block styles */
.block {border: 0;padding: 0 20px 20px;margin-bottom: 15px;border-top: 6px solid  #ffe51e;/* background-color: #e2e2e2; */}
.block .block-title, .block-currently-shopping p.block-subtitle { padding: 20px 0 17px; border: 0; line-height:normal; word-break: break-word;}
.block-currently-shopping p.block-subtitle {line-height: .9;}
.block .block-content {padding: 0;}
.block li.even {background: none}

/* Block list hovers */
.block-layered-nav li, .block-viewed li, .block-account li, .block .block-content li.item,
.block-blog-categories li {
    /* padding: 10px 0 3px; */
    /* margin-bottom: 1px; */
}
.block-layered-nav li a, .block-account li a, .block-compared li a,
.block-blog-categories li a {
    display:inline-block;
    padding: 4px 8px 4px;
    margin: -5px 0 -3px -8px;
    text-decoration: none;
}

.block .actions {padding-top: 10px;text-align: left;vertical-align: top;}
.block .actions a {
    padding: 0 13px;
    height: 30px;	
    background: #ffe51e none;
    font-weight: 800; font-size: 14px; line-height: 30px;	
    text-transform: uppercase;
    text-decoration: none;
}

.block .actions a.btn-clear {
    float: none; display: inline-block;
    padding: 0 0 0 17px;
    background:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/btn_clear.png) no-repeat 0 49%;
    font: 12px/30px Arial, Helvetica, sans-serif;		
    text-transform: none;
    text-decoration: none;
}
.block .actions a.btn-clear:hover {color: #000; background-color: transparent; text-decoration: underline;}

button.button + a {margin-left: 5px;}
button.button + a.btn-clear {margin-left: 33px;}


.block-poll button.button > span, .block-compare button.button > span {padding: 0 13px;}


.col3-layout .block-reorder button.button span {padding: 0 8px;}
.col3-layout .block-reorder button.button span span {padding: 0;}

.col3-layout .block-compare button.button span {padding: 0 8px; font-size: 13px;}
.col3-layout .block-compare button.button span span {padding: 0;}
.col3-layout .block-reorder .actions a {padding: 0 6px;}

.col3-layout .block-reorder button.button span, .col3-layout .block-reorder .actions a {font-size: 11px;}

.col3-layout .block-poll .votes { width: 38%;}
.col3-layout .block-poll .answer { float: left; width: 53%;}

/* Block login */
.block-login .form-list {margin: 0 0 20px;}
.block-login .form-list li {margin-bottom: 12px;}

.block-login {width: 270px; margin: 150px auto; padding: 5px 20px 25px; text-align: center;}
.block-login .slides > li {width: 270px;}
.block-login .block-title { padding: 19px 0 28px;}
.block-login .block-title strong {font-size: 30px; font-weight: 800;}
.block-login input.input-text {margin: 2px 0 0;}
.block-login label {color: #322c29; float: none;}
.block-login .form-list .field {width:100% }
.block-login .buttons-set .back-link { float:none; display:inline-block;}
.block-login a {color: #322c29; text-decoration: none;}
.block-login button.button + a {margin:0}
.block-login button.button {float: none; display: block; margin: 0px auto 14px;}
.block-login button.button span {line-height: 35px; height: 35px; font-size: 15px;}
.block-login button.button > span {padding: 0 8px;min-width: 86px;}
.block-login .new-users {/* background: #000; */padding: 16px 0 5px;margin: 21px -20px -34px;}

.account-create .block-login {width:565px}
.account-create .block-login .registration-info { float:left; width:270px; margin:0 15px 0 0;}
.account-create .block-login .login-info {margin:0;}

.customer-account-create .col1-layout, .customer-account-forgotpassword .col1-layout,
.customer-account-resetpassword .col1-layout, .customer-account-login .col1-layout,
.customer-account-create .col1-layout, .customer-account-forgotpassword .col1-layout,
.customer-account-resetpassword .col1-layout, .customer-account-login .col1-layout, .checkout-multishipping-login .col1-layout {padding-top: 0;}
.customer-account-create .main, .customer-account-forgotpassword .main,
.customer-account-resetpassword .main, .customer-account-login .main,
.customer-account-create .main, .customer-account-forgotpassword .main,
.customer-account-resetpassword .main, .customer-account-login .main, .checkout-multishipping-login .main {padding-bottom: 0;}

.block-login .form-list .field:first-child { margin-bottom: 11px;}
.block-login h2 {font-weight: 800;margin-bottom: 11px;text-transform: uppercase;}

/* Block login - remember-me-popup */
.remember-me-popup {
    border: solid #ffe51e;
    border-width: 6px 0px 0px;			
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 16px 20px 18px;

    left: 15px; right: 15px;
    width: auto; max-width: 400px;
    margin: -85px auto 0;			
}
.remember-me-popup h3 {
    background: transparent;
    border: 0;
    padding: 0 0 11px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    right: 0; top: 0px;			
    width: 14px; height: 14px;			
    background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/btn_remove_small_sprite.png'); background-position: 0 100%;
    background-color: #000;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close:hover {
    background-position: 0 0;
    background-color: #ffe51e
}		
/* inverted (default) */
.remember-me-popup .remember-me-popup-head .remember-me-popup-close.icon-white {background-position: 0 0;}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close.icon-white:hover {background-position: 0 100%;}


.remember-me-popup .remember-me-popup-body {
    padding: 0;
}
.remember-me-popup .remember-me-popup-close-button {display: none;}


/* Block wishlist */
.block-wishlist p {margin: 0 17px 0px 0;}
.block-wishlist p.product-name a {
    text-decoration: none; 
    display: inline-block;
}
.block-wishlist p.product-name a:hover { background-color: transparent; color: rgba(0,0,0,.6);}


.block-wishlist .link-cart {
    display: inline-block;
    padding: 2px 6px; margin-top: 7px;
    background-color: #000;
    color: #fff;
    text-decoration: none; 
}
.block-wishlist .block-content li.item { padding: 11px 0 4px;}
.block-wishlist .link-cart:hover { background-color: #ffe51e; color: #000;}
.block-wishlist .mini-products-list .product-image { width: 55px; background: none;}
.block-wishlist .mini-products-list .product-details { margin-left: 65px; position: relative;}
.block-wishlist .price-box { color: inherit; display: block; padding: 2px 0 0 0px;}

.block-wishlist .price-box .price { font-family: Arial, Helvetica, sans-serif; font-weight: normal;}

.block-wishlist .btn-remove {
    position: absolute; right: 0; top: 0;
    width: 14px; height: 14px;
    background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/btn_remove_small_sprite.png'); background-position: 0 100%;
}		
.block-wishlist .btn-remove:hover {background-position: 0 0;}
/* inverted (default) */
.block-wishlist .btn-remove.icon-white {background-position: 0 0;}
.block-wishlist .btn-remove.icon-white:hover {background-position: 0 100%;}

/* Block subscribe */
.block-subscribe .block-title {padding-bottom: 20px;}
.block-subscribe .form-subscribe-header {padding-bottom: 8px;}


/* Block viewed */
.block-viewed .block-content li.item { padding: 0 0 22px;}
.block-viewed .block-content li.item.last { padding: 0;}

.block-viewed .product-image {float: left;}
.block-viewed .product-image, .block-viewed .product-image:hover {background: transparent;}

.block-viewed p.product-name {font-weight: bold; text-transform: uppercase; margin: 0 0 0 60px;}
.block-viewed li a { margin: 0;padding: 0;text-decoration: none;}
.block-viewed li a:hover { background-color: transparent; color: rgba(0,0,0,.6);}


/* Block reorder */
.block-reorder .product-name {margin: 0px 0 3px 20px;}
.block-reorder .product-name a {text-decoration: none; display: inline-block; padding: 4px 8px 3px; margin: -3px 0 0 -4px;}

.block-reorder button.button span, .block-reorder .actions a {font-size: 12px;}
.block-reorder button.button span {padding: 0 13px;background: none; height: 30px; line-height: 30px;}
.block-reorder button.button span span {padding: 0;}

/* Block currently shopping */
.block-currently-shopping .block-subtitle {margin: 0;padding: 15px 0 18px;}
.block-currently-shopping li { position: relative; padding: 3px 0 11px 33px; clear: both;}
.block-currently-shopping .btn-remove { position: absolute; left: 0; top: 0; float: left; margin: 0;}

/* Block compare */
.block-compare li { padding: 3px 0 11px; clear: both;}
.block-compare p.product-name { margin: 0; padding-left: 26px;}
.block-compare a {text-decoration: none; }

.block-compare p.product-name a { display: inline-block; padding: 4px 8px 3px;margin: -4px 0 0 0;}
.block-compare .btn-remove { float: left; margin: -3px 0px 0 0;}

.block-compare p.empty {margin: 0;}

/* Block tags */
.block-tags .block-title {padding-bottom: 3px;}
.block-tags .block-content {margin:15px 0 0 -6px;}
.tags-list li a { display: inline-block; padding: 2px 6px; text-decoration: none;}

/* Block poll */
.block-poll	.block-subtitle {
    position: relative;
    margin: 0 -20px 10px; padding: 11px 40px 12px 71px;
    background: #000;
    vertical-align: middle;
    color: #fff;
    font-size: 12px; font-weight: normal;
    line-height: 18px;
}
.block-poll	.block-subtitle:before {
    content: 'Q:';
    position:absolute; left: 0; top: 50%;
    margin-top: -17px;
    width: 68px;
    font-weight: 700; font-size: 20px; line-height: 30px;
    text-align: center;
}
.block-poll ul {padding-top: 3px;}
.block-poll li { padding: 4px 1px;}
.block-poll .label { margin-left: 23px;}

.block-progress .block-title { border-bottom: 1px solid #d5d5d5; padding: 16px 0 17px;}

/* Block compare */
.block-compare {padding-right: 15px;}
.block-compared p.product-name {margin: 0;}

/* Block progress */
.block-progress dt a {
    background: #ffe51e;
    padding: 4px 6px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    color: #000;
    text-decoration: none;
}
.block-progress dt a:hover {background-color: #000;color: #fff;}
.block-progress dd {margin-bottom: 10px;}


/* Checkout page right column */
body.checkout-onepage-index .col-right {  margin-top: 74px;}
body.checkout-onepage-index .grid_13 .page-title {padding-top: 11px;}
body.checkout-onepage-index .block .block-content {padding: 17px 0 0 3px;}

/* block-progress */
.block-progress dt {line-height: 30px;}

/* send friend */
.send-friend .form-list li .field {padding-bottom: 5px;}
.send-friend .form-list li.additional-row {border-color: #eaeaea;}
.send-friend .form-list li.additional-row .field {clear: both;}
.send-friend  #add_recipient_button button.button {margin-right: 10px;}
.send-friend .form-list p {margin-bottom: 0;}
.send-friend p.limit { display: inline-block; margin: 6px 0 0 10px;}

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


/* Global Styles ========================================================================= */
/* Sorter */
.sorter { border:0; padding:12px 12px 2px; margin:0 0 8px; background: #f8f8f8; color: #acacac;}
.sorter .current {color: #fff;}
.sorter .sort-by {/* float:left; */margin-right: 10px;margin-bottom: 10px;}
.sorter .sort-by-wrap { float: left; margin-right: 1px; padding: 0;}
.sorter .sort-by label {padding-right: 3px;user-select: none;cursor: pointer; */}

.sorter a.sort-by-arrow {overflow: hidden;/* cursor: pointer; */}
.sorter a.sort-by-arrow img { margin-top: -29px; 		border: 0; -webkit-box-shadow: none; -webkit-border-radius:0;}
.sorter a.sort-by-arrow:hover img { margin-top: 0;}
/* iverted */
.sorter a.sort-by-arrow.icon-white img { margin-top: 0; }
.sorter a.sort-by-arrow.icon-white:hover img { margin-top: -29px;}

.sorter .sort-by-wrap, .sorter .view-mode, .sorter .limiter {
    /* height: 29px; */
    background-color: #000;
    line-height: 29px;
}
.sorter .view-mode {margin: 0 10px 10px 0;}
.sorter a.sort-by-arrow, .view-mode .grid, .view-mode .list {
    float:left;
    width: 30px;
    height: 33px;
    background-color: #000;
    text-align: center;
    padding-top: 3px;
    /* line-height: 42px; */
}

.view-mode label { float:left; padding: 0 9px 0 10px;}
.view-mode .grid { width: 31px; background-image: url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_grid_mode.png); background-repeat: no-repeat;}
.view-mode .list { width: 31px; background-image: url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_list_mode.png); background-repeat: no-repeat;}
.view-mode .grid, .view-mode .list {color: transparent; font-size: 0; line-height: 0; text-indent: 100%;}

.view-mode .grid, .view-mode .list { background-position: 0 -29px; background-color: #ffe51e;}
.view-mode a.grid:hover, .view-mode a.list:hover, .view-mode strong.grid, .view-mode strong.list { background-position: 0 0;}
/* inverted */
.view-mode.icon-white .grid, .view-mode.icon-white .list { background-position: 0 0;}
.view-mode.icon-white a.grid:hover, .view-mode.icon-white a.list:hover, .view-mode.icon-white strong.grid, .view-mode.icon-white strong.list { background-position: 0 -29px;}


.sorter .limiter { float: left; margin-bottom: 10px;}

/* Pager */
.pager { border:0; padding:12px; margin:0 0 0; text-align:left; background: #f8f8f8;}
.pager .amount {margin: 0; padding: 0 0 0 6px; line-height: 29px}
.pager .pages { float: right; margin:0; line-height: .7;}
.pager .pages ol { display: inline-block;}
.pager .pages li {display: inline-block;margin-left: 2px;}
.pager .pages li, .pager .pages li a { color: #5b5a5a;}
.pager .pages li a { text-decoration: none;}
.pager .pages li, .pager .pages li a {
    float: left; overflow: hidden;
    width: 29px; height: 29px;
    text-align: center;
    line-height: 29px;
}
.pager .pages li a img { margin-top: -29px;}

.pager .pages li a:hover, .pager .pages li.current { background: #ffe51e; color: #5b5a5a;}
.pager .pages li a:hover img { margin-top: 0;}
.pager .pages li a.previous , .pager .pages li a.next { line-height: normal;}

.pager .pages li a.icon-white img { margin-top: 0;}
.pager .pages li a.icon-white:hover img { margin-top: -29px;}

.pager .current { color: #fff;}
.pager .limiter {
    margin: 0 0 0 20px;
    height: 29px;
    background-color: #000;
    line-height: 29px;
    color: #acacac;
}
.pager .over { color:#5c5523; }
.pager .over .current { color:#000; }

/* Pager Slim */

.pager.slim_pager{padding: 0;}




/* Toolbar */
.toolbar {margin-bottom: 21px;}
.products-grid + .toolbar-bottom > .toolbar {margin-bottom: 0;}


.toolbar-switch .toolbar-dropdown { display:none; }
.toolbar-switch select { display:none; }

.toolbar-switch .toolbar-title {position:relative;/* z-index:4; *//* padding:0 40px 0 10px; */padding: 5px 29px 5px 10px;background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/selectbox_arrow.png');background-repeat: no-repeat;}

.toolbar-switch .toolbar-title { background-position: right -27px;}
.over .toolbar-title { background-position: right 0;}
/* inverted */
.toolbar-switch.icon-white .toolbar-title { background-position: right 0;}
.over.icon-white .toolbar-title { background-position: right -27px;}


.toolbar-dropdown {border-top: 1px solid #f8f8f8;background:#202020;padding:6px 9px 8px;display:none;position:absolute;/* z-index:5; *//*box-shadow:1px 1px 2px 0px rgba(0, 0, 0, 0.2);*/}
.toolbar-dropdown ul li a { 
    display:inline-block;  
    margin:0; padding:3px 29px;
    background: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/arrow_item.gif") 13px 10px no-repeat;
    color: #fff;
    text-decoration:none;
    line-height:20px;
}
.toolbar-dropdown ul li a:hover, .toolbar-dropdown ul li.selected a { background-color: #ffe51e; color: #000;}

.sorter .over { color:#5c5523; }
.sorter .over .current { color:#000; }

/* Class: std - styles for admin-controlled content */
.std { color: #494847;}
.std a {display: inline-block;padding: 1px 4px 1px;color: #000;text-decoration: none;}
.std a:hover {background-color: #000;color: #fff;text-decoration: none;}

.std ul {padding-left: 18px;}
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {margin: 0 0 18px;}
.std li {margin-bottom: 2px; line-height: 18px;}
.std li p {margin: 0;}
.std li p img {margin-top: 10px;}

.std ul.no-bullets { list-style: none; padding-left: 0 }

.std ul.ox_list_inline,
.std ul.buttons {list-style: none;padding: 0;margin: 0;}
.std ul.ox_list_inline li,
.std ul.buttons li {display: inline-block;margin: 0 8px 0 0;}

.std dl dt { margin-bottom: 8px; color: #000; text-transform: uppercase;}
.std dl dd { margin: 0 0 18px; padding: 0;}

.std h1, .std .h1 { font-size: 28px;}
.std h2, .std .h2 { font-size: 20px;}
.std h3, .std .h3 { font-size: 18px;}
.std h4, .std .h4 { font-size: 16px;}
.std h5, .std .h5 { font-size: 14px;}
.std h6, .std .h6 { font-size: 12px;}

.std h1, .std h2, .std h3, .std h4, .std h5, .std h6,
.std .h1, .std .h2, .std .h3, .std .h4, .std .h5, .std .h6 {
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    word-break: break-word;
}

.std h1, .std h2, .std h3, .std h4, .std h5, .std h6 {
    margin: 0 0 10px -1px;
}

/* for table */
.std .data-table thead th { color: #000;}
.std .data-table tbody th { 
    padding: 13px 19px;
    color: #000;
    font-size: 13px;		
    text-transform: uppercase;
}


/* Category Page ========================================================================= */

.category-title { padding-bottom: 25px;}
.category-products .product-name, .category-products .price-box {
    /* font-weight: 800; */
    font-size: 14px;
    line-height: 1;
    /* text-transform: uppercase; */
}

.main .category-image {margin:0 0 20px;/* background-color: #0e3e23; */}
.main .category-image img {max-width: 100%; height: auto;}

.product-image { position: relative;}
.new-label, .sale-label { 
    position: absolute; z-index: 2; background: #00b9d5; padding:0 7px; color: #fff; 
    font-size: 14px; 
    font-weight: 600;
    line-height: 24px;
}
.new-label { background: #f64126;}

.product-view .product-img-box .new-label, .product-view .product-img-box .sale-label {
    padding: 4px 14px 6px;
    font-size: 15px;
    font-weight: 800;
}

.label-top-right { top: 0; right: 0;}
.label-bottom-left { bottom: 0; left: 0;}
.label-bottom-right { bottom: 0; right: 0;}

.category-description { margin-bottom: 20px;}

/* View Type: Grid */
.products-grid li.item {
    position: relative;
    /* float: none; */
    display: inline-block;
    margin-bottom: 21px;
    /* margin-left: 2%; */
    /* margin-right: 3%; */
    width: 230px;
    /* height: 340px; */
    vertical-align: top;
}
.products-grid li.item .item-wrap {padding: 12px 5px 8px 5px;}

.products-grid .product-image { width:auto; height:auto; margin:0 auto 9px; text-align: center;}
.products-grid .product-image, .products-grid:hover .product-image {background: transparent;}
.products-grid .product-image img {	max-width:100%;	height:auto;}
.products-grid .product-image img.additional_img {position: absolute;z-index: 1;top:0;left:0;right:0;margin: 0 auto;display: none;}
.products-grid .product-image img.swatch_img {position: absolute; z-index: 2; top:0; left:0; right:0; margin: 0 auto; }

.products-grid .product-hover {width: 100%;display: inline-block;}

.products-grid .product-name {margin:0;padding:0;/* display: inline-block; *//* position: relative; *//* z-index: 1; */}
.products-grid .product-name:after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; z-index: -1;}
.products-grid .product-name a {text-decoration: none;display: inline-block;/* padding: 0px 3px; */font-weight: 600;font-size: 13px;}

.products-grid h2.product-name {
    /*font-family: Calibri,Arial, sans-serif;*/
    margin-top: 2px;
    word-break: break-word;
    min-height: 45px;
    width: 100%;
    border-top: 1px solid #bebebe;
    padding-top: 4px;
    margin-bottom: 5px;
}

.products-grid h2.product-name a {
    display:block;
}


.products-grid h2.product-name span {
    display:block;
    padding-bottom:4px;
    font-weight: 200;
    width:100%;
    /*padding-left: 4px;*/
    min-height: 13px;
}

.products-grid h2.product-name span.line1 {
    font-size: 13px;
    font-weight:600;
}

.products-grid h2.product-name span.line2 {
    font-size: 15px;
    font-weight:400;
}

.products-grid h2.product-name span.line3 {
    font-size: 13px;
    font-weight: 200;
    color: #858585;
}

.products-grid .price-box {/* margin: 0 0 0; *//* padding: 0px 6px 4px 5px; *//* top: 4px; *//* position: relative; *//* vertical-align: top; *//* display: inline-block; *//position: relative;*z-index: 1; */}
.products-grid .price-box:after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; z-index: -1;}

.products-grid .minimal-price-link { text-decoration: none; background-color: transparent;}
.products-grid .minimal-price-link .label, .products-grid .minimal-price-link .price {display: inline-block;}

.products-grid .price-box span.price-label, .products-grid .price-box .minimal-price-link .label {/* text-transform: none; *//* font-size: 14px; */display: none;}

.products-grid .actions {
    position: absolute; z-index: 1; left: 0; right: 0; top:96px; bottom: inherit;
    margin: 0 auto;
    width: 129px; 
    /*height: 43px;*/
    color: #fff;
    vertical-align: top;
}
.product-columns-4 ul.products-grid .actions {top: 73px;}
.product-columns-5 ul.products-grid .actions {top: 57px;}

.products-grid .actions li button.button, .products-grid .actions li button.button span,
.products-grid .actions .add-to-links .link-wishlist,
.products-grid .actions .add-to-links .link-compare {
    display: inline-block;
    margin: 0;
    width: 43px; height: 43px;
    color:transparent; font-size: 0; line-height: 0; text-indent: 100%;
    vertical-align: top;
}
.products-grid .actions li button.button {margin-right: -3px;}
.products-grid .actions li button.button span {
    display: block; padding: 0; margin: 0;
    white-space: normal; background: none; 
}


.actions .add-to-links {margin: 0;}
.products-grid .actions {display: none}
.products-grid .actions .add-to-links {float: left;vertical-align: top;}
.products-grid .actions .add-to-links li { float: left; width: 43px; background: #141414; margin:10px 0 0; opacity: 0; visibility: hidden }

.products-grid .actions .add-to-link .separator {display: none;}
.products-grid .actions li button.button { background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_btn_cart.png'); background-repeat: no-repeat;}
.products-grid .actions li button.button span:before, .products-grid .actions li button.button span:after {background:transparent none;}
.product-view .products-grid .actions li button.button span:before, .product-view .products-grid .actions li button.button span:after {background:transparent none;}

.products-grid .actions .add-to-links .link-wishlist { background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_btn_wishlist.png'); background-repeat: no-repeat;}
.products-grid .actions .add-to-links .link-compare { background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_btn_compare.png'); background-repeat: no-repeat;}

.products-grid .actions li button.button, 
.products-grid .actions .add-to-links .link-wishlist, 
.products-grid .actions .add-to-links .link-compare { background-position: 7px -28px;}
/* hover */
.products-grid .actions li button.button:hover, 
.products-grid .actions .add-to-links .link-wishlist:hover, 
.products-grid .actions .add-to-links .link-compare:hover {	background-position: 7px 8px;}
/* inverted */
.products-grid .actions li button.button.icon-white, 
.products-grid .actions .add-to-links .link-wishlist.icon-white, 
.products-grid .actions .add-to-links .link-compare.icon-white { background-position: 7px 8px;}
/* inverted hover */
.products-grid .actions li button.button.icon-white:hover, 
.products-grid .actions .add-to-links .link-wishlist.icon-white:hover, 
.products-grid .actions .add-to-links .link-compare.icon-white:hover { background-position: 7px -28px;}


.products-grid .actions .out-of-stock {
    display: inline-block;
    font-size: 10px;
    height: 25px;
    line-height: 13px;
    padding: 9px 0;
    text-align: center;
    vertical-align: middle;
}

.products-grid .ratings {
    position: absolute; z-index: 1; left: 9px; top:0;
    margin: 0; padding: 7px 7px 8px;
    background: #000;
    opacity: 0;
}
.products-grid .ratings .rating-box { margin-right:0;}
.products-grid .ratings .amount {display: none;}

.products-grid .btn-cart-container {margin: 5px 0 3px; }
.products-grid button.btn-cart span {height: 40px; line-height: 40px; padding: 0 16px 0 7px; }
.products-grid button.btn-cart span span { padding:0 0 0 34px; font-size: 12px; background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_btn_cart.png') 0 -31px no-repeat; overflow: hidden}
.no-touch .products-grid button.btn-cart:hover span span { background-position:0 5px}
/* inverted */
.products-grid button.btn-cart.icon-white span span { background-position:0 5px;}
.no-touch .products-grid button.btn-cart.icon-white:hover span span { background-position: 0 -31px;}

.product-columns-2 .products-grid li.item { width: 50%;}
.product-columns-3 .products-grid li.item {/* width: 33.3333%; */}
.product-columns-4 .products-grid li.item { width: 25%;}
.product-columns-5 .products-grid li.item { width: 20%;}
.product-columns-6 .products-grid li.item { width: 16.6666%;}
.product-columns-7 .products-grid li.item { width: 14.2857%;}

/* View Type Grid hovers */
.products-grid li.item.hover {background-color: #f0f0f0; -webkit-user-select: none; -webkit-touch-callout: none}
.products-grid li.item.hover .product-name.animate-me:after,
.products-grid li.item.hover .price-box.animate-me:after { width: 100%; background: #000;}
.products-grid li.item.hover .product-hover .animate-me a { color: #fff; background: transparent}
.products-grid li.item.hover .product-hover .animate-me p { color: #fff;}
.products-grid li.item.hover .product-hover .animate-me .price { color: #ffe51e;}
.products-grid li.item.hover .actions {display:block}
.products-grid li.item.hover .actions .add-to-links li.animate-me { margin:0; opacity: 1; visibility: visible}
.products-grid li.item.hover .ratings {opacity: 1; top: 9px}
.products-grid li.item a:hover {text-decoration:none; }

/* View Type: List */
.products-list li.item { position: relative; padding:31px 0; margin: 0; border-bottom-color: #f0f0f0;}
.products-list li.item .product-image {margin-bottom: 0; max-width: 40%;}
.products-list li.item:first-child {padding-top: 0;}

.products-list .product-image {width:auto; height:auto; text-align: center;}
.products-list .product-image, .products-list:hover .product-image {background: transparent;}
.products-list .product-image img { max-width:100%; height:auto;}
.products-list .product-image img.additional_img {position: absolute; z-index: 1; top:0; left:0; display: none;}
.products-list .product-shop { margin: 0; padding: 0 0 0 26px; overflow: hidden }
.products-list .product-name { margin: 0 0 5px; padding: 0px 0 0 3px;}
.products-list .product-name a { text-decoration: none; padding: 2px 7px 3px 6px; margin-left: -6px; display: inline-block;}
.products-list .product-name a:hover { background: #000; color: #fff;}
.products-list .product-shop .price-box { /*display: inline-block;*/display: block; float: none; margin: 0 0 10px; padding: 0 0 8px 3px;}

.products-list .product-shop .price-box .price-from span, .products-list .product-shop .price-box .price-to span {display: inline-block;}
.products-list .product-shop .price-box .price-to {margin-bottom: -8px;}

.products-list .minimal-price-link {text-decoration: none; margin-top: 4px; padding: 4px 4px 3px;margin-left: -4px;}
.products-list .minimal-price-link span {display: inline-block;}
.products-list .ratings {clear: both; margin: 2px 0 12px 4px; font-size: 11px; line-height: 1; vertical-align: top;}
.products-list .ratings .rating-box { float: none; display: inline-block; margin-top: -2px; margin-right: 3px; background-color: #000; padding: 7px 7px 8px;}
.products-list .rating-box {background-position: 7px 7px;vertical-align: middle;}
.products-list .ratings .rating-links { display: inline-block;}
.products-list .ratings .rating-links a { text-decoration: none; line-height: 1.5;}

.products-list .desc { padding: 2px 0 0 3px; margin: 0 0 10px;}
.products-list .desc a.link-learn { font-size: 12px; margin-top: 11px;}

.products-list .product-shop .add-to-links { margin-top: 12px;}


.products-list .product-shop .add-to-links a {height: auto;}
.products-list .link-wishlist, .products-list .link-compare {
    position: relative;
    display: inline-block;
    padding-left: 45px;
    width: 65px;
    font-size: 14px; line-height: .9;
    text-transform: uppercase; text-decoration: none;
    vertical-align: middle;
    margin-bottom: 8px;
}
.products-list .link-wishlist .link_i, .products-list .link-compare .link_i {
    position: absolute; left: 0; top: -4px;
    display: inline-block;
    width: 34px; height: 34px;
}
.products-list .link-wishlist .link_i { background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_btn_wishlist.png') no-repeat 2px -34px;}
.products-list .link-compare  .link_i { background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_btn_compare.png') no-repeat 2px -34px;}
.products-list .link-wishlist:hover .link_i, .products-list .link-compare:hover .link_i { background-color: #000; background-position: 2px 2px;}

.products-list .add-to-links button.button { margin: 2px 0px 8px 29px; vertical-align: middle;}
.products-list .add-to-links button.button span {
    padding-left: 5px; padding-right: 13px;
    height: 34px;
    line-height: 34px;
}
.products-list .add-to-links button.button span span {
    padding-left: 34px; padding-right: 0;
    background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_btn_cart.png') no-repeat 0 -34px;
}
.products-list .add-to-links button.button:hover span span { background-position: 0 2px;}
.products-list .add-to-links button.button.icon-white span span {background-position: 0 2px;}
.products-list .add-to-links button.button.icon-white:hover span span {background-position: 0 -34px;}
.products-list .add-to-links .separator { display: none;}
.products-list .ratings .rating-links .separator { color: #c5c4c4;}


.col3-layout .products-list .add-to-links li.first { display: block; float: none; margin: 0 0 10px}


/* View Type Grid hovers */
.products-list a.link-wishlist:hover,.products-list a.link-compare:hover {color: #000;}

.catalog-product-compare-index {background-color: transparent;}
.catalog-product-compare-index .data-table a.product-image {float: left;margin-right: 10px;}
.catalog-product-compare-index .ratings {height: 10px;}
.catalog-product-compare-index button.btn-cart {margin: 5px 0;}
.catalog-product-compare-index button.btn-cart span { padding: 0 12px 0 5px; height: 34px; line-height: 34px;}

.catalog-product-compare-index button.btn-cart span span { padding:0 0 0 31px; background-position: 0 -34px;}
.catalog-product-compare-index button.btn-cart:hover span span { background-position:0 3px;}
/* inverted */
.catalog-product-compare-index button.btn-cart.icon-white span span { background-position:0 3px;}
.catalog-product-compare-index button.btn-cart.icon-white:hover span span { background-position: 0 -34px;}

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

.checkout-cart-index .main .cart-empty {padding-bottom: 6px;}
.checkout-cart-index .main .cart-empty p {margin-bottom: 0;}

/* Product View ========================================================================== */

.product-view .product-category-title h3, .product-name h1 { font-weight: 800; text-transform: uppercase;}
.product-view .product-category-title {margin:0px 0 31px; padding: 20px 0 22px; border-bottom: 1px solid #d5d5d5; border-bottom-color: rgba(213,213,213,0.61)}
.product-view .product-category-title h3 { font-size:48px; margin-left: -2px;}

/* when breadcrumbs on, add "~" & clear top indent for title */
.breadcrumbs ~ .product-view .product-category-title { padding-top: 0;}



/* .col1-layout */ .main-container .product-view .product-shop {
    position: relative;
    z-index: 0;
    float: none;
    /* width: auto; */
    overflow: hidden;
    margin: 0;
    /* for test position p.no-rating */
    /* left: -5px; */
    /* padding-left: 5px; */
}
/* for test position p.no-rating */
.main p.no-rating {margin: 13px 0 0 -4px;}

.product-name h1 {font-size: 24px;}

.product-view .product-name h1 {line-height: 1;font-size: 20px;/* text-align: center; */}

.product-view .sku {margin:3px 0 0;}
.product-view .availability {margin:0;line-height: 10px;font-size: 16px;}
.product-view .availability span {/* font-weight: 400; */}
.product-view .short-description {margin: 14px 0 0;line-height: 1.5;}
.product-view .short-description .std ul {padding-left: 8px;}
.product-view .short-description .std ul br {display: none;}
.product-view .add-to-box { margin: 26px 0 0; }
.product-shop .add-to-links {  margin: 21px 0 0 -25px;}
.product-shop .add-to-links a {
    position: relative;
    display: inline-block;
    padding: 0 0px 0 44px; margin-left: 25px;
    width: 65px;
    height: 34px;
    font-weight: 600; font-size: 14px; line-height: .9;
    text-transform: uppercase; text-decoration: none;
    vertical-align: middle;
}
.product-shop .add-to-links a.link-email-friend {padding-right: 0;}
.product-shop .add-to-links a .link_i { position: absolute; left: 0; top: -4px; display: inline-block; width: 34px; height: 34px;}

.product-shop .link-wishlist .link_i { background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_btn_wishlist.png'); background-repeat: no-repeat;}
.product-shop .link-compare .link_i { background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_btn_compare.png'); background-repeat: no-repeat;}
.product-shop .link-email-friend .link_i { background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/i_btn_email.png'); background-repeat: no-repeat;}

.product-shop .add-to-links a .link_i { background-position: 2px -33px;}
.product-shop .add-to-links a:hover { color: #000;}
.product-shop .add-to-links a:hover .link_i { background-color: #000; background-position: 2px 3px;}

.product-shop .add-to-links a.icon-white .link_i {background-color: #000; background-position: 2px 3px;}
.product-shop .add-to-links a.icon-white:hover .link_i { background-position: 2px -33px;}



/* Product view with 1 column */
/* div.grid_13 .product-view .product-shop .add-to-links a {padding-right: 22px;} */
/* Product view with 2 column */
.col3-layout .product-view .product-img-box {margin-bottom: 20px;}

.product-shop .social { margin: 13px 0 0; padding: 24px 0 0; border-top: 1px solid #eaeaea;}
.product-shop .social .f-left, .product-shop .social span { margin:0 8px 0 0;}

.product-options {padding: 0;margin: 20px 0 0;width: 100%;border: 0;background-color: transparent;}
.product-options p.required {margin: 0}
.product-options-bottom {/* margin: 18px 10px 0; */position: relative;padding: 0;border: 0;clear: both;/* border-bottom: 1px solid #cacaca; */margin-bottom: 20px;/* float: right; */min-width: 280px;/* margin: 0px 10px 20px 10px; */}

.product-options dl {clear: both;}
.product-options dl dt { float: left; width: 15%;}
.product-options dl dt label {font-weight: 800;font-size: 14px;/* text-transform: uppercase; */line-height: 41px;white-space: pre;}
.product-options dl dt label em{ font-style: normal; padding-right: 5px}
.product-options dl dd {float: left;width: 85%;margin: 0 0 25px;}

.product-options dl .qty-holder label {padding-right: 8px;}
.product-options dl .price-notice { position: absolute; right: 0; top: 0; float: right;}
.product-options dl .input-box {margin-bottom: 10px; position: relative;}
.product-options dl dd.last .input-box {margin-bottom: 0}
.product-options dl .price-notice .price {float: right;padding-left: 5px;}

.product-options dl ul.options-list li {margin-bottom: 10px; position: relative;}
.product-options dl ul.options-list .label {
    margin-right: 18%;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
}
.product-options p.required {clear: both;}

.product-shop .product-options {/* width: inherit; */}
.product-shop .product-options dl dt {float: none;width: inherit;padding-bottom: 6px; position: relative;}
.product-shop .product-options dl dd {float: none;width: inherit;}
.product-shop .product-options dl dt, .product-shop .product-options dl dd {border-top: 0;margin-top: 0;padding-top: 0;/* height: 33px; */}

.short-description ul {margin-bottom: 0;}

/* Product Images */
.product-view .product-img-box {position: relative;/* margin: 0 26px 0 0; */}
.product-view .product-img-box .product-image { border: none; margin: 0; overflow: visible }

.product-view .product-img-box .product-image a { background: none;}

.content-container .product-view .more-views .carousel-slider a { position: relative; display: block; background: transparent;}
.content-container .product-view .more-views .carousel-slider a img { display: block; max-width: 100%; height:auto; margin:auto; position: relative; z-index: 1; }
.content-container .product-view .more-views .carousel-slider a span{ display: block; position: absolute; z-index: 2; width: 100%; height: 100%; border : 9px solid transparent;box-sizing: border-box;}
.content-container .product-view .more-views .carousel-slider a:hover span{ border-color: #ddd; border-color: rgba(0,0,0,0.09);}


.product-view .product-img-box .product-image-zoom {overflow: hidden}
.product-view .product-img-box .zoom { position:absolute; z-index:10; right:11px; height:30px; margin:-41px 0 0; padding: 0; background:none }
.product-view .product-img-box .zoom .btn-zoom-out,
.product-view .product-img-box .zoom .btn-zoom-in { position:relative; display:inline-block; width: 30px; height: 30px; background: #000 url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/zoom_icons.png') 100% 0 no-repeat }
.product-view .product-img-box .zoom .btn-zoom-out {margin:0 2px 0 0; background-position:0 0 }
.product-view .product-img-box .zoom .btn-zoom-out:hover,
.product-view .product-img-box .zoom .btn-zoom-in:hover {background-color:#ffe51e; background-position:100% 100%}
.product-view .product-img-box .zoom .btn-zoom-out:hover {background-position:0 100%}
.product-view .product-img-box .zoom-notice,
.product-view .product-img-box .zoom #track {display: none}
.product-view .product-img-box .zoom #handle {background: none}
.product-view .product-img-box .more-views {position: relative;margin: 11px auto 0;width: calc(100% - 60px);max-width: 510px;}
/*
.product-view .product-img-box .more-views:not(.slick-slider) {position: relative;margin: 11px auto 0;width: 100%;}
*/
.product-view .product-img-box .more-views ul {margin:0 }
.product-view .product-img-box .more-views li {padding: 0; margin: 0; background:transparent none; }
.product-view .product-img-box .more-views ul.slides li {float:none; display: block; padding: 0 5px; }
.product-view .product-img-box .more-views-nav a {position: absolute; z-index: 3; top:50%; display:block; width: 26px; height: 26px; margin:-13px 0 0; padding: 0; line-height:26px; background:#000 url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/slider_arrows.png') 2px 0 no-repeat; overflow:hidden; text-indent: 99em; }
.product-view .product-img-box .more-views-nav a.prev{left:-5px; }
.product-view .product-img-box .more-views-nav a.next{ right:-5px; background-position: -17px 100%; }
.product-view .product-img-box .more-views-nav a:hover{background-color:#fff; background-position: -18px 0 }
.product-view .product-img-box .more-views-nav a.next:hover{background-position: 3px 100%; }
.product-view .product-img-box .more-views-nav a.disabled { background-color:#999 }
.product-view .product-img-box .more-views-nav a.disabled:hover { background-color:#999; background-position: 2px 0 }
.product-view .product-img-box .more-views-nav a.next.disabled:hover { background-position:-17px 100% }
.product-view .dedicated-review-box .title-container button.button {margin-top: 6px;}
.product-view .product-slider-container {/* margin: 63px 0 0; */margin-top: 28px;}
.product-view .dedicated-review-box {/* margin: 65px 0 0; */}

.product-view .availability.in-stock {padding: 10px 0px;/* margin-left: 50px; */}
.product-view .availability.out-of-stock {padding: 10px 0px;}
.product-view .f-left .availability.in-stock {padding: 1px 0 0;}


/* Product reviews */
.product-view .ratings { font-size: 12px; line-height: 23px; margin:10px 0 0; }
.product-view .ratings .rating-box { padding: 7px 7px 8px; margin: 0 7px 0 0; background-color: #000; background-position: 7px 7px;}
.product-view .ratings a { text-decoration: none; line-height: 1.35;}
.product-view .ratings .rating-links .separator { margin: 0 3px; color: #c5c4c4; }

.dedicated-review-box {/* margin: 50px 0 0; */}
.dedicated-review-box .title-container { margin: 0; }
.dedicated-review-box .title-container h3{ float: left; padding: 0; font-size: 35px;}
.dedicated-review-box .title-container button.button { margin: 4px 0 0 10px; float: left;}
.dedicated-review-box .title-container button.button span { height: 29px; font-weight: 800; font-size: 15px; line-height: 28px; padding: 0 8px;}
.dedicated-review-box .title-container button.button span span {padding: 0;}

.dedicated-review-box .average-rating {/* margin: 25px 0 0; *//* padding: 25px 0 0; *//* border-top: 1px solid #eaeaea */}
.dedicated-review-box .average-rating strong { font-weight: 700; font-size: 18px; line-height: 18px; text-transform: uppercase; color: #000;}
.product-view .dedicated-review-box .average-rating strong {letter-spacing: -0.055em;}

.dedicated-review-box .average-rating .rating-large,
.dedicated-review-box .average-rating .rating-large .rating { height: 21px; margin: 0; padding: 0; background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/bkg_rating_large.png') }
.dedicated-review-box .average-rating .rating-large { width: 130px; margin: 7px 0 10px; }
.dedicated-review-box .average-rating .ratings-table { margin:-2px 0 0 49px; }
.dedicated-review-box .average-rating .ratings-table th { padding: 0; font-weight: 300; }
.dedicated-review-box .average-rating .ratings-table th span { display: block; margin: 0 0 3px; padding: 0 19px 0 8px; background: #f8f8f8; line-height: 22px; height: 23px; font-size: 12px;}
.dedicated-review-box .average-rating .ratings-table td { padding: 0 }
.dedicated-review-box .average-rating .ratings-table .rating-box { margin: 0 3px 3px 0; padding: 7px 8px 8px 7px;}

.dedicated-review-box ol.reviews-list {/* margin: 20px 0 0; *//* border-top: 1px solid #eaeaea; */}
.dedicated-review-box ol.reviews-list li {padding: 10px 0 0;}
.dedicated-review-box ol.reviews-list li .review-title { margin: 0; padding: 0; font-weight: 700; font-size: 18px; line-height: 18px; text-transform: uppercase; color: #000; }
.dedicated-review-box ol.reviews-list li .rating-box { display: inline-block; vertical-align: bottom; padding: 7px 8px 8px 7px; margin: 0 11px 0 0; background-color: #000; background-position: 7px 7px; }
.dedicated-review-box ol.reviews-list li .review-info {margin: 10px 0 0; line-height: 19px;}
.dedicated-review-box ol.reviews-list li .review-info .separator {display: inline-block; width: 1px; height: 11px; margin:0 10px 0 11px; line-height: 11px; background: #c0c0c0; vertical-align: middle }
.dedicated-review-box ol.reviews-list li p {margin:12px 0 0; font-size: 14px; line-height: 1.6; }

.add-review {margin: 10px 0 0;/* padding: 25px 0 0; *//* border-top: 1px solid #eaeaea */}
.add-review .form-add {/* width: 50%; */}
.add-review h2,
.add-review h4 { display: inline-block; margin: 0; padding: 0; font-weight: 700; font-size: 24px; line-height:24px; text-transform: uppercase; color: #000; }
.add-review h4 {margin: 4px 0 0; font-size: 18px; line-height: 18px;}
.add-review h4 em {color: #ff0000;}
.add-review .data-table {
    margin: 23px 0 0;
    border: solid #000; border-width: 12px 12px 10px 22px;
    background: #000;
    display: block;
    width: auto;
}

.add-review .data-table th, .add-review .data-table td { padding: 6px 0; line-height: 16px; color: #fff; }
.add-review .data-table th { font-weight: 300; padding-right: 14px; }
.add-review .data-table td.selected-value { padding-left: 9px; font-weight: 700; vertical-align: middle;}
.add-review .data-table td input { display: none; }
.add-review .rating-radio { display: block; margin: 0 3px 0 0; width: 38px; height:18px; background: #4d4d4d; cursor: pointer; }
.add-review .rating-radio.active { background-color:#ffe51e; }
.add-review .form-list {margin:10px 0 0;padding: 15px 12px 0px 12px;background: #f4f4f4;}
.add-review .form-list li { margin:0;padding-bottom: 18px; }
.add-review .form-list label {width: 100%;/* height: 30px; */line-height: 28px;font-weight: 300;color: #626261;color: rgba(0,0,0,0.67);word-break:break-word;float: none;display: block;text-align: left;}
.add-review .form-list label.summary { line-height: 1.2; height: auto; }
.add-review .form-list textarea { width: 100%; }
.add-review .form-list div.input-box { clear: none; width: inherit; overflow: hidden;}
.add-review .form-list div.button-review-indent {/* padding: 2px 0 0 80px; */float: right;}
.add-review .form-list em { display: none; }
.add-review button.button span { height: 29px; font-weight: 800; font-size: 15px; line-height: 28px; padding: 0 8px;}
.add-review button.button span span {padding: 0;}
.add-review .form-list input.input-text, .form-list textarea {border-color: #dbdbdb;}
.add-review .form-list textarea {height: 145px;}

/* Product Tabs */
.product-tabs-container h2.tab-heading {display:none}
.product-tabs { margin:50px 0 0; border:0; }
.product-tabs li { float:left; height:38px; line-height:37px; position:relative;}
.product-tabs a { 
    display:block; height:38px; padding:0px 13px; 
    font-size:15px;  font-weight: 800; text-transform: uppercase; text-decoration:none;}
.product-tabs li.active a,
.product-tabs a:hover { text-decoration:none;}
.product-tabs-content { position:relative; z-index:2; border:none; background:#f8f8f8; padding:17px 24px 19px 16px; margin:0;}
.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold;}
.product-tabs-content h3, .product-tabs-content h4 {font-weight:800;}
.product-tabs-content h4 {margin:0 0 10px;}
.product-tabs-content .data-table td {padding-left:12px}
.product-tabs-content ul.disc li { width:auto; float:none; }

.product-tabs-accordion {display:none; margin:25px 0 30px; border:0; }
.product-tabs-container h2.tab-heading { height:38px; line-height:38px; margin:0; position:relative; background: #000;}
.product-tabs-container h2.tab-heading:hover { background-color:#ffe51e; }
.product-tabs-container h2.tab-heading a { display:block; height:38px; padding:0px 13px; background: #000; color:#fff; font-size:16px;  font-weight: 800; text-transform: uppercase; text-decoration:none;  }
.product-tabs-container h2.tab-heading a:hover,
.product-tabs-container h2.active a,
.product-tabs-container h2.active a:hover { background-color:#ffe51e; color:#000; text-decoration:none;}
.accordion-content {display:none; margin:0;}

.product-view .box-tags h3 {display: none;}
.product-view .box-tags p.note {margin-bottom: 0;}
.product-view .box-tags .form-add {margin:16px 0 0; padding: 16px 0 0; border-top:1px solid #e5e5e5; border-top-color:rgba(213, 213, 213, 0.53); }
.product-view .box-tags .form-add label { display: block; float:none; margin: 0 0 6px; font-size:15px;  font-weight: 800; text-transform: uppercase; letter-spacing: -0.05em}
.product-view .box-tags .form-add .input-box { margin:0 0 4px; width: 245px; }
.product-view .box-tags .form-add input.input-text {width: 100%;}
.product-view .box-tags button.button span { padding: 0 9px; font-size: 15px; font-weight: 900; line-height: 28px; letter-spacing: -0.05em;}
.product-view .box-tags button.button span span {padding: 0;}

.product-tags li { float: left; margin: 0 3px 3px 0;}
.product-tags li span.count{ display: none; }
.product-tags li a {display: inline-block; padding: 2px 6px; line-height: 19px; text-decoration: none; color: #fff;background: #000;}
.product-tags li a:hover {color: #000;background: #ffe51e;}

#product-attribute-specs-table th {padding: 13px 19px; vertical-align: top; background-color: #e6e6e6;}

#product-attribute-specs-table tr + tr th {border-top: 1px solid #fff;}

/* Qty buttons */
.qty-container {float: left;/* background: #f4f4f4; *//* padding: 13px 0px 12px 0px; *//* min-width: 139px; */}
.qty-container .qty {width: 63px !important;text-align: center;float: none;display: inline-block;font-size: 21px;vertical-align: text-bottom;height: 41px;}
.qty-container label {/* float: right; *//* line-height: 28px; */padding: 0 3px 0 0;margin: 0;display: block;}
.product-view .qty-container label {color: #626261;width: 100%;text-align: center;font-size: 15px;display: none;}

.qty-container .qty-math {display: block;width: 14px;height: 14px;margin: 0 0 2px 4px;padding: 0;/* background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/qty_math.png'); */background-repeat: no-repeat;}
.qty-container .qty-dec { margin-bottom: 0 }

.qty-container .qty-math { background-position: 0 100%;}
.qty-container .qty-math:hover { background-position: 0 0;}
.qty-container .qty-dec {background-position: 100% 100%;}
.qty-container .qty-dec:hover { background-position: 100% 0;}
/* inverted */
.qty-container .qty-math.icon-white {background-position: 0 0;/* float: left; */display: inline-block;}
.qty-container .qty-math.icon-white:hover { background-position: 0 100%;}
.qty-container .qty-dec.icon-white {background-position: 100% 0;/* float: left; */display: inline-block;}
.qty-container .qty-dec.icon-white:hover { background-position: 100% 100%;}

.add-to-cart .qty-container {/* margin-right: 5px; *//* width: 130px; */background: white;/* display: inline-block; */}
.add-to-cart button.button {margin-left: 0;/* min-width: 160px; *//* position: relative; *//* display: block; */}

.td-qty .qty-container{ float: none; background: transparent; padding: 0; width: 90px; min-width: inherit;}

/* Prevnext links */
.prev-next {float:right; margin:22px 0 0;}
.prev-next a {display:block; float:left; width: 26px; height: 26px; padding: 0; line-height:26px; background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/slider_arrows.png');  background-repeat: no-repeat; overflow:hidden; text-indent: 99em; }
.prev-next a + a {margin-left: 2px;}


.prev-next a { background-color:#fff; background-position: -18px 0;}
.prev-next a.product-prev { background-position: 3px 100%;}
/* hover */
.no-touch .prev-next a:hover { background-color:#000; background-position: 2px 0;}
.no-touch .prev-next a.product-prev:hover { background-position: -17px 100%;}
/* inverted */
.prev-next a.icon-white { background-color:#000; background-position: 2px 0;}
.prev-next a.product-prev.icon-white { background-position: -17px 100%;}
/* inverted hover */
.no-touch .prev-next a.icon-white:hover { background-color:#fff; background-position: -18px 0;}
.no-touch .prev-next a.product-prev.icon-white:hover { background-position: 3px 100%;}

/* Rating */
.rating-box, .rating-box .rating { height:8px; background:url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/bkg_rating.png) no-repeat;}
.rating-box { width:49px;}
.rating-box .rating { background-position: 0 100%;}
.main p.no-rating a {text-decoration: none;display: inline-block;padding: 1px 4px;}

/********** < Product Prices */
.price-box, .new-product .price-box .old-price .price, .sale-product  .price-box .old-price .price { color: #717171; line-height: 14px;}
.price-box .old-price, .price-box .special-price {display: inline-block;margin-right: 5px;}
.price-box .price {font-weight: 400;font-size: 18px;} 
.price-box p { margin: 0;}
.new-product .price-box .price { color: #f64126;}
.sale-product .price-box .price { color: #00b9d5;}

.product-view .product-shop .price-box .price,
.product-options-bottom .price-box .price {font-size: 30px;line-height: 100%;font-weight: 400;font-family: Arial, sans-serif;}
.product-options-bottom .price-box .old-price .price,
.product-shop .price-box .old-price .price { font-size: 24px;}

.products-list .product-shop .price-box .old-price { margin-top: 0;}
.products-list .product-shop .price-box .old-price .price { font-size: 15px;}


.product-options-bottom .price-box-wrap,
.product-shop .price-box-wrap {/* margin:0 0 -3px; *//* padding:16px 0 0; *//* text-align: center; */}
.product-shop .price-box {/* margin:0 25px 0 0; */}
.product-options-bottom .price-box .old-price, .product-options-bottom .price-box .special-price,
.product-shop .price-box .old-price, .product-shop .price-box .special-price {display: block;float: left;padding-right: 5px;margin-left: 10px;}
.product-options-bottom .price-box .old-price,
.product-shop .price-box .old-price {/* margin:8px 0 0; */font-size: 14px;}
.product-options-bottom .price-label,
.product-shop .price-label {/* display: block; *//* font-weight: bold; */}
.product-options-bottom .price-box .old-price .price,
.product-shop .price-box .old-price .price { color:#bbb;}
.product-options-bottom .price-box { margin: 0 0 25px;}

.price-box-bundle {display: inline-block;}
.price-box-bundle .price-box p {margin-bottom: 9px;display: inline-block;}
.price-box-bundle .price-box p.price-from {margin-right: 25px;}
.price-box {display: inline-block;}

.product-shop  table.grouped-items-table .price-box {margin: 0;}

ul.tier-prices.product-pricing {margin-top: 14px;}

.add-to-links li, .products-list .add-to-links li {display: inline-block;}
.products-list .add-to-links li {vertical-align: middle;}


/* Regular price */
.regular-price {display: inline-block;}
/* ======================================================================================= */

/* Product review page =================================================================== */
.review-product-list .dedicated-review-box ol.reviews-list {margin:0; border: none;}
.review-product-list .pager {margin: 20px 0 0; }
.review-product-list .product-shop .buttons-set {margin: 20px 0 0; }
.review-product-list .product-shop .ratings-table {display: none }
/* ======================================================================================= */

/* My Account ============================================================================ */
.box-head, .box-title {	padding-bottom: 18px;}
/* ======================================================================================= */

/* text container for banners*/
.text-container { position: absolute; z-index: 1; margin: 17px 14px; display: none; }
.text-container br { clear:both; height:0; line-height: 0; font-size: 0;}
.text-container .text { position: relative; z-index: 1; display: inline-block; overflow: hidden; line-height:28px; padding:4px 8px 6px; margin: -8px 0 0; color:#fff; font-size:31px; font-weight:800; text-transform:uppercase; white-space: nowrap; -webkit-transform: translateZ(0);}
.text-container .text:first-child { margin-top: 0 }
.text-container .link { display: inline-block; overflow: hidden; padding: 3px 7px; margin:0 3px 0 6px; font-style: normal; white-space: nowrap; -webkit-transform: translateZ(0); }
.text-container .animation-wrapper {position: relative; z-index: 3; overflow: hidden; margin: -8px 0 0;}
.text-container .animation-wrapper:first-child { margin-top: 0 }
.text-container .animation-link { margin-top: 0 }
.text-container .text:before, .text-container .text:after { content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; z-index: -1;}
.text-container .text:before { width: 100% }
.text-container .animate-me .text:after { width: 100%;}

/* product slider  */
.jcarousel-clip {overflow:hidden;}

.product-slider-container {/* border-top: 1px solid #d5d5d5; *//* margin: 89px 0 0; *//* -webkit-transform: translateZ(0); *//* overflow-x: hidden; */}
.product-slider-container a {padding: 0;}
.product-slider-container a.minimal-price-link { display: block;}
.product-slider-container ul {list-style:none; margin: 0; padding: 0;}
.title-container {text-align: center;line-height: 36px;/* margin: -19px 0 15px; */}
.title-container h3 {
    display: inline-block;
    background: #fff;
    margin: 0;
    padding:0 24px;
    font-weight: 800; font-size: 36px; line-height: 36px;
    text-transform: uppercase;
    vertical-align:middle;
    color: #000;
}
.title-container .slider-nav { display:inline-block; padding:0 24px 0 0; margin-top: -1px; background: #fff; vertical-align:middle;}
.title-container .slider-nav li { display: inline-block; vertical-align: middle; margin: 0; padding: 0; }
.title-container .slider-nav a { display:block; width: 20px; height: 26px; margin: 0; padding: 0; line-height:26px; background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/slider_arrows.png'); background-repeat: no-repeat; overflow:hidden; text-indent: 99em; }

.title-container .slider-nav a { background-color:#fff; background-position:100% 0;}
.title-container .slider-nav a.next {background-position: 0 100%;margin-left: 10px;}
.title-container .slider-nav a.disabled { background-color:#999;}
/* hover */
.no-touch .title-container .slider-nav a:hover { background-color: #000; background-position: 0 0;}
.no-touch .title-container .slider-nav a.next:hover { background-position: 100% 100%;}
.no-touch .title-container .slider-nav a.disabled:hover { background-color:#999; background-position:100% 0;}
.no-touch .title-container .slider-nav a.next.disabled:hover { background-position: 0 100%;}
/* inverted */
.title-container .slider-nav a.icon-white { background-position: 0 0;}
.title-container .slider-nav a.next.icon-white { background-position: 100% 100%;}
/* inverted hover */
.no-touch .title-container .slider-nav a.icon-white:hover { background-position:100% 0;}
.no-touch .title-container .slider-nav a.next.icon-white:hover { background-position: 0 100%;}
.no-touch .title-container .slider-nav a.disabled.icon-white:hover { background-position: 0 0;}
.no-touch .title-container .slider-nav a.next.disabled.icon-white:hover { background-position: 100% 100%;}

.product-slider-container-big {margin: 67px 0 0;}
.product-slider-container-big .title-container{ line-height: 60px; margin: -32px 0 32px;}
.product-slider-container-big .title-container h3 { font-size: 58px; line-height: 48px; padding:0 20px 0 34px;}
.product-slider-container-big .title-container .slider-nav { padding:0 34px 0 0 }

.product-view .title-container {text-align: left;/* margin-top: -21px */}
.product-view .title-container h3 { padding-left: 0; font-size: 35px; line-height: 39px;}

.slider-container {/* overflow: hidden; */}
.slider-container .map-info{display: none}
.slider-container li.item { }


/* brands slider */
.brands-slider-container {border-top: 1px solid #d5d5d5; margin: 0 0 0;}
.brands-slider-container .row {overflow: hidden}
.brands-slider-container .title-container { position: relative; z-index: 3; line-height: 21px; margin: -11px 0 -12px; }
.brands-slider-container .title-container .slider-nav {padding:0; }
.brands-slider-container .title-container .slider-nav li {background: transparent; }
.brands-slider-container .title-container .slider-nav a{width: 22px; height: 21px; line-height:21px; background-color:transparent; background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/brands_slider_arrows.png'); }

.brands-slider-container .title-container .slider-nav a { background-color:#fff; background-position: 0 0;}
.brands-slider-container .title-container .slider-nav a.next { background-position: 100% 100%;}	
/* hover */
.no-touch .brands-slider-container .title-container .slider-nav a:hover { background-position:100% 0;}
.no-touch .brands-slider-container .title-container .slider-nav a.next:hover {background-position: 0 100%;}
.no-touch .brands-slider-container .title-container .slider-nav a.disabled:hover { background-position: 0 0;}
.no-touch .brands-slider-container .title-container .slider-nav a.next.disabled:hover { background-position:100% 100%;}
/* inverted */
.brands-slider-container .title-container .slider-nav a.icon-white { background-position:100% 0;}
.brands-slider-container .title-container .slider-nav a.next.icon-white { background-position: 0 100%;}
/* inverted hover */
.no-touch .brands-slider-container .title-container .slider-nav a.icon-white:hover { background-position: 0 0;}
.no-touch .brands-slider-container .title-container .slider-nav a.next.icon-white:hover {background-position: 100% 100%;}
.no-touch .brands-slider-container .title-container .slider-nav a.disabled.icon-white:hover { background-position:100% 0;}
.no-touch .brands-slider-container .title-container .slider-nav a.next.disabled.icon-white:hover { background-position: 0 100%;}


.brands-slider-container ul.brands li a{ position:relative; display: block }
.brands-slider-container ul.brands li img { display: block; max-width: 100%; height:auto; margin:auto; position: relative; z-index: 1; opacity: .49}
.brands-slider-container ul.brands li span{ display: block; position: absolute; z-index: 2; width: 100%; height: 100%; background: transparent}
.no-touch .brands-slider-container ul.brands li a:hover { background: transparent; }
.no-touch .brands-slider-container ul.brands li a:hover span{ background: transparent; background: rgba(0,0,0,0.04);}
.brands-slider-container ul.brands li a:hover img { opacity: 1}

.customer-account-create .brands-slider-container,
.customer-account-forgotpassword .brands-slider-container,
.customer-account-resetpassword .brands-slider-container,
.customer-account-login .brands-slider-container,
.customer-account-create .brands-slider-container,
.customer-account-resetpassword .brands-slider-container,
.checkout-multishipping-login .brands-slider-container {display: none}


/* banners slider */
.banners-slider-container {position: relative;margin: 0 auto;-webkit-transform: translateZ(0);}
.sidebar .banners-slider-container {  margin: 0 auto 15px; }
.sidebar .banners-slider-container .text-container .text {  font-size: 28px; }
.col3-layout .sidebar .banners-slider-container .text-container .text {  font-size: 22px; }
.col3-layout .sidebar .banners-slider-container .text-container .link {  font-size: 10px; }
.col2-left-layout .col-main .banners-slider-container,
.col2-right-layout .col-main .banners-slider-container {width:640px;}
.col3-layout .col-main .banners-slider-container {width:320px;}
.banners-slider-container .nav a{ visibility: hidden; opacity: 0; }
.no-touch .banners-slider-container .nav a.prev{ margin-left:-20px; }
.no-touch .banners-slider-container .nav a.next{ margin-right:-20px; }
.no-touch .banners-slider-container:hover .nav a{ visibility: visible; opacity: 1; margin-left: 0; margin-right: 0; }
.no-touch .banners-slider-container:hover .nav a.disabled{ opacity: 0.8; }

.banners-slider-container .nav a{ position: absolute; z-index: 2; top: 50%; display: block; width: 49px; height: 74px; margin: -37px 0 0; padding: 0;  background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/banners_slider_arrows.png'); background-repeat: no-repeat; overflow:hidden; text-indent: 99em; }
.banners-slider-container .nav a.prev{left: -10px }
.banners-slider-container .nav a.next{right: -10px;}

.banners-slider-container .nav a { background-color:#fff; background-position: 100% 0;}
.banners-slider-container .nav a.next { background-position: 0 100%;}
.banners-slider-container .nav a.disabled { background-color:#999;}
/* hover */
.no-touch .banners-slider-container .nav a:hover { background-color: #000; background-position: 0 0;}
.no-touch .banners-slider-container .nav a.next:hover { background-position: 100% 100%;}
.no-touch .banners-slider-container .nav a.disabled:hover { background-color:#999; background-position: 100% 0;}
.no-touch .banners-slider-container .nav a.next.disabled:hover { background-position: 0 100%;}
/* inverted */
.banners-slider-container.icon-white .nav a { background-color: #000; background-position: 0 0;}
.banners-slider-container.icon-white .nav a.next { background-position: 100% 100%;}
.banners-slider-container.icon-white .nav a.disabled { background-color:#999;}
/* inverted hover */
.no-touch .banners-slider-container.icon-white .nav a:hover { background-color:#fff; background-position: 100% 0;}
.no-touch .banners-slider-container.icon-white .nav a.next:hover { background-position: 0 100%;}
.no-touch .banners-slider-container.icon-white .nav a.disabled:hover { background-color:#999; background-position: 0 0;}
.no-touch .banners-slider-container.icon-white .nav a.next.disabled:hover { background-position: 100% 100%;}

.banners-slider-container .banners { margin: 0; padding: 0; overflow: hidden; list-style: none; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0);}
.banners-slider-container .banners li{ margin: 0; padding: 0; float: left; }
.banners-slider-container .banners li a {display: block;padding:0;margin: 0;position: relative;overflow: hidden;-webkit-backface-visibility: hidden;-webkit-transform: translateZ(0);}
.banners-slider-container .banners li a img {
    /*-webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;*/
    max-width: 100%;
    height: auto;
} 
.banners-slider-container .banners li a img { display: block; position: absolute; top:0; left: 0; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) !important; }
.banners-slider-container .top-left .animation-link.animate-me,
.banners-slider-container .bottom-left .animation-link.animate-me{ margin-left:10px;}
.banners-slider-container .top-right .animation-link.animate-me,
.banners-slider-container .bottom-right .animation-link.animate-me{ margin-right:10px;}

.banners-slider-container .top-left { top: 0; left: 0 }
.banners-slider-container .bottom-left { bottom: 0; left: 0 }
.banners-slider-container .top-right { top: 0; right: 0; text-align: right }
.banners-slider-container .bottom-right { bottom: 0; right: 0; text-align: right }
.banners-slider-container .center { left: 0; right: 0; margin: 0 auto; text-align: center }
.banners-slider-container .center .animation-wrapper { margin: 0 auto }
.banners-slider-container .top-right .animation-wrapper { margin-left: auto }
.banners-slider-container .bottom-right .animation-wrapper { margin-left: auto }
.no-touch .banners-slider-container .banners li a:hover { background: transparent }

/* toTop Button */
#toTop { display:none; text-decoration:none; position:fixed; z-index:100; bottom:30px; right:30px; overflow:hidden; width:45px; height:45px; border:none; text-indent:-999px; background: url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/totop_arrows.png) 0 0 no-repeat}
#toTop:hover {background-position:0 100%;}
/* inverted */
#toTop.icon-white { background-position:0 100%;}
#toTop.icon-white:hover { background-position:0 0;}


/* category banner */
.category-banner-container {overflow: hidden}
.category-banner-container .img-container { display: inline-block; position: relative; right: -50%; z-index: 1;}
.category-banner-container img { position: relative; left: -50%; }
.category-banner-container .text-container { z-index: 2; margin: 0; display: block; visibility: hidden }
.category-banner-container .text { white-space: nowrap; line-height:48px; padding:6px 13px; margin: 0; font-size:48px; }
.category-banner-container .animation-wrapper {margin:0;}
.category-banner-container .animation-link.animate-me{ margin-left:10px;}

.category-banner-container .link { position: relative; display: inline-block; overflow: hidden; white-space: nowrap; line-height: 35px; margin: 0; padding:0 51px 0 11px; color:#000; font-size:16px; font-weight:700; text-transform:uppercase; text-decoration: none; }
.category-banner-container .link span { display: block; position: absolute; top: 0; right: 0; overflow: hidden; width:25px; height: 35px; background-image:url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/slideshow_link_arrow.png'); background-position: 100% 100%; background-repeat: no-repeat }
.no-touch .category-banner-container .link:hover span { background-position: 0 100%; }
/* black icon */
.category-banner-container .link.icon-white span {background-position:100% 0;}
.no-touch .category-banner-container .link.icon-white:hover span {background-position:0 0;}

/* social */
.fb-like, .addthis_button_facebook_like {height:20px; overflow:hidden}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {display: none !important;}

/* My Account ============================================================================= */
.dashboard .box-info {padding-bottom: 20px;}
.fieldset .legend {margin-top: -35px;padding: 3px 8px 4px;}
.my-account .addresses-list h2, .my-account .addresses-list ol li.item {padding-bottom: 18px;}
.my-account .addresses-list ol li.empty, .my-account .addresses-additional ol li.item {padding-bottom: 0;}
.my-account .form-list input.checkbox, .my-account .form-list label {vertical-align: middle;}
.my-account .form-list .field.name-firstname {margin-bottom: 12px;}
.my-account .pager .pages li a {padding: 0;}
.my-account .pager + .buttons-set {padding-top: 19px;}
.my-account .order-info-box, .table-caption {padding-bottom: 18px;}
.my-account .title-buttons button.button {margin-top: 12px;}
.my-account .print-wrap {clear: both;}
.link-print { text-decoration: none; float: right; margin-top: 15px;}
.print-wrap .link-print {margin-top: 0; float: none;}
.content-container .link-print:hover {background-color: transparent; color: #1d9fc4;}
.my-account .order-info {margin-bottom: 18px;}
.my-account .product-review .product-img-box {width: auto;}
.my-account .product-review .product-img-box .product-image {padding: 0;background: none;}

.my-account .product-review .buttons-set {border-top: 1px solid #e5e5e5;padding-top: 19px; margin-top: 19px;}
.my-account .product-review h3 {padding-bottom: 18px;}
.my-account .product-review .dedicated-review-box .average-rating {padding-bottom: 18px;}
.my-account .product-review .dedicated-review-box .average-rating .ratings-table {margin-left: 0;}

.dashboard ol#my_recent_reviews li {padding-bottom: 19px;}
.dashboard .box-reviews .number { margin: 0px 11px 0 0; padding: 0;	width: 17px; height: 17px; text-align: center; line-height: 17px;}
.dashboard .box-reviews .details { margin-left: 20px;}
.dashboard .box-reviews .ratings { display: inline-block; margin: 6px 0 0 4px; padding: 7px 7px 8px;}
.dashboard .box-reviews .ratings strong {display: none;}

.my-account .data-table .rating-box {position: relative; z-index: 2;}
.my-account .data-table .ratings {display: inline-block; padding: 7px 7px 8px; margin: 0;}

.my-account .pager + .data-table {margin-top: 8px;}

.my-account button.btn-cart span { padding: 0 12px 0 5px; height: 34px; line-height: 34px;}
.my-account button.btn-cart span span { padding:0 0 0 31px; background-position: 0 -34px;}
.my-account button.btn-cart:hover span span { background-position:0 3px;}
/* inverted */
.my-account button.btn-cart.icon-white span span { background-position:0 3px;}
.my-account button.btn-cart.icon-white:hover span span { background-position: 0 -34px;}

.my-account .price-box .price { font-size: 15px; font-weight: 800; color: #000;}
.my-account .my-wishlist + .buttons-set { margin-top: -40px;}
.my-account .my-wishlist .data-table td:first-child { padding-left: 0; padding-right: 0;}
.my-account .my-wishlist .buttons-set2 { padding-top: 19px;}

.my-wishlist .qty-container {margin: 0 auto;}
.my-wishlist .minimal-price-link {display: none;}
.my-wishlist .data-table .cart-cell input.input-text { margin-bottom: 14px;}

.advanced-search .form-list label {width: 100%;}

/* Links styles ============================================================================= */
.product-tabs-content a,
.breadcrumbs a,
a.forgot-password, a.link-tip, .cart-empty a,
.box-reviews dt a, .product-shop a.nobr,
.rating-links a,
.my-account a,
.data-table a {
    display: inline-block;
    padding: 1px 4px;
    text-decoration: none;
}

.my-account a.link-print {padding-left: 25px;}

.data-table .product-name a { padding: 3px 6px 4px;}

.addresses-additional ol li p,
.products-list .desc a.link-learn,
.breadcrumbs a,
.data-table .product-name a,
.box-account a { margin-left: -4px;}

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

/* Multiple checkout ===================================================================== */
/* Checkout progress */
ul.checkout-progress { margin: 35px 0 0; padding: 0;}
ul.checkout-progress li {
    margin-right: 4px;
    width: 19.66%;
    border-top: 5px solid #d5d5d5;
    color: #d5d5d5;
    padding: 10px 0 0;
    text-transform: uppercase;text-align: left;
}
ul.checkout-progress li.last {margin-right: 0;}
ul.checkout-progress li.active {
    border-top-color: #ffe51e;
    color: #000;
    font-weight: bold;
}

.multiple-checkout .page-title {
    margin: 16px 0 31px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
.multiple-checkout .page-title button.button {margin-top: 12px;}
.multiple-checkout .box-content {padding-bottom: 20px;}


.multiple-checkout .legend {padding-bottom: 10px;}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {text-decoration: none; padding: 1px 5px 2px;}

.multiple-checkout .col2-set .col-narrow {width: inherit;}

.multiple-checkout h2 + .data-table, .multiple-checkout h3 + .data-table, .multiple-checkout h4 + .data-table {margin-top: 18px;}
.multiple-checkout .data-table tfoot td {
    padding: 0 0 13px; padding-top: 19px;
    border-top: 1px solid #e5e5e5;
}
.multiple-checkout dl.item-options:after {content: "";display: table;clear: both;}
.multiple-checkout dl.sp-methods {margin-bottom: 0;}
.multiple-checkout dl.sp-methods dt {line-height: inherit;}


body.checkout-multishipping-shipping .buttons-set,
body.checkout-multishipping-billing .buttons-set,
body.checkout-multishipping-address-selectbilling .buttons-set,
body.checkout-multishipping-overview .buttons-set,
body.checkout-multishipping-success .buttons-set {border-top: 1px solid #e5e5e5;padding-top: 19px;}


body.checkout-multishipping-address-selectbilling .buttons-set,
body.checkout-multishipping-overview .buttons-set {margin-top: 18px;}

body.checkout-multishipping-overview .multiple-checkout .data-table tfoot td {border: 0;padding: 0 0 8px;}

body.checkout-multishipping-overview .multiple-checkout .data-table tfoot tr.first {border-top: 1px solid #e5e5e5;}
body.checkout-multishipping-overview .multiple-checkout .data-table tfoot tr.first td {padding-top: 15px;}
body.checkout-multishipping-overview .multiple-checkout .data-table tfoot tr.last td {padding-bottom: 15px;}
.multiple-checkout .grand-total big {display: block;padding-bottom: 10px;}

body.checkout-multishipping-address-selectbilling .multiple-checkout p.actions a, body.checkout-multishipping-success .multiple-checkout a {margin-left: -4px;text-decoration: none; padding: 1px 4px;display: inline-block;}

body.checkout-multishipping-success .multiple-checkout .sub-title {padding-bottom: 18px;}
body.checkout-multishipping-success .multiple-checkout a {text-decoration: none; font-weight: bold;}

body.checkout-multishipping-overview .multiple-checkout .col2-set:first-child {border-bottom: 1px solid #e5e5e5;margin-bottom: 19px;}




/* PayPal ===================================================================== */

body.paypal-express-review .sub-title {padding-bottom: 18px;}

.paypal-review-order h2, .paypal-review-order .paypal-shipping-method {padding-bottom: 18px;}

.paypal-review-order h2 a {
    font-size: 12px;
    padding: 1px 4px;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.paypal-review-order .buttons-set {
    border-top: 1px solid #e5e5e5;
    padding: 19px 0 0; margin-top: 10px;
}
.paypal-review-order .buttons-set button.button {margin-left: 3px;}

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

/* ======================================================================================= */
/* indent for contact page */
body.contacts-index-index .col-main {padding-bottom: 21px;}


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

.std .alignleft { margin: 4px 27px 7px 0; float: left;}
.std .alignright { margin: 4px 0 7px 27px; float: right;}
.std .aligncenter { margin: 0 auto 7px; display: block; text-align: center;}

.header-container .std a.alignleft, .header-container .std a.alignright, .header-container .std a.aligncenter,
.content-container .std a.alignleft, .content-container .std a.alignright, .content-container .std a.aligncenter,
.footer-container .std a.alignleft, .footer-container .std a.alignright, .footer-container .std a.aligncenter { background-color: transparent; padding: 0;}


.std blockquote {
    background-color: #f0f0f0;
    padding: 25px 25px 10px;
    font-size: 15px;
}
.std blockquote:before {
    content: '"';
    width: 15px; height: 11px;
    margin: -2px 5px 0 -2px;
    font-size: 22px;
    float: left;
}

a.responsive {display: inline-block; max-width: 100%; margin: 0; padding: 0}
a.responsive img, img.responsive {max-width: 100%; height: auto}


/*	Tables
-------------------------------------------------- */
table.ox_table { margin-bottom: 21px; width: 100%}
table.ox_table th, table.ox_table td, table.ox_table caption { padding: 10px 15px}
table.ox_table caption { background: #eee}
table.ox_table thead { background: #363636}
table.ox_table thead th { text-align: left;  color: #fafafa}
table.ox_table tbody td { border-top: 1px solid #ddd; border-color: rgba(0,0,0,.06); -moz-transition: all .6s ease-in; -webkit-transition: all .6s ease-in; -o-transition: all .6s ease-in;}
table.ox_table tbody tr:first-child td { border-top: 0}
table.ox_table tbody tr:hover td {background: #f8f8f8; border-color: rgba(0,0,0,.03); color: #757575; -moz-transition: all .1s ease-in; -webkit-transition: all .1s ease-in; -o-transition: all .1s ease-in;}
table.ox_table tfoot { font-style: italic}


pre {
    overflow-x: auto;
    padding-left: 8px; margin-bottom: 20px;
    background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/bg_code.png') repeat 0 0;
    line-height: 21px;
}

/*	Fluid Columns
-------------------------------------------------------------- */
.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .one_sixth {float: left;margin-right: 2.8%;}
.one_half { width: 48%; *width: 47.99%;}
.one_third { width: 30.66%; }
.two_third { width: 65.32%; }
.one_fourth { width: 22%; *width: 21.9%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.96%; }
.one_sixth { width: 13.5%; }
.one_half.last, .one_third.last, .two_third.last, .one_fourth.last, .three_fourth.last, .one_fifth.last, .one_sixth.last { margin-right: 0px;}

/* Fluid grid for content - no margins / paddings
----------------------------------------------------------------------------------------------------*/
.fc_container { width: 100%; margin: 0 0 20px; }
.fc_border_box { margin-left: -10px; margin-right: -10px; width: auto }
.fc_2cols_767 {}
.fc_grid_1,.fc_grid_2,.fc_grid_3,.fc_grid_4,.fc_grid_5,.fc_grid_6,
.fc_grid_7,.fc_grid_8,.fc_grid_9,.fc_grid_10,.fc_grid_11,.fc_grid_12 { display:block; float: left; position: relative; margin: 0; }

.fc_border_box .fc_grid_1, .fc_border_box .fc_grid_2, .fc_border_box .fc_grid_3, .fc_border_box .fc_grid_4,
.fc_border_box .fc_grid_5, .fc_border_box .fc_grid_6, .fc_border_box .fc_grid_7, .fc_border_box .fc_grid_8,
.fc_border_box .fc_grid_9, .fc_border_box .fc_grid_10, .fc_border_box .fc_grid_11, .fc_border_box .fc_grid_12 { box-sizing: border-box; padding: 0 10px; }


.fc_grid_1 { width:8.333%; }
.fc_grid_2 { width:16.666%; }
.fc_grid_3 { width:24.999%; }
.fc_grid_4 { width:33.332%; }
.fc_grid_5 { width:41.665%; }
.fc_grid_6 { width:49.998%; }
.fc_grid_7 { width:58.331%; }
.fc_grid_8 { width:66.664%; }
.fc_grid_9 { width:74.997%; }
.fc_grid_10 { width:83.33%; }
.fc_grid_11 { width:91.663%; }
.fc_grid_12 { width:100%; }

.fc_prefix_1 { padding-left:8.333%; }
.fc_prefix_2 { padding-left:16.666%; }
.fc_prefix_3 { padding-left:24.999%; }
.fc_prefix_4 { padding-left:33.332%; }
.fc_prefix_5 { padding-left:41.665%; }
.fc_prefix_6 { padding-left:49.998%; }
.fc_prefix_7 { padding-left:58.331%; }
.fc_prefix_8 { padding-left:66.664%; }
.fc_prefix_9 { padding-left:74.997%; }
.fc_prefix_10 { padding-left:83.33%; }
.fc_prefix_11 { padding-left:91.663%; }
.fc_prefix_12 { padding-left:100%; }

.fc_suffix_1 { padding-right:8.333%; }
.fc_suffix_2 { padding-right:16.666%; }
.fc_suffix_3 { padding-right:24.999%; }
.fc_suffix_4 { padding-right:33.332%; }
.fc_suffix_5 { padding-right:41.665%; }
.fc_suffix_6 { padding-right:49.998%; }
.fc_suffix_7 { padding-right:58.331%; }
.fc_suffix_8 { padding-right:66.664%; }
.fc_suffix_9 { padding-right:74.997%; }
.fc_suffix_10 { padding-right:83.33%; }
.fc_suffix_11 { padding-right:91.663%; }
.fc_suffix_12 { padding-right:100%; }

.fc_push_1 { left:8.333%; }
.fc_push_2 { left:16.666%; }
.fc_push_3 { left:24.999%; }
.fc_push_4 { left:33.332%; }
.fc_push_5 { left:41.665%; }
.fc_push_6 { left:49.998%; }
.fc_push_7 { left:58.331%; }
.fc_push_8 { left:66.664%; }
.fc_push_9 { left:74.997%; }
.fc_push_10 { left:83.33%; }
.fc_push_11 { left:91.663%; }
.fc_push_12 { left:100%; }

.fc_pull_1 { left:-8.333%; }
.fc_pull_2 { left:-16.666%; }
.fc_pull_3 { left:-24.999%; }
.fc_pull_4 { left:-33.332%; }
.fc_pull_5 { left:-41.665%; }
.fc_pull_6 { left:-49.998%; }
.fc_pull_7 { left:-58.331%; }
.fc_pull_8 { left:-66.664%; }
.fc_pull_9 { left:-74.997%; }
.fc_pull_10 { left:-83.33%; }
.fc_pull_11 { left:-91.663%; }
.fc_pull_12 { left:-100%; }

/*	Hidden block
-------------------------------------------------------------- */
.hidden-block {
    text-align: left;
    width: 245px;
    min-height: 399px;
    position: fixed;
    top: 10%;
    z-index: 99991;
    transition: 		all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
    -webkit-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
    -moz-transition: 	all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
    -o-transition:   	all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}
.hb-left {left: -245px;}
.hb-left:hover {left: 0;}

.hb-right {right: -245px;}
.hb-right:hover {right: 0;}

.hidden-block-icon {	
    position: absolute; top: 0;
    width: 45px; height: 45px;
    background: #202020 url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/totop_arrows.png) 0 100% no-repeat;
    cursor: pointer;
    z-index: 99999;		
}
.hb-left .hidden-block-icon { 
    right: -45px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.hb-right .hidden-block-icon { 
    left: -45px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.hidden-block-content {
    padding: 10px;
    border: 3px solid #000;
    background-color: #fff;	
}
.hidden-block-content img {
    max-width: 100%; height: auto;
}
.hidden-block-content a.imglink {background-color: transparent;padding: 0;}

/*	Cms banner
-------------------------------------------------------------- */
.cms-banner, .std a.cms-banner {display: inline-block;max-width:100%;padding: 0;margin: 0 auto;position: relative;overflow: hidden;}
.cms-banner img { max-width: 100%; height: auto; }
.cms-banner .text-container { z-index: 2; margin: 40px 29px; display: block; visibility: hidden }
.cms-banner .link { margin:0; font-size: 12px }
.cms-banner.cms-banner-big .text-container {margin: 44px}
.cms-banner.cms-banner-big .text-container .animation-wrapper {margin-top: 0}
.cms-banner.cms-banner-big .text {font-size: 42px; line-height: 42px}

.cms-banner.cms-banner-big-link .link { position: relative; display: inline-block; overflow: hidden; white-space: nowrap; line-height: 35px; margin: 0; padding:0 41px 0 11px; color:#000; font-size:16px; font-weight:700; text-transform:uppercase; text-decoration: none; }
.cms-banner.cms-banner-big-link .link.no-arrow {  padding:0 11px; }
.cms-banner.cms-banner-big-link .link span { display: block; position: absolute; top: 0; right: 0; overflow: hidden; width:25px; height: 35px; background-image:url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/slideshow_link_arrow.png'); background-position: 100% 100%; background-repeat: no-repeat }
.no-touch .cms-banner.cms-banner-big-link .link:hover span { background-position: 0 100%; }
/* black icon */
.cms-banner.cms-banner-big-link .link.icon-white span {background-position:100% 0;}
.no-touch .cms-banner.cms-banner-big-link .link.icon-white:hover span {background-position:0 0;}

.cms-banner .top-left { top: 0; left: 0 }
.cms-banner .bottom-left { bottom: 0; left: 0 }
.cms-banner .top-right { top: 0; right: 0; text-align: right }
.cms-banner .bottom-right { bottom: 0; right: 0; text-align: right }
.cms-banner .center { text-align: center }
.cms-banner .center .animation-wrapper { margin: 0 auto }
.cms-banner .center-center { left: 0; right: 0; margin-left: auto; margin-right: auto; }
.cms-banner .center-right { right: 0;}
.cms-banner .center-left { left: 0;}
.cms-banner .center-top { top: 0;}
.cms-banner .center-bottom { bottom: 0;}
.cms-banner .top-right .animation-wrapper { margin-left: auto }
.cms-banner .bottom-right .animation-wrapper { margin-left: auto }
.cms-banner .center-right .animation-wrapper { margin: 0 0 0 auto }
.cms-banner .center-left .animation-wrapper { margin: 0 auto 0 0 }
.cms-banner .top-left .animation-link.animate-me,
.cms-banner .bottom-left .animation-link.animate-me{ margin-left:10px;}
.cms-banner .top-right .animation-link.animate-me,
.cms-banner .bottom-right .animation-link.animate-me{ margin-right:10px;}
.no-touch .cms-banner a:hover { background: transparent }

#twttrHubFrame, #twttrHubFrameSecure  { display: none !important }


/*	Custom pages css
-------------------------------------------------------------- */
.contacts-index-index .fieldset {border: none;padding: 37px 0 0;}
.contacts-index-index .fieldset .legend { background: transparent; font-size: 20px; font-weight: 800; text-transform: uppercase}
.contacts-index-index .form-list .field:first-child { margin-right: 4%; }
.contacts-index-index .form-list .field { width: 48%; }
.contacts-index-index p.required {float: left;}
body.contacts-index-index .grid_13 .form-list .field {width: 344px; }

.what-people-say {background-color:#f6f6f6;position: relative;/* padding: 30px 100px; */padding: 60px 50px;}
.what-people-say:before {
    content: '';
    position: absolute;
    left: -200%;
    right: -200%;
    top: 0px;
    bottom: 0px;
    display: block;
    background-color: inherit;
}

/* 
	Popup styles:
*/
.page-popup #toTop {display: none !important;}
.page-popup div > .buttons-set {padding-top: 15px;}


/*	Shipping Tracking Popup styles:
-------------------------------------------------------------- */
.shipping-tracking-popup { background-color: #fff;}

body.shipping-tracking-popup .page-title button.button {display: none;}
body.shipping-tracking-popup h2.sub-title { padding: 0 0 28px 2px;}
body.shipping-tracking-popup .data-table th.label {  background-color: rgba(0,0,0,.03);}
body.shipping-tracking-popup .data-table th.label, body.shipping-tracking-popup .data-table td { padding: 13px 13px 0;}
body.shipping-tracking-popup .data-table tr.last th.label, body.shipping-tracking-popup .data-table tr.last td { padding-bottom: 13px;}

body.shipping-tracking-popup .data-table a { color: #000;}

body.shipping-tracking-popup .divider { margin: 16px 0; background-color: #e5e5e5;}
body.shipping-tracking-popup div > .buttons-set {padding-top: 5px;}



.slideshow-container button.button > span:before, .rev_slider_wrapper button.button > span:before { display: none }
.slideshow-container button.button.btn-big span, .rev_slider_wrapper button.button.btn-big span { height:65px; line-height: 65px; padding:0px 50px }
.slideshow-container button.button.btn-big span span, .rev_slider_wrapper button.button.btn-big span span { padding:0 }
.slideshow-container .link, .rev_slider_wrapper .link { position: relative; display: inline-block; overflow: hidden; white-space: nowrap; line-height: 35px; margin: 0; padding:0 41px 0 11px; color:#000; font-size:16px; font-weight:700; text-transform:uppercase; text-decoration: none; cursor: pointer }
.slideshow-container .link.no-arrow, .rev_slider_wrapper .link.no-arrow {  padding:0 11px; }
.slideshow-container .link span, .rev_slider_wrapper .link span { display: block; position: absolute; top: 0; right: 0; overflow: hidden; width:25px; height: 35px; background-image:url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/slideshow_link_arrow.png'); background-position: 100% 100%; background-repeat: no-repeat }
.no-touch .slideshow-container .link:hover span, .no-touch .rev_slider_wrapper .link:hover span { background-position: 0 100%; }

/* black icon */
.slideshow-container .link.icon-white span {background-position:100% 0;}
.no-touch .slideshow-container .link.icon-white:hover span {background-position:0 0;}


/*	Table td title hide
-------------------------------------------------------------- */
.data-table .td-title {display: none;}

/*	Default Grid css ( 1024px )
-------------------------------------------------------------- */
.grid-fluid .row {width: 100%;}
.row { margin-left: auto; margin-right: auto; max-width: 960px; }
.row .row {	margin-left: -12px;	margin-right: -12px; width:auto;}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6,
.grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12,
.grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18 {
    position: relative;
    display:inline;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    transition: all 100ms ease-in-out;
}

@media only screen and (min-width: 1024px) {
    .grid-fluid .grid_1, .grid-fluid .grid_2, .grid-fluid .grid_3, .grid-fluid .grid_4, .grid-fluid .grid_5, .grid-fluid .grid_6,
    .grid-fluid .grid_7, .grid-fluid .grid_8, .grid-fluid .grid_9, .grid-fluid .grid_10, .grid-fluid .grid_11, .grid-fluid .grid_12,
    .grid-fluid .grid_13, .grid-fluid .grid_14, .grid-fluid .grid_15, .grid-fluid .grid_16, .grid-fluid .grid_17, .grid-fluid .grid_18 {
	/* padding-left: 14px; */
	/* padding-right: 14px; */
	}
}

.alpha {margin-left: 0;} .omega {margin-right: 0;}

.grid_1  { width:3.556%;}
.grid_2  { width:9.111%;}
.grid_3  { width:14.667%;}
.grid_4  { width:20.222%;}
.grid_5  { width:25.778%;}
.grid_6  { width:31.333%;}
.grid_7  { width:36.889%;}
.grid_8  { width:42.444%;}
.grid_9  { width:50.0%;}
.grid_10 { width:53.556%;}
.grid_11 { width:59.111%;}
.grid_12 { width:64.667%;}
.grid_13 { width:70.222%;}
.grid_14 { width:75.778%;}
.grid_15 { width:81.333%;}
.grid_16 { width:86.889%;}
.grid_17 { width:92.444%;}
.grid_18 { width:100%;}

.col2-left-layout .col-main { float: right;}



/* default 2 columns */
/*.col2-layout .sidebar  { width: 22.7%;}
.col2-layout .col-main { width: 73.3%;}*/

/* col2-left-layout */
.col2-layout .sidebar  { width: 244px;}
.col2-layout .col-main { width: 100%;}
.col2-left-layout .col-main-wrap { margin-left: 244px;}
.col2-right-layout .col-main-wrap { margin-right: 244px;}

.col2-right-layout .col-right { float: right;}

/* default 3 columns */
.col3-layout .col-main  		{ width: 100%;}
.col3-layout .col-main-indent   { margin: 0 244px;}
.col3-layout .sidebar			{ width: 244px; margin-left: -100%;}

.col3-layout .col-left  		{ }
.col3-layout .col-right 		{ float: right;}


/* @todo: Hide Scroll on device: */
/*.header-container,*/
.page,
.footer-container,
.main-container {overflow-x: hidden;}

/* for button fancybox-close */
#fancybox-close { top: 0; right: 0; background: #000 url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/athlete/btn_remove_sprite.png') 5px 4px no-repeat; }

/* Custom styles for checkout inputs: */
.form-list .field:nth-child(odd) { margin-right: 2%; clear: both;}
.customer-name-prefix-middlename-suffix .field {margin-bottom: 12px;}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {width: 60px;}
.form-list .customer-dob .dob-year {width: 87px;}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {margin-right: 10px;}


/* Colorswatches
---------------------------------------------------------------------*/
.colorswatches-container .colorswatch a { display: inline-block; padding: 2px 4px;}

ol.configurable-swatch-list li a.swatch-link.has-image {  padding: 0;  margin: 0;}
ol.configurable-swatch-list li a.swatch-link.has-image:hover {background-color: transparent!important;}
ol.configurable-swatch-list li a.swatch-link.has-image, ol.configurable-swatch-list li a.swatch-link.has-image:hover {color: #000;}

ol.configurable-swatch-list li a.swatch-link img { border: 2px solid transparent;}
ol.configurable-swatch-list li a.swatch-link:hover img { border: 2px solid #000;}

ol.configurable-swatch-list li {float: left; width: 50%;}
ol.configurable-swatch-list li a.swatch-link {margin: 0;}


ul.configurable-swatch-list li { display: inline-block;margin: 0 4px 4px 0; text-align: center;}
ul.configurable-swatch-list li a.swatch-link {  display: inline-block; padding: 2px 4px;margin: 0 -3px;}
ul.configurable-swatch-list li a.swatch-link.has-image, ul.configurable-swatch-list li a.swatch-link.has-image:hover {
    -webkit-transition: inherit; -moz-transition: inherit; -o-transition: inherit; transition: inherit;
}


ul.configurable-swatch-list li a.swatch-link.has-image {padding: 0;  margin: 0}

ul.configurable-swatch-list li.selected a.swatch-link.has-image,
ul.configurable-swatch-list li a.swatch-link.has-image:hover {background-color: transparent!important;}

ul.configurable-swatch-list li a.swatch-link img { border: 2px solid transparent;}
ul.configurable-swatch-list li a.swatch-link:hover img, ul.configurable-swatch-list li.selected a.swatch-link img { border: 2px solid #000;}
ul.configurable-swatch-list li span.x {display: none;}


.products-grid ul.configurable-swatch-list {padding: 3px 0 0 3px; position: relative; z-index: 1;}


.products-list ul.configurable-swatch-list {clear: both;   margin: -10px 0 10px;}

/* Blog reCaptcha
----------------------------------*/
#recaptcha_area { padding-left: 76px; padding-bottom: 20px;}

/* medium button ----------------------------------*/
button.medium-button span {
    padding: 10px 35px;
}

/* rounded and transparent social icons styles ----------------------------------*/	
.rounded a.social-icon{ border-radius: 17px; }	
.nobg a.social-icon{background-color:transparent;}
/* content blocks---------------------------------- */
.content-block{
    width: 100%;
    max-width: 600px;
    padding: 15px;
    margin: 0 auto;
}

.table-block .cell{
    display: table-cell;
    float: none;
    vertical-align: middle;
}

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

.table-block{
    display: table;
    width:100%;
}

.half-block {
    max-width: 500px;
}
.third-block  {
    max-width: 350px;
}
.half-block .images, .third-block .images {
    position: relative;
}

.relative{
    position: relative;
}

.table-block .images{
    overflow: hidden;
}

.table-block .images img{
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
}

/* Hover buttons */
a>span.onhover {
    visibility: hidden;
    opacity: 0;
    transition: all 512ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}

a:hover>span.onhover {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 768px) and (max-width: 1024px){
    .content-block {max-width:400px;}
    .tablet_grid_6 {width: 49.998%}    
}


@media (max-width: 767px){
    .header .relative{
        margin-top: 0px;
    }
    .table-block .content-block {
	padding: 60px 0;
    }
    .table-block .cell, .table-block  {
	display: block;
	width:100%;
	margin:0;
    }
    .half-block, .third-block{
	max-width: 100%;
    }
    .content-block{
	max-width: 100%;
    }
    .mobile_a-center {
	text-align: center;
    }
}
/* Base */
::-moz-selection{background: #666; color: #fff; text-shadow: none;}
::selection{background: #666;color: #fff;text-shadow: none;}

/* Forms */
input:invalid, textarea:invalid { background-color: #f0dddd;}

/* Print styles */
@media print {
    * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important;}
    a, a:visited { text-decoration: underline;}
    a[href]:after { content: " (" attr(href) ")";}
    abbr[title]:after { content: " (" attr(title) ")";}
    /** Don't show links for images, or javascript/internal links  */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: "";}
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid;}
    thead {display: table-header-group; /* h5bp.com/t */}
    tr, img { page-break-inside: avoid;}
    img { max-width: 100% !important;}
    @page { margin: 0.5cm;}
    p, h2,h3 { orphans: 3; widows: 3;}
    h2,h3 {page-break-after: avoid;}
}
/* Captcha / form styles.css/line:1056; */
.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); }
}

a, 
.no-touch .brands-slider-container ul.brands li a span,
.no-touch .content-container .product-view .more-views .carousel-slider a span,
.opc .allow .step-title .number, .opc .allow .step-title,
.products-grid .actions li button.button,
.nav-top-title div.icon span,
.block-layered-nav li em,
.category-banner-container .link span,
.cms-banner.cms-banner-big-link .link,
.cms-banner.cms-banner-big-link .link span,
.slideshow-container .link,
.slideshow-container .link span,
.slide-title .link span {
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: 	all 600ms ease-in-out;
	-o-transition: 		all 600ms ease-in-out;
	transition:         all 600ms ease-in-out;
}

a:hover,
.no-touch .brands-slider-container ul.brands li a:hover span,
.no-touch .content-container .product-view .more-views .carousel-slider a:hover span,
.opc .allow:hover .step-title .number, .opc .allow:hover .step-title,
.products-grid .actions li button.button:hover,
.nav-top-title:hover div.icon span,
.block-layered-nav li em:hover {
	-webkit-transition: all 10ms ease-in-out;
	-moz-transition:	all 10ms ease-in-out;
	-o-transition: 		all 10ms ease-in-out;
	transition:         all 10ms ease-in-out;
}

.header-cart .summary{
	-moz-transition-property: 	background;
	-webkit-transition-property:background;
	-o-transition-property: 	background;
	transition-property:    	background;
}
.nav-top-title a {
	-moz-transition-property: 	background color;
	-webkit-transition-property:background color;
	-o-transition-property: 	background color;
	transition-property:    	background color;
}

.no-touch .brands-slider-container ul.brands li a img{
	-webkit-transition: opacity 600ms ease-in-out;
	-moz-transition: 	opacity 600ms ease-in-out;
	-o-transition: 		opacity 600ms ease-in-out;
	transition:         opacity 600ms ease-in-out;
}

.no-touch .brands-slider-container ul.brands li a:hover img{
	-webkit-transition: opacity 10ms ease-in-out;
	-moz-transition:	opacity 10ms ease-in-out;
	-o-transition: 		opacity 10ms ease-in-out;
	transition:         opacity 10ms ease-in-out;
}


.qty-container .qty-math:hover,
.btn-edit:hover, .btn-remove:hover {
	-webkit-transition: background 100ms ease-in-out;
	-moz-transition:	background 100ms ease-in-out;
	-o-transition: 		background 100ms ease-in-out;
	transition:         background 100ms ease-in-out;
}
.slider-container .price-box a {
	-moz-transition-property: 	background;
	-webkit-transition-property:background;
	-o-transition-property: 	background;
	transition-property:    	background;
}

a.social-icon, .header .form-search button.button span,
.header-currency, .header-language,
.header-currency .header-switch-trigger:after, .header-language .header-switch-trigger:after,
.header-currency .header-switch-trigger:before, .header-language .header-switch-trigger:before,
.title-container .slider-nav a, .product-view .product-img-box .more-views-nav a,
.prev-next a, #toTop,
.product-view .product-img-box .zoom .btn-zoom-in, .product-view .product-img-box .zoom .btn-zoom-out,
.banners-slider-container .nav a,
.athlete-slideshow .slide .controls .slide-control,
.athlete-slideshow .slide .slide-banner img {
	-webkit-transition: all 200ms ease;
	-moz-transition: 	all 200ms ease;
	-o-transition: 		all 200ms ease;
	transition:         all 200ms ease;
}


		.add-to-links a .link_i {
			-webkit-transition: all 600ms ease-in-out;
			-moz-transition: 	all 600ms ease-in-out;
			-o-transition: 		all 600ms ease-in-out;
			transition:         all 600ms ease-in-out;
		}
		.add-to-links a:hover .link_i, .slide-title a.link:hover, .text-container a.link:hover,
		.category-banner-container .link:hover span, .slide-title .link:hover span,
		.cms-banner.cms-banner-big-link .link:hover,
		.cms-banner.cms-banner-big-link .link:hover span {
			-webkit-transition: all 200ms ease;
			-moz-transition: 	all 200ms ease;
			-o-transition: 		all 200ms ease;
			transition:         all 200ms ease;
		}



.tp-leftarrow, .tp-rightarrow, .tp-bullets.simplebullets.athlete .bullet {
	-webkit-transition: all 260ms ease;
	-moz-transition: 	all 260ms ease;
	-o-transition: 		all 260ms ease;
	transition:         all 260ms ease;
}
.athlete-slideshow .slide .controls .slide-control,
.tp-leftarrow, .tp-rightarrow {
	-moz-transition-property: 	background;
	-webkit-transition-property:background;
	-o-transition-property: 	background;
	transition-property:    	background;
}

.view-mode a, .view-mode a:hover,
.products-grid .actions li button.button, .products-grid .actions li button.button:hover,
.products-grid .actions .add-to-links .link-wishlist, .products-grid .actions .add-to-links .link-compare {
	-moz-transition-property: 	background-color;
	-webkit-transition-property:background-color;
	-o-transition-property: 	background-color;
	transition-property:    	background-color;
}

.no-touch .banners-slider-container .banners li a img {
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition:    all 400ms ease-in-out;
	-o-transition:      all 400ms ease-in-out;
	transition:         all 400ms ease-in-out;

	-webkit-transform:scale(1) !important;
	-moz-transform:scale(1) !important;
	-o-transform:scale(1) !important;
	transform:scale(1) !important;
}
.no-touch .banners-slider-container .banners li:hover a img {
	-webkit-transform:scale(1.1) !important;
	-moz-transform:scale(1.1) !important;
	-o-transform:scale(1.1) !important;
	transform:scale(1.1) !important;
}

.products-grid li.item,
.products-list li.item,
.products-grid .ratings,
.products-grid .product-name:after, .products-grid .price-box:after,
.no-touch .products-grid li.item:hover .actions .add-to-links li,
.animation-link,
.text-container .text,
.text-container .text:after {
	-webkit-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	-moz-transition: 	all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	-o-transition:   	all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	transition: 		all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}
.products-grid li.item,
.products-list li.item {
	-moz-transition-property: 	background;
	-webkit-transition-property:background;
	-o-transition-property: 	background;
	transition-property:    	background;
	height: 365px;
}
.products-grid .product-name:after, .products-grid .price-box:after {
	transition-property:    	width;
	-moz-transition-property: 	width;
	-webkit-transition-property:width;
	-o-transition-property: 	width;
}
.products-grid .product-name a {
	-webkit-transition: none;
	-moz-transition: 	none;
	-o-transition:   	none;
	transition: 		none;
}
.no-touch .products-grid li.item:hover .actions .add-to-links li,
.products-grid .product-name:after, .products-grid .price-box:after,
.products-grid .ratings {
	-moz-transition-duration:    128ms;
	-webkit-transition-duration: 128ms;
	-o-transition-duration:      128ms;
	transition-duration:         128ms;
}
.animation-link {
	-moz-transition-property: 	margin;
	-webkit-transition-property:margin;
	-o-transition-property: 	margin;
	transition-property:    	margin;
}

button.button span, button.button > span:after {
	-webkit-transition: all 512ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	-moz-transition: 	all 512ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	-o-transition:   	all 512ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	transition: 		all 512ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}
button.button:hover span, button.button:hover > span:after {
	-webkit-transition: all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	-moz-transition: 	all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	-o-transition:   	all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
	transition: 		all 256ms cubic-bezier(0.330, 0.975, 0.245, 0.910);
}

.logo a {
	-webkit-transition: none;
	-moz-transition: 	none;
	-o-transition:   	none;
	transition: 		none;
}

.header-fixed {
	/* -webkit-transition: top 500ms ease-in-out; */
	-moz-transition:    top 500ms ease-in-out;
	-o-transition:      top 500ms ease-in-out;
	/* transition:         top 500ms ease-in-out; */
	transform: translate3d(0,0,0);
}
/* fix show navigation on devices: */
	@media only screen and ( min-width: 1024px) {
		body { min-width: 768px;}
		#nav {display:block !important;}
	}

@media only screen and ( min-width: 1024px) and (max-width: 1279px) {
	/* hide products hovers */	
		/*.col1-layout .product-columns-7 .products-grid li.item .name,
		.col1-layout .product-columns-7 .products-grid li.item button.quick-view { display: none !important;}*/
}


@media only screen and ( min-width: 1024px) {
	.header-cart .summary {min-width: 86px;display: inline-block;z-index: 1001;*/}
	
	/* fix products title when more 4 column */	
		.col3-layout .product-columns-5 .products-grid h2.product-name,
		.col3-layout .product-columns-6 .products-grid h2.product-name,
		.col3-layout .product-columns-7 .products-grid h2.product-name { font-size: 14px;}

	/* hide products hovers */
		/*.col2-layout .product-columns-6 .products-grid li.item .name,
		.col2-layout .product-columns-6 .products-grid li.item button.quick-view,
		.col2-layout .product-columns-7 .products-grid li.item .name,
		.col2-layout .product-columns-7 .products-grid li.item button.quick-view,		
		.col3-layout .product-columns-4 .products-grid li.item .name,
		.col3-layout .product-columns-4 .products-grid li.item button.quick-view,
		.col3-layout .product-columns-5 .products-grid li.item .name,
		.col3-layout .product-columns-5 .products-grid li.item button.quick-view,
		.col3-layout .product-columns-6 .products-grid li.item .name,
		.col3-layout .product-columns-6 .products-grid li.item button.quick-view,
		.col3-layout .product-columns-7 .products-grid li.item .name,
		.col3-layout .product-columns-7 .products-grid li.item button.quick-view { display: none !important;}*/
	
	/* products review */
		.add-review .form-add {/* width: 60%; */}
}


@media only screen and ( min-width: 768px) {
	.bg-line-resize {background: none;}

		.col3-layout .col-main 	{ }
		.col3-layout .col-left 	{ }
		.col3-layout .col-right { }
}




@media only screen and (max-width: 1279px) {
	.product-view  table.grouped-items-table .price-box .price {font-size: 25px;}	
	.product-view  table.grouped-items-table th, .product-view  table.grouped-items-table td, .product-view  table.grouped-items-table td.last {padding: 10px;}

	.product-view  table.grouped-items-table thead 	{ display: table-header-group;}
	.product-view  table.grouped-items-table tbody 	{ display: table-row-group;}
	.product-view  table.grouped-items-table th 	{ display: table-cell;}
	.product-view  table.grouped-items-table td 	{ display: table-cell;}
	.product-view  table.grouped-items-table tr 	{ display: table-row;}

	.product-view  table.grouped-items-table th.a-right, .product-shop  table.grouped-items-table td.a-right {text-align: right !important;}

}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	/* product page */
	.main-container .product-view .product-img-box {/* width: 100%; *//* max-width: 50%; */}
	.product-view .product-img-box img {max-width: 100%;height: auto;}
	.product-view .mousetrap {width: 100% !important;height: 100% !important;}
}


@media only screen and (max-width: 1023px) and (min-width: 768px) {
	.fc_grid_4 .cms-banner .text-container {margin: 14px 14px;}
	.fc_grid_4 .cms-banner .text-container span.text {font-size: 18px;letter-spacing: -1px; padding: 3px 7px 5px;}

	.std h4, .std .h4 {font-size: 14px;}
}
@media only screen and (max-width: 767px) {
    /* navigation */
	.header-nav-wide:before {background-color: transparent !important;}
    .header .nav-container {
        /* margin: 0; */
        /* position: relative; */
        /* z-index: 99; */
    }
    .nav-top-title {display: inline-block;/* margin-top: 3px; */}
    #nav{float:none;display:none;}
	#nav li {float:none;position:relative;margin:0 auto 3px;}
	#nav > li.parent > a > em, #nav ul.level0 li.parent a em {display:block;}
	#nav > li > a, #nav ul.level0 li a { float:none; padding:0; }
	#nav ul.level0 li a { display: block; padding:3px 0; }
	#nav li.level0 a span {padding:0px 10px; border:none;}
	#nav li:hover,
	#nav li.over,
	#nav>li>a:hover,
	#nav>li.over>a,
	#nav>li.active>a{border:none; background:transparent; color:#000; }
	#nav>li.parent>a:hover:before,
	#nav>li.parent.over>a:before {display:none;}
	#nav li.custom-block { display:none !important;}
	#nav > li > div, #nav ul.level0, #nav ul.level0 ul, #nav ul.level0 div { background: transparent !important; box-shadow: none; position: static !important; width: auto !important; margin:0 !important; padding:5px 0 5px 10px !important; display:none; }
	#nav > li > div, #nav ul.level0 div { padding: 0 !important;}
	#nav ul li {width:auto; }
	#nav ul.level0 > li { float:none !important; display:block !important; width:auto !important; margin:0 auto 1px !important; padding:0 !important;}
	#nav ul ul li { float:none !important; width:auto !important; margin:0 0 1px !important; padding:0 !important;}
	#nav, #nav ul li a {color:#fff}
	#nav ul li a:hover, #nav ul li.active > a, #nav ul li.over > a {color:#000; background-color:#ffe51e; }

	.header-switch {z-index: 9999;}

	.header-nav-txt {display: none;}

	.main {padding-bottom: 30px;}

	 
}

@media only screen and (max-width: 400px) {
	.header .search-visible .form-search {width: inherit;}
	.header .search-visible .form-search-over {/* width: 253px; */}

	.header .search-visible .form-search input {/* display: none; */}
	.header .search-visible .form-search-over input {/* width: 218px; */}

}

/*
@media only screen and (max-width: 1160px) and (min-width: 768px) {
	.header-fixed .search-visible .form-search {width: inherit;}
	.header-fixed .search-visible .form-search-over { width: 259px; }

	.header-fixed .search-visible .form-search input { display: none; }
	.header-fixed .search-visible .form-search-over input { width: 225px }

}*/

/***** iPad *****/
@media only screen and (max-width: 1023px) {
	.hide-below-1024 { display: none; }
	.show-below-1024 { display: block; }
	.slim-header .header .header-cart {
		top:14px;
	}
	.header .header-cart {
		/* margin: 0 0 0 10px; */
		/* float: none; */
		/* width: 35px; */
		/* position: absolute; */
		/* right: 0; */
		/* top: auto; */
		/* bottom: -54px; */
		/* height: 35px; */
		}

			
	.header .nav-search-container {/* position: relative; */}
		.header .form-search {/* right: 41px; */}
		.header-fixed .header-cart {/* bottom: -45px; */}

		
		
		.header .form-search-over {/* left: 17px; *//* width:inherit; *//* padding-left: 0; */}
		.header .form-search input {/* width: 100%; */}



	/* Header small version */
		.resized-header .header .top-links-container {padding: 0;}
	
	/* product list */
	.toolbar-switch .toolbar-title {/* padding: 0 25px 0 5px; */}
	.toolbar-switch.limiter .toolbar-title { padding-right: 25px;}

	.pager .amount, .pager .limiter, .pager .pages { margin-bottom:10px;}
	.pager { padding-bottom:2px }


	/* footer */
	.footer .info h4 { padding-right: 0;}

	.footer .info h4,
	.footer .newsletter .title,
	.footer .athlete_footer_connect .title { font-size: 20px;}

	.footer .newsletter-container, .footer .info {width: 100%;float: none;}
	.footer .newsletter { margin: 0 -23px; padding-top: 15px;}	

	.footer .athlete_footer_connect { padding-left: 0; padding-right: 0;}
	.athlete_footer_customer_service span {margin:0; display: block}

	.grid-fluid .footer .newsletter-container {/* margin-top: -41px; */}
	.grid-fluid .footer .newsletter {/* margin: 0 -43px; *//* padding-left: 42px; *//* padding-right: 42px; */padding-top: 19px;}

	/* toTop */
	#toTop {/* display:none !important; */}

    /* cloudZoom */
	.mousetrap, #cloud-big-zoom {display:none;}

	/*banner*/
	.header-banner .row:before { background: none;}
	.content-banner .row .banner { width: 100%; padding-left: 0; padding-right: 0; max-height: inherit !important;}
	.content-banner .row .banner:before {
		left: -1040px;
		width: 2000px;
	}
	.content-banner .clearfix {font-size: 0; line-height: 0;}

	/* product page */
	.product-view .product-img-box img {max-width: 100%;height: auto;}
	.product-options {/* width: inherit; */}
	.product-options dl dt {float: none;width: inherit;padding-bottom: 6px;}
	.product-options dl dt, .product-options dl dd {border-top: 0; margin-top: 0; padding-top: 0;}

	/* .col1-layout */.main-container .product-view .product-shop {left: inherit;padding-left: 0;}
	.main p.no-rating {margin-left: 0;}
	.category-banner-container .text { line-height: 40px; font-size: 40px; letter-spacing: -3px !important; }

	.cms-banner.cms-banner-big .text { line-height: 40px; font-size: 40px; letter-spacing: -3px !important; }
	.cms-banner.cms-banner-big-link .link { line-height: 26px; font-size: 14px; padding: 0 41px 0 7px; }
	.cms-banner.cms-banner-big-link .link span { width:19px; height: 26px; background-size: 38px 52px !important; }

	.catalog-product-view .brands-slider-container {margin-top: 20px;}
}

/***** iPad Smaller than 959px *****/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.fc_grid_6 .product-slider-container{
	margin: 20px 0 0;
}
	body {min-width: 756px;}
	.row { max-width:756px; }

	/* default 2 columns */
	.col2-layout .sidebar  { /*width: 30.7%;*/}
	.col2-layout .col-main { /*width: 65.3%;*/}

	/* default 3 columns */
	.col3-layout .col-main  { }

	.col3-layout .col-main-indent   { margin: 0 224px;}
	.col3-layout .sidebar			{ width: 224px;}
	.col3-layout .col-left  { }
	.col3-layout .col-right { }

	.col3-layout .grid_4 .olegnaxmegamenu-sidebar {margin-left: 0;}



		
/* HEADER
======================================================================================= */
		.header .top-links { right: -8px; }
		.slim-header .header .nav-container {padding: 23px 0px 0 23px;}
		.header .nav-container {/* padding: 18px 0px 16px 23px; */}

.slim-header #nav{
	top: 50px;
}

		#nav, .header-nav-wide #nav {
			/* position: absolute; */
			/* left: 0; */
			/* right: 0; */
			/* top: 55px; */
			/* padding: 23px 12px 19px 13px; */
			/* background: #000; */
		}
		/*#nav li {margin: 0 10px 3px;}*/

/* HEADER 2
======================================================================================= */
	.header-nav-wide {/* position: absolute; *//* left: 237px; *//* right: 0; *//* bottom: 4px; *//* padding-left: 20px; */}


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

	/* product list */
	.sorter { padding-right: 0;}


	/* product grid */
	button.button + a.btn-clear { margin-left: 23px;}


		.col3-layout .block .block-title {word-wrap:break-word;}

		.col3-layout .block {padding-left: 10px;padding-right: 10px;}
		.col3-layout .block-reorder button.button span {padding: 0 5px;}
		.col3-layout .block-reorder button.button span, .col3-layout .block-reorder .actions a {font-size: 11px;}

		.col3-layout .block-reorder button.button + a {margin-left: 2px;}
		.col3-layout .block-compare button.button + a.btn-clear {margin-left: 10px;}

		.col3-layout .block-compare button.button span {font-size: 13px;}

		.col3-layout .block-poll .block-subtitle {margin-left: -10px;margin-right: -10px; padding-left: 65px;padding-right: 5px;}
		.col3-layout .block-wishlist .link-cart {padding: 2px 3px;font-size: 11px;}
	
	.product-columns-4 ul.products-grid .actions,
	.product-columns-5 ul.products-grid .actions {top: 96px;}

	/* shopping cart */
	.data-table thead th,
	.data-table td {padding-left: 13px;padding-right: 13px;}
	.block_totals .checkout-types li:first-child { }
	.block_totals button.button > span, .title-buttons button.button > span { padding: 0 11px 0 10px;}
	.block_totals button.button span, .title-buttons button.button span { font-size: 13px;}
	
	/* block totals */
		.block_totals_indent {padding: 0px 15px;}
		.block.block_totals #shopping-cart-totals-table tfoot strong,.block_totals #shopping-cart-totals-table tfoot strong .price {font-size: 16px;}
		.block_totals .checkout-types li div.proceed-checkout-wrap { padding: 16px 15px 19px 30px;}



	.my-account .my-wishlist .data-table td {padding-left: 8px;padding-right: 8px;}
	.my-account .my-wishlist .data-table a.product-image {width: 81px;}
	.my-account .my-wishlist .data-table a.product-image img {max-width: 100%;}

	.my-account #my-orders-table thead th, .my-account #my-orders-table td,
	.my-account .dashboard .data-table thead th, .my-account .dashboard .data-table td {padding-left: 8px;padding-right: 8px;}



    /* product slider */
	.col1-layout .slider-container .products-grid > li,
	.col2-left-layout .slider-container .products-grid > li,
	.col2-right-layout .slider-container .products-grid > li,
	.col3-layout .slider-container .products-grid > li { margin:0 0 0 1px;}

	/* 1 columns */
	.col1-layout .product-columns-2 .products-grid li.item { width: 50%;}
	.col1-layout .product-columns-3 .products-grid li.item {/* width: 27.3333%; *//* margin-right: 0%; *//* margin-left: 0%; */}
	.col1-layout .product-columns-4 .products-grid li.item { width: 25%;}
	.col1-layout .product-columns-5 .products-grid li.item { width: 25%;}
	.col1-layout .product-columns-6 .products-grid li.item { width: 20%;}
	.col1-layout .product-columns-7 .products-grid li.item { width: 20%;}
	/* 2 columns */
	.col2-layout .product-columns-2 .products-grid li.item { width: 50%;}
	.col2-layout .product-columns-3 .products-grid li.item { width: 33.3333%;}
	.col2-layout .product-columns-4 .products-grid li.item { width: 33.3333%;}
	.col2-layout .product-columns-5 .products-grid li.item { width: 25%;}
	.col2-layout .product-columns-6 .products-grid li.item { width: 20%;}
	.col2-layout .product-columns-7 .products-grid li.item { width: 20%;}
	/* 3 columns */
	.col3-layout .product-columns-2 .products-grid li.item { width: 50%;}
	.col3-layout .product-columns-3 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-4 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-5 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-6 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-7 .products-grid li.item { width: 33.3333%;}


	.title-container {/* margin-top: -17px; */line-height: 30px;}
	.title-container h3 { font-size: 30px; line-height: 30px; }
	.product-slider-container-big .title-container { margin-top: -26px;  line-height: 48px; }
	.product-slider-container-big .title-container h3 { font-size: 48px; line-height: 48px; }
	
	/*slider col1*/
	.col1-layout .col-main .product-slider-container .title-container h3 {max-width: 632px}
	.col1-layout .col-main .product-slider-container-big .title-container h3 {max-width: 612px}

	
	/*slider col2*/
	.col2-left-layout .col-main .product-slider-container .title-container h3,
	.col2-right-layout .col-main .product-slider-container .title-container h3 {max-width: 422px}
	.col2-left-layout .col-main .product-slider-container-big .title-container h3,
	.col2-right-layout .col-main .product-slider-container-big .title-container h3 {max-width: 402px}
	
	/*slider col3*/
	.col3-layout .col-main .product-slider-container .title-container h3 {max-width: 296px}
	.col3-layout .col-main .product-slider-container-big .title-container h3 {max-width: 276px}

	.block-reorder button.button span, .block .actions a {padding: 0 8px;}

	/* product page */
	.main-container .product-view .product-img-box {/* width: auto; *//* max-width: 40%; *//* float: left; */}
	.product-view .product-tabs {margin-top: 20px;}

	/*	Multiple checkout */
	ul.checkout-progress li {margin-right: 3px;}
	.multiple-checkout .page-title h1 {font-size: 42px;}
	.multiple-checkout .page-title button.button {margin-top: 7px;}

	.my-account .product-review .product-img-box {float: left;}
	.my-account .product-review .dedicated-review-box {margin: 0;}
	.my-account .dedicated-review-box .average-rating {margin: 0;}

	/* footer */
	.footer {}
	.footer .footer-row {margin-left: -2%;}
	.footer .one_fourth, .footer .one_fifth, .footer .one_sixth {
		clear: inherit;
		display: inline-block;
		width: 31.3333%;
		/* margin: 0 -3px 36px 2%; */
		vertical-align: top;
		float: none;
	}

	/***************** fullwidth block ********************/
	.what-people-say {/* padding: 60px 50px; */}
}

@media only screen and (max-width: 767px) {	
	.grid-fluid .row {/* width: 94%; */}

	.row .row {margin:0 auto;}
	.row .grid_1,.row .grid_2,.row .grid_3,.row .grid_4,.row .grid_5,.row .grid_6,
	.row .grid_7,.row .grid_8,.row .grid_9, .row .grid_10,.row .grid_11,.row .grid_12,
	.row .grid_13,.row .grid_14,.row .grid_15,.row .grid_16,.row .grid_17,.row .grid_18 {width:100%;/* padding-left: 0px; *//* padding-right: 0px; */float: left;}

	.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .footer .one_fifth, .footer .one_sixth { width: 100%; float: none; clear: both; margin: 0; margin-bottom: 36px;}
	.fc_container {margin: 0}
	.fc_grid_1,.fc_grid_2,.fc_grid_3,.fc_grid_4,.fc_grid_5,.fc_grid_6,
	.fc_grid_7,.fc_grid_8,.fc_grid_9,.fc_grid_10,.fc_grid_11,.fc_grid_12 { float: none; width:100%; margin: 0 0 20px }
	.fc_border_box .fc_grid_1, .fc_border_box .fc_grid_2, .fc_border_box .fc_grid_3, .fc_border_box .fc_grid_4,
	.fc_border_box .fc_grid_5, .fc_border_box .fc_grid_6, .fc_border_box .fc_grid_7, .fc_border_box .fc_grid_8,
	.fc_border_box .fc_grid_9, .fc_border_box .fc_grid_10, .fc_border_box .fc_grid_11, .fc_border_box .fc_grid_12 { padding: 0; }
	.fc_2cols_767 .fc_grid_1, .fc_2cols_767 .fc_grid_2, .fc_2cols_767 .fc_grid_3, .fc_2cols_767 .fc_grid_4,
	.fc_2cols_767 .fc_grid_5, .fc_2cols_767 .fc_grid_6, .fc_2cols_767 .fc_grid_7, .fc_2cols_767 .fc_grid_8,
	.fc_2cols_767 .fc_grid_9, .fc_2cols_767 .fc_grid_10, .fc_2cols_767 .fc_grid_11, .fc_2cols_767 .fc_grid_12 { float: left; width:50%; }
	.std .alignleft, .std .alignright, .std .aligncenter {display: block;float: none;margin: 0;}
	.std img.alignleft, .std img.alignright, .std a.alignleft img, .std a.alignright img {float: none !important; margin: 0 0 18px;}

	.col-layouts .col-main-wrap {margin: 0;}

	.hide-below-768 { display: none; }
	.show-below-768 { display: block; }

/* HEADER
======================================================================================= */
	.top-bar { display: none;}
	.header.row {margin-top: -2px;width: 100%;max-width: 100%;z-index: 999;position: relative;}
	.header-fixed .header.row{margin-top: 0;}
	.header.row .grid_18 {width: inherit;margin: 0;/* float: none; */padding: 0px 12px;}
	.header .logo-container {
		display: block;
		width: auto;
		max-width: inherit;
		min-height: inherit;
		text-align: center;
	}
	.header .logo-container-indent { padding: 22px;}

	.header .header-info-container {
		display: block;
		margin: 0 auto; padding: 0;
	}
	.header-language, .header-currency {
			float: none;
		z-index: 9999;
		display: inline-block;
		width: 211px; height: 28px;
		padding: 0px 8px 0px; margin: 0;
		border: 1px solid #343434; border-color: rgba(255,255,255,.11);
		/*background: #1b1b1b;*/
		text-align: left;
		line-height: 27px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header-language {margin-right: 5px;}
	.one-switch .header-language {margin-right: 0;}
	.one-switch .header-language, .one-switch .header-currency {width: 100%;}
	.header-dropdown ul li a {white-space: inherit;}

	
		.header-currency .header-switch-trigger:before, .header-language .header-switch-trigger:before { top: 12px;}			
	 	.header-currency .header-switch-trigger:after, .header-language .header-switch-trigger:after {display: none;}

	.header-currency .header-dropdown, .header-language .header-dropdown {left: -1px; right: -1px;}

	.header .header-cart {/* z-index: 999; *//* right: 14px; *//* bottom: -45px; */}
	.slim-header .header .header-cart {top:10px;}

	.header .nav-search-container {/* min-height: 54px; *//* top: 10px; */}
	.header .form-search {/* right: 55px; */top: 10px;}
	.header .form-search-over {/* left: 14px; */width: 200px;}
	.header .nav-container {padding: 18px 0px 16px 14px;}
	.header-nav-wide .nav-container {padding: 2px 0 0 0px;/* margin: -38px 0 16px; */}

	#nav, .header-nav-wide #nav {margin: 18px 14px 0 0;padding: 0;}
	.nav-top-title {padding: 2px 0 0 10px;}

	.header .top-links {float: none; z-index: 2; position: relative; clear: both; width: 100%;}
	.header .top-links ul { float: none; display: inline-block; text-align: center;}

	/* Header small version */
	.resized-header .header .top-links-container {min-height: 0;/* top: 10px; */}
	.resized-header .header .top-links-container:before {background-color: transparent;}
	.resized-header .header .top-links,
	.resized-header .header .header-language,
	.resized-header .header .header-currency,
	.grid-fluid .resized-header .header-language, .grid-fluid .resized-header .header-currency,
	.grid-fluid .resized-header .one-switch .header-language, .grid-fluid .resized-header .one-switch .header-currency { 
		display: none;
	}

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

	/* 	sidebar */
	.main .sidebar {margin-top: 15px }
	.col3-layout .sidebar {margin-left: 0;}
	.col3-layout .col-main-indent   { margin: 0 0;}


	/* 	header banner */
	.clearfix-resize:before, .clearfix-resize:after { content: ""; display: table; }
	.clearfix-resize:after { clear: both; }
	
	.header .top-links-container {text-align: center;padding: 6px 0 0;/* clear: both; *//* margin-right: 13px; *//* top: 10px; */}

	.header .one-switch, .grid-fluid .top-links-container {padding-left: 6px;padding-right: 6px;}

	.page-title h1, .product-view .product-category-title h3 {font-size: 28px;}

	/* checkout */
	body.checkout-onepage-index .col-right {margin-top: 18px;}
	.data-table table, .data-table thead, .data-table tbody, table.data-table th, table.data-table td, .data-table tr { 
		display: block; border: 0;  text-align: left !important;
	
	   
	}

	.lt-ie9 table.data-table tr, .lt-ie9 table.data-table td {
		width:100%;
	    float:left;
	}
	

	#shopping-cart-table tr {margin: 0 0 60px;}
	#shopping-cart-table tr.last {margin: 0 0 20px;}

    .data-table tfoot td { text-align:right !important;}   
    .data-table th { display:none;}    
    .data-table td {padding: 10px 0;}
    #checkout-review-table td.last {padding:10px 20px;}
    .data-table td.td-name h2 {font-size:20px; font-weight:300; }
    .data-table td.td-image a {text-align:center; }
    .cart-table a.product-image {width: auto; margin: 0 }
    .data-table .td-actions .btn-remove, .data-table .td-actions .btn-edit {display:inline-block;}
    .data-table td.td-price {padding:10px 0px; }
    .data-table td.td-qty {padding:0 0px; }
    .data-table td.td-qty .qty-container {width:185px;}
    .data-table td.td-qty .qty-container label {float:none;}
    .data-table td.last { padding: 0 0px; line-height: 21px; }
    .data-table .td-title {display:inline-block; width:100px; padding:0 10px 0 0; font-weight:bold; }
    .data-table .td-actions {display:inline; padding:0 5px; }
    .data-table th.td-wishlist, .data-table td.td-wishlist {display:none;}
    .cart-table tfoot td {padding: 0; text-align: center !important;}
    .cart-table tbody td:first-child {padding-top: 0;}

    .cart-table tbody td dl.item-options {
    	display: block;
		width: 186px;
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 10px;
		text-transform: none;
    }
    .cart-table tbody td dl.item-options dt {
    	display: block;
		font-weight: bold;
		width: 100px;
		margin-right: 10px;
    }
    .cart-table tbody td dl.item-options dt:after { content: '';}



	.cart-table .product-name {
		background: #f0f0f0;
		padding: 13px 10px 11px;
		text-align: center;
	}

	.cart-table td.a-center.a-center {
		clear: both;
		display: block;
		width: 186px;
		margin: 0 auto;
		white-space: nowrap;
	}


	.cart-table tfoot td.last div { 
		float: none; border: solid #e5e5e5; border-width: 1px 0; padding: 17px 0 5px; margin-bottom: 15px;
	}

	.cart-table tfoot td .btn-update, .cart-table tfoot td .btn-empty { display: inline-block;}
	.cart-table tfoot td .btn-empty {margin-left: 4px;}
	.cart-table tfoot td .btn-continue {margin: 0 auto;}

		.lt-ie9 .cart-table tfoot td.last div { padding: 17px 0}
		.lt-ie9 .cart .cart-collaterals {padding-top: 10px;}
		.lt-ie9 .cart-table tbody td dl.item-options {width: 100%;}


	.form-list .field { width: 100%;}
	.form-list .field, .form-list li.wide input.input-text { margin-bottom: 5px;}
	.form-list .field:first-child {margin-right: 0;}

	/* login */
	.block-login { margin: 50px auto;}

	/* my account */
	.grid_13 .my-account .page-title { margin-top: 0;}
	.my-account .page-title {text-align: left;}

	/* my wishlist */
	#wishlist-table a.product-image {width: auto;}	
	.my-wishlist .data-table thead, .dashboard .data-table thead {display: none;}
	.my-wishlist .data-table tr {border-bottom: 1px solid #eaeaea;}
	.data-table .cart-cell {text-align: left;}

	.my-account .my-wishlist .data-table td.last {position: relative;}

	.data-table .cart-cell .price-box,
	.data-table .cart-cell .add-to-cart-alt,
	.data-table .cart-cell input.input-text,
	.data-table .cart-cell button.button {display: inline-block; margin: 0 4px;margin-top: -1px;}
	.my-account button.btn-cart span {height: 30px;line-height: 30px;}
	.my-account button.btn-cart span span {background-position: 0 -35px;}
	.my-account button.btn-cart:hover span span { background-position:0 2px}
	.data-table .cart-cell p {display: inline-block; margin: 0;}
	.my-account {padding-bottom: 10px;}

	.my-wishlist .buttons-set2 { padding-top: 10px;}
	.my-wishlist .buttons-set2 button { float: none; display: block; margin: 0 0 10px;}

	.my-account .my-wishlist + .buttons-set {margin-top: -8px;padding-bottom: 12px;}

	.my-wishlist .data-table .cart-cell .price-box { margin: 0; padding-bottom: 12px; display: block;}
	.my-wishlist .data-table .cart-cell .add-to-cart-alt { margin: 0; padding: 0; display: block;}
	.my-wishlist .qty-container {margin: 0;width: 74px;}
	.my-wishlist .data-table .cart-cell input.input-text {margin: 0 0 14px;display: block;}
	.my-wishlist .data-table .cart-cell button.button {margin: 0 0 7px;}
	.my-wishlist .data-table .nobr {display: block;padding-bottom: 12px;}


	/* my order */	
	.order-items {overflow: inherit;}
	.order-items table.data-table table {display: table;}
	.order-items table.data-table thead, .order-items table.data-table tbody {display: table-row-group;}
	.order-items table.data-table tr {display: table-row;}
	.order-items table.data-table th, .order-items table.data-table td {display: table-cell;}
	.order-items table.data-table th {padding: 10px;}
	.order-items table.data-table td {padding: 10px;}

	/* checkout */
	.page-title h1 {float: none;}
	.checkout-cart-index .page-title h1 {text-align: center }
	.cart .title-buttons .checkout-types {float: none;text-align: center;}
	.cart .title-buttons .checkout-types li {float: none;}

	#checkout-review-table-wrapper table.data-table table {display: table;}
	#checkout-review-table-wrapper table.data-table thead, #checkout-review-table-wrapper table.data-table tbody {display: table-row-group;}
	#checkout-review-table-wrapper table.data-table tr {display: table-row;}
	#checkout-review-table-wrapper table.data-table th, #checkout-review-table-wrapper table.data-table td {display: table-cell;}

	.checkout-onepage-success .main .col-main {padding-bottom: 20px;}

	/* shopping cart */
	.cart .checkout-types {margin-top: 6px;}
	
	.cart .data-table thead {display: none;}

	.block.block_totals .checkout-types {float: none;}
	.block.block_totals #shopping-cart-totals-table tbody td {padding-bottom: 10px;}

	.data-table button.button {display: block; margin: 0 0 10px 0px; float: none;}

	/* product slider */
	.title-container{ margin-top: -13px; line-height: 22px; }
	.title-container h3{ font-size: 22px; line-height: 22px; }
	.product-slider-container-big .title-container{ margin-top: -17px; line-height: 30px; }
	.product-slider-container-big .title-container h3{ font-size: 30px; line-height: 30px; }

	/* registration form */
	.account-create .block-login {width: 270px}
	.account-create .block-login .registration-info { float:none; margin: 0 0 15px; }

	/* products list*/
	.products-list li.item {text-align: center;}
	.products-list li.item .product-image { float: none; display: inline-block; margin: 0 auto 13px; background: transparent; max-width: 100%;}
	.products-list .product-shop { margin-left: 0; padding: 0; text-align: left;}
	


	/* product page */
	.product-view .product-img-box {max-width: 100%;float: left;margin: 0 auto 20px;}
	
	.product-view .add-review .form-add {width:auto;}
	.product-view .add-review .form-list label {width: 100%; display: block; float: none; height: inherit; line-height: inherit;}
	.product-view .add-review .form-list div.input-box { overflow: inherit;}	
	.product-view .add-review .data-table th, .add-review .data-table td {display: table-cell;}
	.product-view .add-review .data-table tr th:first-child {width: 37px;}
	.product-view .add-review .form-list div.button-review-indent {padding-left: 0;}

	.product-view .add-to-cart .qty-container {/* margin-right: 2px */}
	.product-view .product-shop .social {padding-bottom: 13px;}
	.product-view .product-tabs {display: none;}
	.product-view .product-tabs-container h2.tab-heading {display: block;}
	.product-view .box-tags .form-add .input-box {width: 171px;}
	.product-view .dedicated-review-box .title-container button.button {margin-top: 0;}
	.product-view .product-essential {padding-bottom: 10px;text-align: center;}

	

	/* EMAIL TO A FRIEND */
	.send-friend {padding-bottom: 20px;}

	/* footer */	
	.footer .footer-info {}
	.footer .info { float: none; width: auto; margin: 0}
	.athlete_footer_customer_service {clear: both;padding: 20px 0 0; text-align: left;}
	.footer .facebook-block .fb-like {float: none; display: block;}
	
	.grid-fluid .footer .newsletter { padding-top: 15px;}

	.footer .facebook-block { margin-top: 0px;}

	.copyright-container .cc-icons {float: none;}
	.copyright-container address {clear: both; display: block; padding: 20px 0 0; height: inherit; min-height:inherit;}

	/*	Multiple checkout */
	ul.checkout-progress li {width: 100%;padding: 5px 0 10px;}
	.multiple-checkout .data-table thead {display: none;}
	.multiple-checkout .data-table tbody tr {border-bottom: 1px solid #e5e5e5;}
	.multiple-checkout .data-table tbody tr.last {border: 0;}
	.multiple-checkout .data-table tbody td { padding-left: 0; padding-right: 0;}
	.multiple-checkout .data-table tfoot td  { padding-bottom: 0;}
	.multiple-checkout .data-table button.button {margin-left: 0;}
	.multiple-checkout .buttons-set p.back-link {float: none;margin-bottom: 10px;}
	.multiple-checkout .buttons-set p.back-link a {display: inline-block;float: none;}
	.multiple-checkout .buttons-set button.button {float: none;}

	.prev-next {margin-top: 12px;}

	body.checkout-multishipping-overview .multiple-checkout .data-table tfoot {display: none;}

	.category-banner-container .text { line-height: 30px; font-size: 30px; letter-spacing: -2px !important; }
	.category-banner-container .link { line-height: 26px; font-size: 14px; padding: 0 41px 0 7px; }
	.category-banner-container .link span { width:19px; height: 26px; background-size: 38px 52px !important; }

	.cms-banner.cms-banner-big .text-container {margin:30px}
	.cms-banner.cms-banner-big .text { line-height: 30px; font-size: 30px; letter-spacing: -2px !important; }
	.cms-banner.cms-banner-big-link .link { line-height: 26px; font-size: 14px; padding: 0 41px 0 7px; }
	.cms-banner.cms-banner-big-link .link span { width:19px; height: 26px; background-size: 38px 52px !important; }

	.page-title .link-rss { margin-top: 13px;}



/*	Paypal
-------------------------------------------------------------- */
	.paypal-review-order table.data-table table {display: table;}
	.paypal-review-order table.data-table thead, .paypal-review-order table.data-table tbody {display: table-row-group;}
	.paypal-review-order table.data-table tr {display: table-row;}
	.paypal-review-order table.data-table th, .paypal-review-order table.data-table td {display: table-cell;}
	.paypal-review-order table.data-table th {padding: 10px;}
	.paypal-review-order table.data-table td {padding: 10px;}

	.paypal-review-order table.data-table tfoot td {padding-top: 0;padding-bottom: 3px;}
	



/*	Grid fluid
-------------------------------------------------------------- */
	.grid-fluid .header .header-info-container,
	.grid-fluid .header-nav-wide {max-width: 100%;/* left: 0px; *//* float: left; *//* margin-top: -2px; */}

	.grid-fluid .header-language,
	.grid-fluid .header-currency {
		width: 48.6%;
	}

	.grid-fluid .one-switch .header-language,
	.grid-fluid .one-switch .header-currency  { width: auto; display: block;}

	.grid-fluid .header-currency .header-dropdown, 
	.grid-fluid .header-language .header-dropdown {
		width: auto; right: -1px; padding: 0;
	}
	.grid-fluid .header-dropdown ul {padding: 15px;}


    /***************** fullwidth block ********************/
	.what-people-say {padding: 60px 20px; }

    /* revolution slider */
	.slideshow-container button.button.btn-big span { height:45px; line-height: 45px; padding:0px 30px }
	.slideshow-container .link { line-height: 26px; font-size: 14px; padding: 0 41px 0 7px; }
	.slideshow-container .link span { width:19px; height: 26px; background-size: 38px 52px !important; }
}


/***** iPhone (landscape) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	body { min-width: 456px;}
	.row { max-width: 426px;}


	.header .header-info-container { max-width: 456px;}
		
	.header-nav-wide {max-width: 456px;margin: 0 auto;}

	/* 1 columns */
	.col1-layout .product-columns-2 .products-grid li.item { width: 50%;}
	.col1-layout .product-columns-3 .products-grid li.item {/* width: 33.3333%; */}
	.col1-layout .product-columns-4 .products-grid li.item { width: 25%;}
	.col1-layout .product-columns-5 .products-grid li.item { width: 25%;}
	.col1-layout .product-columns-6 .products-grid li.item { width: 20%;}
	.col1-layout .product-columns-7 .products-grid li.item { width: 20%;}
	/* 2 columns */
	.col2-layout .product-columns-2 .products-grid li.item { width: 50%;}
	.col2-layout .product-columns-3 .products-grid li.item { width: 33.3333%;}
	.col2-layout .product-columns-4 .products-grid li.item { width: 33.3333%;}
	.col2-layout .product-columns-5 .products-grid li.item { width: 25%;}
	.col2-layout .product-columns-6 .products-grid li.item { width: 20%;}
	.col2-layout .product-columns-7 .products-grid li.item { width: 20%;}
	/* 3 columns */
	.col3-layout .product-columns-2 .products-grid li.item { width: 50%;}
	.col3-layout .product-columns-3 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-4 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-5 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-6 .products-grid li.item { width: 33.3333%;}
	.col3-layout .product-columns-7 .products-grid li.item { width: 33.3333%;}

	.products-grid .product-image img {height: auto;}

	/* product slider */
	.product-slider-container .title-container h3 {max-width: 318px !important;}
	.product-slider-container-big .title-container h3 {max-width: 298px !important;}

	/* product list */

	/* product page */
	.product-slider-container-big ul.products-grid .actions,
	.product-columns-3 ul.products-grid .actions,
	.product-columns-4 ul.products-grid .actions,
	.product-columns-5 ul.products-grid .actions {top: 85px;}


	.product-view .add-review .data-table colgroup {display: none;}
	.product-view .title-container {margin-top: -14px;}
	.product-view .title-container h3 {font-size: 28px;line-height: 28px;}
	

	.my-account .product-review .product-img-box {float: left;}
	.my-account .product-review .dedicated-review-box {margin: 0;}
	.my-account .dedicated-review-box .average-rating {margin: 0;}

	/* footer */
	.footer .newsletter-container { float: none; clear: both; width: auto;}

	.footer .footer-row {margin-left: -2%;}
	.footer .one_half, .footer .one_third, .footer .one_fourth, .footer .one_fifth, .footer .one_sixth {
		clear: inherit;
		display: inline-block;
		width: 48%;
		/* margin: 0 -3px 36px 2%; */
		vertical-align: top;
		float: none;
	}
}

/***** iPhone (portrait) *****/
@media only screen and (max-width: 479px) {
	body {min-width: 320px;}
	.row { max-width:300px;}

	.fc_2cols_767 .fc_grid_1, .fc_2cols_767 .fc_grid_2, .fc_2cols_767 .fc_grid_3, .fc_2cols_767 .fc_grid_4,
	.fc_2cols_767 .fc_grid_5, .fc_2cols_767 .fc_grid_6, .fc_2cols_767 .fc_grid_7, .fc_2cols_767 .fc_grid_8,
	.fc_2cols_767 .fc_grid_9, .fc_2cols_767 .fc_grid_10, .fc_2cols_767 .fc_grid_11, .fc_2cols_767 .fc_grid_12 { float: none; width:100%; }

	.hide-below-480 { display: none; }
	.show-below-480 { display: block; }

	.header .header-info-container { max-width: 320px;}
	.header-language, .header-currency { width: 148px;}
	

	.header .top-links li 		  { float: none;}


	.header-currency .header-dropdown, .header-language .header-dropdown { padding: 5px;}
	.header .top-links > ul:first-child li:after { display: none;}
	.header .top-links > ul:first-child li a { margin: 0;}

	/* header 2 */
	.header-nav-wide { max-width: 320px; margin: 0 auto;}

	/* 	sidebar */
	.main .sidebar {margin-top: 15px }

	/* login */
	.block-login, .block-login .slides > li { width: 250px;}

	/* product grid */
	.col-layouts ul.products-grid li.item {/* width: 50%; */}

	.product-columns-4 ul.products-grid .actions,
	.product-columns-5 ul.products-grid .actions {top: 96px;}

	/* product slider */
	.product-slider-container .title-container h3 {max-width: 212px !important;}
	.product-slider-container-big .title-container h3 {max-width: 192px !important;}

	/* my order */
	.order-items table.data-table th, .order-items table.data-table td {padding: 5px; font-size: 11px;}
	.order-items .data-table .product-name, .order-items .data-table .cart-price {font-size: 11px;}

	/* checkout */
	.col2-set .col-1 {float: none;width: auto;padding-bottom: 20px;}
	.col2-set .col-2 {float: none;width: auto;}
	#checkout-review-table-wrapper table.data-table thead th, #checkout-review-table-wrapper table.data-table td {padding-left: 10px;padding-right: 10px;}
	#checkout-review-submit button.btn-checkout span { font-size: 12px;}

	/* my wishlist */

	/* shopping cart */
	.block_totals button.button span span {font-size: 14px;}
	.cart .cart-collaterals .title-container {text-align: left;}
	.cart .cart-collaterals .title-container h3 {padding-left: 0;}

	.cart-table tfoot td .btn-empty { margin-left: 0;}

	/* product list */
	.sorter .view-mode { margin-right: 8px;}

	.product-shop .add-to-links { margin: 21px auto; text-align: center;}
	.product-shop .add-to-links li {text-align: left;}
	.product-shop .add-to-links li a { margin-left: 10px;}
	.product-shop .add-to-links li:first-child a {margin-left: 0;}

	/* product page*/
	.product-view .qty-container {padding: 13px 10px 12px 5px;/* width: 131px; */}
	.product-view .qty-container label {padding: 0px 10px 0px 0px;}
	.product-view .product-slider-container {border-top: 0;}
	.product-view .title-container h3 {font-size: 18px;line-height: 28px;}
	.product-view .dedicated-review-box .title-container button.button {margin: 8px 0 0;}
	.product-view .dedicated-review-box .average-rating .ratings-table {margin-left: 28px;}
	.add-review .form-list li {padding-bottom: 14px;}
	.add-review .form-list label, .add-review .form-list label.summary {/* width: 100%; *//* float: none; *//* height: auto; *//* line-height: 22px; */}

	.product-view .add-review .data-table colgroup {display: none;}

	.product-view .add-review .data-table td.selected-value { display: none;}
	.grid-fluid .product-view .add-review .data-table td.selected-value { display: table-cell;}


	.product-view .add-to-cart { float: none }
	.product-view .add-to-cart button.button {/* float: left; *//* width: 50%; */}
	.product-view .add-to-cart .qty-container {/* float: none; *//* width: 50%; */margin: 0;/* padding-left: 0; *//* padding-right: 0; */padding: 0;/* text-align: center; */}
	.product-view .add-to-cart .qty-content-container { display: inline-block }
	.product-view button.btn-cart > span {/* padding: 0px 13px 0px 7px; *//* display: inline; *//* float: left; */}
    .product-view button.btn-cart span span {/* padding: 0px 0px 0px 33px; */}

	.my-account .product-review .product-details {margin: 0;}
	.my-account .product-review .dedicated-review-box {margin: 0;}

	.product-options dl ul.options-list .label {font-size: 12px;}

	/* footer */	
	.footer .newsletter-container { float: none; clear: both; width: auto;}

	.category-banner-container .text { line-height: 24px; font-size: 24px; letter-spacing: -2px !important; }
	.category-banner-container .link { line-height: 20px; font-size: 14px; padding: 0 31px 0 5px; }
	.category-banner-container .link span { width:14px; height: 20px; background-size: 28px 40px !important; }

	.cms-banner.cms-banner-big .text-container {margin:19px}
	.cms-banner.cms-banner-big .text { line-height: 24px; font-size: 24px; letter-spacing: -2px !important; }
	.cms-banner.cms-banner-big-link .link { line-height: 20px; font-size: 14px; padding: 0 31px 0 5px; }
	.cms-banner.cms-banner-big-link .link span { width:14px; height: 20px; background-size: 28px 40px !important; }

	table.ox_table th, table.ox_table td, table.ox_table caption {padding: 7px;}

	.page-title .link-rss { width: 13px; height: 13px; padding: 0; font-size: 0;}

	/* revolution slider */
	.slideshow-container button.button.btn-big span { height:30px; line-height: 30px; padding:0px 10px }
	.slideshow-container .link { line-height: 20px; font-size: 14px; padding: 0 31px 0 5px; }
	.slideshow-container .link span { width:14px; height: 20px; background-size: 28px 40px !important; }
}
@media only screen and (max-width: 400px) {
	.grid-fluid .product-view .add-review .data-table td.selected-value { display: none;}


/*	Paypal
-------------------------------------------------------------- */
	.paypal-review-order table.data-table .product-name {font-size: 13px;}
}


/*	HIDE PRODUCTS HOVERS
-------------------------------------------------------------- */




@media only screen and (min-width: 1680px) {
	/* Product slider container */
	.fc_grid_6  .product-columns-6 .products-grid li.item .name, .fc_grid_6 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-7 .products-grid li.item .name, .fc_grid_6 .product-columns-7 .products-grid li.item button.quick-view
	{
		display: none !important;
	}
}


@media only screen and (max-width: 1679px) and (min-width: 1440px) {
	/*5 */
	.col3-layout .product-columns-5 .products-grid li.item .name, .col3-layout .product-columns-5 .products-grid li.item button.quick-view,
	/*6 */
	.col2-layout .product-columns-6 .products-grid li.item .name, .col2-layout .product-columns-6 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-6 .products-grid li.item .name, .col3-layout .product-columns-6 .products-grid li.item button.quick-view,
	/*7 */
	.col3-layout .product-columns-7 .products-grid li.item .name, .col3-layout .product-columns-7 .products-grid li.item button.quick-view,

	/* Product slider container */
	.fc_grid_6  .product-columns-5 .products-grid li.item .name, .fc_grid_6 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-6 .products-grid li.item .name, .fc_grid_6 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-7 .products-grid li.item .name, .fc_grid_6 .product-columns-7 .products-grid li.item button.quick-view
	{
		display: none !important;
	}
}


@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	/*5 */
	.col3-layout .product-columns-5 .products-grid li.item .name, .col3-layout .product-columns-5 .products-grid li.item button.quick-view,
	/*6 */
	.col3-layout .product-columns-6 .products-grid li.item .name, .col3-layout .product-columns-6 .products-grid li.item button.quick-view,
	/*7 */
	.col2-layout .product-columns-7 .products-grid li.item .name, .col2-layout .product-columns-7 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-7 .products-grid li.item .name, .col3-layout .product-columns-7 .products-grid li.item button.quick-view,

	/* Product slider container */
	.fc_grid_6  .product-columns-5 .products-grid li.item .name, .fc_grid_6 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-6 .products-grid li.item .name, .fc_grid_6 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-7 .products-grid li.item .name, .fc_grid_6 .product-columns-7 .products-grid li.item button.quick-view
	{ 
		display: none !important;
	}
}
@media only screen and (min-width: 1280px) 	and (max-width: 1359px) {
	/*5 */
	.col3-layout .product-columns-5 .products-grid li.item .name, .col3-layout .product-columns-5 .products-grid li.item button.quick-view,
	/*6 */
	.col2-layout .product-columns-6 .products-grid li.item .name, .col2-layout .product-columns-6 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-6 .products-grid li.item .name, .col3-layout .product-columns-6 .products-grid li.item button.quick-view,
	/*7 */
	.col2-layout .product-columns-7 .products-grid li.item .name, .col2-layout .product-columns-7 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-7 .products-grid li.item .name, .col3-layout .product-columns-7 .products-grid li.item button.quick-view,

	/* Product slider container */
	.fc_grid_6  .product-columns-5 .products-grid li.item .name, .fc_grid_6 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-6 .products-grid li.item .name, .fc_grid_6 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-7 .products-grid li.item .name, .fc_grid_6 .product-columns-7 .products-grid li.item button.quick-view
	{ 
		display: none !important;
	}
}
@media only screen and ( min-width: 1024px) and (max-width: 1279px) {
	
	/*4 */
	.col3-layout .product-columns-4 .products-grid li.item .name, .col3-layout .product-columns-4 .products-grid li.item button.quick-view,
	/*5 */
	.col2-layout .product-columns-5 .products-grid li.item .name, .col2-layout .product-columns-5 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-5 .products-grid li.item .name, .col3-layout .product-columns-5 .products-grid li.item button.quick-view,
	/*6 */
	.col2-layout .product-columns-6 .products-grid li.item .name, .col2-layout .product-columns-6 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-6 .products-grid li.item .name, .col3-layout .product-columns-6 .products-grid li.item button.quick-view,
	/*7 */
	.col1-layout .product-columns-7 .products-grid li.item .name, .col1-layout .product-columns-7 .products-grid li.item button.quick-view,
	.col2-layout .product-columns-7 .products-grid li.item .name, .col2-layout .product-columns-7 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-7 .products-grid li.item .name, .col3-layout .product-columns-7 .products-grid li.item button.quick-view,
	
	/* Product slider container */
	.fc_grid_6  .product-columns-4 .products-grid li.item .name, .fc_grid_6 .product-columns-4 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-5 .products-grid li.item .name, .fc_grid_6 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-6 .products-grid li.item .name, .fc_grid_6 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-7 .products-grid li.item .name, .fc_grid_6 .product-columns-7 .products-grid li.item button.quick-view
	{ 
		display: none !important;
	}
}
@media only screen and (min-width: 768px) 	and (max-width: 1023px) {

	/*3 */
	.col3-layout .product-columns-3 .products-grid li.item .name, .col1-layout .product-columns-3 .products-grid li.item button.quick-view,
	/*4 */
	.col3-layout .product-columns-4 .products-grid li.item .name, .col3-layout .product-columns-4 .products-grid li.item button.quick-view,
	/*5 */
	.col2-layout .product-columns-5 .products-grid li.item .name, .col2-layout .product-columns-5 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-5 .products-grid li.item .name, .col3-layout .product-columns-5 .products-grid li.item button.quick-view,
	/*6 */
	.col2-layout .product-columns-6 .products-grid li.item .name, .col2-layout .product-columns-6 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-6 .products-grid li.item .name, .col3-layout .product-columns-6 .products-grid li.item button.quick-view,
	/*7 */
	.col2-layout .product-columns-7 .products-grid li.item .name, .col2-layout .product-columns-7 .products-grid li.item button.quick-view,
	.col3-layout .product-columns-7 .products-grid li.item .name, .col3-layout .product-columns-7 .products-grid li.item button.quick-view,

	/* Product slider container */
	.fc_grid_4  .product-columns-2 .products-grid li.item .name, .fc_grid_4 .product-columns-2 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-3 .products-grid li.item .name, .fc_grid_4 .product-columns-3 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-4 .products-grid li.item .name, .fc_grid_4 .product-columns-4 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-5 .products-grid li.item .name, .fc_grid_4 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-6 .products-grid li.item .name, .fc_grid_4 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-7 .products-grid li.item .name, .fc_grid_4 .product-columns-7 .products-grid li.item button.quick-view,
	
	.fc_grid_6  .product-columns-2 .products-grid li.item .name, .fc_grid_6 .product-columns-2 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-3 .products-grid li.item .name, .fc_grid_6 .product-columns-3 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-4 .products-grid li.item .name, .fc_grid_6 .product-columns-4 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-5 .products-grid li.item .name, .fc_grid_6 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-6 .products-grid li.item .name, .fc_grid_6 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-7 .products-grid li.item .name, .fc_grid_6 .product-columns-7 .products-grid li.item button.quick-view
	{ 
		display: none !important;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#recaptcha_area { padding-left: 0px; padding-bottom: 0px;}
	/*4 */
	.col1-layout .product-columns-4 .products-grid li.item .name, .col1-layout .product-columns-4 .products-grid li.item button.quick-view,
	/*5 */
	.col2-layout .product-columns-5 .products-grid li.item .name, .col2-layout .product-columns-5 .products-grid li.item button.quick-view,
	/*6 */
	.col1-layout .product-columns-6 .products-grid li.item .name, .col1-layout .product-columns-6 .products-grid li.item button.quick-view,
	.col2-layout .product-columns-6 .products-grid li.item .name, .col2-layout .product-columns-6 .products-grid li.item button.quick-view,
	/*7 */
	.col1-layout .product-columns-7 .products-grid li.item .name, .col1-layout .product-columns-7 .products-grid li.item button.quick-view,
	.col2-layout .product-columns-7 .products-grid li.item .name, .col2-layout .product-columns-7 .products-grid li.item button.quick-view,

	/* Product slider container */
	.fc_grid_6  .product-columns-4 .products-grid li.item .name, .fc_grid_6 .product-columns-4 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-5 .products-grid li.item .name, .fc_grid_6 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-6 .products-grid li.item .name, .fc_grid_6 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_6  .product-columns-7 .products-grid li.item .name, .fc_grid_6 .product-columns-7 .products-grid li.item button.quick-view
	{ 
		display: none !important;
	}

	
	.col1-layout .product-slider-container.product-columns-4 .products-grid li.item .name, .col1-layout .product-slider-container.product-columns-4 .products-grid li.item button.quick-view,
	.col2-layout .product-slider-container.product-columns-5 .products-grid li.item .name, .col2-layout .product-slider-container.product-columns-5 .products-grid li.item button.quick-view,
	.col1-layout .product-slider-container.product-columns-6 .products-grid li.item .name, .col1-layout .product-slider-container.product-columns-6 .products-grid li.item button.quick-view,
	.col2-layout .product-slider-container.product-columns-6 .products-grid li.item .name, .col2-layout .product-slider-container.product-columns-6 .products-grid li.item button.quick-view,
	.col1-layout .product-slider-container.product-columns-7 .products-grid li.item .name, .col1-layout .product-slider-container.product-columns-7 .products-grid li.item button.quick-view,
	.col2-layout .product-slider-container.product-columns-7 .products-grid li.item .name, .col2-layout .product-slider-container.product-columns-7 .products-grid li.item button.quick-view
	{ 
		display: none !important;
	}
}
@media only screen and (max-width: 479px) {
#recaptcha_area { padding-left: 0px; padding-bottom: 0px;}
#recaptcha_area  { transform: scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
.add-comments ul.form-list .input-box, .add-comments ul.form-list textarea{max-width: 255px;}
}

@media only screen and (min-width: 480px) {

	.fc_grid_3  .product-columns-3 .products-grid li.item .name, .fc_grid_3 .product-columns-3 .products-grid li.item button.quick-view,
	.fc_grid_3  .product-columns-4 .products-grid li.item .name, .fc_grid_3 .product-columns-4 .products-grid li.item button.quick-view,
	.fc_grid_3  .product-columns-5 .products-grid li.item .name, .fc_grid_3 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_3  .product-columns-6 .products-grid li.item .name, .fc_grid_3 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_3  .product-columns-7 .products-grid li.item .name, .fc_grid_3 .product-columns-7 .products-grid li.item button.quick-view,

	.fc_grid_4  .product-columns-3 .products-grid li.item .name, .fc_grid_4 .product-columns-3 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-4 .products-grid li.item .name, .fc_grid_4 .product-columns-4 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-5 .products-grid li.item .name, .fc_grid_4 .product-columns-5 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-6 .products-grid li.item .name, .fc_grid_4 .product-columns-6 .products-grid li.item button.quick-view,
	.fc_grid_4  .product-columns-7 .products-grid li.item .name, .fc_grid_4 .product-columns-7 .products-grid li.item button.quick-view
	{ 
		display: none !important;
	}
}

/*************************** Content blocks ***************************/

@media only screen and ( min-width: 767px) {
.c-block{
display: table-cell;   float: none;   vertical-align: middle;
}
.ch-block{max-width: 700px;margin: 0 auto;}
}
@media only screen and ( max-width: 767px) {
.ch-block{margin: 10%;}
}

/*************************** Hide ***************************/
@media only screen and (max-width: 1023px) and (min-width: 768px) {
.hidetablet{
display:none;
}
button.medium-button span {
padding: 5px 20px;
}
}
@media only screen and ( max-width: 767px) {
.hidemobile{
display:none;
}
button.medium-button span {
padding: 5px 20px;
}
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.billigegolfbolde.dk/skin/frontend/athlete/default/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('https://www.billigegolfbolde.dk/skin/frontend/athlete/default/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('https://www.billigegolfbolde.dk/skin/frontend/athlete/default/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('https://www.billigegolfbolde.dk/skin/frontend/athlete/default/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('https://www.billigegolfbolde.dk/skin/frontend/athlete/default/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}

/******************************************************************************************/
/************************* DO NOT EDIT THIS FILE ( v1.5.1 ) *******************************/
/******************************************************************************************/
/** Theme Color **/
	.logo-container,
	.header-cart .summary,
	.header .top-links a:hover,
	.footer .info-content a:hover,
	a.social-icon,
	.header a.btn-edit:hover, .content-container a.btn-edit:hover,
	.header a.btn-remove:hover, .content-container a.btn-remove:hover, .remember-me-popup .remember-me-popup-head .remember-me-popup-close:hover,
	.header .form-search button.button span,
	.header .form-search button.button:hover span,
	.header-currency:hover, .header-language:hover,
	#nav>li>a:hover,
	#nav>li.over>a,
	#nav>li.active>a,
	#nav>li.parent>a:hover:before,
	#nav>li.parent.over>a:before,
	.nav-top-title:hover a,
	.nav-top-title div.icon span,
	.product-view .product-img-box .zoom .btn-zoom-out:hover,
	.product-view .product-img-box .zoom .btn-zoom-in:hover,
	.opc .allow:hover .step-title,
	.opc .allow.active .step-title .number,
	.opc .allow.active:hover .step-title .number,
	
	p.back-link a,
	.block .actions a,
	.block-wishlist .link-cart:hover,
	.block-progress dt a,
	.sorter a.sort-by-arrow:hover,
	.view-mode a.grid:hover, .view-mode strong.grid, .view-mode a.list:hover, .view-mode strong.list,
	.pager .pages li a:hover, .pager .pages li.current,
	.pager .pages li a.previous :hover, .pager .pages li a.next:hover,
	.over .toolbar-title,
	.toolbar-dropdown ul li a:hover, .toolbar-dropdown ul li.selected a,
	.products-grid .actions li button.button:hover, .products-grid .actions .add-to-links .link-wishlist:hover,
	.products-grid .actions .add-to-links .link-compare:hover,
	.add-review .rating-radio.active,
	.product-tabs li.active a,
	.product-tabs a:hover,
	.product-tabs-container h2.tab-heading:hover,
	.product-tabs-container h2.active a,
	.product-tabs-container h2.active a:hover,
	.product-tags li a:hover,
	#toTop { background-color:#e9e9e9}

	
/* a:hover */
	.products-grid li.item.hover .product-hover .animate-me .price { color:#e9e9e9}

	.block, .remember-me-popup,
	.header-currency:hover .header-switch-trigger:after,
	.header-language:hover .header-switch-trigger:after {border-top-color:#e9e9e9;}

	.theme_bg_color{ background-color:#e9e9e9}
	.theme_border_color{ border-color:#e9e9e9}
	.theme_color{ color:#e9e9e9}


/* buttons */
	button.button span{color:#000000}
	.no-touch button.button:hover span {color:#ffffff}
	
	button.button > span:before, #toTop {background-color:#e9e9e9}
	button.button:hover > span:after, #toTop:hover {background-color:#000}
	
/* inverted buttons */
	button.inverted span {color:#ffffff}
	.no-touch button.inverted:hover span{color:#000000}
	.remember-me-popup .remember-me-popup-head .remember-me-popup-close,
        .qty-container .qty-math,
	.data-table .btn-edit, .data-table .btn-remove, .block .btn-remove,
	button.inverted > span:before { background-color: #000;}
	.remember-me-popup .remember-me-popup-head .remember-me-popup-close:hover,
        .qty-container .qty-math:hover,
	.data-table a.btn-edit:hover, .data-table a.btn-remove:hover, .block .btn-remove:hover,
	button.inverted:hover > span:after {background-color:#e9e9e9}


/** cms banners **/
	.cms-banner.cms-banner-big-link .link{color:#000000}
	.no-touch .cms-banner.cms-banner-big-link .link:hover {color:#ffffff !important}
	.cms-banner.cms-banner-big-link .link {background-color:#e9e9e9}
	.cms-banner.cms-banner-big-link .link:hover {background-color:#000 !important}


/** title **/

/** price **/
	.price-box .price {color:#38653d}
	.price-box .old-price .price, .new-product .price-box .old-price .price, .sale-product .price-box .old-price .price
	{color:#ff0000}
	.new-product .price-box .price,
	.no-touch .products-grid li.new-product:hover .product-hover .animate-me .regular-price .price {color:#f64126}
	.new-label {background-color:#f64126}
	.sale-product .price-box .price,
	.products-grid li.item.hover .product-hover .animate-me .special-price .price {color:#38653d}
	.sale-label {background-color:#38653d}

/** header_options **/

/** header content options **/
/*    .header-nav-txt.std { color:}
    .header-nav-txt.std a { color:}
    .header-nav-txt.std a:hover { color:}
*/


/*.top-bar,*/
.top-links-container, .top-links-container:before, .header .links:after {background-color:#202020}
.header-currency .header-switch-trigger:after, .header-language .header-switch-trigger:after {
	border-top-color:#202020;
}
.header-currency, .header-language, .header .top-links a {color:#d9d9d9}
.header-currency .header-switch-trigger:before, .header-language .header-switch-trigger:before {
	border-top-color: #d9d9d9 ;
}
.header .top-links a:hover, .header-cart .summary,
.header-currency:hover, .header-language:hover {color:#000000}
.header-currency:hover .header-switch-trigger:before, .header-language:hover .header-switch-trigger:before {
	border-top-color: #000000 ;
}

	.header-cart .summary {color:#ffffff}



/** header_dropdowns **/

/* navigation */
#nav>li>a,
.nav-top-title a, .header-nav-txt.std, .header-nav-txt.std a {color:#ffffff}
.nav-top-title:hover div.icon span,
.nav-top-title.active div.icon span {background-color:#ffffff}
#nav>li>a {font-size:14px}

@media only screen and (max-width: 1023px) {


	#nav ul.level0 li a {color:#ffffff}
	#nav ul.level0 li a:hover, #nav ul.level0 li.active > a, #nav ul.level0 li.over > a, .nav-top-title:hover a {color:#000}
	#nav ul.level0 li a:hover, #nav ul.level0 li.active > a, #nav ul.level0 li.over > a ,.nav-top-title:hover a {background-color:#e9e9e9}
}

/** content_banners **/
	.category-banner-container, .content-banner { background-color:#f7f7f7}
	.category-banner-container .text-container .text { background-color:#000000}
	.category-banner-container .text-container .text { color:#ffffff}
	.category-banner-container .text-container .text { background-color:#000000}
	.category-banner-container .text-container .text { color:#ffffff}
	.category-banner-container .text-container .link { background-color:#e9e9e9}
	.category-banner-container .text-container .link { color:#000000}
	.no-touch .category-banner-container .link:hover { background-color:#000000}
	.no-touch .category-banner-container .link:hover { color:#ffffff}

/** Content area **/
	.main-container, .content-container, .brands-slider-container, .title-container h3, .title-container .slider-nav,
	.page-popup {background-color:#ffffff}



.product-shop .add-to-links a, .product-shop .add-to-links a:hover,
.products-grid .product-name a,
.data-table a.product-image, .data-table a.product-image:hover,
.banners-slider-container .banners li a,
.minimal-price-link,
.addthis_toolbox a,.addthis_toolbox a:hover, .cms-banner {background-color:transparent}

/** footer **/
.footer-container {background-color:#f6f6f6}
.footer, .footer .newsletter p, .footer .info-content a {color:#000000}


body, .copyright-container {background-color:#141414}
.copyright-container, .copyright-container a {color:#666666}
.copyright-container a {color:#888888}



/* banners slider */
    .banners-slider-container .banners li {background-color:#cccccc}
    .text-container .text {background-color:#000000}
    .text-container .text {color:#ffffff}
    .no-touch .text-container .animate-me .text {color:#000000 !important}
	.no-touch .text-container .text:after {background-color:#e9e9e9}
    .text-container .link {background-color:#e9e9e9}
    .text-container .link {color:#000000}

.logo-container-indent { padding: 0px }
@media only screen and (max-width: 767px) {
	.header .logo-container-indent { padding: 0px }
}
.logo-container {width:320px}
.header .logo img {max-width:320px}
.wide #nav ul.level0, .wide #nav > li > div,
.athlete #nav ul.level0, .athlete #nav > li > div,
.header-1 .olegnaxmegamenu #nav li.wide > div {margin-left:-320px}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.header-nav-wide {left:320px;}
	
	/*
	.header .form-search-over, .header .search-visible .form-search-over {
		width:352px;
	}
	*/
}
.header-fixed .header-2 .header-nav-wide {
	margin: -64px 90px 0;
}


/** Product page **/
.product-view .product-img-box {width: 730px}
.product-view .product-img-box .product-image-zoom {width: 730px; height: 730px}
@media only screen and (max-width: 767px) {
	.product-view .product-img-box .product-image-zoom {width: 426px; height: 426px}
}
@media only screen and (max-width: 479px) {
	.product-view .product-img-box .product-image-zoom {width: 300px; height: 300px}
}

/** Login page **/
.customer-account-create .content-container,
.customer-account-forgotpassword .content-container,
.customer-account-resetpassword .content-container,
.customer-account-login .content-container { background-color:#ffffff; }

/** Cart page **/

/** Slideshow **/
.slideshow-container {background-color:#f7f7f7}
.tp-bannertimer, .athlete-slideshow .slide .controls .progress {background-color:#e9e9e9}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected {background-color:#e9e9e9}
.tp-caption.athlete_white_bg_light, .tp-caption.athlete_white_bg_medium, .tp-caption.athlete_white_bg_bold {color:#e9e9e9}

	.tp-bullets.simplebullets.athlete .bullet, .tp-leftarrow.default, .tp-rightarrow.default,
	.athlete-slideshow .slide .controls .slide-control {background-color:#000000}
	.tp-bullets.simplebullets.athlete .bullet:hover,
	.tp-bullets.simplebullets.athlete .bullet.selected,
	.tp-leftarrow.default.custom:hover, .tp-rightarrow.default.custom:hover,
	.no-touch .athlete-slideshow .slide .controls .slide-control:hover {background-color:#ffffff}
	.slide-title .text {background-color:#000000}
	.slide-title .text {color:#ffffff}
	.slide-title .link {background-color:#e9e9e9}
	.slide-title .link {color:#000000}
	.slide-title .link:hover {background-color:#000000}
	.slide-title .link:hover {color:#ffffff}

/** Product listing **/
	.category-products .product-name a {color:#000000}
	.my-account .data-table .ratings,
	.dashboard .box-reviews .ratings,
	.products-grid .ratings, .products-list .ratings .rating-box {background-color:#000000}

	.products-grid li.item.hover {background-color:#f0f0f0}
	.products-grid li.item.hover .product-name.animate-me:after,
	.products-grid li.item.hover .price-box.animate-me:after,
	.products-grid li.item.hover ul.configurable-swatch-list.animate-me:after,
	.products-list .product-name a:hover {background-color:#000000}
	.products-grid li.item.hover .product-hover .animate-me a,
	.products-grid li.item.hover .product-hover .animate-me p {color:#000000}
	.products-grid li.item.hover .product-hover .animate-me a,
	.products-grid li.item.hover .product-hover .animate-me p,
	.products-list .product-name a:hover {color:#ffffff}



/** Product details **/





/* Product Tabs */
	.product-tabs li a, .product-tabs-container h2.tab-heading a {color:#ffffff}
	 .product-tabs li a, .product-tabs-container h2.tab-heading a {background-color:#000000}
	.product-tabs li.active a,
	.product-tabs li a:hover,
	.product-tabs-container h2.tab-heading a:hover,
	.product-tabs-container h2.active a,
	.product-tabs-container h2.active a:hover {color:#000000}
	.product-tabs li.active a,
	.product-tabs li a:hover,
	.product-tabs-container h2.tab-heading a:hover,
	.product-tabs-container h2.active a,
	.product-tabs-container h2.active a:hover {background-color:#e9e9e9}
	.product-view .ratings .rating-box, .dedicated-review-box ol.reviews-list li .rating-box {background-color:#000000}
	.cloud-zoom-lens  {box-shadow: inset 0 0 0 3px #000000 !important}
	.cloud-zoom-big   {box-shadow: inset 0 0 0 9px #000000 !important}
	.cloud-zoom-lens  {background-color:rgba(0,0,0, 0.07 ) !important; }

/** Sidebar **/
	/* inverted buttons */
/** poll **/

/** Global Messages  **/
	
	

/** Pager  **/
	.pager .limiter,
	.sorter .sort-by-wrap, .sorter .view-mode, .sorter .limiter,
	.pager .pages li a.previous, .pager .pages li a.next,
	.sorter a.sort-by-arrow, .view-mode .grid, .view-mode .list { background-color:#000000}
	.toolbar-dropdown { border-top-color:#000000; background-color:#000000}
	.pager .limiter,
	.sorter .sort-by-wrap, .sorter .view-mode, .sorter .limiter { color:#acacac}
	.sorter .current, .toolbar-dropdown ul li a { color:#ffffff}
	.over .toolbar-title,
	.toolbar-dropdown ul li a:hover, .toolbar-dropdown ul li.selected a,
	.view-mode a.grid:hover, .view-mode strong.grid, .view-mode a.list:hover, .view-mode strong.list,
	.pager .pages li a.previous :hover, .pager .pages li a.next:hover { color:#000000}
	.over .toolbar-title,
	.sorter a.sort-by-arrow:hover,
	.toolbar-dropdown ul li a:hover, .toolbar-dropdown ul li.selected a,
	.view-mode a.grid:hover, .view-mode strong.grid, .view-mode a.list:hover, .view-mode strong.list,
	.pager .pages li a.previous :hover, .pager .pages li a.next:hover { background-color:#e9e9e9 }

/** Arrows  **/

/* banner slider */
	.banners-slider-container .nav a { background-color:#000000}
	.no-touch .banners-slider-container .nav a:hover { background-color:#ffffff}
	.banners-slider-container .nav a.disabled, .no-touch .banners-slider-container .nav a.disabled:hover { background-color:#999999}

/* brands slider */
	.brands-slider-container .title-container .slider-nav a { background-color:rgba(0, 0, 0, 0)}
	.no-touch .brands-slider-container .title-container .slider-nav a:hover { background-color:#000000}
	.brands-slider-container .title-container .slider-nav a.disabled, .no-touch .brands-slider-container .title-container .slider-nav a.disabled:hover { background-color:transparent;}

/* Prevnext */
	.prev-next a, .prev-next a.icon-white { background-color:#000000}
	.no-touch .prev-next a:hover, .no-touch .prev-next a.icon-white:hover { background-color:#ffffff}

/* product slider */
	.title-container .slider-nav a, .product-view .product-img-box .more-views-nav a { background-color:#000000}
	.no-touch .title-container .slider-nav a:hover, .product-view .product-img-box .more-views-nav a:hover { background-color:#ffffff}
	.title-container .slider-nav a.disabled, .no-touch .title-container .slider-nav a.disabled:hover,
	.product-view .product-img-box .more-views-nav a.disabled, .product-view .product-img-box .more-views-nav a.disabled:hover{ background-color:#999999}

/* product slider - megamenu */
	.megamenu-block .product-slider-container .title-container .slider-nav a { background-color:#ffffff}
	.no-touch .megamenu-block .product-slider-container .title-container .slider-nav a:hover { background-color:#000000}

/* banner slider */
	/* banners_slider_home_page */
	#banners_slider_home_page .banners {height: 0px; }
	#banners_slider_home_page .banners li a { width: 600px; height: 600px; }
	/* banners_slider_sidebar */
	#banners_slider_sidebar .banners {height: 0px; }
	#banners_slider_sidebar .banners li a { width: 232px; height: 368px; }
	/* banners_slider_blog */
	#banners_slider_blog .banners {height: 0px; }
	#banners_slider_blog .banners li a { width: 232px; height: 232px; }


/* fancybox */

	#fancybox-close:hover {background-color:#e9e9e9}
	#fancybox-close { background-position: 5px 4px; }
	#fancybox-close:hover { background-position: 5px -17px }

	#fancybox-outer {background-color:#ffffff}
	##fancybox-content {border-color:#ffffff}



/* blog */
	.blog-date .inner {color:#ffffff}
	.blog-date .hover {color:#000000}
	.blog-date .inner { background-color: #000;}
	.blog-date .hover {background-color:#e9e9e9}




	.block-blog.block-blog-tags li a:hover, .blog-img-wrap a:after {background-color:#e9e9e9}
	.commentWrapper {border-color:#e9e9e9}





/*****************************************************************/
/***************** theme layout & max width **********************/


			.grid-fluid .row { max-width: 1900px; }
	
/* Desktop width - 1680px */
@media only screen and (min-width: 1680px) {

/* default 2 columns */
.col2-layout .sidebar	{ width: 16.11%;}
.col2-layout .col-main	{ width: 79.88%;}
	.col2-left-layout .col-main-wrap { margin-left:     283px;}
	.col2-right-layout .col-main-wrap { margin-right:   283px;}
		.col2-layout .col-main { width: 100%;}
	.col2-layout .sidebar  { width: 269px;}

/* default 3 columns */
.col3-layout .col-main 	{}
.col3-layout .sidebar   {}

/* product item */
.product-columns-2 ul.products-grid li.item { width: 20%;}
.product-columns-3 ul.products-grid li.item { width: 16.6666%;}
.product-columns-4 ul.products-grid li.item { width: 14.2857%;}
.product-columns-5 ul.products-grid li.item { width: 12.5%;}
.product-columns-6 ul.products-grid li.item { width: 12.5%;}
.product-columns-7 ul.products-grid li.item { width: 12.5%;}
}

/* Desktop width - 1440px */
@media only screen and (min-width: 1440px) and (max-width: 1679px) {

/* default 2 columns */
.col2-layout .sidebar  { width: 17.75%;}
.col2-layout .col-main { width: 78.24%;}
	.col2-left-layout .col-main-wrap { margin-left:     269px;}
	.col2-right-layout .col-main-wrap { margin-right:   269px;}
		.col2-layout .col-main { width: 100%;}
	.col2-layout .sidebar  { width: 269px;}

/* default 3 columns */
.col3-layout .col-main 	{}
.col3-layout .sidebar   {}

/* product item */
.product-columns-2 ul.products-grid li.item { width: 25%;}
.product-columns-3 ul.products-grid li.item { width: 20%;}
.product-columns-4 ul.products-grid li.item { width: 16.6666%;}
.product-columns-5 ul.products-grid li.item { width: 14.2857%;}
.product-columns-6 ul.products-grid li.item { width: 12.5%;}
.product-columns-7 ul.products-grid li.item { width: 12.5%;}
}


/* Desktop width - 1360px */
@media only screen and (min-width: 1360px) and (max-width: 1439px) {

/* default 2 columns */
.col2-layout .sidebar  { width: 18.84%;}
.col2-layout .col-main { width: 77.15%;}
	.col2-left-layout .col-main-wrap { margin-left:     269px;}
	.col2-right-layout .col-main-wrap { margin-right:   269px;}
		.col2-layout .col-main { width: 100%;}
	.col2-layout .sidebar  { width: 269px;}

/* default 3 columns */
.col3-layout .col-main 	{}
.col3-layout .sidebar   {}

/* product item */
.product-columns-2 ul.products-grid li.item { width: 33.3333%;}
.product-columns-3 ul.products-grid li.item { width: 25%;}
.product-columns-4 ul.products-grid li.item { width: 20%;}
.product-columns-5 ul.products-grid li.item { width: 16.6666%;}
.product-columns-6 ul.products-grid li.item { width: 14.2857%;}
.product-columns-7 ul.products-grid li.item { width: 12.5%;}
}

/* Desktop width - 1280px */
@media only screen and (min-width: 1280px) and (max-width: 1359px) {

/* default 2 columns */
.col2-layout .sidebar  { width: 20.41%;}
.col2-layout .col-main { width: 75.58%;}
	.col2-left-layout .col-main-wrap { margin-left:     269px;}
	.col2-right-layout .col-main-wrap { margin-right:   269px;}
		.col2-layout .col-main { width: 100%;}
	.col2-layout .sidebar  { width: 269px;}
	
/* default 3 columns */
.col3-layout .col-main 	{}
.col3-layout .sidebar   {}

/* product item */
.product-columns-2 ul.products-grid li.item { width: 33.3333%;}
.product-columns-3 ul.products-grid li.item { width: 25%;}
.product-columns-4 ul.products-grid li.item { width: 20%;}
.product-columns-5 ul.products-grid li.item { width: 16.6666%;}
.product-columns-6 ul.products-grid li.item { width: 14.2857%;}
.product-columns-7 ul.products-grid li.item { width: 12.5%;}
}


/*!
 * font-awesome-animation - v0.0.10
 * https://github.com/l-lin/font-awesome-animation
 * License: MIT
 */

@-webkit-keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%,20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%,30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%,40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%,50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%,60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes wrench{0%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}18%,20%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}28%,30%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}38%,40%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}48%,50%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}58%,60%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}100%,75%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.faa-parent.animated-hover:hover>.faa-wrench,.faa-wrench.animated,.faa-wrench.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite;transform-origin-x:90%;transform-origin-y:35%;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,.faa-wrench.animated-hover.faa-fast:hover,.faa-wrench.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,.faa-wrench.animated-hover.faa-slow:hover,.faa-wrench.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes ring{0%{-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);-ms-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);-ms-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);-ms-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);-ms-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}100%,20%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}.faa-parent.animated-hover:hover>.faa-ring,.faa-ring.animated,.faa-ring.animated-hover:hover{-webkit-animation:ring 2s ease infinite;animation:ring 2s ease infinite;transform-origin-x:50%;transform-origin-y:0;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-ring.faa-fast,.faa-ring.animated-hover.faa-fast:hover,.faa-ring.animated.faa-fast{-webkit-animation:ring 1s ease infinite;animation:ring 1s ease infinite}.faa-parent.animated-hover:hover>.faa-ring.faa-slow,.faa-ring.animated-hover.faa-slow:hover,.faa-ring.animated.faa-slow{-webkit-animation:ring 3s ease infinite;animation:ring 3s ease infinite}@-webkit-keyframes vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes vertical{0%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);-ms-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);-ms-transform:translate(0,3px);transform:translate(0,3px)}100%,22%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}}.faa-parent.animated-hover:hover>.faa-vertical,.faa-vertical.animated,.faa-vertical.animated-hover:hover{-webkit-animation:vertical 2s ease infinite;animation:vertical 2s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-fast,.faa-vertical.animated-hover.faa-fast:hover,.faa-vertical.animated.faa-fast{-webkit-animation:vertical 1s ease infinite;animation:vertical 1s ease infinite}.faa-parent.animated-hover:hover>.faa-vertical.faa-slow,.faa-vertical.animated-hover.faa-slow:hover,.faa-vertical.animated.faa-slow{-webkit-animation:vertical 4s ease infinite;animation:vertical 4s ease infinite}@-webkit-keyframes horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes horizontal{0%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);-ms-transform:translate(5px,0);transform:translate(5px,0)}100%,36%{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}}.faa-horizontal.animated,.faa-horizontal.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-horizontal{-webkit-animation:horizontal 2s ease infinite;animation:horizontal 2s ease infinite;}.faa-horizontal.animated-hover.faa-fast:hover,.faa-horizontal.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-horizontal.faa-fast{-webkit-animation:horizontal 1s ease infinite;animation:horizontal 1s ease infinite}.faa-horizontal.animated-hover.faa-slow:hover,.faa-horizontal.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-horizontal.faa-slow{-webkit-animation:horizontal 3s ease infinite;animation:horizontal 3s ease infinite}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.faa-flash.animated,.faa-flash.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-flash{-webkit-animation:flash 2s ease infinite;animation:flash 2s ease infinite}.faa-flash.animated-hover.faa-fast:hover,.faa-flash.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-flash.faa-fast{-webkit-animation:flash 1s ease infinite;animation:flash 1s ease infinite}.faa-flash.animated-hover.faa-slow:hover,.faa-flash.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-flash.faa-slow{-webkit-animation:flash 3s ease infinite;animation:flash 3s ease infinite}@-webkit-keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%,60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,10%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%,60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.faa-bounce.animated,.faa-bounce.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-bounce{-webkit-animation:bounce 2s ease infinite;animation:bounce 2s ease infinite}.faa-bounce.animated-hover.faa-fast:hover,.faa-bounce.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-bounce.faa-fast{-webkit-animation:bounce 1s ease infinite;animation:bounce 1s ease infinite}.faa-bounce.animated-hover.faa-slow:hover,.faa-bounce.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-bounce.faa-slow{-webkit-animation:bounce 3s ease infinite;animation:bounce 3s ease infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}.faa-parent.animated-hover:hover>.faa-spin,.faa-spin.animated,.faa-spin.animated-hover:hover{-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-fast,.faa-spin.animated-hover.faa-fast:hover,.faa-spin.animated.faa-fast{-webkit-animation:spin .7s linear infinite;animation:spin .7s linear infinite}.faa-parent.animated-hover:hover>.faa-spin.faa-slow,.faa-spin.animated-hover.faa-slow:hover,.faa-spin.animated.faa-slow{-webkit-animation:spin 2.2s linear infinite;animation:spin 2.2s linear infinite}@-webkit-keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes float{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.faa-float.animated,.faa-float.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-float{-webkit-animation:float 2s linear infinite;animation:float 2s linear infinite}.faa-float.animated-hover.faa-fast:hover,.faa-float.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-float.faa-fast{-webkit-animation:float 1s linear infinite;animation:float 1s linear infinite}.faa-float.animated-hover.faa-slow:hover,.faa-float.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-float.faa-slow{-webkit-animation:float 3s linear infinite;animation:float 3s linear infinite}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes pulse{0%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}}.faa-parent.animated-hover:hover>.faa-pulse,.faa-pulse.animated,.faa-pulse.animated-hover:hover{-webkit-animation:pulse 2s linear infinite;animation:pulse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-fast,.faa-pulse.animated-hover.faa-fast:hover,.faa-pulse.animated.faa-fast{-webkit-animation:pulse 1s linear infinite;animation:pulse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-pulse.faa-slow,.faa-pulse.animated-hover.faa-slow:hover,.faa-pulse.animated.faa-slow{-webkit-animation:pulse 3s linear infinite;animation:pulse 3s linear infinite}.faa-parent.animated-hover:hover>.faa-shake,.faa-shake.animated,.faa-shake.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-fast,.faa-shake.animated-hover.faa-fast:hover,.faa-shake.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-shake.faa-slow,.faa-shake.animated-hover.faa-slow:hover,.faa-shake.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);-ms-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);-ms-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);-ms-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}100%,80%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.faa-parent.animated-hover:hover>.faa-tada,.faa-tada.animated,.faa-tada.animated-hover:hover{-webkit-animation:tada 2s linear infinite;animation:tada 2s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-fast,.faa-tada.animated-hover.faa-fast:hover,.faa-tada.animated.faa-fast{-webkit-animation:tada 1s linear infinite;animation:tada 1s linear infinite}.faa-parent.animated-hover:hover>.faa-tada.faa-slow,.faa-tada.animated-hover.faa-slow:hover,.faa-tada.animated.faa-slow{-webkit-animation:tada 3s linear infinite;animation:tada 3s linear infinite}@-webkit-keyframes passing{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}@keyframes passing{0%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing,.faa-passing.animated,.faa-passing.animated-hover:hover{-webkit-animation:passing 2s linear infinite;animation:passing 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-fast,.faa-passing.animated-hover.faa-fast:hover,.faa-passing.animated.faa-fast{-webkit-animation:passing 1s linear infinite;animation:passing 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing.faa-slow,.faa-passing.animated-hover.faa-slow:hover,.faa-passing.animated.faa-slow{-webkit-animation:passing 3s linear infinite;animation:passing 3s linear infinite}@-webkit-keyframes passing-reverse{0%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}@keyframes passing-reverse{0%{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translateX(50%);opacity:0}50%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);opacity:1}100%{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);opacity:0}}.faa-parent.animated-hover:hover>.faa-passing-reverse,.faa-passing-reverse.animated,.faa-passing-reverse.animated-hover:hover{-webkit-animation:passing-reverse 2s linear infinite;animation:passing-reverse 2s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-fast,.faa-passing-reverse.animated-hover.faa-fast:hover,.faa-passing-reverse.animated.faa-fast{-webkit-animation:passing-reverse 1s linear infinite;animation:passing-reverse 1s linear infinite}.faa-parent.animated-hover:hover>.faa-passing-reverse.faa-slow,.faa-passing-reverse.animated-hover.faa-slow:hover,.faa-passing-reverse.animated.faa-slow{-webkit-animation:passing-reverse 3s linear infinite;animation:passing-reverse 3s linear infinite}@-webkit-keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}@keyframes burst{0%{opacity:.6}50%{-webkit-transform:scale(1.8);-ms-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}.faa-burst.animated,.faa-burst.animated-hover:hover,.faa-parent.animated-hover:hover>.faa-burst{-webkit-animation:burst 2s infinite linear;animation:burst 2s infinite linear}.faa-burst.animated-hover.faa-fast:hover,.faa-burst.animated.faa-fast,.faa-parent.animated-hover:hover>.faa-burst.faa-fast{-webkit-animation:burst 1s infinite linear;animation:burst 1s infinite linear}.faa-burst.animated-hover.faa-slow:hover,.faa-burst.animated.faa-slow,.faa-parent.animated-hover:hover>.faa-burst.faa-slow{-webkit-animation:burst 3s infinite linear;animation:burst 3s infinite linear}
/*! fancyBox 3.0.0 Beta 1 fancyapps.com | fancyapps.com/fancybox/#license */
#fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
a.fancybox-nav,
a.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: none;
    text-shadow: none;
}

#fancybox-lock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8020;
    overflow-y: scroll;
    overflow-y: auto;
    overflow-x: auto;

    -webkit-transition : -webkit-transform 0.5s;
    -webkit-transform  : translateX(0px);
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    -webkit-transform: translate3d(0,0,0);
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-skin {
    border-style: solid;
    border-color: #fff;
    background: #fff;
    color: #444;
}

.fancybox-inner {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.fancybox-spacer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 1px;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
    zoom: 1;
}

a.fancybox-close {
    position: absolute;
    top: -23px;
    right: -23px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-position: 0 0;
    z-index: 8040;
}

a.fancybox-nav {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
    overflow: hidden;
}

.fancybox-type-iframe a.fancybox-nav,
.fancybox-type-inline a.fancybox-nav,
.fancybox-type-html a.fancybox-nav
 {
    width: 70px;
}

a.fancybox-prev {
    left: -70px;
}

a.fancybox-next {
    right: -70px;
}

a.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    cursor: pointer;
    z-index: 8040;
}

a.fancybox-prev span {
    left: 0;
    background-position: 0 -50px;
}

a.fancybox-next span {
    right: 0;
    background-position: 0 -100px;
}

.fancybox-mobile  a.fancybox-nav {
    max-width: 80px;
}

.fancybox-desktop  a.fancybox-nav {
    opacity: 0.5; filter: alpha(opacity=50);
}

.fancybox-desktop a.fancybox-nav:hover {
    opacity: 1; filter: alpha(opacity=100);
}

a.fancybox-expand {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46px;
    height: 46px;
    z-index: 8050;
    opacity: 0;  filter: alpha(opacity=0);
    background-position: 0 -150px;
    zoom: 1;
    -webkit-transition: opacity .5s ease;
       -moz-transition: opacity .5s ease;
         -o-transition: opacity .5s ease;
            transition: opacity .5s ease;
}

.fancybox-wrap:hover a.fancybox-expand {
    opacity: 0.5;  filter: alpha(opacity=50);
}

.fancybox-wrap a.fancybox-expand:hover {
    opacity: 1;  filter: alpha(opacity=100);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-color: #111;
    background-image: url(data:image/gif;base64,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);
    background-position: center center;
    opacity: 0.85; filter: alpha(opacity=85);
    cursor: pointer;
    z-index: 8060;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.fancybox-tmp {
    position: absolute !important;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-title {
    font: normal 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.5;
    position: relative;
    text-shadow: none;
    z-index: 8050;
    display: block;
    visibility: hidden;
}

.fancybox-title-float-wrap {
    position: relative;
    margin-top: 10px;
    text-align: center;
    zoom: 1;
    left: -9999px;
}

.fancybox-title-float-wrap > div {
    display: inline-block;
    padding: 7px 20px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 1px 2px #222;
    background: transparent; background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 15px;
    background: #000; background: rgba(0, 0, 0, .8);
    max-height: 50%;
    overflow: auto;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 8010;
}

.fancybox-overlay-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

/* Default theme */
.fancybox-default-skin {
    border-color: #f9f9f9;
    background: #f9f9f9;
}

.fancybox-default-skin-open {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-default-overlay {
    background: #333;
    opacity: 0.8; filter: alpha(opacity=80);
}

.fancybox-default a.fancybox-close,
.fancybox-default a.fancybox-expand,
.fancybox-default a.fancybox-nav span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAADICAYAAACXpNOoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1RkZERjA4NTZBNEMxMUUyOTFGMkY4MEVGREQ0MkRDNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1RkZERjA4NDZBNEMxMUUyOTFGMkY4MEVGREQ0MkRDNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU2OUM1RDBBNEI2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
}


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .fancybox-default a.fancybox-close,
    .fancybox-default a.fancybox-expand,
    .fancybox-default a.fancybox-nav span
    {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAGQCAYAAAAjsgcjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCMTg4NzhCQTZBNEYxMUUyQTQ2NEQ0Nzc1M0U1REU1MSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCMTg4NzhCOTZBNEYxMUUyQTQ2NEQ0Nzc1M0U1REU1MSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE0QzZBQjVDNEU2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+T32etwAAHWhJREFUeNrsnQtU1VX2x388FcQHaIZEiFb4QDQtSszG7IGplM+sCSvNno72GDNb/3+t5WQ1tpoms6an49DY1OhKXVNqZGmlpI6pmamI/ccAGZ+QKIggCv/9vZyD5/743efv8rvcy95rHS/I7/7uuZ977j5777PPPiH19fUai3USwsAZOANnYeAMnIWBM3AWBs7AGTgLAw9q4CEhIU7/HugfmKv35+v3zsBbG/CQCy+gPho1u5d10OTf0K96Bm4PWW2hooUpLVR5VKFLuHXUziuP55Xf69QPwhn8oAWuG8kq3HDRIkSLFI9h8+bNS7n55puv6tatW+/27dt3j46OToyMjOwYGhoajRvV1dVVnTt37sTZs2eLampq/lNZWbnr559/zrvlllv20p/P6T4Ew5FvNXDbk5w1Hzxfjs4wAbIttRhqsdQuptadWgq1tLFjx2auX7/+1V9++WUdATxR76XQh1BaUVGx/OjRo7OWLVvWQ7xmhOhDiBxoZtWhq/du1Jp1hCuqQx3NbUSLEi36gw8+uLlv376DBgwYMDIiIiLal5Mi9a/i5MmTOadPn85LTEz8VBn19T179qw/cOBA4I9wRW1IwO3EiE6gdjm1/tSuW7p06cuHDx/eV2+RkOrZUlZWdr/oU7gyPwTuCNeN6nChkyV0tI7Dhw/v/tJLL2UPHjx4lLN7k2rRvv/+e23fvn1aYWGhdvDgQe3EiRMajVbb39u1a6fFxsZql156qZacnKz17t1bS09P13r06OG0z6Tr/7Jjx45Xhw0bViJHu2LlBM6kKWCHKvoasKOFzu6AUf7hhx+OJ7k7KiqqvdH99u/fr61YsUJbu3atRqO/sQ+yH/r+yNdXv5E0yWqZmZnauHHjtF69ejnqd1l5eflzcXFxf9VPrAEBXAc7UkxUGNHthTrp/N13380cMmTIjUb32LBhg/buu+9qP/zwQyNgskY8tiJwL7JeGj+AgQMHag899JBGo9nwXtXV1e/Qh/+4N9D9BlyBLc27KDGqOwI0tYv27t37P3369EnTP3/37t3aCy+8oP3444+21woLC7N7Tf3rOxrhRr/j5/Pnz9seaULWnn32Wa1fv35N3gPp9tVt2rSZIExJt6H7BbjOrpYqBKO6E0AnkZB6mEVf7RT1SWT2aX/+8581UjG2jqugXT06euPOHgEez7/77ru1p556SiPAdvcgU/KrlStX3jlp0qST7kL3B3A5QcrJMUrqampdqcXn5+c/Q5PZFeqTMAE++eSTtskQoKE6jHS1+rs7wPWWg163Q9UAPCbX1157zTbR6qGTWTpajHSXE6k/gKsTpBzZccKh6UZqYlb//v37qE+Ajn700Ue1U6dONY5q+RpSZ7sa0e6OPEemGaB36NBBe/vtt206Xgd9FUEfr+h0nwIPNRN3MrC1obO7YGSTGnlADxsT4/3332+DHR4ebjeKAVsFbsbl1t9X/R0Nr40+oC/okyr0tyyaSBeYtdF9PcKlKjFy1S+hr+uYJ554Yrz6BEyKU6ZMwQRlG9ny3r6C7K6DIi0YCEZ6ZGSklpOTY5tUVamqqnqI7Py/OlMtVqoUVW+3U3T2JfQVTd24ceMs6myUvLioqEi76667NHKxbaNLrz6aE7YjrxDghQqxqZd//vOfdjoddjrNP4NSU1MP+hJ4qAlVEqYA7yDMv65z5869VYWNEY0J0gi2Xmc390KD+ppyopbq5fe//72tr8r1nS+77LJZvlYtoSaeFy6sEjnCu7z44ovDb7/99qvVC1955RWNRoqdGlHfsBWw9d9W/QeNvqGP6KsqZDo+dubMmWxf9sHbER4mJspoMVHCMuk8ceLEa/VOzccff2xnjajeo5Ww9dD13zD0EX1Fn1Uhi+URf45wvWUigceS2khPSUnppuq3efPm2XSlkb52x4MlawGBJtujOzqaRqNWUVFhe3QRNm7S0Ef0FV6v+lz6IDJOnz59u6+gh3o5uqX7Lj3K2GuvvfYy9cJvv/1W27VrV6MqceTMGAkAIypIloJNr+IRcwAmOCOB11peXm4DXVtba3t0dr2jvqCvsKbQd90oH+pv4G0U4B179OgRT7o7Vb3w/fffd2hnu4INwHqBCYfRrocI2AjX6kc0RitGuyvoRvb/e++9p7fNHz5w4MBFVgNX3fg2inXSYcaMGQOjoqIi5IUFBQXajh07mkyUrkQP+/rrr9feeustjLBGiCp0CVsKAlOLFy/W2rdv36hmXEHX9w99hjeMsIPy95jExMRJvhjloV5cr+pvODwxgwYNulS96F//+leTr6wr6Eaw33nnHe3WW2+1hW310I1gL1myRLvhhhtsjowKHdc70umO4jd4D3ZvPDR0qD9GuNTfcoTbgKenpyeoF65Zs8atoJM64RnBpm+N7XdA1EM3gt2xY0fb74iPqNBxvauJV9/f3NxcPfDh/hrh0p3HCI++6aabEsnRiVBXbI4ePdokAugMOkarlKFDh9rBliKhwxVXTTo9bCmA/vrrr6tBKbcnUNz7yJEjtiU+5ZqLSD319ccIl6s5tnbjjTcmqhdBdxt9VZ2JCgPxaj1sPfS2bdvadG3//v0NYUNgpSDerkx8btvn8uetW7fqHaHr/alSbMDT0tK6qhfBY/NEnehhPP7449o333zj8FoslSGsSvOG9sEHHziEfc899zQ6MegDPiR3nSL5MyZ/nVoZ4A/gcpQDemRycrLdO0aeh6cepByxENjRDz/8sFPov/nNb7SPPvrIFnRyBRsSHR3tcZ9wvapSBPAUq4Gr65a21rVrV7vEHbnSbmQFOBOkPEi9L6HrHRBXUUwEoRAC3rNnj9199ctprqwVKSUlJfrLevoDuF1OII2ySPUieHzexEqgVmJiYjyCroeNBQVvYDv6AH799Vf9/3Xxh+OjZrWG0gQXpl6kmmueihH06dOnN1mVMTIrcd3evXtNw1YHiYHH284frr0+zdinAujSSsGbhwWDSdJVMOqRRx6x2elSNSCe4srDdCXS7lek1l/x8EahN3Zer4vNiOpBAnLfvn1tpqAr9QT7/c0337R9YHJFxyj24k7U0dF7ob9VWg1cv+OgjnTnWfWCTp06NckL8QY2JDU11eYxGlkjRgIPFd8GR7EXT8FLT1U1gqwEbrTzoI48MjufGXl9+o67A95RbMTIznZ2P5iMzsIAzgDr73vxxRfrI5D/tRq4ur0Dw+Yc2aoVdnZTz54ej2x9LMUZbFgj9957r5aXl+fUOVKhI7TrziKGvk94LzrZ5w/g58TkYWu7du2ys52Q1aTPhHInLCuvcwV76tSp2vbt27UZM2ZoGzdudHhPhAHcjaUY9VXOH7oQxA6rgcvRDb2NiNPZdevWHVUvuuqqq5p8RV1BV2HMmjXLobuOkf3TTz/ZrocVAsvEkcmIDxFrlO7GUoxS46655hq7a+hbuNEfwGsFbLRqesNHaWJqJJaSkqKR99mY9+HObgoVxmOPPWZbADBy1wEb6kE2QEUqst45wv/DaVK/Ac5scn0f0ff4+Hi7xH762/G4uLi9/gCO0Q2FeEY8Vm/ZsqVUvXDUqFEeqRXEUqSzgxUauOcSuhobkVAQG5H3xZonoMvYC0a+HrY7sRR9f7HwYWeA19Z+q3mxS8KsWVgnRjhAV8m2devWY+pFY8aMcZrFauS4wMOUUCR0QNQHoqQHaRQG+Pzzz21qRg/bWaTQqI9oeA864N/5wrHzJNVN5hJilQcxhUuo4TvXIykpqXd+fv44enNhalx7586djUmb7iwiQzcDtqM+6d11XA87W6ovvbiCLSHj+TLnEPe88sorbdFI1eHZtGlTL3KuDquj3IpUN2ml1IjRDc+rsri4uHTp0qVF6oX4mhvl87nS5XA25MhVP3Sj2IiMvaipGN7A1vcTfddNlosI9jFfjHBvHB8JHN7EKdk2b978X70tjBUZTG76r6sr6LBSEE+BHY1HeK+OJj15PQBj+Q2P2NnmDmx9f9BX9Bl91wH/TvNyp5sZlSI/IJl8j/S2eK1hJ3EyGtnkE9PS0mLlxdC9yJoVwXvL0pPd9SrVES7VErJo1X1ApLv/TR/kMDF31bnr8foyliJNQ1gp8DLLqZ1AI4fFzhNDx3/72982bmzSqxV/lP5QX1tVJ+gj+qrfdFVeXv6+dmEvp2b1CJcfkpoXjoDDpWKkJxH0EZMnT75MjZHgjSCxxihd2cFrNCts/ajGRAkPGY6SqrrIs32L1NUsYQrXeRLT8WV4VrXHq0QEDe59Gdq8efO2ke1cqzocWD3HZCg9SvUN+6LIgCdqxAg2Jt5XX33VDjb9/dcvv/xygS9Ht5l4uGqPnxYqBc5P6f79+w9S5+1iDthZgHw9vCE5iaqmWHND1+tsCRt9QZ+QB6nfLn7kyJG5EydOPKi52FhlhUqRNrnhlhOoFTySmThq0qRJl6tPgguONAh4h1K96BM+fali9CpE/WAxsmHVIMClt0roG/o+WUZPim/xOa2F7PFxtKkqUbSEvLy8cdddd51dgHzLli026HBw1ER9o9zx5tw2CBUH2IMHD7Z77unTp78kFXOH+PbWai1kU5WErhadkRtiYSomCOjx5PaPT09Pt4vkt9SNseS1bqAPYqwC26n+tnqfphofPyt0OSbQ41CB1A7hMSsr69Pt27cf1et02LuIk0h32mhSk4Dkz66aeq1+UpavkZ2d3WTHmoCdN3v27PsUNeJxdYnmHuGqanG49ZtaN5qY4r/++utxGRkZl+hvAOcIW1OwW8Kd4gbq/xn13VFxA3iQzz33nGFxA9LZ66hv9+Tn51fo9HaL2/otoctcFXVnhK24gdDraBetWLFi9Lhx4/oYdRwTKiwZq8t3kDXy927dus0WjlyN5kEZj5ZSviNSmUgby3eIEd/lhRdeGDpz5swhHTp0MAyO+KJADRYPRowY4bRADamYkwUFBS/RiP+b0Nkeq5IWX6BGhHU79+nT51JSI9dPmDChv7N7I5kSKcPIYsXPhw4dsqXSyQVnBKoQ2EpISLDZ0YCLZTFXJZho0v77okWL/vLiiy8eUGAHToEa5Vp9CSapYmIU3R4nHmOff/75DLLVryZQ8Va49qSrfyTL6EMyBT9WVEitFoglmHTQ9UXG5I4JWXGio9DxeOxA1sFAbDscNWpU/6ioqEhfQibVUUVqamVRUdEWuv9qEY5QVUjgFhkzgB6qAx8lwMvaKmqLSU1N7Tp9+vQraaLrkZaWlkwOiFc1DGtqak6S+vnh4MGD299+++1VZAaWKKBrFNB1ZuLcLa4UqkGhSFnpza5QpHahxJ78P3wjIseMGZM4cuTIK0jnX0J6uktcXFws6e1ocskjRKz6bHV1deWpU6dKy8rKSoqLi/eT+bltwYIFewXgM4rqOKuoj/OaqEkbdLVnlZqzoboRH6GoG1mtU+4ditQu1KDVF3TUJySd1S5kEsgRXKOojVrdiK4T/a43G7cJlmK/EQrocM2+wrIK/LwCUoKtVQC3yGK/XM6aC7ZzwfZmBe5vYeCtHTiLxeFZFgbOwFkYOANnYeAMnIGzMHAGzsLAGTgLA2fgDJyFgTNwFgbOwFkYOANn4CwMnIGzMHAGzsLAGTgDZwkC4BYWFJObuOS+f+yQk1sRZZ0uVKKT27wbxQoWwQY8RIDGjmfU4EItrs7i/7ANBTvbUH8QNRaLtYYCadgfVG8VcIdFXHzdmvv1BWxsPcTm+gmpqanzly1b9sPhw4cr6kjOnTt3/sCBA2VvvPHGt7GxsXPomhFaQ02XNlayCArgAjb2e/amln3fffd9XFFRUV3vQH755ZeyQYMGvSKgXyxUEAP3ADZUxhWAPXHixI/OnDlTW+9CMNrbt2//ND0nXXxYDNxN2NhIi7MD7hwxYsTfTp06VV3vppB6QbX3iVpDIR0G7gbsNmJyHJ+RkfFOaWlpVb0HUlhYiHqL08W3g4G7uF+ksELG0AS5AJNjvYdCEyksl6eo9bcKeGhAOg8hIRHC9EtLSkoasnr16inx8fEx3hhpVvc9NABhY/89itz069Kly+Avvvhiavfu3Tt6c6/i4uJy7ULVCQbuADaqCfWNiYm5Jjc39/7evXt7ffz5qlWrcDThceF9WiOBosOFrQyv8frQ0NCn161b9596E0I6/1Tnzp3/l+53LZuFTZ+LbyJKNmVQe2LFihV7zMCurq6uve222xZjwqXWjR2fprCho6+mNnPRokXbzMCGi//AAw+soHtNFuZgW3bt7W1tRPsGUnvk5Zdf/tYMbMRUnn76aRxYPw2Troi9hDBw+2AUwDwwZ86cXAAzA/yPf/wjDj96mNqV4oMMsXo+a5HAdcGoex988MGVUAVmYJMq+p7uNUOoJqioUH2/WiVwJT4C/Xr3hAkTPsIkZwb28uXLcdTVE9QGi8k31KhfrQ64Eh9BLdM7hg8fvsiTYJSRfPXVV/8HMxLmpDArwxz1qzUCR3wERxqMHThw4BvHjx+vMgN769atB6Ojo5+l+w3XGgoOhzvrV6sCrjWUzkN98azLL7/8T+R2nzQDe+/evcfI9X+e7pcpFhnCXfWr1QDXGuoTIiadSd7fvIKCglIzsAsLC08kJibOp/uN0hqOR4hwp1+tAriAja/7jTExMc9u3779vyZd9op+/fq9LrxIrFlGutuv1gBcjY/M+eabbw6YgV1eXn5m6NCh72IRWWs4H66NJ/0KduBqfOTJlStXmoqPVFVVnR05cmQO3Qun7V0mTMsQBn4BdmN8ZPHixabiIzU1NecmT568TMRHeolF5RBP+xWswGV8BO71w/PnzzcVHzl//nzdzJkzP6V7TaWWKjzUEG8GQjACV+Mj02bPnv252fjI3Llzv6J7PSjWJWM8gR3swKXLnkLtnmnTpi03Gx9ZuHDhJrHqPkjkEYaYUXXBBjxcmGnjxo4dm0OTnKn4yJIlS3AO+2NixcYuPsLAG94Yvu5DkpOT/0Aue6UZ2GvWrNlHZiTSG4aIBeUwX0zmwQYcS1l35uTk/NsM7Ly8vMLIyMhn6F7DjIJRDPzCG4Pu/h1SE7yFvXPnzsPkjc6l+9ykNZx8Fe5LczXYEoFsZ/kkJCR08ObJBQUF5ZmZmZ9WVlbup19/pvYrligDLa8mIDOvAlmsBI5jXqoOHTp0ypsn9+rVq9PatWtvJ5WSIlaD4kRiEAN3IMhuKl2/fn2BtzcYMGBAfG5u7hSaNJHTjWMiOxL0sIAizmYhOz7s+LBrz8ErDl55G55FNhSHZ61dgJjBCxC8xMaLyLyIzGkSQZUIdJwTgTjVjZM5OZmz5aYrz+Z0ZQsT8j/55BNOyOctJy18UxV2n/GmqgDcNoiAGW8b9O/GWK55Vd/MW79RoikrK4u3ftdzcYOWVRFIibsMR9xl27ZtJSZXjFDz6g6ueeUaOlz1TLju+fn5x7wFjspuVte8CrhEIJFtheJgu0tLS7egkltRUdFJb+6VlJTUSaiTKM68cg69Fjku1H4qLi7eNHr06JwjR45UelNkiFPd3BdARx3ZnXv27Nkwfvz4f5SVlXlUu6qkpIRrXnkwyqHQUaj3KKBv3rz56+zs7KUVFRU17t7js88+2y0+NK555WG+C5dCtQp4PRf75XLWzhoXbLe4YDsfSdB0QZuBW2lABA1wFgbOwBk4CwNn4CwMnIGzMHAGzsBZGDgDZ2HgDJyFgTNwBs7CwBk4CwNn4CwMnIEzcBYGzsBZGDgDZ2HgDJyBN9cL2eeHI2EeWz1kwrzcmIrdCDJhHsnzSJi3bEQEY0I+/sFuBOwARjExbAvB4RnYEBUqIGM79kGtYVtIqfi/+mABbvWmKoxqbGQagY1N2OCEjU7Y8ISNT9gAhY1Q2BClNVTXxAapdpoXZaq52G+DGsEWvRHYsoete4629WHLH7b+0bXZWsNWwOjmgh7MwAEtHZtRMardKSKDTa4C+hWaBxWTGXjDG0NNkomkRja4W14DNQtRLYKedye1npqbFZMZeMMbwyidXlhY+KsnNU1KS0urMjIy3qHnjheTbBtfQg9m4Dgy4CmaID0uhYfJlCbSBVpDjSpsdo0MVOD+qCbhse0VHx8fs3r16ilJSUk4RiaNWhcyMyMC0fGxEjjs6SocfufNk7t3797xiy++mNqlSxeUM0XNQT6pyoXAgzy+atWqPd7eoHfv3hfl5ubeHxMTcw392pdabMBBt9gsvBal61DCzkw1NpTQQyk9zUHFZJ40Lzg+KMo45rbbbltstmIyikVqDRWTMzQ+qcrhG5NlqiejHKkPKiZvo3vN1HQVkxm4g5OqfFExGQWA6V6PaA0FgdtrfFJV855UhQ8MHxzd6wFNqZjMwJtaR40nVaGYutmKySjqTve619NgV2sBLqFjsoNd/cTy5ct3m4GOSRjHF9C97hbzBJ9UZSB2FZNxQIYZ6Ah24aAOraGAbw934i6tDTiksWIyjoDBUTBmoOMoGhxJQ/cbK1aV+KQqg2Utu4rJOPTIDHQcuoTDl+h+WVrDYUx8UpX+TWoNJ1XhGK9RONYLx3uZgV5QUFCKY8a0hpOqEIvnk6r0b1IsMGPNcwwOsENY1gx0HKSHwu50vxs1PqnK+E2KiS4Zi8g4qhFHNpqBjiMjcXSkxidVOQQuT6rCIaR34VBSHE5qBjoOR6V7PWkUd2n1wHUVk5EmMRnH7+IYXjPQcQywUdyFgTetmIyDpafioGkcOG0G+vz58/mkKjcqJseI9dAHcaQ6n1TV/CdVhYgcxEFY9V+4cOEms3GXadOmLad73UMtRYYAGLjxSVU45OixJUuW/GAGOk3CtWPHjs2he40TZmg4AzdeMYqjNoTMvKfWrFmzz2QIoDI5OfkPuJ9QWwzcyfFgwyIjI5/Jy8srNAM9Jyfn3yKrqxsDd35SFVKcbyIvcu7OnTsPm4i5IGXjd0KX80lVDj4geVLVz5WVlfszMzM/LSgo8CrXJSEhoYMwPdsGY14KSyACF4k/mDyvIJWSsnbt2tt79erVyZt7HTp0CFtbcBBHNQM3hh0m3PI+NGmm5+bmThkwYEC8t/dbv359gdjWwidVsVnIjg+79uzac/CKw7OqIMuLw7PWLkDM4AUIXmLjRWROk+A0iYBIBDrOiUCc6sbJnK05XXk2pytbmJD/ySefcEI+bznhTVW8qcrMtkEEknjbYPPXvOKNsRYBb9z6nZWVtRgllszA5q3fXNygRda8umPhwoUbzMDetm1biYiPDHcUH2HgSs0rdyq6OZL8/PxjcP1FfORis7D9AdzKNAksKEQnJSV5lUNSVFR0EhXeSktLt9Cvu5F9JbKwOBHIVXqJp084cuRI5ejRo3OKi4s30a8/IZeEYNdy5pVzsdW8Kikp8SgPsKys7Mz48eP/sWfPng30605qx6gFJGyrgSO76dhnn3222+0nVFTUZGdnL928efPXAvZRarbltoBNLrTYLORSqBY7Plzs1w+ufasuZ80F25su9zUvB4uBqys9fCSBhcBbrAERNMBZGDgDZ+AsDJyBszBwBs7CwBk4A2dh4AychYEzcBYGzsAZOAsDZ+AsDJyBszBwBs7AWRg4A2dh4AychYEzcAbOwsAZOAsDZ+AsDJyBM3AWBs7AWRg4A2dh4AycgbMwcAbu+QuEhIwWP/bz8KkvO/ujq37T687x8PV2i/uubk4efESvxRJuwWv0EyNnvpvfiGd8+eJevC6PcB7hzSu7W9h9eITzCPfOennGmc53ZdW4WyXO0eu4q9t5hPMIt8aKsOCbxSM8GIWBM3DW4ZbqTrouyx0rxV07nOaIVS1Jl/MID8IR7ijqN8eZHU4js63Jb1Q/F9bRyzzCedJkYeAMnIWBM3AWBs7AGThLgHqaXuWHuPIU3b2PE090jj88UB7hQTjC5ciZrxthjtYaV7Wk/vAI50mThYGzDndqLTzDI5wl+Ea4o3wUZcT7JD/cXxlWPMIZOANnscJIaIF7fGQMZLVJHe7V6/IeHx7hLAycgbMwcAbOwFkYOANnYeAMnIWBM3AGzsLAGTgLA2fgLAycgTNwFgbOwFkYOANnYeAMnIEzcAbOwFkYOANnYeAMnIWBWyz/L8AAHWgCuybDs4EAAAAASUVORK5CYII=);
        background-size: 46px auto;
    }
}

/* Dark theme */
.fancybox-dark a.fancybox-close,
.fancybox-dark a.fancybox-expand,
.fancybox-dark a.fancybox-nav span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAADICAYAAACXpNOoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OTJGQjgwRDZBNEQxMUUyOEJDREM1NUU4QUUxNjBFMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OTJGQjgwQzZBNEQxMUUyOEJDREM1NUU4QUUxNjBFMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU2OUM1RDBBNEI2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
}

.fancybox-dark-skin {
    background: #2A2A2A;
    border-color: #2A2A2A;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset !important;
}

.fancybox-dark-overlay {
    background: #000;
    opacity: 0.8; filter: alpha(opacity=80);
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
    .fancybox-dark a.fancybox-close,
    .fancybox-dark a.fancybox-expand,
    .fancybox-dark a.fancybox-nav span {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAGQCAYAAAAjsgcjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyMzAwM0E4MDZBNEQxMUUyQUMyMDg1MkQ4RkQxRDJCNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyMzAwM0E3RjZBNEQxMUUyQUMyMDg1MkQ4RkQxRDJCNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU4OUM1RDBBNEI2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
        background-size: 46px auto;
    }
}

/* Light theme */
.fancybox-light a.fancybox-close,
.fancybox-light a.fancybox-expand,
.fancybox-light a.fancybox-nav span {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAADICAYAAACXpNOoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NjIzNzFGMDZBNTUxMUUyQkVBRUY3ODU0RDc4OTlCQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1NjIzNzFFRjZBNTUxMUUyQkVBRUY3ODU0RDc4OTlCQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE5QzZBQjVDNEU2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
}

.fancybox-light-skin-open {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
    .fancybox-light a.fancybox-close,
    .fancybox-light a.fancybox-expand,
    .fancybox-light a.fancybox-nav span
    {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAGQCAYAAAAjsgcjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzRGRjc2NzEwNERFMjExQTc0M0U0NzZGQkE0MTM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMEQwOUQ1MjZBNEUxMUUyQjJGNkY3NDBEMEE5NDY5NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMEQwOUQ1MTZBNEUxMUUyQjJGNkY3NDBEMEE5NDY5NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjE0QzZBQjVDNEU2QUUyMTE5NTdDREVCQjFFNDc0RjQzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY3NEZGNzY3MTA0REUyMTFBNzQzRTQ3NkZCQTQxMzlFIi8+IDwvcmRmOkRlc2NyaXB0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);
        background-size: 46px auto;
    }
}

.fancybox-light-overlay {
    opacity: 0.9; filter: alpha(opacity=90);
    background: #555555; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #999999 0%, #555555 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#999999), color-stop(100%,#555555)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #999999 0%,#555555 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #999999 0%,#555555 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #999999 0%,#555555 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #999999 0%,#555555 100%); /* W3C */
}

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8080;
	background: rgba(0, 0, 0, 0.3);
}

#fancybox-thumbs.bottom {
	bottom: 0px;
}

#fancybox-thumbs.top {
	top: 0px;
}

#fancybox-thumbs .outer {
	padding: 10px 34px 10px 30px;
	display: none;
}

#fancybox-thumbs .inner {
	width: 100%;
	overflow: hidden;
}

#fancybox-thumbs ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	left : 0;
	overflow: hidden;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 3px;
	margin: 0 4px;
	list-style: none;
}

#fancybox-thumbs ul li a {
	display: block;
	overflow: hidden;
	outline: none;
	background: #222;
	box-shadow: 1px 1px 2px #000;
	border-radius: 2px;
	border: 3px solid #fff;
	zoom: 1;
}

#fancybox-thumbs ul li img {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	border-radius: 2px;
	max-width: none;
}

#fancybox-thumbs ul li.fancybox-thumb-active {
	padding: 0;
}

#fancybox-thumbs ul li.fancybox-thumb-active a {
	opacity: 1;
	border-width: 6px;
	border-color: #fff;
}

.fancybox-thumb-prev, .fancybox-thumb-next {
	position: absolute;
	top: 10px;
	bottom: 10px;
	width: 20px;
	background: #222;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	display: none;
}

.fancybox-thumb-prev {
	left: 4px;
}

.fancybox-thumb-next {
	right: 4px;
}

.fancybox-thumb-prev:hover, .fancybox-thumb-next:hover {
	background: #111;
	background: rgba(0, 0, 0, 0.5);
}

.fancybox-thumb-prev span, .fancybox-thumb-next span {
	position: absolute;
	top: 50%;
	width: 8px;
	height: 12px;
	margin-top: -6px;
	background-repeat: no-repeat;
}

.fancybox-thumb-prev span {
	left: 5px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDVERjRGQzMyQjU5MTFFMjhDNURBODgyQTRBQkUxRDMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDVERjRGQzQyQjU5MTFFMjhDNURBODgyQTRBQkUxRDMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NURGNEZDMTJCNTkxMUUyOEM1REE4ODJBNEFCRTFEMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NURGNEZDMjJCNTkxMUUyOEM1REE4ODJBNEFCRTFEMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiWAZPMAAABWSURBVHjaYvj//z8DGhYA4v1A/B6IHVgYMMF+IDaAsh3Qdc//jwDnQabhlQSJY5O8D5OEKShAkgQ5zADZWiYGQoAYK4hyJFHehOHzSIoaGAgFNUCAAQBIgxAzNQtxsAAAAABJRU5ErkJggg==);
}

.fancybox-thumb-next span {
	right: 5px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjM2NkYyQjQyQjU5MTFFMkE3MDdFNjVCNzU1MzgzQjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjM2NkYyQjUyQjU5MTFFMkE3MDdFNjVCNzU1MzgzQjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MzY2RjJCMjJCNTkxMUUyQTcwN0U2NUI3NTUzODNCOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MzY2RjJCMzJCNTkxMUUyQTcwN0U2NUI3NTUzODNCOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqlwFq8AAABPSURBVHjaYvj//78DEL8H4v1ALADEDMgYRDT8R4Dz2BQIQCVgYD66AryKkI0DKbqProgBzU4DqINhoICJgRAg1gq8jiToTYIBhTeoAQIMAALFKjVFpuiyAAAAAElFTkSuQmCC);
}
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    /* border: 1px solid transparent; */
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /* display: block; */
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    /* border: 1px solid transparent; */
}
.slick-arrow.slick-hidden {
    display: none;
}
div.block-related-product .aw-arp-block {
    background: #FFFFFF;
    border-top: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
    border-radius: 5px;
}

div.block-related-product .aw-arp-block .block-title {
    border-radius: 5px 5px 0 0;
    background: #FAFAFA;
}

div.block-related-product .aw-arp-block-content {
    padding: 5px 0 0 5px;
    overflow: hidden;
    clear: both;
}

div.block-related-product .aw-arp-item,div.block-related .aw-arp-item {
    text-align: center;
    width: 100px;
    min-height: 100px;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top;
    zoom: 1;
    _height: 250px;
    margin: 5px 5px 20px;
}

div.block-related-product .aw-arp-block-content .aw-arp-addtocart>p {
    margin-bottom: 5px;
}

div.block-related-product .aw-arp-product-item {
    margin: 0 0 20px;
}

div.block-related-product .aw-arp-item-photo,div.block-related .aw-arp-item-photo {
    float: left;
    margin-right: 10px;
}

div.block-related-product .aw-arp-item-photo img,div.block-related .aw-arp-item-photo img {
    border: 1px solid #A9A9A9;
    width: 75px;
}

div.block-related-product .aw-arp-item-text, div.block-related .aw-arp-item-text {
    margin-left: 85px;
}

div.block-related-product .footer .aw-arp-block-content li {
    display: inline-block !important;
}

div.block-related-product .footer .aw-arp-block-content a {
    color: #1E7EC8;
}

.amconf-image{
    /* margin: 3px; */
    /* border-radius: 3px; */
    user-select: none;
    cursor: pointer;
}

.amconf-noimage-div {
    /* background-color: ghostwhite; */
    border: 1px solid black;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
}

.amconf-color-container{
    cursor: pointer;
    /* overflow: hidden; */
    border: 1px solid #e2e2e2;
    border-radius: 0px;
}

em{
     color:red;
 }

.product-image img#amasty_zoom:nth-child(2){
    display: none;
} 

#amasty_gallery img{
    display: inline !important;
}

.amasty-main-spinner{
    top: 0;
}

.zoomLens {
    background-color: white;
}

#amasty_zoom{
    position: relative !important;
}

.zoomContainer {
    z-index: 10;
}

.zoomWindow {
    z-index: 70000 !important;
}

.zoomWrapper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.product-image {
    /* overflow: visible; */
    /* text-align: center; */
    /* position: relative; */
}

hr.amconf-hr{
     -moz-transform: rotate(135deg);  
       -o-transform: rotate(135deg);  
  -webkit-transform: rotate(135deg);  
      -ms-transform: rotate(135deg);  
          transform: rotate(135deg);  
             filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',  
                      M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104); 
         -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157, M21=0.13052619222005157, M22=0.9914448613738104,sizingMethod='auto expand')"; 
                      
    zoom: 1;
    color: white;
    border-color: white;
    background-color: white; 
    position: absolute;
    top: 9px;  
    width: 100%;
    z-index: 4;
    margin: 0;
}

.swatch-title{
	font-weight: 600;
	position: absolute;
	padding-left: 3px;
}

.amconf-image-selected
{
    margin: 0;
    outline: 3px double #eaff00;
}

.amconf-image-outofstock
{
    opacity: 0.7;
    filter:alpha(opacity=60); 
}

.amconf-images-container
{
    /* width: 100%; */
    /* clear: both; */
    /* height: 200px; */
}

.amconf-image-container
{
    display: inline-block;
    position: relative;
    /* text-align: center; */
    /* margin-right: 5px; */
    /* margin-bottom: 3px; */
    /* float: left; */
}

.amconf-image-container img, .amconf-image-container div:first-child
{
    /* margin: 0 auto; */
}
.amconf-image-title
{
    margin-bottom:5px;
}

#amconf_price_clone_container 
{
    float: left;
}
#amconf_price_clone_container ul
{
    clear: both;
}

.MagicScrollArrows {
    cursor: pointer;
    position: absolute;
    display: block;
}

.MagicScrollArrowPrev { 
    width: 35px;
    height: 35px;
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/js/amasty/amconf/images/miscellaneous_sprite_sm.png) 0 -35px no-repeat transparent;
    left:0;
}

.MagicScrollArrowNext {
    width: 35px;
    height: 35px; 
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/js/amasty/amconf/images/miscellaneous_sprite_sm.png) -35px -35px no-repeat transparent;
    right:0;
}

#nextGallery.disabled, #prevGallery.disabled {
    opacity: 0.4;
    filter: alpha(opacity = 40);
    cursor: default;
}

.caroufredsel_wrapper {
    margin:0 auto !important;    
}

#amasty_gallery a{
     text-decoration: none;
}

#ampagination {
    text-align: center;
}
#ampagination a {
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/js/amasty/amconf/images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    display: inline-block;
}
#ampagination a.selected {
    background-position: -25px -300px;
    cursor: default;
}
#ampagination a span {
    display: none;
}

.no-display{
    display: none !important;
}

.am-swatch-arrow{
    background: url(https://www.billigegolfbolde.dk/skin/frontend/base/default/js/amasty/amconf/images/swatch_arrow.png);
    background-color: transparent;
    position: absolute;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 10;
    width: 25px;
    height: 25px;
    line-height: 0;
    top: 2px;
}

.am-swatch-arrow.disabled {
    opacity: 0.4;
    filter: alpha(opacity = 40);
    cursor: default;
}

.input-box{
    /* position: relative; */
}

.am-swatch-prev{
    background-position: 0px 25px;
}

.am-swatch-next{
    right: 0;
    background-position: -27px 25px;
    line-height: 0;
    background-color: #fff;
}

.am-swatch-prev:not(.disabled):hover {
    background-position: 0px 52px;
}

.am-swatch-next:not(.disabled):hover {
    background-position: -27px 52px;
}

/* titillium-web-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-200.eot'); /* IE9 Compat Modes */
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-200.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-200.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-200.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 200;
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-200italic.eot'); /* IE9 Compat Modes */
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-200italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-200italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-200italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-200italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-300italic.eot'); /* IE9 Compat Modes */
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-300italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-300italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-300italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
} 
/* titillium-web-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-italic.eot'); /* IE9 Compat Modes */
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-600italic.eot'); /* IE9 Compat Modes */
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-600italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-600italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-600italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-700italic.eot'); /* IE9 Compat Modes */
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-700italic.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-700italic.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-700italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-900.eot'); /* IE9 Compat Modes */
  src: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/fonts/titillium-web-v17-latin-900.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

body {
    background-color: #fff;
    margin-top: 84px;
	font-family: Titillium Web;
    font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2px;
}


h1, h2, h3, h4, h5, .std h1, .std h2, .std h3, .std h4, .std h5, .std h6, .std .h1, .std .h2, .std .h3, .std .h4, .std .h5, .std .h6{
    text-transform: none;
    margin: 0 0 10px 0px;
    font-weight: 600;
	color:black;
}

h2, .std h2 {
    font-size: 24px;
    margin-bottom: 12px;
    /* font-weight: 600; */
}

h3, .std h3 {
    /* color: #505050; */
    margin-bottom: 5px;
    /* font-weight: 600; */
    font-size: 18px;
} 

h4, .std h4 {
    font-size: 16px;
} 

.std ul,.std li, .std ol, .std dl, .std p, .std address, .std blockquote {
	line-height: 20px;
}

.price, .product-view .product-shop .price-box .price, .product-options-bottom .price-box .price{
	font-family: Titillium Web;
}

/* std cols */

.std .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}

.std .column{
	/*display: flex;
	flex-direction: column;
	flex-basis: 100%;*/
	flex: 1;
	margin-right: 40px;
}

.std .row .column:last-of-type{
  margin-right: 0;
}

.std .wrap{
    display:inline-block;
}

.std .clear-both{
    clear: both;
}

.column.x2{
    flex: 2;
}

.column.x3{
    flex: 3;
}

.column.x4{
    flex: 4;
}

.std img{
    /* display:inline-block; */
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .std .row{
        display: block;
    }
    
    .std .column{
        display: block;
		margin:0px;
    }
}


/* messages */
.main ul.messages > li {
    padding: 25px 25px 25px 76px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: none;
}

/* needed for sticky elements */
.page, .footer-container, .main-container {
	overflow-x: unset; 
}


/* header */
.header{
    /* background: #161616; */
}

.header-container{
    /* background: none; */
    /* transform: translate3d(0,0,0); */
    z-index: 999;
    background-color: #38653d;
}

.header .logo-container{
    float:left;
    width: 230px;
    top: -9px;
    margin-right: 5px;
    background-color: transparent;
}

@media only screen and (max-width: 1150px) {
    .header .logo-container{
        width: 140px;
        top: -2px;
    }
}



.header .logo-container .logo img{
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 840px) {
    .olegnaxmegamenu .nav-9{
        display:none;
    }
}


.top-ksp-container {
    background-color: #e9e9e9;
    color: #20312f;
    height: 19px;
    font-size: 12px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-around; */
    /* border-bottom: 1px solid #54b948; */
    /* padding-top: 2px; */
}

.top-ksp-container i{/* color: #000000; */}

.top-ksp-container ul.top-info li {
    /* margin-right: 70px; */
    display: inline-block;
    /* padding-left: 22px; */
    /* margin: 0px auto; */
    flex-grow: 1;
}

.top-ksp-container  ul.top-info > li:nth-child(1){
    /* margin-left: 10px; */
}

.top-ksp-container > div > ul.top-info > li:nth-child(4){
    margin-right: 0px;
}

.top-ksp-container a{
   color: #20312f;
}

.top-ksp-container ul.links{float: right;margin-top: 2px;/* color: white; */}

.top-ksp-container ul.links a{/* color: white; */}

.top-ksp-container ul.links li.last{margin-left: 10px;}

@media only screen and (max-width: 500px) {
    .top-ksp-container ul.top-info li:nth-child(3) {
        display:none;
    }
}

@media only screen and (max-width: 767px) {
    .top-ksp-container ul.top-info li:nth-child(1) {
        display:none;
    }
}

@media only screen and (max-width: 940px) {
    .top-ksp-container ul.top-info li { margin-right: 35px;}
    .top-ksp-container ul.top-info li:nth-child(2) {
        display:none;
    }
}


/*MENU*/
#nav>li>a{
    transition:none;
}


.megamenu-block-col{
    padding-left:4px;
    padding-right:4px;
}

.megamenu-block-col ul.sect-col{
    padding-left: 0px;
    display: block;
    margin-bottom: 0px;
}

.megamenu-block-col .col-center{
    text-align:center;
    margin-bottom: 21px;
}

.megamenu-block-col div.col-sect {
   margin-bottom:15px;
}


.megamenu-block-col .col-sect a:hover img{
   /* max-width: 65%; */
}

.megamenu-block-col ul.sect-col li{
    list-style: none;
    margin: 0px;
    margin-bottom: 10px;
}

.megamenu-block-col ul.sect-col li a{
   line-height: 30px;
   -webkit-transition: none;
   -moz-transition: none;
   -o-transition: none;
   transition: none;
}

.megamenu-block-col ul.sect-col li span{
    font-weight: 400;
    padding-left: 3px;
    padding-right:3px;
    line-height: 1.4;
}

.megamenu-dropdown ul.subcategory-listing li a span{
	font-weight: 600;
}

.megamenu-dropdown .megamenu-block-col span{
	font-weight: 600;
}

.megamenu-block-col .sect-title {
   /* border-bottom:1px solid #cacaca; */
   font-size:14px;
   margin-bottom: 5px;
   line-height: 1.4;
   color: black;
   padding-left: 3px;
   padding-right:3px;
}

.megamenu-block-col .col-sect img{
    /* padding: 7px; */
    /* margin: 5px; */
    /* max-width: 60%; */
    /* margin-top: 20px; */
}

.megamenu-block-col-1-6{
    width: 15.8%;
}

.megamenu-block-col-1-7{
    width: 13.4%;
}

.megamenu-main-col .sect-title{
   /* font-size: 16px;*/
}
.megamenu-block-col.megamenu-main-col ul.sect-col li span{
    /*font-size: 15px;*/
    font-weight: 600;
}

.megamenu-block-col .col-sect > span{
    color:#686868;
}


#nav > li.level0.nav-3 .col-center{
    margin-top:10px;
}


/*
.top-ksp-container ul.top-info li:nth-child(1) {
    background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/icons/delivery_icon.png') no-repeat top left;
}

.top-ksp-container ul.top-info li:nth-child(2) {
    background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/icons/return_icon.png') no-repeat top left;
}

.top-ksp-container ul.top-info li:nth-child(3) {
    background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/icons/customer_service_icon.png') no-repeat top left;
}

@media only screen and (max-width: 767px) {
    .top-ksp-container ul.top-info li:nth-child(4) {
        display:none;
    }
}


.top-ksp-container ul.top-info li:nth-child(4) {
    background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/icons/house_icon.png') no-repeat top left;
}
*/


@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.header-nav-wide {left:0px;}
	
	.header .form-search-over, .header .search-visible .form-search-over {
		/* width:352px; */
	}
	
}

.search-wrap{
    overflow:visible;
    width: 27px;
    float:right;
}

.top-links-container:before {
    position: initial;
    left: 0;
    right: 0;
    border-top: none;
}

/* brands menu */


/*
#nav li.nav-9 img{
    max-height: 30px;
}

#nav li.nav-9 .megamenu-block-col  span{
   display : none;
}

.olegnaxmegamenu #nav li.nav-9.wide div div.megamenu-block-col-1{
    height: 70px;
}*/


#nav li.wide.nav-9 > div.megamenu-dropdown{
	padding: 0;
}

.megamenu-block .amshopby-featured-wrapper{
	background-color: #e9e9e9;
	padding: 10px 30px;
}

.megamenu-block ul.featured-items{
	list-style: none;
	margin:0;
	padding:0;
	display:flex;
	flex:auto;
	flex-wrap:wrap;
	gap: 10px 20px;
}

.megamenu-block .featured-item a{
	border: 1px solid grey;
	background-color: white;
	align-content: center;
}
.megamenu-block .featured-item a:hover{
	background-color: white;
	border: 1px solid #38653d;
}

.megamenu-block .featured-item img{
	max-height: 40px;
	vertical-align:middle;
}

.megamenu-block .all-brands-wrapper{
	padding: 10px 30px;
}

.megamenu-block .all-brands-wrapper .brand-col{
	display:inline-block;
	vertical-align: top;
	width: 19%;
}

.megamenu-block .all-brands-wrapper span{
	position:absolute;
	color:black;
	font-weight: 600;
	line-height: 20px;
}

.megamenu-block .all-brands-wrapper ul{
	display: inline-block;
	list-style: none;
	vertical-align:top;
	margin: 0;
	margin-left: 16px;
	padding:0;
	padding-left: 5px;
	border-left: 1px solid #c7c7c7;
	width: 100%;
}


/* minicart */
.header-cart .header-dropdown {
    width: max-content;
	max-width: 400px;
}

.header-cart .header-dropdown, .header-cart .header-dropdown ol li.item, .header-cart .header-dropdown ol li.item a {
    color: #000000;
}

.header-cart .header-dropdown .item-options {
	line-height: 1.1;
}

.data-table a.product-image {
    width: 100px;
}

.data-table .product-name{
	text-transform:none;
}

.item-options{
	text-transform:none;
}


.item-options dt {
	font-size: 15px;
	font-weight: 600;
}
.item-options dd {
	font-size: 15px;
}

.item-options dt:after {
    content: ': ';
}

.header-cart .header-dropdown .subtotal {
    font-weight: 600;
}


/* breadcrumb */
.grid_18 .breadcrumbs {
    margin-top: -19px;
}

/* page title */
.grid_18 .page-title {
    margin-top: 0px;
}

.descr-btn-wrap{
     text-align: center;
}


.descr-btn{
    -webkit-transition: none;
    -moz-transition:none;
    -o-transition: none;
    transition: none;
}

.descr-btn.hide{
    display:none;
}

.descr-btn-wrap .descr-btn:hover{
    color: #38653d;
    font-weight: bold;
    user-select:none;
    background-color:transparent;
}


.bottom-desc-wrap{
    overflow: hidden;
    -webkit-transition:  height 200ms;
    -moz-transition: height 200ms;
    -o-transition: height 200ms;
    transition: height 200ms;
    height: 0px;
    /* margin-bottom: 18px; */
}

.bottom-desc-wrap.open{
    padding-bottom: 18px;
}

.bottom-desc-wrap.notransition{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


.cms-home .col1-layout{
    padding-top: 0px;
}


#loginbox{
    display:none;
}


.block-login {
    margin: 15px auto;
}

/* fixed filter*/
#fixed-filter-container {
    /* background-color: #ffffff; */
}

#fixed-filter-container.active {
    /* border-top: 1px solid #e6e6e6; */
    /* border-bottom: 1px solid grey; */
}

#fixed-filter {
    float: none;
    display: block;
}



div.block-layered-nav .block-title {
    display: none;
    background: white url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-expanded.gif) center right 5px no-repeat;
    padding-right: 40px;
    cursor: pointer;
    user-select: none;
    text-transform: none;
    font-weight: normal !important;
    padding: 5px 30px 5px 5px !important;
    margin-bottom: 5px;
    border: 1px solid #ADADAD;
    margin-bottom: 8px;
}

div.block-layered-nav .block-title:hover {
    background: white url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-expanded_h.gif) center right 5px no-repeat;
    border: 1px solid black;
}

div.block-layered-nav .block-title.collapsed {
    background: #ffffff url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-collapsed.gif) center right 5px no-repeat;
}

div.block-layered-nav .block-title.collapsed:hover {
    background: white url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-collapsed_h.gif) center right 5px no-repeat;
}

.cat-filter {
    float: left;
}

.center-filters {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    width: calc(100% - 143px);
}

/* layered nav */
.block.block-layered-nav .block-title strong {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: normal;
}

.block.block-layered-nav .block-title strong span{
	display:inline-block;
}

.block.block-layered-nav .block-title .applied-filtercount{
	padding-left:7px;
}

.applied-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8px;
}

.block.block-layered-nav {
    border-top: none;
    border-top: 1px solid #e7e7e7;
    /* border-bottom: 1px solid #e7e7e7; */
    margin: 0px;
    padding: 0px 0px 0px 0px;
    /* background-color: #373737; */
    /* position: relative; */
    border-top: none;
}

#fixed-filter-container .block.block-layered-nav{
    border: none;
}


.col-main > .amshopby-filters-top {
    display: none;
}

.amshopby-item-top {
    max-width: none;
    /* min-width: fit-content; */
    margin-right: 10px;
    /* background-color: red; */
    /* min-height: 40px; */
    display: block;
    flex-grow: 1;
    position: relative;
}

.amshopby-container-top dt {
    background-color: white;
    z-index: 10;
    /* text-align: center; */
    position: relative;
    /* margin-left: 5px; */
    font-size: 17px;
    border: 1px solid black;
    padding: 5px 29px 5px 10px !important;
    /* no select text */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* -webkit-transition: all 100ms ease-in-out; */
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    /* transition: all 672.216ms ease-in-out 6.95518ms; */
}

.amshopby-container-top dd {
    position: absolute;
    /* float: left; */
    z-index: 9;
    margin-top: -1px;
    /* min-width: 100%; */
    width: max-content;
    min-width: 100%;
}

div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed {
    background: #ffffff url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-collapsed.gif) center right 8px no-repeat;
    height: 24px;
    border: 1px solid #ADADAD;
    /* margin-bottom: 5px; */
    z-index: 8;
}

div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed:hover {
    background: white url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-collapsed_h.gif) center right 8px no-repeat;
    border: 1px solid #000000;
}

div.block-layered-nav.amshopby-collapse-enabled dl dt {
    cursor: pointer;
    background-color: white;
    background: white url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-expanded.gif) center right 8px no-repeat;
    border-bottom: 1px solid #d2d2d2;
    /* height: 20px; */
    /* position: absolute; */
    /* margin-top: 8px; */
    line-height: 24px;
}


.main .block-layered-nav.amshopby-collapse-enabled dt{
    background: white url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-expanded.gif) center right 8px no-repeat;
}

div.block-layered-nav.amshopby-collapse-enabled dl dt:hover {
    background: white url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-expanded_h.gif) center right 8px no-repeat;
}

.amshopby-container-top ol {
    padding: 6px 14px 9px 14px;
    /* position: relative; */
    background-color: white;
    z-index: 13;
    border: 1px solid black;
    /* top: 241px; */
    min-width: 90px;
}

.amshopby-container-top ol a {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.amshopby-container-top ol a:hover {
    background-color: #e7e7e7;
    -webkit-transition: all 10ms ease-in-out;
    -moz-transition: all 10ms ease-in-out;
    -o-transition: all 10ms ease-in-out;
    transition: all 10ms ease-in-out;
}

.amshopby-filters-top .block-content ol {
    max-width: none;
    padding-right: 12px;
}

.amshopby-filters-top .block-subtitle {
    display: none;
}

.amshopby-filters-top .currently a {
    /* padding: 3px; */
    /* display: block; */
}

.amshopby-filters-top .currently li span {
    /* display: block; */
}

.amshopby-filters-top .currently li {
    /* display: inline-block; */
    float: left;
    margin-right: 10px;
    padding: 0px;
    margin-bottom: 5px;
}

.amshopby-filters-top .currently .btn-remove-inline {
    margin: 0px;
    display: inline-block;
    background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/am_btn_remove.png');
    background-position: right 5px center;
    border: 1px solid black;
    /* padding-right: 26px; */
    padding: 1px 26px 3px 6px;
    font-size: 15px;
    background-color: #000000;
    color: #fbfbfb;
    width: auto;
    height: auto;
}

.amshopby-filters-top .currently .btn-remove-inline:hover {
    border: 1px solid #6c6c6c;
    background-color: #969696;
    background-image: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/am_btn_remove_h.png');
}

.amshopby-filters-top .actions {
    padding: 0px;
    /* margin: 0 auto; */
    margin-bottom: 9px;
}

.amshopby-filters-top .actions a {
    margin: 0px;
    display: inline;
    background-position: right 10px center;
    border: 1px solid black;
    padding: 3px 8px;
    height: auto;
    line-height: 19px;
    color: white;
    letter-spacing: normal;
    text-transform: none;
    background-color: #ff5d5d;
    font-weight: 600;
}

.amshopby-filters-top .actions a:hover {
    border: 1px solid #999999;
    background: #ff0000;
    padding-left: 8px;
}

div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav li.amshopby-cat-multi a {
    background-image: url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-cb1.gif);
}

div.block-layered-nav dd a.amshopby-attr:hover,div.block-layered-nav li.amshopby-cat-multi a:hover {
    background-image: url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-cb1_h.gif);
    background-color: #e7e7e7;
    color: black;
}

div.block-layered-nav dd a.amshopby-attr-selected, div.block-layered-nav li.amshopby-cat-multiselected a:hover {
    background-image: url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-cb2.gif);
}

div.block-layered-nav dd a.amshopby-attr-selected, div.block-layered-nav li.amshopby-cat-multiselected a {
    background-image: url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-cb2.gif);
    color: black;
}

.amshopby-filters-top .block-layered-nav li a {
    display: block;
    float: none;
    margin: 0px 0 0px 0px;
    font-size: 14px;
    line-height: 25px;
    white-space: nowrap;
}

@media only screen and (min-width: 768px) and (max-width: 880px) {
    .category-golfkoeller-jern .amshopby-container-top .amshopby-item-top:last-child{
        display:none;
    }
}



/*        */
.sorter {
    padding: 0px;
    margin: 0px;
    float: right;
    background: none;
}

.sorter .sort-by {
    margin: 0px;
}

.sorter .limiter {
    margin: 0px;
}

.sorter p.view-mode.icon-white {
    margin: 0px;
}

.toolbar .pager {
    display: none;
}

.toolbar-bottom .toolbar .pager {
    display: block;
    padding: 0px;
}
.toolbar-bottom .toolbar .pager .amount {
    display: none;
}

.toolbar-bottom .toolbar .sorter {
    display: none;
}

.sort-by-wrap.toolbar-switch {
    background-color: white;
    border: 1px solid #ADADAD;
    /* height: 32px; */
    line-height: 24px;
    font-size: 17px;
    position: relative;
    /* z-index: 14; */
    color: black;
}

.sort-by-wrap.toolbar-switch.over {
    border: 1px solid black;
    /* border-bottom: 1px solid #d2d2d2; */
}

.sort-by-wrap.toolbar-switch.over .toolbar-title {
    background: url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-expanded.gif) no-repeat center right 5px;
}

.sort-by .over {
    background-color: white;
}

.toolbar-switch.icon-white .toolbar-title {
    background-position: center right 5px;
    width: 75px;
}

.toolbar-switch .toolbar-title {
    background: url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-collapsed.gif) no-repeat;
    background-color: #ffffff;
    padding-right: 27px;
    padding-left: 5px;
    z-index: 9;
    cursor: pointer;
}

.sort-by-wrap.toolbar-switch:hover {
    border: 1px solid black;
}

.toolbar-switch.over .toolbar-title {
    background-color: white;
    cursor: pointer;
}



.toolbar {
    display: inline-block;
    margin: 0px;
    /* position: relative; */
    /* top: 22px; */
    /* float: left; */
    /*  display: none; */
    /*	clear:left; */
}

.amshopby-page-container > .toolbar {
    visibility: hidden;
    min-height: 50px;
    /* display: block; */
}

.amshopby-filters-top .toolbar {
    float: right;
    clear: none;
    display: block;
}

.sorter .current {
    color: black;
}

.sort-by .toolbar-dropdown {
    background-color: white;
    border: 1px solid black;
    z-index: 11;
    right: -1px;
    width: initial;
}

.sort-by .toolbar-dropdown ul li a {
    color: black;
    background: white url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-cb1.gif) left center no-repeat;
    padding: 0px;
    padding-left: 17px;
    display: block;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    font-size: 14px;
    line-height: 25px;
}

.sort-by .toolbar-dropdown ul li a:hover {
    color: black;
    background: url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-cb1_h.gif) left center no-repeat;
    background-color: #e7e7e7;
    padding: 0px;
    padding-left: 17px;
    display: block;
}

.sort-by .toolbar-dropdown ul li.selected a {
    font-weight: bold;
    background: url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/amshopby-cb2.gif) left center no-repeat;
}

.sort-by .toolbar-dropdown ul li.selected a:hover {
    /* font-weight: bold; */
    background-color: #e7e7e7;
}

.sort-by .toolbar-dropdown ul {
    color: black;
    white-space: nowrap;
}

#product-total-amount {
    clear: left;
}

.header-nav-wide {
   /* float:left; */
   /* left: 0px; */
}

.nav-search-container {
    min-height: 20px;
    /* height: 37px; */
    float: right;
    z-index: 10000;
}


.header-nav-txt.std {
    padding: 0px;
}

.category-description {
    text-align: left;
    margin: 0 auto;
    /* padding: 0px 60px; */
    /* margin-left: 25px; */
    /* margin-right: 25px; */
    max-width: 1400px;
    margin-bottom: 30px;
}

.category-title {
    text-align: center;
}

.top-links-container {
    background-color: transparent;
    /* width: 250px; */
    float: right;
}



/* catlist normal*/

.category-products ul.products-grid:not(.configured){
    /* visibility:hidden !important; */
}

.amconf-image-outofstock::after{
    position: absolute;
    content: '';
    background: #e1a1a1;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index:100000000;
    pointer-events: none;
}

.amconf-image-outofstock .amconf-noimage-div{
    /* border: none; */
    border: 1px solid white;
}



.amconf-noimage-div{
    font-size:15px;
    font-weight:bold;
    width: fit-content !important;
    min-width: 30px;
    padding-right: 5px;
    padding-left: 5px;
}

ul.products-grid .amconf-noimage-div{
    font-size: 12px;
    font-weight:normal;
    width: fit-content !important;
    min-width: 15px;
    padding-right: 4px;
    padding-left: 4px;
}

ul.products-grid .product-inf{
    display: block;
    font-size: 13px;
    font-weight : normal;
    line-height: 19px;
    color: #828282;
    width: 100%;
    /* border-bottom: 1px solid #afafaf; */
    margin-bottom: 2px;
    /* margin-top: 5px; */
    text-transform: none;
}

.product-model-name{
    /* display:block; */
    /* border-bottom: 1px solid #d1d1d1; */
    /* text-align: center; */
}

.product-gender-type:before{
    content:" - ";
    color: #2477a8;
}

ul.products-grid .opt-avail-wrapper{
    height: 16px;
}


ul.products-grid .price{
    /* margin-left:5px; */
    /*font-family: Calibri,Arial, sans-serif;*/
    /* color:black; */
    font-size: 16px;
    font-weight: 600;
}

ul.products-grid .price-box .old-price{
    text-decoration:line-through;
    /* color:black; */
    /* font-weight: 200; */
}


ul.products-grid .price-box .old-price .price{
    /* color:#a0a0a0; */
    font-weight: 400;
}

ul.products-grid .price-box .minimal-price .price-label{
    display: inline;
    margin-right: 3px;
    font-size: 14px;
    line-height: 1;
    color: #717171;
    font-weight: 400;
}


.tier-discount-label{
    position: absolute;
    background: transparent url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/icons/vd.png) 0px 0px no-repeat;
    width: 99px;
    height: 99px;
    z-index: 2;
    top: -6px;
    right: -6px;
}

.amxnotif-block{
    margin-top:20px;
    margin-bottom:15px;
}

.amxnotif-block label{
    margin-bottom: 5px;
    display: block;
}


.amxnotif-block .input-text{
    max-width: 180px;
    margin-right: 10px;
    margin-top: 0px;
    vertical-align: top;
}

.amxnotif-block button.btn-cart span span{
    padding: 0px 10px;
    height: 10px;
}

.amxnotif-block button.btn-cart span {
    height: 30px;
    line-height: 30px;
}


.stock-alert-container{
    position: relative;
    z-index: 1;
}

.stock-alert{
    position: absolute;
    background-color:rgba(176, 33, 157, 0.7);
    color:white;
    width:100%;
    /* opacity: 0.7; */
}

.stock-alert .stock-msg{
    display:block;
}

.product-stock-info-wrapper{
    margin-top: 15px;
    margin-bottom: 20px;
    /* float: right; */
    text-align: center;
}

.product-stock-info{
    /* margin: 0 auto; */
    /* float: right; */
    background-color: #f1f1f1;
    /* max-width: 320px; */
}

.product-view .availability {
    font-size: 20px;
    line-height: 18px;
}

.availability.in-stock span{
    color: black;
    /* font-weight: bold; */
}

.availability.in-stock i{
    margin-right: 5px;
    line-height: 0;
}


.date-alert-container{
    position: relative;
    z-index: 1;
}

.date-alert{
    position: absolute;
    background-color:rgba(33, 127, 172, 0.7);
    color:white;
    width:100%;
    /* opacity: 0.7; */
}

.date-alert .stock-date{
    display:block;
}

.amshopby-page-container > .category-products {
    padding-top: 20px;
}

.brand-logo-cont{
    min-height: 30px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 4px;
}

ul.products-grid li.item .amshopby-link {
    min-height: 30px;
}

ul.products-grid li.item .amshopby-link img {
    max-height: 30px;
}

.product-view .prod-page-top-column-options .amconf-image-container{
    margin: 5px;
}

/* color attr in prodlist */
.attr-color .amconf-image-container{
    padding: 3px 0px;
}

.amconf-image-container {
    border: 1px solid transparent;
}

ul.products-grid {
    padding-left: 50px;
    text-align: center;
}


ul.products-grid li.item .item-cont.expanded {
    width: 220px;
    left: -60px;
    padding-left: 60px;
    background-color: white;
}

ul.products-grid li.item .item-cont {
    position: relative;
    width: 220px;
    border: 1px solid transparent;
    text-align: left;
    /* height: auto; */
}

ul.products-grid li.item .availability {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

ul.products-grid .product-name span.line1,ul.products-grid .product-name span.line2,ul.products-grid .product-name span.line3{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.products-grid h2.product-name span.line2 {
    font-size: 14px;
    font-weight: 400;
}

.products-grid h2.product-name span.line3 {
    font-size: 13px;
    font-weight: 400;
    color:black;
}

ul.products-grid li.item .amconf-block .attrlabel-color {
   display:none;
}

ul.products-grid li.item .amconf-block dt {
   display:none;
}

ul.products-grid li.item .amconf-block {
    /* height: 25px; */
    visibility: hidden;
}

ul.products-grid li.item .amconf-block .lbl-sel-color {
    color:#888888;
}


ul.products-grid li.item .amconf-block dd.attr-color {
    position: absolute;
    top: -4px;
    left: -54px;
    width: 52px;
}

ul.products-grid li.item .item-cont.notexpanded .amconf-block dd.attr-color {
    display : none;
}

ul.products-grid li.item .amconf-block dd.attr-color img {
    width: 100%;
    height: auto;
}


/* catlist hover */
ul.products-grid .prev-mse, ul.products-grid .next-mse {
    color: #cecece;
    cursor:pointer;
    /* position: absolute; */
    z-index: 8;
}


ul.products-grid .prev-mse {
	position: relative;
    width: 100%;
    text-align: center;
}

ul.products-grid .next-mse {
    position: relative;
    width: 100%;
    text-align: center;
}

ul.products-grid .prev-mse:hover, ul.products-grid .next-mse:hover {
    color: #393939;
}

.amconf-image-container{
    border: 1px solid #ffffff;
    /* padding: 2px; */
}

.amconf-image-selected {
    outline: none;
    border: 1px solid #59c57e;
}

ul.products-grid li.item.hover .item-cont {
    border: 1px solid #898989;
    z-index: 8;
    /* -webkit-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.34); */
    -moz-box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.34);
    /* box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.34); */
}

ul.products-grid li.item {
    overflow: hidden;
}

.products-grid li.item, .products-list li.item {
    height: 370px;
}

ul.products-grid li.item .price-box{
    /*font-family: Calibri,Arial, sans-serif;*/
    margin-top: 0;
    margin-bottom: 6px;
}
    

ul.products-grid li.item.hover {
    background-color: transparent;
    overflow: initial;
    /* width: inherit; */
    /* padding: 1px; */
   /* -moz-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.34); */
}

ul.products-grid li.item.hover .item-wrap {
    position: relative;
    min-height: 381px;
    /* margin-bottom: 8px; */
}


ul.products-grid li.item .item-wrap {
    width: 210px;
    /* height: 410px; */
    /*font-family: Calibri,Arial, sans-serif;*/
    background-color: white;
}

ul.products-grid li.item .attr-color .amconf-images-container:not(.slick-slider){
	position:relative;
	top: 10px;
	
}

ul.products-grid li.item.hover .amconf-block {
    visibility: visible;
}

ul.products-grid li.item.hover div.sel-spacer {
    position: absolute;
    z-index: 6;
    left: -22%;
    width: 22%;
    background-color: #fff;
    top: -1px;
    height: 100%;
    border: 1px solid #898989;
    border-right: none;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.34);
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.34);
}

.slick-slider {
    margin-bottom: 0px;
}

.slick-vertical .slick-slide {
    margin: 0px;
}


.products-grid .product-image img {
    max-width: 210px;
    min-height: 210px;
    height: auto;
}

.products-grid .stock-info-container{
    /* min-height: 21px; */
    display: none;
}

ul.products-grid li.item.hover .stock-info-container{
    display: block;
}

.products-grid .coloroptions{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
    line-height: 16px;
    /* line-height: 28px; */
}

ul.products-grid li.item.hover .coloroptions{
    display: none;
}

/* Footer */

.footer-links{
    /* font-size: 16px; */
}

.footer-info .fa-phone{
    /* margin-right:1px; */
    margin-left:2px;
    margin-right: 6px;
}


/* PRODUCT PAGE */

.product-title-container {
     margin-bottom: 15px;
}
.product-title-container h1 {
   /* font-family: Calibri,Arial, sans-serif;*/
    min-height: 45px;
    font-size: 18px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
}

.product-title-container h1 span {
    display:block;
}

.product-title-container h1 span.line1 {
    font-size: 20px;
    font-weight: 300;
}

.product-title-container h1 span.line2 {
    font-size: 20px;
    font-weight: 600;
}

.product-title-container h1 span.line3 {
    font-size: 15px;
    font-weight: 600;
    color: #858585;
}

.product-title-container .amshopby-links-wrapper {
    /* margin-top: 10px; */
    position: absolute;
    right: 0px;
    /* bottom: 0px; */
    display: inherit;
    margin-top: -8px;
}

.product-shop .product-options{
    /* border-top: 1px solid #dadada; */
    /* border-bottom: 1px solid #dadada; */
    /* padding-top: 5px; */
    /* margin-bottom: 5px; */
    margin: 0 0 5px 0;
}

.product-shop .product-options dl dt{
	/* line-height: 1; */
	padding-bottom: 1px;
}

.product-shop .product-options dl .hidden-product-option, .product-shop .product-options dl .hidden-product-option-label{
    height: 0px;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
}

.product-shop .product-options label{
	white-space:wrap;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 600;
}

.product-shop .product-options .lbl-choose{
    color: #38653d;
    /* position: relative; */
    font-size: 20px;
    margin: 0px;
    line-height: 1;
    /* left:-5px; */
}


.product-shop .product-options .lbl-choose i {
    margin-right : 5px;
}

.product-view span.product-gender-type, .product-view span.product-type{
    color:#5a5a5a;
    font-size: 15px;
    font-weight:300;
    min-height: 19px;
    display: inline-block;
}

.product-shop .price-box .special-price {
	margin: 0;
	padding-right: 0;
}

.product-shop .price-box .old-price{
	margin: 0;
	margin-left: 10px;
	padding-right: 0;
}

.product-shop .price-box .old-price .price{
    color:#ff0000;
}

.product-shop .price-box > p{
	margin: 0;
}


.prod-page-top-column-info .amshopby-link{/* margin: 0 auto; */text-align: center;}

.amshopby-link{
    float: none;
    padding-left: 0px;
    padding-top: 0px;
    /* max-height: 30px; */
    /* margin-bottom:8px; */
}

.product-title-container .amshopby-link img{
  max-height: 45px;
  max-width: 250px;
} 
    


.product-essential{
    position : relative;
    margin-top: 8px;
    /* text-align: center; */
}

.product-view .product-essential {text-align: left;}

.product-options dl .input-box {
    margin-bottom: 0;
}

.product-options dl dd {
    margin-bottom: 15px;
}



.product-options dd select:disabled{
    background-color: #f1f1f1;
    color: #000000;
    opacity: 1;
}

.product-options dd select {
    width: 100%;
    height: 35px;
    font-size: 15px;
    line-height: 27px;
    /* max-width: 400px; */
}

.product-options dd select option {
     height: 35px; 
     font-size: 15px; 
     line-height: 35px; 
}

.product-options span.amconf-label{
    margin-left: 7px;
    font-weight: 400;
}

.product-options span.amconf-label-ext{
    margin-left: 10px;
    color: #858585;
}

.product-options img.shaft-image{
	margin-top: 5px;
	width: 100%;
}

.prod-page-row{
    margin-top: 20px;
    /* border-bottom: 1px solid #d5d5d5; */
}

.col-container{
	display:flex;
	flex-wrap: wrap;
	column-gap: 20px;
}

@media only screen and (max-width: 767px) {
    .col-container {
        display: block;
    }
}

.col-container .col-left{
	flex-grow: 3;
	flex-shrink: 1;
	flex-basis: min-content;
} 

.col-container .col-right{
	flex-grow: 1;
	flex-shrink: 4;
	flex-basis: 250px;
	margin-top: 48px;
	/* max-width: 500px; */
	/* margin-left: 20px; */
	margin-bottom: 10px;
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
	height: fit-content;
	position: sticky;
	top: 83px;
}


/*
@media only screen and (max-width: 767px) {
    .col-container {
        display: block;
    }
}


@media only screen and (min-width: 768px) {
    .col-container .col-right{
		min-width: 300px;
		max-width: 30%;
    }
}*/



.product-collateral .descr-col-left{
    width:70%;
    padding-bottom: 15px;
}

.product-collateral .descr-col-right{
    width: 30%;
    vertical-align: top;
    margin-left:2%;
    margin-bottom: 10px;
}

.product-collateral .descr-col-right .col-content{
	position:sticky;
	top: 94px;
}
	
.product-collateral .descr-col-right{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-left:2%;
	margin-bottom: 20px;
}
.product-collateral .descr-col-right{
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin-left:2%;
	margin-bottom: 20px;
}

.product-collateral .tab-section{
	margin-bottom: 35px;
}

.product-collateral .tab-section > h2{
	border-bottom: 1px solid #e5e5e5;
	text-transform: uppercase;
}


@media only screen and (max-width: 767px) {
	/*
    .product-collateral .descr-container{
        flex-wrap: wrap;
    }*/
    
    .product-collateral .descr-col-left{
        width:100%;
        border-bottom: 1px solid #d5d5d5;
    }
    
    .product-collateral .descr-col-right{
        width:100%;
    }
}



.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: pointer;
}

#product-collateral-tabs.ui-widget.ui-widget {
  font-family: unset;
}


#product-collateral-tabs.ui-widget.ui-widget-content{
    border: 0px;
} 

#product-collateral-tabs.ui-tabs .ui-tabs-nav {
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
	font-size: 20px;
}

#product-collateral-tabs .ui-widget-header{
    background-color: unset;
    border: 0px;
    border-bottom:1px solid #d5d5d5;
    border-radius:0px;
}

#product-collateral-tabs .ui-tabs .ui-tabs-panel {
    padding: 0px;
}

#product-collateral-tabs .ui-tabs-tab{
    background-color: #38653d;
    border-radius: 0px;
    color:white;
    top: 1px;
}
#product-collateral-tabs .ui-tabs-tab:not(.ui-tabs-active){
	clip-path: polygon(0 0, 95% 0%, 100% 100%, 1% 100%);
	padding-right: 4px;
}
#product-collateral-tabs .ui-tabs-tab.ui-tabs-active{
    background-color: #ffffff;
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    margin-bottom: 0px;
    padding-bottom: 0px;
    /* display: none; */
}

#product-collateral-tabs .ui-tabs-anchor {
    color:white;
    transition:none;
    padding: 10px 15px;
}

#product-collateral-tabs .ui-tabs-active .ui-tabs-anchor {
    color:black;
}

.product-collateral .ui-tabs-panel{
    padding: 30px 0px;
}
/*
#description-tab {
    padding-left: 1em;
}*/

#custom-fitting .trackman-col{
	flex: 1 1 0px;
	min-width: 216px;
}

#custom-fitting .fitting-col{
	flex: 1 1 0px;    
	min-width: 216px;
}

#custom-fitting .card-container{
	display:flex;
	gap: 20px;
	flex-wrap:wrap;
}

#custom-fitting .card-container img{
	margin-bottom: 10px;
}

#product-collateral-tabs{
    padding:0;
    margin: 0 auto;
    /* float: right; */
    margin-right: 0px;
    /* padding-right: 15px; */
}

.product-review-column{
    width: 50%;
    float: left;
}

#review-tabs{
    /* margin-left: 5px; */
}


.product-collateral-inner{
    margin-right: 5px;
}

/*
@media only screen and (max-width: 767px) {
    .ui-tabs .ui-tabs-nav li {
        font-size: 15px;
    }
    #product-collateral-tabs .ui-tabs-anchor {
        padding: 7px 6px;
    }
}
*/

.am-giftcard-form  .field {
    width: 100%;
}

.am-giftcard-form .fieldset{
    border: none;
}

.am-giftcard-form .fieldset .form-list{
   margin-bottom: 0px;
}

.am-giftcard-form  .form-list .input-box {
    width: 100%;
}

.product-help-column{
    width : 50%;
    float: left;
    position: relative;
    /* padding: 20px; */
    /* max-width: 400px; */
    margin-top: 15px;
    /* margin-left: 10px; */
}

.product-help-column .help-box-overlay{
    top: -10px;
    right: -17px;
    position: absolute;
    width: 190px;
    height: 110%;
    background: url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/figures/golfman.png) right no-repeat;
    background-size: auto 100%;
}

.product-help-column .help-box{
    border: 5px solid #54b948;
    padding: 20px;
    padding-right: 40%;
    font-size: 12px;
    /* margin: 20px; */
    margin-left: 0px;
    overflow: visible;
    /* margin-right: 40%; */
}

.product-help-column .help-box p{
    margin: 2px 0 8px;
}
    

.product-help-column .help-box i{
    color: #54b948;
}

.product-help-column .help-box h3{
    margin-bottom: 10px;
}

.product-help-column .help-box a.phonenmbr{
    font-size: 19px;
    transition:none;
    margin-bottom: 8px;
    display: block;
}

@media only screen and (max-width: 767px){
    .product-collateral{
        text-align:left;
        float:none;
        display:block;
        margin-bottom: 20px;
    }

    .box-collateral.box-description{
        width:100%;
        display: block;
    }
    
    .product-collateral .descr-col-right{
        display: block;
        width: 100%;
        margin-left: 0;
        padding-top: 20px;
    }

    #product-collateral-tabs{
    padding:0px;
    margin: 0 auto;
    }

    .product-help-column{
        margin: 0 auto;
        display : block;
        float:none;
        margin-bottom: 50px;
        width: 100%
    }

    .product-help-column .help-box{
       text-align:left;
    }

    


}

@media only screen and (max-width: 400px){
    .product-help-column .help-box-overlay{
        display:none;
    }
    .product-help-column .help-box{
       text-align:left;
       padding-right: 20px;
    }
}


/*
@media only screen and (min-width: 1000px) {
    .product-help-column{
        width : 50%;
        float: left;
        position: relative;

        max-width: 400px;

    }
    .product-help-column .help-box-overlay{
        width: 165px;
    }

    .product-help-column .help-box{
        border: 5px solid #54b948;
        padding: 20px;
        font-size: 16px;

    }

    .product-help-column .help-box h3{
        font-size:20px;
        margin-bottom: 10px;
    }

    .product-help-column .help-box p{
        margin: 2px 0 8px;
    }


    .product-help-column .help-box i{
        color: #54b948;
    }


}
*/





.product-review-inner{
    margin-left: 5px;
}

.product-review-inner-content{
}



.col1-layout .product-view .prod-page-top-column-info{
    width: 25%;
    float: left;
    /* padding-top: 10px; */
    /* padding: 0px 5px 0 5px; */
    text-align: center;
    /* position: relative; */
    /* border-left: 1px solid black; */
}

#product-ksp{
    /* margin: 0px auto 0px auto; */
    background-color: #ffffff;
    /* max-width: 300px; */
    font-size: 15px;
    text-align: center;
}

@media only screen and (max-width: 410px){
    #product-ksp span{
       display:block;
       margin-bottom: 5px;
    }
}



#product-ksp i{
    color: #38653d;
}

#product-ksp span{
    margin-right: 5px;
}

.ksp-return{
    background: transparent url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/icons/return-icon.png) 8px center no-repeat;
}

.ksp-pricematch{
    background: transparent url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/icons/pricematch-icon.png) 8px center no-repeat;
}


p.ksp-customerservice{
    /* border: 2px solid #676767; */
    padding: 5px;
    /* border-radius: 18px 18px 18px 18px; */
    -moz-border-radius: 18px 18px 18px 18px;
    /* -webkit-border-radius: 18px 18px 18px 18px; */
    min-width: 165px;
    max-width: 240px;
    /* width: 100%; */
    display: block;
    margin: 0 auto 20px auto;
    /* background-color: #f5f5f5; */
}


.prod-page-top-column-info .tp-img{
    width: 100%;
    height:auto;
    max-width: 220px;
    display: block;
    margin: 0 auto;
    user-select: none;
}

.ppksp{
    /* background-color: #f5f5f5; */
    padding-left: 48px;
    font-size: 16px;
    min-height: 36px;
    padding-top: 16px;
    vertical-align: middle;
    max-width: 150px;
    margin: 0 auto 20px auto;
}



@media only screen and (max-width: 767px){
    .ppksp{
        padding-right: 10px;
    }
}

.col1-layout .product-view .prod-page-top-column-media{
    width: 48%;
    float: left;
    padding-right: 2%;
    /* margin: 0px -5px 0px -5px; */
    /* padding: 0px 5px 0 5px; */
    /* padding-left: 2%; */
    /* padding-right: 3%; */
}

.col1-layout .product-view .prod-page-top-column-options{
    width: 50%;
    float: left;
    max-width: 500px;
    /* padding: 0px 5px 0 5px; */
    /* text-align: center; */
    /* padding-top: 10px; */
    /* border-top: 1px solid #b9b9b9; */
    /* padding: 0px 2%; */
}

.product-shop.prod-page-top-column-options {}

.product-media-container {
    /* float: left; */
    /* max-width: 50%; */
    position: relative;
    /* margin-right: 20px; */
}

#product-images{
    padding-bottom: 100%;
    height: 0;
}

#product-images .prev-mse, #product-images .next-mse, .grade-guide-img .prev-mse, .grade-guide-img .next-mse{
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor:pointer;
    z-index:99;
    height: 80px;
    width: 60px;
    color: #797979;
}

#product-images .next-mse:hover,#product-images .prev-mse:hover, .grade-guide-img .next-mse:hover, .grade-guide-img .prev-mse:hover{
    color:#393939;
}

#product-images .prev-mse, .grade-guide-img .prev-mse{
    text-align: left;
    opacity: 70%;
}

#product-images .next-mse, .grade-guide-img .next-mse{
    right: 0px;
    text-align: right;
    opacity: 70%;
}

#product-images .prev-mse span, .grade-guide-img .prev-mse span{
    text-align: center;
    background-color: #fff;
    opacity: 70%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-top: 20px;
}

#product-images .next-mse span, .grade-guide-img .next-mse span{
    text-align: center;
    background-color: #fff;
    opacity: 70%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-top: 20px;
}



.more-views .prev-mse, .more-views .next-mse{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor:pointer;
    z-index:99;
    height:50px;
    width: 20px;
    line-height: 50px;
    /* background-color: #2f7ec4; */
    color:#cecece;
}

.more-views .prev-mse:hover, .more-views .next-mse:hover{
    color:#393939;
}

.more-views .prev-mse{
    left: -30px;
    padding-left: 0px;
}

.more-views .next-mse{
    right: -30px;
    padding-right: 0px;
    text-align:right;
}


.more-views .product-image-thumb{
     margin: 0 0px;
     border: 1px solid rgb(255, 255, 255);
     text-align: center;
     transition: none;
     max-width: 100px;
}
/*
.more-views .product-image-thumb:not(.slick-slide){
     width:calc(20% - 4px);
     border:none;
     padding:0px;
     margin:0 2px;
     float:left;
}

.more-views .product-image-thumb:not(.slick-slide):first-of-type{
     margin-left:0px;
}

.more-views .product-image-thumb:not(.slick-slide):last-of-type{
     margin-right:0px;
}
*/

.more-views .product-image-thumb.active{
     border: 1px solid rgb(190, 190, 190);
     text-align: center;
}

.product-view .product-img-box img {
    max-width: 100%;
    height: auto;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}

#product-images img{
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    user-select: none;
}

.video-thumbs {
    text-align:center;
}

.video-thumbs a {
    position:relative;
    display: inline-block;
}

.video-thumbs a > img {
    max-width:100%; height:auto
}

.video-thumbs a:not(:first-child) {
    display:none;
}

.video-thumbs a:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position:absolute;
    display: block;
    content: ' ';
    background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/icons/play-button.svg');
    background-size:  100px 100px;
    height: 100px;
    width: 100px;
}


#customer-reviews-tab{
    max-height:500px;
    /* overflow-y: scroll; */
}

.prod-page-column-header{
    /* background-color:#cecece; */
    border-bottom: 1px solid darkgrey;
    /* border-top: 1px solid darkgrey; */
    margin-bottom: 10px;
    /* color: white; */
    /* padding-left: 6px; */
}

button.btn-cart > span {
    width: 100%;
    margin:0px;
    padding: 0px;
}


button.btn-cart i {
    display:none;
    position: relative;
    top: 5px;

}

button.btn-cart.busy > span > span {
    display:none;
}

button.btn-cart.busy i {
    display:inline-block;
    color: white;
}


.product-shop .add-to-cart button.button{
    /* float: left; */
    /* margin-left: 10px; */
    width: 100%;
    min-width: 125px;
    /* width: 100%; */
}
.addtocart-btn-cont{
    /* width: auto; */
    float: right;
    /* background-color: blue; */
    /* display: inline; */
}


.qty-content-container{
    /* margin-right: 10px; */
    float: left;
    /* background: #f4f4f4; */
    user-select: none;
    margin-top: -2px;
    /* padding: 13px 6px 12px 7px; */
}

.qty-btn {
    /* margin-top: 0px; */
}

.product-options-bottom .add-to-cart{
    padding-top: 10px;
    padding-bottom: 10px;
    /* margin-bottom: 20px; */
    /* padding-top: 15px; */
    /* border-bottom: 1px solid #cacaca; */
    /* float: right; */
    width: 100%;
}


/* PRODUCT GUIDES */
#guide{/* display:inline-block; */font-size: 15px;float: right;margin-top: 9px;/* text-align:left; *//* padding-left: 57px; *//* padding-right: 20px; *//* padding-top: 5px; *//* line-height: 43px; *//* height: 43px; *//* border: 1px solid black; */color: #0000EE;/* margin-bottom: 20px; */text-decoration: underline;}

.guide_lakeballs_btn{
     /* background: #fff url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/icons/soebolde-logo.png') 9px 7px no-repeat; */
}

.guide_size_btn{
     /* background: #fff url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/icons/measure-icon.png) 10px 8px no-repeat; */
}

#guide_size {
    padding: 20px;
    text-align: left;
}

#guide_size img{
    max-width:100%
}

#guide_size h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom:1px solid #61b046;
    padding-bottom:4px;
}

#guide_size h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 25px;
}

#guide_size h3 span {
    color: #61b046;
}

#guide_size p {
    font-size: 18px;
    margin-bottom: 10px;
}

#guide_size table {
  background-color: #DEDEDE;
  /* width: 100%; */
  text-align: center;
  font-size: 34px;
}

#guide_size table.small {
  /* width: 50%; */
}

#guide_size table.small.left {
  /* margin-right: 10px; */
}


#guide_size table td, #guide_size table th {
  border: 1px solid #FFF;
  padding: 10px 0px;
}
#guide_size table tbody td {
  text-align: center;
}
#guide_size table tr:nth-child(even) {
  background: #EBEBEB;
}

/*
#guide_size table td:nth-child(even) {
  background: #d0d0d0;
}*/

#guide_size table td:first-child {
  background: #b9b9b9;
  color: #fff;
}

#guide_size table thead {
  background: #9C9C9C;
}
#guide_size table thead th {
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  border-left: 1px solid #FFF;
}
#guide_size table thead th:first-child {
  border-left: none;
}


@media only screen and (max-width: 630px){
    #guide_size {
        padding: 0px;
    }

    #guide_size h2 {
        font-size: 14px;
    }

    #guide_size h3 {
        font-size: 16px;
    }


    #guide_size p {
        font-size: 15px;
        margin-bottom: 10px;
    }
}



/* BOT KSP */

#bot-ksp{
    margin-top: 20px;
}



/* TIER PRICE TABLE */

.tier-prices{
    font-size:16px;
    /* margin:0 auto; */
    width: 100%;
}

.tier-prices thead{
    border-bottom: 1px solid black;
}

.tier-prices th{
    text-align:center;
    font-weight: bold;
}

.tier-prices td{
    text-align:center;
}

.tier-prices tbody tr{
    cursor:pointer;
}

.tier-prices tr.selected-qty{
    background-color: #39653d;
    color: white;
}

.tier-prices tbody tr:not(.selected-qty):hover{
    background-color: #aac3b3;
}

#product-price-and-stock{
    margin-top:15px;
}

.regular-price {
    /* float:left; */
}

#product-price-and-stock.has-tiers .price-box .regular-price{
    display:none;
}

#product-price-and-stock.has-tiers .price-box .special-price{
    display:none;
}

#product-price-and-stock.has-tiers .price-box .old-price{
    margin:0;
}

#product-price-and-stock.has-tiers .price-box .special-price-saving{
    display:none;
}


.price-label{
    display:block;
    color: black;
}

.tp-qty{
    min-width: 100px;
}
.tp-unitprice{
    min-width: 100px;
}
.tp-discount{
    min-width: 100px;
}
.tp-total{
    display:none;
}

#price-total-container{
    text-align: center;
    /* font-size: 17px; */
    /* margin-top: 20px; */
    /* margin-bottom: 10px; */
    float: right;
    /* background-color: #eeeeee; */
}

#price-total-container .price-label{
     font-size: 17px;
     display: inline;
}

#price-total{
     font-size: 23px;
     color: #38653d;
}

.special-price .price-label{
    font-weight:normal;
    font-size: 14px;
}


.configurable-price-from{
    /* float:left; */
    margin-right: 3px;
}

.qty-increment-lbl {
    display:none;
}

@media only screen and (max-width: 1279px) and (min-width: 1024px){
    .product-media-container {
       /* float: none;*/
    }

}

@media only screen and (max-width: 1023px) and (min-width: 768px){
    .product-media-container {
      /*  float: none; */
      /* max-width: 40%; */
    }
}


@media only screen and (max-width: 767px){
    .product-media-container {
        float: none;
        /* max-width: 100%; */
    }
}

.product-video-container {
    /* max-width: 500px; */
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    /* height: 0; */
    /* float: left; */
    width: 100%;
    overflow: hidden;
}

.product-video-container iframe, .product-video-container object, .product-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-view .product-img-box {
    width: 100%;
    max-width: 600px;
    float: none;
    margin: 0 auto;
    /* padding-right: 80px; */
    /* padding-left: 5%; */
    /* padding-right: 5%; */
    /* display: block; */
    /* margin-right: 5px; */
    /* background-color: red; */
    /* padding: 0 8px 0 8px; */
}
@media only screen and (max-width: 767px){
    .product-view .product-img-box {
        width: 90%;
        /* padding-right: 0px; */
        padding: 0px;
    }
}
/*.header .search-visible .form-search input { display: none; }*/
ul.top-info {display: inline-flex;/* float: left; */width: calc(100% - 130px);margin-top: 2px;}

div#filter-ori-con {
    /* padding-bottom: 20px; */
    /* display: block;
    min-height: 44px;*/
    /* float: left; */
    background: #ffffff00;
    margin-top: 20px;
}

.product-columns-3 ul.products-grid li.item {
	width: 230px;
	margin-right: 3%;
}



@media only screen and (max-width: 1200px) {
    .product-columns-3 ul.products-grid li.item {
        margin-right: 0;
        width: 220px;
    }

    ul.products-grid li.item .item-wrap {
        /* padding: 12px 5px 0px 5px; */
        width: 210px;
        /* min-height: 381px; */
    }
}


/* PRODUCT PAGE CHARTS */

.chart-container{
    overflow-x: auto;
}

.chart-hcp-range {
    margin-top:4px;
}

.chart-hcp-range > span {
    display:inline-block;
    /* width: 40px; */
    text-align:center;
    padding-right: 9px;
}

.chart-hcp-range > span:first-of-type {
    padding-left: 0px;
}

.chart-hcp-range > span > i {
    display: block;
    color: #38653d;
    width: fit-content;
    margin: 0 auto;
}

.equipment-chart{
    font-size: 15px;
    line-height: 24px;
    /* width: min-content; */
    width: 100%;
    max-width: 1001px;
    /* overflow: auto; */
}

.equipment-chart tbody{
    border: 1px solid #dddddd;
    border-top: 0px;
}

.equipment-chart tbody a{padding: 0;}

.equipment-chart th,.equipment-chart td{
    padding: 0px 5px;
    /* width: 100%; */
}

.equipment-chart thead th{
    background-color: #38653d;
    border: 1px solid white;
    color: white;
    font-weight: 600;
    line-height: 24px;
    /*text-wrap: nowrap;*/
    white-space:nowrap;
}

.equipment-chart th a.guide-popup-btn{
    margin: 0;
    margin-left:5px;
    padding: 0;
}

.equipment-chart th a.guide-popup-btn i{
    /* margin-left: 5px; */
    color:white;
    font-style: normal;
}

.equipment-chart th a.guide-popup-btn i:hover{
    color:#c4c4c4;
}


.equipment-chart tbody td{
    color: black;
    /* padding: 0px 5px;*/
    /* text-wrap: nowrap; */
    white-space: nowrap;
    /* border-left: 1px solid #ddd; */
    border-top: 1px solid #ddd;
}
.equipment-chart tbody td img{
    margin: 5px 0px;
}
/*
.equipment-chart tbody tr:nth-child(even) td:not(.main-variant){
    background-color: #f1f1f1;
}*/

.equipment-chart tbody tr.main-variant-row{
    border-top: 1px solid #27ff00;
}

.equipment-chart tbody tr.main-variant-row:nth-child(1){
    border-top: none;
}


/* comparison charts */
/*
.comparison-chart{
    border: 1px solid #646464;
}*/

/*
.comparison-chart th {
    background-color: #e9e9e9;
    padding: 0px 5px;
    text-wrap: nowrap;
}
*/

/*
.comparison-chart td{
    padding: 0px 5px;
    text-wrap: nowrap;
}*/
/*
.comparison-chart td.main-variant{
    border-left: 1px solid black;
}*/
/*
.comparison-chart-variant-header{
    background-color:#DEDEDE;
}*/
/*
.equipment-chart tbody td{
    background-color: #61b046;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ffe400; 
}*/

/*
.comparison-chart tr.comparison-chart-modelrow td{
    padding: 5px 10px;
}*/



/*
.club-comparison-chart tr.comparison-chart-modelrow:last-of-type{
    border-bottom: 1px solid #646464;
}*/
/*
.comparison-chart-variant-cols tr:nth-child(2n){
    background-color: #61b046;
}*/
/*
.comparison-chart-variant-cols{
    border-left: 1px solid #afafaf;
}*/

.equipment-chart tr.comparison-chart-modelrow td{
    border-top: 1px solid #606060;
}

.equipment-chart tr.active td{
   background-color: #fffdb2;
}

/*
.comparison-chart td.chart-variant-cell{
   border-left: 1px solid #afafaf;
}

.comparison-chart tr:nth-child(even) td.chart-variant-cell{
    background-color: #eeeeee;
}

.comparison-chart tr:nth-child(odd) td.chart-variant-cell{
    background-color: #dddddd;
}
*/
.equipment-chart .price-box{
    line-height:unset;
}

.equipment-chart .price-box .price{
    font-family: unset;
    font-size: 16px;
}
.equipment-chart .price-box .price-label{
    display:none;
}

.equipment-chart .price-box .special-price{
    font-size: 14px;
    display: block;
}

.equipment-chart .price-box .old-price{
    font-size: 14px;
    display: block;
}


.equipment-chart .special-price-saving{
    position: relative;
    top: 0px;
    width: fit-content;
    display: block;
    padding: 0px 5px;
}

.equipment-chart .special-price-saving .price{
    color: black;
    font-weight: 600;
}

.equipment-chart .special-price-saving .label{
    display:none;  
}

.equipment-chart .title-row th{
	background-color:unset;
	color: black;
	padding-top: 30px;
	padding-left: 2px;
	border: none;
}

.equipment-chart .title-row.first th{
	padding-top: 0px;
}
.equipment-chart .description-row th{
	background-color:unset;
	color: black;
	border: none;
}

.equipment-chart .image-title{
    background-color:unset;
    padding-left: 0px;
}

.chart-container.no-overflow .image-row img {
    margin-bottom: 9px;
}

.equipment-chart .image-row th{
    padding: 0px;
    background-color: unset;
    border: none;
}

.equipment-chart.grip-chart .image-row th{
    /* padding-bottom: 20px; */
}

.equipment-chart .image-row img{
    /* width: 100%; */
    max-width: 100%;
}

.equipment-chart h4{
    font-size: 18px;
    padding: 5px 0px;
    margin-top: 5px;
}

/* shaft chart */
.shaft-chart-container{
    padding-right: 22px;
}

.shaft-chart-container.no-overflow{
    padding-right: 0px;
}

.shaft-chart .fits-loft-lbl{
    text-align:center;
    vertical-align: top;
    height: 26px;
}

.shaft-chart .fits-loft-lbl span{
    position: relative;
    top: -5px;
}

.shaft-chart .loft-matrix-header{
    padding: 0px;
    background-color: unset;
    color: black;
    border: none;
}

.shaft-chart .loft-matrix-header.first{
    border-left: 1px solid;
}

.shaft-chart .loft-matrix-header div{
    width: 18px;
    overflow:visible;
    padding: 0px;
    transform: rotate(-45deg);
    position: relative;
    left: 4px;
    font-weight: 600;
    font-size: 14px;
}

.shaft-chart .loft-matrix-cell{
    padding: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align:center
}

.shaft-chart thead .shaft-legend th{
	background-color: unset;
	color:black;
	text-align:right;
	padding-right: 0;
	border: none;
}

.shaft-legend ul{
	/* text-align: right; */
	/* width: min-content; */
	float: right;
	padding: 4px 10px;
	border: 1px solid #dfdfdf;
}

.shaft-legend span{
	margin-right: 5px;
}

.shaft-legend .standard, .shaft-chart .loft-matrix-cell .standard{
    color: #38653d;
}

.shaft-legend .custom, .shaft-chart .loft-matrix-cell .custom{
    color: #e77c00;
}

#grips-shafts-tab h3{
    margin-top: 2px;
    font-size: 20px;
    /* border-top: 1px solid #bbbbbb; */
    /* background-color: #e9e9e9; */
}

#grips-shafts-tab .grips-section{
    margin-bottom: 30px;
}

#grips-shafts-tab .shafts-section{
    margin-bottom: 30px;
}

#comparison-tab h3{
    font-size: 20px;
    margin-bottom: 20px;
}






/* horizontal comparison chart */

.comparison-chart-horizontal td{
    text-align:center;
}

.comparison-chart-horizontal tr.parent-row td{
    border-left: 1px solid #b7b7b7;
}


.comparison-chart-horizontal tr.variant-row td{
    border-left: 1px solid #b7b7b7;
}




@media only screen and (max-width: 550px) {
    
    .product-columns-3 ul.products-grid {
        padding-left: 10%;
    }

    .product-columns-3 ul.products-grid li.item{
        width: 49%;
        height: auto;
    }
    
    .product-columns-3 ul.products-grid li.item.hover {
        height: initial; 
    }

    .product-columns-3 ul.products-grid .product-image img {
        width: 100%;
        min-height: 0px;
    }

    ul.products-grid li.item .item-cont {
        width: 100%;
    }

    .product-columns-3 ul.products-grid li.item .item-cont.expanded {
        width: 100%;
        left: -24%;
        padding-left: 24%;
    }

    .product-columns-3 ul.products-grid li.item .item-wrap {
        width: 92%;
    }

    .product-columns-3 ul.products-grid li.item.hover .item-wrap {
        min-height: auto;
    }

    .product-columns-3 ul.products-grid .product-hover {
        width: 100%;
    }

    .product-columns-3 ul.products-grid h2.product-name {
        font-size: 11px
    }

    .product-columns-3 ul.products-grid .price-box {
        font-size: 12px;
    }

    .product-columns-3 ul.products-grid li.item .amconf-block dd.attr-color {
        width: 24%;
        max-width: 50px;
        left: -23%;
    }

    .product-columns-3 ul.products-grid li.item .amconf-block dd.attr-color img {
        width: 100%;
        height: auto;
        max-width: 50px;
    }

    .product-columns-3 ul.products-grid li.item .amshopby-link img {
        max-width:100%;
        
    }

}

@media only screen and (max-width: 767px) {
    .header-fixed .logo-container {
        /* display: none; */
    }

    .block-layered-nav.amshopby-collapse-enabled dl dt {
        /* font-size: 10px; */
    }

    div.block-layered-nav .block-title {
        display: inline-block;
        padding: 2px 29px 2px 10px !important;
        line-height: 30px;
        font-size: 17px;
       /* font-family: Arial, sans-serif;*/
        /* display: inline-flex; */
        /* flex-direction: row; */
        /* justify-content: center; */
        width: calc(100% - 186px);
    }

    div.block-layered-nav .amshopby-item-top {
        display: block;
        margin-bottom: 5px;
        margin-right: 0px;
    }

    .header-fixed .amshopby-filters-top.filt-open .amshopby-item-top:not(.active-filter-tab) {
        display: none;
    }

    .toolbar-switch.icon-white .toolbar-title {
        /* font-size: 14px; */
        /* background: none; */
        /* padding-right: 5px; */
    }

    .amshopby-filters-top .center-filters {
        display: inherit;
        width: 100%;
    }

    .amshopby-filters-top .cat-filter {
        float: none;
    }

    .active-filter-tab {
        /*position: absolute;
		top: 0px;*/
        width: 100%;
    }

    .active-filter-tab {
    }

    .amshopby-filters-top .block-content dd {
        width: 100%;
    }

    .header-fixed .amshopby-filters-top .block-content dd {
        position: static;
    }

    .filters-noshow {
        display: none;
    } 

    .amshopby-filters-top .block-content {
        /* margin-top:5px; */
    }
}

/*
@media only screen and (max-width: 550px){
	.header .search-visible .form-search input {display: none;}
}*/
@media only screen and (max-width: 1150px) {
    #nav>li>a {
        font-size: 12px;
    }
}

.col-main .megamenu-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.col-main .megamenu-block .megamenu-block-col {
    /* float: left; */
    margin: 0 5px;
    display: inline-block;
    width: 100px;
    /* position: relative; */
}

.col-main .megamenu-block span {
    display: block;
}

.col-main .megamenu-block a:hover {
    background-color: transparent;
    color: red;
}


.megamenu-block ul.subcategory-listing {
    justify-content: left;
}

.megamenu-block ul.subcategory-listing li span{
   font-size:14px;
   line-height: 30px;
  /* font-weight: bold;*/
}

.megamenu-block ul.subcategory-listing.four-col li{
   width: 18%;
}

.megamenu-block ul.subcategory-listing.five-col li{
   min-width: 120px;
   width: 18%;
}

.product-slider-container .title-container{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}

.product-slider-container .title-container h2{
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 15px;
}

.product-slider-container .title-container .slider-nav {
	display: inline-block;
	/* margin-left: 15px; */
	vertical-align: top;
	line-height: 30px;
	padding: 0;
}


.product-slider-container .products-grid{
    padding-left: 0px;
    /* padding-left: 60px; */
}

.product-slider-container .slick-list {
    overflow: visible;
}

.product-slider-container .slider-container{
    overflow: hidden;
    padding-left: 60px;
}

/*
.product-slider-container .slick-track {height: 400px;}
*/


.product-slider-container .amconf-block dl dd:not(.attr-color){
    /* display:none; */
}

.product-slider-container ul.products-grid li.item.hover .item-wrap{
    min-height: unset;
}


.amconf-block .slick-list {
    overflow:hidden;
}


.product-view .products-grid li.item .item-cont {
   /* padding: 12px 5px 8px 5px;
    width: 210px;*/
}
/*
.product-view .products-grid li.item .item-cont.expanded {
    width: 220px;
}


.product-view .products-grid li.item .item-wrap {
    padding: 12px 5px 8px 5px;
    width: 210px;
}

.product-view .products-grid li.item.slick-slide img {
    display:inline;
}
*/


/* MOBILE PRODUCT PAGE */
@media only screen and (max-width: 767px) {
    /* TITLE HEADER */

    .product-view .product-title-container{
      /*  height:initial;*/
      border-top: 1px solid #cccccc;
      text-align: center;
    }
    .product-view .product-title-container h1{
        margin-top:10px;
       /* float:none; */
    }

    .product-view .product-title-container .product-model-name{
       padding: 10px 0px;
    }

    .product-view .product-title-container .amshopby-links-wrapper{
         float:none;
         position: inherit;
         margin-top: 10px;
         /* margin-bottom: 5px; */
    }



    /* COLUMN 1 */
    .col1-layout .product-view .prod-page-top-column-info{
        width: 100%;
        text-align: center;
        padding-top: 0px;
    }
    
    .product-view .prod-page-top-column-info .amshopby-links-wrapper{
        /* display: none; */
    }

    

    /* COLUMN 2 */
    .col1-layout .product-view .prod-page-top-column-media{
        width: 100%;
        padding: 0px;
    }

    .product-view .prod-page-top-column-media .more-views{
        display: none;
    }


    /* COLUMN 3 */
    .col1-layout .product-view .prod-page-top-column-options{
        width: 100%;
        padding: 0px;
        padding-top: 20px;
        margin: 0px auto 0 auto;
        float: none;
        max-width: 500px;
    }



    /* DESCRIPTION & REVIEWS */
    .product-collateral{
        width: 100%;
    }

    .product-review-column{
        width: 100%;
    }
}

/* productpage descr right col */
.testimonial {
    border-bottom: 1px solid #d5d5d5;
    text-align: center;
}

.testimonial {}

.testimonial img {
    width: 100%;
    max-width: 550px;
    margin-left: 0px;
    margin-bottom: 30px;
}

.help-box {
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 500px;
}

.help-box img{
    /* width: 25%; */
    /* max-width: 161px; */
    margin: 0 auto;
    flex-basis: 161px;
    flex-shrink: 0;
    flex-grow: 0;
    vertical-align: top;
    /* margin-left: 5px; */
}

.help-box .help-box-content {
    /* display: inline-block; */
    flex-basis: 230px;
    flex-shrink: 0;
    flex-grow: 1;
    /* width: 240px; */
    max-width: 500px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 13px 10px;
    background-color: #f4f4f4;
    border-radius: 6px;
    text-align:center;
    /* vertical-align: baseline; */
}

.help-box .help-box-content p{
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    .help-box {
        /* flex-wrap:wrap; */
    }
    
    .help-box .help-box-content {
        /* width: 100%; */
        /* padding: 8px 5px; */
    }

    .help-box img{
        /* width: unset; */
        /* max-width: 161px; */
        /* margin: 0 auto; */
        /* margin-top: 10px; */
    }
}

@media only screen and (max-width: 767px) {

    .testimonial {
        text-align: center;
    }
    
    .help-box {
        /* flex-wrap: nowrap; */
        max-width: 500px;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .help-box .help-box-content {
        /* width: 80%; */
        /* max-width: unset; */
        /* padding: 20px 5px; */
    }
    
    .help-box img{
        /* width: 20%; */
        /* max-width: 100px; */
        /* margin: 0; */
        /* margin-left: 5px; */
    }
}



/* CART */

.data-table .product-name, .data-table .cart-price {
	font-weight: 600;
	font-size: 16px;
}

.td-qty{
    min-width: 170px;
}

.block .btn-remove.btn-remove-amgiftcard{
    margin-left:10px;
}

.applied-giftcard{

}

#amgiftcard-form .input-text,
.cart .giftcard .input-text {
    width: 100%;
}

#amgiftcard-form .discount h2{
    padding: 19px 0 7px;
    font-weight: 600;
    font-size: 19px;
    line-height: .8;
    text-transform: uppercase;
}

#amgiftcard-form .input-box{
    padding-bottom: 12px;
}

#amgiftcard-form .discount-form label{
    display: block;
    padding: 2px 0 18px;
}



.footer h4{
    color: white;
    font-size: 18px;
    text-transform:uppercase;
    margin-bottom: 10px;
}

.footer, .footer a{
    color: white;
}

.footer a{
   line-height: 30px;
}

.footer-container .account-links {
    padding-top:5px;
    float: right;
    color:white;
    font-size: 20px;
    padding-bottom:10px;
}

.footer-container{
    background-color: #141414;
}

.footer-container .account-links a {
    color:white;
    margin-left: 5px;
    margin-right: 5px;
}
.footer-container .account-links a:hover {
    color:#61b046;
}

.footer-info{
    /* padding: 0px 60px; */
    padding-top: 30px;
    font-size: 15px;
}

.footer-info p {
    line-height: 30px;
   /* font-family: Arial, sans-serif;*/
}

.footer-info i{
    margin-right: 5px;
}

.footer-info img{
    margin-top: 15px;
}

.foot-links{
    width: 33%;
    display:inline-block;
    vertical-align: top;
    text-align: center;
	margin-bottom: 10px;
}

.foot-links-content{
    display: inline-block;
    text-align: left;
}

.foot-links-content h4{
    display: none;
}



.foot-info{
    width: 33%;
    display:inline-block;
    vertical-align: top;
    text-align: center;
}

.foot-info-content{
    display: inline-block;
    text-align: left;
}



.footer .fbcontainer{
    width: 33%;
    text-align:center;
   /* display:inline-block;*/
	display:none;
	vertical-align: top;
}

@media only screen and (max-width: 1070px) {
    .foot-links{
        width:49%;
    }
    .foot-info{
        width:100%;
		margin-top: 20px;
    }

/*
    .footer .fbcontainer{
        text-align: center;
        display:block;
        width: 100%;
        margin-top: 20px;
    }*/
}

@media only screen and (max-width: 500px) {
    .foot-links{
        width:100%;
		text-align:left;
    }
    .foot-info{
	    width:100%;
		margin-top: 30px;
		text-align:left;
    }


/*
    .footer .fbcontainer{
        text-align: center;
        display:block;
        width: 100%;
        margin-top: 20px;
    }*/
}

.sp-methods .form-list {/* padding-left:20px; */}

#back-login{
    display:none
}

.category-subblock{
    text-align:center;
    margin-bottom: 10px;
    /* margin-top: 30px; */
}

ul.subcategory-listing{
    list-style: none;
    font-size: 16px;
    flex-direction: row;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
}





ul.subcategory-listing img{
    /* display: none; */
}


ul.subcategory-listing > li{
   float:left;
   text-align:center;
   margin-right: 4px;
   margin-left: 4px;
   margin-bottom: 20px;
   min-width: 95px;
   max-width: 200px;
   width: 15%;
}

ul.subcategory-listing.three-col > li{
   min-width: 200px;
}

ul.subcategory-listing.four-col > li{
   width: 20%;
}

ul.subcategory-listing.five-col > li{
   min-width: 135px;
}

ul.subcategory-listing.seven-col > li{
   width: 10%;
}

ul.subcategory-listing.ten-col{
    max-width: 1300px;
}

ul.subcategory-listing.ten-col > li{
   width: 17%;
   max-width: 220px;
}


@media only screen and (max-width: 767px) {
    ul.subcategory-listing.three-col > li{
       width: 33%;
       min-width: 140px;
       /* max-width: 220px; */
    }

    ul.subcategory-listing.four-col > li{
        width: 34%;
        min-width: 140px;
        max-width: 250px;
    }

    ul.subcategory-listing.five-col > li{
        width: 34%;
        min-width: 140px;
        max-width: 250px;
    }

    ul.subcategory-listing.six-col > li{
       width: 25%;
    }

    ul.subcategory-listing.seven-col > li{
       width: 20%;
    }

    ul.subcategory-listing.ten-col > li{
       width: 30%;
    }
}

@media only screen and (max-width: 460px) {

    ul.subcategory-listing.six-col > li{
        width: 45%;
    }

    ul.subcategory-listing.seven-col > li{
       width: 45%;
    }

    ul.subcategory-listing.ten-col > li{
       width: 45%;
    }
}






ul.subcategory-listing a{
    display: inline-block;
}

ul.subcategory-listing li span{
   display:block;
   margin-top: 5px;
}

ul.subcategory-listing li.left-listing{
    text-align:left;
}

ul.subcategory-listing li.left-listing > div > span,ul.subcategory-listing li.left-listing div > a > span{
    font-weight:bold;
}







.category-golftoej ul.subcategory-listing.five-col li.left-listing{
   min-width: 160px;
  
}

.category-golftoej ul.subcategory-listing.five-col li.left-listing ul {
   margin-top: 5px;
}

.category-golftoej ul.subcategory-listing.five-col li.left-listing ul li{
   text-align: center;
}

.category-golftoej ul.subcategory-listing.five-col li.left-listing > div{
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .category-golftoej .amshopby-page-container ul.subcategory-listing.five-col > li{
        min-width: 160px;
        width: 32%;
    }
}

@media only screen and (max-width: 900px) {
    .category-golftoej .amshopby-page-container ul.subcategory-listing.five-col > li{
        min-width: 160px;
        width: 32%;
        max-width: 220px;
    }
}






ul.subcategory-listing li.left-listing li{
    float:none;
    text-align:left;
    margin: 0;
}



.header .form-search button.button span span {background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/icon_search.png') 5px 5px no-repeat;}

.fp-maintext{
    text-align: left;
    padding: 50px;
}

.fp-maintext p{
    margin-bottom: 10px;
    
}

.fp-maintext img{
    width: 100%;
    max-width: fit-content;
}


.fp-maintext .txt-left{
    display: table-cell;
    vertical-align: top;
    padding-right: 50px;
}

.fp-maintext .img-left{
    width: 30%;
    text-align: left;
    display: table-cell;
}

.fp-maintext .txt-right{
    display: table-cell;
    vertical-align: top;
    padding-left: 50px;
}


.fp-maintext .img-right{
    width: 30%;
    text-align: right;
    display: table-cell;
}


@media only screen and (max-width: 767px) {
    .fp-maintext .img-right,.fp-maintext .img-left{
        display:none;
    }
    .fp-maintext .txt-right,.fp-maintext .txt-left{
        padding:0;
    }
    .fp-maintext {
        padding: 0px 10px;
    }
}



.tpqr{
    padding: 40px 60px;
}

.tpqr .txtbox{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    /* font-weight: 600; */
    padding-right: 30px;
}

.tpqr .txtbox p{
    margin:0;
}

.tpqr .imgs{
    width: 70%;
    vertical-align: middle;
  /*  background-color: blueviolet;*/
    display: table-cell;
}

.tpqr img{
    width: 48%;
    margin-left: 2%;
    /* height: 100%; */
    /* max-height: 100%; */
    display: inline-block;
}

@media only screen and (max-width: 1100px) {
    .tpqr .imgs{
        width: 60%;
    }

    .tpqr img{
        width: 100%;
        display: block;
        margin:auto;
    }

    .tpqr img:first-child{
        margin-bottom:20px;
    }

}

@media only screen and (max-width: 767px) {
    .tpqr .txtbox{
        font-size: 15px;
        width:100%;
        text-align:center;
        display:block;
        margin-bottom:20px;
    }


    .tpqr imgs{
        display:block;
    }

}



.newsletter-container {
    padding: 70px 30px;
    background-color: #ececec;
}


.cms-banner.cms-banner-big-link{
    transition:none;
}
.cms-banner.cms-banner-big-link:hover{
    background-color:transparent;
    color:black;
    font-weight:600;

}

.cms-banner-big-link span{
    font-size:15px;
    display:block;
}

.section-light{
    background-color:#f6f6f6;
    position: relative;
    padding: 50px 0px;
}
.section-light:before{
    content: '';
    position: absolute;
    left: -200%;
    right: -200%;
    top: 0px;
    bottom: 0px;
    display: block;
    background-color: inherit;
}

.section-dark{
    background-color:#e6e6e6;
    position: relative;
    /* padding: 4%; */
    padding: 50px 0px;
}
.section-dark:before{
    content: '';
    position: absolute;
    left: -200%;
    right: -200%;
    top: 0px;
    bottom: 0px;
    display: block;
    background-color: inherit;
}

/* all brands */

.cms-alle-maerker .col-main h1{
   text-align:center;
}

.cms-alle-maerker .col-main .megamenu-block-col{
    display:inline-block;
    width:250px;
    height: 100px;
}

.cms-alle-maerker .col-main .megamenu-block-col a span{
    display:block;
}

.cms-alle-maerker .col-main .brand-letter{
	border-bottom:1px solid #dddddd;
	padding-left: 110px;
	padding-bottom:3px;
	margin-top: 20px;
	font-size:20px;
	font-weight:600;
}


.cms-alle-maerker .col-main .brand-link{
	padding: 20px;
	width: 185px;
	text-align: center;
}

.cms-alle-maerker .col-main .brand-link span{
	display:block;
	text-align:center;
	padding-top: 3px;
	
}


#messages_product_view{
    /* margin-bottom: 25px; */
}

.product-options-bottom > .alert-stock{
    /* display:none; */
}


.special-price-saving{
    position: absolute;
    top: 12px;
    /* width: 50px; */
    /* height: 50px; */
    background-color: #fffb00;
    color: #000;
    /* border-radius: 50%; */
    /* box-sizing: border-box; */
    /* text-align: center; */
    /* display: block; */
    padding: 3px 6px;
    z-index: 7;
    /* padding-top: 0px; */
}


.special-price-saving .price{
 /* background-color: blue; */
 /* line-height:40px; */
 color: black;
 font-weight: 600;
}

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

.product-shop .special-price-saving{
    float:left;
    background: none;
    padding: 0px;
    padding-left: 10px;
    top: 0px;
    position:relative;
    display: inline-block;
    /* display:inline-block; */
    /*display:none;*/
}

.product-shop .special-price-saving .label{
    font-size: 14px;
   display:block;
}

.add-to-cart button.button > span > span {
    color:white;
}

.add-to-cart button.button > span:before{

    background-color: #38653d;
}

.cms-page-view .main-container .std{
    max-width:1400px;
    margin: 0 auto;
}

#am_search_popup p.special-price-saving{
  display:none;  
}

.sorter a.sort-by-arrow {
    position: relative;
    z-index: 1;
}

.sorter a.sort-by-arrow.amshopby-attr{
    background: #e9e9e9;
    padding-left: 0px;
}


.carousel-slider:not(.slick-initialized){
    visibility: hidden;
}

/* custom fitting cms */

#fitting-form{
	margin-bottom: 20px;
}

#customfittingForm .fieldset{
    margin: 0px;
    padding: 10px; 
    background: #fafafa
}

#customfittingForm .fieldset ul{
    list-style: none;
    padding: 0px;
}

#customfittingForm .buttons-set .required{
    padding-top: 10px;
    color: #db0000;
    font-size: 14px;
    font-weight: 600;
}

/* booking btn */

.fitting-btn-container a.bgb-button{
	margin-top: 0px;
	margin-bottom: 15px;
}

.booking-btn-container{
	background-color: #e5e5e5; 
	padding: 10px 10px;
	margin-bottom: 20px;
}

.booking-btn-container .bgb-button{
	margin-top: 0px;
}

a.bgb-button {
    background: #38653d;
    color: white;
    font-weight: 600;
    line-height: 2;
    padding: 2px 30px;
}

#cta-content a.bgb-button {
font-size: larger;
margin-bottom: 30px;
}

/* fitting partners */
ul.fitting-logos{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	margin:0;
	padding:0;
	margin-top: 20px;
}

ul.fitting-logos li{
	flex-grow: 1;
	flex-basis:33%;
	min-width: 140px;
	float:left;
	text-align:center;
	margin-bottom: 20px;
}


.megamenu-block-col .sect-title {
  font-size: 16px;
}

.megamenu-block ul.subcategory-listing li span {
  font-size: 16px;
}

.megamenu-block-col span {
  font-size: 14px;
} 

.top-ksp-container {
  height: 26px;
  font-size: 14px;
}

ul.top-info {
  margin-top: 4px;
}
 
#nav>li>a {
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.category-image img {
    width: 100%;
}

.descr-btn{
    font-weight:700;
    background: #f2f2f2;
    padding-block: 20px;
}


/*
.category-description {
    font-size: 15px;
}*/



    /* GRADE GUIDE - OLD */

/*.grade-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.grade-item {
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
}

.grade-item-content {
    background: #f4f4f4;
    margin: 15px;
    height: 100%;
}

.grade-item-content a {
    padding: 0;
    width: 100%;
}

.grade-item-content img {
    width: 100%;
}

.grade-item h6 {
    font-size: 16px;
    font-family: helvetica;
    font-weight: 600;
    padding-top: 10px;

}

.grade-item p {
    font-size: 14px;
    padding: 0 10%;
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
}


@media only screen and (max-width: 1360px) {
    .grade-item {
        width: 50%;
        }
}

@media only screen and (max-width: 767px) {
    .grade-item {width: 100%;}
}




.trust-container {
    display: flex;
    flex-wrap: wrap;
}

.trust-item {
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
}

.trust-item-content {
    margin: 10px 25px;
    height: 100%;
}

.trust-item-content a {
    padding: 0;
    width: 100%;
}

.trust-item-content img {
    width: 100%;
}

@media only screen and (max-width: 1360px) {
    .trust-item {
        width: 40%;
        margin: 5%;
        }
}

@media only screen and (max-width: 767px) {
    .trust-item {
      width: 100%;
    }
}*/


    /* GRADE GUIDE - NEW */

.grade-text {
  text-align: center;
  padding: 0 5%;
}

.grade-container {
    display: flex;
    margin: 5%;
    filter: drop-shadow(0px 5px 7px #a0a0a0);
}

.grade-guide-text {
    display: flex;
    flex-direction: column;
    background-color: #ececec;
    width: 50%;
    justify-content: center;
    border-right: solid 1px #aeaeae;
}

.grade-guide-text h4 {
    padding:0 0 0 10%;
    font-size: 22px;
}

.grade-guide-text p {
    padding:0 10%;
}

.grade-guide-img {
    /* display: flex; */
    /* justify-content: center; */
    /* align-content: center; */
    /* flex-wrap: wrap; */
    width: 50%;
    border-left: solid 1px #aeaeae;
}

@media only screen and (max-width: 1023px) {
  .grade-container {
      flex-wrap: wrap;
  }
.grade-guide-text {
    padding: 10%;
    width: 100%;
    border: none;
   }

.grade-guide-img {
    width: 100%;
    border: none;    
}

}


    /* CATEGORY TOP BLOCKS & TXT */

/* .top-description-style{
    font-size: 16px;
    font-weight: 600;
    text-align: center;  
}    */

div.category-description {
    font-size: 16px;
}

.bottom-desc-wrap {
  margin-top: 10px;
}

  


    /* HOME HERO */
.home-hero-img{
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    margin-bottom: 50px;
}



    /* HOME CAT LIST */

ul.home-cat-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 18px;
    padding: 0;
    margin-top: 50px;
}    

.home-cat-list > li {
    display:flex;
    width: 32%;
    margin: 0;  
}

.home-cat-list > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    text-align: center;
    /* font-family: helvetica; */
    background-color: #ececec;
}

.home-cat-list img {
    width: 100%;

}

.home-cat-list .img-wrap {
    width: 50%;
    display: inline-block;
}

.home-cat-list .txt-wrap {
    width: 44%;
    display: inline-block;
    padding: 3%;
}


.home-cat-list span.h{
    display: block;
    font-size: 20px;
    font-weight: 700;
}


.home-cat-list span.divider{
    display: block;
    background-color: #38653d;
    height: 4px;
    width: 30%;
    position: relative;
    left: 35%;
    border: 0px;
}
    

.home-cat-list span.p{
    display: block;
    font-size: 16px;
    font-weight: 500;  
}


@media only screen and (max-width: 1024px) {
  .home-cat-list > li {
      width: 48%;
  }

  .home-cat-list span.h{
    font-size: 18px;
  }    

.home-cat-list span.p{
    font-size: 14px;    
  }

}


@media only screen and (max-width: 670px) {
  .home-cat-list > li {
      width: 100%;
  }

  .home-cat-list span.h{
    font-size: 18px;
  }    

.home-cat-list span.p{
    font-size: 14px;    
  }

}



    /* HOME NEWS BLOCK */


#home-news-block {
    text-align: center;
    margin-top: 50px;
}

#home-news-block h2{
    font-size: 30px;
}

#home-news-block > span{
    display: inline-block;
    background-color: #38653d;
    height: 4px;
    width: 70px;
}

#home-news-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 18px;
    padding: 0;
    margin-bottom: 50px;
}

#home-news-block ul li {
    display:flex;
    width: 32%;
    margin: 0;  
}

#home-news-block  img {
    width: 100%  
}


@media only screen and (max-width: 670px) {
  #home-news-block ul li{
      width: 100%;
  }
}


    /* HOME TEXT BLOCK */

#home-text-block{
 /* margin: 0 -12px;*/
 width: 100vw;
 position: relative;
 left: 50%;
 right: 50%;
 margin-left: -50vw;
 margin-right: -50vw;
}

#home-text-block h2{
 /* margin-left: 0px;*/
}

#home-text-block p{
  font-size: 16px;
}

#home-text-block img{
  width: 100%;
}

#home-text-block .home-text-section{
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


#home-text-block > div.style1 {
  background-color:#ececec;
}


#home-text-block .home-text-section.style1 > div:nth-child(1) {
  display: inline-block;
  width: 50%;
  height: 500px;
}

#home-text-block .home-text-section.style1 > div:nth-child(2) {
  display: inline-block;
  width: 34%;
  padding: 0 8%;
}

#home-text-block > div.style2 {
  background-color:#ececec;  
}

#home-text-block .home-text-section.style2 > div:nth-child(1) {
  display: inline-block;
  width: 34%;
  padding: 0 8%;
}

#home-text-block .home-text-section.style2 > div:nth-child(2) {
  display: inline-block;
  width: 50%;
  height: 500px;
}


@media only screen and (max-width: 767px) {
  #home-text-block {
   padding: 20px 0 40px;
   background-color: #ececec;
  }

  #home-text-block .home-text-section {
    padding-top: 20px;
  }

  #home-text-block .home-text-section.style1 > div:nth-child(1) {
    display: none;
  }

  #home-text-block .home-text-section.style1 > div:nth-child(2) {
    width: 100%;
  }

  #home-text-block .home-text-section.style2 > div:nth-child(1) {
    width: 100%;
  }

  #home-text-block .home-text-section.style2 > div:nth-child(2) {
    display: none;
  }
}




    /* BRAND HEROES */

.brand-hero-container {
    display: flex;
    column-gap: 1vw; 
    margin-bottom: 20px;
}

.brand-hero-container > div {
    display:flex;
    flex: 1 1 0px;
}

.brand-hero-container > div > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 16vw;
    background-color: #ececec;
    font-family: Titillium Web, helvetica;
    font-size: 1.4vw;
    font-weight: 600;
    color: #ffffff;
}

.brand-hero-container a.bg-udsalg {
    background: url('/media/wysiwyg/Category_heroes/udsalg-img-bg.jpg');
    background-size: cover;
}

.brand-hero-container > div > a span {
    padding: 1% 8%;
    background-color: #00000066;
}

.brand-hero-container > div > a:hover span {
    background-color: #000000;
}

@media only screen and (max-width: 767px) {
  .brand-hero-container {
      flex-wrap: wrap;
      column-gap: none;
      row-gap: 5px; 
      justify-content: space-between;
  }
 
  .brand-hero-container > div {
      flex: unset;
      flex-grow: 1;
  }

  .brand-hero-container.col-3 > div {
      width: 33%;
  }

  .brand-hero-container.col-4 > div {
      width: 49%;
  }

  .brand-hero-container.col-5 > div {
      width: 49%;
  }

  .brand-hero-container.col-6 > div {
      width: 49%;
  }

  .brand-hero-container.col-7 > div {
      width: 49%;
  }  

  .brand-hero-container > div > a {
    height: 30vw;
    font-size: 4vw;
  }

  .brand-hero-container > div > a span {
    border-width: 0.5vw;
    font-size: 3.5vw;
  }
}

.brand-hero-item a.txt-link {
    background-color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
}


.hero-text {
     font-size: 14px;
     text-align: center;
     padding: 0 10px;
}


@media only screen and (max-width: 1024px) {
    .brand-hero-item {
        width: 100%;
        }
}




    /* PRODUCT LIST */

/*
.price {
  font-family: unset;
}*/

.special-price-saving {
  /* border-radius: 0; */
  /* padding-top: 3px; */
  /* height: auto; */
  /* top: 12px; */
}

p.tier-discount-label {
  font-size: 14px;
  font-weight: 600;
  color: white;
  background-color: #38653d;
  top: 0px;
  background-image: none;
  height: auto;
  right: 0px;
  width: auto;
  margin: 0;
  padding: 1px 5px 1px 5px;
}

ul.products-grid .special-price-saving .price {
  font-size: 12px;
  font-weight: 600;
}



    /* PRODUCT PAGE */
/*
#description-tab {
   max-width: 600px;
}

#description-tab h2 {
   font-family: calibri;
   font-size: 26px;
   font-weight:600;
   margin-bottom: 10px;
}

#description-tab h3 {
   font-family: calibri;
   font-size: 14px;
   color: #38653d;
}

#description-tab h4 {
   font-family: calibri;
   font-size: 14px;
   color: grey;
}*/

#product-collateral-tabs.ui-tabs .ui-tabs-nav{
    /* background: #f8f8f8; */
}

.product-collateral .ui-tabs-panel{
    /* background: #f8f8f8; */
}

.prod-page-row {
    /* background: #f8f8f8; */
}

#custom-fitting-tabcontent{
    /* background: #f8f8f8; */
}

#description-tab .proplist {
   display: inline-flex;
   width: 100%;
   max-width: 500px;
   padding-left: 0;
   color: grey;
}

#description-tab .proplist li{
    flex-grow: 1;
    display: inline-block;
    padding-right: 15px;
}


#description-tab .attributes-simple {
    margin-bottom: 20px;
}

#description-tab .attributes-simple li {
    display: inline-block;
    padding-right: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-style: solid;
    border-width: 1px;
}

div.trackman-col{
   /* background: #e1e1e1;*/
    border-radius: 10px;
    padding: 40px;
    /* margin-right: 20px; */
    /* margin-bottom: 20px; */
    /* min-width: 240px; */
}

div.fitting-col{
    /*background: #e1e1e1;*/
    border-radius: 10px;
    padding: 40px;
    /*margin-right: 20px;
    margin-bottom: 20px;*/
    min-width: 240px;
}

.std .row .column:last-of-type {
    /* margin-right: 20px; */
}


#custom-fitting .column h3 {
    margin-top: 25px;
}

#custom-fitting .column p {
    margin-top: 5px;
}

#custom-fitting a:hover {
    background: #333;    
}

#column fitting-col .a {
    background: #38653d;
}

@media only screen and (max-width: 1023px) {
    #description-tab .attributes-simple li {
    display: block;
    width: fit-content;
    }
}


#description-tab .attributes-simple li span:nth-of-type(1) {
    font-size: 14px;
    font-weight: 900;
    color: #ffffff;
    background-color: #000000;
    padding: 2px 7px 2px 6px;
}

#description-tab .attributes-simple li span:nth-of-type(2) {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    padding: 0px 6px 0px 6px;
}




#video-thumbs a {
    position:relative;
    display: inline-block;
}
#video-thumbs {
    text-align:center;
    overflow: hidden;
    margin-top: 20px;
}

#video-thumbs a {
    position:relative;
    display: inline-block;
}

#video-thumbs a > img {
    max-width:100%;
    height: 74%;
    margin: -10% 0;
    width: 510px;
}

#video-thumbs a:not(:first-child) {
    display:none;
}

#video-thumbs a:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position:absolute;
    display: block;
    content: ' ';
    background: url('https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/icons/play-button.svg');
    background-size:  80px 80px;
    height: 80px;
    width: 80px;
}


@media only screen and (max-width: 767px) {
#product_addtocart_form #video-thumbs {
  display: none;
  }
}



#guide {
  font-size: 14px;
  text-decoration: none;
  color: white;
  background: orange;
  padding: 2px 6px;
  font-family: raleway;
  font-weight: 700;
}

#guide_lakeballs > h3 {
  font-family: raleway;
  font-size: 20px;
}

#guide_lakeballs > p {
  font-size: 14px;
  padding: 2% 1%;
}

#guide:hover {
  background-color: black;
}



.slick-active .imgwrapper:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background: rgba(0,0,0,0.028);
  z-index:9999;
  cursor: zoom-in;
}

.product-options dl dt label {
  font-size: 16px;
}

.tier-prices thead {
    border-bottom: 1px solid #d5d5d5;
}

.price-box .old-price .price, .new-product .price-box .old-price .price, .sale-product .price-box .old-price .price {
  text-decoration: line-through;
}

.product-view .price-box-wrap .price-box .price {
  /* font-family: Calibri, Arial sans-serif; */
}

.qty-btn:hover {
  color: orange;
}

button.btn-cart span {
  font-weight:700;
}

    /* KSP BADGES */

.ksp-container {

    width: 100%;
} 

.ksp-box {
    /* border-top: 1px solid #d5d5d5; */
    padding-top: 30px;
    padding-bottom: 10px;
    /* padding: 20px 0 0 15px; */
    /* background-color: #ececec; */
}

.ksp-btn {
    background-color: transparent;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    max-width: 150px;
    height: 90px;
    transition-duration: unset;
    background-size: contain;
}
 
#ksp-price-btn {
    background-image: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/ksp/kpi-prisgaranti.png");
} 

#ksp-price-btn:hover {
    background-image: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/ksp/kpi-prisgaranti-hover.png");
}

#ksp-quality-btn {
    background-image: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/ksp/kpi-kval-garanti.png");
}

#ksp-quality-btn:hover {
    background-image: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/ksp/kpi-kval-garanti-hover.png");
}

#ksp-shipment-btn {
    background-image: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/ksp/kpi-fri-fragt.png");
}

/* #ksp-shipment-btn:hover {
    background-image: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/ksp/frifragt-2.png");
} */

#ksp-return-btn {
    background-image: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/ksp/kpi-returret.png");
}

/* #ksp-return-btn:hover {
    background-image: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/ksp/returret-2.png");
} */


#ksp-price-btn-1 {
    background-image: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/ksp/ksp-prisgaranti1.png");
} 

#ksp-price-btn-1:hover {
    background-image: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/ksp/ksp-prisgaranti1-hover.png");
}

#ksp-shipment-btn-1 {
    background-image: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/ksp/ksp-fragt1.png");
}

#ksp-return-btn-1 {
    background-image: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/ksp/ksp-returret1.png");
}

#ksp-quality-btn-1 {
    background-image: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/ksp/ksp-kvalitetsgaranti1.png");
}

#ksp-quality-btn-1:hover {
    background-image: url("https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/ksp/ksp-kvalitetsgaranti1-hover.png");
}



    /* KSP POPUP */

#ksp-popup {
    padding: 2% 8%;
    text-align: left;
}

#ksp-popup h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}

#ksp-popup h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.8;
}

#ksp-popup h4 {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.8;
}

#ksp-popup p {
    font-size: 14px;
}

#ksp-popup i {
  margin-right: 5px;
  font-size: 12px;
}



    /* CUSTOM BOX */

.custom-box {
  border-top: 1px solid #d5d5d5;
}

.recycle-container {
    margin-top: 20px;
}

#recycle-icon img {
    max-width: 50px;
    margin-right: 10px;
}

.fitting-container {
    padding: 0 10px;
}

.fitting-container img {
    max-width: 150px;
}

.fitting-container td {
    vertical-align: middle;
}

.fitting-container p {
    font-size: 14px;
    margin-bottom: 0px;
}



    /* AUTHORIZED BOX */

.authorized-box img{
  width: 40%;

}

.authorized-box .authorized-box-content {    
  width: 55%;
  display: inline-block;
  vertical-align: middle;
}

.authorized-box .authorized-box-content h3 {
    font-size: 18px;
    text-align: left;
    padding-left: 25px;
}


    /* MICROBRANDS */

.microbrand-box {
    text-align: center;
    margin: 20px 0;
}


    /* SPEC TABLES */
/*
.equipment-chart thead th {
  color: white;
  background-color: #3f3f3f;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 50px 6px 6px;
}

.equipment-chart tbody td{
  padding: 5px;
  
}

.ui-widget-content a {
  color: #505050;
  margin-left: 5px;
  line-height: 5px;
}
*/
    /* BELOW FOLD */
/*
.prod-page-row {
    margin-top: 1px;
    background-color: #ececec;
}

.ui-widget {
  font-family: inherit;
}

.ui-tabs .ui-tabs-panel {
        padding-top: 2em;
} 

.prod-page-row .ui-widget.ui-widget-content{
    border: 0px;
} 

.prod-page-row .ui-widget-header{
    background-color: unset;
    border: 0px;
    border-bottom:1px solid #d5d5d5;
    border-radius:0px;
}

.prod-page-row .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding-bottom:20px;
}

.prod-page-row .ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tab-selected-botbar{
    display:block;
    background-color:#38653d;
    height: 4px;
    width:50%;
    float: left;
    position: relative;
    left: 25%;
    border: 0px;
} 


#description-tab > div > div.std {
  font-size: 16px;
  line-height: 1.6;
}
*/

/*
#customer-reviews-tab {
    padding-left: 0;
    padding-right: 0;
}

.product-review-column .ui-tabs .ui-tabs-nav li.ui-tabs-active{
margin-bottom: 3px;
}
*/


    /* RIGHT COLUMN */

.col-right .custom-fitting-box{
    container-type: inline-size;
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 10px;
}

.col-right .custom-fitting-box a img{
    width: 100%;
    border-radius: 5px;
}

.col-right .custom-fitting-box a > div{
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    background: #0000009e ;
    color: white;
    width: 30%;
    font-size: clamp(1rem, 6cqw, 3rem);
    font-weight: 700;
 
}

/*
.col-right .custom-fitting-box button{
    background: yellow;
    padding: 5px 15px 5px 15px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    white-space:nowrap;
}*/

/* CSS */
.col-right .custom-fitting-box button {
    font-family: Titillium Web;
    font-size: clamp(1rem, 6cqw, 3rem);
    width: 100%;
    padding-top: 4px;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    display: block;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space:nowrap;
}

.col-right .custom-fitting-box button:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.col-right .custom-fitting-box button:active {
    transform: scale(0.95);
}

/*
.help-box .help-box-content{
    margin-left: 20px;
}

.help-box img {
    margin-left: 20px;
    margin-bottom: 30px;
    max-height: 15;
}*/

/*
.prod-page-row .product-collateral {
    width: 60%;
}

.prod-page-row .product-review-column {
    width: 40%;
}*/


#product-attribute-specs-container {
    margin-top: 30px;  
}

/*
#product-collateral-tabs {
    margin-right: 30px;
}
*/

#product-attribute-specs-table th {
    background: transparent;
}

#product-attribute-specs-table th, #product-attribute-specs-table td {
  padding: 5px;
}


#product-attribute-specs-table > colgroup > col:nth-child(1) {
  width: 10%;
}
 

    /* CUSTOM FITTING SITE */

#fitcol1 img{
    margin-bottom: 18px;
}

#fitcol2{
    max-width: 400px;
}

#fitcol2 h3 {
    margin-top: 50px;
}

    /* SIZING */

/*
@media only screen and (max-width: 767px) {

    .prod-page-row .product-review-column {
        width: 100%;
    }

    .prod-page-row .product-collateral {
        width: 100%;
    }

    #product-collateral-tabs {
        margin-right: 0px;
    }

    .help-box .help-box-content img {
        width: 25%;
    }
}


@media only screen and (max-width: 1023px) {
    .help-box .help-box-content a{
        line-height: 2;
        font-size: 12px;
    }

    .help-box .help-box-content h3{
        line-height: 2;
        font-size: 16px;
    }

    .help-box .help-box-content{
        max-width: 170px;
    }

    .help-box .help-box-content img {
        width: 25%;
    }
}
*/


/* Contact page styling */

.contacts-block-left{
    padding-right:100px;
}

.contacts-block-bottom{
    display: block;
    padding: 150px 0;
    background-color: white;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.contacts-block-bottom h2, .contacts-block-bottom a, .contacts-block-bottom p.colored-text{
    font-weight:700;
}

.contacts-block-bottom h2{
    margin-top:15px;
}

.contacts-block-bottom p:not(.colored-text){
    max-width:200px;
    min-height:90px;
    margin: auto;
    margin-top:5px;
}

.contacts-block-bottom ul{
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}


.contacts-block-bottom ul li{
  /*  padding: 0px 3%; */
    display: inline-block;
    flex-grow: 1;
    vertical-align:top;
    width: 30%
}

.contacts-block-bottom ul li i, .contacts-block-bottom ul li .colored-text, .contacts-block-bottom ul li .colored-text a{
    color: #e58900;
}

body.contacts-index-index .col-main {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    float: none;
    padding-bottom: 0;
}

.contacts-row-top{
    color:white;
    padding-top:350px;
    padding-bottom:80px;
}

.contacts-row-top h1, .contacts-row-top h2.legend.theme_font{
    color:white;
}

body.contacts-index-index .content-container {
    background-image: url(https://www.billigegolfbolde.dk/skin/frontend/mse/golftheme/images/contact-page-bg.jpg);
    background-color: black;
    background-position-x: 60%;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: cover;
}
 
body.contacts-index-index .main-container{
     padding-top: 0;
     margin-top: 0;
}

.contacts-block-form h2{
    display:none;
}

.contacts-block-form .fieldset{
    padding:0;
    margin-top: 5px;
}

body.contacts-index-index .main {
   padding-bottom: 0;
}
/*
body.contacts-index-index #messages_product_view {
   margin:0
}*/

@media only screen and (max-width: 767px) {

    .contacts-block-left{
        padding-right:0px;
    }

    .contacts-block-bottom{
        padding: 50px 0;
    }

    .contacts-block-bottom ul li{
        width: 100%;
        display: block;
        padding: 20px 0;
    }

    .contacts-row-top{
        padding-top:50px;
    }

    .contacts-block-form {
        margin-top: 50px;
    }

    body.contacts-index-index .content-container {
      background-size: contain;
    }
    
}
/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.3.1
date:      	07/12/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/

#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(https://www.billigegolfbolde.dk/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.eot?5510888);src:url(https://www.billigegolfbolde.dk/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(https://www.billigegolfbolde.dk/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),url(https://www.billigegolfbolde.dk/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),url(https://www.billigegolfbolde.dk/skin/frontend/base/default/nwdthemes/revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.rev_slider_wrapper{position:relative;z-index:0;width:100%}.rev_slider{position:relative;overflow:visible}.entry-content .rev_slider a,.rev_slider a{box-shadow:none}.tp-overflow-hidden{overflow:hidden!important}.group_ov_hidden{overflow:hidden}.rev_slider img,.tp-simpleresponsive img{max-width:none!important;transition:none;margin:0;padding:0;border:none}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none!important;position:absolute;margin:0!important;padding:0!important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0!important;margin:0!important;list-style:none!important}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative}.rev_slider li.tp-revslider-slidesli{position:absolute!important}.tp-caption .rs-untoggled-content{display:block}.tp-caption .rs-toggled-content{display:none}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;z-index:1}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0}.tp-svg-layer svg{width:100%;height:100%;position:relative}.tp-carousel-wrapper{cursor:url(https://www.billigegolfbolde.dk/skin/frontend/base/default/nwdthemes/revslider/public/assets/css/openhand.cur),move}.tp-carousel-wrapper.dragged{cursor:url(https://www.billigegolfbolde.dk/skin/frontend/base/default/nwdthemes/revslider/public/assets/css/closedhand.cur),move}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden!important;display:none!important}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none!important}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100%!important;box-sizing:border-box}.rev_row_zone_top{top:0}.rev_row_zone_middle{top:50%;transform:translateY(-50%)}.rev_row_zone_bottom{bottom:0}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto!important;font-size:0}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0}.rev_column_inner{display:block;height:auto!important;white-space:normal!important}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit}.rev_column_inner .tp-mask-wrap{display:inline-block}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}.tp-video-play-button,.tp-video-play-button i{line-height:50px!important;vertical-align:top;text-align:center}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns .tp-parallax-wrap.rev_column{display:block!important;width:100%!important}.fullwidthbanner-container{overflow:hidden}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative}.tp-static-layers{position:absolute;z-index:101;top:0;left:0}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00A8FF;left:-40px}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00A8FF;right:0}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00A8FF;left:-40px}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00A8FF;right:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.noFilterClass{filter:none!important}.rs-background-video-layer{visibility:hidden;z-index:0}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100%!important;height:100%!important;display:none}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid .tp-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#FFF;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none!important}.tp-caption .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px!important}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute}.tp-caption:hover .tp-video-play-button{opacity:1;display:block}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff!important;border-right:5px solid #fff!important;margin-top:15px!important;line-height:20px!important;vertical-align:top;font-size:25px!important}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:inline-block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain!important}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover!important}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out!important;font-size:15px}.tp-caption:hover .tp-video-controls{opacity:.9}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0}.tp-video-button:hover{cursor:pointer}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle}.tp-video-seek-bar-wrap{width:80%}.tp-video-vol-bar-wrap{width:20%}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none!important}.tp-audio-html5 .tp-video-controls{opacity:1!important;visibility:visible!important}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3}.tp-dottedoverlay.twoxtwo{background:url(https://www.billigegolfbolde.dk/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile.png)}.tp-dottedoverlay.twoxtwowhite{background:url(https://www.billigegolfbolde.dk/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile_white.png)}.tp-dottedoverlay.threexthree{background:url(https://www.billigegolfbolde.dk/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile_3x3.png)}.tp-dottedoverlay.threexthreewhite{background:url(https://www.billigegolfbolde.dk/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.6)!important;font-size:15px;line-height:45px!important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px!important}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none!important;text-decoration:none!important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px!important}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0}.rev-maxround{border-radius:30px}.rev-minround{border-radius:3px}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite}.rev-scroll-btn.revs-dark{border-color:#333}.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#FFF;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3B5998}.rev-sbutton-lightblue{background-color:#00A0D1}.rev-sbutton-red{background-color:#DD4B39}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0}.tp-bannertimer.tp-bottom{top:auto;bottom:0!important;height:5px}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);zoom:1}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url(https://www.billigegolfbolde.dk/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/coloredbg.png)}.tp-caption.slidelink a span{background:url(https://www.billigegolfbolde.dk/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/coloredbg.png)}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url(https://www.billigegolfbolde.dk/skin/frontend/base/default/nwdthemes/revslider/public/assets/assets/loader.gif);background-repeat:no-repeat}.tp-shape{width:100%;height:100%}.tp-caption .rs-starring{display:inline-block}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#FFC321!important}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#E0DADF;float:left;top:0;left:0;position:absolute}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.tp-caption .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute}.tp-loader.spinner0{background-position:center center}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}.tp-loader.spinner3 .bounce1{animation-delay:-.32s}.tp-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}body.rtl .tp-kbimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.hglayerinfo{position:fixed;bottom:0;left:0;color:#FFF;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.helpgrid,.hginfo{position:absolute}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .tp-caption:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}
.rev_slider_wrapper .tp-leftarrow.default.custom									{	z-index:100;cursor:pointer; position:relative;	background:#000 url('https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/athlete/banners_slider_arrows.png') 0 0 no-repeat;	width:49px;	height:74px;}
.rev_slider_wrapper .tp-rightarrow.default.custom									{	z-index:100;cursor:pointer; position:relative;	background:#000 url('https://www.billigegolfbolde.dk/skin/frontend/athlete/default/images/athlete/banners_slider_arrows.png') 100% 100% no-repeat;	width:49px;	height:74px;}
.rev_slider_wrapper  .tp-leftarrow.default.custom {left: 10px !important;}
.rev_slider_wrapper  .tp-rightarrow.default.custom {right: 10px !important;}

.rev_slider_wrapper .tp-leftarrow.custom:hover,
.rev_slider_wrapper .tp-rightarrow.custom:hover 									{	background-position:bottom left}



.rev_slider_wrapper .tp-leftarrow.default.custom:hover									{	background-color:#fff; background-position:100% 0; }
.rev_slider_wrapper .tp-rightarrow.default.custom:hover									{	background-color:#fff; background-position:0 100%; }

.rev_slider_wrapper .tp-leftarrow.default.custom {background-position:100% 0;}
.rev_slider_wrapper .tp-leftarrow.default.custom:hover {background-position:0 0;}
.rev_slider_wrapper .tp-rightarrow.default.custom {background-position:0 100%;}
.rev_slider_wrapper .tp-rightarrow.default.custom:hover {background-position:100% 100%;}


.rev_slider_wrapper .tparrows.preview2:after {margin-top:-17px;}

/** Slideshow **/
.rev_slider_wrapper  .tp-bannertimer {background-color:#ffffff}


.rev_slider_wrapper.fullwidthbanner-container .caption {font-family:"Open Sans"}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet:hover,
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet.selected {background-color:#c2e124}
.rev_slider_wrapper .tp-caption.athlete_white_bg_light, .rev_slider_wrapper .tp-caption.athlete_white_bg_medium, .rev_slider_wrapper  .tp-caption.athlete_white_bg_bold {color:#c2e124}

.rev_slider_wrapper .tp-bullets.simplebullets.athlete .bullet, .rev_slider_wrapper .tp-leftarrow.default.custom,.rev_slider_wrapper  .tp-rightarrow.default.custom {background-color:#ffffff}
.rev_slider_wrapper .tp-bullets.simplebullets.athlete .bullet:hover,
.rev_slider_wrapper .tp-bullets.simplebullets.athlete .bullet.selected,
.rev_slider_wrapper .tp-leftarrow.default.custom:hover, .rev_slider_wrapper .tp-rightarrow.default.custom:hover{background-color:#444444}
.rev_slider_wrapper .slide-title .text {background-color:#000000}
.rev_slider_wrapper .slide-title .text {color:#ffffff}
.rev_slider_wrapper .slide-title .link {background-color:#c2e124}
.rev_slider_wrapper .slide-title .link {color:#000000}
.rev_slider_wrapper .slide-title .link:hover {background-color:#000000}
.rev_slider_wrapper .slide-title .link:hover {color:#ffffff}
