* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  line-height: 26px; }
  body .form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc; }
  body textarea {
    border-color: #ccc; }
    body textarea:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-color: #ccc;
      outline: none; }
  body a {
    color: black; }
    body a:hover {
      text-decoration: none;
      color: #1c81c5; }
    body a:focus {
      outline: none; }
  body p {
    text-align: justify;
    line-height: 31px;
    color: black;
    font-size: 18px;
    margin: 0; }
  body ul {
    margin: 0;
    padding: 0; }
    body ul li {
      list-style-type: none; }
  body button:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none; }
  body button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  body input .btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none; }
  body img {
    width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0; }
  h1:focus,
  h2:focus,
  h3:focus,
  h4:focus,
  h5:focus,
  h6:focus {
    outline: none; }

.no-pad {
  padding: 0; }

.sec-padding {
  padding: 40px 20px; }

.sec-background {
  background-color: white; }

.sec-title {
  margin-bottom: 40px; }
  .sec-title h3 {
    border-bottom: 3px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    color: #222;
    font-weight: 700;
    text-transform: uppercase; }
    .sec-title h3 span {
      font-size: 20px;
      color: #222;
      font-weight: 700;
      float: left;
      text-transform: uppercase;
      padding-bottom: 8px;
      bottom: 0;
      position: relative; }
      .sec-title h3 span:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background-color: #e94e1a;
        bottom: -2px;
        left: 0; }
    .sec-title h3 a {
      font-size: 14px;
      font-weight: 500;
      text-transform: none;
      color: #363636;
      position: relative;
      padding-right: 10px; }
      .sec-title h3 a::after {
        content: "\f0da";
        position: absolute;
        font-family: "Font Awesome 5 Free";
        color: #363636;
        font-weight: 600;
        transform: translateY(-50%);
        top: 50%;
        right: 0; }

#myTopbtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 99;
  font-size: 26px;
  border: none;
  outline: none;
  color: white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  box-shadow: 0px 0px 9px 0px #00000063;
  background: #e94e1a;
  transition: 0.2s linear; }
  #myTopbtn img {
    height: 25px;
    width: 25px; }
  #myTopbtn:hover {
    cursor: pointer; }

.h-pad {
  padding: 0 50px; }

.header-top {
  border-bottom: 1px solid #e2e2e2;
  padding-top: 5px;
  padding-bottom: 5px; }

.social-icon {
  display: flex; }
  .social-icon li {
    padding-right: 10px; }
    .social-icon li img {
      height: 25px;
      width: 25px; }

.ht-mid {
  display: flex;
  justify-content: center; }

.ht-right ul {
  display: flex;
  justify-content: flex-end; }
  .ht-right ul li {
    font-size: 14px; }
    .ht-right ul li img {
      height: 22px;
      width: 22px; }
  .ht-right ul li:not(:last-child) {
    padding-right: 10px; }

.hm-left {
  padding: 5px 0 10px; }
  .hm-left img {
    height: 100px;
    object-fit: contain; }

.hmm,
.hmr {
  display: flex;
  justify-content: center;
  align-items: center; }

.hm-mid {
  width: 100%; }
  .hm-mid input[type="text"] {
    width: 100%;
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    padding: 0 50px 0 10px;
    height: 40px; }
    .hm-mid input[type="text"]:focus {
      outline: none; }
    .hm-mid input[type="text"]::placeholder {
      color: gray;
      font-size: 13px; }
  .hm-mid button {
    position: absolute;
    right: 16px;
    background: #e94e1a;
    color: white;
    border: none;
    height: 40px;
    width: 50px;
    border: 1px solid #e94e1a;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    cursor: pointer; }

.hm-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .dropdown:hover .dropdown-content {
    visibility: visible;
    opacity: 1; }

.hmra-text {
  padding-left: 50px;
  position: relative; }
  .hmra-text img {
    position: absolute;
    height: 35px;
    width: 35px;
    left: 0; }
  .hmra-text h4 {
    font-size: 16px;
    line-height: 0.5; }
  .hmra-text span {
    font-size: 12px; }

.dropdown-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #253e92;
  width: 100%;
  box-shadow: 0px 3px 11px 0px #00000033;
  padding: 10px;
  z-index: 1;
  margin-top: 10px;
  top: 100%;
  transition: all 0.2s ease-out; }
  .dropdown-content ul {
    position: relative; }
    .dropdown-content ul::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #253e92;
      top: -15px; }
  .dropdown-content a {
    color: white;
    display: block;
    margin-bottom: 7px; }
    .dropdown-content a i {
      margin-right: 10px; }
    .dropdown-content a:hover {
      color: white; }

.hmr-single {
  position: relative;
  padding: 10px 0; }

.hmra-count {
  position: absolute;
  top: 0;
  left: 25px; }
  .hmra-count span {
    background-color: #e94e1a;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 15px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 20px;
    border: 2px solid white; }

.hmr-cart {
  margin-top: -10px; }

.sidepanel {
  width: 0;
  position: fixed;
  z-index: 5000;
  height: 100%;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.4s; }
  .sidepanel h4 {
    background: #e94e1a;
    color: white;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 20px; }

.sidepanel .closebtn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 36px;
  color: white;
  padding: 0;
  font-weight: 100; }

.sidepanel-inner {
  padding: 30px 20px; }
  .sidepanel-inner p {
    font-size: 13px;
    color: #4f4f4f;
    font-weight: 300; }

.openbtn {
  text-align: left;
  cursor: pointer;
  background-color: transparent;
  color: white;
  border: none; }

#cartOverlay {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000b8;
  z-index: 900000; }

.header-bottom {
  background-color: #253e92; }

.menu-mobile {
  display: none;
  padding: 20px; }

.menu-mobile:after {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%); }

.menu-dropdown-icon:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: none;
  cursor: pointer;
  float: right;
  padding: 10px;
  color: #fff; }

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  display: flex;
  justify-content: center; }

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table; }

.menu > ul:after {
  clear: both; }

.menu > ul > li {
  padding: 0;
  float: left;
  margin: 0; }

.menu .link-item a {
  text-decoration: none;
  display: block;
  color: white;
  font-weight: 400;
  padding: 10px 5px;
  font-size: 15px; }
  .menu .link-item a:hover {
    background-color: #e94e1a;
    color: white; }

.menu-dropdown-icon a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  color: white;
  font-weight: 600;
  margin-left: 6px;
  font-size: 12px; }

.link-item {
  padding: 0 10px !important; }

.link-row {
  display: none;
  width: 100%;
  background: #fff;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin-top: 5px;
  list-style: none;
  box-sizing: border-box;
  border-top: 3px solid #e94e1a;
  box-shadow: 0px 1px 10px 0px #00000012;
  border-radius: 2px; }

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table; }

.menu > ul > li > ul:after {
  clear: both; }

.link-col {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 20%;
  background: none;
  float: left;
  margin-bottom: 20px; }

.menu .drop-down-fancy {
  padding: 0 10px; }
  .menu .drop-down-fancy img {
    height: 200px;
    width: 100%;
    object-fit: cover; }

.menu .drop-down-fancy ul {
  padding: 0;
  padding-top: 10px; }

.menu .drop-down-fancy li {
  list-style: none;
  padding: 5px 0; }

.menu .drop-down-fancy li a {
  color: #383535;
  display: block;
  padding: 0;
  font-size: 14px;
  line-height: 18px; }
  .menu .drop-down-fancy li a:hover {
    background-color: transparent;
    color: #e94e1a; }

.menu .fancy-header a {
  position: relative;
  color: #000 !important;
  font-weight: 600;
  padding: 0; }
  .menu .fancy-header a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    height: 100%;
    width: 4px;
    background: #e94e1a;
    border: none; }
  .menu .fancy-header a:hover {
    background-color: transparent;
    color: #e94e1a !important; }
  .menu .fancy-header a::after {
    content: none; }

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box; }

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table; }

.menu > ul > li > ul > li > ul:after {
  clear: both; }

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em; }

.menu > ul > li > ul > li > ul > li a {
  border: 0; }

.menu > ul > li > ul.normal-sub {
  width: auto;
  left: auto;
  padding: 10px; }

.menu > ul > li > ul.normal-sub > li {
  width: 100%; }

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 10px;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #ccc; }

.main-product-single {
  box-shadow: 0px 0px 4px 1px #8080801c;
  min-height: 297px;
  max-height: 300px;
  overflow: hidden; }
  .main-product-single:hover .mps-meta {
    box-shadow: 0px 0px 7px 0px #3535354f;
    background: white; }
  .main-product-single:hover .mps-meta li {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }

.mps-img {
  position: relative; }
  .mps-img img {
    height: 200px;
    object-fit: contain; }
  .mps-img span {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    top: 5px;
    right: 5px;
    text-transform: uppercase;
    z-index: 9;
    box-shadow: 2px 2px 9px 0px #00000012; }
  .mps-img .p-discount {
    background-color: #e94e1a;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px; }
  .mps-img .p-tag {
    background: #253e92;
    padding: 0 5px; }

.mps-meta {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: left;
  transition: all 0.3s ease-in-out 0s;
  padding: 7px 5px 0px; }
  .mps-meta li {
    transform: translateX(-30px);
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    position: relative; }
    .mps-meta li a {
      display: block;
      background-color: white;
      text-align: center;
      position: relative;
      font-size: 16px;
      color: #e94e1a;
      transition: 0.5s;
      padding: 7px 5px; }
      .mps-meta li a img {
        width: 23px !important;
        height: 23px !important;
        object-fit: contain; }
    .mps-meta li:hover small {
      opacity: 1;
      visibility: visible; }
  .mps-meta small {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    font-size: 12px;
    top: 0;
    left: 45px;
    background: #343434;
    color: white;
    padding: 2px 10px;
    width: max-content;
    transition: all 0.3s ease-in-out 0s; }
    .mps-meta small::before {
      content: "";
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-right: 5px solid #343434;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -5px; }

.mps-text {
  padding: 15px 20px; }
  .mps-text h4 {
    font-weight: 400;
    color: #0c0c0c;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 18px; }
  .mps-text span del {
    color: gray;
    font-size: 13px; }
  .mps-text span ins {
    text-decoration: none;
    color: #e94e1a;
    font-weight: 600;
    font-size: 14px; }

.main-banner {
  position: relative;
  overflow: hidden; }
  .main-banner:hover i.fas.fa-chevron-left.slick-arrow {
    left: 3%; }
  .main-banner:hover i.fas.fa-chevron-right.slick-arrow {
    right: 3%; }
  .main-banner .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 50px;
    z-index: 99;
    color: #e94e1a;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s linear; }
  .main-banner i.fas.fa-chevron-left.slick-arrow {
    left: -3%; }
  .main-banner i.fas.fa-chevron-right.slick-arrow {
    right: -3%; }

.mbs-single img {
  height: calc(100vh - 200px);
  object-fit: cover; }

.mb-hov {
  position: relative;
  display: block; }
  .mb-hov::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
    transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #00000030;
    opacity: 0; }
  .mb-hov:hover:before {
    opacity: 1;
    transition-duration: 0.85s;
    transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1); }

.main-timer {
  background-color: #253e92;
  margin: 40px 0; }

.main-timer-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background: #e94e1a;
  color: white; }

.mtu-title h4 {
  text-transform: uppercase;
  font-size: 30px; }

.mtu-timer {
  display: flex;
  align-items: center; }
  .mtu-timer ul {
    display: flex; }
    .mtu-timer ul li {
      text-align: center;
      margin: 0 15px;
      font-size: 14px; }
      .mtu-timer ul li span {
        display: block;
        background: #253e92;
        color: white;
        font-size: 35px;
        height: 50px;
        width: 60px;
        line-height: 50px;
        font-weight: 700;
        position: relative; }
        .mtu-timer ul li span::after {
          content: ":";
          position: absolute;
          right: -20px;
          top: 50%;
          transform: translateY(-50%);
          font-size: 30px;
          color: #ffffff61; }
    .mtu-timer ul li:last-child span::after {
      content: none; }

.mtu-view a {
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  position: relative;
  padding-right: 10px; }
  .mtu-view a::after {
    content: "\f0da";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: white;
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0; }

.main-timer-lower {
  margin-top: 30px; }
  .main-timer-lower .main-product-single {
    background-color: white;
    margin: 15px 0; }

.msc-slider,
.main-hot-slider {
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  margin: 0 !important; }
  .msc-slider .slick-arrow,
  .main-hot-slider .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 20px;
    z-index: 99;
    color: #8f8f8f;
    display: inline-block;
    cursor: pointer;
    transition: 0.2s linear; }
  .msc-slider i.fas.fa-chevron-left.slick-arrow,
  .main-hot-slider i.fas.fa-chevron-left.slick-arrow {
    left: -3%; }
  .msc-slider i.fas.fa-chevron-right.slick-arrow,
  .main-hot-slider i.fas.fa-chevron-right.slick-arrow {
    right: -3%; }
  .msc-slider:hover i.fas.fa-chevron-left.slick-arrow,
  .main-hot-slider:hover i.fas.fa-chevron-left.slick-arrow {
    left: 0%; }
  .msc-slider:hover i.fas.fa-chevron-right.slick-arrow,
  .main-hot-slider:hover i.fas.fa-chevron-right.slick-arrow {
    right: 0%; }
  .msc-slider .slick-dots,
  .main-hot-slider .slick-dots {
    position: revert;
    margin-top: 10px; }
    .msc-slider .slick-dots li,
    .main-hot-slider .slick-dots li {
      position: relative;
      display: inline-block;
      width: auto;
      height: auto;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .msc-slider .slick-dots li button,
      .main-hot-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 8px;
        height: 8px;
        padding: 3px;
        cursor: pointer;
        color: #0080000d;
        border: 1px solid;
        border-radius: 8px;
        outline: none;
        background: #403f3ff0;
        border: 2px solid #403f3ff0;
        transition: all 0.2s ease-in-out 0s; }
        .msc-slider .slick-dots li button::before,
        .main-hot-slider .slick-dots li button::before {
          font-size: 0; }
    .msc-slider .slick-dots .slick-active button,
    .main-hot-slider .slick-dots .slick-active button {
      background: #e94e1a !important;
      width: 30px !important;
      height: 8px !important;
      border: none; }
  .msc-slider .main-product-single,
  .main-hot-slider .main-product-single {
    margin: 5px 15px; }
    .msc-slider .main-product-single:focus,
    .main-hot-slider .main-product-single:focus {
      outline: none; }

.msc-right {
  display: flex;
  align-items: center; }

.mfc-left .mfc-single {
  height: 410px; }

.mfc-single {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1; }
  .mfc-single::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000720cc;
    z-index: -1; }
  .mfc-single:hover .mfcs-text {
    transform: scale(1.05); }

.mfcs-text {
  text-align: center;
  transition: 0.2s linear; }
  .mfcs-text a {
    color: white; }
    .mfcs-text a:hover {
      color: #e94e1a; }
  .mfcs-text span {
    color: white; }

.mfc-big {
  padding-right: 5px; }

.mfc-med {
  padding: 0 5px; }
  .mfc-med .mfcs-text h4 {
    font-size: 1.3rem; }
  .mfc-med .mfcs-text span {
    font-size: 15px; }

.mfc-sma {
  padding-left: 5px; }
  .mfc-sma .mfcs-text h4 {
    font-size: 1.1rem; }
  .mfc-sma .mfcs-text span {
    font-size: 14px; }

.mfc-mid .mfc-single:not(:last-child),
.mfc-right .mfc-single:not(:last-child) {
  margin-bottom: 10px; }
@media (max-width: 991px) {
  .mfc-mid .mfc-single,
  .mfc-right .mfc-single {
    margin-top: 10px; } }

.main-attached-bigya {
  margin: 0 15px; }
  .main-attached-bigya img {
    height: 300px;
    object-fit: fill; }

.main-tab .nav-tabs {
  border-bottom: 3px solid #eee; }
.main-tab .nav-link {
  border: none;
  border-radius: 0;
  font-size: 20px;
  color: #919191;
  font-weight: 700;
  text-transform: uppercase; }
.main-tab .nav-link.active {
  color: #222;
  border-bottom: 3px solid #e94e1a; }

.main-tab-inner {
  position: relative;
  margin-top: 20px; }
  .main-tab-inner .main-product-single {
    margin: 15px 0; }
  .main-tab-inner .mti-ps {
    max-height: initial;
    min-height: initial; }
    .main-tab-inner .mti-ps img {
      height: 540px; }
    .main-tab-inner .mti-ps h4 {
      font-size: 25px;
      margin-bottom: 10px; }
    .main-tab-inner .mti-ps ins {
      font-size: 16px; }
    .main-tab-inner .mti-ps del {
      font-size: 14px; }

.main-slider-bigya {
  position: relative;
  overflow: hidden; }
  .main-slider-bigya:hover i.fas.fa-chevron-left.slick-arrow {
    left: 7%; }
  .main-slider-bigya:hover i.fas.fa-chevron-right.slick-arrow {
    right: 7%; }
  .main-slider-bigya .slick-center {
    position: relative; }
    .main-slider-bigya .slick-center a {
      position: relative;
      display: block; }
      .main-slider-bigya .slick-center a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
        transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
        background-color: #00000030;
        opacity: 0; }
      .main-slider-bigya .slick-center a:hover:before {
        opacity: 1;
        transition-duration: 0.85s;
        transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1); }
    .main-slider-bigya .slick-center::before {
      content: none; }
  .main-slider-bigya .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 50px;
    z-index: 99;
    color: white;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s linear; }
  .main-slider-bigya i.fas.fa-chevron-left.slick-arrow {
    left: -7%; }
  .main-slider-bigya i.fas.fa-chevron-right.slick-arrow {
    right: -7%; }

.main-slider-bigya-single {
  position: relative;
  margin: 0 10px; }
  .main-slider-bigya-single img {
    height: 360px;
    object-fit: cover; }
  .main-slider-bigya-single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000720cc; }

.main-brands {
  padding-bottom: 80px; }

.main-brands-single {
  margin: 15px 0;
  border: 1px solid #f3f3f3;
  padding: 5px;
  transition: 0.2s linear; }
  .main-brands-single img {
    height: 80px;
    width: 100%;
    object-fit: contain; }
  .main-brands-single:hover {
    margin-top: 10px;
    box-shadow: 0px 0px 6px 1px #f0f0f07a; }

.footer-main {
  background: #343434;
  padding: 50px 20px 20px;
  border-top: 4px solid #e94e1a; }

.fm-single h4 {
  font-size: 18px;
  color: white;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400; }

.fm-about h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: #e94e1a;
  font-weight: 700; }
  .fm-about h4 span {
    color: #253e92; }
.fm-about p {
  color: #dcdcdc;
  font-size: 15px;
  text-align: left;
  font-weight: 400; }
.fm-about a {
  color: #e94e1a;
  position: relative;
  padding-right: 10px; }
  .fm-about a::after {
    content: "\f0da";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    color: #e94e1a;
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0; }

.fm-links {
  font-weight: 400; }
  .fm-links ul li {
    padding-bottom: 8px;
    padding-left: 18px;
    position: relative;
    font-size: 14px; }
    .fm-links ul li a {
      color: #dcdcdc; }
    .fm-links ul li::before {
      font-family: "Font Awesome 5 Free";
      content: "\f192";
      font-size: 8px;
      position: absolute;
      top: 0px;
      left: 0;
      color: #e0e0e0;
      font-weight: 500; }

.fm-con {
  font-weight: 400; }
  .fm-con ul li {
    color: #dcdcdc;
    padding-bottom: 10px;
    position: relative;
    padding-left: 25px;
    font-size: 15px; }
    .fm-con ul li a {
      color: #dcdcdc; }
    .fm-con ul li i {
      position: absolute;
      left: 0;
      top: 5px; }

.fm-disp {
  display: flex;
  align-items: center; }

.fm-logo img {
  height: 150px;
  width: 150px;
  object-fit: contain; }

.fm-search {
  width: 100%; }
  .fm-search input {
    width: 100%;
    position: relative;
    height: 50px;
    padding: 0 90px 0 10px; }
    .fm-search input:focus {
      outline: none; }
  .fm-search button {
    position: absolute;
    right: 15px;
    border: none;
    background: #e94e1a;
    height: 50px;
    color: white;
    width: 90px;
    cursor: pointer; }

.fm-social ul {
  display: flex; }
  .fm-social ul li {
    margin: 0 5px;
    box-shadow: 0px 0px 9px 0px #0000002e; }
    .fm-social ul li i {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      color: #fff !important;
      line-height: 45px;
      font-size: 22px;
      text-align: center; }
    .fm-social ul li i.fab.fa-facebook-f {
      background-color: #4267b2; }
    .fm-social ul li i.fab.fa-twitter {
      background-color: #55acee; }
    .fm-social ul li i.fab.fa-instagram {
      background-color: #cc377b; }
    .fm-social ul li i.fab.fa-google {
      background-color: #dd4d3f; }
    .fm-social ul li i.fab.fa-linkedin-in {
      background-color: #0a66c2; }

.fm-download ul li {
  padding-bottom: 10px; }
  .fm-download ul li img {
    height: 40px;
    width: 140px;
    border: 2px solid #ffffff2b;
    border-radius: 4px; }

.footer-bottom {
  background-color: #343434;
  border-top: 1px solid #515151;
  padding: 20px; }

.fb-left p {
  color: #dcdcdc;
  font-size: 14px; }
  .fb-left p i {
    margin-right: 3px; }
  .fb-left p a {
    color: #5fff05; }

.fb-right ul {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px; }
  .fb-right ul li {
    margin: 0 3px; }
    .fb-right ul li img {
      height: 30px;
      width: 50px; }

.inner-breadcrumb {
  padding: 5px 20px;
  border-bottom: 2px solid #eee; }

.inner-breadcrumb-text ul {
  display: flex;
  text-transform: capitalize; }
  .inner-breadcrumb-text ul li {
    padding: 10px;
    position: relative; }
    .inner-breadcrumb-text ul li a {
      color: #253e92; }
    .inner-breadcrumb-text ul li::after {
      font-family: "Font Awesome 5 Free";
      content: "\f105";
      font-weight: 600;
      font-size: 14px;
      top: 50%;
      transform: translateY(-50%);
      right: -5px;
      position: absolute;
      color: #e94e1a; }
  .inner-breadcrumb-text ul li:last-child::after {
    content: none; }

.inner-title {
  margin-bottom: 30px; }
  .inner-title h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    color: #222;
    padding-bottom: 8px;
    display: inline-block;
    border-bottom: 3px solid #e94e1a; }

.inner-about-text strong {
  text-transform: uppercase;
  color: #253e92;
  font-size: 30px;
  font-weight: 600; }
  .inner-about-text strong span {
    color: #e94e1a; }

.inner-category {
  overflow: hidden; }

.inner-category-upper {
  position: relative;
  margin-bottom: 50px; }
  .inner-category-upper .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 99;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #e94e1a;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s linear; }
  .inner-category-upper i.fas.fa-chevron-left.slick-arrow {
    left: -10%; }
  .inner-category-upper i.fas.fa-chevron-right.slick-arrow {
    right: -10%; }
  .inner-category-upper:hover i.fas.fa-chevron-left.slick-arrow {
    left: -5px; }
  .inner-category-upper:hover i.fas.fa-chevron-right.slick-arrow {
    right: -5px; }

.icu-single {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  box-shadow: 0px 0px 6px 0px #0000001c;
  margin: 10px;
  min-height: 135px;
  max-height: 135px;
  overflow: hidden;
  transition: 0.2s linear;
  cursor: pointer; }
  .icu-single:hover {
    margin-top: 5px;
    box-shadow: 0px 0px 8px 0px #0000004f; }
  .icu-single img {
    height: 70px;
    object-fit: contain; }
  .icu-single h4 {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    color: #0c0c0c; }
  .icu-single:focus {
    outline: none; }

.icl-left {
  margin-right: 30px; }

.icll-single {
  margin-bottom: 40px;
  border: 1px solid #f7f7f7; }
  .icll-single h4 {
    margin-bottom: 10px;
    background-color: #f7f7f7;
    font-size: 20px;
    padding: 10px;
    color: #848484; }
  .icll-single select {
    width: 100%;
    border: 1px solid #efefef;
    padding: 5px; }
    .icll-single select:focus {
      outline: none; }

.icll-single-wrapper {
  padding: 0 15px 15px; }

.icll-price {
  padding-bottom: 40px; }
  .icll-price .icll-single-wrapper {
    padding: 0 40px 15px 25px;
    margin-top: 30px; }
  .icll-price .noUi-connect {
    background: #e94e1a; }
  .icll-price .noUi-horizontal {
    height: 10px; }
    .icll-price .noUi-horizontal .noUi-handle {
      width: 20px;
      height: 20px;
      right: -17px;
      border: none;
      border-radius: 50%;
      background: #e94e1a;
      cursor: default;
      box-shadow: none; }
      .icll-price .noUi-horizontal .noUi-handle::before {
        content: none; }
      .icll-price .noUi-horizontal .noUi-handle::after {
        content: none; }
  .icll-price .noUi-target {
    background: #fafafa;
    border-radius: 0;
    border: none;
    box-shadow: none; }
  .icll-price .noUi-handle-upper .noUi-tooltip {
    transform: translateX(-72%) !important; }
  .icll-price .noUi-tooltip {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 600;
    bottom: -35px !important; }

.range-slider {
  text-align: center;
  position: relative; }
  .range-slider .rangeValues {
    display: block;
    margin-bottom: 10px; }

input[type="range"] {
  -webkit-appearance: none;
  width: 80%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #e94e1a;
  border: none;
  border-radius: 3px; }

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #e94e1a;
  margin-top: -7px;
  cursor: pointer;
  position: relative; }

input[type="range"]:focus {
  outline: none; }

input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #e94e1a; }

.icllr-single .checked {
  font-weight: 600;
  color: #e94e1a; }

.icllc-single {
  position: relative; }
  .icllc-single i {
    position: absolute;
    color: #e94e1a;
    left: 0;
    top: 4px; }
  .icllc-single .black i {
    color: black; }
  .icllc-single .red i {
    color: red; }
  .icllc-single .blue i {
    color: blue; }
  .icllc-single .green i {
    color: green; }
  .icllc-single .gold i {
    color: gold; }

.icll-count {
  color: #9d9d9d;
  font-weight: 400;
  font-size: 14px; }

.iclr-upper {
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 20px; }

.iclru-left h4 {
  font-size: 20px;
  color: #848484; }
  .iclru-left h4 strong {
    color: #253e92; }
  .iclru-left h4 span {
    color: #e94e1a; }

.iclru-right select {
  border: 1px solid #d8d8d8;
  font-size: 15px;
  height: 35px; }
  .iclru-right select:focus {
    outline: none; }
.iclru-right option {
  font-size: 15px; }
  .iclru-right option:focus {
    outline: none; }

.iclrul-disp {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.iclrur-disp {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.iclr-lower .main-product-single {
  margin: 15px 0; }

.inner-product {
  overflow: hidden; }

.inner-product-upper {
  margin-bottom: 50px; }

.ipu-left .slick-list {
  overflow: initial !important; }

.ipul-larger {
  background-color: #eeeeee; }
  .ipul-larger img {
    height: 400px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block; }

.larger-image:focus {
  outline: none; }

.zoom-box .viewer-box {
  z-index: 50000000;
  height: 100% !important;
  width: 100% !important;
  left: 0 !important;
  cursor: zoom-in; }
  .zoom-box .viewer-box img {
    background: #eeeeee; }
.zoom-box .zoom-selector {
  height: 100px !important;
  width: 100px !important;
  background-image: none !important;
  cursor: none !important; }

.ipul-thumbnails {
  margin-top: 10px;
  position: relative;
  overflow: hidden; }
  .ipul-thumbnails .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    z-index: 99;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #e94e1a;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s linear; }
  .ipul-thumbnails i.fas.fa-angle-left.slick-arrow {
    left: 0; }
  .ipul-thumbnails i.fas.fa-angle-right.slick-arrow {
    right: 0; }

.thumbnails-image {
  padding: 0 5px;
  cursor: pointer; }
  .thumbnails-image img {
    height: 120px;
    width: 100%;
    object-fit: contain;
    background-color: #eeeeee;
    border: 2px solid #7c201c1f;
    transition: 0.1s linear; }
  .thumbnails-image:focus {
    outline: none; }

.ipur-title {
  margin-bottom: 10px; }
  .ipur-title h4 {
    font-size: 30px; }

.ipur-review {
  display: flex;
  margin-bottom: 10px; }
  .ipur-review a {
    color: #253e92;
    font-size: 14px; }

.ipurr-stars {
  padding-right: 7px;
  border-right: 1px solid #ebebeb; }
  .ipurr-stars span {
    font-size: 12px; }
  .ipurr-stars .checked {
    font-weight: 600;
    color: #e94e1a; }

.ipurr-ratings {
  padding: 0 7px;
  border-right: 1px solid #ebebeb; }

.ipurr-answers {
  padding-left: 7px; }

.ipur-brand {
  margin-bottom: 10px; }
  .ipur-brand h4 {
    font-size: 14px; }
    .ipur-brand h4 a {
      color: #253e92; }

.ipur-stock {
  margin-bottom: 10px; }
  .ipur-stock p {
    font-size: 14px;
    color: gray; }
  .ipur-stock i {
    margin-right: 5px; }
  .ipur-stock input[type="email"] {
    width: 50%;
    border: 1px solid #e7e7e7;
    padding: 2px 5px;
    font-size: 14px; }
    .ipur-stock input[type="email"]::placeholder {
      color: gray;
      font-size: 13px; }
    .ipur-stock input[type="email"]:focus {
      outline: none; }
  .ipur-stock button {
    background-color: #e94e1a;
    border: none;
    margin-left: -4px;
    height: 31.37px;
    color: white;
    padding: 0 4px 0 8px; }

.stock-avail {
  color: green; }

.stock-notavail {
  color: red; }

.ipur-price {
  margin-bottom: 20px; }
  .ipur-price span {
    font-size: 20px;
    color: gray; }
  .ipur-price del {
    color: gray;
    font-size: 25px;
    margin-right: 10px;
    font-weight: normal; }
  .ipur-price ins {
    font-size: 33px;
    text-decoration: none;
    color: #e94e1a; }

.ipur-buttons {
  display: flex;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  align-items: center;
  margin-bottom: 20px; }

.product-add-to-wishlist {
  margin: 0 10px; }

.pab-extra a {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  color: #666;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  transition: 0.2s linear; }
  .pab-extra a i {
    font-weight: 600; }
  .pab-extra a:hover {
    color: #e94e1a;
    border-color: #e94e1a; }
  .pab-extra a img {
    height: 23px; }

.product-count form {
  position: relative; }
.product-count .value-button {
  position: absolute;
  border: 1px solid #ddd;
  margin: 0px;
  width: 30px;
  height: 19px;
  line-height: 18px;
  text-align: center;
  background: #eee;
  user-select: none;
  right: -30px;
  cursor: pointer; }
.product-count form #increase {
  bottom: 0; }
.product-count input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0px;
  width: 50px;
  height: 37px; }
  .product-count input#number:focus {
    outline: none; }
.product-count input[type="number"]::-webkit-inner-spin-button,
.product-count input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.product-add-button {
  margin-left: 40px; }
  .product-add-button a {
    cursor: pointer;
    font-style: normal;
    color: #253e92;
    border: 2px solid #253e92;
    background-color: #ffffff;
    line-height: 14px;
    padding: 10px 20px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 50px;
    border: none;
    margin-top: 0;
    background-color: #253e92;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 0; }
    .product-add-button a:hover {
      border-color: #253e92;
      background: #253e92;
      color: white; }

.ipur-view {
  margin-bottom: 10px; }
  .ipur-view span {
    color: gray;
    font-weight: 400; }
  .ipur-view i {
    margin-right: 3px; }
  .ipur-view strong {
    font-weight: normal;
    margin-right: 5px; }

.ipur-share {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  .ipur-share a .at-icon-wrapper {
    height: 25px !important;
    width: 25px !important;
    line-height: 25px !important; }
  .ipur-share .at-icon {
    width: 25px !important;
    height: 25px !important; }
  .ipur-share .addthis_inline_share_toolbox {
    margin-left: 5px; }

.ipur-meta ul li {
  display: inline-block;
  width: 47%;
  margin: 10px 0;
  font-size: 18px; }
  .ipur-meta ul li a {
    color: gray; }
    .ipur-meta ul li a i {
      margin-right: 10px; }
    .ipur-meta ul li a:hover {
      color: #e94e1a; }

.inner-product-lower {
  margin-bottom: 50px; }
  .inner-product-lower .nav-tabs .nav-item {
    margin-bottom: 0;
    padding-right: 50px; }
  .inner-product-lower .nav-tabs .nav-link {
    border: none;
    font-weight: 600;
    font-size: 20px; }
    .inner-product-lower .nav-tabs .nav-link:hover {
      color: #e94e1a; }
  .inner-product-lower .nav-tabs .nav-link.active {
    border-bottom: 2px solid #e94e1a;
    color: #e94e1a; }

.ipl-desc {
  padding: 20px; }
  .ipl-desc p {
    font-size: 16px; }
  .ipl-desc table {
    border-collapse: collapse;
    width: 100%; }
  .ipl-desc tr:nth-child(odd) {
    background: #fcfcfc; }
  .ipl-desc td,
  .ipl-desc th {
    border: 1px solid #f9f9f9;
    text-align: left;
    padding: 10px 8px; }

.inner-product-review {
  margin-bottom: 50px; }

.inner-product-ratings {
  padding-top: 20px; }

.ipr-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  background: #fcfcfc;
  padding: 10px; }
  .ipr-title h4 {
    font-size: 20px;
    font-weight: 600;
    color: #e94e1a; }
  .ipr-title i {
    margin-right: 5px; }

.product-rating-info {
  display: flex;
  padding: 0 20px;
  margin-bottom: 30px;
  justify-content: center; }

.pri-summary h4 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px; }
.pri-summary .score {
  display: flex;
  font-size: 30px;
  margin-bottom: 15px;
  justify-content: center; }
.pri-summary .star-average span {
  font-size: 25px; }
.pri-summary .star-average .checked {
  color: #e94e1a;
  font-weight: 600; }
.pri-summary .number-average {
  margin-left: 20px;
  font-size: 40px; }
.pri-summary .count p {
  text-align: center;
  font-size: 16px; }

.review-submit {
  background: transparent;
  color: black;
  border: none;
  padding: 0;
  line-height: initial; }
  .review-submit:hover {
    background-color: transparent;
    color: #e94e1a; }
  .review-submit:focus {
    outline: none;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important; }
  .review-submit:active {
    outline: none;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important; }

.product-rating-form {
  margin-top: 30px; }
  .product-rating-form .modal-content {
    background-color: #f9f9f9; }
  .product-rating-form textarea {
    height: 150px;
    background-color: white;
    border: none;
    border-radius: 0; }
    .product-rating-form textarea::placeholder {
      color: gray;
      font-size: 13px; }
  .product-rating-form input {
    background-color: white;
    border: none;
    height: 40px;
    border-radius: 0; }
    .product-rating-form input::placeholder {
      color: gray;
      font-size: 13px; }

.form-group {
  margin-bottom: 1.2rem; }

.button-holder-cnt input {
  cursor: pointer;
  font-style: normal;
  color: #253e92;
  border: 2px solid #253e92;
  background-color: #ffffff;
  line-height: 14px;
  padding: 10px 20px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s;
  border-radius: 50px;
  margin-top: 10px;
  background-color: #253e92;
  color: white;
  border-radius: 0; }
  .button-holder-cnt input:hover {
    border-color: #253e92;
    background: #253e92;
    color: white; }

.rating-box {
  display: flex;
  margin: 15px 0 30px;
  align-items: center;
  padding: 0 10px; }
  .rating-box label {
    margin-bottom: 0; }
  .rating-box input {
    width: 10%;
    padding: 5px;
    height: 25px;
    text-align: center;
    border: 1px solid #dedede; }
    .rating-box input:focus {
      outline: none; }

.ratings {
  margin: 0 15px 0 10px; }
  .ratings .far {
    font-size: 20px;
    float: left;
    cursor: pointer;
    transition: 0.2s linear ease-in-out; }
  .ratings span.far.fa-star.fas-star {
    color: #e94e1a;
    font-weight: 900; }

.product-rating-text .prt-single {
  padding: 10px;
  margin-bottom: 20px; }
  .product-rating-text .prt-single p {
    margin-top: 5px;
    color: #666666;
    font-size: 14px;
    padding-left: 25px; }
.product-rating-text .prt-single:nth-child(odd) {
  background-color: #fcfcfc; }
.product-rating-text .prts-name {
  font-size: 16px;
  font-weight: 600;
  color: black;
  position: relative;
  padding-left: 25px; }
  .product-rating-text .prts-name:before {
    content: "\f2bd";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 0;
    font-size: 18px;
    color: #253e92; }
.product-rating-text .prts-date {
  margin-left: 20px;
  color: gray;
  font-weight: 600;
  font-size: 13px; }
.product-rating-text .prts-stars {
  font-size: 15px;
  float: right; }
  .product-rating-text .prts-stars .checked {
    font-weight: 600;
    color: #e94e1a; }

.inner-product-seller {
  margin-bottom: 50px; }

.inner-account {
  padding: 40px 0; }

.inner-account-title {
  text-align: center;
  margin-bottom: 30px; }
  .inner-account-title h4 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: #e94e1a; }
    .inner-account-title h4 span {
      color: #253e92; }
  .inner-account-title p {
    text-align: center;
    font-size: 15px;
    color: #484848; }

.inner-account-content {
  display: flex;
  justify-content: center; }

.inner-account-form {
  width: 40%;
  padding: 50px 40px;
  background-color: white;
  box-shadow: 0px 0px 7px 1px #00000036; }
  .inner-account-form input {
    border-radius: 0 !important; }

.login-extra {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }
  .login-extra label {
    margin-bottom: 0; }
  .login-extra a {
    color: #e94e1a;
    font-size: 15px; }

.account-button input {
  cursor: pointer;
  font-style: normal;
  color: #253e92;
  border: 2px solid #253e92;
  background-color: #ffffff;
  line-height: 14px;
  padding: 10px 20px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s;
  border-radius: 50px;
  background-color: #253e92;
  border-radius: 0;
  color: white;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase; }
  .account-button input:hover {
    border-color: #253e92;
    background: #253e92;
    color: white; }

.inner-register-form {
  width: 50%; }
  .inner-register-form label {
    position: relative; }
    .inner-register-form label:after {
      content: "*";
      color: #e94e1a;
      position: absolute;
      font-size: 20px;
      right: -15px;
      top: 3px;
      font-weight: 500; }

.iaf-extra {
  margin-top: 10px; }
  .iaf-extra h4 {
    text-align: center;
    position: relative;
    z-index: 0; }
    .iaf-extra h4::before {
      content: "";
      position: absolute;
      height: 1px;
      width: 100%;
      background-color: #cecece;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: -1; }
  .iaf-extra span {
    background-color: white;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #575757;
    font-weight: 300; }
  .iaf-extra ul {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    .iaf-extra ul li {
      margin: 0 10px; }
      .iaf-extra ul li a {
        height: 70px;
        width: 70px;
        line-height: 70px;
        border-radius: 50%;
        border: 1px solid #dbdbdb;
        display: block;
        text-align: center; }
        .iaf-extra ul li a img {
          height: 50px;
          width: 50px;
          object-fit: contain; }

/* new css for cart and dashboard */
.inner-wishlist-table table {
  border-collapse: collapse;
  width: 100%; }

.inner-wishlist-table thead tr {
  background-color: #f6f9ff;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.inner-wishlist-table thead tr th {
  padding: 8px;
  font-weight: normal; }

.inner-wishlist-table tbody a,
.inner-wishlist-table tbody p,
.inner-wishlist-table tbody span {
  color: #222; }

.inner-wishlist-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: normal; }

.inner-wishlist-table tbody tr td {
  padding: 12px 8px;
  font-weight: normal; }

.inner-wishlist-table tbody tr:last-child {
  border-bottom: none; }

.inner-wishlist-table tfoot tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.inner-wishlist-table tfoot tr td {
  padding: 10px 8px; }

.product-img {
  text-align: center; }

.product-img img {
  height: 120px;
  width: 120px; }

.product-name {
  max-width: 250px; }

.product-name h4 {
  font-size: 15px; }

.product-name h4 a:hover {
  color: #e94e1a; }

.product-price,
.product-stock p {
  font-size: 14px; }

.product-stock p i {
  margin-right: 5px; }

.product-stock .product-stock-available {
  color: green; }

.product-stock .product-stock-finished {
  color: red; }

.product-action i {
  font-size: 18px; }

.product-action .product-remove {
  margin-right: 15px;
  background: transparent;
  border: none;
  font-weight: 600;
  cursor: pointer; }

.product-wishlist-footer button {
  cursor: pointer;
  font-style: normal;
  color: #253e92;
  border: 2px solid #253e92;
  background-color: #ffffff;
  line-height: 14px;
  padding: 10px 20px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  margin-top: 0px;
  padding: 10px 20px;
  background-color: #253e92;
  color: white; }

.product-wishlist-footer button:hover {
  border-color: #253e92;
  background: #253e92;
  color: white; }

.product-wishlist-footer button:hover {
  background-color: #e94e1a;
  border-color: #e94e1a; }

.product-wishlist-footer select {
  height: 37px;
  width: 149px;
  font-weight: 600;
  border: 2px solid #253e92;
  margin-right: 10px; }

.product-wishlist-footer select:focus {
  outline: none; }

.product-wishlist-footer .pwf-left {
  float: left;
  width: 35%; }

.product-wishlist-footer .pwf-right {
  float: left;
  width: 63%;
  text-align: right; }

.product-wishlist-footer .pwf-right .pwfr-selected {
  margin-right: 10px; }

.inner-dashboard-left {
  position: -webkit-sticky;
  position: sticky;
  top: 30px; }

.id-bg {
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 7px 1px #00000036;
  box-shadow: 0px 0px 7px 1px #00000036; }

.idl-top-text {
  position: relative;
  padding-left: 50px; }

.idl-top-text::before {
  content: "\f2bd";
  font-family: "Font Awesome 5 Free";
  left: 0;
  position: absolute;
  font-size: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #253e92; }

.idl-top-text span {
  font-weight: 600;
  color: #e94e1a; }

.idl-top-text h4 {
  font-weight: normal;
  text-transform: capitalize; }

.idl-bottom {
  margin-top: 30px; }

.idl-bottom ul li {
  position: relative;
  padding: 15px 20px 15px 30px;
  border-bottom: 1px solid #e4e4e4; }

.idl-bottom ul li i {
  position: absolute;
  left: 0;
  top: 20px;
  color: #3a3a3a; }

.idl-bottom ul li:last-child {
  border-bottom: none; }

.idl-bottom ul .idlb-active a,
.idl-bottom ul .idlb-active i {
  color: #e94e1a; }

.inner-dashboard-right {
  min-height: 375px;
  height: 100%; }

.idr-title {
  margin-bottom: 10px; }

.idr-title h4 {
  color: #e94e1a;
  text-transform: uppercase;
  font-weight: 600; }

.idr-content {
  padding: 20px 10px; }

.idrc-account .form-control {
  padding: 0.35rem 0.75rem;
  font-size: 0.9rem;
  border-radius: 0; }

.idrc-account label {
  margin-bottom: 0.3rem; }

.idrc-account-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.idrc-account-btn button {
  cursor: pointer;
  font-style: normal;
  color: #253e92;
  border: 2px solid #253e92;
  background-color: #ffffff;
  line-height: 14px;
  padding: 10px 20px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  margin-top: 0;
  line-height: 12px;
  padding: 10px 16px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 13px;
  background-color: #253e92;
  color: white; }

.idrc-account-btn button:hover {
  border-color: #253e92;
  background: #253e92;
  color: white; }

.idrc-account-btn button i {
  margin-right: 5px; }

.idrc-content-none {
  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;
  background-color: #e94e1a0f;
  padding: 6px 15px; }

.idrc-content-none p {
  color: #222;
  font-size: 16px; }

.idrc-content-none p i {
  margin-right: 4px;
  color: #e94e1a; }

.idrc-content-none a {
  cursor: pointer;
  font-style: normal;
  color: #253e92;
  border: 2px solid #253e92;
  background-color: #ffffff;
  line-height: 14px;
  padding: 10px 20px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  background-color: #253e92;
  color: white;
  line-height: 12px;
  padding: 8px 15px;
  font-size: 12px; }

.idrc-content-none a:hover {
  border-color: #253e92;
  background: #253e92;
  color: white; }

.idrc-orders-table table {
  border-collapse: collapse;
  width: 100%; }

.idrc-orders-table thead tr {
  background-color: #f6f9ff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: normal; }

.idrc-orders-table thead tr th {
  padding: 8px;
  font-weight: normal; }

.idrc-orders-table tbody a,
.idrc-orders-table tbody p,
.idrc-orders-table tbody span {
  color: #222; }

.idrc-orders-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.idrc-orders-table tbody tr td {
  padding: 12px 8px;
  font-weight: normal; }

.idrc-orders-table tbody tr:last-child {
  border-bottom: none; }

.idrc-orders-table .product-img img {
  height: 70px;
  width: 70px;
  -o-object-fit: contain;
  object-fit: contain; }

.idrc-orders-table .order-id h4 {
  font-size: 14px; }

.idrc-orders-table .order-total span,
.idrc-orders-table .order-qty span,
.idrc-orders-table .order-date span {
  font-size: 14px; }

.idrc-orders-table .order-status span {
  color: white;
  padding: 4px 6px;
  display: block;
  width: 70%;
  text-align: center;
  font-size: 13px; }

.idrc-orders-table .order-status .os-del {
  background-color: #7aa93c; }

.idrc-orders-table .order-status .os-pro {
  background-color: #006fb9; }

.idrc-orders-table .order-status .os-can {
  background-color: #d20c0c; }

.idrc-orders-table .order-status .os-hol {
  background-color: #d6b202; }

.idrc-orders-table tfoot .pwf-left {
  width: 100%; }
.idrc-orders-table tfoot span {
  display: inline-block;
  float: right;
  margin-top: 32px; }

.idrc-wishlist .product-wishlist-footer .pwf-left {
  width: 37%; }

.idrc-wishlist .product-wishlist-footer button {
  font-size: 13px;
  padding: 8px 15px; }

.idrc-wishlist .product-img img {
  height: 100px;
  width: 100px; }

.idrc-wishlist .product-wishlist-footer select {
  height: 34px;
  font-size: 13px; }

.idrc-password .form-control {
  padding: 0.35rem 0.75rem;
  font-size: 0.9rem;
  border-radius: 0; }

.idrc-password label {
  margin-bottom: 0.3rem; }

.idrc-password-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.idrc-password-btn button {
  cursor: pointer;
  font-style: normal;
  color: #253e92;
  border: 2px solid #253e92;
  background-color: #ffffff;
  line-height: 14px;
  padding: 10px 20px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  margin-top: 0;
  line-height: 12px;
  padding: 10px 16px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 13px;
  background-color: #253e92;
  color: white; }

.idrc-password-btn button:hover {
  border-color: #253e92;
  background: #253e92;
  color: white; }

.idrc-password-btn button i {
  margin-right: 5px; }

.orders-details-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px; }

.orders-details-top-left small {
  border-bottom: 2px solid #253e92;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600; }

.orders-details-top-left h6 {
  color: #676767;
  font-size: 14px; }

.odtr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.odtr span {
  color: black;
  padding: 4px 6px;
  display: block;
  text-align: center;
  font-size: 13px;
  border: 2px solid #253e92;
  font-weight: 600; }

.odtr input[type="submit"] {
  cursor: pointer;
  font-style: normal;
  color: #253e92;
  border: 2px solid #253e92;
  background-color: #ffffff;
  line-height: 14px;
  padding: 10px 20px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  margin-top: 0;
  line-height: 13px;
  padding: 8px 18px;
  font-size: 13px; }

.odtr input[type="submit"]:hover {
  border-color: #253e92;
  background: #253e92;
  color: white; }

.odtr input[type="submit"]:hover {
  background-color: red;
  border-color: red; }

.orders-details-middle {
  margin: 20px 0; }

.orders-details-middle table {
  border-collapse: collapse;
  width: 100%; }

.orders-details-middle table thead tr {
  background-color: #f6f9ff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: normal; }

.orders-details-middle table thead tr th {
  padding: 8px;
  font-weight: normal; }

.orders-details-middle table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: normal; }

.orders-details-middle table tbody tr td {
  padding: 12px 8px;
  font-weight: normal; }

.odm-total {
  margin-top: 10px;
  padding: 15px;
  background-color: #f6f9ff;
  font-size: 14px; }

.odm-total table {
  border-collapse: collapse;
  width: 100%;
  font-weight: 600;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.odm-total table tbody tr td {
  padding: 5px; }

.odmt-total td {
  font-weight: 600 !important;
  font-size: 16px; }

.orders-details-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px; }

.orders-details-bottom h6 {
  font-size: 16px;
  margin-bottom: 5px; }

.orders-details-bottom ul {
  padding-left: 10px; }

.orders-details-bottom ul li {
  color: #676767;
  font-size: 13px; }

.orders-details-bottom ul li::before {
  content: "-";
  font-size: 7px;
  margin-right: 2px; }

.orders-details-bottom .odbr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.orders-details-bottom .odbr li {
  text-align: right; }

.sidepanel-inner {
  padding: 25px 10px; }

.si-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px; }

.si-cart:nth-child(even) {
  background-color: #f9f9f9; }

.si-cart-left {
  border: 1px solid #ddd;
  margin-right: 10px;
  width: 30%; }

.si-cart-right {
  width: 70%;
  position: relative; }

.si-cart-right h6 {
  margin-bottom: 5px; }

.si-cart-right span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #e94e1a; }

.si-cart-right ul {
  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; }

.si-cart-right ul li {
  font-size: 14px; }

.si-cart-right i {
  font-size: 18px; }

.si-cart-total {
  margin-top: 10px;
  padding: 15px;
  background-color: #f6f9ff;
  font-size: 14px; }

.si-cart-total table {
  width: 100%; }

.si-cart-total .si-total td {
  font-size: 15px;
  font-weight: 600; }

.si-cart-btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.si-cart-btn a {
  cursor: pointer;
  font-style: normal;
  color: #253e92;
  border: 2px solid #253e92;
  background-color: #ffffff;
  line-height: 14px;
  padding: 10px 20px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  background-color: #253e92;
  color: white;
  width: 48%;
  text-align: center; }

.si-cart-btn a:hover {
  border-color: #253e92;
  background: #253e92;
  color: white; }

.si-cart-btn a:first-child {
  background-color: #e94e1a;
  border-color: #e94e1a; }

.inner-cart-table table {
  border-collapse: collapse;
  width: 100%;
  font-weight: normal; }

.inner-cart-table thead tr {
  background-color: #f6f9ff;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.inner-cart-table thead tr th {
  padding: 8px;
  font-weight: normal; }

.inner-cart-table tbody a,
.inner-cart-table tbody p,
.inner-cart-table tbody span {
  color: #222;
  font-weight: normal; }

.inner-cart-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.inner-cart-table tbody tr td {
  padding: 12px 8px;
  font-weight: normal; }

.inner-cart-table tbody tr:last-child {
  border-bottom: none; }

.inner-cart-table tfoot tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.inner-cart-table tfoot tr td {
  padding: 10px 8px; }

.product-quantity .product-count {
  position: relative; }

.product-quantity .product-count .value-button {
  left: 50px; }

.product-quantity .product-count #increase {
  bottom: 0; }

.product-quantity .product-count input:focus {
  outline: none; }

.product-cart-footer a {
  cursor: pointer;
  font-style: normal;
  color: #253e92;
  border: 2px solid #253e92;
  background-color: #ffffff;
  line-height: 14px;
  padding: 10px 20px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  margin-top: 0px;
  padding: 10px 20px;
  background-color: #253e92;
  color: white; }

.product-cart-footer a:hover {
  background-color: #e94e1a;
  border-color: #e94e1a; }

.product-cart-footer i {
  margin-right: 5px; }

.product-cart-footer .pcf-left {
  float: left;
  width: 35%; }

.product-cart-footer .pcf-right {
  float: left;
  width: 63%;
  text-align: right; }

.product-cart-footer .pcf-right .pcfr-update {
  margin-right: 10px; }

.inner-cart-total {
  margin-top: 30px; }

.inner-cart-total-content {
  padding: 20px;
  margin-left: 30px;
  background-color: #f6f9ff; }

.inner-cart-total-content table {
  border-collapse: collapse;
  width: 100%;
  font-weight: 600;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.inner-cart-total-content table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.inner-cart-total-content table th,
.inner-cart-total-content table td {
  padding: 8px; }

.inner-cart-total-content h4 {
  font-size: 20px;
  margin-bottom: 15px; }

.ictc-checkout {
  margin-top: 25px; }

.ictc-checkout a {
  cursor: pointer;
  font-style: normal;
  color: #253e92;
  border: 2px solid #253e92;
  background-color: #ffffff;
  line-height: 14px;
  padding: 10px 20px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  background-color: #e94e1a;
  border-color: #e94e1a;
  color: white; }

.ictc-checkout a:hover {
  border-color: #253e92;
  background: #253e92;
  color: white; }

.ic-box {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 7px 1px #00000036;
  box-shadow: 0px 0px 7px 1px #00000036; }

.ic-box h4 {
  margin-bottom: 30px;
  font-size: 25px;
  color: #e94e1a;
  text-transform: uppercase;
  font-weight: 600; }

.inner-checkout-form .icf-add {
  background: #f6f9ff;
  display: block;
  padding: 5px;
  margin-bottom: 20px; }

.inner-checkout-form .icf-add::after {
  content: none; }

.inner-checkout-form .form-group {
  margin-bottom: 1.2rem; }

.inner-checkout-form input,
.inner-checkout-form textarea {
  border-radius: 0; }

.inner-checkout-form input::-webkit-input-placeholder,
.inner-checkout-form textarea::-webkit-input-placeholder {
  color: #8c8c8c;
  font-size: 13px; }

.inner-checkout-form input:-ms-input-placeholder,
.inner-checkout-form textarea:-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 13px; }

.inner-checkout-form input::-ms-input-placeholder,
.inner-checkout-form textarea::-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 13px; }

.inner-checkout-form input::placeholder,
.inner-checkout-form textarea::placeholder {
  color: #8c8c8c;
  font-size: 13px; }

.inner-checkout-form label {
  position: relative; }

.inner-checkout-form label:after {
  content: "*";
  color: #d40000;
  position: absolute;
  font-size: 20px;
  right: -15px;
  top: 3px;
  font-weight: 500; }

.inner-checkout-form .check-opt::after {
  content: none; }

.inner-checkout-form textarea {
  padding: 10px; }

.button-holder-cnt input {
  cursor: pointer;
  font-style: normal;
  color: #253e92;
  border: 2px solid #253e92;
  background-color: #ffffff;
  line-height: 14px;
  padding: 10px 20px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  background-color: #253e92;
  color: white;
  margin-top: 10px;
  border-radius: 0; }

.button-holder-cnt input:hover {
  border-color: #253e92;
  background: #253e92;
  color: white; }

.inner-checkout-total table {
  border-collapse: collapse;
  width: 100%;
  font-weight: normal;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.inner-checkout-total table tr:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.inner-checkout-total table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.inner-checkout-total table thead tr {
  background-color: #f6f9ff; }

.inner-checkout-total table thead tr th {
  font-weight: normal; }

.inner-checkout-total table .checkhout-item {
  font-weight: normal;
  color: #222; }

.inner-checkout-total table .checkhout-item td {
  color: black; }

.inner-checkout-total table .checkhout-item strong {
  font-weight: normal; }

.inner-checkout-total table .checkhout-item strong::before {
  content: "X";
  margin: 0 3px 0 2px;
  font-size: 12px; }

.inner-checkout-total table th,
.inner-checkout-total table td {
  padding: 8px; }

.inner-checkout-total table:last-child {
  margin-top: 20px;
  font-weight: 600; }

.inner-checkout-payement {
  margin-top: 40px; }

.inner-checkout-payement ul li {
  padding-bottom: 10px; }

.inner-checkout-payement ul li label {
  margin-bottom: 0;
  font-weight: 600; }

.inner-checkout-payement ul li p {
  margin-left: 20px;
  color: gray;
  font-size: 13px; }

.inner-checkout-payement ul li:last-child {
  padding-bottom: 0; }

.inner-checkout-terms {
  margin-top: 20px;
  font-size: 14px; }

.inner-checkout-terms a {
  color: #e94e1a; }

.inner-checkout-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px; }

.inner-checkout-order button {
  cursor: pointer;
  font-style: normal;
  color: #253e92;
  border: 2px solid #253e92;
  background-color: #ffffff;
  line-height: 14px;
  padding: 10px 20px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  background-color: #253e92;
  color: white; }

.inner-checkout-order button:hover {
  border-color: #253e92;
  background: #253e92;
  color: white; }

/* 
* this css is copied from nirman tools by mukesh
*/
.authentication-modal .modal-content {
  padding: 25px; }

.authentication-modal .modal-dialog {
  max-width: 600px !important; }

.authentication-modal .modal-header {
  position: relative; }

.authentication-modal .modal-header .close {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 20px;
  font-weight: 100;
  font-size: 2.5rem;
  color: #d0d0d0;
  opacity: 1; }

.authentication-modal .modal-body p {
  text-align: center !important; }

.authentication-modal .modal-login {
  display: flex;
  justify-content: flex-end; }

.authentication-modal .modal-login a {
  background-color: #7aa93c !important;
  border-color: #7aa93c !important;
  width: 45% !important; }

.authentication-modal .modal-login a,
.authentication-modal .modal-register a {
  cursor: pointer;
  font-style: normal;
  color: black;
  border: 2px solid #006fb9;
  background-color: transparent;
  line-height: 14px;
  padding: 12px 28px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin-top: 25px;
  background-color: #006fb9;
  border-radius: 0;
  color: white;
  width: 49%; }

.authentication-modal .modal-login a:hover,
.authentication-modal .modal-register a:hover {
  color: white; }

/*css changed on 13 July for top header*/
.ht-right ul li:last-child {
  display: none; }

.main-brands {
  display: none; }

.footer-main {
  background: #253e92; }

.footer-bottom {
  background-color: #253e92;
  border-top: 1px solid #afacac26; }

.inner-account-title h4 {
  color: #253e92; }

.inner-account-title h4 span {
  color: #e94e1a; }

.msc-bigya {
  margin-bottom: 40px; }

.main-suggest .main-product-single {
  margin: 15px 0; }

.mobile-navigation {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 200000;
  width: 100%;
  background: white;
  padding: 5px 30px;
  box-shadow: 0px -1px 20px 0px #00000021; }
  .mobile-navigation ul {
    display: flex;
    justify-content: space-between; }
    .mobile-navigation ul li {
      text-align: center;
      font-weight: 600; }
      .mobile-navigation ul li .active {
        color: #e94e1a; }
      .mobile-navigation ul li span {
        display: block;
        margin-top: -5px; }
  .mobile-navigation .mn-cart {
    position: relative; }
    .mobile-navigation .mn-cart small {
      position: absolute;
      top: 0;
      top: -4px;
      right: -10px;
      background-color: #e94e1a;
      border-radius: 50%;
      color: #fff;
      display: inline-block;
      font-size: 10px;
      height: 20px;
      line-height: 15px;
      margin: 0;
      text-align: center;
      text-transform: uppercase;
      width: 20px;
      border: 2px solid white; }

.mobile-filter-btn {
  color: gray;
  margin-bottom: 10px;
  background: #f7f7f7;
  padding: 5px 10px;
  font-size: 18px; }
  .mobile-filter-btn i {
    margin-right: 3px; }

.iclr-mobile {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 30px 0; }
  .iclr-mobile .closebtn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 40px;
    color: red; }

.iclr-mobile-filter {
  padding: 0 15px; }
  .iclr-mobile-filter .icll-single h4 {
    margin-bottom: 10px;
    font-size: 18px;
    padding: 10px 0;
    color: #e94e1a;
    background-color: white; }
  .iclr-mobile-filter .icll-single-wrapper {
    padding: 0; }

.product-quantity input {
  width: 60px !important;
  border-radius: 0 !important; }

.id-single h4 {
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  color: #253e92; }
  .id-single h4 span {
    position: absolute;
    display: inline-block;
    right: 0;
    font-size: 12px; }
    .id-single h4 span a {
      color: gray; }
    .id-single h4 span i {
      margin-right: 5px; }

.id-single:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4; }

.idrc-dash-details ul {
  margin-left: 15px; }
  .idrc-dash-details ul li {
    font-size: 14px;
    padding-bottom: 5px; }
    .idrc-dash-details ul li span {
      font-weight: 600; }

.idrc-dash-list {
  display: flex;
  justify-content: space-between; }

.idl-single {
  position: relative;
  background: #f6f9ff;
  width: 100%;
  margin: 0 15px;
  padding: 15px 50px 15px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .idl-single h2 {
    font-size: 30px;
    color: #253e92;
    font-weight: 400; }
  .idl-single h6 {
    font-size: 16px;
    color: gray;
    font-weight: 400; }
  .idl-single i {
    position: absolute;
    font-size: 20px;
    right: 20px;
    color: #e94e1a;
    top: 50%;
    transform: translateY(-50%); }

.main-suggest .jscroll-loading {
  text-align: center; }
  .main-suggest .jscroll-loading span i {
    margin-top: 10px;
    font-size: 40px;
    color: #e94e1a; }

/*# sourceMappingURL=style.css.map */
