.top-social-wrapper {
    padding-top: 15px;
    padding-bottom: 0;
    display: inline-block;
    vertical-align: top;
}

nav.languages {
    display:inline-block;
	margin: 0 10px;
}

ul.language-dropdown {
	background: #e15f26;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

ul.language-dropdown li {
    color: #fff;
  background: #e15f26;
    display: block;
    float: left;
    padding: 1rem;
    position: relative;
    text-decoration: none;
  transition-duration: 0.5s;
}
  
ul.language-dropdown li a {
  color: #fff;
}

ul.language-dropdown li:hover {
    background: #FF9259;
    cursor: pointer;
}

ul.language-dropdown li ul.language-submenu {
    background: #e15f26;
    visibility: hidden;
  opacity: 0;
  min-width: 5rem;
    position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
	margin-left: 0;
    left: 0;
  display: none;
}

ul.language-dropdown li:hover > ul.language-submenu,
ul.language-dropdown li ul.language-submenu:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul.language-dropdown li ul.language-submenu li {
    clear: both;
  width: 100%;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-checkout .woocommerce #payment ul.payment_methods li.wc_payment_method payment_method_stripe img {
	vertical-align: middle;
	margin: -2px 0 0 .5em;
	padding: 0;
	position: relative;
	box-shadow: none;
	width: 35px !important;
}

.smcx-embed {
    width: 100%;
    max-width: 700px !important;
    min-height: 1213px !important;
	  height: auto;
	  border:0 !important;
	  margin-top: 25px;
}

.smcx-embed>.smcx-iframe-container {
    width: 100%;
    max-width: 700px !important;
    min-height: 1213px !important;
	  height: auto;
}

.survey-page .logo-container {
    display: none !important;
}

.survey-page .logo-container .logo {
    display: none !important;
}

.product.outofstock .button.product_type_simple.ajax_add_to_cart,
.product.outofstock .button.product_type_variable,
.outofstock button.disabled {
    display:none;
}

.gdlr-header-wrapper {
    position: relative;
    z-index: 100;
}

/* INTL Pages */

.page-id-13783 h3.gdlr-item-title > span {
    font-size: 32px;
}

.market-sidebar.page-intl {
    margin-bottom: 25px;
    border-bottom: 1px solid #5f3917;
    padding-bottom: 15px;
}

.market-sidebar.page-intl:last-of-type {
    margin-bottom: 25px;
    border-bottom: none;
    padding-bottom: 15px;
}

.market-sidebar.page-intl h4 {
    margin-bottom: 20px;
    font-size: 20px;
	  text-transform: capitalize;
}

h2.heading-intl-h2 {
    font-size: 33px;
    color: #5f3917 !important;
    border-bottom: 1px solid #5f3917;
    padding-bottom: 10px;
}

h3.heading-intl-h3 {
  margin-top: 20px;  
}

h3.heading-intl-h3:first-of-type {
    margin-top: 40px;
}

.gdlr-navigation-wrapper .gdlr-navigation-container {
    position: relative;
    line-height: 0;
    display: flex;
    width: 100%;
}

#gdlr-main-navigation {
    display: inline-block;
    align-self: flex-end;
    margin-left: 20px;
}

/* New code added - ICR */
.vendorlist_table tr td, .vendorlist_table tr th {
	text-align: left;
	padding-left: 12px;
}
.gform_body input {
	border:1px #ccc solid !important;
}
@media only screen and (max-width: 767px) {
	#gdlr-responsive-navigation { 
	  display:none; }	
}