body{
    font-family:"InterVariable",
    "Inter",
    "-apple-system",
    "BlinkMacSystemFont",
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif !important;
  }
  
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: var(--text-lg);
    font-weight: var(--weight-regular);
    letter-spacing: 0.02em;
    color: #525252;
    display: flex;
    flex-direction: column;
  }html, body {
    font-family: var(--font-stack);
    font-variation-settings: "opsz" 24;
  }
    .stock_not_avail {
        display: none;
    }
    .stock_avail {
        visibility: hidden;
        margin-bottom: -12px;
    }
  .cart_btn {
    width: calc(100% - 30px);
    margin-left: 15px;
  }
  .related_item{
    height:auto !important;
  }
  .search_categories {
    padding: 10px 15px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
  }
  .search_cat_title {
    font-size: 14px;
    color: #222;
  
    float: left;
    width: 100%;
  }
  .search_category {
    float: left;
    margin-right: 10px;
    background: #f3f3f3;
    margin-top: 10px;
    font-size: 13px;
    color: #222;
    padding: 3px 10px;
    font-weight: 500;
    border-radius: 5px;cursor:pointer;
  }
  /*cart*/
  .flex-1{
        flex: 1;
  }
  .d_flex{
     display: flex;
      align-items: center;
     gap:10px;
  }
  .w-full{
        width: 100%;
  }
  .cart-item{
    border-bottom: 1px solid #ddd;
    padding:10px;
  }
  .img-info img{
        max-width: 65px;
        
  }
  .item_name {
    font-size: 14px;
        margin-bottom: 5px;
    color:#222;
  
  }
  .item_code {
    display:none;
  }
  .add_button,.remove_button,.delete_button{
        height: 35px;
    width: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  .remove_button{
     border: 1px solid #ddd;
  }
  .add_button{
    background-color:#976563;
    color:#fff;
  }
  .delete_button{
    background-color: #ff000014;
    padding: 5px;
     height: 25px !important;
    width: 25px !important;
  }
  .remove_wish_button, .add_wish_button{
    font-size:12px;
    border-radius:5px;
    padding:5px;
     gap:10px;
  }
  .remove_wish_button{
    background-color: #ff000014;
    color:#ef4444;
  }
  .add_wish_button{
     background-color:#0080001c;
    color:#008000;
  }
  #right-cart-container{
    padding:0 !important;
    display: block;
  }
  .right_cart_nav.active{
    color: #976563;
    border-color: #976563;
  }
  #side-wish-list{
    display:none;
  }
  .pointer-div{
    cursor:pointer;
  }
  .side-empty-item{
    align-items: center;
    display: flex;
    position: absolute;
    top: 25%;
    flex-direction: column;
    gap: 10px;
    height: 200px;
    justify-content: center;
    width: 100%;
  }
  .side-empty-item img{
        height: 137px;
    left: auto;
    object-fit: cover;
    position: static;
    top: auto;
    width: 111px;
  }
  .side-empty-item .title_text{
        font-size: 14px;
    height: fit-content;
    left: auto;
    line-height: 1;
    min-width: 10px;
    position: static;
    top: auto;
    width: fit-content;
  }
  
  input:focus{
    --tw-ring-color: #976563; 
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) #9765634f;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #976563;
}
@media only screen and (min-width: 992px) {
.go1_header_bg {
     
        background: #ffffff;
    
     
        max-width: 100%;
       
    
        height: 135px !important;
}
.go1_header_bg a img{
     
        height: 26px;  
    
}

}
/* WEB MENU */
.header-menu{
     
        background: #faf2f1;  
        border-color: #faf2f1;  
    
}
/* .header-menu .menu-title a div{
     
        font-family: Inter;  
    
    
     
        font-size: 14px;  
    
    
     
        letter-spacing: 1px;  
    
        
        color: #976563;  
    
} */
/*.header-menu .menu-title a div:hover{*/
        
/*        color: #976563;  */
    
/*}*/
.active_parent:after, .hoverMenuSec:after{
        
        background: #976563 !important;  
    
}
.hoverMenuSec:hover:after {
    width: 65% !important;
}

/* #nav-drop-down, .profile_menu {
        
        background: #ffffff;  
    
        
        box-shadow: 0 0 8px #4c4c4c;  
    
} */


.sort-label:hover{
        
        background: #ebf8ff !important;  
    
}


.sort-label:hover div p {
        
        color: #000000;  
    
}

.sort-label div p{
        
        color: #000000;  
    
}

#sort-web-container {
    background: transparent !important;
    border: 0 !important;
    border-radius   : 4px !important;
    padding: 0px !important;
        
        box-shadow: 0 0 8px #4c4c4c;  
    
}

.sort-label {
    border: 0 !important;
        
        background: #ffffff !important;  
    
}


.dismiss{
    
        display: none;      
    
}
.announce_bar {
    
        display: flex;
        background: #976563;
        .announce_bar .__text_block__ {
            color: #000000;
            font-size: 12px;
        }
    
}
.announce_bar .__text_block__ {
    
        display: flex;
    
}

.go1_header_bg div{
    padding-top: 0px;
}

.loader{
    background: linear-gradient(0deg, var(--go1-primary-color)63 33%, var(--go1-secondary-color) 100%);
}


.footer-tile{
    
    padding: 5px;
}
.footer_title p{
     
        font-family: 1px solid;
    
     
        font-weight: 900;
    
     
        font-size: 15px;
    
     
        line-height: 20px;
    
     
        letter-spacing: 1;
    
     
        color: #976563;
    
}
.footer_component{
     
        background: #fff6f4;
    
}
.footer_text{
     
        font-family: Inter;
    
    
     
        font-size: 14px;
    
     
        line-height: 30px;
    
     
        letter-spacing: 0px;
    
     
        color: #000000;
    
    
    transition: .2s;
}
.footer_text:hover{
     
        color: #976563;
    
    transition: .2s;
    font-weight: 700;
    font-size: 14.5px;
}
.footer_component .cpright{
     
        background: #976563;
    
}
.cpright .__text_block__ p{
     
        color: #ffffff !important;
    
    
}

.right_cart_nav.active{
     
        color: #976563 !important;
    
     
        border-color: #976563 !important;
    
    
}
.w-count, .c-count{
    display: flex;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
     
        background: #976563 !important;
    
}
#side-cart-count,
#right-wish-count,
#move-cart-button,
#checkout-button,
.add_button.pointer-div{
     
        background: #976563 !important;
    
}


.cart_btn,
.plus_btn,
.add_cart_btn,
.place-order,
.add-address,
.save_btn,
#order_payment,
.login-form a,
.my-order button{
     
        background: #976563 !important;
    
}

.image_container, .minus_btn{
     
        background: #f5f5f5 !important;
    
}
input:focus{
     
        border-color: #976563 !important;
    
}

/* PRODUCT INFO  */

.image_container{
      
        background-color: #ffebe7 !important;
    
}

.off_container{
    
        width: 49% !important;
        transform: translateX(-22%) translateY(-68%) rotate(-46deg);
    
    
}
#login{
    background:#ffffff !important;
}
#login_email,#login_password{
     background: #f5f5f5; 
}
.offer{
    
        margin-right: 37px;
    
}
.description, .description div p{
    overflow: hidden;
    width: 100%;
    text-wrap: nowrap;
    display: flow;
    height: 33px;
    font-weight: 200;
    margin-bottom: 3px;
    
        color: #818181;
    
    text-overflow: ellipsis;
    
        font-size: small;
    
}
.card_amount div{
    margin-bottom: 30px;
}
.card_amount{
    font-weight: 600;
    height: 30px !important;
    
        font-size: 14px;
    
    
        color: #976563;
    
}


.image_container img{
      
        height: 80% important;
    
}
.line_2_text_36{
    overflow: hidden;
    width: 100%;
    text-wrap: wrap;
    display: -webkit-box;
    height: 40px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
        color: #000000;
    

}

/* MOBILE VIEW */
@media screen and (max-width: 700px){
   
    .cart_btn_list{
        position: relative !important;
    }
    .line_2_text_36{
        min-height: 38px !important;
    }
    .filter_btn{
        height: 20px;
        padding: 15px;
        width: 100%;
        cursor: pointer;
    }
    .description, .description div p{
        margin-left: 0px;
    }
    .card_amount {
        width: 75%;
        left: -50px !important;
    }
  
    .image_container  {
        padding: 0 10px !important;
        height: 150px;
    }
    .image_container img  {
        object-fit: contain !important;

    }

   
    .header_back_icon ,.mobile-header-cart-count{
         
            background: #976563;
        
    }
}


:root {
    /* GLOBAL STYLES */
     --go1-primary-color: #976563 important; 
     --go1-secondary-color: #f5f5f5 important; 
}

body{
    font-family:"InterVariable",
    "Inter",
    "-apple-system",
    "BlinkMacSystemFont",
    "Segoe UI",
    "Roboto",
    "Oxygen",
    "Ubuntu",
    "Cantarell",
    "Fira Sans",
    "Droid Sans",
    "Helvetica Neue",
    sans-serif !important;
}

:root {
    /*--light-bg:#ebebeb66;*/
    --white:#fff;
    --go1-primary-color:#976563;
    --green-info: #38A160;
  --neutral-white: #ffffff;
  --neutral-black: #000000;
  --neutral: var(--neutral-white);
  --invert-neutral: var(--neutral-black);
  --gray-50: #f8f8f8;
  --gray-100: #f3f3f3;
  --gray-200: #ededed;
  --gray-300: #e2e2e2;
  --gray-400: #c7c7c7;
  --gray-500: #999999;
  --gray-600: #7c7c7c;
  --gray-700: #525252;
  --gray-800: #383838;
  --gray-900: #171717;
  --blue-50: #f7fbfd;
  --blue-100: #edf6fd;
  --blue-200: #e3f1fd;
  --blue-300: #c9e7fc;
  --blue-400: #70b6f0;
  --blue-500: #0289f7;
  --blue-600: #007be0;
  --blue-700: #0070cc;
  --blue-800: #005ca3;
  --blue-900: #004880;
  --green-50: #f3fcf5;
  --green-100: #e4f5e9;
  --green-200: #daf0e1;
  --green-300: #cae5d4;
  --green-400: #b6dec5;
  --green-500: #59ba8b;
  --green-600: #30a66d;
  --green-700: #278f5e;
  --green-800: #16794c;
  --green-900: #173b2c;
  --red-50: #fff7f7;
  --red-100: #fff0f0;
  --red-200: #fcd7d7;
  --red-300: #f9c6c6;
  --red-400: #eb9091;
  --red-500: #e03636;
  --red-600: #cc2929;
  --red-700: #b52a2a;
  --red-800: #941f1f;
  --red-900: #6b1515;
  --orange-50: #fff9f5;
  --orange-100: #fff1e7;
  --orange-200: #fce6d5;
  --orange-300: #f7d6bd;
  --orange-400: #f0b58b;
  --orange-500: #e86c13;
  --orange-600: #d45a08;
  --orange-700: #bd3e0c;
  --orange-800: #9e3513;
  --orange-900: #6b2711;
  --amber-50: #fdfaed;
  --amber-100: #fcf3cf;
  --amber-200: #f7e28d;
  --amber-300: #f5d261;
  --amber-400: #f2be3a;
  --amber-500: #e79913;
  --amber-600: #db7706;
  --amber-700: #b35309;
  --amber-800: #91400d;
  --amber-900: #763813;
  --yellow-50: #fffcef;
  --yellow-100: #fff7d3;
  --yellow-200: #f7e9a8;
  --yellow-300: #f5e171;
  --yellow-400: #f2d14b;
  --yellow-500: #edba13;
  --yellow-600: #d1930d;
  --yellow-700: #ab6e05;
  --yellow-800: #8c5600;
  --yellow-900: #733f12;
  --cyan-50: #f5fbfc;
  --cyan-100: #e0f8ff;
  --cyan-200: #b3ecfc;
  --cyan-300: #94e6ff;
  --cyan-400: #6bd3f2;
  --cyan-500: #34bae3;
  --cyan-600: #32a4c7;
  --cyan-700: #267a94;
  --cyan-800: #125c73;
  --cyan-900: #164759;
  --teal-50: #f0fdfa;
  --teal-100: #e6f7f4;
  --teal-200: #bae8e1;
  --teal-300: #97ded4;
  --teal-400: #73d1c4;
  --teal-500: #36baad;
  --teal-600: #0b9e92;
  --teal-700: #0f736b;
  --teal-800: #115c57;
  --teal-900: #114541;
  --violet-50: #fbfaff;
  --violet-100: #f5f2ff;
  --violet-200: #e5e1fa;
  --violet-300: #dad2f7;
  --violet-400: #bdb1f0;
  --violet-500: #6846e3;
  --violet-600: #5f46c7;
  --violet-700: #4f3da1;
  --violet-800: #392980;
  --violet-900: #251959;
  --pink-50: #fff7fc;
  --pink-100: #feeef8;
  --pink-200: #f8e2f0;
  --pink-300: #f2d4e6;
  --pink-400: #e9c4da;
  --pink-500: #e34aa6;
  --pink-600: #cf3a96;
  --pink-700: #9c2671;
  --pink-800: #801458;
  --pink-900: #570f3e;
  --purple-50: #fdfaff;
  --purple-100: #f9f0ff;
  --purple-200: #f1e5fa;
  --purple-300: #e9d6f5;
  --purple-400: #d6c1e6;
  --purple-500: #9c45e3;
  --purple-600: #8642c2;
  --purple-700: #6e399d;
  --purple-800: #5c2f83;
  --purple-900: #401863;
  --white-overlay-50: rgba(255, 255, 255, 0.09);
  --white-overlay-100: rgba(255, 255, 255, 0.18);
  --white-overlay-200: rgba(255, 255, 255, 0.27);
  --white-overlay-300: rgba(255, 255, 255, 0.36);
  --white-overlay-400: rgba(255, 255, 255, 0.45);
  --white-overlay-500: rgba(255, 255, 255, 0.54);
  --white-overlay-600: rgba(255, 255, 255, 0.63);
  --white-overlay-700: rgba(255, 255, 255, 0.72);
  --white-overlay-800: rgba(255, 255, 255, 0.81);
  --white-overlay-900: rgba(255, 255, 255, 0.9);
  --black-overlay-50: rgba(0, 0, 0, 0.09);
  --black-overlay-100: rgba(0, 0, 0, 0.18);
  --black-overlay-200: rgba(0, 0, 0, 0.27);
  --black-overlay-300: rgba(0, 0, 0, 0.36);
  --black-overlay-400: rgba(0, 0, 0, 0.45);
  --black-overlay-500: rgba(0, 0, 0, 0.54);
  --black-overlay-600: rgba(0, 0, 0, 0.63);
  --black-overlay-700: rgba(0, 0, 0, 0.72);
  --black-overlay-800: rgba(0, 0, 0, 0.81);
  --black-overlay-900: rgba(0, 0, 0, 0.9);
  --linear-black: linear-gradient(
  	to bottom,
  	rgba(46, 46, 46, 0.18) 0%,
  	rgba(36, 36, 36, 0.14) 100%
  );
  --linear-blue: linear-gradient(
  	to bottom,
  	rgba(17, 142, 245, 0.067) 0%,
  	rgba(7, 127, 247, 0.029) 100%
  );
  --angular-white: conic-gradient(rgba(255, 255, 255, 1) 72.38%, rgba(255, 255, 255, 1) 99.87%);
  --angular-black: conic-gradient(rgba(56, 56, 56, 0.22) 72.38%, rgba(56, 56, 56, 0.22) 99.87%);
  --angular-green: conic-gradient(
  	rgba(23, 117, 75, 0.092) 72.38%,
  	rgba(23, 117, 75, 0.092) 99.87%
  );
  --angular-red: conic-gradient(
  	rgba(205, 41, 41, 0.804) 72.38%,
  	rgba(205, 41, 41, 0.804) 99.87%
  );
  --angular-blue: conic-gradient(rgba(0, 110, 219, 0) 72.38%, rgba(0, 110, 219, 0) 99.87%);
}

:root {
  --font-stack: "InterVariable", "Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI",
  	"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
  	sans-serif;
  --text-tiny: 11px;
  --text-2xs: 12px;
  --text-xs: 12px;
  --text-sm: 13px;
  --text-md: 13px;
  --text-base: 14px;
  --text-lg: 16px;
  --text-xl: 18px;
  --text-2xl: 20px;
  --text-3xl: 24px;
  --text-4xl: 26px;
  --text-5xl: 28px;
  --text-6xl: 32px;
  --text-7xl: 40px;
  --text-8xl: 44px;
  --text-9xl: 48px;
  --text-10xl: 52px;
  --text-11xl: 56px;
  --text-12xl: 64px;
  --weight-regular: 420;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-black: 800;
  --text-line-height-3xl: 115%;
  --text-line-height-4xl: 160%;
  --text-line-height-7xl: 140%;
  --text-line-height-12xl: 130%;
  --text-line-height-14xl: 120%;
  --para-line-height-2-xs: 160%;
  --para-line-height-sm: 150%;
  --para-line-height-2xl: 148%;
  --para-line-height-3xl: 140%;
  --heading-color: var(--gray-900);
  --text-neutral: var(--gray-900);
  --text-color: var(--gray-800);
  --text-muted: var(--gray-700);
  --text-light: var(--gray-600);
  --text-dark: var(--fg-color);
}

:root {
  --shadow-xs: rgba(0, 0, 0, 0.05) 0px 0.5px 0px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px,
  	rgba(0, 0, 0, 0.05) 0px 2px 4px 0px;
  --shadow-sm: 0px 1px 2px rgba(0, 0, 0, 0.1);
  --shadow-base: 0px 0px 1px rgba(0, 0, 0, 0.45), 0px 1px 2px rgba(0, 0, 0, 0.1);
  --shadow-md: 0px 0px 1px rgba(0, 0, 0, 0.12), 0px 0.5px 2px rgba(0, 0, 0, 0.15),
  	0px 2px 3px rgba(0, 0, 0, 0.16);
  --shadow-lg: 0px 0px 1px rgba(0, 0, 0, 0.35), 0px 6px 8px -4px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0px 0px 1px rgba(0, 0, 0, 0.19), 0px 1px 2px rgba(0, 0, 0, 0.07),
  	0px 6px 15px -5px rgba(0, 0, 0, 0.11);
  --shadow-2xl: 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 1px 3px rgba(0, 0, 0, 0.05),
  	0px 10px 24px -3px rgba(0, 0, 0, 0.1);
  --focus-default: 0px 0px 0px 2px #c9c9c9;
  --focus-blue: 0px 0px 0px 2px #65b9fc;
  --focus-green: 0px 0px 0px 2px #5bb98c;
  --focus-yellow: 0px 0px 0px 2px #fff0ad;
  --focus-red: 0px 0px 0px 2px #eb9091;
  --custom-status: 0px 0px 0px 1.5px #ffffff;
  --custom-shadow-sm: 0px 1px 4px rgba(0, 0, 0, 0.1);
  --drop-shadow: 0px 0.5px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0),
  	0px 2px 4px rgba(0, 0, 0, 0.05);
}

:root {
  --input-padding: 6px 8px;
  --dropdown-padding: 4px 8px;
  --grid-padding: 10px 8px;
  --disabled-input-padding: 3px 8px;
  --number-card-padding: 8px 8px 8px 12px;
}

:root {
  --border-radius-tiny: 4px;
  --border-radius-sm: 8px;
  --border-radius: 8px;
  --border-radius-md: 10px;
  --border-radius-lg: 12px;
  --border-radius-xl: 16px;
  --border-radius-2xl: 20px;
  --border-radius-full: 999px;
   --switch-bg: var(--gray-300);
  --diff-added: var(--green-100);
  --diff-removed: var(--red-100);
  --right-arrow-svg: url("data: image/svg+xml;utf8, <svg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.25 7.5L4.75 4L1.25 0.5' stroke='%231F272E' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  --left-arrow-svg: url("data: image/svg+xml;utf8, <svg width='6' height='8' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.5 9.5L4 6l3.5-3.5' stroke='%231F272E' stroke-linecap='round' stroke-linejoin='round'></path></svg>");
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: var(--text-lg);
    font-weight: var(--weight-regular);
    letter-spacing: 0.02em;
    color: #525252;
    display: flex;
    flex-direction: column;
}html, body {
   
    font-family: var(--font-stack);
    font-variation-settings: "opsz" 24;
}
.cart_btn {
    width: calc(100% - 30px);
    margin-left: 15px;
}
.related_item{
    height:auto !important;
}
.search_categories {
    padding: 10px 15px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.search_cat_title {
    font-size: 14px;
    color: #222;
  
    float: left;
    width: 100%;
}
.search_category {
    float: left;
    margin-right: 10px;
    background: #f3f3f3;
    margin-top: 10px;
    font-size: 13px;
    color: #222;
    padding: 3px 10px;
    font-weight: 500;
    border-radius: 5px;cursor:pointer;
}
/*cart*/
.flex-1{
        flex: 1;
}
.d_flex{
     display: flex;
      align-items: center;
     gap:10px;
}
.w-full{
        width: 100%;
}
.cart-item{
    border-bottom: 1px solid #ddd;
    padding:10px;
}
.img-info img{
        max-width: 65px;
        
}
.item_name {
    font-size: 14px;
        margin-bottom: 5px;
    color:#222;

}
.item_code {
    display:none;
}
.add_button,.remove_button,.delete_button{
        height: 35px;
    width: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.remove_button{
     border: 1px solid #ddd;
}
.add_button{
    background-color:#976563;
    color:#fff;
}
.delete_button{
    background-color: #ff000014;
    padding: 5px;
     height: 25px !important;
    width: 25px !important;
}
.remove_wish_button, .add_wish_button{
    font-size:12px;
    border-radius:5px;
    padding:5px;
     gap:10px;
}
.remove_wish_button{
    background-color: #ff000014;
    color:#ef4444;
}
.add_wish_button{
     background-color:#0080001c;
    color:#008000;
}
#right-cart-container{
    padding:0 !important;
    display: block;
}
.right_cart_nav.active{
    color: #976563;
    border-color: #976563;
}
#side-wish-list{
    display:none;
}
.pointer-div{
    cursor:pointer;
}
.side-empty-item{
    align-items: center;
    display: flex;
    position: absolute;
    top: 25%;
    flex-direction: column;
    gap: 10px;
    height: 200px;
    justify-content: center;
    width: 100%;
}
.side-empty-item img{
        height: 137px;
    left: auto;
    object-fit: cover;
    position: static;
    top: auto;
    width: 111px;
}
.side-empty-item .title_text{
        font-size: 14px;
    height: fit-content;
    left: auto;
    line-height: 1;
    min-width: 10px;
    position: static;
    top: auto;
    width: fit-content;
}
.search_results{
    padding-top:15px !important;    width: 450px;display:none;
}
input:focus{
    --tw-ring-color: #976563; 
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) #9765634f;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #976563;

}
@media only screen and (max-width: 576px) {
    .announce_bar{
                height: auto;
        padding: 5px 0;
    }
}