/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 body, body  * {
    font-family: 'Montserrat', sans-serif;
 }

 #wrapper {
     background: #fff;
 }

 h1, .h1 {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
 }

 a:hover, a:active, #header a:hover, #header a:active {
    color: #dbbe4f;
 }
 
 blogsubmenua:hover{
    color: #dbbe4f !important;
 }

 h5, .h5{
    font-size: 16px;
    font-weight: 600; 
 }

 .carousel .carousel-inner {
    height: 430px;
 }

 .carousel .carousel-item .caption {
    max-width: 70%;
    left: 70px;
 }

 .carousel {
     box-shadow: none;
 }

a.homefeatured.nav-link span {
     float: left;
     padding-right: 5px;
 }

 body#cart div.cart-detailed-totals div.card-block {
    padding-bottom: 25px;
 }

 .carousel .carousel-item .caption h1 {
    font-size: 50px;
    text-shadow: 0 0 40px rgba(0, 0, 0, 1);
    margin-bottom: 20px;
    color: #fff;
 }

 .carousel .carousel-item .caption p {
    font-size: 19px;
    line-height: 25px;
    font-weight: 600;
    text-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

 .carousel .carousel-item img {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
 }

 @media screen and (max-width: 1199px) {
    .carousel .carousel-inner {
        height: 351px;
    }
    ul.top-menu-nav li {
        margin-right: 5px !important;
        font-size: 12px !important;
    }  
 }

 @media screen and (max-width: 991px) {
    .carousel .carousel-inner {
        height: 261px;
    }
    .carousel .carousel-item .caption h1 {
        font-size: 40px;
    }

    .carousel .carousel-item .caption p {
        font-size: 15px;
        line-height: 20px;
    }
    div#_desktop_logo.col-md-3.hidden-sm-down {
        margin-top: 15px;
    }
    div.product-add-to-cart .product-quantity .qty div.input-group.bootstrap-touchspin {
        width: 80px;
    }
 }

 @media screen and (max-width: 767px) {
    .carousel .carousel-inner {
        height: 193px;
    }
    .carousel .carousel-item .caption p {
        display: none;
    }
    .carousel .carousel-item .caption h1 {
        font-size: 30px;
    }
    .carousel .carousel-item .caption {
        max-width: 100%;
        left: 15%;
        top: 10%;
        bottom: 0;
    }
    body#product div.col-md-6 ul.product-flags {
        margin-bottom: 40px;
    }

    body#product div.col-md-6 ul.product-flags li.product-flag {
        top: -35px;
    }
 }

 @media screen and (max-width: 450px) {
    .carousel .carousel-inner {
        height: 130px;
    }
    .carousel .carousel-item .caption p {
        display: none;
        text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    }
    .carousel .carousel-item .caption h1 {
        font-size: 20px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    }
    .carousel .carousel-item .caption {
        max-width: 100%;
        top: 10%;
        bottom: 0;
        left: 15%;
    }
 }

 @media screen and (max-width: 350px) {
    .carousel .carousel-inner {
        height: 100px;
    }
    .carousel .carousel-item .caption p {
        display: none;
        text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    }
    .carousel .carousel-item .caption h1 {
        text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    }
    .carousel .carousel-item .caption {
        max-width: 100%;
        top: 10%;
        bottom: 0;
        left: 15%;
    }
 }

 @media screen and (max-width: 991px) {
    ul#top-menu.top-menu > li > a {
        padding: 8px 10px 4px 10px !important;
     }
     nav.header-nav div.col-md-5.col-xs-12 {
         width: 80% !important;
     }
     nav.header-nav div.col-md-7.right-nav {
         width: 20% !important;
     }
     div.top-contacts a, button.hidden-sm-down.btn-unstyle, span#currency-selector-label {
         font-size: 11px !important;
     }
     div.top-contacts img {
         width: 15px !important;
         height: 15px !important;
     }
     ul.top-menu-nav li {
         font-size: 11px !important;
         margin-right: 5px !important;
     }  
     header div#search_widget.col-lg-4.col-md-5.col-sm-12.search-widget {
        margin-left: 0% !important;
     }
     .search-widget form input[type=text] {
        padding: 5px 7px !important;
     }
     .search-widget form button[type=submit] {
        padding: 20px 5px 4px 10px !important;
     }
     
 }

 @media screen and (max-width: 767px) {
    #header .header-top {
        background: #fff;
    }
    #header .header-nav .mobile-blockcart.active {
        margin-left: .5rem;
    }
    #header .header-nav .mobile-blockcart {
        background: transparent;
        height: 3rem;
        padding: .75rem;
        text-align: center;
        white-space: nowrap;
    }
    div.cart-side-informations {
        display: block !important;
        padding: 0px 0px 0px 5px !important;
        flex-direction:column
    }
    
    div.cart-side-informations .cart-total-price{
        display: block !important;
    }
    
    div.cart-side-informations .cart-products-count{
        text-align: left; !important;
    }
    
    #header .header-nav .cart-preview.active {
        background: #fff;
    }

    div.cart-icon {
        width: 40px !important;
        height: 40px !important;
        padding-top: 11px !important;
    }
    div.cart-icon img {
        width: 20px !important;
        height: 20px !important;
    }
    #header .header-nav {
        height: 70px;
        max-height: 70px;
    }
    #header .header-nav .top-logo a img {
        margin-top: 18px;
    }
    #header .header-nav #menu-icon {
        margin-top: 10px;
    }
    ul#top-menu.top-menu > li {
        display: block !important;
    }
    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
        padding: 0px .625rem;
    }
    div#search_widget.col-lg-4.col-md-5.col-sm-12.search-widget {
        /*display: none;*/
        width: 100% !important;
        margin-top: 5px !important;
    }
    div.header-top > div.container div.row:nth-child(1) {
        /*display: none;*/
    }
    .search-widget form {
        width: 100% !important;
      }
    #header .header-nav {
        margin-bottom: -13px !important;
    }
    ul.top-menu > div.col-xs-12 > div.col-xs-12.col-sm-3 {
        float: none;
    }
 }
 .carousel-control .icon-next, .carousel-control .icon-prev {
    top: 38%;
 }
 section.featured-products h1.h1.products-section-title.text-uppercase span {
    color: #dbbe4f;
 }

 section.featured-products h1.h1.products-section-title.text-uppercase {
    margin-bottom: 20px;
 }

 body#index section.featured-products {
    margin-top: 0px !important;
 }

 section.featured-products {
    margin-top: 10px !important;
    margin-bottom: 0px;
 }

 .carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i {
    color: #dbbe4f;
 }

 nav.header-nav div.col-md-4.links h3.h3.hidden-sm-down{
     display: none;
 }

 ul.top-menu-nav li{
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
 }

 ul.top-menu-nav li a {
    line-height: 48px;
 }

 ul#top-menu.top-menu > li {
    display: inline-block;
 }

 ul#top-menu.top-menu {
     margin-bottom: 0px;
 }

 ul#top-menu.top-menu > li > a {
    line-height: 48px;
    padding-top: 8px;
    padding-bottom: 4px;
    line-height: 48px;
    padding: 8px 20px 4px 20px;
    color: #353535;
    text-transform: uppercase ;
    font-size: 14px;
 }

 ul#top-menu.top-menu > li > a:hover {
    background: #e3ca6c;
    color: #000; 
 }

 #header .top-menu a[data-depth="0"]:hover {
    color: #000; 
 }

 .top-menu .sub-menu.collapse {
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    background: #fff;
    padding: 20px 0;
 }

 .top-menu .sub-menu.collapse a {
    text-transform: none;
    font-size: 13px;
    color: #353535;
 }

 div#_desktop_top_menu.menu.col-sm-12.js-top-menu.position-static.hidden-sm-down {
    background: #f8dd76;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
 }

 body main > section#wrapper {
     box-shadow: none;
     padding-top: 13px;
 }

 li#lnk-uvod.link a img{
    width: 20px;
    padding-bottom: 2px;
 }

 #header .header-nav {
    margin-bottom: 20px;
 }

 #products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container,
 #products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
     box-shadow: none;
 }

 #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
    color: #454545;
    font-size: .875rem;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
 }

 #products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    color: #dbbe4f;
    font-weight: 600;
    font-size: 24px;
    padding-top: 10px;
    text-align: center
 }

 #products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    bottom: -3px;
    background: none;
 }

 #products img, .featured-products img, .product-accessories img, .product-miniature img {
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
 }

 div.oskareks-benefit div.benefit-image {
    width: 100px;
    background-color: #f8dd76;
    border-radius: 200px;
    padding: 20px;
    text-align: center;
    margin: 10px auto 20px auto;
 }

 div.oskareks-benefit {
     text-align: center;
 }

 div.oskareks-benefits {
     margin: 0px 0 20px 0;
 }

 div.oskareks-benefits h1 {
     text-align: center;
     margin-bottom: 40px;
 }
 
 div.oskareks-benefits p {
    text-transform: none;
    color: #000000;
 }

 div.oskareks-benefit:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
  }
  
  @keyframes shake {
    10%, 90% {
      transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
      transform: translate3d(2px, 0, 0);
    }
  
    30%, 50%, 70% {
      transform: translate3d(-4px, 0, 0);
    }
  
    40%, 60% {
      transform: translate3d(4px, 0, 0);
    }
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    height: 35px;
}

#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature
{
    margin-top: 20px;
    margin-bottom: 20px;
}

div.fler-reviews
{
    background: url('/themes/OskarekTheme/img/fler-reviews.jpg');
    padding: 70px 0;
    background-position: center center;
    background-repeat: no-repeat; 
    margin-bottom: 50px;
    text-align: center;
}

div.fler-reviews h1 {
    color: #fff;
}

div.fler-reviews p {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

div.fler-reviews img {
    max-width: 150px;
    margin-bottom: 20px;
}

div.fler-reviews a.fler-link {
    background: white;
    padding: 20px 30px;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.fler-reviews a.fler-link:hover {
    color: #dbbe4f;
}

.footer-container {
    box-shadow: none;
}

div.oskarek-footer-block {
    margin: 10px 0;
}

div.oskarek-footer-block h5{
    text-transform: uppercase;
    color: #dbbe4f;
    font-size: 16px;
}

div.oskarek-footer-block ul {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 15px;
}

div.oskarek-footer-block ul a,
div.oskarek-footer-block ul a:visited {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

div.oskarek-footer-block ul a:hover {
    text-decoration: underline;
    color: #dbbe4f;
}

p.copyright {
    color: #cccccc;
    font-size: 13px;
}

div.oskarek-socials
{
    text-align: center;
    margin: 10px 0 20px 0;
}

div.oskarek-socials div {
    display: inline-block;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    background: #f8dd76;
    padding: 8px 10px 10px 10px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

div.oskarek-socials a:nth-child(1) div{
    padding: 3px;
}


div.oskarek-socials div:hover {
    background: #e3ca6c;
}

div.oskareks-benefits {
    display: none;
}

body#index div.oskareks-benefits{
    display: block;
}

#block-newsletter-label
{
    font-size: 28px;
    font-weight: 500;
    color: #000;
    line-height: 40px;
    text-transform: uppercase
}

#block-newsletter-label div {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover,
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background: #e3ca6c;
    color: #000;
}

.btn-primary {
    background: #f8dd76;
    color: #000;
}

.block_newsletter form input[type=text] {
    border: 2px solid #f8dd76;
    color: #232323;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.block_newsletter form input[type=text]:focus {
    outline: 1px none #f8dd76;
    border: 2px solid #f8dd76;
    color: #232323;
    background: #fff
}

.block_newsletter {
    border-bottom-style: none;
}

div.newsletter-buttons {
    padding-top: 30px;
}

div#product-description-short-27, div#product-description-short-27 * {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    line-height: 20px !important;
}

.block-category #category-description p, .block-category #category-description strong {
    color: #000000 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    line-height: 25px !important;
}

.block-category {
    min-height: 0;
    box-shadow: none;
    border: none;
    padding: 15px 0px;
    margin-bottom: 1rem;
}

.block-categories {
    box-shadow: none;
    padding: 15px 0px;
}

ul.category-top-menu a.text-uppercase.h6,
div#search_filters h4.text-uppercase.h6.hidden-sm-down {
    text-transform: none !important;;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    padding-bottom: .5rem;
    color: #000000;
    font-size: 14px;
    font-weight: 400; 
}

.block-categories .category-sub-menu li[data-depth="0"]>a:hover {
    color: #dbbe4f;
}

.block-categories .category-sub-menu .category-sub-link {
    color: #000000;
    font-size: 13px;
    font-weight: 400; 
}

.block-categories .collapse-icons .material-icons 
{
    color: #666;
}

div#search_filters
{
    box-shadow: none;
    padding: 15px 0;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a
{
    margin-top: .4375rem;
    margin-bottom: .3rem;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

#search_filters .custom-radio {
    margin-right: 0rem;
    width: 1rem;
    height: 1rem;
    border: 2px solid #000;
}

#search_filters .custom-checkbox input[type=checkbox]+span
{
    border: 2px solid #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
    color: #000;
    font-weight: 500;
    margin-bottom: 2px;
}

button.btn.btn-tertiary.js-search-filters-clear-all {
    background: #f8dd76;
    color: #000;
    box-shadow: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 8px 10px;
}

button.btn.btn-tertiary.js-search-filters-clear-all:hover {
    background: #e3ca6c;
    border-color: #e3ca6c;
}

div.newsletter-buttons input.btn
{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 10px;
}

.products-sort-order .select-title
{
    border: 2px solid #c9c9c9;
    color: #232323;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    height: 50px;
    padding: 10px;
    line-height: 28px;
}

#wrapper .breadcrumb li a {
    font-size: 14px;
    color: #adadad;
}  

#wrapper .breadcrumb li:after {
    color: #adadad;
}

.pagination .page-list {
    box-shadow: none;
}

.active_filters {
    background: #ededed;
}

.active_filters .active-filter-title {
    color: #000;
}

.active_filters .filter-block {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
}

ul.page-list.clearfix.text-sm-center, nav.pagination div.col-md-4 {
    font-size: 14px;
}

.product-cover img {
    box-shadow: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}


.images-container .product-images>li.thumb-container>.thumb {
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
}

.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .2);
}

table.product-detail-item tr td {
    color: #454545;
    font-size: 14px;
    padding-bottom: 4px;
}

table.product-detail-item tr td:nth-child(1) {
    font-weight: 700;
    padding-right: 10px;
}

div#product-details {
    margin: 20px 0;
}

body#product div#content-wrapper {
    margin-top: 50px;
}

div.current-price span {
    font-size: 32px;
}

div.col-xs-12.col-sm-4 > div.product-prices
{
    margin-top: 6px;
}

div.card.card-block {
    box-shadow: none;
    padding: 5px 0px;
    border: none;  
}

li.product-customization-item label
{
    font-weight: 700;
    color: #454545;
    font-size: 14px;
}

.product-customization
{
    margin-top: 10px;
}

li.product-customization-item textarea,
.product-customization .product-message
{
    background: white;
    border: 1px solid #c9c9c9;
    color: #232323;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding-top: 14px;
    padding-left: 15px;
    max-width: 400px;
    display: block;
}

.osk-left {
    padding-left: 0px;
}

.osk-right {
    padding-right: 0px;
}

.btn-primary, .btn-secondary, .btn-tertiary,
.bootstrap-touchspin {
    box-shadow: none;
}

button.btn.btn-primary.add-to-cart {
    background: #60d365;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 50px;
}

input#quantity_wanted.input-group.form-control {
    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
    -webkit-border-radius: 0px 4px 0px 0px;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    border-radius: 0px 0px 4px 0px;
    -moz-border-radius: 0px 0px 4px 0px;
    -webkit-border-radius: 0px 0px 4px 0px;
}

body#product input#quantity_wanted.input-group.form-control {
    height: 50px;
}

body#product button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    height: 26px;
}

body#product button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    height: 26px;
}

div.product-query {
    font-weight: 700;
    color: #454545;
    font-size: 14px;
}

.product-customization .product-message:focus {
    outline: none;
    border-color: #dbbe4f;
}

div.card.card-block button.btn.btn-primary.float-xs-left {
    height: 50px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div.tabs {
    box-shadow: none;
    margin-top: 0px;
}

#blockcart-modal .modal-body {
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
}

#blockcart-modal .modal-header {
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

.btn {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.btn-secondary {
    background: #f8dd76;
    color: #000;
}

.btn-secondary:hover {
    background: #e3ca6c;
    color: #000;
}

#blockcart-modal .modal-body {
    background: #fff;
}

.product-customization .product-customization-item {
    margin: 0px 0 1.25rem 0;
}

div#description.tab-pane, div#description.tab-pane p,
div.product-description p, div.product-description {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif;
}

div#description.tab-pane strong, div#description.tab-pane p strong,
div.product-description p strong, div.product-description strong {
    font-size: 14px !important;
    color: #000000 !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif;
}

ul.vop {
    color: #000000;
    font-weight: 400;
    list-style: circle inside;
} 

ul.vop ul.vop {
    margin-left:30px; 
} 

h2.vop {
    margin-top: 50px;
}

header div#search_widget.col-lg-4.col-md-5.col-sm-12.search-widget {
    margin-left: 10%;
    float: left;
    margin-top: 24px;
}

div#_desktop_cart, div#_desktop_user_info {
    float: right;
    margin-top: 15px;
}

.search-widget form input[type=text] {
    padding: 12px 18px;
    min-width: 255px;
    color: #000000;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 15px;
    line-height: 30px;
    font-style: italic;
}

.search-widget form input[type=text]:focus {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-color: #f8dd76;
    outline: 1px solid #f8dd76;
} 

.search-widget form button[type=submit] {
    padding: 20px 10px 9px 10px;
}

button.hidden-sm-down.btn-unstyle, span#currency-selector-label {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

div.top-contacts a {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

div.top-contacts {
    margin-top: .9375rem;
    margin-left: .9375rem;
    white-space: nowrap
}

ul.dropdown-menu.hidden-sm-down {
    min-width: 5rem;
    width: 40px;
}

div.cart-icon {
    background: #f8dd76;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    padding-top: 19px;
    text-align: center;
    float: left;
}

div.cart-side-informations {
    float: left;
    padding: 15px 0px 0px 10px; 
}


div.cart-products-count, div.customer-info-1 a {
    font-size: 14px;
    font-weight: 600;
    color: #000000 !important;
}

div.hidden-sm-down.cart-total-price, div.customer-info-2 a {
    font-size: 14px;
    font-weight: 600;
    color: #000 !important;
    
}
div#_desktop_user_info {
    padding: 15px 10px 0px 0px;
    text-align: right;
}

div.top-contacts img
{
    height: 23px;
    width: 23px;
    margin: 0px 3px 0px 17px;
}

#header .header-nav .currency-selector {
    margin-left: 1.5rem;
}

div.cart-icon img{
    width: 35px;
    height: 35px;
    display: inline-block !important;
}

#pagenotfound .page-not-found, #products .page-not-found {
    box-shadow: none;
    margin: 0;
}

div.average-reviews div.star {
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    background: url(/themes/OskarekTheme/img/no-star.png) no-repeat scroll 0 0 transparent
}

div.average-reviews div.star.star_on {
    background: url(/themes/OskarekTheme/img/yes-star.png) no-repeat scroll 0 0 transparent !important;
}

div.average-reviews-text {
    color: #454545;
    font-size: 14px;
    padding-bottom: 4px;
    font-weight: 700;
    padding-top: 10px;
    cursor: pointer;
}

div.average-reviews-text:hover {
    color: #dbbe4f;
}

div#productCommentsBlock div.tabs {
    padding: 20px 0px;
}

div#product_comments_block_tab .alert.alert-info {
    background-color: #fbfbfb;
    border-color: #c6c6c6;
    color: #000000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div#product_comments_block_tab .alert.alert-info a {
    color: #000000;
}

div.comment_author_infos {
    padding-top: 0px !important;
    color: #454545;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
    cursor: pointer;
}

div.comment_details h4.title_block{
    color: #454545;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
    cursor: pointer;
    padding-bottom: 0px !important;
    margin-top: 10px;
}

div.comment_details p {
    font-size: 14px;
    font-weight: 400;
}

ul.nav.nav-tabs {
    display: none;
}

body#checkout section.checkout-step .delivery-option img
{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid rgb(155, 155, 155);
}

body#checkout section.checkout-step, section#js-checkout-summary.card.js-cart {
    box-shadow: none;
}

div.row.delivery-option .custom-radio {
    margin-top: 13px;
}

body#checkout section.checkout-step .delivery-option {
    background: #fff;
}

div.card.cart-container, div.card.cart-summary {
    box-shadow: none;
    border: none;
}


div#cookieNoticeContent span {
    color: #000000;
    font-size: 13px;
}

div#cookieNoticeContent span a {
    color: #000000;
    text-decoration: underline;
}

div#cookieNoticeContent span a:hover {
    color: #000000;
    text-decoration: underline;
}

span.closeButtonNormal {
    font-size: 13px;
}

div#cookieNotice {
    box-shadow: none !important;
}

section#content-hook_order_confirmation.card,
section#content.page-content.page-order-confirmation.card {
    box-shadow: none;
}

section#content-hook_payment_return.card.definition-list {
    box-shadow: none;
    margin-bottom: 70px;
}

div.order-confirmation-table tr.font-weight-bold.dm-toggle {
    display: none;
}

div.order-confirmation-table {
    margin-bottom: 40px;
}

#product #content {
    max-width: 100%;
    margin: 0 0;
}

article.product-miniature div.thumbnail-container a img.hov {
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .4);
}

article.product-miniature div.thumbnail-container a img,
article.product-miniature a
{
    -webkit-transition: all .5s; /* For Safari 3.1 to 6.0 */
    transition: all .5s;
}

article.product-miniature a.hov {
    text-decoration: underline !important;
}

body#product div.col-md-6 ul.product-flags {
    margin-bottom: 40px;
    position: relative;
}

body#product div.col-md-6 ul.product-flags li.product-flag.new {
    box-shadow: none;
    margin-top: 0px;
}

#index .tabs {
    padding:0px
}

#index #home-page-tabs {
    margin:0px 0px;
    padding:10px 0px 0px 0px;
}

ul#home-page-tabs.nav.nav-tabs.clearfix {
    display: block;
}

a#contact-us-popup:hover {
    text-decoration: underline;
}

body#contact section.form-fields label {
    text-align: left;
    display: block;
}

body#contact section.form-fields label input {
    display: block;
    padding: 10px;
    border: 1px solid #737373;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

body#contact section.form-fields label textarea {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 160px;
    border: 1px solid #737373;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
}

body#contact section.form-fields label span {
    font-weight: 600;
    color: #000000;
}

body#contact section#content.page-content.card.card-block {
    box-shadow: none;
    border-style: none;
}

div.contact-rich {
    margin-top: 40px;
}

div.contact-rich .block .data {
    font-weight: 600;
}

div.contact-rich .block .data a,
div.contact-rich .block div.data.email a {
    color: #000000;
    font-weight: 600;
}

div.contact-rich .block .data a:hover,
div.contact-rich .block div.data.email a:hover {
    text-decoration: underline;
    color: #dbbe4f;
}

div.contact-rich .block div.data.phone {
    font-weight: 400;
}

div.clearfix.product-variants-item select {
    height: 50px !important;
    box-shadow: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: black !important;
    padding: 0 30px 0 15px;
}

div.clearfix.product-variants-item span.control-label {
    font-weight: 700;
    padding-right: 10px;
    color: #454545;
    font-size: 14px;
}

li.product-flag.new {
    background: #60d365 !important;
}

li.product-flag {
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-shadow: none !important;
}

#products .product-miniature .discount-percentage, #products .product-miniature .on-sale, #products .product-miniature .online-only, #products .product-miniature .pack, #products .product-miniature .product-flags .new, .featured-products .product-miniature .discount-percentage, .featured-products .product-miniature .on-sale, .featured-products .product-miniature .online-only, .featured-products .product-miniature .pack, .featured-products .product-miniature .product-flags .new, .product-accessories .product-miniature .discount-percentage, .product-accessories .product-miniature .on-sale, .product-accessories .product-miniature .online-only, .product-accessories .product-miniature .pack, .product-accessories .product-miniature .product-flags .new, .product-miniature .product-miniature .discount-percentage, .product-miniature .product-miniature .on-sale, .product-miniature .product-miniature .online-only, .product-miniature .product-miniature .pack, .product-miniature .product-miniature .product-flags .new {
    left: 0.9rem;
}

div.comment_details h4.title_block {
    display: none;
}

.open-comment-form.btn.btn-primary {
    height: 50px;
    line-height: 34px;
}

div#description.tab-pane.fade.in.active {
    padding-top: 0px;
}

.tabs .nav-tabs .nav-link {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-bottom: 1px solid #ffffff;
    color: #dbbe4f !important;
    padding-bottom: 8px;
}
div.row.casopisy {
    margin-bottom: 20px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 15px;
}

div.row.casopisy img {
    opacity: 0.4;
}

div.row.casopisy div.col-xs-12.oskarek-footer-block {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 15px;
}

ul#home-page-tabs.nav.nav-tabs {
    width: 670px;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-transform: uppercase;
    border-bottom: none;
    margin-bottom: -15px;
}

.input-group .input-group-btn>.btn[data-action=show-password] {
    height: 38px;
    margin-top: 0px;
}

section.product-customization ul.clearfix {
    margin-bottom: 0px;
}

img.product-category-review {
    width: 15px;
    height: 15px;
    margin-left: 0px !important;
    margin-right: -5px;
}

div.product-category-review {
    display: block;
    position: absolute;
    right: 0.9rem;
    padding: .0125rem .54rem .1125rem .21rem;
    color: #fff;
    background: #ffffff;
    border-radius: 4px;
    text-transform: uppercase;
    min-width: 2.125rem;
    min-height: 1.275rem;
    margin-top: .625rem;
    z-index: 2;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .1);
}

.block_newsletter form input[type=text] {
    min-width: auto;
}

div.col-xs-12.col-sm-8.osk-right {
    padding-left: 0px;
    padding-right: 0px;
}

.search-widget form {
    width: 250px;
}

.tabs .nav-tabs .nav-link {
    line-height: 31px;
}

section#js-checkout-summary.card.js-cart div#cart-subtotal-shipping.cart-summary-line.cart-summary-subtotals,
section#js-checkout-summary.card.js-cart div.card-block.cart-summary-totals {
    display: none;
}

.home_blog_post_area {
    margin-top: 52px;
}


.post_meta li:after {
content: none;
}

ul.post_meta {
    display: flex;
    flex-flow: column;
}

li.date_time {
    margin-bottom: 8px;
}

.home_blog_post_area .post_description a {
     color: #454545;
}

#module-wpblog-archive section#content {

    box-shadow: none;
}

@media (max-width: 767px) {
  .header-nav .mobile-blockcart a[href^="tel:"] {
    width: 30px !important;
    height: 30px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
  }

  .header-nav .mobile-blockcart a[href^="tel:"] img {
    width: 30px !important;
    height: 30px !important;
  }
}

@media (max-width: 991px) {
  .header-nav .mobile-blockcart a[href^="tel:"] {
    outline: 2px solid white !important;
  }
}
 
