/** Shopify CDN: Minification failed

Line 8:0 Unexpected "{"
Line 8:1 Expected identifier but found "%"
Line 11:1 Expected identifier but found "%"

**/
{% comment %}
  All custom CSS in this file will be kept when updating the theme
  Write your custom CSS below
{% endcomment %}


/*************Icon Text Section Css*************/

.Icon-Text-Section {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.Icon-Text-Section .Title .title {
    width: 100%;
    height: auto;
    padding: 0;
}

.Icon-Text-Section .Title {
    width: 100%;
    height: auto;
    margin: 0 auto 1rem auto;
    padding: 0;
}

.Icon-Text-Section .Icon-Flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-box-align: stretch;
    flex-wrap: wrap;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    justify-content: center;
    gap: 0 10px;
}

.Icon-Text-Section .Icon-Flex .Icon-Grid {
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

.Icon-Text-Section .Icon-Flex .Icon-Grid .flex-box {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-box-align: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 1rem;
}

.Icon-Text-Section .Icon-Flex .Icon-Grid .flex-box .content-box {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.Icon-Text-Section .Icon-Flex .Icon-Grid .flex-box .content-box .image {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.Icon-Text-Section .Icon-Flex .Icon-Grid .flex-box .content-box .image img {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.Icon-Text-Section .Icon-Flex .Icon-Grid .flex-box .content-box .Icon-Title {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.Icon-Text-Section .Icon-Flex .Icon-Grid .flex-box .content-box .Icon-Title h6 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-weight: 400;
}

/**********************End**********************/

/*******************Cart Drawer Css***************/

.f-incart__product-inner {
    flex-wrap: wrap;
}

.f-incart__product-info {
    flex-wrap: wrap;
}

.f-incart__product-info>div:first-child {
    flex: unset !important;
    width: 70%;
}

/*************************End*********************/

/*********************Product Page Css******************/

.Custom-Badge {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.Custom-Badge .Flex-Box {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-box-align: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}

.Custom-Badge .Flex-Box .Button-Box {
    width: 32%;
    margin: 0;
    padding: 0;
    height: auto;
}

.Custom-Badge .Flex-Box .Button-Box button {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.5rem;
    border-radius: 10px;
    line-height: normal !important;
    min-width: unset !important;
    display: block;
}

/***************************End*************************/

/********************Product Card Css*******************/

.m-product-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.m-product-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.m-product-card__info {
   flex: 1;
}

/***********************End***********************/


/******************Universal Css********************/

.t-center {
  text-align:center;
}

.t-left {
  text-align:left;
}

.t-right {
  text-align:right;
}
/***********************End*************************/