button.ui-datepicker-trigger.v-middle{
	display: none;
}

.filter-options-content a {
    display: inline !important;
}
header.page-header.type2 a.action.my-wishlist{
	display: none !important;
}

.delivery-block {
	display: table-row;
}
.product_view_shipping_block {
    padding-bottom: 10px;
    display: block;
}
.product-info-main .product-info-stock-sku{
	padding-bottom: 20px;
}
/*
* Product Page [Free Delivery & Returns*
*/

#delivery-block_title {
  font-size: 14px;
  letter-spacing: 0.4px;
  font-style: normal;
  font-weight: 400;
  color: #2D2D2D;
  cursor: pointer;
}

#delivery-block_overlay {
  width:100%;
  height:100%;
  position:fixed;
  top:0px;
  left:0px;
  background:rgba(0,0,0,0.75);
  z-index:999;
  display: none;
  align-items: center;
  justify-content: center;
  color: #000;
}

#delivery-block_popUp {
  display: block;
  position: relative;
  width: 320px;
  overflow: auto;
  background: #fff;
  z-index: 1000;
  border: 1px solid #fff;
  padding: 10px;
}

#delivery-block_popUp-close {
  margin: 10px 0;
  width: 100%;
  height: 20px;
  text-align: center;
}


#delivery-block_popUp-close::after {
  content: 'X';
  float: right;
  padding-right: 15px;
}

#delivery-block_popUp-desc {
  padding: 10px;
}

  #delivery-block_popUp-desc .country-block{
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left;
  }

  #delivery-block_popUp-desc table {
    border-bottom: 1px solid #000;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #delivery-block_popUp-desc td, #delivery-block_popUp-desc th {
    padding:0 10px 10px;
    width: 50%;
  }

  #delivery-block_popUp-desc .returns a {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    line-height: 22px;
    letter-spacing: 2.2px;
    color: #2D2D2D;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 10px;
  }
footer.page-footer {
    /*padding: 30px 0;*/
    background-color: #171721;
}

footer.page-footer .row_group {
    margin-bottom: 20px;
}

footer.page-footer h4 {
    position: relative;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1;
    color: #ff5f4c;
    text-transform: uppercase;
    font-weight: bold;
}

footer.page-footer .footer-col-content ul {
    padding: 0;
    margin: 0;
     text-align: left;
}
footer.page-footer .footer-col-content li {
    list-style: none;
    margin-bottom: 0;
    color: #e5e5e5;
    line-height: 22px;
    font-weight: normal;
}

footer.page-footer .footer-col-content h6 {
    font-size: 15px;
    margin-bottom: 0;
    color: #e5e5e5;
}

footer.page-footer .footer-col-content li a {
    text-decoration: none;
    color: #e5e5e5;
    line-height: 22px;
    font-weight: normal;
}
footer.page-footer .block-subscribe {
    margin-top: 30px;
    margin-bottom: 0;
}
footer.page-footer .block-subscribe .block-title {
    font-size: 17px;
    font-weight: normal;
    text-transform: none;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0;
}
footer.page-footer .block-subscribe .block-content {
    position: relative;
}
footer.page-footer .block-subscribe .input-box {
    float: left;
    width: 100%;
}
footer.page-footer .block-subscribe input {
    float: left;
    padding: 8px;
    width: 100%;
    height: 40px;
    line-height: 30px;
    color: #777777;
    background: #fff;
    box-shadow: none;
    padding-right: 70px;
    transition: all 0.2s;
}

footer.page-footer .block-subscribe button.button {
    background: #e47200;
    border: 0;
    color: #fff;
    font-size: 14px;
    height: 40px;
}
footer.page-footer .footer-fbpost {
    position: relative;
    padding-left: 20px;
}
footer.page-footer .footer-fbpost p {
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transform: rotate(270deg);
    left: -194px;
    bottom: 182px;
}
.footer-middle{
  background-color: transparent !important;
}
.footer-middle .block.newsletter {
    position: relative;
}
.footer-middle .block.newsletter #footer_newsletter-error {
    position: absolute;
    left: 0;
    top: 25px;
}
footer.page-footer .footer-col-content a {
    display: block;
    margin: 0;
}
footer.page-footer .footer-col-content a p {
    margin: 10px 0 0 10px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {
    .page-header.type2.header-newskin .block-search .label:before, .page-header.type2.header-newskin .nav-toggle:before{
        color: black!important;
        font-size: 20px;
        padding-left: 1px;
    }
}