:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-white: #ffffff;
    --bs-header-bc: #EAD2DF;
    --bs-text-color: #707070;
    --bs-social-media-icon-color: #EDB5D2;
    --padding-start: 6px;
    --font-family-Bold: Lora Bold;
    --font-family-BoldItalic: Lora BoldItalic;
    --font-family-Italic: Lora Italic;
    --font-family-Regular: Lora Regular;
}
.hide-existing-product-detailed{
    display: none;
}
.path-user .custom-header{display: none;}
.path-user .temphalla-content{max-width: 100%;}
.path-frontpage .user-section-outer-wrapper{display: none; }
body{
    font-size:16px;
    font-family: Lora Regular;    
}
#block-sitebranding{padding-left:12px;}
#block-cart{padding-right: 12px;}
.custom-header{
    max-width: 1260px;
    margin: auto;
}
#navbarSupportedContent{justify-content: center;}
#navbarSupportedContent nav ul{ padding-left: 0px; }
#navbarSupportedContent nav ul li:nth-child(1){ margin-left: 0px; }
.remove-padding-class{padding:0px;}

.temphalla-cart-page-content, .temphalla-content{min-height:600px; overflow-y: auto;}
.customer-information{
    min-height: auto;
    overflow-y: inherit;
}

.temphalla-spacer{min-height:1px;}

/* .temphalla-header{ background-color:#e4e4e4; padding: 10px 0px;}

.temphalla-footer{ background-color:#e4e4e4; padding: 10px 0px;} */

#block-sitebranding img{ 
    width: 60%;
    padding: 16px 0px;
}

.path-user .temphalla-header, .path-user .temphalla-footer, .path-user .temphalla-spacer{display: none;}

#block-socialmedia {text-align: right;}
#block-socialmedia a{text-decoration: none; padding-left: 15px;}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.page-node-type-error-pages .row{
    margin-left: 0px;
    margin-right: 0px;
}
.path-cart .bottom-border, .path-cart .temphalla-footer,
.path-customer-information .bottom-border, .path-customer-information .temphalla-footer,
.path-customer-info-confirm .bottom-border, .path-customer-info-confirm .temphalla-footer,
.path-payment-information .bottom-border, .path-payment-information .temphalla-footer,
.path-success-checkout .bottom-border, .path-success-checkout .temphalla-footer{
    display: none;
}

/* New CSS for woodixtoys */
#block-showcopyrightcontent{
    text-align: center;
}
.footer-row-2{
    align-items: end ;
    padding-bottom: 16px;
    padding-top: 16px;
}
#block-footercontactinfo p, #block-footercontactinfo p a{
    color: #000;
    text-decoration: underline;
    text-decoration-color: #ff4421;
    text-underline-offset: 8px;
}
.information #block-showblogdetailproductcontent{
    display: none;
}
#block-showcopyrightcontent{
    text-align: left;
}
#block-showkidscornerblock .kids-img-wrapper img{
   width: 100%;
}
.cart-block .views-form .form-submit{
/*    display: none;   */
}

/* Language switcher CSS starts */
#block-languageswitcher ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
#block-languageswitcher ul li {
  list-style-type: none;
}
#block-languageswitcher ul li a.is-active {
  border: 1px solid #ff4421;
  color: #ff4421;
  border-radius: 50%;
  box-sizing: border-box;
}
#block-languageswitcher ul li a {
  text-decoration: none;
  color: #000;
  padding: 10px;
  font-size: 12px;
  border: 1px solid #ffffff;
}
/* Language switcher CSS ends */
