/**********************************************************************************
    Global
 */

.p {
    font-size: 13px;
    line-height: 17px;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-none-important{
    display: none !important;
}

.d-none {
    display: none !important;
}

.fixed-stretch {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-center {
    justify-content: center !important;
    align-items: center !important;
}

.scroll-offset-example {
    position: fixed;
    /*@include size(50px);*/
    overflow-y: scroll;
    visibility: hidden;
    pointer-events: none;
    left: 0;
    bottom: -100%;
}

.align-items-center {
    align-items: center !important;
}

.pb-30, .py-30 {
    padding-bottom: 30px !important;
}

.pt-30, .py-30 {
    padding-top: 30px !important;
}

.pl-15, .px-15 {
    padding-left: 15px !important;
}

.pr-15, .px-15 {
    padding-right: 15px !important;
}

.pl-20, .px-20 {
    padding-left: 20px !important;
}

.pr-20, .px-20 {
    padding-right: 20px !important;
}

.m-0 {
    margin: 0 !important;
}

.mr-15, .mx-15 {
    margin-right: 15px !important;
}

.mb-3, .my-3 {
    margin-bottom: 3px !important;
}

.mb-10, .my-10 {
    margin-bottom: 10px !important;
}

.mb-15, .my-15 {
    margin-bottom: 15px !important;
}

.mb-20, my-20 {
    margin-bottom: 20px !important;
}

.mt-10, .my-10 {
    margin-top: 10px !important;
}

.mt-20, .my-20 {
    margin-top: 20px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width: 541px) {
    .w-sm-auto {
        width: auto !important;
    }
}

@media (min-width: 541px) {
    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

.btn-link, .btn-link:visited, .btn-link:active, .btn-link:link {
    color: #858585;
}

.btn-link {
    text-decoration: underline;
    cursor: pointer;
}

.btn--full {
    width: 100%;
}

.cm-border-bottom {
    border-bottom: 1px solid transparent !important;
}

.cm-border-bottom {
    border-bottom-color: #e5e5e5 !important;
}

.price {
    color: #141414;
}

.price {
    font-size: 17px;
}

.cm-link,
.cm-link span {
    cursor: pointer;
}



/**********************************************************************************
    Button
  */

.btn--status:not([data-button-status='added']) [data-button-content='added'] {
    display: none !important;
}

.btn--status[data-button-status='added']>*:not([data-button-content='added']) {
    display: none !important;
}



/**********************************************************************************
    Popup
  */

.popup {
    overflow-y: auto;
    z-index: 10000;
}

.popup__bg {
    top: -100px;
    bottom: -100px;
    opacity: 0.5;
}

.popup__bg {
    background-color: #141414;
}

.popup__content {
    min-height: 100%;
}



/**********************************************************************************
    Wishlist
  */

.popup-wishlist {
    width: 270px;
    max-width: 100%;
}

.popup-wishlist,
.popup-wishlist-full,
.popup-compare-full,
.popup-confirm-transfer-data {
    background-color: #fff;
}

.product-store-lists__image {
    width: 60px;
    min-width: 60px;
}

.product-store-lists__content {
    font-size: 13px;
    line-height: 17px;
}



/**********************************************************************************
*
* Compare
*
*/

.compare__item {
    max-width: 200px;
    min-width: 200px;
    padding-left:10px;
    padding-right:10px;
}

.compare__item .cm-price {
    margin-bottom: 0;
}



/**********************************************************************************
    Wishlist - full
  */

.popup-wishlist-full,
.popup-compare-full {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 541px) {
    .popup-wishlist-full,
    .popup-compare-full {
        width: 90%;
    }
}

.wishlist .page-width,
.compare .container {
    max-width: 1200px;
    margin: 0 auto;
}

.cm-grid {
    margin: 70px 0 0 0;
    padding: 0;
}

.cm-grid__item {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

@media (max-width: 450px) {
    .cm-grid__item {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .cm-grid__item {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
    }
}

@media (max-width: 1024px) {
    .cm-grid__item {
        width: 33%;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
    }
}



/**********************************************************************************
*    Product
*/

.cm-title {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
}

.cm-price {
    font-size: 16px;
    margin-bottom: 50px;
}


/**********************************************************************************
*    Confirm
*/
.popup-confirm-transfer-data__close {
    top: 20px;
    right: 20px;
}



/**********************************************************************************
    Compare
*/

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.compare table {
    overflow-x: auto
}

@media (max-width: 777px) {
    .compare td {
        padding-left: 10px;
        padding-right: 0
    }
}

.compare__title {
    max-width: 170px;
    min-width: 170px
}

@media (max-width: 777px) {
    .compare__title:first-child {
        display: none
    }
}

@media (min-width: 778px) {
    .compare__title:last-child h4 {
        font-size: 0
    }
}

@media (max-width: 777px) {
    .compare__items {
        padding: 10px;
    }
}

.compare__item {
    max-width: 200px;
    min-width: 200px
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}

@media (min-width: 1025px) {

    .d-lg-none {
        display: none !important;
    }

}

.compare table td.compare__title {
    vertical-align: top;
    text-transform: uppercase;
    color: #69727b;
}


/******************************************
*
* 	wishlist button
*	compare button
*
*/

.cm-wishlist-button,
.cm-compare-button {
    display: block;
    position: fixed;
    border: solid 1px #e0e0e0;
    border-radius: 2px;
    background-color: #ffffff;
    z-index: 9999;
    padding: 23px;
    width: 100px;
    height: 100px;
    right: 10px;

    bottom: 50%;
}

/* .cm-wishlist-button {
  margin-bottom: -110px;
} */

.cm-wishlist-button a,
.cm-compare-button a {
    display: block;
}

.cm-wishlist-icon,
.cm-compare-icon {
    position: relative;

}

.cm-wishlist-icon::before,
.cm-compare-icon::before {
    min-width: 20px;
    min-height: 20px;
    content: " ";
    background-color: #f54337;
    position: absolute;

    border-radius: 10px;
    top: -3px;
    right: -5px;
}

.cm-wishlist-counter,
.cm-compare-counter {

    position: absolute;

    top: -5px;
    right: -5px;

    display: flex;
    justify-content: center;
    align-items: flex-start;

    /*   background-color: #f54337; */
    color: #ffffff;

    /*   padding-left: 5px;
      padding-right: 5px; */
    font-size: 14px;
    line-height: 20px;
    min-width: 20px;
    text-align: center;

}


/* .cm-wishlist-counter[data-js-wishlist-count='0'],
.cm-compare-counter[data-js-compare-count='0'] {
    display: none !important;
} */


/******************************************
*
* 	compare button
*
*/

.cm-compare-button {
    margin-bottom: -110px;
}