/*
Org Name: ITVibes Inc.
App Name: Jacket App
Sheet Name: Custom Sheet
*/
body{}
h1{}
h2{}
h4{}
h5{}
p{}
span{}
.title_big{}
.title_mid{}
.title_sml{}
.title_help_text{}
.title_page{}
.heading_h1{}
.heading_h2{}
.heading_h3{}
.heading_h4{}
.heading_h5{}
.heading_h6{}
.page_title{}
.span_cst{}
/*Buttons Starts*/
button { font-size: 16px !important; font-weight: 500 !important; }
#app_button{ font-size: 16px; font-weight: 500 !important; }
#app_default_btn{ font-size: 16px; font-weight: 500 !important; }

#add_edit_btn {
    background: #ddd;
    border: 1px solid #ddd!important;
    color: #000;
}
#submit_btn{}
/*Button Ends*/
.product_name{ font-size: 21px!important; line-height: 30px!important; font-weight: 500!important;}
.empty_image_null_con{min-height: 200px;}
/*Loop Grid Images*/
.guest_grid_shop_page_product_loop_1stdiv img{ /*min-height: 200px; object-fit: scale-down;*/ height: 290px !important; }
.guest_product_category_prd_loop_1stdiv img{/* height: 200px; object-fit: scale-down; */ height: 290px !important;}
/*Loop Grid Images*/
.flex.items-center.justify-center.h-full.null_img_guest_side_pro_show_shop_pg { min-height: 390px; }

/*Custom Buttons Starts*/
.app_submit_btn{ background-color: #286090 !important;color: #fff; border-color: #122b40;}
.app_submit_btn:hover{  } 
.app_default_btn{  }
.app_default_btn:hover{  }

/*Custom Buttons Ends*/


.gradzilla_header_layout nav a {
    font-size: 16px;
}

.gradzilla_header_layout footer {
    background: black;
    color: #fff;
}

.gradzilla_header_layout footer i.fas.fa-circle-arrow-right {
    color: #C1FF3C;
}

.gradzilla_header_layout footer ul li {
    padding: 5px 0px 5px 0px;
}

/*Cart Page*/
.label_cart { /*color:rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;*/ color: #555 !important;   font-weight: 500 !important; }
.label_value { /*color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important; font-weight: 600 !important;*/ color: #555 !important;   font-weight: 500 !important; }

/*Cart Page*/

/*Mobile Screens*/

@media only screen and (max-width: 480px){
  span.cart_success_message_span_btns a {
    font-size: 9px !important;
    margin: 9px !important;
  }
}

@media only screen and (max-width: 1279px) and (min-width: 481px) {
  span.cart_success_message_span_btns a {
    font-size: 11px !important;
    margin: 10px !important;
  }
}