﻿
/*shop to currency*/
  .ador-i-c-s {
        position: relative;
        z-index: 100;
        line-height: 24px;
        top: 0;
        left: 0;
        width: 360px; 
        margin: 0;
        padding: 0;
        color: #333 !important;
        user-select: none;
    }

        .ador-i-c-s ul li .symbols { 
            display:inline-block;width:55px;
        }

         .ador-i-c-s .currency_code{

             display: inline-block;
    vertical-align: middle; 
    width: -webkit-calc(50% - 55px);
    width: calc(50% - 55px);   
    cursor: pointer;

         }
        .ador-i-c-s a {
            display: inline-block;
            line-height: 42px !important;
            height: 42px !important;
        }

        .ador-i-c-s dt {
            line-height: 42px !important;
            height: 42px !important;
            border: 1px solid #E6E6E6;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .ador-i-c-s.ador-i-c-s-open dt {
            -webkit-border-radius: 4px 4px 0 0;
            -moz-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
            box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
        }

        .ador-i-c-s dt .symbols {
            margin-right: 6px;
        }

        .ador-i-c-s dt .caret {
            float: right;
            background: url(/js/chosen_v1.8.7/chosen-sprite.png) no-repeat 0px 12px;
            width: 12px;
            height: 42px;
        }

        .ador-i-c-s dt a {
            padding: 0 10px 0 15px;
            width: 334px;
            line-height: 20px;
            display: inline-block;
            font-size: 14px;
            text-align: left;
        }

            .ador-i-c-s dt a .stroked-arrow {
                right: 15px;
                width: 0;
                top: 10px;
            }

            .ador-i-c-s dt a i {
                margin-top: 8px;
                margin-left: 4px;
            }

            .ador-i-c-s dt a .litb-icon-arrow-down-3 {
                display: none;
            }

            .ador-i-c-s dt a .litb-icon-arrow-down-9 {
                display: inline-block;
            }

            .ador-i-c-s dt a:hover {
                text-decoration: none;
                color: #333 !important;
            }

        .ador-i-c-s dt .dropdown-toggle .caret {
            float: right;
        }

        .ador-i-c-s dd {
            margin-left: 0;
            position: absolute;
            top: 43px;
            display: none;
            font-size: 14px;
            background: #fff;
            width: 358px;
            border: 1px solid #E6E6E6;
            border-radius: 4px;
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
        }

            .ador-i-c-s dd ul {
                margin-top: 0;
                background-color: #FFF;
                overflow-y: scroll;
                max-height: 320px;
                display: block;
                text-align: left;
                margin: 0;
                padding: 0;
            }

                .ador-i-c-s dd ul li {
                    float: left;
                    width: 33%;
                    border-right: 1px solid #E6E6E6;
                    list-style-type: none;
                    margin: 0;
                    padding: 0;
                }

                    .ador-i-c-s dd ul li:nth-child(3n+3) {
                        border-right: none;
                    }

            .ador-i-c-s dd a {
                line-height: 38px !important;
                height: 38px !important;
                padding: 0 15px;
                display: block;
                white-space: nowrap;
                text-overflow: clip;
                overflow: hidden;
                text-decoration: none;
            }

                .ador-i-c-s dd a:hover {
                    text-decoration: none;
                    background-color: #f0f0f0;
                    color: #333 !important;
                }

        .ador-i-c-s.ador-i-c-s-open dd {
            display: block;
        }

        .ador-i-c-s.ador-i-c-s-open .caret {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .nav-cross-shop-new .nav-selectors .ador-country-currency li:first-child {
        margin: 0 !important;
    }

    .ador-country-currency {
        position: relative; 
        user-select: none;
    }

        .ador-country-currency > dd {
            background: #fff;
            border: 1px solid #DEDEDE;
            -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
            width: 360px;
            padding: 15px;
            position: absolute;
            top: 36px;
            z-index: 10;
            display: none;
            border-radius: 4px;
        }

        .ador-country-currency .country-list-dl a {
            color: #333;
        }

        .ador-country-currency > dd .top,
        .ador-country-currency > dd .top-bg {
            position: absolute;
            top: -8px;
            left: 20px;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-bottom: 10px solid #fff;
            border-right: 10px solid transparent;
            z-index: 1;
        }

        .ador-country-currency > dd .top-bg {
            top: -10px;
            border-left: 10px solid transparent;
            border-bottom: 10px solid #ddd;
            border-right: 10px solid transparent;
            z-index: 0;
        }

        .ador-country-currency > dd h4 {
            font-size: 14px;
            font-weight: normal;
            margin: 0 0 4px 0;
            padding: 0;
            text-align: left;
            color: #333 !important;
        }

        .ador-country-currency.open > dd {
            display: block;
        }

        .ador-country-currency.open > dt .a-cy-cy {
            color: #cb2027;
        }


        .ador-country-currency.ador-country-currency-open .ador-i-c-s a {
            color: #333 !important;
        }

        .ador-country-currency .btn-mini {
            text-align: left;
            width: 338px;
            line-height: 42px !important;
            height: 42px !important;
            border: 1px solid #E6E6E6;
            padding: 0 10px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            font-size: 14px;
            font-weight: normal;
            background: #fff;
            box-shadow: none;
            -webkit-box-shadow: none;
        }

            .ador-country-currency .btn-mini:hover {
                color: #333 !important;
            }

        .ador-country-currency .dropdown-toggle .caret {
            float: right;
        }

        .ador-country-currency .dropdown-toggle em.litb-icon-flag {
            margin: 13px 8px 0 0 !important;
        }

        .ador-country-currency .dropdown-menu {
            width: 358px !important;
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
            margin: 0;
            border-color: #E6E6E6 !important;
            border-top: none;
            right: 0 !important;
            -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
            top: 39px;
        }

            .ador-country-currency .dropdown-menu .filter-input input {
                border: none;
                width: 318px !important;
                /*border-bottom: 1px solid #E6E6E6!important;*/
                line-height: 36px !important;
                height: 36px !important;
                margin: 0 10px;
                padding: 0 10px;
                border: #ccc 1px solid;
                border-radius: 4px;
            }

                .ador-country-currency .dropdown-menu .filter-input input:focus {
                    border-color: #2D6FFF;
                }

            .ador-country-currency .dropdown-menu .filter-input .iconfont-search {
                font-size: 14px;
                color: #999;
                right: 20px;
                left: auto;
                top: 5px;
            }

            .ador-country-currency .dropdown-menu .filter-input input:focus {
                outline: none !important;
                -webkit-box-shadow: none !important;
                -moz-box-shadow: none !important;
                box-shadow: none !important;
            }

            .ador-country-currency .dropdown-menu .country-list li a {
                line-height: 32px !important;
                height: 32px !important;
                padding: 3px 37px !important;
                font-size: 14px;
                text-align: left;
            }

                .ador-country-currency .dropdown-menu .country-list li a:hover {
                    background: #f0f0f0 !important;
                    color: #333 !important;
                }

                .ador-country-currency .dropdown-menu .country-list li a em {
                    top: 9px !important;
                }

        .ador-country-currency .country-list {
            height: 320px !important;
        }

        .ador-country-currency .save {
            width: 360px;
            background: #ffb366;
            line-height: 48px;
            height: 48px;
            text-align: center;
            font-size: 18px;
            color: #fff;
            font-weight: bold;
            border-radius: 4px;
            cursor: pointer;
            margin-top: 15px;
        }
        .ador-country-currency .save:hover {
            background-color: #ff5400
        }

.shipto_currency_container .chosen-container{margin-bottom:15px;}
.link-ship-to {
    font-weight: normal;
    color: #fff;
}
.link-ship-to.block-desktop{margin-right:0.5em;}


.a-cy-cy {
    cursor: pointer;
    font-size: 12px;
    color: #fff !important;
}

        .a-cy-cy .litb-icon-flag {
            margin-right: 0;margin-left:0.5em;
        }

        .a-cy-cy .split-line {
            margin: 0 5px;
            position: relative;
            top: 1px;
            display: inline-block;
            line-height: 11px;
        }

    .ador-country-currency .a-cy-cy .split-line {
        background: transparent;
    }

    .a-cy-cy:hover {
        text-decoration: none;
    }

        .a-cy-cy:hover .caret {
            color: #cb2027;
        }

    .ador-country-currency.ador-country-currency-open > dd {
        display: block;z-index:99;
    }
  .ador-country-currency>.open-shipping-to-dt>.a-cy-cy>.css_flag{
    width: 20px;
    height: 13px;
    float: none;
    display: inline-block;
    padding: 0;
    line-height: 13px; 
    vertical-align: middle; 

}
.shipto_currency_container_loading {
    width:100px;height:30px;margin:0 auto;
    background: url(/images/loading.gif) no-repeat center center;
}
.currency-info{color:#666666;}
  .currency-info a:link, .currency-info a:visited{color:#666!important;}    
  .currency-info a:hover, .currency-info a:active{color:#666!important;}
/*shop to currency end*/