/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#header .header-nav {
    background: #009cd5;
    background: -moz-linear-gradient(left, #009cd5 0%, #6ac8e8 32%, #7dcde9 50%, #6ac8e8 67%, #009cd5 100%);
    background: -webkit-linear-gradient(left, #009cd5 0%, #6ac8e8 32%, #7dcde9 50%, #6ac8e8 67%, #009cd5 100%);
    background: linear-gradient(to right, #009cd5 0%, #6ac8e8 32%, #7dcde9 50%, #6ac8e8 67%, #009cd5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009cd5', endColorstr='#009cd5', GradientType=1);
}
#header .header-nav a {
    color: #fff;
}
#header .dropdown-menu a {
    color: #000;
}

#search_widget form input {
    padding: 7px 15px 7px 40px;
    border-radius: 2px;
    height: 34px;
}
@media only screen and (min-width: 768px) {
    #search_widget {
        margin-top: 0;
        padding-top: 0.45rem;
        margin-bottom: 0;
        padding-bottom: 0.45rem;
    }
    #header #_desktop_language_selector {
        margin-left: 2.5rem;
        margin-bottom: 0.45rem;
    }
}
@media only screen and (min-width: 992px) {
    #header .container-fluid {
        padding-left: 2rem;
    }
}
#header .header-nav .language-selector {
    margin-top: 0;
    padding-top: 0.9rem;
    margin-bottom: 0;
    padding-bottom: 0.45rem;
}
#header .header-nav .user-info {
    margin-top: 0;
    padding-top: 0.9rem;
    margin-bottom: 0;
    padding-bottom: 0.45rem;
}
#header .dropdown .expand-more {
    color: #fff;
}
#header .slogan {
    float: left;
    color: #FFF;
    padding-top: 0.9rem;
    padding-left: 0;
}
#header .pslogotop {
    float: left;
    position: relative;
    top: 0.25rem;
}
#_desktop_logo {
    position: relative;
    top: -0.2rem;
}
#_desktop_cart .header > a {
    padding: 0.625rem 1rem;
    background: #009cd5;
    display: block;
    font-weight: bold;
    color: #ECECEC;
    text-shadow: none;
    overflow: hidden;
    white-space: nowrap;
}
.footer-container {
    background: #009cd5;
    background: -moz-linear-gradient(left, #009cd5 0%, #6ac8e8 32%, #7dcde9 50%, #6ac8e8 67%, #009cd5 100%);
    background: -webkit-linear-gradient(left, #009cd5 0%,#6ac8e8 32%,#7dcde9 50%,#6ac8e8 67%,#009cd5 100%);
    background: linear-gradient(to right, #009cd5 0%,#6ac8e8 32%,#7dcde9 50%,#6ac8e8 67%,#009cd5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cd5', endColorstr='#009cd5',GradientType=1 );
}
.footer-ps-logo a {
    color: #000;
    font-size: 0.8rem;
}
#footer {
    border-top: 1px solid #e3e3e3;
    box-shadow: 0 0 10px #e3e3e3;
}
#footer .footer-copyright-wrp {
    border-top: 1px solid white;
    margin-top: 3rem;
    margin-bottom: 0.8rem;
    padding-top: 1rem;
}
#footer .footer-copyright-wrp p {
    margin-bottom: 0;
    padding-top: 0.5rem;
}
#footer .footer-copyright-wrp a {
    color: #fff;
    font-size: 0.8rem;
}
.footer-container li a {
    color: #fff;
}
#footer .links .h1, #footer .links .h2, #footer .links .h3, #footer .links .h4,
#footer .links .h1 a, #footer .links .h2 a, #footer .links .h3 a, #footer .links .h4 a {
    color: #fff;
}
#header, #header .header-top {
    background: #fafafa;
}
#search_widget form input {
    background: #fafafa;
}
@media (min-width: 1200px) {
    #_desktop_top_menu {
        margin-left: 11%;
    }
}
#pst-home-wrp .featured-products .product {
    display: flex;
    justify-content: space-around;
}
#pst-home-wrp .featured-products .products {
    justify-content: space-around;
}
#pst-home-wrp a:focus,
#pst-home-wrp a:hover,
#pst-home-wrp a:active
{
    outline: none;
}
#pst-home-wrp .slick-arrow {
    width: 30px;
    height: 60px;
    background: none;
    color: #0e90d2;
    font-size: 5rem;
    cursor: pointer;
    line-height: 53px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 36%;
    z-index: 2;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-family: Arial, sans-serif;
}
#pst-home-wrp .slick-arrow:hover {
    opacity: 1;
}
#pst-home-wrp .slick-arrow.slick-disabled {
    color: #ccc;
}
#pst-home-wrp .slick-arrow.slick-disabled:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0.7;
    cursor: default;
}
#pst-home-wrp .slick-arrow-prev {
    left: 0;
}
#pst-home-wrp .slick-arrow-next {
    right: 0;
}
@media (min-width: 1290px) {
    #pst-home-wrp .slick-arrow-prev {
        left: -40px;
    }
    #pst-home-wrp .slick-arrow-next {
        right: -40px;
    }
}
#pst-home-wrp .psh-btn-more {
    background-color: #e9e9e9;
    transition: background-color 0.3s;
}
#pst-home-wrp .psh-btn-more:hover {
    background-color: #fff;
}
#pst-home-wrp .psh-block {
    margin-bottom: 50px;
}
#product .comment_reply_btn {
    background: none;
    font-style: italic;
    border-bottom: 1px dashed;
    font-weight: normal;
    display: inline-block;
    color: #929292;
    font-size: 0.9rem;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}
#product .product-comment-list-item {
    position: relative;
}
#product .product-attachments {
    background: white;
    padding: 1rem;
}
#checkout .form-control-comment {
    display: none;
}
#checkout .form-control-label.required::after {
    content: '*';
    color: red;
}
#checkout .form-control-label.required[for=field-psgdpr]::after,
#checkout .form-control-label.required[for=field-customer_privacy]::after {
    display: none;
}
#top-menu {
    position: relative;
}
#pst_cookie_alert .pull-right {
    float: right;
}
#pst_cookie_alert p {
    text-align: center;
}
#pst_cookie_alert .btn-secondary {
    text-transform: none;
    color: #747474;
}
#product .social-sharing {
    justify-content: center;
}
@media (max-width: 767px) {
    #product .social-sharing {
        margin-top: 0.5rem;
        margin-bottom: 1.5rem;
    }
}
#product .product-prices div {
    margin-bottom: 0;
}
#product .product-prices {
    margin-bottom: 0;
    background: white;
    padding: 1rem;
}
#product .product-price.h5 {
    font-size: 1.5rem;
}
#product .product-features .h6 {
    display: none;
}
.product-miniature .product-title {
    min-height: 39px;
    max-width: 240px;
}
#category .block-category {
    min-height: 0;
}
.alert ul {
    margin-bottom: 0;
}
#product .product-prices .prices-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#product .product-prices .prices-wrp > div {
    width: 50%;
}
#product .product-description {
    background: white;
    padding: 1rem;
}
#product .product-description p:last-child {
    margin-bottom: 0;
}
#product .tabs {
    padding: 1rem;
}
#product .product-prices .psproductcountdown {
    box-shadow: none;
    border: 1px dashed #ccc;
}
#product .product-prices .has-discount .discount {
    vertical-align: top;
    margin-left: 0;
}
#product .product-prices .has-discount .current-price-value {
    margin-right: 0.6rem;
}
#product .pcmnt-raty-avg {
    display: inline-block;
    position: relative;
    top: -1px;
}
#product .modal .image-caption {
    display: none;
}
@media (min-width: 576px) {
    .modal-dialog {
        margin: 0 auto;
        max-width: 760px;
    }
}
@media (max-width: 991px) {
    #product-modal .modal-content .modal-body img.product-cover-modal {
        height: auto;
    }
}
@media (max-width: 1299px) {
    #product-modal .modal-content .modal-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        align-items: center;
    }
    #product-modal .modal-content .modal-body .product-images {
        margin-left: 0;
    }
}
.modal figure {
    position: relative;
}
.modal .close {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 3rem;
}
.modal .close,
.modal .close:focus,
.modal .close:active {
    outline: none;
}
#header .header-nav #menu-icon .material-icons {
    color: #fff;
}
#checkout .pswd-gen-wrp {
    margin-top: -10px;
    margin-bottom: 5px;
}
#checkout .gen-password {
    font-size: 0.8rem;
    text-decoration: none;
    border-bottom: 1px dashed;
    display: inline-block;
    position: relative;
    top: -2px;
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
    top: -2.5rem;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
    bottom: -0.7rem;
}
#product-modal .modal-content .modal-body .mask {
    max-height: 58.78rem;
    margin-top: 1.5rem;
}
#header .header-nav .user-info .account {
    margin-left: 0;
    margin-right: 0.75rem;
}
#header .header-nav .user-info .logout {
    margin-left: 0.75rem;
}
#header .header-nav .user-info .logout i {
    font-size: 20px;
    position: relative;
    top: -2px;
}
#header .header-nav .user-info .acc-separator {
    color: #fff;
}

.image-loading {
    background: white;
    position: relative;
}

.image-loading::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: white;
    opacity: 0.6;
}
.image-figure::after {
    content: '';
    opacity: 0;
    transition: opacity 0.4s;
    transition-delay: 0.2s;
}
.image-loading::after {
    opacity: 1;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: 5px solid #e1e1e1;
    border-top-color: #333;
    animation: loading 0.5s linear infinite;
}

@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#product h1.h1 {
    text-transform: none;
}
#product .product-description * {
    color: #444;
}
#header .menu>ul>li {
    margin: 0 0.5rem;
}
#_desktop_top_menu .popover.sub-menu {
    top: auto;
}
.contact-rich .block .data-company {
    height: 2rem;
    line-height: 2rem;
}
#footer .block_newsletter .psgdpr_consent_message {
    font-size: 0.7rem;
}
body .product-miniature .thumbnail-container .product-thumbnail {
    height: auto;
}
#pst-home-wrp h1 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
}
#pst-home-wrp h2 {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}
#footer .footer-ps-logo a img {
    margin-bottom: 1rem;
}
#footer .footer-ps-logo a span {
    color: white;
    text-align: center;
    display: block;
    max-width: 12rem;
}
@media (max-width: 767px) {
    #footer .footer-ps-logo {
        display: none;
    }
}