/**
* 2010-2017 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2017 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

a.boxclose{
    cursor:pointer;
    color: #fff;
    font-size: 25px;
    line-height: 0px;
    padding: 11px 3px;
    float: right;
}
.boxclose:before {
    content: "×";
}
.wk_ad_footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background-color: #1E2327;
	z-index: 999999;
	color: #FFFFFF;
}
.wk_ad_content {
	text-align: center;
	padding: 7px;
	background: #000;
}
	
#_desktop_contact_link {
	float: left;
}
.mp_advertise {
	float: right;
    border-left: 1px solid #515151;
}
.mp_advertise a {
	display: block;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px 11px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: 18px;
}
.wk_seller_edit {
	background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid;
    cursor: pointer;
    left: 73%;
    padding: 5px;
    position: absolute;
    top: -14px;
}
.wk-sold-by {
	padding: 10px 0px;
}

/*For smaller screen*/
@media only screen and (max-width:360px) {
	.wk_seller_edit {
	    font-size: 11px;
	    left: 67%;
	    padding: 3px;
	    top: 25px;
	}
}
@media only screen and (max-width:980px) {
	.wk_seller_edit {
	    font-size: 11px;
	    left: 67%;
	    padding: 3px;
	}
}