/** Shopify CDN: Minification failed

Line 1846:0 Expected "}" to go with "{"

**/
body {
    font-size: 18px;
    color: #00122C;
}

html { scroll-behavior: smooth; }

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
  letter-spacing: 0;
}

.ishi-customhover-fadeinnormal:after {
	content: ""; background: transparent;
}
.ishi-customhover-fadeinrotate:after { 
  content: "";  background: transparent; 
}
.hero-bg-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}


.slideshow__item {
  position: relative;
  overflow: hidden;
}

.slider-content {
  position: relative;
  z-index: 1;
}

.page-width-sm {
    max-width: 1200px;
}



.page-title { font-size: 55px; font-weight: 500; color: #00122C; }

p {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4em;
  color: #1B365D;
}

.story-btn .btn, 
.about-btn .btn {
    min-width: 200px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding: 15px 30px;
}


.product-price { color: #fff; }

.set4-header {  padding-top: 40px; }

#header-layout4 .megamenu-header { border-top: none; margin-top: 0; }

.banner-product-image { max-width: 780px;  margin: 25px auto 25px; }

.banner-btn {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 60px;
    line-height: 1.5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    outline: none;
    border: solid 2px #F7F7F7;
    border-radius: 30px;
    color: #fff;
    min-width: 280px;
}

.banner-bottom {
  background-color: #3faadc;
  color: #00122c;

}

#shopify-section-Ishi_sidebar .left-column .sidebar-title {
    font-size: 20px;
    color: #00122C;
    font-weight: 500;
    letter-spacing: ;
}

 .scrolling-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    position: relative;
}
.scrolling-text {
  display: flex;
  width: max-content;
  animation: scroll 8s linear infinite;
  margin-bottom: 0 !important;
}

.banner-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}


.banner-bottom ul li {
  flex-shrink: 0;
  font-size: 55px;
  line-height: normal;
  font-weight: 700;
  position:relative;
  padding: 4px 55px;
  color:#00122c;
}

.banner-bottom ul li:before {
    content: "";
    background: #00122c;
    width: 22px;
    height: 22px;
    position: absolute;
    border-radius: 20px;
    left: -11px;
    top: 0;
    bottom: 0;
    margin: auto;
}


.banner-bottom ul li:first-child::before{
  content: ''; display:none;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.story-second { padding-top: 30px; }

.story-second  .section-header > h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.story-second .section-header > h2:before {
    content: '';
    height: 0;
}
.section-header > h2{  color:#00122C; line-height:1.1em;  }

.ishistoryblock .story-second .list-story-info p {
    line-height: 1.4em;
    font-size: 22px;
    color: #00122C;
}
.story-block2pic .list-story-info p {
    line-height: 1.4em;
    font-size: 24px;
    color: #00122C;
}

.story-content {
    padding-top: 30px;
}
.list-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.story-content .list-story-info{
  overflow:hidden;
}

.story-content .list-data {
   padding: 50px 50px 50px 90px;
   margin-bottom: 0 !important;
   border-radius:20px;
  position:relative;
}

.story-content .list-data:hover{
  background-color:#1B365D;
  border-radius:20px;
}

.story-content .list-data:before {
    content: "";
    background: #1B365D;
    height: 2px;
    position: absolute;
    left: 20px;
    right: 20px;
    top: -2px;
}

.story-content .list-data:hover::before{
  content: "";
  background: transparent;
  height: 0;
}

.story-content .list-data:hover div{
  color:#FFFFFF;
}

.list-data>div:first-child {
    color: #00122c;
    font-size: 47px;
    font-weight: 700;
    line-height: 1.1em;

}

.list-data>div:last-child {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  color: #00122C;
}

.ishi-bground .ishislideshow-carousel .slider-content .desc p {
    font-size: 22px;
    color: #fff;
    line-height: 1.4em;
    letter-spacing: 0;
}
.template-index .about-banner2 {
	background: #3FAADC;
}

.about-banner2 .list-Aboutus-info p {
    font-size: 22px;
}

.about-banner2A {
	background: #1B365D;
}

.about-banner2 .image-position-left .aboutus-banner {
    padding-left: 0;
}
.about-banner2A .image-position-right .aboutus-banner {
    padding-right: 0;
}

.about-listing {
    padding: 20px 0 0;
}

.about-listing h5 {
    font-size: 28px;
    font-weight: 600;
    color: #1b365d;
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative;
}

.about-banner2A .about-listing h5 {
      color: #FFFFFF;
}

.about-listing li {
    padding-bottom: 30px;
}
.about-listing>ul>li {
    background: url(/cdn/shop/files/ico-1.png?v=1741330274);
    background-repeat: no-repeat;
    padding-left: 100px;
    background-position: 0px 5px;
    position: relative;
    z-index: 1;
}

.about-banner2A .about-listing>ul>li{
  background: url(https://cdn.shopify.com/s/files/1/0584/8573/5488/files/icon-1.png?v=1741586253);
  background-repeat: no-repeat;
  background-position: 0px 5px;
}


.about-listing h5:after {
    content: "";
    background: #1b365d;
    width: 100%;
    height: 4px;
    position: absolute;
    left: -25px;
    bottom: 0;
    z-index: 1;
}

.about-banner2A .about-listing h5:after {
    content: "";
    background: #FFFFFF;
}

.section-header > h2 { margin-bottom: 10px; padding-bottom: 15px; }
.section-header > h2:before { content: ""; height: 0px; }

.about-banner3 {
    background-color: #f9f9f9;
    padding: 125px 0;
}
.about-banner3 .list-Aboutus-info {
    padding-bottom: 20px;
}
.about-banner3 .list-Aboutus-info p {
    font-size: 21px;
}

.about-banner4 {
	background: #1b365d url(/cdn/shop/files/BG-skincare.jpg?v=1741340132);
	padding: 75px 0;
}

.about-banner4 .information-container .title,
.about-banner4 .information-container .list-Aboutus-info p{
    color: #fff;
}
.about-banner4 .list-Aboutus-info p {
    font-size: 22px;
}

/* -----------------------------
  ** #Inner Page ** 
--------------------------------*/


.template-page #MainContent, 
.template-product #MainContent { padding: 0; }

.template-page.content-page #MainContent{
      padding: 0 0 75px;
}

body.privacy-temp #MainContent {
      padding: 180px 0 75px;
}

.title-item-center{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-banner2A p { color: #fff; font-size:20px; }
.about-banner2A .section-header>h2{ color:#FFFFFF;  }


.story-block2pic {
    padding-bottom: 30px;
}

.about-banner3 .image-position-left .information-container {
    padding-left: 75px;
}

.content-page .faq-block .accordion {
    border: none;
}

.content-block h1, .content-block h2, 
.content-block h3, .content-block h4 {
   font-weight: 600;
   color: #00122c;
   margin-bottom: 12px;
}

.content-block h1{ font-size: 3rem;  }
.content-block h2{ font-size: 2.5rem;  }
.content-block h3{ font-size: 2.2rem;  }
.content-block h4{ font-size: 2rem;  }

.content-block ul {
    margin-bottom: 26px;
    padding-left: 20px;
}

.content-block ul li {
    list-style: disc;
}
.content-block p {  margin: 0 0 16px; font-size:17px; }

.content-block ul li strong {
    font-size: 1.6rem;
}

/* -----------------------------
  ** #Product Page ** 
--------------------------------*/

.template-product .normal_main_content .product-section {
  background-image: url(/cdn/shop/files/product-bg.jpg?v=1741600178);
  background-color:#1b365d;
  background-repeat: no-repeat;
  padding-top: 220px;
}

.product__info-container .product__title {
    font-weight: 700; font-size: 47px; line-height: 1.1;
    letter-spacing: 0; color: #fff;
}

.product__info-container .product-price .price-item--regular {
    color: #fff; font-weight: 600; font-size: 37px;
}
.product-form__input .form__label { color: #fff; }
.template-product .product-section {
    margin-bottom: 0;
    padding-bottom: 75px;
}


.product__media-wrapper .single-product {  border: none; }

.product-section .product--media--sticky {   background: transparent; }

.product__media-list .product__media-item .product__media {
    border: none;
    border-radius: 10px;
}

.about_style1.set-fullbg {
  -ms-flex-direction: column;  
  flex-direction: column;
}

.set-fullbg .about-image-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
}

#MainContent .service-two .service-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
}

/* -----------------------------
  ** #Footer ** 
--------------------------------*/

#footer-layout1 .footer .contact-info ul li i.fa{ display:none; }
#footer-layout1 .footer .contact-info .contact-info-inner ul .content .title { display: none; }


#footer-layout1 .footer .store-infomation .store-desc, 
.footer .store-infomation .store-desc p {
  font-weight: 500;
}

#footer-layout1 .footer-block__heading {
    font-weight: 700;
    font-size: 20px;
}

#footer-layout1 .footer-block__details-content .list-menu__item--link {
 font-weight: 600; letter-spacing: 0;
}

#footer-layout1 .footer .contact-info .contact-info-inner ul .content a, 
#footer-layout1 .footer .contact-info .contact-info-inner ul .content p {
    font-weight: 600;
}

.customer p {  font-size: 15px; }


/* -----------------------------
  ** #Account Pages ** 
--------------------------------*/


body.template-customers-login .content-for-layout, 
body.template-customers-register .content-for-layout {
    background: url(/cdn/shop/files/BG-3.jpg?v=1741350559);
    background-position: top center;
}

/*----#setid--------*/

body.contact .content-for-layout #shopify-section-template--18772428554397__form {
    background: url(/cdn/shop/files/BG-3.jpg?v=1741350559);
    background-position: top center;
    padding: 175px 0 70px;
}

#header-layout4 #header .header-top > .page-width{
	background: #fff;
	border-radius: 5px;
}

#header-layout4 .megamenu-header, 
#header-layout4 .megamenu-header {
	border-bottom: none;
}

/*
body.template-customers-login #MainContent .customer, 
body.template-customers-register #MainContent .customer {
    margin: 150px auto 100px;
}*/


.template-customers-login #MainContent .customer, 
.template-customers-register #MainContent .customer {
    margin:0 !important;
}

/* -----------------------------
  ** #Cart Pages ** 
--------------------------------*/

body.template-cart .content-for-layout, 
body.template-customers-account .content-for-layout {
    background: url(https://cdn.shopify.com/s/files/1/0584/8573/5488/files/BG-3.jpg?v=1741350559);
    background-position: top center;
}

/*

body.template-cart #MainContent .normal_main_content  { margin-top: 150px; }

body.template-customers-account .content-for-layout .normal_main_content{
  padding-top: 150px;
}

*/

.template-cart .cart-items tbody { background-color: #fff; }
.cart-items .cart__header { background: #1B365D; }
.cart-items th { color: #ffffff; letter-spacing: 0; font-weight:600; }
.cart-item cart-remove-button {
	top: auto;
	margin-top: -25px;
}
.template-cart table.cart-items {
    margin-bottom: 0;
    border-bottom: solid 2px #00122C;
}

.tax-note { color: #fff; }
.cart__ctas .underlined-link {  color: #fff; }
#MainContent .cart__footer-wrapper {  margin-bottom: 10px; }
.cart__footer-wrapper:last-child .cart__footer {
    padding-bottom: 2rem;
}
.cart-footer span {
    color: #00122C;
    font-size: 20px;
    font-weight: 700;
}

#cart-notification #cart-upsell {
    display: none;
}
.cart-notification-product__name {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
    color: #00122C;
}
.cart-notification-product__option, 
.cart-notification-product__qty-price, 
.cart-notification-product__lineitem {
    font-size: 14px;
    color: #1B365D;
    font-weight: 500;
}

/* -----------------------------
  ** #Product Pages ** 
--------------------------------*/

.product__description p,
.product__info-wrapper .accordion-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.block--product-desc p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

/* -----------------------------
  ** #Set Header ** 
--------------------------------*/

#header-layout4 {
    background: #89b1c6;
    padding-bottom: 20px;
}

.template-index #header-layout4, 
.template-product #header-layout4{
  background: transparent;
  padding-bottom: 20px;  
}

/*---------@Header3----------- */

#header-layout3 #header .header-top .myheader {
    background: #fff;
    padding: 0 20px;
    border-radius: 50px;
}

#header-layout3 #header .header-top.fixed-header .myheader {
  padding: 2px 30px;
}

.buybtn-head {
    background-color: #ED1E24;
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px 10px 45px;
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    background-image: url(https://cdn.shopify.com/s/files/1/0584/8573/5488/files/boxico.png?v=1741763641);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 18px center;
}

@media screen and (min-width: 992px){
  #header-layout3 .language-currency {
    position: inherit;
}
  #header-layout3 #_desktop_search .search-toggle svg, 
  #header-layout3 #_mobile_search .search-toggle svg, 
  #header-layout3 #_desktop_user_info .userinfo-title .userinfo-toggle svg, 
  #header-layout3 #_mobile_user_info .userinfo-title .userinfo-toggle svg, 
  #header-layout3 #_desktop_cart .cart-display .cart-logo svg, 
  #header-layout3 #_mobile_cart .cart-display .cart-logo svg {
      fill: #fff !important;
  }
  
  #header-layout3 .fixed-header #_desktop_cart .cart-display .cart-logo svg {
      fill: #fff;
  }
  
  #header-layout3 #_desktop_cart, 
  #header-layout3 #_desktop_user_info {
      background-color: #ED1E24;;
      border-radius: 30px;
      padding: 2px;
  }
  #_desktop_cart .cart-display .cart-count-bubble {
  	background-color: #cae4f2;
  	color: #00122C;
  	font-weight: 600;
  }
  .myheader .header-right {
  	text-align: right;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-pack: end;
  	-ms-flex-pack: end;
  	justify-content: flex-end;
  	gap: 10px;
  }
  .myheader #_desktop_user_info {
      -ms-order: 1;
      order: 1;
  }
  
}  

/* -----------------------------
  ** #End Header ** 
--------------------------------*/

.product-form__quantity { padding-top: 20px; }
.product-form__quantity .form__label { display: none; }
.quantity__button { color: #fff; }
.product-form__quantity .quantity { color: #fff; }

#cart-notification .quantity__button,
cart-items .quantity__button { color:#787878; }

.shopify-payment-button__button--unbranded {
    padding: 4px 2em!important;
    height: 56px !important;
    text-transform: capitalize;
    font-size: 20px !important;
}

.product-form__buttons .product-form__submit{
	background-color: transparent;
	border: solid 1px #fff;
}
.product-form__buttons .product-form__submit:hover {
    background-color: #00122C;
    border-color: #00122C;
}

/*---------Contact page----------- */

.contact .title-container {
    padding: 0 0 12px;
    margin-bottom: 12px;
}
.contact-form-box {
    background: #00122C;
    border-radius: 30px;
    padding: 30px 60px 50px 60px;
    color: #fff;
}

.contact .title-container .heading {
  color: #fff; font-size: 45px;
  letter-spacing: 0; font-weight: 700;
}
.contact .title-container .subheading {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.4em;
	display: block;
}
.contact-form-box .contact__fields .field { margin-bottom: 2rem; }

.contact-form-box .contact__fields .field__input {
    background-color: #fff;
    height: 5.2rem;
}

.contact-form-box .field .text-area{ background-color:#FFFFFF; min-height:110px; }
.contact-form-box .contact__fields .field__label{ top: 1.5rem; }
.contact-form-box .submit-button {  margin-top: 2rem; }

.contact-form-box .submit-button button.button {
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    padding: 17px 25px;
    background-color: transparent;
    border: solid 2px #fff;
}

/*---------Contact page End----------- */

.ishistoryblock .story-text-colum .list-story-info p {
    line-height: 1.5em;
    font-size: 19px;
    color: #1B365D;
}
.ishistoryblock .story-text-colum .list-story-info a{
  font-weight:600;
  color: #1B365D;
}

.footer-left .footer__copyright { font-size: 17px; font-weight: 600; }


/*-----------@Account---------*/
.page-width-xs {
    max-width: 900px;
}
.account-row {
    display: flex;
    flex-wrap: wrap;
}

.account-row .account-thumb img {
  width: 100%;
  object-fit: cover;
  max-width: none;
  height:100%;
}

@media screen and (min-width: 992px){
  .account-row .account-thumb {
  	flex: 0 0 50%;
  	max-width: 50%;
  	overflow: hidden;
  }
  .account-row .account-form {
  	flex: 0 0 50%;
  	max-width: 50%;
  }
  .account-row .account-thumb img { border-radius: 20px 0 0 20px; }
  .account-thumb-register img {
      height: 539px;
  }
  .account-thumb-login img {
      height: 440px;
  }
  .main-title sup { font-size: 15px; font-weight: 400; }
}

@media screen and (max-width: 991px){
  
  .account-row {
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .account-row .account-form .customer { max-width: none; }
  
}


.product__info-container .product-form__buttons .product-form__submit {
    padding: 17px 20px;
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.facets__summary {
	font-size: 1.5rem;
	font-weight: 500;
}

.ftr-social ul li {
    display: inline-block;
}

.ftr-social {
    margin: 20px 0 0;
    text-align: right;
}
.ftr-social ul li a {
    display: inline-block;
    padding-right: 5px;
}

.template-page .page-title { display: none; }

.template-product .shopify-payment-button__more-options {
    color: #fff;
}

.product-price {
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px !important;
  
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.shopify-payment-button__more-options {
    font-size: 14px !important;
    margin-top: 5px !important;
}

.product__info-container .product-form__buttons {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/*-----------Account Pages--------------*/

#MainContent .customer.card-block {
    background-color: #0f2649;
}
.customer .field input{
	background-color: #fff;
}
.customer h1, .customer h2, .customer h3, .customer h4
.customer h5,  .customer h6,  .customer p,  .customer a{
    color: #fff;
}
.customer .errors {   padding: 5px 10px; font-size: 16px; }

#MainContent .customer.login form {
    margin-top: 2.3rem;
}


#MainContent .form-vertical.card-block.register, 
#MainContent .form-vertical.card-block.login { padding: 50px 60px; }

.ishi-title2 .page-width-center .slider-content { position: relative; }

.privacy-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.privacy-box ul li a {
    color: #fff;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 500;
}
.footer-bottom .payment-icons {
    display: none;
}

#slidetop { padding: 6px; }

.variant-space { padding-top: 20px; }

.resources #header-layout3 #header .header-top { background: transparent; }

body.resources .banner-bottom {
    background-color: #3faadc;
}
body.resources .banner-bottom ul li { color: #092247; }

body.resources .banner-bottom ul li:before {
    content: "";
    background: #092247;
}

.line-botm .title {  border-bottom: solid 2px #1B365D; }

.download-block { padding: 20px 0 0; }

.ishiservices .download-block .services.icon-center { text-align: left; }

.ishiservices .download-block {
    grid-row-gap: 60px;
}

#MainContent .ishiservices .download-block .service-title {
  font-weight: 700;
  padding-right: 10px;
}

.dload-colum {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ishiservices .services:hover .service-block .service-title {
	letter-spacing: .5px;
}
/* -----------------------------
  ** #language ** 
--------------------------------*/

.lagauge_n_currency_wrap {
    min-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1b365d;
    border-radius: 30px;
}
.lagauge_n_currency_wrap .transcy-switcher-manual {
    margin: 0;
}
.lagauge_n_currency_wrap .transcy-switcher-item-primary:hover {
    background-color: transparent !important;
}
.disclosure button.disclosure__button, .disclosure .disclosure__list-wrapper ul li a.link {
    font-weight: 600;
}
.lagauge_n_currency_wrap span#transcyBtnSwitcher {
    border: 0!important;
}



.disclosure__list {
    position: relative;
    overflow-y: auto;
    font-size: 1.4rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    scroll-padding: .5rem 0;
    min-height: 8.2rem;
    max-height: 20.65rem;
    max-width: 20rem;
    min-width: 12rem;
    width: max-content;
}

.disclosure__item {
    position: relative;
}
.disclosure__link {
    display: block;
    padding: .95rem 1rem .95rem 1rem;
    text-decoration: none;
    line-height: calc(1 + .8 / var(--font-body-scale));
    color: rgba(var(--color-foreground),.75);
    word-break: break-word;
}

.disclosure button.disclosure__button, .disclosure .disclosure__list-wrapper ul li a.link {
    font-weight: 600;
}

.transcy-switcher-container.transcy-switcher-position__top_right .transcy-switcher-item-primary {
	margin-right: 0px;
}

#header .transcy-switcher-item-primary {
    padding: 4px 10px;
}


@media screen and (min-width: 1200px){
   #header-layout3 #header .header-logo-section {
      width: 21%;
  } 
  #header-layout3 .myheader .header-right{
  	width: 45.66666667%
  }
}

@media screen and (min-width: 992px){
   .localization-selector.link { font-size: 13px; }
    #header .transcy-switcher-manual .transcy-switcher-item-primary {
      font-size: 14px;
        font-weight: 600 !important;
        border-radius: 30px !important;
    }
    #header-layout3 .language-currency .localization-selector.link {
      border: none;
      border-radius: 30px;
      overflow: hidden;
   } 
}




.desc p sup {
    font-size: 13px !important;
}

.section-header>h2 sup {
    font-size: 16px;
}
p sup {
    font-size: 11px;
    font-weight: 500;
}


.about_style4 {
    padding: 100px 0;
}
.about_style4 .description,
.about_style4 .description p{
  font-size: 21px;
}

.service-imge {  padding-bottom: 16px; } 


/* -----------------------------
  ** #Media Query ** 
--------------------------------*/
@media screen and (min-width: 2201px) and (max-width: 2500px){
  .banner-bottom ul li {   padding: 4px 150px; }
}

@media screen and (min-width: 1921px) and (max-width: 2200px){
  .banner-bottom ul li {   padding: 4px 120px; }
}

@media screen and (min-width: 1601px) and (max-width: 1920px){
  .banner-bottom ul li {   padding: 4px 100px; }
}

@media screen and (min-width: 1600px){
  .ishi-slide-banner .hidden-xs-down img, 
  .ishi-slide-title .hidden-xs-down img {  width: 100%; }
}

@media screen and (min-width: 1400px){
  
 .about-banner2 .section-header, 
 .about-banner2A .section-header { 
   padding-right: 165px; 
 }
  
  .about-banner2 .image-position-left .information-container {
      padding-right: 125px;
  }
  
  .about-banner2A .image-position-right .information-container {
      padding-left: 125px;
  }

  .about-banner2 .aboutus-information.image-position-left, 
  .about-banner2A .aboutus-information.image-position-right {
      gap: 75px;
  }
  .template-product .normal_main_content .row.grid.page-width {
      padding-left: 0;
      padding-right: 0;
  }
}

@media screen and (min-width: 1200px){

  .about_style4 .text-wrapper {
      padding-right: 50px;
  }
  
  .page-width-xlarge { max-width: 1450px; }

  body.resources .ishislider .ishi-title2 .slider-content .main-title {
      font-weight: 700;
      font-size: 60px;
  }
  
  /*.banner-bottom ul li { padding: 2px 15px; }*/
  #MainContent { padding: 180px 0 75px; }
  
  .ishi-slider2-content { margin-top: 75px !important; }
  
  /*.button, .btn, a.btn, .shopify-challenge__button, .customer button {
      min-width: 240px;
  }*/
  .ishi-bground .ishislideshow-carousel .slider-content .main-title {
	font-size: 47px;
	line-height: 1.1em;
  }
  .aboutus-information.image-position-right .information-container {
      padding-right: 50px;
  } 
  .about-banner4 .about-text-block {
      padding-right: 120px;
  }
  #MainContent .title-content .main-title {
      line-height: 1.2em;
      margin-bottom: 50px;
  }
  
  .story-block2pic .story-information {   
    gap: 30px; 
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  #footer-layout1 .footer-block__details-content .list-menu__item--link {
    font-size: 16px; 
  }
  
  #footer-layout1 .footer .contact-info .contact-info-inner ul .content a, 
  #footer-layout1 .footer .contact-info .contact-info-inner ul .content p {
      font-size: 17px;
  }

  #header-layout3 #top-menu>li>a .title {
    font-size: 20px;
  }
  footer.footer #_desktop_storeinfo .footer-block__details-content {
      padding-right: 30px;
  }
  .ishislider .ishi-title2 .slider-content .main-title {
  	font-size: 52px;
  }
  .ishi-title2 .page-width-center .slider-content {
  	top: 60px;
  }
  #MainContent .ishiservices .download-block .service-title {
    font-size: 24px;
    line-height:1.2em;
}
 
}

@media screen and (min-width: 1200px) and (max-width: 1320px){  
  #header-layout3 #top-menu>li>a .title {  font-size: 19px; } 
  #header .transcy-switcher-manual .transcy-switcher-item-primary {
      font-size: 12px;
  }
  .localization-selector.link {
      font-size: 12px;
  }
  #header-layout3 #header .header-top .myheader { padding: 0 5px; }
  .buybtn-head {
      padding: 10px 25px 10px 35px;  font-size: 13px; background-size: 12px;
      background-position: 14px center; line-height: 25px;
  }
  #header-layout3 #header .header-top.fixed-header .myheader {
      padding: 2px 5px;
  }
}  


@media screen and (min-width: 1200px) and (max-width: 1399px){
  .banner-bottom ul li { font-size: 40px; }
  
  .about-banner2 .image-position-left .information-container {
      padding-right: 50px;
  }
  .about-banner2A .image-position-right .information-container {
      padding-left: 50px;
  }
  .about-banner2 .aboutus-information.image-position-left, 
  .about-banner2A .aboutus-information.image-position-right {
   	gap: 20px;
   }
  .about-banner2 .image-position-left p, 
  .about-banner2A .image-position-right p {	font-size: 20px; }
  
}

@media screen and (min-width: 992px) and (max-width: 1199px){
  

  
  .banner-bottom ul li { font-size: 50px; }
  .ishi-slide-banner .ishislideshow-carousel .slideshow__link, 
  .ishi-slide-title .ishislideshow-carousel .slideshow__link {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .ishi-slider2-content { padding-bottom: 50px !important; }
  .banner-product-image img { max-width: 475px; }
  .set4-header { padding-top: 20px; }
  .banner-bottom ul li::after {
  	content: ""; width: 12px; 
  	height: 12px; right: -50px;
  }
  .banner-btn { font-size:20px; min-width: auto;  }
  .list-data > div:first-child { font-size: 37px; }
  .list-data > div:last-child { font-size: 22px; }
  .story-content .list-data { padding: 40px 40px 40px 40px; }
  
  .about-banner2 .aboutus-information.image-position-left, 
  .about-banner2A .aboutus-information.image-position-right {
  	gap: 15px;
  }
  .about-banner2 .image-position-left .information-container { padding-right: 50px; }
  .about-banner2A .image-position-right .information-container { padding-left: 50px; }
  
  .about-banner2 .image-position-left p, 
  .about-banner2A .image-position-right p {	font-size: 20px; }
  .about-listing h5 { font-size: 25px; }
  .about-listing li { padding-bottom: 20px; }
  .about-listing { padding: 10px 0 0; }
  .about-banner3 { padding: 75px 0; }
  .story-block2pic .story-information { gap: 20px; }
  .pic2-box { right: -75px; bottom: -50px; max-width: 250px; }
  .about-banner2 .aboutus-banner img {
  	height: 860px;
  	object-fit: cover;
  }
  
  #MainContent .service-two .service-title { font-size: 22px; line-height: 1.2em; }
  .service-two .service-img img { max-width: 110px; } 
  
   .story-block2pic .story-information {   gap: 20px; }
    #footer-layout1 .footer-block__details-content .list-menu__item--link {
      font-size: 15px; 
    }
    
    #footer-layout1 .footer .contact-info .contact-info-inner ul .content a, 
    #footer-layout1 .footer .contact-info .contact-info-inner ul .content p {
        font-size: 15px;
    }
  #footer-layout1 .footer .store-infomation .store-desc, 
  .footer .store-infomation .store-desc p {
    font-size: 15px;
  }
  #header-layout3 #top-menu>li>a .title {
    font-weight: 600;
    font-size: 19px;
    line-height: 18px;
  }
  .contact-form-box {
  	background: #00122c; border-radius: 30px;
  	padding: 15px 35px 40px; color: #fff;
  }
  .contact .title-container .subheading { font-size: 16px; }
    footer.footer #_desktop_storeinfo .footer-block__details-content {
      padding-right: 60px;
  }
  
  #MainContent { padding: 180px 0 75px; }
  

  .template-page.content-page #MainContent {
  	padding-top: 70px;
  }
  .ishi-title2 .page-width-center .slider-content { top: 30px; }
  
  #MainContent .ishiservices .download-block .service-title { font-size: 19px; }
  
  .download-icon img { max-width: 50px; }
  
  .lagauge_n_currency_wrap { display: none; }
  #header-layout3 #header .header-top .myheader {  padding: 0 6px; }
  #header-layout3 #header .header-top.fixed-header .myheader {  padding: 2px 6px; }
  
}  /* 992 to 1199 */

@media screen and (min-width: 992px){

    #_desktop_top_menu #top-menu .sub-menu.col-1 { width: 270px; }
   .story-second .image-position-right .list-story-info {   max-width: 500px; }
   .story-block2pic .image-position-left .list-story-info {   max-width: 550px; }
  
  .page-width-max { max-width: 2500px; }
  .page-width-large { max-width: 1370px; }

  
  
  #header-layout4 #header .header-top>.page-width { 
    padding-bottom: 15px; 
    padding-top:15px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius:50px !important;
  }
  #header-layout4 { position: absolute; left: 0; right: 0;  top: 0; z-index: 2; }  
  
  #header-layout4 #top-menu>li>a .title { font-weight: 600; font-size: 20px; }
  
  .story-second .image-position-right .story-banner {  
     -ms-flex-order: 1;
      order: 1; 
      padding-right: 0;
  }
  
  .story-second .image-position-right .information-container {  
     -ms-flex-order: 0;
     order: 0;
     max-width: 665px;    
  }
  
  .story-second .image-position-left .story-banner{
    padding-left: 0;
  }
  .story-block2pic .image-position-left .story-banner{
    padding-left: 0;
  }
  
  .story-second .story-information.image-position-right {
     -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .pic2-box {
      position: absolute; right: -100px; 
      bottom: -75px; max-width: 330px;
  }
  #footer-layout1 .footer-block:last-child {
      text-align: right;
  }  
  #footer-layout1 .footer .contact-info .contact-info-inner ul .site-footer__linklist-item {
  	text-align: right;
  }
  #footer-layout1 .footer .contact-info .contact-info-inner ul .content { text-align: right; }  
  #footer-layout1 .footer__content-top {
      padding-top: 5rem;
      padding-bottom: 5rem;
  }
  

  #header-layout3 .fixed-header #top-menu>li>a .title {
      color: #1B365D;
  }
  #header-layout3 #header .header-top {
  	position: absolute;
  	left: 0; right: 0; z-index: 9;
  	background: #3FAADC;
    border-bottom:none;
  }
  #header-layout3 .site-header {
      min-height: auto;
  }
  .template-product #header-layout3 #header .header-top {
      background: transparent;
  }
  #header-layout3 #header .header-top .site-header-inner {
  	padding: 40px 0 20px;
  }
  #header-layout3 #top-menu>li>a .title {
    font-weight: 600;
    line-height: 18px;
  }
  
  .account-row .account-thumb {	padding-right: 0; }
  .account-row .account-form { padding-left: 0; }
  
  /*-------Drop Down----------*/
  #_desktop_top_menu #top-menu .sub-menu.col-1 {
      width: 270px;
      padding-left: 0;
      padding-right: 0;
  }
  .top-menu.mainmenu-dropdown li a {
      padding: 11px 8px;
      font-size: 18px;
      color: #1b365d;
      font-weight: 600;
      text-align: center;
      line-height: 1.3em;
  }
  
  #header-layout3 #top-menu>li>a { padding: 27px 10px; }
  #_desktop_top_menu #top-menu .sub-menu {  box-shadow: none;  border-radius: 0 0 18px 18px;  }
  #_desktop_top_menu #top-menu .sub-menu.spacesmall { padding: 0  0 20px; left:-80px; }
  .mainmenu-dropdown ul.top-menu li {
      border-top: solid 1px #1B365D;
  }
  /*.mainmenu-dropdown ul.top-menu li:last-child{
      border-bottom: none;
  }*/
  
  #footer-layout1 .footer .store-infomation .store-desc, 
  .footer .store-infomation .store-desc p {
    font-size: 13px;
  }
  .footer .store-infomation .store-desc p strong,   
  .footer .store-infomation .store-desc strong{
    font-size:13px;
  }
  
  #footer-layout1 .footer .contact-info .contact-info-inner ul .content { width: 100%; }
  
  #MainContent .customer.card-block {  border-radius: 0 20px 20px 0; }  
  .privacy-box ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
  
} /* Min Width: 992*/

@media screen and (min-width: 768px){
  
  .list-data>div:first-child { flex: 0 0 27%; max-width: 27%; }
  .list-data>div:last-child {  flex: 0 0 63%; max-width: 63%; }
  .list-data {
   -webkit-box-align: center;
   -ms-flex-align: center;
    align-items: center;
    gap: 70px;
}
  
}  

@media screen and (min-width: 768px) and (max-width: 991px){
  
 .template-customers-login #MainContent { padding: 0; }
 .banner-bottom ul li { font-size: 40px; }
 .story-content .list-data { padding: 30px 20px 30px 20px; }
 .list-data > div:first-child { font-size: 34px; }
 .story-content .list-data { padding: 30px 20px; }
 .list-data > div:last-child { font-size: 20px; }
 .banner-bottom ul li::after { content: ""; width: 10px; height: 10px; right: -20px; }  
 .ishi-bground .slideshow__item .hidden-xs-down img {
  	height: 500px;
  	object-fit: cover;
 }
 .about-banner2 .aboutus-banner img {
	height: 400px;
	object-fit: cover;
}
  
.about-banner2 .aboutus-banner img {
	height: 700px; object-fit: cover; object-position: top;
}
.product__info-container .product-form__buttons .product-form__submit {
	padding: 12px 16px;
	font-size: 17px;
}

.shopify-payment-button__button--unbranded {
	padding: 12px 16px !important;
	height: 46px !important;
	text-transform: capitalize;
	font-size: 17px !important;
}  
#MainContent .service-two .service-title {
	font-size: 22px;
	line-height: 1.2em;
}  
.about-banner3 .image-position-left .information-container {
	padding-left: 15px;
}  
.product__info-container .product__title { font-size: 36px; } 
  
.account-row .account-thumb img {
    width: 105%;
    position: relative;
    left: -35px;
}
  .download-icon img { max-width: 42px; }  
  
} 

@media screen and (max-width: 1199px){  
  #footer-layout1 .footer .contact-info .contact-info-inner ul .content { width: 100%; }
}  

@media screen and (max-width: 991px){  
  .transcy-switcher-container {
    display: none;
}
  #header-layout4 #header .header-top {  padding: 0px 0; background: transparent; }
  .banner-btn { min-width: auto;  }
  .about-banner3 { padding: 75px 0; }
    .privacy-box ul {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  .pic2-box {
	max-width: 175px; position: absolute; 
    bottom: 0; right: 15px;
  }
  .story-block2pic .story-banner { padding-bottom: 50px; }
  
  .story-second .story-banner img { border-radius: 30px; }
  
  body.contact .content-for-layout #shopify-section-template--15360610762816__form { padding: 10px 0 60px; }  
  body.aboutus .page-title { display: none; }
  .template-product .normal_main_content .product-section { padding-top: 50px; }
    #footer-layout1 .footer .store-infomation .store-desc, 
  .footer .store-infomation .store-desc p {
    font-size: 13px;
  }
  .footer .store-infomation .store-desc p strong,   
  .footer .store-infomation .store-desc strong{
    font-size:13px;
  }
  .template-page .page-title { display: none; }
  
  .story-text-block .title br { display: none; }
  body.contact .content-for-layout #shopify-section-template--18772428554397__form {
      padding: 30px 0 70px;
  }  
    .product__info-container .product-form__buttons .product-form__submit {
      margin-bottom: 15px;
  }

  .product__info-container .product-form__buttons {
  	
  	-webkit-box-align: start;
  	-ms-flex-align: start;
  	align-items: flex-start;
  		
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .account-thumb { overflow: hidden; }
  .header__localization { opacity: 0; visibility: hidden; }

  .about_style4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    
    }
  
}  


@media screen and (max-width: 767px){
  
   p{ font-size:20px; }
  .ishistoryblock .story-second .list-story-info p { font-size: 20px; }
  .banner-bottom ul li { font-size: 38px; /*padding: 2px 25px;*/ text-transform: uppercase; }
  
  .banner-bottom ul li:after {
      content: "";
      width: 12px;
      height: 12px;
      right: -32px;
  }
  
  .banner-bottom ul { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
  .banner-btn { font-size: 18px; padding: 8px 40px; border: solid 1px #F7F7F7; }
  .banner-product-image img { max-width: 330px; }
  .banner-product-image { margin: 20px auto 25px; } 
  .story-content .list-data { padding: 30px 16px; }
  .list-data > div:first-child { font-size: 30px; }
  .list-data > div:last-child { font-size: 17px; font-weight: 500; }
  .list-data { -ms-flex-direction: column;  flex-direction: column; gap: 10px; }
  .ishi-bground .ishislideshow-carousel .slider-content .desc {  display: block; }
  .ishi-bground .ishislideshow-carousel .slider-content .desc p {
	font-size: 20px;
  }
  
  .about-banner2 .image-position-left .aboutus-banner { padding-right: 0; }
  .about-banner2A .image-position-right .aboutus-banner { padding-left: 0; }
  
  .about-listing h5 { font-size: 22px; }
  .about-listing > ul > li {	padding-left: 75px; background-size: 62px; }
  .about-listing h5 {	white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
  #MainContent .ishi-bground .main-title { font-size: 30px; line-height: 1.2em; }
  .btn, .button, .customer button, .shopify-challenge__button, a.btn {
      padding: 12px 40px;
  }
  
  .ishi-slide-title .title-product-image img { max-width: 170px; }
  .ishi-slide-title .title-product { padding-right: 0; padding-left:0; }
  .about-banner2A .about-listing > ul > li{ background-size:62px; }
   #MainContent .service-two .service-title { font-size: 22px; line-height: 1.3em; }
   .service-two .service-img img {	max-width: 100px; }
   .contact-form-box { padding: 20px 30px 50px; }
   .contact .title-container .subheading { font-size: 17px; }
  .page-title { font-size: 37px; }
  
  .about-banner2 .information-container, 
  .about-banner2A .information-container{
  	padding-top: 30px;
  	padding-bottom: 40px;
  }
  
  .story-block2pic { padding-bottom: 20px; }
  .cart-notification__links a.button { padding: 10px 10px;
  	font-weight: 500; text-transform: capitalize;
  }
  .cart-items thead tr { margin-bottom: 0; }
  .product__info-container .product-form__buttons .product-form__submit {
    	padding: 14px 16px; font-size: 18px;
  }
  .shopify-payment-button__button--unbranded {
  	padding: 12px 14px !important;
  	height: 50px !important;
  	text-transform: capitalize;
  	font-size: 18px !important;
  }
  #MainContent .service-two .service-title { font-size: 20px; }
  .about-banner3 .image-position-left .information-container { padding-left: 30px; }
  .product__info-container .product__title {
  	font-size: 38px;
  }
  .ishi-slide-title .title-product-image img {
  	max-width: 240px;
  }
  
  .title-product-image { text-align: center; }
  
  .title-item-center {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: column-reverse;
  	flex-direction: column-reverse;
  }
  
.title-item-center .title-content { text-align: center !important; }
.contact .title-container .heading { font-size: 42px; }
.template-product .normal_main_content .product-section {
    background-image: none;
}
  
.template-product .product-section { padding-bottom: 30px; }
.ishi-aboutus-section .set-fullbg .image-wrapper img {  height: 400px; object-fit: cover; }
/*.banner-bottom ul { gap: 50px; }*/
.ftr-social { text-align: left; } 
.template-customers-login #MainContent { padding: 0; }
.template-customers-register #MainContent { padding: 0; }  

.account-row .account-thumb img {   width: 106%; position:relative; left: -20px; }  
  
#MainContent .form-vertical.card-block.register, 
#MainContent .form-vertical.card-block.login {
    padding: 50px 30px;
}
  
#MainContent .ishiservices .download-block .service-title { 
  font-size: 22px; line-height: 1.2em; 
}

.ishiservices .download-block.service-width-2 {
    grid-template-columns: repeat(1,1fr) !important;
} 
.line-botm .title {
    font-size: 34px;
} 
.download-icon img {
    max-width: 45px;
}  
  
  
  
}   /* Max - #767 */


@media screen and (min-width: 544px) and (max-width: 767px){
  .ishi-bground .slideshow__item .hidden-xs-down img {
  	height: 500px;
  	object-fit: cover;
  }
}


@media screen and (max-width: 543px){
  
  .ishi-bground .slideshow__item .hidden-xs-up img { height: 580px; object-fit: cover; }
  .ishi-slide-banner .hidden-xs-up img { object-fit: cover; }
  .ishislider .ishislideshow-carousel .slider-content .main-title { font-size: 32px; line-height: 1.2em; margin-bottom: 9px; }
  .ishi-slide-title .slideshow__item .hidden-xs-up img {  object-fit: cover; }
  .ishi-title2 .slideshow__item .hidden-xs-up img { height: 160px; object-fit: cover; }
 
}


@media screen and (min-width: 380px) and (max-width: 543px){
    .ishi-slide-title .slideshow__item .hidden-xs-up img { height: 600px;  }
    .ishi-slide-banner .hidden-xs-up img { height: 600px; }
}

@media screen and (max-width: 379px){
    .ishi-slide-title .slideshow__item .hidden-xs-up img { height: 530px;  }
    .ishi-slide-banner .hidden-xs-up img { height: 530px; }
}

/* footer */

.footer-block__heading--wrapper {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer-block__heading--wrapper > * {
    height: 100%;
}

.footer-block__heading--wrapper > * > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-block__heading--wrapper .additional-icon {
    margin-right: 100px;
}

.footer-logo {
    padding: 5px 5px 0 0;
}

@media screen and (max-width: 991px) {
    .footer-block__heading--wrapper .additional-icon {
        margin-right: 0;
    }
}
.fda-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .fda-disclaimer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .fda-disclaimer img {
    max-width: 120px;
    margin: 0 auto 12px;
    display: block;
  }
@media screen and (max-width: 767px) {
  .footer-logo {
    text-align: center;
    margin: 0 auto 12px;
  }

  .footer-logo img {
    display: block;
    margin: 0 auto;
  }
}


/* video slide */

.banner-product-image video {
    width: 600px;
    max-width: 100%;
}
 
