/** Shopify CDN: Minification failed

Line 477:7 Expected ":"

**/
/**********************************************************************************
    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: #000;
}

.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;
}



/**********************************************************************************
    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%;
  background-color: rgba(35,35,35,.8);
}



/**********************************************************************************
    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%;
  	top: 11px;
    max-height: 770px;
    overflow-y: auto;
    bottom: 81px;
}

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

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

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

.cm-grid__item {
	width: 25%;
	display: inline-block;
	margin: 15px;
	padding: 15px;
}

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

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

@media (max-width: 479px) {
  .popup-wishlist-full__content .js-store-lists-clear-wishlist {
     	width: 100%; 
   }
}

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



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

.cm-title {
  	font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    letter-spacing: 0.6px;
}

.cm-grid__item .price {
	font-size: 14px;
	font-weight: 500;
	color: var(--color-base-accent-1);
}

.cm-price span.money {
    font-size: 14px;
    line-height: 20px;
  	color: #000000;
  	font-weight: 500
}


/**********************************************************************************
*    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;
    color: #69727b;
}


/******************************************
*
* 	wishlist button
*	compare button
*
*/
.cm-compare-button, .cm-wishlist-button{
	color : #000;
}

.cm-compare-button, .cm-wishlist-button, .login {
	display: block;
	position: relative;
	z-index: 9;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 13px;
	font-weight: 500;
}
.login{
  float: none;
  width=100%;
}

.disclosure__list li a:hover {
	color: var(--color-base-accent-2);
}


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

}

.cm-compare-button svg, .cm-wishlist-button svg {
fill: #000;
height: 20px;
width: 20px;
float: left;
}
@media(max-width: 479px) {
  .cm-wishlist-icon::before, .cm-compare-icon::before { display: none; }
  .cm-wishlist-counter, .cm-compare-counter {
   	min-width: auto; 
  }
}

.cm-wishlist-counter, .cm-compare-counter {
	position: relative;
	font-size: 11px;
	font-weight: 400;
	line-height: 17px;
	text-align: center;
	background: #303030;
	color: #fff;
	border-radius: 50%;
	padding: 0 5px;
	float: left;
	margin-top: 9px;
	height: 17px;
	width: 17px;
	margin-left: 1px;
}

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


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



/********************************** BY WD ******************************/
.popup-wishlist__head h5 {
font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.popup-wishlist__head h5 span {
    font-size: 14px;
    margin-left: 5px;
}

.popup-wishlist__head {
    margin-bottom: 20px;
}

.product-store-lists__title a {
    font-size: 13px;
    letter-spacing: 0.4px;
    color: #000;
  	
}

.product-store-lists__price {
 	margin: 5px 0 !important; 
}

.product-store-lists__price .price {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}

.popup-wishlist__content {
    padding-top: 5px;
    border-top: 1px solid #e5e5e5;
}

.cm-grid__item a img {
    display: block;
}

.compare table tr td h4 {
    font-size: 15px;
    color: #000;
  
}
