/**
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 *  @author    PrestaHeroes <info@prestaheroes.com>
 *  @copyright 2016 Heroic Business Solutions LLC
 *  @license   LICENSE.txt
*/

/*#shipping_commander_block {
	display: inline-block;
	padding: .3rem .625rem .375rem;
    border-left: 1px solid #aaa;
}*/
#select_shipping_commander:hover .country-flag img {
	opacity: 0.3;
}
.shipp-to-text {
	display: inline-block;
}
.vi_menuitem .shipp-to-text {
    font-weight: 600;
}
/*@media (max-width: 767px) {
    #shipping_commander_block {  
      border-left: none;
    }   
}
.country-flag {
	display: inline-block;
}*/
#shipping_commander_form select {
	width: 229px; /*197px;*/
}
#shipping_commander_form p.submit {
    text-align: center;
    margin-top: 5px;
}
#shipping_commander_form p.submit span {
	padding: 6px 30px 6px 29px;
}
#shipping_commander_form .country-select-input {
	width: 100%;
}
#shipping_commander_form .country-select .country-list {
    list-style: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    background-color: white;
    border: 1px solid #ccc;
    width: 355px;
    max-height: 200px;
    overflow-y: scroll;
}
#shipping_commander_form .country-select {
    position: relative;
    display: inline-block;
    width: 100%;
}
#shipping_commander_form .country-select.inside input[type="text"] {
    border: 1px solid #ccc;
    height: 27px;
    color: #666666;
    width: 100%;
}
#shipping_commander_form .text {
	margin-bottom: 8px;
	display: inline-block;
	width: 100%;
}

#shipping_commander_form table td {
    padding: 4px 5px;
    text-align: left;
}
#shipping_commander_form table td.td-radio {
    padding: 3px 0 0;
    width: 6%;
}
#shipping_commander_form table td.td-image {
    width: 16%;
}
#shipping_commander_form table td.td-text  {
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
}

#shipping_commander_form table td.td-text .delay {
    font-weight: 400;
    font-size: 10px;
}

#shipping_commander_form table td.td-text .price_formated {
    float: right;
}

/*New style*/
#shipping_commander_block .icon-block {
    width: 22px;
    position: relative;
    float: left;
    padding-top: 4px;
}
#shipping_commander_block .icon-location-pin {
    font-size: 21px;
}
#shipping_commander_block .country-block {
    float: right;
    margin-left: 2px;
}
#shipping_commander_block .shipp-to-text {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
#shipping_commander_block .country-name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    float: left;
    clear: both;
}

#shipping_commander_block {
    padding: 14px 10px;
}

@media (max-width: 767px) {
    #shipping_commander_block .country-block {
        width: 80%;
        padding-left: 2px;
    }

    .shippingcommanderplaceholder {
        width: 40% !important;
    }

    #shipping_commander_block {
         width: 100%;
        padding: 14px 10px;
    }

    #shipping_commander_block .icon-block {
        width: 10%;
    }

    #shipping_commander_block .country-name {
        font-size: 13px;
    }
    #shipping_commander_block .shipp-to-text {
        font-size: 11px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #shipping_commander_block .country-name {
        font-size: 12px;
        font-weight: 800;
    }
    #shipping_commander_block .country-block {
        width: 115px;
    }
    #shipping_commander_block .shipp-to-text {
        display: block;
        font-size: 12px
    }
    #shipping_commander_block .icon-block {
        width: 18px;
    }
}
a#select_shipping_commander {
    color: #fff;
}