div.summary ul.Components li {
   /* float: left;*/
    /* padding-right: 2px; */
    font-weight: normal;
    font-size: 1.3rem;
}

#Cart .component-row-title{
    display: none;

}
#tutorialresults .t-product__list--item  p {
    font-weight: normal;   
}

#tutorialresults .otherValues p {
  /*  background-color: #0062C2;*/
    font-weight: bold;
  /*  color: white;*/
    padding-left: 2px;
    padding-right: 1px;
}
.compare-row td {
    font-weight: bold;
}

.compare-row.params td {
    font-weight: normal;
}

.compare-row.params th {
    font-weight: normal!important;
}

.compare-row.otherValues th {
    font-weight: bold!important;
}

.compare-row.otherValues .compare-val{
    font-weight: bold;
}

.crow td {
    font-weight: bold;
}

.crow.params td {
    font-weight: normal;
}

.crow.params th {
    font-weight: normal!important;
}

.crow.otherValues th {
    font-weight: bold!important;
}

.crow.otherValues .compare-val{
    font-weight: bold;
}

.alert-warning {
    color: #c82026;
 /*   background-color: #f2dede;
    border-color: #ebccd1;*/
    
}

.alert-warning::after {
    font-family: 'icomoon';
    color: #c82026;
    content: "\e618";
  /* position: absolute;*/
    right: 0px;
    bottom: 0px;
    right: 15px;
    bottom: 8px;
    font-size: 20px;
    margin-left: 5px;
}    
.t-btn.disable {
    cursor: default;
    opacity: .5;
}



@media (min-width: 780px){
#tutorialresults .SortViewCount .block.count {
    position: relative;
    z-index: 5;
    float: right;
    clear: none;
    text-align: right;
}
}
@media (min-width: 500px){
#tutorialresults .SortViewCount .block.count {
    background: none;
    clear: both;

}
}
#tutorialresults .SortViewCount .block.count {
    color: black;
    margin-right: 1em;
    line-height: 40px;
    text-align: center;
    background-color: #f2f2f2;
}

#PriceListLayout .WithCount input {
    border-color: #0062C2;
    height: 40px;
    text-align: center;
}

.km-product__counter {
    max-width:80px!important;
    min-width:60px!important;
    
}
.km-product__counter .count-field{
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
font-size: 14px;
font-family: 'Roboto',sans-serif
}

.thumbnail__rent {
    position: absolute;
    bottom: 9px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
}

.thumbnail__rent--text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid transparent;
    border-left-color: #EFEFEF;
    border-top-color: #EFEFEF;
    border-bottom-color: #EFEFEF;
    border-right-color: #ffffff;
    color: #07507F;
    background-color: #ffffff;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
}

.thumbnail__rent--icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #07507F;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #07507F;
    padding: 5px;
}

.thumbnail__rent--icon > img {
    width: 16px !important;
    max-width: 16px !important;
}

.t-product__thumb .thumbnail__rent {
    bottom: 4px;
}

@media screen and (min-width:400px) {
    .price-list-thumbnail .thumbnail__rent {
        bottom: -30px;
    }

    .price-list-thumbnail .thumbnail__rent--text {
        display: block !important;
    }

    .price-list-thumbnail .thumbnail__rent {
        width: 140px !important;
        right: 10px;
    }
}

@media screen and (min-width:410px) and (max-width: 490px) {

    .thumbnail__rent {
        width: 30px;
    }
    
    .thumbnail__rent--text {
        display: none;
    }

    .thumbnail__rent--icon {
        border-radius: 4px;
    }
}

@media screen and (min-width:600px) and (max-width: 955px) {

    .thumbnail__rent {
        width: 30px;
    }
    
    .thumbnail__rent--text {
        display: none;
    }

    .thumbnail__rent--icon {
        border-radius: 4px;
    }
}

@media screen and (min-width:1100px) and (max-width: 1250px) {

    .thumbnail__rent {
        width: 30px;
    }
    
    .thumbnail__rent--text {
        display: none;
    }

    .thumbnail__rent--icon {
        border-radius: 4px;
    }
}

.km-product__header--left .slick-list.draggable {
	width: 100%;
}

.km-product__header--left .gallery {
	max-height: 100px;
}

.product-container .t-btn.btn-secondary {
    color: #ffffff;
    background: #0062C2;
}

.product-container .t-btn.btn-secondary.t-btn-square,
.PriceListItem .t-btn.btn-secondary.t-btn-square {
  background: #00478F;
}

.product-container .t-btn.btn-secondary:hover,
.product-container  .t-btn.btn-secondary:focus,
.PriceListItem .t-btn.btn-secondary:hover,
.PriceListItem .t-btn.btn-secondary:focus {
    background-color: #00478F;
}

.product-container .t-icon.icon-info {
    background: url(../img/icon-info.svg) no-repeat center center;
}
.t-btn.t-btn-square {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}
.t-btn {
display: -webkit-inline-box;
display: inline-flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: transparent;
box-sizing: border-box;
margin: 0;
text-decoration: none !important;
outline: 0;
padding: 0.5rem 1.6rem;
font-size: 1.4rem;
height: 4rem;
font-family: inherit;
line-height: 1;
-webkit-transition: all 150ms ease-in;
transition: all 150ms ease-in;
}

.btn-group > .t-btn:last-child:not(:first-child), .btn-group .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
    border-left: none;
}
.t-icon {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;

    width: 2rem;
    min-width: 2rem;
    height: 2rem;
}

.t-icon.icon-info {
    background: url(../img/icon-info.svg) no-repeat center center;
}

.t-icon.icon-info-dark {
    background: url(../img/icon-info-dark.svg) no-repeat center center;
}

.t-btn.btn-secondary {
    color: #ffffff;
    background: #0062C2;
    border-radius: 3px;
  }
  
.t-btn.btn-secondary:hover, .t-btn.btn-secondary:focus {
    background-color: #00478F;
}

.t-btn.t-btn-square {
width: 5rem;
}

.t-btn:disabled {
cursor: default;
opacity: 0.5;
}

.btn-group {
display: -webkit-inline-box;
display: inline-flex;
}

.btn-group > .t-btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
width: 100%;
}

/* @media (min-width: 480px) {
    .btn-group > .t-btn:first-child:not(:last-child):not(.dropdown-toggle) {
        width: auto;
    }
} */

.btn-group > .t-btn:last-child:not(:first-child),
.btn-group .btn-group > .dropdown-toggle:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin-left: -1px;
border-left: none;
}

.btn-group-tooltip {
    width: 100%;
}

@media screen and (min-width:600px) {
  .btn-group-tooltip {
    max-width: 220px;
  }

  .MainSelection .btn-group-tooltip,
  .product-list .btn-group-tooltip,
  .product-rent .btn-group-tooltip {
    max-width: none;
  }

  .full-width .btn-group-tooltip {
    max-width: none;
  }

  .PriceListItem .btn-group-tooltip {
    max-width: 220px;
  }
}

.tutorial__list--item .t-product__footer--line .btn-group-tooltip {
  max-width: none;
}

@media screen and (max-width:768px) {
  .tutorial__list--item .t-product__footer--line.rent .btn-group-tooltip {
    max-width: 220px;
  }

  .tutorial__list--item .t-product__footer--line.rent {
    justify-content: flex-end;
  }
}

.tooltipBox {
    padding: 1rem;
    background: #ffffff;
  }
  
  .tippy-tooltip {
    background-color: #ffffff;
    color: #0062C2;
    font-size: 1.5rem;
    border-radius: 5px;
    border: 1px solid #0062C2;
    text-align: left;
  }
  
  .tippy-tooltip strong, .tippy-tooltip p {
    margin: 0 0 0.5rem;
    white-space: normal;
  }

  .tippy-tooltip p:nth-child(n+2) {
    margin-top: 2rem;
  }
  
  .tooltip ~ template {
    display: none;
  }
  
  .tippy-tooltip[data-animatefill] {
    background-color: transparent;
  }
  
  .tippy-tooltip .tippy-backdrop {
    background-color: #ffffff;
  }

  #Cart .pageService {
    font-size: 1.2rem;
  }
  #InshopCheckout .left-side ul.select > li {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-direction: column;
  }

.row.product-rent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}

@media screen and (min-width:600px) {
  .row.product-rent {
    justify-content: flex-end;
  }
}
.row.product-rent p {
    color: #07507F;
    font-weight: bold;
}

.product-list .product .product-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.product-list .product .inner,
.owl-item .product .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 70%;
}

.owl-item .product .inner {
  height: 60%;
}

.product-list .product .inner .inner__box,
.product-list .product .inner .inner__btns,
.owl-item .product .inner .inner__box {
    height: 100%;
}


.owl-item .product .inner .inner__btns {
    height: 92px;
    min-height: 92px;
}

.owl-item .product .inner .inner__btns .btn.large {
  font-size: 12px;
}

.owl-item .product .inner .inner__btns .t-btn-square {
  min-width: 40px !important;
  max-width: 40px !important;
}

.product-list .product .inner .inner__btns,
.owl-item .product .inner .inner__btns {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-list .product .inner .inner__btns > .buy,
.product-list .product .inner .inner__btns > .product-rent,
.owl-item .product .inner .inner__btns > .buy,
.owl-item .product .inner .inner__btns > .add-to,
.owl-item .product .inner .inner__btns > .product-rent {
  width: 100%;
}

.btn.large {
    padding-left: 15px;
    padding-right: 15px;
}

.compare-scroller .row.product-rent p {
    font-size: 13px;
    margin-right: 10px;
}

.MainSelection .owl-stage {
    display: flex;
    align-items: stretch;
}

.MainSelection .owl-stage .owl-item {
    float: none !important;
}

.MainSelection .owl-stage .owl-item .product-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 420px;
}

.MainSelection .owl-stage .owl-item .product-container,
.MainSelection .owl-stage .owl-item .product {
    height: 100%;
}

.MainSelection .row.product-rent p {
    font-size: 12px;
    margin-right: 6px;
}

.MainSelection .row.product-rent .btn.large {
    padding-right: 10px;
}

/* ==========================================================================
    MODAL
  ========================================================================== */
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    outline: 0;
    background: rgba(3, 66, 120, 0.8);
  }
  
  .modal .formPodnajem {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
  
  @media screen and (max-height: 800px) {
    .modal .formPodnajem {
      -webkit-box-align: start;
              align-items: flex-start;
    }
    .modal .formPodnajem .modal-content {
      margin-top: 40px;
      margin-bottom: 40px;
    }
  }
  
  .modal .formPodnajem > .modal-dialog {
    margin: inherit;
  }
  
  .modal .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
    position: relative;
    width: auto;
    pointer-events: none;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  
  .modal .modal-content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    box-shadow: 0 16px 24px rgba(3, 66, 120, 0.3);
    outline: 0;
    padding: 2rem 1rem;
    margin: 1rem;
    color: #0062C2;
    text-align: left;
  }
  
  @media (min-width: 768px) {
    .modal .modal-content {
      padding: 3rem;
      margin: 0;
    }
  }
  
  .modal .modal-content .btn-remove {
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
    z-index: 3;
    font-size: 3.2rem;
    cursor: pointer;
  }
  
  .modal .modal-content h2 {
    margin: 0 0 1.6rem;
    font-size: 2.2rem !important;
    line-height: 1.3;
  }
  
  .modal .modal-content h2.modal-product-title {
    margin-bottom: 0.8rem;
  }
  
  .modal .modal-content p {
    font-size: 1.6rem;
  }
  
  .modal .modal-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .modal .modal-footer p a {
    color: #2699FB;
    text-decoration: underline;
  }
  
  .modal .modal-footer .t-btn {
    margin-top: 1rem;
  }
  
  @media (min-width: 480px) {
    .modal .modal-footer .t-btn {
      margin-top: 0;
    }
  }
  
  .modal.open {
    display: -webkit-box;
    display: flex;
  }
  
  .modal.open .modal-dialog {
    -webkit-transform: none;
            transform: none;
  }
  
  .modal.modal-password .modal-dialog {
    max-width: 320px;
  }
  
  .modal-variant {
    margin: 2.4rem 0;
  }
  
  .modal-variant__title {
    margin-bottom: 0;
  }
  
  .modal-variant__row .checkbox-radio__left {
    margin-bottom: 0;
    padding: 0.3rem 0;
  }

  /* ==========================================================================
    CHECKBOX
  ========================================================================== */
.checkbox {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  
  .checkbox label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
  }
  
  .checkbox label .checkbox__content {
    font-size: 1.6rem;
    width: 100%;
    color: #000000;
  }
  
  .checkbox label .checkbox__svg {
    min-width: 17px;
    min-height: 17px;
    background: url(../img/checkbox-uncheck.svg) no-repeat center center;
    margin-right: 1rem;
  }
  
  .checkbox label .checkbox__input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  
  .checkbox label .checkbox__input:checked ~ .checkbox__svg {
    background: url(../img/checkbox.svg) no-repeat center center;
  }
  
  .checkbox label .checkbox__input:disabled ~ .checkbox__content {
    cursor: not-allowed;
    opacity: 0.8;
  }
  
  .checkbox label .checkbox__input:disabled ~ .checkbox__svg {
    opacity: 0.8;
  }
  
  .checkbox.disable label {
    cursor: not-allowed;
  }
  
  .checkbox-radio {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  
  .checkbox-radio__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    cursor: pointer;
    padding: 0.5rem 0;
  }
  
  .checkbox-radio__svg {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    min-width: 17px;
    min-height: 17px;
    background: #ffffff;
    border: 1px solid #0062C2;
    margin-right: 1rem;
    border-radius: 50%;
  }
  
  .checkbox-radio input {
    margin-right: 0.5rem;
  }
  
  .checkbox-radio__input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  
  .checkbox-radio__input:checked ~ .checkbox-radio__svg {
    border: 1px solid #0062C2;
  }
  
  .checkbox-radio__input:checked ~ .checkbox-radio__svg:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    background: var(--pink);
    z-index: 1;
    border-radius: 50%;
  }
  
  .checkbox-radio_content {
    font-size: 1.6rem;
    color: #000000;
  }

  .t-icon.icon-info.dark {
    background: url(../img/icon-info-dark.svg) no-repeat center center;
}

.t-btn.btn-primary {
    color: white;
    background-color: var(--pink);
    border:1px solid var(--pink);
    border-radius: 3px;
    font-weight: 600;
}
.t-btn.btn-primary:hover, .t-btn.btn-primary:active{
    background: #ffffff;
    color: var(--pink-hover);
    border: 1px solid var(--pink-hover);
}

.cart-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 2rem;
}

.cart-page-header .btn {
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
}

.cart-page-header .checkout-button {
    width: 100%;
}

@media (min-width: 480px) {
    .cart-list .nav-buttons .button.CartDeleteAll {
        float: left;
        margin-top: 0;
        margin-left: 10px;
    }
    .cart-page-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }
    .cart-page-header .checkout-button {
        width: auto;
    }
}

.buy-more {
  position: absolute; 
  top: 10px;
  right: 10px;
  margin: auto;
  width: 60px;
  height: 60px;
  z-index: 99;
}


.buy-more img {
  width: 100%;
  height: auto;
}

.ShowDiscount {
  position: absolute;
  z-index: 5;
  top: 5px;
  right: 5px;
  border-radius: 100%;
  padding: 7px 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px;
}

.ShowDiscount span {
  text-align: center;
  display: block;
  font-size: 13px;
  line-height: 13px;
}

@media (min-width: 600px) {
  .product-list .product, .product-list .next-page-product {
    width: 33% !important;
  }
}

@media (min-width: 900px) {
  .product-list .product, .product-list .next-page-product {
    width: 25% !important;
  }
}

@media (min-width: 1200px) {
  .product-sliders.two-sliders > div > div {
    width: calc(50% - 10px);
  }
}

@media (max-width: 1199px) {
  .product-sliders.two-sliders > div > div {
    width: 100%;
  }
}

.ie .product-list .product .inner .inner__box, 
.ie .product-list .product .inner .inner__btns {
  height: auto;
}


.tab-content #Enhanced_Description ul{
  list-style: disc;
  list-style-position: inside;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
}

.tab-content #Enhanced_Description ol{
  list-style-type: decimal;
  list-style-position: inside;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
}

.tab-content #Enhanced_Description p {
  display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
}

.catalogue-description {
  padding-bottom: 15px;
  padding-top: 15px;
}

.btn.large.labeled .label {
  height: 38px !important;
  top: 1px;
  left: 1px;
}

.btn.xlarge.labeled .label {
  height: 48px !important;
}

#BookmarkedProducts .btn, #Orders .btn {
  height: 32px !important;
}

#LiteV1 .pagination li.active a:hover {
  color: var(--pink);
}

#LiteV1 .pagination {
  margin-bottom: 1.5rem;
}

.btn.xlarge.labeled .label {
  width: 50px;
  height: 48px !important;
}

.NewsTaking .email {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.NewsTaking .email .btn {
  position: static !important;
}

#MainPage .text-box.main-middletext {
  line-height: 10px;
}

.subcategory {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px;
  row-gap: 24px;
  margin: 24px 0;
}



.subcategory__item--link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2px 12px;
  border: 1px solid rgba(3,66,120,.3);
  background-color: #f6f6f6;
  border-radius: 3px;
  height: 40px;
  font-size: 14px;
  text-decoration: none;
  color: #07507F;
  font-weight: bold;
}

.subcategory__item--pic {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.sub-pic-1,.sub-pic-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sub-pic-1 {
  z-index: 1;
}

.sub-pic-2 {
  z-index: 0;
  opacity: 0;
}

.subcategory__item--link:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  content: '';
}

.subcategory__item--link ~ span {
  font-size: 16px;
}

.subcategory__item--link:hover {
  color: #ffffff;
  background-color: #C0167B;
  border-color: #C0167B;
}

.subcategory__item--link:hover ~ span {
  color: #f6f6f6;
}

.subcategory__item--link:hover .sub-pic-1 {
  z-index: 0;
  opacity: 0;
}
.subcategory__item--link:hover .sub-pic-2 {
  z-index: 1;
  opacity: 1;
}

@media screen and (min-width:550px) {
  .subcategory {
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (min-width:769px) {
  .subcategory {
    grid-template-columns: repeat(3,1fr);
  }
}

@media screen and (min-width:992px) {
  .subcategory {
    grid-template-columns: repeat(4,1fr);
  }
}

.tutorial__list--empty {

    grid-column-start: 1;
    grid-column-end: 4;
}


#LiteV1 .horizontal-levels, #LiteV1 .horizontal-levels .level-list.HorizontalMenu li.level-1.selected {
    background:#0062C2 !important;
}

.level-list.HorizontalMenu li.level-1:hover > .level-1 > span {
  background: white !important;
}

.level-list.effect-fadeDown.HorizontalMenu li.level-1:hover > a,
.level-list.HorizontalMenu li.level-1 li a.level-2  {
  color: #0062C2 !important;
}

#header .blocks .block.cart .inner {
  background-color: #C0167B;
  border: 1px solid #C0167B;
  border-radius: 4px;
  color: white;
}

#header .blocks .block.cart:hover .inner {
  background-color: #ffffff;
  border-radius: 4px;
  color: #C0167B !important;
  border: 1px solid #C0167B;
}

#header .blocks .block.cart:hover .inner .summary strong,
#header .blocks .block.cart:hover .inner .summary span {
  color: #C0167B !important;
}

#header .blocks .block.cart:hover .is-icon.icon-cart.bdr {
  background-color: #ffffff !important;
  border: transparent !important;
}

#header .blocks .block.cart:hover .is-icon.icon-cart.bdr:before {
  color: #C0167B !important;
}

.pink,
.pink a {
  color: #C0167B !important;
  text-decoration: none;
  display: flex !important;
  align-items: center;
}

.pink img {
  margin-right: 8px;
}



@media (max-width: 1025px) {
  .pink span {
    display: none;
  }

  
}

@media (max-width: 749px) {
  #header .blocks .block.cart {
    width: 140px;
  }
  #header .nav.user-navigation {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
  }
}

#header .blocks .block.cart .summary,
#header .blocks .block.cart .summary strong {
  color: white !important;
  padding-right: 10px;
}

#header .blocks .block.cart .summary::after {
  content: none;
}

@media (min-width: 1026px) {
  #header .blocks .block.cart {
      max-width: 200px;
  }

  #header .blocks .block.search {
    max-width: 100%;
  }

  #header .nav.user-navigation {
    margin-right: 20px;
  }
}

#InshopCheckout .summary table .sum-price .pay-detail p {
  font-size: 24px;
}

#header .blocks .block.search .btn {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
}

#header .blocks .block.search .btn .is-icon {
  position: static;
  left: auto;
  top: auto;
  width: 17px;
}

#header .block.cart .cart-icon {
  width: 32px !important;
  max-width: none !important;
  height: 32px;
  margin: 9px;
}

#header .block.cart .inner.bdr {
  display: flex !important;
  align-items: center;
}

.level-list a.level-1:hover.selected, .level-list a.level-1.selected {
  background-color: white !important;
  color:#0062C2 !important;
}
.level-list a.level-1:hover.selected, .level-list a.level-1.parentOfSelected {
  background-color: white !important;
  color:#0062C2 !important;
}

@media screen and (max-width: 1025px){
  .level-list a.level-1 {
    color: white;
     background-color: #0062C2!important;
}
}
@media screen and (max-width: 1025px){
  .level-list.HorizontalMenu li.level-1:hover > .level-1 > span {
    color: white;
     background-color: #0062C2!important;
  }
}
@media screen and (max-width: 1025px){
  .level-list.HorizontalMenu li.level-1:active > .level-1 > span {
    color: white;
     background-color: #0062C2!important;
  }
}

.dropdown-menu.transparent-dropdown {
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  top: 100% !important;
  padding-top: 10px !important;
  border-radius: 4px !important;
}

.dropdown-menu.transparent-dropdown li {
  padding-left: 16px !important;
  padding-right: 16px !important;
  background: white !important;
}

.dropdown-menu.transparent-dropdown li:last-child {
  padding-bottom: 8px !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.dropdown-hower:hover {
  position: relative;
}
.dropdown-hower:hover .dropdown-menu{
  display: block;
}

.col-sm-12 {
  padding-left: 10px;
  padding-right: 10px;
}
  @media (min-width: 600px) {
    .col-sm-12 {
      width: 50%;
      float: left;
  }
}

#header .blocks .block-list {
  margin-bottom: 0 !important;
}

@media (min-width: 1025px) {
  #header .cover {
    height: 100px;
  }
}

#header .logo {
  padding: 0 !important;
  padding-top: 10px!important;
}

#header .dropdown-menu li a:hover {
  text-decoration: underline;
}

@media (min-width: 1025px) {
  #header .logo img {
    height: 100px;
  }
}

@media (min-width: 650px) {
  #Orders table .MobileDesc {
    display: none; 
  } 
}

.block.search .button-search {
  position: relative;
  width: 50px;
}

.block.search .button-search .btn {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
}

.block.search .button-search .btn.rest {
  z-index: 2;
}

.block.search .button-search:hover .btn.hover {
  z-index: 3;
}

