
.product-discount .regular-price {
    font-size: 13px;
    font-weight: 400;
    margin:0;
}

.product-prices {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: left;
    margin: 0;
    padding: 0;
}

.product-prices div {
    margin:0 5px 0 0;
    display: inline-block;
    vertical-align: baseline;
}

.product-prices .discount {
    display: inline-block;
    position: absolute; top: -40px; left: 0;
    width: auto;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 10px;
    color: #000;
    background: #FFD200;
}

.product-prices .tax-shipping-delivery-label {
    display: none;
}

.product-prices .product-discount .regular-price {
    font-size: 18px;
    font-weight: 400;
}
.product-prices .current-price {
    font-size: 36px;
    font-weight: 400;
}

.has-discount .discount {
    padding: 5px;
    margin-left:5px;
}

.product-essentials {
    padding: 0 0 5px;
    margin: 0 0 15px;
    position: relative;
}

.product-page-details .product-brand {
    text-align: right;
    padding: 10px 0;
}
.product-page-details .btn-brand {
    width:45%;
    max-width: 140px;
    display: inline-block;
}
.product-page-details .btn-brand .img {
    max-width:100%;
}

#product-comments-list .btn-comment {
    white-space: normal;
}

.blockreassurance_product {
    flex-direction: column;
    display: flex;
    border-width: 0;
}

.blockreassurance_product div {
    width:100%;
    border: 1px solid #f2f2f2;
    border-width:1px 0 0;
}

@media (min-width: 300px) {
    .blockreassurance_product { 
        flex-direction: row;
        flex-wrap: nowrap;
        border-width: 0;
        margin: 30px 0;
    }

    .blockreassurance_product div {
        width:33%;
        border: 1px solid #f2f2f2;
        border-width: 0 0 0 1px;
        padding: 0 10px;
    }

    .blockreassurance_product div:first-of-type {
        border-width: 0;
    }
}


.product-accordion .card {
    border-width:0;
}

.product-accordion .card-header,
.product-accordion .card-header h4,
.product-accordion .card-header h5 {
    margin: 0;
    padding:0;
    border-width:0;
    background: transparent;
}
.product-accordion .card-header .btn {
    padding: 1.5rem 1.25rem;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    text-align: left;
    background: #f2f2f2;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    border-radius: 10px;
}

.product-accordion .card-header .btn:hover {
    text-decoration: none;
    background: #ececec;
}

.product-accordion .card-body {
    padding:15px 0;
}

@media (min-width: 768px) {
    .product-accordion .card-body {
        padding:2.5rem 2rem;
    }
}

.product-accordion .card-header .btn::after {
    content: "\f063";
    font-family: 'FontAwesome';
    font-size: 1rem;
    position: absolute; top:0; right: 0;
    width: 3.5rem;
    height: 4rem;
    display: block;
    text-align: center;
    line-height: 4rem;
    color: #313131;
    transition: all 0.3s ease-in-out;
}

.product-accordion .card-header .btn[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.product-features + .product-features,
.product-attachments {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .product-features + .product-features,
    .product-attachments {
        margin-top: 50px;
    }
}

.product-features .table {
    display: table;
    width: 100%;
    border-color: #fff;
}

@media (min-width: 1200px) {
    .product-features .table {
        width: auto;
        min-width: 70%; 
    }
}

.product-features .table th {
    background: #ececec;
    border-color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.product-features .table td {
    background: #f2f2f2;
    border-color: #fff;
    color: #313131;
    font-size: 13px;
    font-weight: 400;
}

.col-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}

.product-page-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}

.product-page-col {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
    .product-page-col {
        padding: 15px;
    }
}

.product-page-media .product-page-introduction {
    display: block;
    border: 1px solid #FFD200;
    border-width: 1px 0;
    padding: 15px 0;
    margin:0 0 15px;
}

.product-page-media .product-page-introduction .h3 {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .product-page-media .product-page-introduction {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        border: 1px solid #FFD200;
        padding: 45px 15px;
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .product-page-col.product-page-media,
    .product-page-col.product-page-informations {
        width: 60%;
    }
    .product-page-col.product-page-details {
        width: 40%;
        position: absolute;
        top:0; right:0;
        height:100%;
    }

    .product-page-details-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 75px;
    }
}

@media (min-width: 1200px) {
    .product-page-col.product-page-media,
    .product-page-col.product-page-informations {
        width: 70%;
    }
    .product-page-col.product-page-details {
        width: 30%;
    }
}

@media (min-width: 1400px) {
    .product-page-media {
        display: flex;
        padding:0;
    }

    .product-page-media .page-content {
        width: 60%;
    }

    .product-page-media .product-page-introduction {
        width: 40%;
        display: block;
        border-width: 0;
        padding: 15px 0 15px 15px;
    }

    .product-page-media .product-page-introduction > div {
        margin-bottom: 45px;
    }

}

#main .product-accordion h1.h1,
#main .product-accordion h2.h2,
#main .product-accordion h3.h3 {
    text-transform: none;
}

#product-modal .modal-dialog {
    max-width: 1242px;
}

.product-add-to-cart > .control-label {
    display: none;
}

.product-add-to-cart .product-quantity {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}

.product-add-to-cart .product-quantity .qty,
.product-add-to-cart .product-quantity .add {
    float: none;
    margin:0;
}
.product-variants > .product-variants-item {
    margin: 0 0 15px;
}


.product-quantity #quantity_wanted {
    height: 46px;
    border-radius: 3px 0 0 3px;
}
.product-quantity .btn-touchspin {
    height: 24px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius:0 3px 0 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius:0 0 3px 0;
}

.product-winch-variants {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}

.product-variants .control-label {
    width: auto;
    font-weight: 500;
    font-size: 14px;
}

.btn-winch-variant,
.product-variants .radio-label,
.product-additional-info .cdpcp-compare-btn,
.btn-comment, 
.btn-comment-inverse {
    background: transparent;
    border: 1px solid #313131;
    color: #313131;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    margin:0 10px 10px 0;
}

.product-comments-additional-info {
    margin: 20px 0 0;
}

.product-additional-info .cdpcp-compare-btn, .product-information .cdpcp-compare-btn {
    margin: 15px 0 0 !important;
}

.product-additional-info .cdpcp-compare-btn,
.btn-comment, 
.btn-comment-inverse {
    display: block;
    min-width:70%;
}



.product-additional-info .cdpcp-compare-btn .icon {
    display: none;
}

.product-variants .radio-label {
    margin:0 0 0 10px;
}

.btn-winch-variant:hover,
.input-radio:hover + span,
.product-additional-info .cdpcp-compare-btn.cdpcp-compare-btn--add:hover,
.btn-comment:hover, 
.btn-comment-inverse:hover {
    border-color: #FFD200;
    background: transparent;
    border-width: 1px;
}
.product-additional-info .cdpcp-compare-btn.cdpcp-compare-btn--remove:hover {
    border-color: #000;
    border-width: 1px;
}

span.btn-winch-variant,
span.btn-winch-variant:hover,
.input-radio:checked + span,
.product-additional-info .cdpcp-compare-btn.cdpcp-compare-btn--remove {
    background: #FFD200;
    border-color: #FFD200;
    border-width: 1px;
}

.product-basic-description {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}

.product-basic-description ul {
    list-style-type: disc;
    color: #999999;
    margin:0 0 0 20px;
}

.product-basic-description li {
    color: #313131;
}

.product-basic-description .read-more {
    margin: 0;
    padding: 0;
    text-align: left;
}
.product-basic-description .read-more i {
    margin-right:5px;
}
.product-basic-description .read-more a {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 11px;
}

.blockreassurance_product .item-product {
    margin:0;
    padding:0;
    width: 100%;
    height: auto;
}

.blockreassurance_product .item-product img, 
.blockreassurance_product .item-product svg {
    width: 60px; 
    height: 60px;
}
.item-product svg path {
    fill: #FFD200;
}

@media (min-width: 1024px) {
    .product-actions {
        position: relative;
    }
    .product-actions::after {
        width: calc(100% + 30px);
        height: calc(100% + 30px);
        content: '';
        position: absolute;
        top: -15px;
        left: -15px;
        z-index: -1;
        transform: skew(5deg);
        background: transparent;
        border: 1px solid #FFD200;
    }
    
}

@media (max-width: 1023px) {
    .top_button {
        display: none !important;
    }
}
 
@media (min-width: 1024px) {
    .top_button {
        bottom: 90px;
    }
}

.product-flags {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 15px 0 0;
    padding: 0;
}

.product-flags li.product-flag,
.products .product-miniature .product-flags .discount,
.products .product-miniature .product-flags .on-sale,
.products .product-miniature .product-flags .new {
    position: static;
    top: auto !important;
    left: auto;
    right: auto;
    margin: 0 0 0 10px;
    opacity: 1;
}

.products .product-miniature .secondary-image {
	transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	-moz-transform: none;
}

.product-miniature .cdpcp-compare-btn {
    background: transparent;
    width: auto;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 45px;
    left: auto;
    right: 0;
    margin: 0 !important;
    padding: 5px;
    color: #313131;
    text-align: center;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #f2f2f2;
    line-height: 1;
}
.product-miniature .cdpcp-compare-btn .fa {
    margin: 0;
}
.product-miniature .cdpcp-compare-btn:hover {
    border-color: #FFD200;
    background: transparent;
}
.product-miniature .cdpcp-compare-btn.cdpcp-compare-btn--remove {
    background: #FFD200;
    border-color: #FFD200;
}
.product-miniature .cdpcp-compare-btn.cdpcp-compare-btn--remove:hover {
    border-color: #313131;
}
.product-miniature .cdpcp-compare-btn .text {
    display: none;
}

.pstmodulecustom-container {
    position: relative;
    margin: 0 0 40px;
}

.newsletter-block .psgdpr_consent_message {
    margin-top: 15px;
    font-weight: 300;
}

#cdpcp-go-to-compare-form {
    display: none;
}

#pstblocktopcms .fa {
    margin:0;
    font-size: 26px;
    color: #FFD200;
    vertical-align: middle;
}

/* .top-menu .sub-menu, */
#header .header-top .menu ul li .more_sub_menu li .sub-menu {
    opacity:0;
}

#header .menu > ul > li:hover .sub-menu,
#header .header-top .menu ul li .more_sub_menu li:hover .sub-menu,
.vertical-menu ul > li .sub-menu {
    opacity: 1;
}

.top-menu .sub-menu, 
#header .menu > ul > li:hover .sub-menu {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.vertical-menu ul > li .sub-menu{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;

    opacity: 0;
}

.vertical-menu ul > li:hover .sub-menu{    
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    
    opacity: 1;
}

#header .cart_block {
    max-height: none;
    overflow-y: auto;
    overflow-x: auto;
}

#header .cart_block .cart_block_list {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

#header .cart_block.dropdown-menu {
    display: block;
    opacity: 0.2;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#header .cart_block.dropdown-menu.open,
#header .open .cart_block.dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
		border-radius:5px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
		-moz-border-radius:5px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
}

#search_filters .js-search-filters-clear-all {
    border-width: 0;
    padding: 0;
    margin: 20px 0 0;
    position: relative;
    width: auto;
    color: #313131;
}

#search_filters .js-search-filters-clear-all::after {
    content: '';
    position: absolute; bottom: 5px; left: 0;
    width: 100%;
    height: 1px;
    background: #FFD200;
    transition: all 0.3s ease-in-out;
}

#search_filters .js-search-filters-clear-all:hover {
    color: #313131;
}

#search_filters .js-search-filters-clear-all:hover::after {
    height:100%;
    bottom: 0;
    z-index: -1;
}

.facet .custom-checkbox input[type="checkbox"]:checked + span {
    position: relative;
}

#search_filters .facet input[type="checkbox"]:checked + span .material-icons {
    position: absolute;
    font-size: 30px;
    margin: 0;
    top: -12px;
    left: -3px;
    color: #FFD200;
}

.block-aboutus-image {
    margin: 0;
}

#footer .footer-container {
    text-transform: none;
}

.block-contact .data br {
    display: block;
}

.block-contact .icon {
    display: block;
    line-height: 35px;
}

.footer-bottom {
    text-transform: none;
}

#products .products .product_list.list li.product_item .product-miniature {
    border: 1px solid #f2f2f2;
    border-width: 1px 0 0 0;
    margin: 0 0 15px 0;
    padding: 15px 0;
    width: 100%;
}

.product_list.list .product-miniature .row {
    margin: 0;
    padding: 0;
}

@media (min-width: 1024px) {
    #products .products .product_list.list li.product_item .product-miniature {
        border: 1px solid #f2f2f2;
        margin: 0 0 30px 0;
        padding: 20px;
    }

    .product_list.list .product-miniature .row {
        display: flex;
        align-items: flex-start;
        justify-content: left;
        flex-flow: row nowrap;
    }

    .product_list.list .product-miniature .row .thumbnail-container,
    .product_list.list .product-miniature .row .product-description {
        float: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

    .product_list.list .product-miniature .row .thumbnail-container {
        margin-right:20px;
        flex-shrink: 0;
        width: 250px;
    }
}

.product_list.grid .product-actions-btns {
    display: none;
}

.product_list.list .product-actions-btns {

}

.product_list.list .product-miniature .cdpcp-compare-btn {
    left: auto;
    top: 20px;
    right: 20px;
    line-height: 44px;
    padding:0 15px;
}

.flexslider .slide {
    background-color: #f2f2f2;
}

.slides-container {
    position: relative;
    padding-top:30px;
    padding-bottom: 70px;
}

.slides-container .slide-image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 70%;
    height: 70%;
    opacity: 0.4;
    display: flex;
    align-items: flex-end;
    justify-content: right;
}

.slides-container .adv-frame {
    display: inline-block;
    width: auto;
    border: 1px solid #313131;
    padding: 5px 10px;
    color: #313131;
    font-size: 18px;
    font-weight: 500;
}

.slides-container .adv-title {
    display: block;
    color: #313131;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin: 20px 0 50px;
}

.slides-container .adv-description {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.slides-container .slide-description .btn.btn-primary {
    margin: 30px 0 0;
    background: #FFD200;
    color: #000;
}

.slides-container .slide-description .btn.btn-primary:hover {
    background: #000;
    color: #fff;
}

@media (min-width: 768px) {
    .slides-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .slides-container .slide-image,
    .slides-container .slide-description {
        width: 50%;
        min-height: calc(80vh - 150px);
        display: flex;
        align-items: center;
        justify-content: center;
        position: static;
        top: auto;
        left: auto;
        z-index: auto;
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .slides-container .slide-image {
        width: 60%;
    }

    .slides-container .slide-description {
        width: 40%;
    }
}

.c-block {
    background: #FFD200;
    padding: 20px;
    display: block;
}

.c-block::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px dashed #313131;
}

.c-block .c-icon {
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin: 0 auto 20px;
}

.c-block .c-icon img {
    max-width: 100%;
}

.c-block .c-text .h1 {
    font-size: 20px;
    font-weight: 700;
    color: #313131;
    text-transform: none;
    text-align: center;
}

.c-block .c-description {
    font-size: 14px;
    font-weight: 300;
    color: #666;
}

@media (min-width: 768px) {
    
    .c-block {
        background: #FFD200;
        padding: 40px;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    

    .c-block .c-icon {
        width: 120px;
        height: 120px;
        border-radius: 60px;
        flex-shrink: 0;
        margin: 0;
    }

    .c-block .c-text {
        margin-left: 30px;
    }

    .c-block .c-text .h1 {
        font-size: 32px;
        text-align: left;
    }

    
}

#pstcategorylist-carousel img {
    background: #fff;
}

.product-attachments .attachment a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin:20px 0 0;
}
.product-attachments .attachment a > i {
    font-size: 30px;
    margin-right:20px;
    color: #313131;
}
.product-attachments .attachment a > i.fa-file-pdf-o {
    color: #FA0F00;
}

.product-attachments .attachment .attachment-title {
    font-size: 16px;
    font-weight: 400;
    color: #313131;
    display: block;
}
.product-attachments .attachment .attachment-c2a {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    display: block;
    margin: 0;
}

.product-attachments .attachment a:hover > i {
    color: #FFD200;
}
.product-attachments .attachment .attachment-title,
.product-attachments .attachment .attachment-c2a {
    color: #000;
}

.purchase-by-phone {
    margin: 20px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.purchase-by-phone .h4 {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    width: 100%;
    flex-shrink: 0;
}
.purchase-by-phone .phone {
    font-size: 28px;
    font-weight: 700;
    color: #313131;
}

.purchase-by-phone .open {
    font-size: 13px;
    font-weight: 300;
    color: #666;
}

.purchase-by-phone .open.online i {
    color: #63c51c;
}

.purchase-by-phone .open.offline i {
    color: #dddddd;
}

.delivery-option img {
    max-width: 100%;
}

#pstpaymentcmsblock img {
    width: auto;
    height: auto;
    max-width: 100%;
}

body#checkout section.checkout-step .payment-options .payment-option {
    display: flex;
    align-items: center;
}

body#checkout section.checkout-step .payment-options label {
    margin: 0;
    cursor: pointer;
    min-height: 50px;
    line-height: 50px;
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-top: 0;
}

body#checkout .additional-information {
    margin: 0.75rem 0 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    border-radius: 15px;
}

@media (min-width: 768px) {
    #pstcategorylist .customNavigation {
        top: -30px;
    }
}

@media (max-width: 767px) {
    #pstcategorylist .customNavigation {
        position: static;
        z-index: auto;
        top: auto;
        left: auto;
        right: auto;
    }

    #pstcategorylist .customNavigation .prev,
    #pstcategorylist .customNavigation .next {
        position: absolute;
        top: 80px;
        left: 10px;
        z-index: 959;
        color: #000;
        background-image: url("../img/themeimage/pst-prod-prev-hover.svg"); 
    }

    #pstcategorylist .customNavigation .next {
        left: auto;
        right: 10px;
        background-image: url("../img/themeimage/pst-prod-next-hover.svg"); 
    }
}

#pst_serviceblock .pst-service-item:nth-child(1) .pst-image-icon,
#pst_serviceblock .pst-service-item:nth-child(1):hover .pst-image-icon,
#pst_serviceblock .pst-service-item:nth-child(1) .pst-image-icon:hover {
    background-image: url(../img/icons/shipping.png);
    background-size: contain;
    filter: none;
}


#feature-grid .cdpcp-compare-btn,
#feature-carousel .cdpcp-compare-btn,
#pstbestseller-carousel .cdpcp-compare-btn,
#bestseller-grid .cdpcp-compare-btn {
    display: none;
}

.feature-products .small-products-image img,
.bestseller .small-products-image img {
    border-radius: 10px;
}

.custom-checkbox label em {
    font-weight: normal;
}

@media (min-width: 992px) {
    #pstcategory-48 .sub-menu {
        top: -200px !important;
    }
    
    #pstcategory-48 .sub-menu::before {
        top: 212px;
    }
    
    #pstcategory-48 .top-vertical-menu {
        max-height: 400px;
        overflow-y: auto;
    }
}

.product-variants #group_6 .radio-label {
    margin: 10px 0 0 0;
}