/**
 * @category   Webkul
 * @package    Webkul_AmazonAffiliate
 * @author     Webkul Software Private Limited
 * @copyright  Copyright (c) Webkul Software Private Limited (https://webkul.com)
 * @license    https://store.webkul.com/license.html
 */

.amazonBanner {
    background-color: #0e0e0e;
    background-image: url(https://images-eu.ssl-images-amazon.com/images/G/31/gno/sprites/nav-sprite-global_bluebeacon-V3-1x_optimized._CB516557522_.png);
    background-position: 0px -80px;
    height: 40px;
    width: 100px;
    z-index: 1;
    position: absolute;
    border-radius: 10px;
}

#affiliate-cart {
    display: inline-block;
    position: relative;
    float: right;
    margin-left: 13px;
    cursor: pointer;
}

.wk-customsection {
    display: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 10px;
    min-width: 100%;
    z-index: 100;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

.wk-affiliate-checkout {
    float: right;
}

.wk-minicart-top {
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid #ccc;
}

.wk-customsection-inner {
    padding: 10px;
    max-height: 350px;
    overflow-y: auto;
}

.wk-details {
    float: right;
    width: calc(100% - 60px);
}

.wk-item-details {
    margin-bottom: 20px;
}

.wk-product-price span {
    font-weight: bold;
}

.wk-qty {
    margin-right: 10px;
    text-align: center;
    width: 40px !important;
}

.wk-product-qty {
    display: inline-block;
}

.wk-item-delete {
    float: right;
    display: inline-block;
    font-weight: bold;
    color: red;
    cursor: pointer;
    font-size: 20px;
}

.wk-item-delete:hover {
    color:#8C0808;
}

.clear {
    clear: both;
}

.wk-affiliate-update {
    display: none;
}

.wk-affiliate-update {
    margin-top: -5px;
}

.wk-no-products {
    text-align: center;
    padding: 20px;
    font-weight: bold;
    display: inline-block;
    width: 80%;
    float: left;
}

.wk-customsection::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 90%;
    margin-left: -15px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #bbb transparent;
}

.wk-affiliate-close {
    display: inline-block;
    font-size: 25px;
    width: 7%;
    float: right;
    color: #333;
    cursor: pointer;
}

#affiliate-cart-count span {
    position: relative;
    float: right;
    background-color: #ff5501;
    color: #fff;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    margin: 3px 0px 0px 4px;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    display: none;
}

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?zbtmtj');
    src:  url('fonts/icomoon.eot?zbtmtj#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?zbtmtj') format('truetype'),
      url('fonts/icomoon.woff?zbtmtj') format('woff'),
      url('fonts/icomoon.svg?zbtmtj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
  
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-amazon-cart:before {
content: "\e900";
font-size: 32px;
}

#affiliate-msg {
    position: fixed;
    top: 20%;
    right: 40%;
    z-index: 999999;
    padding: 5px 8px;
    background-color: #ffd700;
    font-weight: bold;
}

@media only screen and (max-width: 639px) {
    #affiliate-cart {
        margin-top: 10px;
    }
}


