.container {
    max-width: 1200px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.null_qty{
  min-height: 180px;
  display: none;
}
.null_qty span {
    color: #003851;
    font-weight: 500;
    opacity: 0.8;
}
.tab_col ul li a:hover {
    text-decoration: unset!important;
}
.tab_col ul li a:focus {
    text-decoration: unset!important;
}
body a:hover{
  text-decoration: unset !important;
}
body{
  font-family: 'Raleway';
  overflow-y: scroll;
  overflow-x: hidden;
}
p {
  margin: 0 0 10px;
  font-weight: 500;
  font-family: 'Raleway';
  color: #003851;
  font-size: 16px;
  line-height: 26px;
  opacity: 0.8;
}
section.user_login_notification {
  background: #003851;
  padding: 10px 0;
}
.page_title{
  z-index: -1;
}
.page_title h1 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    margin: 0;
    color: #003851;
}
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
section.page_title {
  padding: 62px 0 25px 0;
}
.input-group {
  display: flex;
}
button.btn-outline-primary {
  background: #10B7C4;
  border-top-right-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
  color: #fff;
  font-family: 'Raleway';
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  padding: 12px 60px;
}
input.form-control.rounded {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: #F6F6F6;
  padding: 25px 18px;
  font-size: 16px;
  color: #003851;
  opacity: 0.8;
  font-weight: 400;
  font-family: 'Raleway';
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 0;
}
button.btn-outline-primary:hover{
  background: #003851;
  color: #fff;
  transition:background-color -15s!important;
}
.tab_col ul {
  margin: 0;
  padding: 0;
  display: inline;
  position: relative;
}
.tab_col ul li {
  list-style: none;
  margin-bottom: 0;
  padding-right: 60px;
  display: inline;
}
.tab_col ul li a {
    font-weight: 600;
    opacity: 0.8;
    color: #003851;
    font-family: 'Raleway';
    font-size: 22px;
    line-height: 32px;
    position: relative;
}
.tab_col {
  padding: 0 0 45px 0;
  display: block;
}
.tab_col ul li a.active:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #10B7C4;
  bottom: -20px;
  left: 0;
  border-radius: 14px;
}
.tab_col ul:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -23px;
    height: 1px;
    width: 100%;
    background: rgba(0, 56, 81, 0.1);
}
.tab_col ul li a.active{
  color: #10B7C4;
}
.more_items{
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 22px;
  line-height: 28.18px;
  color: #10B7C4;
}
/*.more_items a:hover{
  color: #10B7C4!important;
}*/
.product_img img{
  display: block;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
h3.product_title {
  margin: 0;
  color: #003851;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
span.price {
  color: #003851;
  font-size: 24px;
  line-height: 34px;
  font-family: 'Montserrat'!important;
  font-style: normal;
  font-weight: bold;
  /*font-weight: 700;*/
  opacity: 1;
  margin: 25px 0;
  display: block;
}
.delete_img{
  width: 81%;
}
.product_variation select{
  width: 100%;
  border: 1px solid #00385114;
  padding: 10px 14px;
  border-radius: 8px;
  color: #003851;
}
.product_main {
  display: flex;
  align-items: self-start;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.single_product_main {
  padding: 0 15px;
  width: 50%;
  margin-bottom: 40px;
}
.single_product{
  border: 1px solid #f6f6f6;
  background: #ffffff;
  border-radius: 20px;
}
.product_content {
  padding: 30px;
}
p.product_excerpt {
  margin-bottom: 30px;
}
select::-ms-expand {
  display: none;
}
.quantity_cart_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quantity button {
    font-size: 25px;
    color: #003851;
    font-weight: 500;
}
.cart_btn a {
  color: #003851;
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #003851;
  border-radius: 8px;
  padding: 13px 35px;
   -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cart_btn a:hover{
  background: #10B7C4;
  border: 1px solid #10B7C4;
  color: #fff;
  text-decoration: none;
  transition:background-color -15s!important;
}
.quantity {
  border: 1px solid #000;
  width: 122px;
  display: flex;
  align-items: center;
  justify-content: space-around !important;
  border-radius: 8px;
  height: 44px;
}
.quantity p{
  margin-bottom: 0;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 18px;
  opacity: 1;
  position: relative;
}
.single_product:hover{
  box-shadow: 0px 4px 26px rgb(0 56 81 / 15%)
}
.quantity button {
    padding: 0;
    border: 0;
    background: transparent;
}
.product_variation select:focus-visible{
  outline: 1px solid #10B7C4;
}
section.content_main {
  padding: 60px 0 80px 0;
}
h3.sidebar_title {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  color: #003851;
  margin: 0;
}
h3.sidebar_title:before {
  position: absolute;
  content: "";
  /*background-image: url(../img/edit.png);*/
  width: 31px;
  height: 31px;
  right: 0;
  /*top: 50%;*/
  margin-right: 8%;
    margin-top: 5%;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
#sidebar {
  margin-top: 70px;
  background: #F6F6F6;
  border-radius: 8px;
  padding: 20px 0px 25px 15px;
}
.sidebar_single_product{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #0038510f;
  margin: 20px 0;
  padding-top: 20px;
  padding-right: 11px;
  /*flex-flow: column;
  gap: 10px;*/
}
.sidebar_single_product .product_img img {
  display: block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.sidebar_single_product .product_img {
    width: 56px;
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.post_content {
  padding-left: 16px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  width: 250px;
}
.sub_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub_content h3{
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Raleway';
  color: #003851;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub_content span.price, .product_variation span.price{
  font-size: 16px !important;
  margin: 0;
  padding-left: 9px !important;
}
.sidebar_single_product .product_variation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub_content a {
  padding-left: 15px;
}
body .sidebar_single_product .product_variation select {
  width: 140px;
  padding: 7px 14px;
  background: transparent;
}
.total_cost {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #0038510f;
  border-bottom: 1px solid #0038510f;
  padding: 18px 0 18px 0;
  margin-right: 15px;
}
.total_cost h3.sidebar_title:before{
  display: none;
}
/*.total_cost span.price {
    font-family: 'Montserrat';
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #003851;
}*/
a.continue_shopping {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background: #10B7C4;
  border-radius: 8px;
  padding: 13px;
  font-weight: 600;
  font-size: 17px;
  font-family: 'Raleway';
  margin-top: 25px;
  width: 97%;
}
a.continue_shopping:hover {
  background: #003851;
}
.user_login{
  max-width: 267px;
  width: 100%;
}
.user {
  display: flex;
  align-items: center;
  justify-content: end;
}
.cart_btn a, a.continue_shopping, button.btn-outline-primary, .single_product {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
span.qty {
    border: 1px solid #000;
}
.sticky_sidebar{
    height: 100%;
    position: sticky;
    top: 83px;
    overflow: hidden;
}
.qty {
    border: 1px solid #00385114;
    padding: 6px 8px;
    border-radius: 8px;
}
.qty p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1;
}
.sidebarspace_remove {
    margin-top: 0 !important;
}
.groceries_page_myorder {
    min-height: 175px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 615px;
    padding-right: 12px;
    max-width: 360px;
}
.width_class {
    max-width: 325px;
}
.groceries_page_myorder::-webkit-scrollbar{
  width: 20px;
}
.groceries_page_myorder::-webkit-scrollbar-track{
    background: #4cc9d3;
    border-left: 9px solid #F6F6F6;
    border-right: 9px solid #F6F6F6;
}
.groceries_page_myorder::-webkit-scrollbar-thumb{
    background: #003851;
    border-left: 8px solid #F6F6F6;
    border-right: 8px solid #F6F6F6;
}
/*.select span:before {
    position: absolute;
    background-image: url(../../img/select_arrow.png);
    top: 16px;
    right: 6px;
    content: "";
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}*/
/*select new css*/
.select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
  background-image: url(../../img/select_arrow.png);
  background-repeat: no-repeat;
/*  z-index: 1;*/
  background-position: center right 10px;
}
 .select {
     position: relative;
     display: flex;
     flex-direction: column;
}
.select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    background: transparent;
    cursor: pointer;
    width: 100%;
    border: 1px solid #00385114;
    padding: 10px 14px;
    border-radius: 8px;
    color: #003851;
    opacity: 0.8;
}
.groceries_page_myorder .select-wrapper {
  width: 160px;
}
.groceries_page_myorder .qty {
  padding: 8px 8px;
/*  margin-right: 27px;*/
display: flex;
align-items: center;
}
.custom-options {
 position: absolute;
 display: block;
 top: 100%;
 left: 0;
 right: 0;
 border: 0;
 border-top: 0;
 background: #fff;
 transition: all 0.5s;
 opacity: 0;
 visibility: hidden;
 pointer-events: none;
 z-index: 2;
 padding: 12px 0;
  box-shadow: 0px 4px 26px rgb(0 56 81 / 15%);
  border-radius: 8px;
}
.select.open .custom-options {
   opacity: 1;
   visibility: visible;
   pointer-events: all;
}
.custom-option {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #003851;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 8px;
    opacity: 0.8;
}
.custom-option:hover {
    cursor: pointer;
    background-color: #e8f8f9;
    opacity: 1;
}
.custom-option.selected {
    color: #003851;
    background-color: #e8f8f9;
    opacity: 0.8;
}
.arrow {
     position: relative;
}
.select-wrapper span {
    margin-bottom: 0;
}
.custom-option:not(:last-child):before {
    position: absolute;
    content: "";
    width: 86%;
    height: 1px;
    background: #00385114;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
/*end select*/
p.disclaimer {
    font-size: 13px!important;
    line-height: 20px;
    opacity: 1;
    font-style: italic;
    margin-top: 20px;
    max-width: 300px;
}
.img_content_main {
    display: flex;
}
.dropdown_qty_main {
    display: flex;
    justify-content: start;
    width: 100%;
    align-items: center;
}
.qty span{
    margin-bottom: 0;
    padding-right: 6px;
    font-size: 14px;
    line-height: 18px;
}
/*select2 Dropdown css*/
.select2-search--dropdown {
    display: none !important;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #00385114 !important;
    border-radius: 8px !important;
    margin-bottom: 0 !important;
    height: 40px !important;
    background-image: url(../../img/select_arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #00385199 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 0 !important;
    padding: 5px 5px 5px 10px !important;
    font-weight: 500;
}
html body .custome_dropdown span{
  opacity: 1 !important !important;
}
.select2-container--default .select2-results>.select2-results__options {
    background: #fff !important;
    color: #00385199 !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    font-size: 16px !important;
    padding: 0;
}
.select2-results__option {
    padding: 8px 20px !important;
    position: relative;
}
.select2-results__option:not(:last-child):before {
    position: absolute;
    content: "";
    width: 86%;
    height: 1px;
    background: #00385114;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.select2-dropdown {
    background-color: white !important;
    border: 0 !important;
    border-radius: 8px !important;
    padding: 12px 0 !important;
    box-shadow: 0px 4px 26px rgb(0 56 81 / 15%) !important;
    box-sizing: border-box !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e8f8f9 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e8f8f9 !important;
    color: #003851 !important;
}
.name_bag span, .qty span{
  margin: 0 0 10px;
    font-weight: 500;
    font-family: 'Raleway';
    color: #003851;
    font-size: 16px;
    line-height: 26px;
    opacity: 0.8;
}

.qty span{
  margin-bottom: 0;
  padding-right: 6px;
  font-size: 14px;
  line-height: 18px;
}
@media ( max-width: 980px ) {
	.tab_col > ul {
		width: 100%;
		display: flex;
	}
    .tab_col ul li a {
        font-size: 13px;
        line-height: 20px;
    }
    .input-group .form-control {
      z-index: 1;
    }
    
    .container {
      max-width: 980px;
      padding: 0px;
      display: block;
      position: relative;
      width: 90%;
    }
    p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 25px;
    }
    .tab_col ul li {
      padding-right: 15px;
      padding-left: 0;
      padding-bottom: 10px;
    }
    .tab_col ul li a.active:before {
      height: 2px;
      bottom: -14px;
    }
    .tab_col ul:before {
      bottom: -15px;
    }
    .more_items {
      font-size: 18px;
      line-height: 25px;
    }
    .tab_col {
      padding: 0 0 15px 0;
      margin-bottom: 30px;
    }
    .single_product_main {
      margin-bottom: 18px;
      width: 100%;
    }
    .product_content {
      padding: 17px;
    }
    h3.product_title {
      margin-bottom: 8px;
    }
    p.product_excerpt {
      margin-bottom: 14px;
    }
    .product_variation select {
      padding: 6px 12px;
    }
    select {
      background-position-y: 10px;
    }
    span.price {
      font-size: 18px;
      line-height: 26px;
      margin: 10px 0;
    }
    .quantity {
      width: 100px;
      height: 33px;
    }
    .cart_btn a {
      font-size: 14px;
      padding: 8px 15px;
    }
    h3.sidebar_title {
      font-size: 20px;
      line-height: 30px;
    }
    h3.sidebar_title:before {
      width: 20px;
      height: 20px;
    }
    .product_main {
        max-width: 350px;
        margin: 0 auto;
    }
    button.btn-outline-primary {
      font-size: 14px;
      padding: 8px 16px;
    }
    .page_title h1 {
      font-size: 30px;
      line-height: 40px;
    }
    section.page_title {
      padding: 40px 0 25px 0;
    }
    .sticky_sidebar{
      margin-top: 50px;
    }
    .groceries_page_myorder {
      margin: 0 auto;
      max-height: 300px;
    }
    .sidebar_single_product {
      flex-flow: column !important;
    }
    .sidebar_single_product .product_img {
      width: 100%;
      margin-bottom: 10px;
    }
    .groceries_page_myorder .qty {
      width: 65px;
    }
    .post_content {
      padding-left: 0;
      width: 100%;
    }
    section.content_main {
      padding: 35px 0 42px 0;
  }
 }
 @media screen and (min-device-width: 768px) and (max-device-width: 980px) { 
    section.content_main {
        padding: 50px 0 45px 0;
    }
    .tab_col ul {
        flex-flow: row;
    }
  }
  @media screen and (min-device-width: 981px) and (max-device-width: 1199px) { 
    .container {
      width: 92%;
    }
    /*groceries page*/
    .page_title h1 {
      font-size: 35px;
      line-height: 45px;
    }
    section.page_title {
      padding: 40px 0 25px 0;
    }
    .product_content {
      padding: 15px;
    }
    .single_product_main {
      padding: 0 10px;
      margin-bottom: 25px;
    }
    span.price {
      font-size: 20px;
      line-height: 30px;
      margin: 15px 0;
    }
    p.product_excerpt {
      margin-bottom: 15px;
    }
    .quantity {
      width: 80px;
      height: 38px;
    }
    .cart_btn a {
      font-size: 15px;
      padding: 10px 20px;
    }
    section.content_main {
      padding: 50px 0 55px 0;
    }
    .tab_col ul li a {
      font-size: 15px;
      line-height: 26px;
    }
    .tab_col ul li a.active:before {
      bottom: -11px;
    }
    h3.sidebar_title {
      font-size: 20px;
      line-height: 30px;
    }
    .total_cost {
      padding: 10px 0 10px 0;
    }
    .more_items {
      font-size: 18px;
    }
    .select2-container--default .select2-selection--single {
      height: 35px !important;
      margin-top: 6px;
    }
  }
  @media screen and (min-device-width: 1200px) and (max-device-width: 1599px) {
    .container {
      width: 92%;
    }
    section.page_title {
        padding: 50px 0 25px 0;
    }
    .page_title h1 {
      font-size: 55px;
      line-height: 65px;
    }
    .product_content {
        padding: 22px;
    }
    span.price {
      margin: 20px 0;
    }
    .single_product_main {
      margin-bottom: 30px;
    }
    .quantity {
        width: 100px;
        height: 40px;
    }
    .cart_btn a {
      padding: 11px 20px;
    }
    section.content_main {
        padding: 45px 0 60px 0;
    }
  }
  @media screen and (min-device-width: 360px) and (max-device-width: 800px) { 
      .single_product_main {
        width: 100%;
      }
  }
  @media screen and (min-device-width: 768px) and (max-device-width: 1199px) { 
    .content_main .col-sm-8 {
        width: 60%;
    }
    .content_main .col-sm-4{
        width: 40%;
    }
    .width_class {
      max-width: 350px;
    }
  }