﻿ul.tabs {
    padding: 7px 0;
    font-size: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
}

ul.tabs li {
    display: inline;
    margin: 0 3px 0 0;
}

ul.tabs li a {
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #CCC;
    border-bottom-color: #B7B7B7;
    color: #000;
    background: #F0F0F0 0 0 repeat-x;
    border-radius: 3px 3px 0 0;
    outline: none;
}

ul.tabs li a:visited {
    color: #000;
}

ul.tabs li a:hover {
    border: 1px solid #B7B7B7;
    background: #F0F0F0 0 -36px repeat-x;
}

ul.tabs li.selected a, ul.tabs li.selected a:hover {
    position: relative;
    top: 0;
    font-weight: bold;
    background: white;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;
}

ul.tabs li.selected a:hover {
    text-decoration: none;
}

div.tabcontents {
    border: 1px solid #B7B7B7;
    padding: 30px;
    background-color: #FFF;
    border-radius: 0 3px 3px 3px;
}

.wishlist_move {
    padding-top: 12px;
}

#loadingmask {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 999;
}

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
}

.wltable {
    padding-top: 30px;
}

.deletewl_link {
    float: right;
}

.link-wishlist {
    cursor: pointer;
}

.combo {
    float: left;
}

.move_btn {
    float: right;
}

.wishlist_move {
    width: 140px;
}

ul {
    list-style: none
}

#loadingmask img {
    width: 25px
}

#tabcontents .wltable {
   /*  padding-top: 55px */
    padding-top: 0
}

#wishlist-form-validation .linearize-table td {
    padding: 11px 0;
}

.mwishlist_name {
    display: inline-block;
    max-width: 200px;
    min-width: 100px;
    position: relative;
}

.form-wishlist-items .action.primary{
	padding: 8px 40px;
	vertical-align: top;
}

.wishlist-index-index .action.primary{
	    padding: 8px 40px;
    vertical-align: top;
}

#new_wlname {
    position: relative;
    max-width:200px;
}

.editwl_link {
    float: left;
    width: 100%;
}

.clearfix {
    display: block;
    clear: both;
}

@media screen and (max-width:767px){
	.block.newsletter .action.primary{
		margin-top:0;
	}
    #tabcontents .products-grid.wishlist .product-item-actions{/* clear:both; */margin-top: 27px;}
    #tabcontents .products-grid.wishlist .product-item-actions .action.edit,
	#tabcontents .products-grid.wishlist .product-item-actions .action.delete{float:none}
    #tabcontents .products-grid.wishlist .product-item .box-tocart{margin-bottom:10px;}
    #tabcontents .editwl_link button[id^=deletew]{/* float:right; */}
    .products-grid .product-item{width:50%}
	.column.main .product-items{
		margin-left:0;
	}
	.products-grid.wishlist{
		    margin-right: 0;
	}
	
	.products-grid.wishlist .product-item .box-tocart{
		width:100%;
	}
	.products-grid.wishlist .product-item .field.qty {
		width: auto;
		float: left;
	}
}

@media screen and (max-width:639px){
    div.tabcontents{padding:30px 10px}
    .products-grid .product-item{width:100%}
/*     #tabcontents .editwl_link button[id^="deletew"]{display:block;float:none;margin-top:10px} */
.wishlist-index-index .action.primary{
		    margin-top: 10px;
	}
	
}

@media screen and (max-width:359px){
/*     #tabcontents .editwl_link button[id^="editwl"]{display:block;float:none;margin-top:10px} */
	
	.mwishlist_name,
	#new_wlname{
		max-width:100%;
	}
}