.delivery_address_response > p{
  margin:10px 0px;
  padding:10px;
  text-align:center;
}
.delivery_address_response .response-error{
  background:#fff3d3;
  color:#000000;
}
.delivery_address_response .response-success{
  background:#637541;
  color:#FFFFFF;
}
.delivery_address_response p span{
  font-weight:bold;
  font-size:18px;
}

.inputDeliveryAddress + .show-password-input{
	display:none!important;
}

ul.user_menu {
  margin-right:20px!important;
}

#mobileActionButtons{
  text-align: right;
  margin-right: 50px;
  display:none;
}

ul.user_menu li{
  display:inline-block;
}

.top_panel_style_4 .top_panel_middle .logo{
  margin-bottom:0px!important;
}
.top_panel_wrap .logo_main,
.top_panel_wrap .logo_fixed {
  max-height: 110px!important;
}
.menu_main_nav > li > a {
  padding: 1em 0.8em 1em!important;
}

.top_panel_wrap.top_panel_style_4 .contact_field {
  margin-top: 0.8em!important;
  margin-bottom: 0.8em!important;
}

.woocommerce-button.button.view:hover{
  background-color: #d7a92b;
  color: #231f20;
  font-family: "Oswald", sans-serif;
  font-weight:400;
  font-size: 0.8em;
  text-transform:uppercase;
}
.woocommerce-button.button.view{
  background-color:#fec321;
    color: #231f20;
    font-family: "Oswald", sans-serif;
    font-weight:400;
    font-size: 0.8em;
    text-transform:uppercase;
}

ul.user_menu li a{
  padding:1.45em 1.73em 1.35em 0.5em;
}
.wc_payment_method.payment_method_stripe > label {
  width:100%;
}

#customer_login .col-2{
display:none;
}
#customer_login .col-1{
  width:50%;
  float:none;
  margin:0 auto!important;
}
/* .woocommerce-shipping-fields{
  display:none;
} */
/*
.woocommerce-billing-fields h3{
  margin-bottom:0px;
}*/
/*
#billing_first_name_field label, #billing_last_name_field label{
  margin-top:0px;
}*/
.sc_button{
  cursor:pointer;
}
.pac-container{
  z-index:999999!important;
  position:absolute!important;
}

.post_info, .sidebar{
  display:none!important;
}
.content{
  width:100%!important;
}

.select2-container--default .select2-selection--single {

  border:2px solid #d3d3d3;/*#fec321;*/
  height: 100px;
  padding: 10px;
  height: 54px;
}
.select2-container--default .select2-selection--single:hover{
  border:2px solid #fec321;

}
.woocommerce-input-wrapper .select2-container--default .select2-selection--single{
    border-radius:0px!important;
}
#billing_country_field,#shipping_country_field{
  display:none;
}

#order_review #payment {
    background-color: #f4f7f9;
    float: left;
    width: 50%;
}

#order_review table.shop_table {
    border-radius: 0;
    float: left;
    width: 45%;
    margin-right:5%;
}
.woocommerce-checkout #payment div.payment_box{
  background-color:#f7f6f7;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top:14px;
}
.scheme_original .woocommerce-page #order_review  table.shop_table .amount{
  font-size:16px;
}

#order_review table.shop_table td{
  min-width:80%;
}
#billing_state_field,
#billing_postcode_field,
#shipping_state_field,
#shipping_postcode_field{
  float:left;
  clear:none;
  width:48%;
}

#billing_postcode_field,
#shipping_postcode_field{
  float:right;
}

.shipping-address-issue{
  background:#fec321;
  color:#231f20;
  display:block;
  padding:5px 8px;
  margin-top:3px;
  font-weight:bold;
}
.post_content, .post_item_product{
  padding-top:40px;
}

.page-id-15432 .breadcrumbs {
    display: none;
}

.page-id-15437 .breadcrumbs {
    display: none;
}


body .select2-container .select2-choice,
body input[type="text"],
body input[type="tel"],
body input[type="number"],
body input[type="email"],
body input[type="password"],
body input[type="search"],
body textarea{
  height:3em;
}


@media only screen and (max-width: 1268px) {
  .select2-container--default .select2-selection--single{
    height:47px;
  }
}
@media only screen and (max-width: 1039px) {
  #mobileActionButtons{
    display:block;
  }
  .header_mobile .logo_main {
    height: 110px!important;
  }
  .header_mobile .logo{
    padding:0px!important;
  }
  .header_mobile .menu_button{
    position: absolute;
top: 0px!important;
right: 71px;
text-align: right;
width: 25px;
left: auto!important
  }
}

@media only screen and (max-width: 767px) {

  #order_review #payment {
      float: none;
      width: 100%;
  }

  #order_review table.shop_table {
      float: none;
      width: 100%;
      margin-right:0%;
  }
}

@media only screen and (max-width: 754px) {
  .select2-container--default .select2-selection--single{
    height:43px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    top:9px;
  }
}
@media only screen and (max-width: 480px) {
  #billing_state_field,
  #billing_postcode_field,
  #shipping_state_field,
  #shipping_postcode_field{
    float:none;
    clear:both;
    width:100%;
  }
  .header_mobile .menu_main_cart {
  margin-top: -37px!important;
  right: 84px!important;
  }
}

@media (max-width: 479px){
  .slider_boxed, .content_wrap, .content_container {
    width: 90%!important;
  }
}
