@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
/* The above import directives are aggregated from content. */
/* Open Sans Google Fonts */
/* Brandon Fonts */
@font-face {
    font-family: 'brandon';
    src: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/fonts/Brandon_reg.otf') format('opentype');
}

@font-face {
    font-family: 'brandonMedium';
    src: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/fonts/brandon-grotesque-medium-587bd623e472a.otf') format('opentype');
}

@font-face {
    font-family: 'brandonBlack';
    src: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/fonts/brandon-grotesque-black-58a8a3e824392.otf') format('opentype');
}

@font-face {
    font-family: 'brandonBold';
    src: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/fonts/Brandon_bld.otf') format('opentype');
}

/* Jost New Fonts */
@font-face {
    font-family: 'jost';
    src: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/fonts/jost-regular.ttf');
}

@font-face {
    font-family: 'jostMedium';
    src: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/fonts/jost-medium.ttf');
}

@font-face {
    font-family: 'jostBlack';
    src: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/fonts/jost-black.ttf');
}

@font-face {
    font-family: 'jostBold';
    src: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/fonts/jost-bold.ttf');
}

/*@font-face {
    font-family: 'Open Sans';
    src: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/fonts/opensans-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Open Sans Medium';
    src: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/fonts/opensans-600.woff2') format('woff2'); font-weight: 600;
} */

body, a, p {
    /*font-family: 'brandon';*/
    font-family: 'Open Sans', sans-serif;
}

body {
    background: #eef1f7;
    color: #2d303f;
}

ul, li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin-bottom: 0 !important;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:visited {
    color: #1b1e29;
}


/*.amcheckout-wrapper .payment-method:nth-child(2) {
    display: none!important;
}*/


@media (max-width: 1024px) {
    input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
        font-size: 16px;
    }
}

/*
.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
    background: none;
}
.navigation .level0 .submenu a {
    padding: 0;
}
.navigation .level0 .submenu a {
    display: unset;
    display: inline-block;
    width: 100%;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 22px;
    color: #9097a3;
}
*/

.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
    max-width: 1740px;
}

.navigation > ul {
    padding: 0;
    display: flex;
    align-items: center;
    position: unset;
    height: 100%;
}

.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
    padding-left: 0;
    padding-right: 0;
}

.footerMiddleBottom a i {
    color: #333333 !important;
}

select:not([disabled]):focus {
    box-shadow: unset;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: unset;
}

.topnavHolder {
    background: rgba(45, 48, 63, 1);
    position: relative;
    z-index: 2;
}

.navigation {
    background: unset;
    max-width: unset;
    margin-right: unset;
    margin-left: unset;
    width: unset;
    float: left;
    font-weight: unset;
    position: unset;
}

.topnavNavigationHolder {
    position: relative;
}

.navigation .level0 .submenu {
    min-width: unset;
}

.navigation ul li ul.submenu {
    position: absolute !important;
    left: 50% !important;
    transform: translate(-50%, 0);
    background: rgb(255, 255, 255);
    width: 100%;
    z-index: 5;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    color: #fff;
    border: none;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #000000;
    position: absolute;
    font-size: 12px;
    min-width: 18px;
    height: 18px;
    border-radius: 15px;
    line-height: 19px;
    right: 0;
    top: 0;
    padding: 0 2px;
}

@media (min-width: 992px) {
    .minicart-wrapper .action.showcart .counter.qty {
        background: #000000;
        position: absolute;
        font-size: 12px;
        min-width: 18px;
        height: 18px;
        border-radius: 15px;
        line-height: 19px;
        right: 7px;
        top: 2px;
        padding: 0 2px;
    }
}

.minicart-items .product-item-details .price {
    font-size: 1.8rem;
    font-family: 'jostMedium', sans-serif;
}

.pdf_single a {
    background: #f36b3a;
    padding: 15px 30px;
    border-radius: 30px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}


@media (max-width: 768px) {
    .minicart-wrapper .action.showcart .counter.qty {
        background: #f36b3a;
    }
}

.navigation .level0 > .level-top, .topnavItems a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'jostMedium';
    line-height: 60px;
    padding: 0 12px;
    white-space: nowrap;
}

.navigation .level0 a {
    padding: 0;
}

.navigation .level0:first-child a {
    padding-left: 0;
    padding: 0;
}

.topMenuAction a {
    color: #f36b3a !important;
    background: #1b1e29;
}

.topMenuAction a:hover {
    color: #ffffff !important;
}

.navigation .level0 > .level-top:hover, .topnavItems a:hover {
    color: #f36b3a;
}

.page-header .panel.wrapper {
    position: relative;
}

@media (min-width: 992px) {
    .page-header .panel.wrapper {
        background-color: #000000;
        border-bottom: solid 1px #6f2e16;
        position: relative;
        z-index: 100;
        height: 40px;
    }
}

.header-custom-nav {
    display: none;
}

@media (min-width: 992px) {
    .header-custom-nav {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none none;
        float: right;
        font-size: 0;
        line-height: 40px;
    }
}

.header-custom-nav li {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 30px;
}

.header-custom-nav li a {
    display: inline-block;
    color: #fff;
}

.header.panel > .header.links > li {
    margin: 0 0 0 30px;
}

.headerLinkIcon:hover {
    text-decoration: none !important;
}

.headerLinkIcon {
    padding-left: 24px;
    line-height: 1.7 !important;
}

.headerLinkIconPhone {
    background: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/phone.png) no-repeat left center;
    font-family: 'jost';
    font-size: 14px;
}

.headerLinkIconLocator {
    background: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/marker.png) no-repeat left center;
    font-size: 12px;
    padding-left: 21px;
}

.headerLinksLeft {
    display: none;
}

@media (min-width: 992px) {
    .headerLinksLeft {
        margin: 0;
        padding: 0;
        line-height: 40px;
        float: left;
        display: block;
    }
}

.header.panel > .header.links {
    margin-top: 18px;
    margin-right: 37px;
    position: fixed;
    z-index: 1;
    right: 15px;
}

@media (min-width: 768px) {
    .header.panel > .header.links {
        margin-top: 20px;
        margin-right: 40px;
        position: fixed;
        z-index: 1;
        right: 15px;
    }
}

@media (min-width: 992px) {
    .header.panel > .header.links {
        line-height: 40px;
        margin-top: 0;
        margin-right: 20px;
        position: static;
    }
}

.headerLinksLeft li {
    display: inline-block;
    margin: 0 11px 0 0;
}

.headerLinksLeft li a {
    color: #979797;
    font-size: 12px;
}

.headerLinksLeft li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.logo {
    margin: 0;
    width: 38.5%;
    font-size: 0;
}

.block-search {
    width: 22.2%;
}

.block-search input[type=text] {
    background: rgba(255, 255, 255, 0.11);
    border: solid 1px #6c7584;
    color: #ffffff;
    height: 40px;
    padding: 0px 10px;
}

.block-search input[type=text]::-webkit-input-placeholder { /* Edge */
    color: #8a8c99;
}

.block-search input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8a8c99;
}

.block-search input[type=text]::placeholder {
    color: #8a8c99;
}

.navigation .level0 .submenu {
    border: none;
}

.block-search .action.search {
    background: #f36b3a;
    right: 0;
    padding: 0 12px;
    border-radius: 0;
    height: 40px;
}

.block-search .action.search:before {
    color: #ffffff;
}

.block-search .action.search:hover {
    background: #f36b3a;
}

.block-search .action.search:hover:before {
    color: #ffffff;
}

.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
    opacity: 1;
    height: 100%;
}

.headerWrapperRight {
    width: 39.99%;
}

.headerWrapperRegister {
    float: right;
    margin: 10px 0 0;
}

.headerWrapperRegister li {
    display: inline-block;
    list-style: none;
}

.headerWrapperRegister li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: 'jostMedium';
    text-transform: uppercase;
    line-height: 1.5;
    white-space: nowrap;
}

.headerWrapperRegister li:first-child {
    margin-right: 27px;
    background: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/register.png) no-repeat left center;
    padding-left: 23px;
}

.headerWrapperRegister li.authorization-link {
    background: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/user.png) no-repeat left center;
    padding-left: 21px;
}

.header.content {
    display: flex;
    height: 100px;
    align-items: center;
    padding: 0;
}

.minicart-wrapper {
    margin: -6px 0 -9px 17px;
}

@media (max-width: 991px) {
    .minicart-wrapper .action.showcart {
        padding-right: 5px;
    }
}

.minicart-wrapper .action.showcart:before {
    content: '';
    width: 71px;
    height: 50px;
    background: #f36b3a url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/miniCart.png) no-repeat center center;
}

.homeSlider {
    background: rgba(27, 30, 41, 1);
    z-index: 3;
}

.topnavItems {
    float: right;
    height: 100%;
}

.topNavRightItems {
    height: 100%;
    display: flex;
    align-items: center;
}

.topnavItems li {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
}

.topnavItems li a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
}

.topnavItems li:last-child {
    margin-right: 0;
}

.topnavItems li:last-child a {
    padding-right: 0;
}

.topnavNavigationHolder {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1740px;
    height: 100%;
}

.navigation .level0.parent > .level-top > .ui-menu-icon:after {
    content: unset;
}

.navigation .level0 {
    margin: 0;
    position: unset;
}

.topnavHolder {
    height: 60px;
}

.topnavNavigationHolder:after {
    content: "";
    display: table;
    clear: both;
}

.footerTopHolder {
    background: #2d303f;
}

.footerTop:after {
    content: "";
    display: table;
    clear: both;
}

.footerTop {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 20px 60px;
}

.block.newsletter {
    float: left;
    width: 33%;
}

.block.newsletter .title {
    display: block;
    font-size: 24px;
    color: #8a8c99;
    text-transform: uppercase;
    text-align: center;
}

.block.newsletter input {
    background: none;
    border: solid 1px #963940;
    padding-left: 10px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    padding: 23px 20px;
    color: #ffffff;
}

.block.newsletter .field .control:before {
    content: '';
}

.block.newsletter input::-webkit-input-placeholder { /* Edge */
    color: #8a8c99;
}

.block.newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8a8c99;
}

.block.newsletter input::placeholder {
    color: #8a8c99;
}

.block.newsletter .action.primary {
    background: #ff8d4f; /* Old browsers */
    background: -moz-linear-gradient(top, #ff8d4f 0%, #ff4242 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff8d4f 0%, #ff4242 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff8d4f 0%, #ff4242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8d4f', endColorstr='#ff4242', GradientType=0); /* IE6-9 */
    border: solid 1px #963940;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    font-family: 'jostBold';
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 20px;
}

.footerTopPhone {
    width: 33%;
    float: left;
}

.footerTopPhoneTitle {
    display: block;
    color: #8a8c99;
    font-size: 24px;
    margin-left: 42px;
    text-align: center;
}

.footerTopPhoneTitle:before {
    content: '';
    width: 35px;
    height: 31px;
    background: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/headphones.png) no-repeat left center;
    position: absolute;
    margin-left: -42px;
}

.footerTopPhoneNum {
    font-family: 'jostMedium';
    color: #f36b3a;
    font-size: 40px;
    text-align: center;
    display: block;
}

.footerTopPhone span {
    display: block;
    color: #fff;
    text-align: center;
}

.footerTopShopFinder {
    width: 33%;
    float: left;
}

.footerTopShopFinderTitle {
    display: block;
    color: #8a8c99;
    font-size: 24px;
    text-align: center;
}

.footerTopShopFinder select {
    background: #2d303f url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/arrowDown.png) no-repeat center right 20px;
    border: solid 1px #963940;
    border-radius: 25px;
    color: #ffffff;
    height: 47px;
    margin-top: 6px;
    padding-left: 25px;
    font-size: 18px;
    font-family: 'Open Sans';
}

.footerTopShopFinder select.active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.footerTopShopFinder a {
    background: #2d303f;
    border: solid 1px #963940;
    border-radius: 25px;
    color: #ffffff;
    height: 47px;
    line-height: 47px;
    margin-top: 6px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 18px;
    font-family: 'jostMedium', sans-serif;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;

}

.footerTopShopFinder a:hover {
    box-shadow: 0px 0px 6px 2px #963940;
}

.page-footer {
    padding-bottom: 0;
}

.footer.content {
    display: none;
}

.copyright {
    background: #2d303f;
    font-family: 14px;
    color: #8a8d99;
    font-family: 'Open Sans';
}

.copyright span span {
    color: #f36b3a;
}

.footerTopMiddle {
    background: #1b1e29;
    border-top: solid 1px #6f2e16;
}

.footerMiddleTop {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 60px 100px;
}

.footerMiddleTop div {
    width: 20%;
    text-align: center;
    float: left;
}

.footerMiddleTop h2 {
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.footerMiddleTop:after {
    content: "";
    display: table;
    clear: both;
}

.footerMiddleTop li {
    margin: 5px 0;
}

.footerMiddleTop a {
    font-size: 16px;
    font-family: 'Open Sans';
    color: #828699;
}

.footerMiddleTop a:hover {
    color: #ffffff;
}

.footerMiddleTopHolder {
    border-bottom: solid 1px #2f3341;
}

.footerMiddleBottom {
    border-top: solid 1px #000000;
    max-width: 1280px;
    padding: 20px 300px;
    text-align: center;
    margin: auto;
}

.footerMiddleBottom a {
    background: #8a8d99;
    display: inline-block;
    border-radius: 40px;
    margin-right: 5px;
    width: 50px;
    height: 50px;
    position: relative;
}

.footerMiddleBottom a i {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footerMiddleBottom a:hover {
    background: #ffffff;
}

.breadcrumbs a:visited {
    color: #1b1e29;
}

.breadcrumbs .items {
    color: #1b1e29;
    font-family: 'Open Sans';
    font-size: 12px;
}

.breadcrumbs .item:not(:last-child):after {
    content: '/';
    font-family: 'Open Sans';
    font-size: 12px;
    margin: 0 2px;
}

.sidebar {
    background: #ffffff;
}

.account .sidebar.sidebar-additional {
    display: none;
}

.page-layout-2columns-left .column.main {
    width: 78.3%;
    margin-left: 10px;
}

.filter-options-title {
    font-family: 'jostBold';
    color: #1b1e29;
    font-size: 20px;
}

.filter-options-content a {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #1b1e29;
}

.filter-options .am-labels-folding .item a.amshopby-filter-parent, .filter-options .am-category-view .item a.amshopby-filter-parent {
    background: rgba(0, 0, 0, 0) url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/radioUnchecked.png) no-repeat scroll left center;
    padding: 1px 20px 1px 22px;
}

.filter-options .am-labels-folding .item a.amshopby-filter-parent, .filter-options .am-category-view .item a.amshopby-filter-parent.selected {
    background: rgba(0, 0, 0, 0) url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/radioChecked.png) no-repeat scroll left center;
}

.filter-options-content .items a {
    /* background: rgba(0, 0, 0, 0) url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/checkboxUnchecked.png) no-repeat scroll left center;
    padding: 1px 20px 1px 22px; */
}

.filter-options-content .items a.selected {
    background: rgba(0, 0, 0, 0) url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/checkboxChecked.png) no-repeat scroll left center;
}

.filter-options-item {
    border-color: #eef1f7;
}

.amshopby-slider-container.-default .am-slider .ui-slider-handle {
    background: #00cb56;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    cursor: pointer;
}

.ui-slider-horizontal {
    background: none;
}

.amshopby-slider-container.-default .ui-slider-range {
    height: 1px;
    background: #aeafb1;
}

.leftSliderPrice {
    float: left;
    margin-left: -5px;
}

.rightSliderPrice {
    float: right;
    margin-right: -10px;
}

.stickerAction {
    color: #ffffff;
    font-size: 16px;
    background: #ff0909;
    position: absolute;
    right: 20px;
    display: block;
    padding: 1px 10px;
    top: 0px;
    font-family: 'jostBlack';
    z-index: 2;
}

.homeFeaturedProductsItemsInner a, .productListDetails {
    color: #2d303f;
    font-size: 12px;
    border: solid 1px #96979f;
    border-radius: 17px;
    display: block;
    text-align: center;
    padding: 7px 0px 5px;
    margin: 20px auto 0;
    width: 126px;
    font-family: 'jostMedium';
}

.homeFeaturedProductsItemsInner a:hover, .productListDetails:hover {
    background: #000000;
    color: #f36b3a;
}

.minicart-wrapper .block-minicart {
    right: 0;
    padding: 10px 20px;
}

.minicart-wrapper .action.showcart.active:before {
    content: '';
}

.product-item-inner .action.primary {
    background: #ffffff;
    border: solid 1px #000000;
    border-radius: 25px;
    color: #000000;
    text-transform: uppercase;
    padding: 7px 40px;
    line-height: 1.6rem;
}

.action.primary {
    background: #f36b3a;
    border-color: #f36b3a;
    color: #ffffff;
}

.action.primary:hover, .action.primary:focus, .action.primary:active {
    background: #f36b3a;
    border-color: #f36b3a;
    color: #ffffff;
}

.primary .action.secondary {
    background: #f36b3a;
    border-color: #f36b3a;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 7px 15px;
    box-shadow: none;
}

@media (min-width: 768px) {
    .block-authentication .actions-toolbar > .secondary {
        float: left;
        margin-right: 2rem;
        padding: 0;
    }

    .actions-toolbar .secondary a.action {
        margin: 0;
        line-height: 32px;
    }
}

.action.secondary:hover, .action.primary:focus, .action.primary:active {
    background: #f36b3a;
    border-color: #f36b3a;
    color: #ffffff;
}

/*.block-authentication .action.action-login {
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 1.4rem;
}*/
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
    padding: 14px 25px 14px 54px;
}

/*.owl-prev {
    width: 48px;
    height: 49px;
    position: absolute;
    top: 40%;
    margin-left: -24px;
    display: block !important;
    background: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/owlArrowLeft.png) no-repeat !important;
    box-shadow: none !important;
}
.owl-next {
    width: 48px;
    height: 49px;
    position: absolute;
    top: 40%;
    right: -24px;
    display: block !important;
    background: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/owlArrowRight.png)  no-repeat !important;
    box-shadow: none !important;
}
.owl-prev i, .owl-next i {
    transform : scale(1,6);
    color: #ccc;
}
.owl-nav {
    z-index: 1000;
}*/
/*.owl-nav button {
    color: transparent !important;
}*/
.stickerAkcija {
    position: absolute;
    color: #ffffff;
    font-family: 'jostBlack';
    font-size: 16px;
    background: #ff0909;
    right: 27px;
    top: 55px;
    text-transform: uppercase;
    padding: 3px 20px;
    z-index: 2;
}

.product-item-photo {
    display: block;
    margin: auto;
    text-align: center;
}

.product-image-container {
    display: unset;
}

.product-item-name {
    text-align: center;
    height: 43px;
    overflow: hidden;
    padding: 0 10px;
    line-height: 20px;
}

.minicart-items .product-item-name {
    text-align: left;
    height: auto;
    overflow: hidden;
    padding: 0;
}

.product-item-name a {
    font-family: 'jostMedium';
    font-size: 18px;
}

.old-price .price {
    font-family: 'jost';
    font-size: 16px;
    text-decoration: line-through;
    display: block;
    text-transform: uppercase;
}

.special-price .price {
    font-family: 'jostMedium';
    font-size: 24px;
    color: #ff0909;
    line-height: 24px;
}

.product-item .price-box {
    text-align: center;
    margin-top: 40px;
}

.normal-price .price {
    font-family: 'jostMedium';
    font-size: 24px;
}

.product-item .price-box .price-label {
    display: block;
    font-size: 15px;
}

.productNameHolder {
    margin-bottom: 25px;
}

.price-box {
    height: 50px;
    overflow: hidden;
}

.product-item-actions .actions-primary {
    text-align: center;
    display: block;
}

.products-grid .product-item-actions {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

.savingHolder {
    font-size: 16px;
    text-align: center;
    height: 22px;
    overflow: hidden;
}

.breadcrumbs a {
    font-size: 12px;
}

.page-wrapper > .breadcrumbs {
    margin-top: 40px;
}

.swatchHolder {
    height: 49px;
    padding: 0 10px;
    padding: 0 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.storeTitle {
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}

.megaMenu {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 30px;
    justify-content: space-between;
}

.megaMenu > div {
    padding: 0 40px;
}

.megaMenu > div h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.megaMenu > div h3 > a {
    text-transform: uppercase;
    color: #1c2534;
    font-family: 'jostBold';
}

.megaMenu > div > ul {
    display: block !important;
}

.megaMenuBrands {
    width: 33%;
}

.megaMenuIcons a {
    display: flex !important;
    align-items: center;
    font-size: 18px;
}

.megaMenuIcons a span {
    margin-left: 20px;
}

.megaMenuIcons li {
    margin: 18px 0 !important;
}

.megaMenuIcons.flex {
    display: flex !important;
    flex-wrap: wrap;
    margin-top: 12px;
}

.megaMenuIcons.flex li {
    width: 50%;
    margin: 9px 0 !important;
}

.mega-menu-banner-item {
    float: left;
    width: 50%;
    padding: 5px;
}

.mega-menu-banner-item img {
    max-width: 100%;
    height: auto;
    display: block;
}


.homeBrands {
    margin-top: 10px;
}

.homeBrandsInner {
    background: #ffffff;
    padding: 40px 0 50px;
}

.homeBrandsInner p {
    font-size: 24px;
    text-align: center;
    background: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/blogBottomLine.png) no-repeat center bottom;
    padding-bottom: 10px;
    color: #2d303f;
    margin-bottom: 35px;
    font-family: 'jostMedium';
}

.homeBrandsItems {
    width: 90%;
    text-align: center;
    margin: auto;
}

.hompePostItemReadMore {
    color: #2d303f;
    font-size: 12px;
    border: solid 1px #96979f;
    border-radius: 17px;
    display: block;
    text-align: center;
    padding: 7px 0px 5px;
    margin: 20px auto 0;
    width: 126px;
    font-family: 'jostMedium';
}

.homeBrandsItems img {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 20px;
    filter: grayscale(100%);
    opacity: 0.3;
}

.homeBrandsItems img:hover {
    filter: unset;
    opacity: 1;
}

.page-products .columns {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-layout-2columns-left .column.main {
    margin-left: 0px;
}

.page-products .columns .sidebar-main {
    width: 20%;
    float: none;
    margin-right: 0.5%;
    margin-right: 10px;
    order: 1;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
}

.page-products .columns .column.main {
    width: 79.5%;
    width: calc(80% - 10px);
    float: none;
    order: 2;
    margin: 0px;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    background-color: #fff;
    padding: 0;
}

.category-description {
    padding: 15px 15px 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .category-description {
        padding: 30px 49px 0;
    }
}

.category-description h1 {
    font-size: 34px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'jostMedium', sans-serif;
}

.fotorama:not(.fotorama--fullscreen) .fotorama__stage {
    height: 500px !important;
    margin: auto;
}

.box-tocart .action.tocart {
    width: auto;
    padding: 15px 50px 15px 75px;
}

.headerSticky {
    width: 100%;
    /*padding: 15px 90px;*/
    padding-left: 90px;
    padding-right: 90px;
    max-width: 100%;
    margin: 0px;
    background: rgba(27, 30, 41, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    left: 0;
    top: -200px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.headerSticky .logo {
    width: auto;
    margin-right: 60px;
}

.headerSticky.stick_header {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    top: 0;
}

.headerSticky .topMenuAction a {
    background: transparent;
}

.headerSticky .navigation {
    margin-right: 60px;
}

.stickyCartLink {
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 0px;
    display: block;
}

.stickyCartLink:before {
    content: '';
    background: transparent url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/miniCart.png) no-repeat right center;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.panel.wrapper, .header.content, .topnavNavigationHolder {
    width: 100%;
    padding-left: 90px;
    padding-right: 90px;
    max-width: 100%;
    margin: 0px;
}

#maincontent {
    padding: 0px 90px;
    width: 100%;
}

.stickerJesen10, .stickerJesen15, .stickerJesen20, .stickerJesen25, .stickerJesen29 {
    color: #fff;
    background-color: #f36b3a;
    padding: 2px 10px;
    border-radius: 12px;
}

.finalExtraSale {
    color: #fff;
    background-color: #0000ff;
    padding: 2px 10px;
    border-radius: 12px;
    height: 24px;
    text-transform: uppercase;
    font-size: 0;

    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/53-stiker-listanje-fin-popust.png');
}

.productMainHolder .finalExtraSale {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/53-stiker-single-fin-popust.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.oakleyAction {
    color: #fff;
    background-color: #0000ff;
    padding: 2px 10px;
    border-radius: 12px;
    height: 24px;
    text-transform: uppercase;
    font-size: 0;

    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/54-stiker-listanje-akcija.png');

    display: none;
}

.action56 {
    color: #fff;
    background-color: #0000ff;
    padding: 2px 10px;
    border-radius: 12px;
    height: 24px;
    text-transform: uppercase;
    font-size: 0;

    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/action56.png');
}

.action57 {
    color: #fff;
    background-color: #0000ff;
    padding: 2px 10px;
    border-radius: 12px;
    height: 24px;
    text-transform: uppercase;
    font-size: 0;

    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/action57.png');
}

.action49 {
    color: #fff;
    background-color: #0000ff;
    padding: 2px 10px;
    border-radius: 12px;
    height: 24px;
    text-transform: uppercase;
    font-size: 0;

    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/action49.png');
}

.action65 {
    color: #fff;
    background-color: #0000ff;
    padding: 2px 10px;
    border-radius: 12px;
    height: 24px;
    text-transform: uppercase;
    font-size: 0;

    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/action65.png');
}

.action66 {
    color: #fff;
    background-color: #0000ff;
    padding: 2px 10px;
    border-radius: 12px;
    height: 24px;
    text-transform: uppercase;
    font-size: 0;

    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/action66.png');
}

.action67 {
    color: #fff;
    background-color: #0000ff;
    padding: 2px 10px;
    border-radius: 12px;
    height: 24px;
    text-transform: uppercase;
    font-size: 0;

    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/action67.png');
}

.productMainHolder .action56 {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/action56_single.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.productMainHolder .action57 {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/action57_single.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.productMainHolder .action49 {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/action49_single.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.productMainHolder .action65 {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/action65_single.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.productMainHolder .action66 {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/action66_single.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.productMainHolder .action67 {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/action67_single.png');
    background-repeat: no-repeat;
    z-index: 2;
}


.productMainHolder .oakleyAction {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/54-stiker-single-akcija.png');
    background-repeat: no-repeat;
    z-index: 2;
}


.rollerAction {
    color: #fff;
    background-color: #0000ff;
    padding: 2px 10px;
    border-radius: 12px;
    height: 24px;
    text-transform: uppercase;
    font-size: 0;

    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/55-l.png');
}

.productMainHolder .rollerAction {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 175px;
    height: 100px;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/55.png);
    background-repeat: no-repeat;
    z-index: 2;
    background-size: contain;
}
@media (max-width: 768px) {
    .productMainHolder .rollerAction {
        width: 100px;
        height: 65px;
        background-size: contain;
        left: -20px;
    }
}
.stickerZimaSvima36 {
    color: #fff;
    background-color: #0000ff;
    padding: 2px 10px;
    border-radius: 12px;
    height: 24px;
    text-transform: uppercase;
    font-size: 0;

    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-listanje-zima-svima.png');
}

.productMainHolder .stickerZimaSvima36 {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-zima-svima.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.stickerSkiOpening {
    color: #fff;
    background-color: #0000ff;
    padding: 2px 10px;
    border-radius: 12px;
    height: 24px;
    text-transform: uppercase;
    font-size: 0;

    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('/media/stikeri/stiker-listanje-akcija.png');
}

.productMainHolder .stickerSkiOpening {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('/media/stikeri/stiker-single-akcija.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.logo img {
    height: auto;
    width: 375px;
    max-width: 100%;
}


/*---static strane---*/

.column.main > img {
    float: left;
}

.page-main {
    max-width: 100%;
}

.static-page-holder {
    background-color: #fff;
    float: left;
    width: 100%;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 60px;
    margin-bottom: 45px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .static-page-holder {
        background-color: #fff;
        float: left;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .static-page-holder {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
        margin-bottom: 15px;
    }
}

.static-page-holder h1 {
    font-size: 34px;
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'jostMedium', sans-serif;
}

.static-page-holder h2 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'jostMedium', sans-serif;
}

.static-page-holder h3 {
    font-family: 'jostBold';
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.static-page-holder p {
    font-size: 16px;
}

.static-page-holder ul, .static-page-holder ol {
    font-size: 16px;
    padding-left: 35px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.static-page-holder ul > li {
    list-style: initial;
    padding-top: 3px;
    padding-bottom: 3px;;
}

.static-page-holder ol > li {
    list-style-type: decimal;
    padding-top: 3px;
    padding-bottom: 3px;;
}

.static-page-holder a {
    white-space: nowrap;
    text-decoration: underline;
}

.static-page-holder strong {
    font-weight: 600;
}

.service-subnav-holder {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px;
}

.service-subnav-item {
    width: 25%;
    float: left;
    padding: 10px;
}

@media (max-width: 768px) {
    .service-subnav-holder {
        margin-left: 0;
        margin-right: 0;
    }

    .service-subnav-item {
        width: 50%;
    }
}

.service-subnav-item img {
    display: block;
}

.service-location-columns-holder {
    float: left;
    width: 100%;
    margin-top: 60px;
    display: flex;
}

.service-location-columns-holder.second-row {
    margin-top: 0;
    border-top: 1px solid #c2c5cc;
}

.service-location-column {
    flex-basis: 50%;
    text-align: center;
    float: left;
    border-right: 1px solid #c2c5cc;
    padding: 15px;
}

@media (max-width: 768px) {
    .service-location-columns-holder {
        width: 100%;
        flex-wrap: wrap;
    }

    .service-location-column {
        width: 100%;
        border: none;
    }
}

.service-location-columns-holder.second-row .service-location-column {
    padding-top: 50px;
}

.service-location-column:first-of-type {
    flex-grow: 2;
}

.service-location-column:last-of-type {
    border: none;
}

.service-page-select {
    width: 300px;
    max-width: 100%;
}

.service-city-holder {
    margin-top: 40px;
    margin-bottom: 60px;
}

.service-location-item {
    margin-bottom: 40px;
}

.service-location-item span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.8;
    color: #72747f;
}

.service-location-item span.primary-line {
    font-family: 'jostBold';
    color: #353639;
}

.bike-service-column-holder {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.bike-service-column {
    width: 50%;
    float: left;
}

.bike-service-column:first-of-type {
    padding-right: 15px;
}

.bike-service-column:last-of-type {
    padding-left: 15px;
}

@media (max-width: 768px) {
    .bike-service-column {
        width: 100%;
    }

    .bike-service-column:first-of-type {
        padding: 15px;
    }

    .bike-service-column:last-of-type {
        padding: 15px;
    }
}

.service-price-table {
    margin-bottom: 30px;
    text-transform: uppercase;
    max-width: 950px;
    margin: 0 auto 30px;
}

.service-price-table thead {
    background-color: #2d303f;
    color: #fff;
}

.service-price-table th {
    font-family: 'jostBold';
    font-size: 16px;
    line-height: 20px;
    padding: 5px 25px;
    text-align: center;
}

.service-price-table tbody tr {
    border: 1px solid #cfcfcf;
}

.service-price-table thead tr {
    border: 1px solid #2d303f;
}

.service-price-table tbody td {
    line-height: 20px;
    padding: 5px 25px;
    text-align: left;
}

@media (max-width: 767px) {
    .service-price-table tbody td {
        padding: 5px 15px;
    }
}

.service-price-table tbody td:last-of-type {
    font-family: 'jostBold';
    text-align: right;
}

.service-price-table.fitnes-service td:first-of-type {
    font-family: 'jostBold';
    white-space: nowrap;
}

.service-price-table.ski-rent tbody td:nth-of-type(2) {
    font-family: 'jostBold';
    text-align: right;
    border-right: 1px solid #cfcfcf;
}

.service-price-table.bike-rent tbody td {
    font-family: 'jostBold';
    text-align: right;
}

.service-price-table.bike-rent tbody td:first-of-type {
    font-family: 'jost', sans-serif;
    text-align: left;
}

.service-discount-heading {
    background-color: #2d303f;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'jostBold';
    font-size: 16px;
    line-height: 30px;
}

.service-discount-content {
    display: flex;
}

.service-discount-content > div {
    border: 1px solid #cfcfcf;
    flex-basis: 20%;
    text-align: center;
    line-height: 20px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.service-discount-content > div:not(:last-of-type) {
    border-right: none;
}

@media (max-width: 768px) {
    .service-discount-content {
        flex-wrap: wrap;
    }

    .service-discount-content > div {
        flex-basis: 100%;
    }
}

/*---related products slider---*/

.product-items.slick-slider .slick-slide .product-item {
    display: block !important;
    margin: auto !important;
    margin-top: auto !important;
    margin-right: auto !important;
    margin-bottom: auto !important;
    margin-left: auto !important;
    max-width: 100%;
    background-color: #fff;
}

.amrelated-grid-wrapper .slick-slide {
    margin: 0;
}

@media (min-width: 1024px) {
    .block.widget .products-grid .product-items {
        margin-left: -20px;
        margin-right: -20px;
    }
}

.block-title {
    color: #fff;
    background-color: #1f2734;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 0;
    font-family: 'jostMedium', sans-serif;
}

.widget .block-title {
    margin: 0;
}

.amasty-shopby-product-list .homeFeaturedProductsItems {
    height: auto;
}


/*---megamenu new---*/

.megaMenu > div.image_link {
    border-left: none;
    padding: 0px;
    padding-right: 20px;
}

.megaMenu {
    justify-content: flex-start;
}

.cat-holder {
    width: 65%;
    display: flex;
}

.mega-menu-column {
    border-left: 1px solid #dbdee5;
    padding-left: 20px;
    flex-grow: 1;
    width: 25%;
    max-width: 25%;
}

@media (max-width: 992px) {
    .mega-menu-column {
        width: 100%;
        max-width: none;
    }
}

.mega-menu-item {
    margin: 0;
}

@media (max-width: 992px) {
    .mega-menu-item {
        margin-bottom: 40px;
    }
}

@media (min-width: 993px) {
    .mega-menu-item {
        margin-top: 36px;
    }

    .mega-menu-item:first-of-type {
        margin-top: 0;
    }
}

.cat-holder > .mega-menu-column > .mega-menu-item > h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

.cat-holder > .mega-menu-column > .mega-menu-item > h3 > a {
    display: inline;
    padding: 0;
    margin: 0;
}

@media (max-width: 992px) {
    .cat-holder > .mega-menu-column > .mega-menu-item > h3 > a {
        display: inline;
        padding: 0;
        margin: 0;
        color: #fff;
    }
}

.cat-holder > .mega-menu-column > .mega-menu-item > a {
    display: inline-block;
    background: none;
    padding: 0;
    width: 100%;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 24px;
    color: #9097a3;
}

@media (max-width: 992px) {
    .cat-holder > .mega-menu-column > .mega-menu-item > a {
        font-size: 18px;
        line-height: 30px;
    }
}

.img-holder {
    width: 35%;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}

.megaMenu .img-holder > .mega-menu-banner-item > a {
    padding: 0;
    font-size: 0;
    /*text-overflow: hidden;*/
}

.swatch-option.selected {
    outline: none;
    border: 1px solid #666;
}

.swatchHolder .swatch-option:not(.disabled):hover {
    border: 1px solid #666;
    outline: none;
}

.swatchHolder .swatch-attribute-options {
    margin: 0;
}

.product-image-photo {
    left: 10px;
    right: 10px;
    max-width: calc(100% - 20px);
}

.noStock {
    display: inline-block;
    font-size: 18px;
    font-family: 'jostMedium';
    margin-top: 24px;
    text-transform: uppercase;
}

.product.alert.stock {
    text-decoration: underline;
}

.product.alert.stock a:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0f3";
    width: 38px;
    height: 38px;
    border: 1px solid #e1e1e1;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
    font-size: 16px;
}

.owl-theme .owl-dots .owl-dot {
    border: none;
    box-shadow: none;
}

#banner-slider-carousel .owl-dots {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    left: auto;
}

.cms-index-index .product-item-info {
    position: relative;
    width: 100%;
    border: 1px solid #e1e1e1;
    transition: all 300ms;
}

.cms-index-index .product-item-info:hover {
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    position: relative;
}

@media (min-width: 768px) and (max-width: 992px) {
    .navigation {
        height: auto;
    }
}

@media (min-width: 993px) {
    .navigation {
        height: inherit;
    }
}


.show-more-btn {
    margin: 10px auto;
    border: none;
    box-shadow: none !important;
    text-decoration: underline;
    background-color: transparent;
    padding: 0;
}

.show-more-btn:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    margin-right: 10px;
    content: '';
}

.show-more-btn[data-type="more"]:before {
    content: "\f078";
}

.show-more-btn[data-type="less"]:before {
    content: "\f077";
}

.show-more-btn:hover, .show-more-btn:active, .show-more-btn:focus {
    border: none;
    box-shadow: none !important;
    text-decoration: underline;
    background-color: transparent;
}


/*---cookie notice---*/

#bss-cookie-notice {
    background-color: rgba(27, 30, 41, 0.9) !important;
    right: 0;
    max-width: 100%;
    border-radius: 0;
    color: #e1e1e1;
    border: none;
    text-align: center;
    padding: 15px;
}

#bss-cookie-notice .btn-cookie {
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 7px 30px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    display: inline-block;
    border-radius: 20px;
}

/*.page-title-wrapper {
    background-color: #fff;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
}*/
@media (max-width: 992px) {
    .page-title-wrapper {
        margin-top: 0;
    }
}

.page-title {
    font-family: 'jostMedium';
    font-size: 30px;
    margin-top: 20px;
    text-transform: none;
    margin-bottom: 0;
    display: inline-block;
    margin-bottom: 15px;
}

.amazon-validate-container .block .block-title, .login-container .block .block-title {
    padding: 10px 15px;
    font-weight: 400;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    padding: 5px 10px;
}

.checkout-cart-index .page-title-wrapper,
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.contact-index-index .page-title-wrapper,
.mpblog-post-index .page-title-wrapper,
.mpblog-post-view .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.customer-account-logoutsuccess .page-title-wrapper {
    background-color: #fff;
    margin-top: 10px;
    padding: 15px;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
    margin-bottom: 10px;
}

.checkout-cart-index .columns .column.main,
.customer-account-login .columns .column.main,
.customer-account-create .columns .column.main,
.customer-account-forgotpassword .columns .column.main,
.contact-index-index .columns .column.main,
.cms-brendovi .columns .column.main,
.checkout-onepage-success .columns .column.main,
.account .columns .column.main,
.customer-account-logoutsuccess .columns .column.main {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 10px;
}

.account .columns {
    background-color: #fff;
    margin-bottom: 10px;
}

.contact-index-index .columns .column.main {
    float: left;
}

.customer-account-create .fieldset > .legend,
.contact-index-index .legend,
.customer-account-login .login-container .block-title,
aside .block-authentication .block-title,
.checkout-onepage-success .block.block-order-details .block-title,
.customer-account-index .block-dashboard-info .block-title,
.customer-account-index .block-dashboard-addresses .block-title,
.customer-account-index .block-dashboard-orders .block-title,
.account .fieldset .legend {
    font-family: 'jostMedium', sans-serif;
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    color: #333333;
    font-weight: 300;
    font-size: 2.2rem;
    background-color: transparent;
    text-align: left;
}

.customer-account-index .block-dashboard-addresses .block-title a,
.customer-account-index .block-dashboard-orders .block-title a {
    font-family: 'Open Sans', sans-serif;
    text-transform: initial;
    font-size: 1.4rem;
    text-decoration: underline;
    font-weight: 400;
}

.customer-account-index .box-actions a.action {
    text-decoration: underline;
}

#minicart-content-wrapper .block-content {
    display: flex;
    flex-wrap: wrap;
}

#minicart-content-wrapper .minicart-items-wrapper {
    order: 1;
    max-height: 50vh;
}

#minicart-content-wrapper .block-content > .actions {
    order: 2;
    width: 100%;
}

#minicart-content-wrapper .subtotal {
    order: 3;
    width: 100%;
}

#minicart-content-wrapper .block-content > .actions .secondary {
    display: none;
}

.block-minicart .subtitle {
    display: inline-block;
    width: 100%;
    font-family: 'jostBold', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.block-minicart .subtitle.empty {
    padding: 30px 0;
}

.block-minicart .items-total {
    display: none;
}

.minicart-items .product-image-photo {
    width: 75px !important;
    height: 54px !important;
    max-width: 100%;
    max-height: 100%;
    width: 100% !important;
    height: auto !important;
}

.minicart-items .product-item-name a {
    color: inherit;
    text-decoration: underline;
    font-size: 16px;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    border-radius: 25px;
    background: #f36b3a;
    border-color: #f36b3a;
    color: #ffffff;
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 22px;
}


.checkout-index-index .checkout-header {
    margin: 0;
    padding: 0;
    width: auto;
    margin: 0 5px;
    padding: 15px;
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
}

.checkout-index-index .am-checkout:not(.-modern) {
    background-color: transparent;
    margin: 10px 0;
    padding: 0;
}

.checkout-index-index .checkout-header .title {
    font-family: 'jostMedium';
    font-size: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
}

.checkout-index-index .checkout-block {
    box-shadow: none;
    background-color: #fff;
    margin: 10px 5px;
    padding: 40px;
}

.checkout-index-index .checkout-block:hover {
    box-shadow: none;
}

.checkout-index-index .columns .column.main {
    background-color: #fff;
    padding: 0;
    margin-bottom: 10px;
}

.checkout-index-index .checkout-block {
    padding: 20px;
}

@media (min-width: 768px) {
    .checkout-index-index .checkout-block {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .checkout-index-index .checkout-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.opc-block-summary {
    background-color: #fff;
}

#checkout-step-payment br {
    display: none;
}

.opc-wrapper .step-title, .checkout-payment-method .step-title {
    font-family: 'jostMedium', sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.checkout-index-index .opc-block-summary .minicart-items .delete {
    width: 16px;
    height: 16px;
    background-size: 8px;
}

button.action-auth-toggle {
    font-family: 'jostMedium', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px #000000;
    border-radius: 25px;
    color: #000000;
    text-transform: uppercase;
    padding: 7px 40px;
}

button.action-auth-toggle:hover, button.action-auth-toggle:active, button.action-auth-toggle:focus {
    font-family: 'jostMedium', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px #f36b3a;
    border-radius: 25px;
    color: #fff;
    background-color: #f36b3a;
    text-transform: uppercase;
    padding: 7px 40px;
    text-decoration: none;
}

.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: block !important;
    padding: 0;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
    display: none;
}

.checkout-payment-method .payment-methods .actions-toolbar .primary .action.primary {
    font-size: 1.8rem;
    line-height: 2.2rem;
    background-color: #00cb56;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 15px 75px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.opc-wrapper .form-discount {
    max-width: 100%;
}

.authentication-wrapper {
    margin-top: -65px;
    margin-right: 25px;
}

.billing-address-same-as-shipping-block input[type="checkbox"] {
    top: 0px;
}

.checkout-index-index .opc-block-summary {
    margin: 0;
    padding: 0;
}

.opc-estimated-wrapper {
    display: none;
}

@media only screen and (max-width: 639px) {
    .opc-wrapper .form-login, .opc-wrapper .form-shipping-address, .opc-wrapper .methods-shipping {
        background-color: #fff;
        padding: 0;
        margin: 0;
    }
}

.swatch-attribute-options select {
    width: 200px;
    height: 44px;
}

input[type="checkbox"] {
    top: 0;
}

.swatch-option:focus {
    box-shadow: none;
}

.productImageHolder {
    width: 60%;
    position: relative;
}

@media (max-width: 992px) {
    .productImageHolder {
        width: 100% !important;
    }

    .page-layout-1column .product-info-main {
        width: 100% !important;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .productImageHolder {
        width: 50% !important;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1200px) {
    .gallery-placeholder {
        width: 100% !important;
    }
}

@media (min-width: 1201px) {
    .gallery-placeholder {
        padding-right: 40px;
    }
}

.checkout-index-index .product-image-container .product-image-wrapper img {
    width: 100%;
    height: auto;
}

/*---stickeri---*/

.corner-sticker {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-listanje.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.productMainHolder .corner-sticker {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.stickerRasprodaja {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-listanje-rasprodaja.png);
}

.productMainHolder .stickerRasprodaja {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-rasprodaja.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.stickerPreporuka {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-listanje-preporuka.png);
}

.stickerFitness {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-listanje-fitness.png');
}

.stickerGift {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-listanje-gift.png');
}

.stickerPlava {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-listanje-plava.png');
}

.stickerAkcijaNova {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-listanje-akcija-2.png');
}

.sticker_43_10 {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 61px;
    height: 61px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/10-listanje.png');
}

.productMainHolder .sticker_43_10 {
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 175px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/10-single.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.sticker_44_15 {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 61px;
    height: 61px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/15-listanje.png');
}

.productMainHolder .sticker_44_15 {
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 175px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/15-single.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.sticker_45_20 {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 61px;
    height: 61px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/20-listanje.png');
}

.productMainHolder .sticker_45_20 {
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 175px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/20-single.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.sticker_46_25 {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 61px;
    height: 61px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/25-listanje.png');
}

.productMainHolder .sticker_46_25 {
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 175px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/25-single.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.sticker_47_30 {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 61px;
    height: 61px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/30-listanje.png');
}

span[class^='sticker_'] {
    background-size: contain;
}

@media (max-width: 767px) {
    .productMainHolder span[class^='sticker_'] {
        width: 100px;
        height: 100px;
    }
}

.productMainHolder .sticker_47_30 {
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 175px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/30-single.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.stickerRasprodato {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 105px;
    height: 95px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    /*  background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/rasprodato.png);*/
}

.stickerSezonskoSnizenje {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/snizenoSticker.png);
}

.stickerAkcijaZuta {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/akcijaZuta.png);
}

.stickerAkcijaPlava {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/akcijaPlava.png);
}

.stickerSnizenje {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-snizenje.png);
}

.stickerZimskaAkcija {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-listanje-zimska-akcija.png);
}

.productMainHolder .stickerZimskaAkcija {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-zimska-akcija.png);
    background-repeat: no-repeat;
    z-index: 2;
}

.stickerFitnessAkcija48 {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/sticker_48.png);
}

.productMainHolder .stickerFitnessAkcija48 {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/sticker_48_single.png);
    background-repeat: no-repeat;
    z-index: 2;
}

.stickerBlackFriday {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-listanje-black-friday.png);
}

.productMainHolder .stickerBlackFriday {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-black-friday.png);
    background-repeat: no-repeat;
    z-index: 2;
}

.stickerAkcija {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-snizenje.png);
}

.productMainHolder .stickerPreporuka {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-preporuka.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.stickerNewYear {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-listanje-ng-akcija.png');
}
.productMainHolder .stickerNewYear {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-ng-akcija.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.productMainHolder .stickerFitness {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-fitness.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.productMainHolder .stickerGift {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-gift.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.productMainHolder .stickerPlava {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-plava.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.productMainHolder .stickerAkcijaNova {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-akcija-2.png');
    background-repeat: no-repeat;
    z-index: 2;
}

@media (max-width: 767px) {
    .open-product-corner-sticker {
        position: absolute;
        top: -5px;
        left: -5px;
        width: 85px;
        height: 94px;
        background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single.png');
        background-size: contain;
    }

    .productMainHolder .stickerRasprodaja {
        position: absolute;
        top: -5px;
        left: -5px;
        width: 85px;
        height: 94px;
        background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-rasprodaja.png');
        background-size: contain;
    }

    .productMainHolder .stickerPreporuka {
        position: absolute;
        top: -5px;
        left: -5px;
        width: 85px;
        height: 94px;
        background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-preporuka.png');
        background-size: contain;
    }

    .productMainHolder .stickerFitness {
        position: absolute;
        top: -5px;
        left: -5px;
        width: 85px;
        height: 94px;
        background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-fitness.png');
        background-size: contain;
    }

    .productMainHolder .stickerGift {
        position: absolute;
        top: -5px;
        left: -5px;
        width: 85px;
        height: 94px;
        background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-gift.png');
        background-size: contain;
    }

    .productMainHolder .stickerPlava {
        position: absolute;
        top: -5px;
        left: -5px;
        width: 85px;
        height: 94px;
        background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-plava.png');
        background-size: contain;
    }

    .productMainHolder .stickerAkcijaNova {
        position: absolute;
        top: -5px;
        left: -5px;
        width: 85px;
        height: 94px;
        background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-akcija-2.png');
        background-size: contain;
    }
}

.product-sticker-holder {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    padding: 5px;
}

.open-product-sticker-holder {
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 2;
    width: calc(100% - 20px);
}

@media (min-width: 992px) {
    .open-product-sticker-holder {
        position: absolute;
        top: 10px;
        right: 50px;
        z-index: 2;
        width: calc(100% - 90px);
    }
}

@media (max-width: 767px) {
    .open-product-sticker-holder {
        right: 10px;
    }
}

.productStickers {
    width: 100%;
    float: left;
    padding-top: 5px;
}

.newProduct {
    background: #00cb56;
    color: #ffffff;
    font-size: 14px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-family: 'jostMedium', sans-serif;
    float: right;
}

.productViewDiscount {
    background: #ff0909;
    color: #ffffff;
    font-size: 16px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    float: right;
}

.product-sticker-holder .productViewDiscount {
    line-height: 1;
    padding-top: 4px;
}

.productViewDiscount > span {
    font-size: 14px;
    line-height: 1;
}

.productViewDiscount > span > span {
    font-size: 18px;
    line-height: 1;
    font-family: 'jostMedium', sans-serif;
    display: inline-block;
    width: 100%;
}

@media (max-width: 992px) {
    .productViewDiscount {
        top: 5px;
        right: 5px;
        font-size: 14px;
        width: 45px;
        height: 45px;
        line-height: 13px;
    }
}

#back-to-top {
    position: fixed;
    right: 10px;
    bottom: 85px;
    display: inline-block;
    background-color: #00cb56;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
    transition: all 250ms;
    z-index: 1;
    opacity: 0;
}

#back-to-top:hover {
    background-color: #f36b3a;
}

#back-to-top.show {
    opacity: 1;
}

/*---contact---*/

.contact-index-index .column:not(.sidebar-additional) .form.contact {
    width: 50%;
    float: left;
    min-width: auto;
    padding-right: 20px;
}

.contact-list {
    padding-left: 20px;
    float: left;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.contact-list legend {
    flex-basis: 100%;
}

.contact-item {
    margin-bottom: 10px;
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .contact-item {
        margin-bottom: 10px;
        flex-basis: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .contact-index-index .column:not(.sidebar-additional) .form.contact {
        width: 100%;
        padding: 0;
    }

    .contact-list {
        padding: 0;
        width: 100%;
        margin-top: 40px;
    }
}

.contact-item h4 {
    margin-top: 0;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e1e1e1;
    font-family: 'jostMedium', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}

.contactPdfLink {
    display: inline-block;
    text-align: center;
    width: 100px;
}

.contactPdfLink i {
    display: inline-block;
    font-size: 36px;
    color: #ff0000;
}

.contactPdfLink span {
    display: inline-block;
    width: 100%;
    line-height: 1.3;
    margin-top: 5px;
    text-decoration: underline;
}

.fieldset > .legend, .contact-list legend {
    line-height: 32px;
}


/*---blog/news---*/

.mpblog-post-index .post-list-content {
    padding: 30px 20px;
}

.mpblog-post-index .columns,
.mpblog-post-view .columns {
    background-color: #fff;
    margin-bottom: 10px;
}

.mpblog-post-index .mp-post-title {
    margin-bottom: 10px;
    font-size: 24px;
}

.mpblog-post-index .mp-post-title .post-link-title {
    font-family: 'jostMedium', sans-serif;
    text-transform: uppercase;
    text-decoration: underline !important;
    color: #000 !important;
}

.mp-blog-rss {
    display: none;
}

.mpblog-post-index .sidebar.sidebar-additional,
.mpblog-post-view .sidebar.sidebar-additional {
    display: none;
}

.mpblog-post-index .mp-sidebar.mpcss,
.mpblog-post-view .mp-sidebar.mpcss {
    display: none;
}

.mpblog-post-index .mp-footer {
    display: none;
}

.mpblog-post-index .post-list-item {
    margin: 10px;
}

.mpblog-post-index .post-item-wraper:hover {
    border: 1px solid #eee;
    box-shadow: none;
    background-color: #fafafa;
}

.mpblog-post-index .post-item-wraper:hover img {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
}

.mpblog-post-index .post-info-wraper {
    padding: 0 20px;
}

.page-layout-2columns-right .sidebar-main {
    padding-left: 20px;
    padding-right: 40px;
    padding-top: 40px;
}

.mpblog-post-view .mpblog-post-view .post-view-image {
    width: 100%;
}

.mpblog-post-view .post-post_content {
    padding: 30px 40px;
}

.mpblog-post-view .post-post_content + .col-xs-12 {
    display: none;
}

@media (max-width: 767px) {
    .mpblog-post-view .post-post_content {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .page.messages {
        position: sticky;
        top: 60px;
        z-index: 2;
    }
}

.copyright a {
    color: #8a8d99;
    text-decoration: underline;
}

.copyright a:hover {
    color: #fff;
    text-decoration: underline;
}


/*---home featured products owl carousel mod---*/

.homeFeaturedProductsItems .owl-dots .owl-dot {
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    padding: 5px;
    color: transparent;
    position: relative;
}

.homeFeaturedProductsItems .owl-dots .owl-dot span {
    display: none;
}

.homeFeaturedProductsItems .owl-dots .owl-dot:before {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "●";
    text-align: center;
    opacity: 0.25;
    color: rgb(0, 0, 0);
    -webkit-font-smoothing: antialiased;
}

.homeFeaturedProductsItems .owl-dots .owl-dot.active:before {
    opacity: 0.75;
}

.homeFeaturedProductsItems .product-items {
    font-size: inherit;
    letter-spacing: initial;
    line-height: inherit;
}

.homeFeaturedProductsItems .owl-carousel .owl-nav button.owl-prev,
.homeFeaturedProductsItems .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    bottom: auto;
    display: flex;
    height: auto;
    width: auto;
    text-align: center;
    font-size: 50px;
    color: #FFF;
    background: transparent;
    text-transform: capitalize;
    justify-content: center;
    margin: 0;
    width: 15px;
    height: 22px;
    box-shadow: none;
    border-radius: 50%;
}

.homeFeaturedProductsItems .owl-carousel .owl-nav button.owl-prev {
    left: 5px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/angle.svg');
    transform: rotate(180deg);
}

.homeFeaturedProductsItems .owl-carousel .owl-nav button.owl-next {
    right: 5px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/angle.svg');
}

.homeFeaturedProductsItems .owl-carousel .swatchHolder .owl-nav button.owl-prev,
.homeFeaturedProductsItems .owl-carousel .swatchHolder .owl-nav button.owl-next {
    position: absolute;
    top: 12px;
    bottom: auto;
    display: flex;
    height: auto;
    width: auto;
    text-align: center;
    font-size: 50px;
    color: #FFF;
    /*background: transparent;*/
    text-transform: capitalize;
    justify-content: center;
    margin: 0;
    width: 10px;
    height: 16px;
    box-shadow: none;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.homeFeaturedProductsItems .owl-carousel .swatchHolder .owl-nav button.owl-prev {
    left: -14px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/angle.svg');
    transform: rotate(180deg);
}

.homeFeaturedProductsItems .owl-carousel .swatchHolder .owl-nav button.owl-next {
    right: -14px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/angle.svg');
}

@media (max-width: 767px) {
    .homeFeaturedProductsItems .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }

    .homeFeaturedProductsItems .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
}

.homeFeaturedProductsItems .owl-carousel .owl-nav button > span {
    display: none;
}

.homeFeaturedProductsItems .owl-carousel .owl-nav button.owl-prev .disabled,
.homeFeaturedProductsItems .owl-carousel .owl-nav button.owl-next .disabled {
    opacity: 0.25;
}

.homeFeaturedProductsItems .owl-theme .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
}


.checkout-cart-index .product-image-container {
    display: inline-block;
}

.checkout-cart-index .product-item-name,
.checkout-onepage-success .product-item-name {
    text-align: left;
    height: auto;
    overflow: visible;
    padding: 0;
    line-height: 20px;
}

.cart.table-wrapper .actions-toolbar {
    float: right;
    margin-bottom: 15px;
}

.homeFeaturedProductsItems .owl-carousel {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 768px) {
    .homeFeaturedProductsItems .owl-carousel {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.homeFeaturedProductsItems .owl-carousel.owl-drag .owl-item {
    padding-left: 10px;
    padding-right: 10px;
}

.homeFeaturedProductsItems .owl-theme .owl-nav {
    margin: 0;
}

.filter-options-content {
    padding-right: 0px;
}

.cart-discount .block > .title {
    border: 0;
    padding: 0;
    display: none;
}

.cart-discount .block .content {
    display: block !important;
}

button.action.reload.captcha-reload,
button.action.update,
button.action.clear,
button.action.share {
    background-color: #00cb56;
    color: #fff;
    box-shadow: none;
    border: 1px solid #00cb56;
}

.checkout-cart-index .block.discount {
    width: 100%;
}


.brands-filters .letters-box {
    text-align: center;
}


.brands-filters .letter {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 2px 5px;
    min-width: 25px;
    min-height: 25px;
    text-align: center;
    color: #333;
    font-family: 'jostMedium', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #CCC;
    border-radius: 0;
    background: #e2e2e2;
    margin-bottom: 30px;
}

.brands-filters .letter.-letter-all {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 2px 5px;
    min-width: 25px;
    min-height: 25px;
    text-align: center;
    color: #333;
    font-family: 'jostMedium', sans-serif;
    text-transform: initial;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #CCC;
    border-radius: 0;
    background: #e2e2e2;
    margin-bottom: 15px;
}

.toolbar-sorter.sorter .action.sorter-action {
    top: 1px;
    padding-left: 4px;
}

.header.panel > .header.links > li.welcome {
    display: none;
}

.panel.header .links, .panel.header .switcher {
    display: inline-block;
}

.customer-welcome ul:before, .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.customer-welcome ul:before {
    right: 10px;
    top: -12px;
}

.customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
}

.customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
}

.customer-welcome ul:after {
    right: 9px;
    top: -14px;
}

.customer-name, .customer-welcome + .authorization-link {
    display: inline;
}

.customer-welcome {
    display: inline-block;
    position: relative;
}

.customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
}

.customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.customer-welcome .action.switch:after {
    font-family: "font awesome 5 free";
    content: '\f4fe';
    font-size: 22px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: 600;
    color: #fff;
}

@media (min-width: 992px) {
    .customer-welcome .action.switch:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 10px;
        line-height: 22px;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        transform: none;
        position: static;
    }
}

@media (min-width: 768px), print {
    .customer-welcome.active .action.switch:after {
        content: '\f007';
    }
}

@media (min-width: 991px), print {
    .customer-welcome.active .action.switch:after {
        content: '\e621';
    }
}

@media (min-width: 992px) {
    .header.panel > .header.links > li.welcome, .header.panel > .header.links > li > a {
        display: inline-block;
        line-height: inherit;
        color: #fff;
    }

    .customer-welcome .action.switch:after {
        line-height: 40px;
    }
}

.customer-welcome .customer-menu {
    display: none;
}

.customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
}

.customer-welcome.active .customer-menu {
    display: block;
}

.customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
}

.customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
}

.block-collapsible-nav .item:nth-child(3) {
    display: none;
}

.block-collapsible-nav .item:nth-last-child(3) {
    display: none;
}

.homeSliderMobile .owl-theme .owl-nav {
    margin-top: 0;
}

.ui-menu-item .all-category {
    display: none;
}

.topMenuAction {
    display: none !important;
}


/*---wishlist---*/

.sidebar.sidebar-additional .block.block-reorder {
    display: none;
}

.block.block-wishlist li.product-item {
    margin-bottom: 20px !important;
    padding-left: 10px;
}

.block.block-wishlist .product-image-container {
    display: inline-block;
}

.block.block-wishlist .product-image-photo {
    left: 0;
    right: 0;
    max-width: 100%;
}

.block.block-wishlist .product-item-name {
    text-align: left;
    height: 38px;
    overflow: hidden;
    padding: 0;
    line-height: 18px;
}

.block.block-wishlist .product-item-name a {
    font-family: 'jostMedium';
    font-size: 16px;
}

.block.block-wishlist .product-item .price-box {
    text-align: left;
    margin: 0;
}

.block.block-wishlist .price-box {
    height: auto;
    overflow: unset;
}

.block.block-wishlist .price-container .price {
    font-size: 1.4rem;
}

.block.block-wishlist .product-item-actions .actions-primary {
    text-align: initial;
    display: initial;
}

.block.block-wishlist .product-item-actions .action.primary {
    background: #ffffff;
    border: solid 1px #000000;
    border-radius: 25px;
    color: #000000;
    text-transform: uppercase;
    padding: 7px 15px;
    line-height: 1.6rem;
}

.block.block-wishlist .product-item-actions .action.primary:hover {
    background: #f36b3a;
    border-color: #f36b3a;
    color: #ffffff;
}

.block.block-wishlist .actions-toolbar {
    padding-left: 10px;
    padding-bottom: 10px;
}

.block.block-wishlist .actions-toolbar a {
    text-decoration: underline;
    text-transform: uppercase;
}

.block.block-wishlist .block-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wishlist-index-index .actions-toolbar .action.tocart {
    background: #f36b3a;
    border-color: #f36b3a;
    color: #ffffff;
    box-shadow: none;
}


.cart.table-wrapper .action {
    margin-right: 25px;
}
.checkout-cart-index .cart.table-wrapper .action.towishlist:before {
    content: '';
    background: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/iconWishlist.png) no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    margin-right: 57px;
    background-size: contain;
}
.checkout-cart-index .cart.table-wrapper .action.towishlist span{
    display: none;
}
.product-image-wrapper {
    padding-bottom: 100% !important;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before, .cart.table-wrapper .actions-toolbar > .action-delete:before {
    color: #000;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e8e8e8;
}
@media (max-width: 768px) {
    .gift-options-cart-item + .towishlist {
        left: -122px;
        position: absolute;
    }
}
.products-grid.wishlist .product-item {
    width: 25%;
    margin: 0;
    padding: 10px;
}

.products-grid.wishlist .product-item-info {
    position: relative;
    width: 100%;
    border: 1px solid #e1e1e1;
    transition: all 300ms;
}

.catalogsearch-result-index .productSaving,
.catalogsearch-result-index .price-box .range,
.cms-index-index .price-box .range,
.ambrand-index-index .price-box .range,
.amasty_xlanding-page-view .productSaving {
    display: none;
}

@media (max-width: 992px) {
    .products-grid.wishlist .product-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .products-grid.wishlist .product-item {
        width: 100%;
        margin: 0;
        padding: 10px;
    }

    .products-grid.wishlist .product-item-info {
        float: left;
    }
}

.products-grid.wishlist .product-item-info:hover {
    position: relative;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    z-index: 2;
}

.products-grid.wishlist .price {
    font-family: 'jostMedium', sans-serif;
    font-size: 24px;
}

.products-grid.wishlist .product-item-inner {
    padding: 15px;
}

.tooltip.wrapper.product-item-tooltip {
    padding: 0 15px;
    display: none;
}

.products-grid.wishlist .product-item-info:not(:hover):not(.active) .product-item-inner {
    padding: 15px;
}

@media (max-width: 767px) {
    .products-grid.wishlist .product-item-info:not(:hover):not(.active) .product-item-inner {
        float: left;
        padding: 0 15px;
    }
}

.products-grid.wishlist .product-item-comment {
    height: 65px;
    resize: none;
}

.categoryContentFeatured .homeFeaturedProductsItems .owl-carousel.owl-drag .owl-item {
    padding-left: 0;
    padding-right: 0;
}

.page-products .categoryContentFeatured .product-item-info:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.wishlist-index-index .products-grid .product-items {
    margin-left: -10px;
    margin-right: -10px;
}

@media only screen and (max-width: 767px) {
    .block-collapsible-nav {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
        background-color: #fff;
    }
}

@media only screen and (max-width: 639px) {
    .products-grid.wishlist .product-item:first-child {
        border: none;
    }
}

.products-grid.wishlist .product-image-container {
    display: inline-block;
}

@media (max-width: 767px) {
    .block-minicart .block-content > .actions > .primary .action.primary {
        line-height: 2rem;
        font-size: 1.6rem;
    }

    .products-grid.wishlist .product-image-photo {
        left: 0;
        right: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .products-grid.wishlist .product-image-container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .products-grid.wishlist .product-item-photo {
        width: 100%;
    }

    .products-grid.wishlist .product-item-name {
        margin-left: 0;
    }

    .products-grid.wishlist .product-item .price-box {
        margin-left: 0;
    }

    .products-grid.wishlist .fieldset {
        margin: 0;
    }

    .products-grid.wishlist .product-item .box-tocart {
        margin: 0 20px 0 0;
    }
}

.mst-searchautocomplete__autocomplete {
    overflow-y: auto;
    max-height: 70vh;
}

.bare-list .ambrands-image {
    max-width: 175px !important;
    max-height: 150px !important;
}


.homeFeaturedProductsItems .priceInfo .normal-price {
    display: inline-block;
    padding-top: 18px;
}

.homeFeaturedProductsItems .priceInfo .normal-price .price-label {
    display: none;
}

.catalogsearch-result-index .page-title-wrapper {
    padding: 15px 15px 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .catalogsearch-result-index .page-title-wrapper {
        padding: 30px 49px 0;
    }
}

.catalogsearch-result-index .page-title-wrapper h1 {
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'jostMedium', sans-serif;
}

.catalogsearch-result-index .columns .column.main {
    display: flex;
    flex-direction: column;
}

.catalogsearch-result-index h3 {
    padding-left: 40px;
}

.catalogsearch-result-index h3 + ul {
    padding-left: 40px;
}


.owl-theme > .banner-item {
    display: none;
}

.owl-theme > .banner-item:first-of-type {
    display: inline-block;
}

.owl-theme.tns-slider > .banner-item {
    display: inline-block;
}


/*---replace breadcrumbs---*/

.replacebreadcrumbs {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .replacebreadcrumbs {
        display: block;
        margin-top: 40px;
        margin-bottom: 15px;
    }
}

.replacebreadcrumbs a {
    color: #1b1e29;
}

.replacebreadcrumbs a:hover {
    text-decoration: underline;
}

.replacebreadcrumbs span {
    font-weight: normal;
}

.replacebreadcrumbs span.breadcrumbsseparator {
    font-weight: normal;
    margin: 0 1px;
    color: #1b1e29;
}

.breadcrumbsseparator:before {
    content: "/";
}


.cards ul li {
    display: inline-block;
    padding: 0px 5px;
    height: 25px;
}

.cards p {
    color: #828699;
    text-align: center;
    font-size: 10px;
}

.cards {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.cards ul {
    text-align: center;
    margin-bottom: 10px;
}

.delivery-note {
    margin-top: 20px;
    display: block;
}

.single-bf-block i {
    color: #f36b3a;
}


.page-header {
    position: sticky !important;
    top: 0;
    top: -110px;
}

@media (min-width: 1400px) {
    .page-header {
        position: sticky !important;
        top: 0;
        top: -140px;
    }
}

.form.minisearch.-small.amsearch-form-container.-opened .amasty-xsearch-preload {
    display: block;
    position: absolute;
    top: 40px;
    background-color: #fff;
}

#search_autocomplete, .search-autocomplete, #searchbox_autocomplete {
    /*display: none !important;*/
    display: block !important;
    height: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    overflow: auto !important;
    /*max-height: 500px;*/
    top: 70px;
    margin: -15px 10px 0;
    /*border: 1px solid #6c7584;*/
}

@media (min-width: 768px) {
    #search_autocomplete, .search-autocomplete, #searchbox_autocomplete {
        /*display: none !important;*/
        display: block !important;
        height: 0 !important;
        height: auto !important;
        overflow: hidden !important;
        overflow: auto !important;
        max-height: 500px;
        top: 40px;
        margin: 0;
    }
}

.amsearch-autocomplete-image {
    width: 100px;
    flex-shrink: 0;
}

.amsearch-results .amsearch-item .item-name {
    font-size: 14px;
}

.product-image-wrapper {
    padding-bottom: 71% !important;
}

.amsearch-autocomplete-image .product-image-photo {
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
}

.amsearch-autocomplete-information .range {
    display: none;
}

.amsearch-autocomplete-information .priceInfo {
    display: block !important;
}

.amsearch-wrapper-content .amsearch-wrapper-inner .price-box {
    margin: 0 9px 0 0;
    max-width: none;
}

.amsearch-form-container.-opened .input-text {
    padding-left: 30px;
}

@media (min-width: 768px), print {
    .amsearch-close, .amasty-xsearch-loader, .search .amsearch-loupe {
        top: 0px;
    }
}

@media (min-width: 768px), print {
    .amsearch-close {
        top: 4px;
    }
}

@media (min-width: 768px), print {
    .amsearch-wrapper-content .product-item-details {
        min-height: 0;
    }
}

@media (min-width: 768px), print {
    .amsearch-products .amsearch-more-results {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.amsearch-more-results .amsearch-link {
    display: block;
    padding: 5px 30px;
    font-size: 14px;
    background-color: #f36b3a;
    color: #fff;
    line-height: 30px;
    border-radius: 20px;
}

.amsearch-more-results .amsearch-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f36b3a;
}

@media (min-width: 768px), print {
    .amsearch-more-results .amsearch-link {
        display: inline-block;
        border: none;
        margin-bottom: 15px;
        /* padding: 0; */
        /* background-color: inherit; */
        /* color: #000; */
        /* text-decoration: none; */
    }
}

@media (min-width: 768px), print {
    .amsearch-more-results .amsearch-link:hover {
        border: none;
        /*background-color: inherit;*/
        /*color: #1979c3;*/
        text-decoration: none;
    }
}

.block-search .search .control {
    position: absolute;
}

@media (min-width: 768px) {
    .block-search .search .control {
        position: relative;
    }
}


.checkout-index-index .columns .column.main {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
@media(min-width: 992px) {
    .checkout-index-index .columns .column.main {
        padding: 40px;
    }
}

.checkout-index-index .opc-block-summary {
    background: #f5f5f5;
    margin: 0 0 20px;
    padding: 22px 30px;
}

.checkout-index-index .authentication-wrapper {
    margin-top: 0px;
    margin-bottom: 15px;
    max-width: none;
    width: 100%;
    display: none;
}

@media (min-width: 768px) {
    .checkout-index-index .authentication-wrapper {
        max-width: 50%;
        width: auto;
    }
}
.checkout-payment-method .payment-option-title {
    border-top: 1px solid #cccccc;
    padding: 30px 0 10px;
}
.checkout-payment-method .payment-option-title .action-toggle {
    color: #333;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
    content: normal;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
    content: normal;
}
.payment-option._collapsible.opc-payment-additional.discount-code {
    /* display: none; */
}

/*.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary {
    font-size: 1.8rem;
    line-height: 2.2rem;
    background-color: #00cb56;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    padding: 15px 75px;
    margin-top: 30px;
    margin-bottom: 30px;

    line-height: initial;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}*/

.checkout-index-index .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
    padding: 15px 45px;
}


.product.details.product-item-details .swatchHolder .swatch-attribute-options {
    position: relative;
}

.amasty-xlanding-top-description {
    padding: 15px 15px 0;
    margin: 0;
}

@media (min-width: 768px) {
    .amasty-xlanding-top-description {
        padding: 30px 49px 0;
    }
}

.amasty-xlanding-top-description h1 {
    font-size: 34px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'jostMedium', sans-serif;
}


.grecaptcha-badge {
    z-index: 1;
}


.page-products .priceInfo {
    display: block !important;
}


.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
    display: block;
}

.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
    display: block;
}


.homeFeaturedBrandsInstagram {
    display: none;
}


.homeSliderDesktop {
    display: none;
}

@media (min-width: 769px) {
    .homeSliderDesktop {
        display: block;
    }
}

.sidebar.sidebar-main .block-actions.filter-actions {
    display: none;
}

.filter-options-content .item a:hover {
    background-color: transparent;
    color: #1b1e29;
}

.filter-options-content .items.-am-singleselect a.am_shopby_link_selected, .filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
    color: #1b1e29;
}

.filter-options-content .items.-am-singleselect a.am_shopby_link_selected .count, .filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
    color: #757575;
}

@media only screen and (max-width: 767px) {
    .filter-options input[type='checkbox'] + .amshopby-choice:before, .filter-options input[type='checkbox'] + .amshopby-choice:after {
        position: absolute;
        top: -4px;
        left: 0px;
        display: inline-block;
        box-sizing: border-box;
        width: 20px;
        height: 20px;
        border-radius: 0;
    }
}

@media only screen and (max-width: 767px) {
    .filter-options input[type='checkbox'] + .amshopby-choice:before {
        border: 1px solid #1b1e29;
        background: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .filter-options input[type='checkbox'] + .amshopby-choice:after {
        background: #00cb56 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 20px;
    }
}

@media (min-width: 768px), print {
    .filter-options input[type='checkbox'] + .amshopby-choice:before {
        border: 1px solid #1b1e29;
        background: #ffffff;
        border-radius: 0;
    }

    .filter-options input[type='checkbox'] + .amshopby-choice:hover:before, .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
        border-color: #00cb56;
    }

    .filter-options input[type='checkbox'] + .amshopby-choice:after {
        background: #00cb56 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
        content: none;
    }
}

@media only screen and (max-width: 767px) {
    .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
        padding-left: 30px;
    }
}

.amshopby-slider-container.-default .am-slider {
    margin: 0 10px;
    height: 1px;
    background: #dadada;
}

.amshopby-slider-container .am-slider:before, .amshopby-slider-container .am-slider:after {
    content: normal;
}

.amshopby-slider-container.-default .am-slider .ui-slider-handle {
    background: #00cb56;
    width: 15px;
    height: 15px;
    margin-top: -2px;
    cursor: pointer;
}

.filter-options-content .items.-am-singleselect a.am_shopby_link_selected, .filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
    color: #1b1e29;
}

.filter-options-content .item a:hover .count {
    color: #1b1e29;
}

.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    margin-left: 0;
    padding: 0;
    padding-left: 30px;
    background: none;
    position: relative;
}

@media (min-width: 768px) {
    .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
        margin-left: 0;
        padding: 0;
        padding-left: 20px;
        background: none;
        position: relative;
    }
}

.filter-options-item .filter-options-content .items [class*='am-filter-item']:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: '';

    border: 1px solid #1b1e29;
    background: #ffffff;
    border-radius: 0;
}

@media (min-width: 768px) {
    .filter-options-item .filter-options-content .items [class*='am-filter-item']:before {
        top: 5px;
        width: 12px;
        height: 12px;
        content: '';
    }
}

.filter-options-item .filter-options-content .items [class*='am-filter-item'].am_shopby_link_selected:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: '';

    border: 1px solid #00cb56;
    background: #ffffff;
    border-radius: 0;

    background: #00cb56 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 20px;
}

@media (min-width: 768px) {
    .filter-options-item .filter-options-content .items [class*='am-filter-item'].am_shopby_link_selected:before {
        position: absolute;
        top: 5px;
        left: 0;
        display: inline-block;
        box-sizing: border-box;
        width: 12px;
        height: 12px;
        content: '';

        border: 1px solid #00cb56;
        background: #ffffff;
        border-radius: 0;

        background: #00cb56 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    }
}

.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item']:before {
    content: normal;
}

.block-search input {
    font-size: 14px;
}

.amsearch-form-container .control {
    min-height: 40px;
}

.owl-theme .owl-nav {
    margin-top: 0;
    height: 0;
}

.homeSliderDesktop .owl-theme .owl-nav {
    margin-top: 0;
    height: 0;
    display: none;
}

.homeSliderDesktop:hover .owl-theme .owl-nav {
    display: block;
}

.homeSliderDesktop .owl-theme .owl-dots {
    top: auto;
    bottom: 0;
    padding: 15px;
    display: none;
}

.homeSliderDesktop:hover .owl-theme .owl-dots {
    display: block;
}

.mp-banner-slider .owl-nav button span {
    color: #ccc;
}

@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-nav button span {
        top: 40%;
    }
}

.homeFeaturedProductsItems .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    display: block;
    width: auto;
    height: calc(100% - 10px);
    object-fit: contain;
}


/*---custom toolbar---*/


.toolbar-products .modes {
    display: none;
}

.toolbar-products .toolbar-amount {
    display: none;
}

.custom-toolbar {
    display: none;
}

.page-layout-2columns-left .custom-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
    z-index: 2;
}

@media (min-width: 768px) {
    .page-layout-2columns-left .custom-toolbar {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        background-color: #fff;
        z-index: 2;
        padding: 10px 49px 0;
    }
}

.custom-toolbar .filter.block {
    order: 3;
    flex-basis: 100%;
    margin: 0;
    overflow-x: auto;
}

.custom-toolbar .filter-options {
    display: none;
}

.toolbar-products {
    display: none;
}

.products.wrapper ~ .toolbar {
    display: block
}

.products.wrapper ~ .toolbar .limiter {
    display: none;
}

.custom-toolbar .toolbar-products {
    padding: 15px 0;
    margin: 0;
    display: block;
    flex-basis: 50%;
    padding-left: 7px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .custom-toolbar .toolbar-products {
        padding-right: 0;
    }
}

@media (min-width: 768px), print {
    .filter-title {
        display: none;
    }
}

.custom-toolbar .filter-title strong {
    background-color: transparent;
    color: #000;
    border-radius: 0;
    font-weight: 400;
    left: 15px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 15px;
    z-index: 2;
    font-size: 16px;
    line-height: 40px;
    display: block;
    border: 1px solid #969696;
    padding: 0 15px;
    line-height: 43px;
    width: calc(50% - 22px);
}

.custom-toolbar .block-content.filter-content {
    padding: 15px 15px 5px;
    display: flex;
    margin: 0;
}

.custom-toolbar .active .block-content.filter-content {
    display: block;
    max-width: 100%;
    overflow: hidden;
}

@media (min-width: 992px) {
    .custom-toolbar .block-content.filter-content {
        padding: 15px 0;
    }
}

.block-content.filter-content .block-actions.filter-actions a {
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    background: #ff0909;
    color: #fff;
    border: 1px solid #ff0909;
    padding: 0 16px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap;
}

.amshopby-filter-current.filter-current .item.amshopby-item {
    background: #eef1f7;
    height: 32px;
    padding: 0 30px 0 10px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 10px !important;
    margin-right: 10px;
    flex-wrap: nowrap;
}

.filter .amshopby-filter-current.filter-current ol {
    display: flex;
    align-items: center;
    padding: 0;
}

@media (min-width: 992px) {
    .amshopby-filter-current.filter-current ol {
        flex-wrap: wrap;
    }
}

.amshopby-filter-current .amshopby-filter-value {
    white-space: nowrap;
    max-width: 100%;
}

.custom-toolbar .block-subtitle.filter-current-subtitle {
    display: none;
}

.toolbar-sorter.sorter select {
    border: solid 1px #8d8f94;

    background: #ffffff url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/images/select-bg.svg) no-repeat 100% 45%;
    background-clip: padding-box;
    border-radius: 1px;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 4px 25px 5px 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    max-width: calc(100% - 24px);
}

.amshopby-filter-current .amshopby-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: auto;
    width: 12px;
    height: 12px;
    right: 10px;
}

.amshopby-filter-current .amshopby-filter-name {
    white-space: nowrap;
}

.custom-toolbar .block-title.filter-title {
    display: none;
}

.custom-toolbar .block-actions.filter-actions {
    display: block;
    order: -1;
    margin-right: 10px;
}

@media only screen and (max-width: 767px) {
    .filter .filter-current {
        border: solid #cccccc;
        border-width: 1px 0;
        margin: 0 10px;
        border: none;
    }
}

.amasty_xlanding-page-view .products-grid .product-item-info {
    width: 100%;
}


.stickerAkcijaZelena {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/akcijaZelena.png);
}

.productMainHolder .stickerAkcijaZelena {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/akcijaZelenaVelika.png');
    background-repeat: no-repeat;
    z-index: 2;
}

.stickerAkcijaNarandzasta {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/akcijaNarandzasta.png);
}

.productMainHolder .stickerAkcijaNarandzasta {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/akcijaNarandzastaVelika.png');
    background-repeat: no-repeat;
    z-index: 2;
}


.stickerWinterSale {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-listanje-akcija-a2.png);
}
.productMainHolder .stickerWinterSale {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-akcija-a2.png);
    background-repeat: no-repeat;
    z-index: 2;
}


.fitnessSale {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 91px;
    height: 82px;
    background-repeat: no-repeat;
    z-index: 2;
    background-color: transparent;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-listanje-fitnessSale.png');
}
.productMainHolder .fitnessSale {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 128px;
    height: 142px;
    background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-fitnessSale.png');
    background-size: contain;
}

@media (max-width: 767px) {
    .productMainHolder .stickerWinterSale {
        position: absolute;
        top: -5px;
        left: -5px;
        width: 85px;
        height: 94px;
        background-image: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-akcija-a2.png);
        background-size: contain;
    }

    .productMainHolder .fitnessSale {
        position: absolute;
        top: -5px;
        left: -5px;
        width: 85px;
        height: 94px;
        background-image: url('../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/stiker-single-fitnessSale.png');
        background-size: contain;
    }

}


.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
    content: normal;
}

.fieldset > .field.required > .label > span:after,
.fieldset > .fields > .field.required > .label > span:after,
.fieldset > .field._required > .label > span:after,
.fieldset > .fields > .field._required > .label > span:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.product-add-form .product-options-wrapper .field .label {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px), print {
    .product-add-form .product-options-wrapper .field .label {
        width: 80%;
    }
}

.product-add-form .product-options-wrapper .field .label > a, .size-table {
    color: #f36b3a;
    text-decoration: underline;
    font-weight: 600;
}

.product-add-form .product-options-wrapper .field .label > a:visited, .size-table:visited {
    color: #f36b3a;
}

.single-size-table-holder {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .single-size-table-holder {
        max-width: 392px;
        text-align: right;
    }
}

@media (min-width: 1380px) {
    .single-size-table-holder {
        max-width: 452px;
        text-align: right;
    }
}

.super-attribute-select {
    height: 44px;
}

.swatch-attribute.imp_velicina {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .swatch-attribute.imp_velicina {
        width: 80%;
    }
}

.swatch-attribute.imp_velicina .swatch-attribute-label {
    font-weight: 600;
}

.swatch-attribute.imp_velicina .swatch-attribute-options {
    flex-basis: 100%;
}

.swatch-attribute-options select {
    width: 100%;
    height: 44px;
}

.swatch-attribute-options {
    margin: 8px 0 0;
}

.swatch-attribute {
    margin-bottom: 20px;
}


.block.newsletter .form.subscribe {
    display: flex;
}

.block.newsletter .form.subscribe > .field, .block.newsletter .form.subscribe > .actions {
    width: auto;
    flex-grow: 1;
    max-width: none;
}










/*---checkout mod---*/

.ampickup-store-container .ampickup-separator {
    display: none;
}
.ampickup-store-container .ampickup-choosemap {
    display: none;
}
.ampickup-store-container .ampickup-field select {
    padding: 5px 25px 5px 10px;
    height: inherit;
}
.amlocator-info-popup {
    width: 100%;
}










.checkout-index-index .checkout-block {
    margin: 32px 0;
    background: #fff;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 15%);
    -webkit-transition: box-shadow .5s;
    -moz-transition: box-shadow .5s;
    -ms-transition: box-shadow .5s;
    transition: box-shadow .5s;
    box-shadow: none;
    border: 1px solid #ccc;
}
@media (min-width: 992px) {
    .checkout-index-index .checkout-block {
        margin: 7px 9px 32px;
        background: #fff;
        box-shadow: 0 1px 1px 1px rgb(0 0 0 / 15%);
        -webkit-transition: box-shadow .5s;
        -moz-transition: box-shadow .5s;
        -ms-transition: box-shadow .5s;
        transition: box-shadow .5s;
        box-shadow: none;
        border: 1px solid #ccc;
    }
}
.checkout-index-index .checkout-block:hover {
    box-shadow: 0 1px 4px 1px rgb(0 0 0 / 25%);
}
.actions-toolbar .secondary a.action.remind {
    color: #f36b3a;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action.action-apply {
    background-color: #00cb56;
    color: #fff;
    box-shadow: none;
    border: 1px solid #00cb56;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
    background: #f36b3a;
    border-color: #f36b3a;
    color: #ffffff;
    float: right;
    width: auto;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
    margin: 0 20px 0 0;
    color: #f36b3a;
    line-height: 32px;
    width: auto;
}
@media only screen and (max-width: 639px) {
    .opc-wrapper .methods-shipping {
        padding-top: 30px;
        border: none;
    }
}
@media (min-width: 768px), print {
    .opc-wrapper .form-login {
        border-bottom: none;
        padding-bottom: 0;
    }
}
.action.action-edit-address.amcheckout-button.-edit {
    background: #f36b3a;
    border-color: #f36b3a;
    color: #ffffff;
    display: block;
    margin-top: 10px;
}
.checkout-billing-address > .billing-address-details {
    display: none !important;
}
.checkout-billing-address .billing-address-same-as-shipping-block[style*="display: none;"] ~ .fieldset {
    display: block !important;
}

.service-location-holder {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.service-pricing {
    max-width: 800px;
    margin: 0 auto;
}
.service-pricing>tr {
    width: 100%;
}
.service-pricing .naziv {
    text-align: left;
    width: 85%;
}
.service-pricing .cena {
    width: 15%;
    text-align: right;
}
.service-pricing>caption {
    font-size: 22px;
    margin-top: 60px;
    margin-bottom: 0px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'jostMedium', sans-serif;
    position:relative;
    clip: unset;
    overflow: visible;
    width: 100%;
    height: auto;
    max-width: 800px;
}
.service-address-holder {
    background-color: #fff;
    width: 100%;
    padding: 0 0;
    margin-bottom: 0px;
    margin-top: 35px;
    text-align: center;
}
.service-address-holder .location-address {
    text-align: left;
    display: inline-block;
    padding-left: 20px;
}
/*Izmene*/
.footerMiddleTop h2 a {
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
@media (max-width: 1440px) {
    .footerMiddleTop h2 a {
        font-size: 19px;
    }
}
@media (max-width: 1200px) {
    .footerMiddleTop h2 a {
        font-size: 17px;
    }
}
@media (max-width: 768px) {
    .footerMiddleTop .brendovi-custom-link:after {
        display: none;
    }
}
.loading-mask {
    display: block;
    background-color: rgba(255, 255, 255, 1);
    bottom: 0;
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 999;
}
.loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#checkout-payment-method-load ._block-content-loading .loading-mask,
.counter.qty._block-content-loading .loading-mask,
#opc-shipping_method .loading-mask,
#shipping .loading-mask {
    display: none !important;
}
.opc-estimated-wrapper,
.opc-estimated-wrapper > div,
.opc-estimated-wrapper._block-content-loading > div  {
    display: none !important;
}

.loading-mask p {
    display: none;
}
.checkout-index-index .loading-mask{
    display: none !important;
}
.checkout-index-index .page-main  .loading-mask{
    display: none !important;
}
.page-main #checkout-loader{
    display: none !important;
}
.catalog-product-view  .loading-mask {
    display: none !important;
}
.catalog-product-view .productDetails .productDetailsHeader ul {
    justify-content: center;
}body, html {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
.homeCategoriesItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.homeCategoriesItem li {
    display: inline-block;
    width: 24.625%;
    margin-right: 0.5%;
}
.homeCategoriesItem li:last-child {
    margin: 0px;
}

.homeCategoriesItem img {
    width: 100%;
    transform: scale(1);
    box-shadow: none;
    transition: all .3s;
}
.homeCategoriesItem img:hover {
    transform: scale(1.02);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .4);
}
.homeSlider {
    position: relative;
}
.topnavHolder {
    background: rgba(45,48,63, 0.8);
    position: relative;
    z-index: 2;
}
.homeFeaturedProductsHeader {
    background: #000000;
}
.homeFeaturedProductsHeader ul {
    width: 460px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.homeFeaturedProductsHeader li {
    color: #8b8b8b;
    font-size: 24px;
    display: inline-block;
    padding: 35px 25px;
    cursor: pointer;
    font-family: 'jostMedium';
    width: 33.333333%;
    text-align: center;
}
.homeFeaturedProductsHeader li:hover {
    color: #f36b3a;
}
.homeFeaturedProductsHeader li.active::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17.5px 11px 17.5px;
    border-color: transparent transparent #ffffff transparent;
}
.homeFeaturedProductsHeader li.active {
    color: #f36b3a;
}
.cms-index-index .homeFeaturedProductsItems {
    background: #ffffff;
    position: relative;
    height: auto !important;
}
.homeFeaturedProductsItems ul {
    position: absolute;
    top: -9999px;
}
.homeFeaturedProductsItems li {
    padding: 25px 0 30px;
}
.homeFeaturedProductsItemsInner {
    border-right: solid 1px #dfe2e7;
    padding: 12px 35px 0;
    position: relative;
}
.homeFeaturedProductsItemsInner p {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    color: #2d303f;
    margin-top: 25px;
    text-transform: uppercase;
}
.homeFeaturedProductsItemsInner .oldPrice .price {
    color: #1f2734;
    font-size: 16px;
    font-family: 'jost';
    text-decoration: line-through;
    display: block;
    text-align: center;
    margin-top: 25px;
}
.homeFeaturedProductsItemsInner .price {
    color: #ff0909;
    font-size: 24px;
    font-family: 'jostMedium';
    display: block;
    text-align: center;
}
.homeFeaturedProductsItemsInner a {
    color: #2d303f;
    font-size: 12px;
    border: solid 1px #96979f;
    border-radius: 17px;
    display: block;
    text-align: center;
    padding: 7px 0px 5px;
    margin: 20px auto 0;
    width: 126px;
    font-family: 'jostMedium';
}
.homeFeaturedProductsItemsInner a:hover {
    background: #000000;
    color: #f36b3a;
}
.homeFeaturedProductsItemsInner .stickerAction {
    color: #ffffff;
    font-size: 16px;
    background: #ff0909;
    position: absolute;
    right: 20px;
    display: block;
    padding: 1px 10px;
    top: 0px;
    font-family: 'jostBlack';
}
.homeFeaturedProductsItems .owl-carousel {
    opacity: 0;
}
.homeFeaturedProductsItems .owl-carousel.active {
    opacity: 1;
    top: 0px;
    position: relative;
}
.homeFeaturedProductsItems .products {
    margin: 0;
}
.owl-nav {
    z-index: 1000;
}
.productNameHolder {
    overflow: hidden;
    height: 85px;
}
.homeBannersMiddle {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.homeBannersMiddle a {
    width: 49.5%;
    font-size: 0;
}
.homeBannersMiddle a:first-child {
    margin-right: 1%;
}
.homePosts {
    margin-top: 10px;
}
.homePostsInner {
    background: #ffffff;
    padding: 40px 0 50px;
}
.homePostHeader p, .homeBrandsInner p {
    font-size: 24px;
    text-align: center;
    background: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/blogBottomLine.png) no-repeat center bottom;
    padding-bottom: 10px;
    color: #2d303f;
    margin-bottom: 35px;
    font-family: 'jostMedium'
}
.homePostItems ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.homePostItems ul li {
    width: 24.625%;
    margin-right: 0.5%;
    position: relative;
}
.homePostItems ul li a{
    display: block;
}
.homePostItems ul li a img{
    width: 100%;
}
.homePostItems ul li:nth-child(4){
    margin-right: 0px;
}
.homePostItemDate {
    background: #f36b3a;
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    padding: 2px 15px 13px 15px;
}
.homePostItemDateDay {
    font-size: 28px;
    font-family: 'jostMedium';
    display: block;
    line-height: 41px;
}
.homePostItemDateMonth {
    font-size: 11px;
    font-family: 'jostMedium';
    text-transform: uppercase;
    display: block;
    line-height: 0;
}
.homePostItems li h2 {
    text-align: center;
    font-size: 20px;
    color: #2d303f;
    text-transform: uppercase;
    height: 40px;
    overflow: hidden;
}
.homePostItems li h2 a {
    color: #2d303f;
    font-family: 'jostMedium', sans-serif;
    line-height: 20px;
}
.homePostItemShortDesc {
    text-align: center;
    color: #70737d;
    font-size: 16px;
}
.homePostItemShortDesc p {
    font-family: 'Open Sans' !important;
}
.homePostItemShortDesc {
    overflow: hidden;
    height: 60px;
    padding: 0px 15px;
}
.hompePostItemReadMore {
    color: #2d303f;
    font-size: 12px;
    border: solid 1px #96979f;
    border-radius: 17px;
    display: block;
    text-align: center;
    padding: 7px 0px 5px;
    margin: 20px auto 0;
    width: 126px;
    font-family: 'jostMedium'
}
.hompePostItemReadMore:hover {
    background: #f36b3a;
    color: #ffffff;
    border-color: #f36b3a;
}
.homeFeaturedBrandsInstagram {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /*display: none;*/
}
.homeFeaturedBrands, .homeInstagram {
    background: #ffffff;
    width: 49.5%;
    vertical-align: top;
}
.homeFeaturedBrands{
    margin-right: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.homeInstagram {
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.homeFeaturedBrands div {
    display: inline-block;
    vertical-align: top;
}
.homeFeaturedBrandsList {
    width: 42%;
}
.homeFeaturedBrandsImage {
    width: 58%;
    height: 100%;
}
.homeFeaturedBrandsImage img {
/*    width: 100%;
    height: 100%;*/
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.homeInstagramImage img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.homeFeaturedBrandsList h2 {
    font-family: 'jostMedium', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #2d303f;
    margin: 20px 0px;
    padding: 0px 20px;
}
.homeFeaturedBrandsList li {
    /*background: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/homeFeaturedBrandsLine.png) no-repeat center bottom;*/
    text-align: center;
    padding: 8px 55px;
}
.homeFeaturedBrandsList li img {
    filter: grayscale(100%);
    opacity: 0.3;

}
.homeFeaturedBrandsList li.active img {
    filter: unset;
    opacity: 1;
}
.homeFeaturedBrandsList li:hover img {
    filter: unset;
    opacity: 1;
}
.homeFeaturedBrandsList li:hover {
    cursor: pointer;
}
.homeInstagramTitle, .homeInstagramImage {
    display: inline-block;
    vertical-align: middle;
}
.homeInstagramTitle {
    width: 42%;
    text-align: center;
}
.homeInstagramTitle p {
    text-align: center;
    font-size: 16px;
    color: #2d303f;
    margin: 0;
}
.homeInstagramTitle p a {
    font-family: 'jostMedium';
}
.homeInstagramTitle a:hover {
    text-decoration: underline;
}
.homeInstagramTitle img {
    display: block;
    margin: 0 auto 20px;
}
.homeInstagramTitle .home-instagram-btn {
    display: inline-block;
    background-color: #00cb56;
    color: #fff;
    text-transform: uppercase;
    font-family: 'jost', sans-serif;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 25px;
    margin-top: 30px;
}
.homeInstagramTitle .home-instagram-btn:hover {
    text-decoration: none;
}
.homeInstagramImage {
    width: 58%;
    height: 100%;
}
.homeBrands {
    margin-top: 10px;
}
.homeBrandsInner {
    background: #ffffff;
    padding: 40px 0 50px;
}
.homeBrandsItems {
    width: 90%;
    text-align: center;
    margin: auto;
}
.homeBrandsItems img {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 20px;
    filter: grayscale(100%);
    opacity: 0.3;
}
.homeBrandsItems img:hover {
    filter: unset;
    opacity: 1;
}
/*.owl-prev {
    width: 48px;
    height: 49px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    margin-left: -24px;
    display: block !important;
    background: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/owlArrowLeft.png) no-repeat !important;
    box-shadow: none !important;
}*/
/*.owl-next {
    width: 48px;
    height: 49px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: -24px;
    display: block !important;
    background: url(../../frontend/Smartweb/planetbike/sr_Cyrl_RS/css/images/owlArrowRight.png)  no-repeat !important;
    box-shadow: none !important;
}*/
/*.owl-prev i, .owl-next i {
    transform : scale(1,6);
    color: #ccc;
}
#home_slider_container {
    position: relative;
    top: -160px;
    left: 0px;
    z-index: 1;
    overflow: hidden;
    margin-bottom: -150px;
}
.featuredAction.owl-carousel .owl-nav.disabled {
    display: block;
}
[data-u="slides"] {
    width:100%;
    height:600px;
    overflow: hidden;
}
[data-u="arrowleft"] {
    top:0px;
    left:25px;
}
[data-u="arrowright"] {
    top:0px;
    right:25px;
}*/
.jssora051 {
    display:block;
    position:absolute;
    cursor:pointer;
    width:55px;
    height:55px;
}
.jssora051 .a {
    fill:none;
    stroke:#fff;
    stroke-width:360;
    stroke-miterlimit:10;
}
.jssora051:hover {
    opacity:.8;
}
.jssora051.jssora051dn {
    opacity:.5;
}
.jssora051.jssora051ds {
    opacity:.3;
    pointer-events:none;
}
.jssora051 svg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.page-footer {
    margin-top: -40px;
    margin-top: 10px;
}
.swatch-option.text {
	min-height: 30px;
}
.panel.wrapper,
.header.content,
.topnavNavigationHolder{
	width: 100%;
    padding-left: 90px;
    padding-right: 90px;
    max-width: 100%;
    margin: 0px;
}
#maincontent{
	padding: 0px 90px;
	width: 100%;
}
#banner-slider-carousel {
    margin: 0px;
    position: relative;
    margin-top: -160px;
}
.homeSliderMobile{
	display: none;
}
.homeCategories{
	margin-top: 10px;
}
.page-header{
	position: relative;
	z-index: 3;
}
.carousel-container{
	position: relative;
}
.headerSticky .navigation .level0 .submenu{
    /*top: 75px!important;*/
}
@media (max-width: 768px) {
    #mageplaza-bannerslider-block-before-page-top-3 {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .homeFeaturedBrandsList li {
        padding: 5px 65px;
    }
}
@media (min-width: 1201px) and (max-width: 1300px) {
        .homeFeaturedBrandsList li {
            padding: 5px 80px;
    }
}
@media (min-width: 1301px) and (max-width: 1400px) {
        .homeFeaturedBrandsList li {
            padding: 6px 90px;
    }
}
@media (min-width: 1401px) and (max-width: 1500px) {
        .homeFeaturedBrandsList li {
            padding: 4px 70px;
    }
}
.custom-menu-item a{
    color: #f36b3a;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'jostMedium';
    line-height: 60px;
    padding: 0 12px;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .custom-menu-item a {
        font-size: 22px;
        padding: 5px 10px;
        display: block;
        line-height: 32px;
        font-weight: 900;
    }
}
