
/*LIST ITEM IN FLOATING CART*/
.mstwfcwpb-items{
    overflow: hidden;
    position: relative;
    margin: 10px 0px !important;
    padding: 0px !important;
    list-style-type: none;
    color: #666666;
    clear: both;
}
.mstwfcwpb-items .mstwfcwpb-item{
    clear: both;
    margin: 15px 0px;
    display: grid;
}
.mstwfcwpb-items .mstwfcwpb-item:not(:last-child){
    margin-bottom: 26px;
    padding-bottom: 10px;
    border-bottom: 2px dashed #cccccc;
}
.mstwfcwpb-items .mstwfcwpb-item:first-child {
    padding-top: 0px;
    margin-top: 0px;
}
.mstwfcwpb-items .mstwfcwpb-item:last-child {
    border-bottom: none;
}
.mstwfcwpb-items span.mstwfcwpb-item-quantity-price {
    font-size: 14px;
    opacity: 0.6;
}
.mstwfcwpb-item a{
    text-decoration: none;
    outline: none;
}
.mstwfcwpb-item .mstwfcwpb-item-thumb {
    display: inline-block;
    float: left;
    width: 70px;
    max-height: 70px;
    overflow: hidden;
    border-radius: 5px;
}

img.mstwfcwpb-remove-item {
    background-color: #f90c0c;
    position: absolute !important;
    padding: 6px !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: none;
}
.mstwfcwpb-items.impreza .mstwfcwpb-quantity-wrapper.mstwfcwpb-qty-style-2 {
    text-align: center;
    line-height: 2;
}
.mstwfcwpb-items.impreza .mstwfcwpb-item-details .mstwfcwpb-item-price{
    font-size: 14px !important;
}
.mstwfcwpb-cart-item-data dl.tc-epo-metadata{
    font-weight: 400;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    line-height:unset;
}
.mstwfcwpb-cart-item-data dl dd {
    margin: 5px 0px !important;
    padding: 0px;
}
.mstwfcwpb-cart-item-data dl dt.tc-hidden-variation{
    display: none;
}
.mstwfcwpb-cart-item-data dl dd p {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height:unset;
    text-transform: capitalize;
}
.mstwfcwpb-items .mstwfcwpb-item:hover img.mstwfcwpb-remove-item{
    display: block;
}
img.mstwfcwpb-remove-item:hover{
    background-color: #616161;
}
.mstwfcwpb-items.starbella .mstwfcwpb-item-details,
.mstwfcwpb-items.journo .mstwfcwpb-item-details,
.mstwfcwpb-items.dt-the7 .mstwfcwpb-item-details,
.mstwfcwpb-items.dessau .mstwfcwpb-item-details,
.mstwfcwpb-items.custom-made .mstwfcwpb-item-details{
    width: 75% !important;
}
.mstwfcwpb-item-details{
    position: relative;
    display: inline-block;
    float: right;
    width: calc( 100% - 70px);
    padding: 0 0 0 1em;
}
.mstwfcwpb-item-details .mstwfcwpb-item-name a:not(.button){
    color: #2b3e51;
    font-weight: inherit;
}

.mstwfcwpb-item-details .mstwfcwpb-item-name a:not(.button):hover{
    text-decoration: underline;
}

.mstwfcwpb-item-details .mstwfcwpb-item-name{
    width: 70%;
    display: inline-block;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 1;
    font-size: inherit;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
}
.mstwfcwpb-clearfix{
    overflow: hidden;
    display: block;
    width: 100%;
    height: 0;
}
.mstwfcwpb-item-quantity{
    position: relative;
    float: left;
    color: #808b97;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mstwfcwpb-item-details .mstwfcwpb-item-price{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
    float: right;
    width: 30%;
    text-align: right;
}
.mstwfcwpb-qty-style-1.mstwfcwpb-quantity-wrapper {
	float: left;
}

.mstwfcwpb-qty-style-1.input.mstwfcwpb-number-qty {
	font-family: 'HelveticaNeueCyr-Roman';
	font-size: 14px;
	float: left;
	height: 32px;
	width: 83px;
	border-left: 1px solid #a4a4a3;
	border-right: 1px solid #a4a4a3;
	background-color: #fff;
	text-align: center;
}
.mstwfcwpb-quantity-wrapper span.mstwfcwpb-minus.mstwfcwpb-disable,
.mstwfcwpb-quantity-wrapper .mstwfcwpb-number-qty.mstwfcwpb-disable{
    cursor: not-allowed;
    pointer-events: none;
    color: #c0c0c0;
}
.mstwfcwpb-quantity-wrapper.mstwfcwpb-qty-style-2 span.mstwfcwpb-minus.mstwfcwpb-disable:before,
.mstwfcwpb-quantity-wrapper.mstwfcwpb-qty-style-2 span.mstwfcwpb-minus.mstwfcwpb-disable:after{
    background-color: #cfdce3 !important;
}
.mstwfcwpb-popup-content.mstwfcwpb-disable,
.mstwfcwpb-popup-header.mstwfcwpb-disable,
.mstwfcwpb-footer-wrapper.mstwfcwpb-disable{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}
.mstwfcwpb-qty-style-1.mstwfcwpb-quantity-wrapper span  {
	font-size: 24px;
	text-align: center;
	display: block;
	width: 35px;
	float: left;
    height: 32px;
    line-height: 32px;
	background-color: #f4f4f6;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.mstwfcwpb-qty-style-1.mstwfcwpb-quantity-wrapper span:hover {
	background-color: #d7d7d8;
}

.mstwfcwpb-qty-style-1.mstwfcwpb-quantity-wrapper input {
    border: none;
    box-shadow: none;
    border-radius: none;
	float: left;
	width: 50px;
	height: 32px;
	text-align: center;
	font-family: 'helveticaneuecyrbold';
}
.mstwfcwpb-qty-style-1.mstwfcwpb-quantity-wrapper input:focus {
    outline: none;
}


.mstwfcwpb-quantity-wrapper.mstwfcwpb-qty-style-2 {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    height: 40px;
    width: 150px;
    float: left;
}
.mstwfcwpb-quantity-wrapper.mstwfcwpb-qty-style-2 span {
    width: 30%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}
.mstwfcwpb-quantity-wrapper.mstwfcwpb-qty-style-2 span:before,
.mstwfcwpb-quantity-wrapper.mstwfcwpb-qty-style-2 span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}
.mstwfcwpb-quantity-wrapper.mstwfcwpb-qty-style-2 span.mstwfcwpb-plus:after {
    transform: rotate(90deg);
}
.mstwfcwpb-quantity-wrapper.mstwfcwpb-qty-style-2 span.mstwfcwpb-minus:hover,
.mstwfcwpb-quantity-wrapper.mstwfcwpb-qty-style-2 span.mstwfcwpb-plus:hover{
    cursor: pointer;
}
.mstwfcwpb-quantity-wrapper.mstwfcwpb-qty-style-2 input {
    float: left;
    width: 40% !important;
    height: 40px !important;
    border: none !important;
    text-align: center;
    background: none !important;
    box-shadow: none !important;
}
.mstwfcwpb-quantity-wrapper.mstwfcwpb-qty-style-2 input:focus{
    box-shadow: none;
    outline: none ;
    background: none ;
}
/**********************************************/
.mstwfcwpb-cross-sells-columns-2 .mstwfcwpb-cross-sell-heading{
    font-size: 1.5em
}
.mstwfcwpb-cross-sells-columns-2 h2{
    font-size: 16px !important;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 10px 0px !important;
}
.mstwfcwpb-cross-sells-columns-2 .products{
    display: grid !important;
    grid-template-columns: repeat(2,1fr) !important;
    column-gap: 20px !important;
}
.mstwfcwpb-cross-sells-columns-2 .products .product{
    display: flex !important;
    flex-direction: column !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    position: relative !important;
}
.mstwfcwpb-cross-sells-columns-2 a.add_to_cart_button{
    font-size: 12px !important;
}
.mstwfcwpb-cross-sells .mst_wfcpr {
	margin-bottom: 15px;
}
.mstwfcwpb-cross-sells .mst_wfcpr_title_container {
	border-bottom: solid 1px #f9f1f1;
}
.mstwfcwpb-cross-sells .mst_wfcpr_title {
	font-size:1.5em !important;
	margin-bottom: 5px;
	margin-top: 8px
}
.mstwfcwpb-cross-sells .mst_wfcpr_price span.price{
	font-size:14px;
	margin: 0 auto;
	display: block;
}
.mstwfcwpb-cross-sells .mst_wfcpr_carousel.mst_wfcpr_slider{
	display: grid !important;
    grid-template-columns: repeat(2,1fr) !important;
    column-gap: 20px !important;
}
.mstwfcwpb-cross-sells .mst_wfcpr_item {
	display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    position: relative;
	padding-bottom: 25px;
}
.mstwfcwpb-cross-sells .mst_wfcpr_slider_container {
	padding-top: 13px
}
.mstwfcwpb-cross-sells .mst_wfcpr_image img {
	display: block;
	max-width: 100%
}
.mstwfcwpb-cross-sells .mst_wfcpr_image img:hover{
    opacity: 0.6;
}
.mstwfcwpb-cross-sells .mst_wfcpr_content.text-center {
    text-align: center;
	padding: 5px 0px 15px 0px;
	width: 100% !important;
}
.mstwfcwpb-cross-sells .mst_wfcpr_content .mst_wfcpr_meta li.category {
	list-style-type: none;
}
.mstwfcwpb-cross-sells .mst_wfcpr_content .mst_wfcpr_meta li.category a {
    color: #999999;
	font-size: 14px;
}
.mstwfcwpb-cross-sells .mst_wfcpr_name h2 {
	font-size: 16px !important;
}
/**********************************/
.mstwfcwpb-notice .woocommerce-message {
    padding: 20px;
    background-color: #f44336;
    color: white;
    position: fixed;
    top: 0;
    z-index: 99999;
  }
  
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    color: black;
  }
/*Mobile*/
@media only screen and (max-width: 600px) {
    .mstwfcwpb-cross-sells ul.products li.product{
        width: 100% !important;
        max-width: 100% !important;
        flex: unset;
    }
  
}
  /*Tablet*/
@media only screen and (max-width: 900px) and (min-width: 768px) {
    .mstwfcwpb-cross-sells ul.products li.product{
        width: 46% !important;
        max-width: 46% !important;
        margin-right: 7% !important;
        flex: unset;
    }
    .mstwfcwpb-cross-sells ul.products li.product:nth-child(3n):nth-child(odd){
        margin-right: 7% !important;
        clear: both;
    }
    .mstwfcwpb-cross-sells ul.products li.product.first:nth-child(2n){
        clear: unset !important;
    }
    .mstwfcwpb-cross-sells ul.products li.product:nth-child(2n){
        margin-right: 0% !important;
    }
}