@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

/*=======================================================
                    Common CSS
=========================================================*/
body {
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.75;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  transition: all 400ms ease;
}

ul li {
  list-style: none;
  font-size: 18px;
  color: #000;
}

ul {
  padding: 0;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e2a4e;
  line-height: 1.5;
}


p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 1.75;
}

.section-space {
  padding: 40px 0;
}

.container-fluid {
  width: 95%;
}


/*==========================================================
                    top band
============================================================*/

.top_band {
  clear: both;
  background: #f2a092;
  padding: 5px 0;
}

.top_band ul {
  padding: 0;
  margin: 0;
}

.top_band ul li {
  list-style: none;
  /* padding-right: 15px; */
  color: #000;
  font-size: 14px;
  float: left;
}
li.sect_topcontulli {
  border-right: 1px solid;
  margin-top: 6px;
  padding: 0px 13px;
}
li.li_sty {
  margin-top: 6px;
  padding: 0px 13px;
}

.top_band .social_links i {
  color: #fff;
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 5px;
}

ul.contact_info li a {
  color: #fff;
}


/* =search bar styles= */

.search_bar input {
  box-shadow: 0 0 0;
  border: none;
  background: transparent;
}

.search_bar input:focus {
  box-shadow: 0 0 0;
  border: none;
  background: transparent;
}

.search_bar button {
  background: none;
  box-shadow: 0 0 0;
  border: 0;
}

.search_bar {
  border: 1px solid #ffff;
  border-radius: 30px;
}

.search_bar i {
  font-size: 18px !important;
}

.form-control.search::placeholder {
  color: #fff;
}

h4.banner_pd_txt {
  position: absolute;
  top: 26%;
  right: 8%;
  width: 31%;
  font-size: 35px;
  color:  rgb(0, 0, 0);;
  font-family: emoji;
}
.buttton_block1 {
    background: #ff6700;
    margin-left: 19px;
    /* width: 146px; */
}

.buttton_block {
    background: #ff6700;
    margin-left: 19px;
    /* width: 146px; */
}


.btn-two {
  position: absolute;
  z-index: 1;
  top: 68%;
  right: 33%;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 16px;
  color: #eaf0f1;
  font-weight: 500;
  background: #9a3634;
  padding: 6px;
  border-radius: 3px;
  border: none;
}

/*==========================================================
                   Footer
============================================================*/

.main-footer {
  /* position: relative; */
  overflow: hidden;
}

.footer-widget__title {
  display: table;
  position: relative;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 21px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.footer-widget__info li, .footer-widget__links li a {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 1.562;
  align-items: center;
}

.list-unstyled li {
  padding-bottom: 10px;

}

.list-unstyled li a {
  color: #fff;
}

.footer-widget__title::before {
  left: 0;
  width: 8px;
  height: 8px !important;
  background-color: transparent !important;
  border: 2px solid #f7a400;
  border-radius: 50%;
  bottom: -3px !important;
}

.footer-two .footer-widget__title::before, .footer-two .footer-widget__title::after {
  background-color: #f7a400;
}

.footer-widget__title::after {
  left: 15px;
  width: 89px;
}

.footer-widget__title::before, .footer-widget__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
}

.footer-two {
  background-image: url(../images/slider_bg.png);
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_tint {
  background-color: #bb402c;
  padding-top: 40px;
}

.main-footer__bottom {
  padding: 5px 0;
  background: #a82b17;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}

.main-footer__bottom p {
  font-size: 16px;
  font-weight: 300;
}

address {
  font-weight: 300;
}

footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 36%;
}
.main-footer__top {
  position: relative;
  z-index: 75;
}

/*==========================================================
                   main new slider
============================================================*/
section.main_new_slider {
  margin-top: -74px;
  position: relative;
}

section.main_new_slider .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #00338d;

}

section.main_new_slider .carousel-indicators .active {
  opacity: 1;
  background-color: #00338d;
}


section.main_new_slider .carousel-item {
  position: relative;
}

section.main_new_slider .carousel-caption {
  position: absolute;
  left: 0;
  width: 70%;
  top: 40%;
  right: 0;
  margin: auto;
  z-index: 11;
  text-align: left;
}

section.main_new_slider .carousel-caption h1 {
  color: #ffcb14;
  font-weight: 300;
  font-size: 60px;
}

section.main_new_slider .carousel-caption p {
  color: #fff;
  font-weight: 300;
  font-size: 36px;
}

/*==========================================================
                   animation styles
============================================================*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}


/*==========================================================
                     nav bar 
============================================================*/
.main_logo a {
  display: flex;
  padding: 5px 0 0;
}

.main_logo a .logo_img {
  width: 30%;
}

.dr_name {
  margin-top: -6px;
}

.main_logo a .logo_img img {
  width: 100%;
  margin-top: -58%;
}

h4.neuro_serh4 {
  margin: 0;
  line-height: 1;
}


.row.v-center {
  display: flex;
  align-items: center;
}

header.header {
  top: 0;
  background: white;
  box-shadow: 0 10px 10px rgb(0 0 0 / 15%);
}

.header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 5px 0;
}

.header .item-left {
  flex: 0 0 25%;
  text-align: center;
}

.header .item-center {
  flex: 0 0 75%;
}

.header .item-right {
  flex: 0 0 0%;
  justify-content: flex-end;
  text-align: center;
}

.header .menu>ul>li {
  display: inline-block;
  padding-bottom: 0px;
}

.header .menu>ul>li>a:hover {
  color: #f97425;
  color: #1da1f2;
}

.header .menu>ul>li>a {
  font-weight: 400;
  color: #123c69;
  position: relative;
  text-transform: capitalize;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 18px;
  padding: 20px 3px;
  margin: 0 15px;
}

.header .menu>ul>li>.cnt {
  margin-right: 0;
}

.header .menu>ul>li>a::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 5px;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  background: #1da1f2;
  transform-origin: 0 50%;
}

.header .menu>ul>li>a:hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 100% 50%;
}

ul.menu-main {
  text-align: right;
  padding: 10px 0;
  margin: 0;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

@media(max-width: 991px) {
  .header .menu>ul>li .sub-menu.active {
    display: block;
  }

  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }

  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }

  .v-center {
    justify-content: space-between;
  }

  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #1da1f2;
    width: 24px;
    position: relative;
  }

  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1da1f2;
  }

  .header .mobile-menu-trigger span:before {
    top: -6px;
  }

  .header .mobile-menu-trigger span:after {
    top: 6px;
  }

  .header .item-right {
    align-items: center;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: #ffffff;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .header .menu.active {
    transform: translate(0%);
  }

  .header .menu>ul>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .header .menu>ul>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
  }

  .header .menu>ul>li>a i {
    position: absolute;
    top: 15px;
    right: 9px;
    text-align: center;
    font-size: 20px;
  }

  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
    flex-direction: row-reverse;
  }

  .header .menu .mobile-menu-head .go-back {

    display: none;
  }

  .header .menu .mobile-menu-head .current-menu-title {

    display: none;
  }

  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #f27e00;
    font-size: 25px;
  }

  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}

/* =navbar dropdown styles= */

.header .menu>ul>li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 5px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
  min-width: 150px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
  padding: 10px 15px;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.5;
  color: #002268;
  width: 100%;
  font-weight: 500;
  border-bottom: 1px dotted #f27e00;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover {
  background-color: #ea7027;
  color: white !important;
}

.sub-menu.mega-menu>.list-item>ul>li {
  padding-bottom: 0;
}


.header .menu>ul>li.menu-item-has-children:hover .sub-menu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  margin-top: 30px;
}


.header .menu>ul>li.menu-item-has-children .list-item ul {
  padding: 0;
}

.header .menu>ul>li.menu-item-has-children .list-item {
  text-align: left;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li:hover a {
  color: white !important;
}

/* =main menu icon styles= */
.main_menu_icon sup {
  padding: 0px 8px 3px;
  border-radius: 50%;
  background: #3190c5;
  color: #fff;
  font-style: normal;
  left: 3px;
  top: -10px;
}

/*==========================================================
                      main slider
============================================================*/
.main_slider .carousel-item {
  position: relative;
}

.main_slider {
  position: relative;
  z-index: 20;
}


.main_slider .carousel-control-next, .carousel-control-prev {
  z-index: 12;
}

.main_slider .img_content {
  position: relative;
  text-align: center;
}

.main_slider .img_content img {
  position: relative;
  z-index: 11;
  width: 60%;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  top: 83%;
}
span.carousel-control-prev-icon.nstyle{
/* background: rebeccapurple; */
background-color: #1da1f2;
  padding: 10px;
  height: 30px;
  width: 30px;
  border-radius: 5px;
}
span.carousel-control-next-icon.nstyle {
  /* background: rebeccapurple; */
  background-color: #1da1f2;
  padding: 10px;
  height: 30px;
  width: 30px;
  border-radius: 5px;
}
.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}


/*==================================================================
                     slider band
====================================================================*/

section.slider_band {
  background: #006299;
  padding: 10px 0;
}

section.slider_band a {
  float: right;
  margin: 0;
}

section.slider_band a button {
  margin: 0;
}

section.slider_band h2 {
  font-size: 24px;
  margin: 0;
  color: #fff;
  font-weight: 300;
}

section.slider_band h2 span {
  font-size: 28px;
  font-weight: 400;
}


/*==========================================================
                      btn styles
============================================================*/
.main_btn {
  font-size: 18px;
  border-radius: 30px;
  padding: 15px;
  margin-top: 20px;
  transition: .5s ease;
  background-color: #1da1f2;
  border: none;
}

.main_btn i {
  background: #123c69;
  padding: 6px 10px;
  border-radius: 50%;
}

.main_btn:hover {
  background-color: #123C69;
  transition: .5s ease;
}

.main_btn:hover i {
  background: #e5b026;
  color: #fff;
  transition: .5s ease;
}


/*==========================================================
                   trending sale section
============================================================*/
.trending_sale_block .banner-content p {
  display: inline-block;
  background: #ff6700;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 20px 2px 14px;
  margin-bottom: 15px;
  border-radius: 50px 0 0 50px;
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
}

.trending_sale_block {
  padding: 15px 20px;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 1px 3px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/* .trending_sale_block .banner-content a {
 
} */
a.a_cls_sty {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 14px;
  color: #1da1f2;
  font-weight: 500;
}

section.trending_sale {
  background: #fdfaf8;
}

/*==========================================================
                   inner  banner 
============================================================*/
.inner_banner {
  position: relative;
  background-size: 100%;
  padding: 15px 0;
  overflow: hidden;

}

.inner_banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #e5715e;
}

.banner_text_content {
  position: relative;
  z-index: 11;
}

.inner_banner h2 {
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.inner_banner p {
  margin: 0;
  color: #fff;
}

.inner_main_content {
  padding: 20px;
}

/*==========================================================
                   Product card css
============================================================*/

.product-area {
  position: relative;
}

.product_item_main {
  width: 20%;
}

.product-item {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  z-index: 1;
}

.product-item::before {
  content: "";
  position: absolute;
  height: 70%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d2edff85;
  border-radius: 10px;
  transition: .5s ease;
  z-index: -1;
}

.product-item:hover::before {
  height: 100%;
}

.product-img {
  position: relative;
  text-align: center;
}

.product-img img {
  width: auto;
  border-radius: 20px;
  width: 95%;
}

.product-item .type {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  background: #ddd;
  color: #fff;
  font-size: 11px;
  padding: 2px 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 50px;
}

.product-item .type.new {
  background: #ddd;
}

.product-item .type.oos {
  background: red;
}

.product-item .type.discount {
  background: yellow;
}

.product-item .type.hot {
  background: skyblue;
}

.product-action-wrap {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .5s ease;
}

.product-item:hover .product-action-wrap {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}

.product-action i {
  line-height: 40px;
  background: #3190c5;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 0 3px;
  padding: 8px 11px;
}

h3.product-title {
  margin: 0;
  font-size: 18px;
  margin-top: 10px;
}


.product-content {
  margin-top: 2px;
}

.product-title a {
  font-size: 17px;
  color: #000;
}

.product-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.product-price {
  font-size: 16px;
  font-weight: 500;
}

.product-price del {
  margin-right: 5px;
  color: #000;
}

.product-price span {
  color: #ff6100;
}

.product-cart-btn {
  position: relative;
  border: none;
  background: #3190c5;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  width: 42px;
  height: 42px;
  transition: .5s ease;
}


@media all and (min-width: 992px) and (max-width: 1399px) {
  .product-item {
    padding: 15px;
  }

  .product-cart-btn {
    width: 37px;
    height: 37px;
    font-size: 15px;
  }

  .product-price del {
    font-size: 13px;
  }
}

@media all and (max-width: 767px) {
  .product-wrap {
    margin: 0 15px;
  }
}

.carousel-item img {
  /* width: 93%; */
  height: 100%;
}
/* .carousel-item {
  height: 500px;
} */
.carousel-newsty {
  height: 412px;
}


/* ======================================================
                    cart band
=========================================================*/

.cart_band {
  position: relative;
}

.cart_band_side_images img {
  position: absolute;
  width: 10%;
  top: 8%;
}

.cart_band_side_images img:first-child {
  left: 15%;
}

.cart_band_side_images img:last-child {
  right: 15%;
}


/*==========================================================
                    multi item carousel
============================================================*/

@media (max-width: 767px) {
  .multi_item .carousel-inner .carousel-item>div {
    display: none;
  }

  .multi_item .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.multi_item .carousel-inner .carousel-item.active,
.multi_item .carousel-inner .carousel-item-next,
.multi_item .carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {

  .multi_item .carousel-inner .carousel-item-end.active,
  .multi_item .carousel-inner .carousel-item-next {
    transform: translateX(20%);
  }

  .multi_item .carousel-inner .carousel-item-start.active,
  .multi_item .carousel-inner .carousel-item-prev {
    transform: translateX(-20%);
  }
}

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

  .multi_item .carousel-inner .carousel-item-end.active,
  .multi_item .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .multi_item .carousel-inner .carousel-item-start.active,
  .multi_item .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .multi_item .carousel-inner .carousel-item-end.active,
  .multi_item .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .multi_item .carousel-inner .carousel-item-start.active,
  .multi_item .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
}

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

  .multi_item .carousel-inner .carousel-item-end.active,
  .multi_item .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }

  .multi_item .carousel-inner .carousel-item-start.active,
  .multi_item .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
}




.multi_item .carousel-inner .carousel-item-end,
.multi_item .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.indi_item {
  padding: 0 15px;
  width: 20%;
}

.multi_item {
  padding: 0;
}

section.product_multi_item_carousel {

  position: relative;
}

.multi_item .carousel-control-next, .multi_item .carousel-control-prev {
  position: initial;
}

.top_controls {
  position: absolute;
  right: 20px;
  top: -13%;

  width: 50px;
}

.top_controls a {
  width: 24px;
  opacity: 1;
  background-color: #ff6700 !important;
}

.top_controls a:first-child {
  margin-right: 5px;
}

/*==========================================================
                      section heading
============================================================*/
.section_main_heading h2 {
  position: relative;
  display: inline;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
}

.section_main_heading h2 span{
  color: #ff6700;
  border-bottom: 3px solid #ff6700;
  padding-bottom: 5px;
}

.section_main_heading {
  margin-bottom: 30px;
}

/*==========================================================
                      product inner page
============================================================*/
.product_main_content {
  width: 70%;
  margin-top: 10px;
}


.buttton_block button {
  background: #ff6700;
  border: none;
}

.buttton_block button:hover {
  background: #ff6700;
}

.product_desc .nav-tabs .nav-link.active {
  border-color: #ff6700;
  color: #000;
}

section.product_desc_block h2 {
  font-weight: 400;
}

.product_desc .nav-tabs .nav-link {
  border: 2px solid #ddd;
  color: #584949;
  border-radius: 10px;
  margin-right: 10px;
  padding: 0px 15px;
}

/* product carousel= */
.indicator_imgs {
  position: initial;
  justify-content: left;
  margin-left: 0;
  margin-bottom: 0;
}

.indicator_imgs [data-bs-target] {
  width: auto;
  height: auto;
  text-indent: 0;
  border-bottom: 0;

}

.indicator_imgs img {
  width: 80px;
  height: auto;
  border: 2px solid #ddd;
  border-radius: 10px;
}

.indicator_imgs .active img {
  border-color:#ff6700;
}

.carousel-inner.product {
  background-color: #e8f6fd;
  padding: 30px 0;
  border-radius: 10px;
  width: 95%;
}

/*==========================================================
                     add cart page
============================================================*/

img.media-object {
  width: 89px;
  height: auto;
  margin-right: 20px;
  padding: 10px 8px;
}

td, th {
  vertical-align: middle !important;
}
h4.cart_product_heading {
  font-size: 18px;
  margin-bottom: 0px;
}
.form_new {
  width: 38%;
  text-align: center;
  padding: 5px 3px;
  float: right;
  margin: 29px 0px;
}

.cart_block tr {
  padding: 20px;
}


.my_cart_product_main {
  align-items: center;
}

.product_subtotal_main {
  float: right;
  text-align: right;
}

.product_cart_buttons .btn-light {
  border-color: #ddd;
}


.product_cart_buttons button {
  margin-left: 10px;
  margin-top: 30px;
}
th.table_tr {
  width: 40%;
}
th.table_tr2{
 width: 15%;
}
/* .main_sty {
  display: none;
} */
.main_title h3 {
  font-size: 18px;
  font-weight: 600;
}
.product_de p {
  margin: 0;
  font-size: 16px;
}
a.btn_newsty {
  padding: 3px 8px;
  font-size: 14px;
  border-radius: 2px;
}
.wrapper {
  border-bottom: 1px solid silver;
  padding-bottom: 16px;
}
.main_title1 {
  text-align: end;
}
.main_title1 h3 {
  font-size: 18px;
  font-weight: 600;
}
.main_title1 p {
  font-size: 16px;
  margin: 39px 0px;
}


/*==========================================================
                      checkout page
============================================================*/
.billing_sec .form-control, .shipping_sec .form-control {
  margin-bottom: 20px;
  height: 40px;
}


ol.breadcrumb li {
  padding-right: 20px;
}

.shipping_form {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 15px;
  border-radius: 10px;
}

ol.breadcrumb li {
  padding-right: 20px;
  font-size: 18px;
  position: relative;
}

/*==========================================================
                      billing page
============================================================*/

.Shipping_block {
  border: 1px solid #dddddd;
  padding: 10px;
  margin: 0px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.row.review_shipping {
  padding-top: 8px;
  border-top: 1px solid #e6e6e6;
}

.payment_block_sec {
  margin: 0;
  margin-top: 40px;
}

.panel-default {
  border: 1px solid #ddd;
}

p.panel-title {
  margin: 0;
  padding: 15px;
}

.panel-body {
  padding: 15px;
}

.content-box {
  border: 1px solid #d9d9d9;
  padding: 15px;
}

.header_section.billing_address {
  margin-top: 20px;
}

.billing_main_section_content {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 15px;
}

.return_to_cart {
  margin-top: 20px;
}

.shipping_col a {
  float: right;
}

/* ====================================================
                  our populor product
========================================================*/

.our_popular_product .container-fluid {
  width: 80%;
}

.our_popular_product {
  padding-bottom: 10px;
}

.popular_item h5 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
}

.popular_item {
  margin-bottom: 30px;
}

.popular_item .popular_img {
  border-radius: 50%;
  border: 2px solid #ff6700;
  padding: 15px;
  /* height: 190px; */
}
/* .popular_img img {
  height: 100%;
  border-radius: 100%;
} */
.popular_item img{
  transition: .5s ease;
  height: 100%;
  border-radius: 100%;
}
.popular_item img:hover{
  transform: scale(1.1);
  transition: .5s ease;
}

.popular_img:hover {
border-color: #0e2a4e;
border: 2px dashed;
}

.our_popular_product .section_main_heading{
  text-align: center;
}


/* ====================================================
                  login page
========================================================*/

.section_login h2 {
  text-align: center;
}

/* .section_login {
  width: 700px;
  margin: auto;
} */
.section_login_main {
  width: 500px;
  padding: 28px;
  border-top: 5px solid #f2a092;
  border-radius: 8px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.new_form {
  border-color: #848383;
  border-radius: 3px;
}
.new_form:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
span.error p {
  font-size: 12px;
  color: red;
}
.inputerror {
  border-color: red;
}
ul.submit_block li {
  text-align: center;
  margin-bottom: 14px;
}
input.btn.btn-primary.submit {
  background: #3190c5;
  border-color: #3190c5;
  color: #fff;
}
ul.submit_block li a {
  font-size: 16px;
}
.submit_btn {
  padding-top: 20px;
  text-align: center;
}
ul.submit_block {
  margin: 15px 0 0;
}
label.signin-label {
  font-size: 14px;
  margin-top: 10px;
}
.forgot_design_block p {
  font-size: 16px;
  text-align: center;
}
input.continue-btn {
  background: #3190c5 !important;
  border-color: #3190c5;
  color: #fff;
  float: right;
}
p.final_amount {
  width: 50%;
  text-align: end;
}
tr.tr_newsty {
  border-bottom: white;
}

/* ====================================================
                  contact page
========================================================*/

.contact-main {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 30px;
  font-size: 20px;
  position: relative;
  z-index: 96;
  transition: .5s ease;
}
.contact-main i {
  padding: 7px 15px;
  border-radius: 50%;
  border: 2px solid #ff6700;
  margin-right: 10px;
  color: #3190c5;
  transition: .5s ease;
  height: 54px;
  width: 54px;
}
.contact-main:hover i{
  border-color: #0e52b8;
  border: 2px dashed #0e52b8;
  color: #ff6700;
  transform: scale(1.1);
  transition: .5s ease;
}
.contact_heading h3 {
  text-align: center;
}
.contact_heading {
  padding-top: 40px;
  position: relative;
  z-index: 75;
}
.contact_heading h3::before {
  position: relative;
  width: 63px;
  height: 4px;
  content: "";
  display: block;
  left: 108px;
  bottom: -23px;
  border-bottom: 1px solid #c1781b;
  border-top: 1px solid #c1781b;
}
.contact_heading h3::after {
  position: absolute;
  width: 63px;
  height: 4px;
  content: "";
  display: block;
  right: 106px;
  bottom: 357px;
  border-bottom: 1px solid #c1781b;
  border-top: 1px solid #c1781b;
}
.newbtn {
  margin-top: 20px;
}
.sign_form {
  border-radius: 5px;
  border: 0px solid #a7a8aa21;
  background: #a7a8aa21;
  margin-bottom: 25px;
  padding: 7px 10px 9px 10px !important;
  height: 50px;
  border-bottom: 2px solid #e5715e;
}
.sign_form:focus {
  color: #212529;
  background: #a7a8aa21;
  border-color: #0e52b8;
  outline: 0;
  box-shadow: none;
}
.custom-form-textarea {
  height: 165px !important;
}
.contact_left iframe {
  width: 100%;
}
.contact_left {
  position: relative;
 z-index: 88;
}

/* ====================================================
                 TERMS & CONDITIONS page
========================================================*/

ul.ul_sty li i {
  /* padding: 0px 9px; */
  margin-right: 14px;
  color: #e5715e;
}
.policy-sty li p {
  margin-left: 35px;
  text-align: justify;
}


/* new css */
.product_desc {
  position: relative;
  z-index: 75;
}
ul.social_links {
  position: relative;
  z-index: 30;
}
.section-space {
  position: relative;
  z-index: 70;
}


.banner-content h4 {
  font-size: 17px;
}

.new_sty {
  width: 63%;
}

img.trnding_img {
  border-radius: 9px;
}
.product_det p {
  margin: 0px;
  font-size: 14px;
}
.removebtn {
  font-size: 14px;
  padding: 2px 7px;
  border-radius: 4px;
}

.category p {
  float: right;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.category {
  width: 70%;
  margin: 7px 0px 0;
  padding: 5px 12px;
  border-bottom: 1px solid #dee2e6;
}

/* =========================
enguery page style
===========================================*/
.col-sm-4.col-md-4.text_bx input.form-control {
    margin-top: 20px;
    padding: 10px 8px;
}
.col-sm-4.col-md-4.text_bx {
    padding-bottom: 25px;
}

button.btn.btn-info.nstyle {
    margin-top: 25px;
    padding: 7px 15px;
    border: none;
    background: #3190c5;
}
ul.personal-info {
    background: #f2a0924a;
    padding: 10px;
}

ul.personal-info li {
    font-size: 16px;
    background: white;
    margin-bottom: 7px;
    padding: 6px;
}
span.error {
    color: brown;
}

/* ============footer==== */
ul.list-unstyled.footer-widget__links.nstyle {
  display: flex;
}

ul.list-unstyled.footer-widget__links.nstyle li {
  padding-right: 50px;
}
img.imgs_cls_2 {
  width: 100%;
}

/* =====================top header cls----===== */
ul.list-none.nstyle {
    display: flex;
    margin-top: 6px;
    justify-content: space-around;
    margin-bottom: 5px;
}
section.section_top {
    background: burlywood;
}

ul.list-none.nstyle li.li_sty {
    margin: 0px !important;
}
ul.list-none.nstyle li.sect_topcontulli {
    margin: 0px;
}
ul.list-none.nstyle li {
    font-size: 14px;
}