
.hide {
    display:none;
}

@media (max-width: 1199px) {

    #product-filters {
        display:none;
    }

    #shop-sidebar .ps-layout--shop {
        padding-top: 0;
    }

    .onlydesktop {
        display:none !important;
    }
    .modal {
        top: 60px;
        max-height: calc(100vh - 133px);
    }

    #search-sidebar .navigation__content {
        min-height: calc(100vh - 350px);
        overflow:scroll;
    }

    .cc_banner.cc_container.cc_container--open {
        bottom: calc(70px + env(safe-area-inset-bottom));
    }

    .ps-footer, .modal-dialog {
        padding-bottom: 70px;
        padding-bottom: calc(70px + env(safe-area-inset-bottom));
        padding-bottom: calc(70px + constant(safe-area-inset-bottom));
    }

    .ps-footer__copyright {
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    #product-filters-mobile {
        display:none;
    }
}

@media (hover: none) {
    .ps-product .ps-product__thumbnail .ps-product__actions {
        display:none;
    }
}


header .header__top, header.header--mobile, .ps-panel__header, .navigation--mobile {
	border-bottom: 0px !important;
	background-color: #fff !important;
	background-image: linear-gradient(#eee, #fff) !important;
}

header .header__top {
	padding-bottom: 5px !important;
}

#productquicksearch {
	border: 1px solid #ccc;
	border-radius: 5px;
}

.ps-product .ps-product__thumbnail img {
    aspect-ratio: 1 / 1;
}

.ps-product {
	padding: 0;
}

.ps-product.ps-product--inner {
    padding: 10px 10px 0;
}

.ps-product:hover.ps-product--inner, .ps-product--wide:hover {
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.05); 
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.05);
    border: none;
}

.ps-product.ps-product--wide {
    margin-bottom: 20px;
    padding: 20px;
}

.ps-product--wide .ps-product__desc {
    padding-right: 25px;
}

.ps-page--shop .ps-product:not(.ps-product--wide) .ps-product__content:not(.hover) {
    padding: 0;
    border-bottom:0;
}

.ps-product:hover .ps-product__content {
    height: initial;
}

.ps-product .ps-product__content.hover {
	padding: 0px 5px 0px 5px;
}

.ps-product .ps-product__price {
    display: flex;
    flex-wrap: wrap;
    margin-bottom:0;
}

.ps-product .ps-product__price.sale {
    margin-bottom: 3px;
}

.ps-product .ps-product__price.sale del {
    padding-left:5px;
    font-size: 14px;
}

ps-product:hover {
    margin-bottom: 50px;
}

.header--sticky .header__top .menu--product-categories span.sub-toggle {
	display: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.ps-product--wide .ps-product__shopping .ps-product__actions li {
    margin-right: 10px;
}

.icon-badge {
    position: absolute;
    top:0;
    right: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    vertical-align: top;
    width: 20px;
    height: 20px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 50%;
}

.icon-badge i {
    font-size: 12px !important;
    font-style: normal;
    line-height: 1em;
    font-weight: 500;
}

.ps-cart--mobile .ps-product--cart-mobile {
    margin-bottom: 10px;
    -webkit-box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 5%);
    border: none;
    box-shadow: azure;
    padding: 15px;
}

.ps-product--cart-mobile .ps-product__content {
    display: flex;
    flex-direction: column;
}

.ps-product--cart-mobile .ps-product__content .price-container {
    display: flex;
    justify-content: space-between;
    margin-right: -27px;
}

.ps-product--cart-mobile .ps-product__content .price-container small:first-child {
    padding-right:5px;
}

.ps-product .ps-product__thumbnail .ps-product__actions {
    width: calc(100% + 1px);
    justify-content: center;
}

.orders-in-basket {
    padding: 10px 20px 20px;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-top: 0;
}

.ps-cart--mini .ps-cart__header {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    padding: 10px 10px 10px;
}

.ps-cart--mobile .ps-cart__content {
    min-height: calc(100vh - 350px);
}

.ps-cart--mobile .orders-in-basket ul {
    margin-bottom: 60px;
}

.ps-cart--mobile .orders-in-basket ul li {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.ps-block--user-header .ps-block__right {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ps-cart__items {
    overflow-y:auto;
}

.ps-cart--mini .ps-cart__content {
    overflow-y: auto;
    max-height: 90vh;
}

.ps-section--account .ps-section__right .ps-form__header, .ps-section--account .ps-section__right .ps-section__header {
    padding-top:25px;
}

.ps-section--account .ps-form__header {
    padding-bottom: 30px;
}

.ps-section--shopping .ps-section__header {
  padding-bottom: 100px;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem !important;
}

.price-old {
    background: linear-gradient(to left top, transparent 47.75%, #f00 49.5%, #f00 50.5%, transparent 52.25%);
}

.ps-block--shopping-total, .ps-block--category-2 {
    height: 100%;
}

.ps-block--category-2 {
    padding: 20px;
    display:flex;
    flex-direction: column;
}

.link-primary {
    color: #007bff!important;
    text-decoration: underline;
}


.navigation__right .menu > li > a {
    font-size: 14px;
}

.ps-cart--mini .ps-cart__items {
    height: 290px;
}

.ps-table--whishlist tbody tr td {
    padding: 15px 10px;
}

.ps-table--shopping-cart tbody tr td {
    padding: 10px 10px;
}

.ps-table--shopping-cart thead tr th {
    padding: 10px 10px;
}

.ps-product--detail .ps-product__price del {
    color: #dc3545;
    font-size: 2rem;
}


.dropdown-submenu {
    position: unset !important;
}


.dropdown-submenu:hover > .dropdown-menu {
    min-height: calc(100% + 2px);
    margin-top: -1px;
}

.menu--product-categories .menu--dropdown {
    border-radius: 0;
}

#mobilesearchresultcontent {
    display: none;
    height: calc(100vh - 290px);
    overflow-y: scroll;
    border-bottom: 1px solid #CCC;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 50%);
}

#mobilesearchresultcontent .ps-product .ps-product__title {
    text-align:left;
}

#mobilesearchresultcontent .ps-product {
    padding-left:20px;
}

.ps-product .ps-product__container {
    padding-top:0px;
}

.ps-product .ps-product__title {
    --max-lines: 3;
    font-size: 14px;
    padding: 0;
}

.pricelabel {
    font-size: 1.4rem;
}

.ps-panel--sidebar {
    display: none;
}

.ps-panel--sidebar.active {
    display: block;
}



.navigation {
	background-color: #224b9c !important;
}

.siteinfo-alert {
    background-color: #224b9c !important;
    color: #f5f4fc;
}

a.categorylink.active {
    color: #000000
}

.menu > li > a, 
.navigation__extra > li a, 
.menu--product-categories .menu__toggle span,
.menu--product-categories .menu__toggle i,
.ps-btn,
button.ps-btn {
    color: #f5f4fc;
}

.ps-product .ps-product__title {
    color: #343a40;
}

.header .header__extra:hover i.icon-heart,
.header .header__extra:hover i.fa-shopping-cart,
.header .header__extra:hover i.icon-user,
.header .header__extra:hover i.fa,
.widget_contact-us .widget_content h3,
a:not(.ps-btn):hover,
.navigation--list .navigation__item.active span, .navigation--list .navigation__item.active i,
.ps-product--cart .ps-product__content a:hover,
.ps-product .ps-product__title:hover,
.ps-block--user-header .ps-block__right a:hover,
.ps-my-account-2 .ps-form--account .ps-tab-list li.active a,
.pagination li.active a,
.ps-breadcrumb .breadcrumb a:hover,
.menu--mobile > li.gotobtn > a,
.menu--mobile > li.backbtn > a,
.menu--mobile > li > a.active,
.ps-breadcrumb .breadcrumb a,
.ps-deal-of-day .ps-section__header > a:hover,
.sub-menu > li > a:hover,
.ps-product--wide .ps-product__shopping .ps-product__actions li a:hover,
.menu > li > a:hover,
.ps-form--account .form-forgot > a:hover,
.ps-product--cart-mobile .ps-product__content a:hover,
.ps-block--categories-box .ps-block__item:hover p {
    color: #000000;
}


.ps-widget--account-dashboard .ps-widget__content ul li.active,
.ps-widget--account-dashboard .ps-widget__content ul li a:hover,
.ps-widget--account-dashboard .ps-widget__content ul li.active a,
.pagination li.active a,
.pagination li > a:hover,
.ps-product .ps-product__actions li a:hover,
.ps-block--payment-method .ps-tab-list li.active .ps-btn,
.ps-block--payment-method .ps-tab-list li .ps-btn:hover,
.ps-btn:hover.ps-btn--black,
.ps-btn:active.ps-btn--black,
button.ps-btn:hover.ps-btn--black,
button.ps-btn:active.ps-btn--black,
#back2top:hover,
.menu--product-categories .menu--dropdown > li:hover,
.ps-block--menu-categories .ps-list--menu-cateogories .sub-menu > li > a:hover {
    background-color: #224b9c;
    color: #f5f4fc;
}

.ps-btn:hover.ps-btn--black, .ps-btn:active.ps-btn--black, button.ps-btn:hover.ps-btn--black, button.ps-btn:active.ps-btn--black, #back2top:hover i, .menu--product-categories .menu--dropdown > li:hover > a {
    color: #f5f4fc !important;
}

.form-control:focus, .ps-my-account-2 .ps-form--account .ps-tab-list li.active, .ps-deal-of-day .ps-section__header > a:hover, #back2top:hover, .ps-block--menu-categories .ps-list--menu-cateogories > li.menu-item-has-children:hover > .sub-menu {
    border-color: #224b9c;
}

.navigation__recent-products .owl-slider .owl-item a:hover {
    border-color: #224b9c !important;
}

.ps-btn, button.ps-btn {
    background-color: #224b9c;
}



/******************************************************************************
  Timeline
*******************************************************************************/
.timeline {
  padding: 20px 0;
  position: relative; }
  .timeline:before {
    background-color: #d2d2d2;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 0;
    width: 4px; }
  .timeline .post {
    border: 0 none;
    margin: 0;
    padding: 0 40px 5px 0;
    width: 50%; }
    .timeline .post:last-child, .timeline .post:nth-child(even):last-child {
      padding-bottom: 0; }
    .timeline .post:nth-child(even) {
      margin-left: 50%;
      padding: 0 0 5px 40px; }
      .timeline .post:nth-child(even) .timeline-time {
        left: auto;
        margin: 31px 40px 0 0;
        right: 50%;
        text-align: right; }
      .timeline .post:nth-child(even) .timeline-content:before {
        border: 15px solid transparent;
        border-right-color: #ccc;
        left: -30px;
        right: auto; }
      .timeline .post:nth-child(even) .timeline-content:after {
        border: 14px solid transparent;
        border-right-color: #fff;
        left: -28px;
        right: auto; }
    .timeline .post .timeline-time {
      color: #999;
      left: 50%;
      margin: 31px 0 0 40px;
      position: absolute; }
    .timeline .post .timeline-icon {
      background: #1e1e1e;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      color: #fff;
      font-size: 18px;
      height: 40px;
      left: 50%;
      line-height: 40px;
      margin: 22px 0 0 -20px;
      position: absolute;
      text-align: center;
      width: 40px; }
      .timeline .post .timeline-icon .livicon svg {
        left: 0 !important; }
    .timeline .post .timeline-content {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 3px;
      padding: 46px;
      position: relative; }
      .timeline .post .timeline-content:before, .timeline .post .timeline-content:after {
        border: 15px solid transparent;
        border-left-color: #ccc;
        content: "";
        display: block;
        position: absolute;
        right: -30px;
        top: 26px; }
      .timeline .post .timeline-content:after {
        border: 14px solid transparent;
        border-left-color: #fff;
        right: -28px;
        top: 27px; }
      .timeline .post .timeline-content .video-box:last-child,
      .timeline .post .timeline-content blockquote:last-child {
        margin-bottom: 0; }
      .timeline .post .timeline-content .map-canvas {
        height: 250px; }
      .timeline .post .timeline-content .img-rounded, .timeline .post .timeline-content .img-thumbnail.img-rounded img, .img-thumbnail.img-rounded .timeline .post .timeline-content img, .timeline .post .timeline-content
      .img-thumbnail.img-rounded .bg-images,
      .img-thumbnail.img-rounded .timeline .post .timeline-content .bg-images, .timeline .post .timeline-content .img-thumbnail.img-circle img, .img-thumbnail.img-circle .timeline .post .timeline-content img, .timeline .post .timeline-content
      .img-thumbnail.img-circle .bg-images,
      .img-thumbnail.img-circle .timeline .post .timeline-content .bg-images {
        border-radius: 2px; }
      .timeline .post .timeline-content .entry-title {
        font-size: 18px;
        margin: 0 0 10px; }
      .timeline .post .timeline-content .entry-content {
        margin: 0; }
      .timeline .post .timeline-content.bg {
        background: #ccc;
        color: #fff; }
        .timeline .post .timeline-content.bg .entry-title a,
        .timeline .post .timeline-content.bg blockquote footer,
        .timeline .post .timeline-content.bg blockquote small,
        .timeline .post .timeline-content.bg blockquote .small {
          color: #fff; }
    .timeline .post.no-padding .timeline-content {
      padding: 0; }
    .timeline .post:not(.no-padding) .timeline-content.bg:after {
      display: none; }
    .timeline .post .timeline-content.bg-danger,
    .timeline .post .timeline-content.border-danger {
      border-color: #c10841; }
      .timeline .post .timeline-content.bg-danger:before,
      .timeline .post .timeline-content.border-danger:before {
        border-left-color: #c10841; }
    .timeline .post:nth-child(even) .timeline-content.bg-danger:before,
    .timeline .post:nth-child(even) .timeline-content.border-danger:before {
      border: 15px solid transparent;
      border-right-color: #c10841; }
    .timeline .post .timeline-content.bg-info,
    .timeline .post .timeline-content.border-info {
      border-color: #0098ca; }
      .timeline .post .timeline-content.bg-info:before,
      .timeline .post .timeline-content.border-info:before {
        border-left-color: #0098ca; }
    .timeline .post:nth-child(even) .timeline-content.bg-info:before,
    .timeline .post:nth-child(even) .timeline-content.border-info:before {
      border: 15px solid transparent;
      border-right-color: #0098ca; }
    .timeline .post .timeline-content.bg-warning,
    .timeline .post .timeline-content.border-warning {
      border-color: #f89406; }
      .timeline .post .timeline-content.bg-warning:before,
      .timeline .post .timeline-content.border-warning:before {
        border-left-color: #f89406; }
    .timeline .post:nth-child(even) .timeline-content.bg-warning:before,
    .timeline .post:nth-child(even) .timeline-content.border-warning:before {
      border: 15px solid transparent;
      border-right-color: #f89406; }
    .timeline .post .timeline-content.bg-success,
    .timeline .post .timeline-content.border-success {
      border-color: #738d00; }
      .timeline .post .timeline-content.bg-success:before,
      .timeline .post .timeline-content.border-success:before {
        border-left-color: #738d00; }
    .timeline .post:nth-child(even) .timeline-content.bg-success:before,
    .timeline .post:nth-child(even) .timeline-content.border-success:before {
      border: 15px solid transparent;
      border-right-color: #738d00; }
    .timeline .post .timeline-content.bg-primary,
    .timeline .post .timeline-content.border-primary {
      border-color: #037ac5; }
      .timeline .post .timeline-content.bg-primary:before,
      .timeline .post .timeline-content.border-primary:before {
        border-left-color: #037ac5; }
    .timeline .post:nth-child(even) .timeline-content.bg-primary:before,
    .timeline .post:nth-child(even) .timeline-content.border-primary:before {
      border: 15px solid transparent;
      border-right-color: #037ac5; }



.select2.select2-container.select2-container--default {
    width: 100% !important;
    text-align: left;
}

@media (max-width: 1199px) {
    .select2-selection__clear {
        font-size: 30px;
    }
    
}

.ps-shopping__actions.header__sort .icon-sort-amount-desc, .ps-shopping__actions.header__sort .icon-sort-amount-asc {
    font-size: 30px;
    margin-left: 5px;
    cursor: pointer;
}


.ps-btn.btn-success, button.ps-btn.btn-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

button.btn-md, .btn-md {
    padding: 10px 45px;
}

button:disabled {
    color: rgba(16, 16, 16, 0.3) !important;
    background-color: rgba(239, 239, 239, 1) !important;
    border: 1px solid #bfbfbf !important;
}

.select2 .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.select2 .select2-selection--single .select2-selection__rendered {
    padding: 7px 20px !important;
}

.select2 .select2-selection--single .select2-selection__arrow {
    right:0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    vertical-align: middle;
}

.select2 .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

.select2 .select2-selection--multiple .select2-selection__rendered input {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d !important;
}

.form-control, .form-control + .select2-container--default .select2-selection {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group--nest .ps-btn {
    padding-top: 0;
    padding-bottom: 0;
}

.btn-group-sm>.btn, .btn-sm {
    /*padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    border-radius: .2rem !important;*/

    padding: 0.5rem 1rem !important;
    font-size: 1.3rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.ps-banner--market-4 {
    background: none !important;
    min-height: unset;
}

.ps-banner--market-4 img {
    visibility: visible;
    opacity: 1;
}




.loadingscreen {
    left:0;
    position: absolute;
    color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    z-index:2;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    background: rgba(255,255,255,0.8);
}



#product-filters h4.widget-title {
    margin-bottom:0;
}

#product-filters figure {
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 1px;
}

#topcategorybar .widget_shop {
    padding: 0px 20px;
}


/*
#product-filters .select2-container--default .select2-selection--multiple .select2-selection__rendered,
#product-filters .select2 .select2-selection--single .select2-selection__rendered,
#product-filters .form-control,
#product-filters .form-control + .select2-container--default .select2-selection {
    font-size: 12px;
    padding: 2px 0 0 !important;
}

#product-filters .select2 .select2-selection--multiple .select2-selection__rendered input {
    height: 18px;
    padding: 0px 0px;
}

#product-filters .form-control {
    height: 22px;
    margin-top: 1px;
}

#product-filters .select2 .select2-selection--single .select2-selection__rendered,
#product-filters .form-control  {
    line-height: 15px;
}

#product-filters .select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: -14px;
    font-size: 22px;
    top: 3px;
}

#product-filters .select2 .select2-selection--single {
    outline: none;
    height: 22px;
}

#product-filters .select2 .select2-selection--single .select2-selection__rendered {
    display: flex;
}

#product-filters .select2-container--default .select2-selection--single .select2-selection__placeholder {
    margin-top:2px;
}
*/




    .menu--product-categories .mega-menu {
        display: flex;
        flex-flow: column;
        padding: 0;
    }
    .menu--product-categories .menu--dropdown > li.has-mega-menu .mega-menu {
        min-width: 230px;
    }
    .menu--product-categories .mega-menu .mega-menu__list {
        display:  none;
    }
    .menu--product-categories .mega-menu__column:hover .mega-menu__list {
        display: block;
        position: absolute;
        left: 100%;
        min-width: 230px;
        top: -1px;
        background-color: #fff;
        border: 1px solid #ccc;
    }
    .menu--product-categories .mega-menu__column:hover {
        background-color: #ddd;
    }
    .menu--product-categories .mega-menu__list > li {
        padding: 10px;
    }
    .menu--product-categories .mega-menu__list > li:hover {
        background-color: #ddd;
    }
    .menu--product-categories .mega-menu .mega-menu__column {
        position: relative;
    }
    .menu--mobile .mega-menu {
        padding-left:  30px;
    }
    .ps-list--categories li .sub-menu {
        z-index: auto !important;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .dropdown-submenu:hover > .dropdown-menu{
        display: block;
        left: 100%;
        top: 0;
        
    }

    .menu--dropdown > li {
        font-size: 12px;
    }

    .menu--dropdown > li > a {
        padding: 8px 0;
        width: 100%;
    }

    .menu--dropdown > li i {
        font-size: 18px;
    }

    #navigation-mobile .mega-menu {
        padding-left: 0;
    }
    #navigation-mobile .menu-item-has-children {
        padding-left: 0;
    }

    /*.menu--product-categories:hover > .dropdown-menu, .menu--product-categories:hover > .dropdown-container > .dropdown-menu {
        display:block;
    }*/

    .menu--mobile > li > a:hover {
        padding-left:20px;
    }

    @media (min-width: 1200px) {
        #navigation-mobile, .onlymobile {
            display:none;
        }
    }


