.country-dropdown select {
    height: auto;
    padding: 0;
    margin-left: 3px;
    text-transform: uppercase;
  	border: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-image: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' role='presentation' class='icon feather-chevron-down' fill='transparent' stroke='%23fff' stroke-width='1px' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
  background-position: 100% 0px;
  background-repeat: no-repeat;
}

.country-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.country-dropdown select:focus {
	outline: 0;
}
.country-dropdown * {
    letter-spacing: 2px;
}
.coupon-outer .coupon-left {
    display: inline-block;
}

.coupon-outer .coupon-right {
    display: inline-block;
}

.announcement-bar-wrapper {
    background-color: #000;
}

.announcement-bar-wrapper .container {
    max-width: 1440px;
    position: relative;
}

.announcement-bar-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;

}

.announcement-bar-wrapper .country-dropdown {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    left: 30px;
  	top: 0;
  	padding: 2px 0;
/*   	display: block; */
}

.announcement-bar-wrapper .country-dropdown span {
    font-size: 12px;
}

.select-wrapper {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 0px;
  position: relative;
}

.select-wrapper:after {
  content: '';
  position: absolute;
  width: calc(100% - 25px);
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .announcement-bar-wrapper .country-dropdown {
  	display: none;
  }
  .mobile-site-nav__item .country-dropdown{
/*   	display: block; */
    padding: 5px 7.5px;
  }
  .mobile-site-nav__item .country-dropdown * {
  	color: #fff;
    font-size: 10px;
  }
  .country-dropdown select {
/*   	padding: 0 5px; */
  }
  .mobile-site-nav__item select option{
  	background: rgba(0, 0, 0, 0.9);
  }
}
@media screen and (max-width: 600px){
 .coupon-outer #coupon_code {
    padding: 8px 6px;
     max-width:135px;
} 
  .coupon-outer #coupon_check{
    min-width: 110px;
    padding: 11px 19px;
  
  }
  #loader1{
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60px;
  }
}
@media screen and (max-width: 400px){
  .coupon-outer .coupon-left span{
   text-align:left;
    display:block;
  } 
  
}
@media screen and (min-width: 779px) {
  .footer-wrapper {
	-webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 779px){
/*   .fedex-checkout-wrapper iframe{
  	height:1800px !important;
  } */
  .footer-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  .country-dropdown-wrapper .country-dropdown {
  	margin-bottom: 20px;
  }
  .select-wrapper {
  	padding-right: 15px;
  }
  
}

.country-dropdown-wrapper .country-dropdown {
/*  display: block; */
}

.country-dropdown-wrapper .country-dropdown span {
 font-size: 12px;
  margin-top: 3px;
}

.country-dropdown-wrapper .country-dropdown select {
 font-size: 12px;
}
@media screen and (max-width: 360px){ 
	.country-dropdown-wrapper .country-dropdown span,
  .country-dropdown-wrapper .country-dropdown select {
  	font-size: 10px;
  }
  .select-wrapper:after {
  	width: calc(100% - 35px);
  }
  
}
.footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.bottom-footer {
    border-top: 1px solid #2E2E2E;
    margin-top: 40px;
    padding-top: 20px;
}

#selectTagWidth {
	display: none
}
small.copyright-text {
    letter-spacing: 2px;
    text-transform: uppercase;
}
 
.width_tmp_select{
 display : none;
} 

@media screen and (min-width: 767px) and (max-width: 1024px) {
	.announcement-bar__content {
      width: 350px;
      margin-left: auto;
      margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .select-wrapper:after {
  	width: calc(100% - 40px);
  }
}