@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@font-face {
    font-family: 'Assistant-Regular';
    src: url('../fonts/Assistant-Regular.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Assistant-SemiBold';
    src: url('../fonts/Assistant-SemiBold.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Assistant-Bold';
    src: url('../fonts/Assistant-Bold.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}
/*======= OWL CAROUSEL CSS START =======*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
 .owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
} 
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
} 
.owl-carousel .owl-stage {
    position: relative;
    touch-action: pan-Y;
    -ms-touch-action: pan-Y;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
} 
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
} 
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
} 
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
} 
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
} 
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
} 
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none;
} 
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
} 
.owl-carousel.owl-hidden {
    opacity: 0;
} 
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
} 
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} 
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
} 
.owl-carousel.owl-rtl {
    direction: rtl;
} 
.owl-carousel.owl-rtl .owl-item {
    float: right;
} 
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.owl-height {
    transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('owl.video.play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
} 
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
} 
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
/*======== OWL CAROUSEL CSS END =========*/
/*========== MAGNIFY CSS START ==========*/
html.magnifying > body {
    overflow-x: hidden !important;
}
.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile { /* Reset */
  min-width: 0;
  min-height: 0;
  animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}
.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}
.magnify > .magnify-lens { /* Magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99;
}
.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}
.magnify > .magnify-lens.loading:after { /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}
/*========= MAGNIFY CSS END ===========*/
body {
    position: relative;
    -webkit-font-smoothing: auto;
    font-family: 'Poppins', sans-serif;
}
body p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}
a, a:focus, a:focus-visible, :focus, a:hover, body a:hover, body a:focus {
    outline: none;
    text-decoration: none;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    -webkit-font-smoothing: auto;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.table {
    display: table !important;
    width: 100%;
    margin-bottom: 0;
}
button {
    background: unset;
    border: 0;
    padding: 0;
}
.accordion-button:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.form-control:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}
section {
    width: 100%;
    clear: both;
}
.orange_btn {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
    padding: 13px 30px;
    border-radius: 1px;
    background-color: #D05335;
    display: inline-block;
}
.outer_main {
    min-height: calc(100vh - 451px);
}
/*======= RADIO BTN START =======*/
.contain_box {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 3px;
}
.contain_box {
    float: left;
}
.contain_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 2px;
    top: 2px;
    margin-top: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #000000;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.contain_box .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000000;
}
.contain_box input:checked ~ .checkmark:after {
    display: block;
}
/*======== RADIO BTN END =======*/
/*===== CHECKBOX BTN BEGIN =====*/
.m-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 1rem;
    margin-right: 28px;
    margin-top: 1px;
    /* -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; */
    transition: none;
}
.m-checkbox.m-checkbox--single {
    float: left;
    margin-bottom: 0;
    padding: 0;
    margin-top: 2px;
}
.m-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
}
.m-checkbox.m-checkbox--solid > span {
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    border: 1px solid #dddddd;
    width: 18px;
}
.m-checkbox.m-checkbox--solid > input:checked ~ span {
    background-color: #000000;
    border: 1px solid #000000;
}
.m-checkbox > span:after {
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
}
.m-checkbox > span:after {
    content: '';
    position: absolute;
    display: none;
}
.m-checkbox.m-checkbox--solid > span:after {
    border: solid #ffffff;
}
.m-checkbox > input:checked ~ span:after {
    display: block;
}
/*===== CHECKBOX BTN END =====*/
/*======= HEDAER START =======*/
.container-1920 {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
}
.header_outer {
    width: 100%;
}
.header_outer.fixed_header {
    padding-bottom: 71px;
}
.header_inner {
    width: 100%;
    background: #ffffff;
    position: relative;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    z-index: 999;
}
.fixed_header .header_inner {
    position: fixed;
    top: 0;
}
.top_header {
    width: 100%;
    padding: 8px 0;
    background-color: #1C2939;
}
.top_header p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
}
.head_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0;
}
.head_box1 {
    display: flex;
    align-items: center;
    gap: 60px;
}
.mobile_menu {
    display: none;
}
.logo a {
    display: inline-block;
}
.logo img {
    width: 120px;
}
.menu_list {
    display: flex;
    gap: 35px;
    align-items: center;
}
.menu_item a {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 55px;
    cursor: pointer;
}
.dropdown_menu .userDrop_box2>a:after {
    font-family: 'Material Symbols Outlined';
    content: '\e5cf';
    font-weight: 300;
    font-size: 23px;
    vertical-align: middle;
    position: relative;
    top: 0;
    color: #2A353D;
    margin: 0;
    border: 0;
}
.dropdown_menu .user_dropdown:before {
    right: unset;
    left: 0;
    width: 151px;
}
.dropdown_menu .user_dropdown {
    right: unset;
    left: -17px;
    top: 55px;
}
.dropdown_menu .user_dropdown ul li a {
    white-space: nowrap;
}
.head_box11 > ul {
    width: 100%;
    display: flex;
    gap: 35px;
}
.head_box11 > ul > li > a {
    display: inline-block;
    color: #000000;
    position: relative;
}
.head_box11 > ul > li > a > span:first-child, .user_icon span {
    color: #000000;
    font-size: 28px;
    font-weight: 300;
    vertical-align: bottom;
}
.cart_count {
    position: absolute;
    top: -10px;
    right: -5px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
    color: #ffffff;
    width: 20px;
    height: 20px;
    display: flex;
    border-radius: 10px;
    background-color: #D05335;
    justify-content: center;
    align-items: center;
}
.search_popup {
    position: absolute;
    top: 0;
    left: -1px;
    right: 0;
    z-index: 99;
    width: 100%;
    background-color: #ffffff;
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}
.header_searchIcon span {
    color: #000000;
    font-size: 28px;
    font-weight: 300;
    vertical-align: bottom;
}
.popup_input {
    width: 100%;
    padding: 15px;
    display: flex;
    height: 71px;
    position: relative;
    align-items: center;
    gap: 15px;
}
.popup_input input {
    border: 0;
    padding: 0;
    background: unset;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}
.popup_input > span {
    font-size: 24px;
    position: relative;
    top: 2px;
    cursor: pointer;
}
.searchbar_dropdown_header {
    width: 100%;
    border-top: 1px solid #dddddd;
    padding-bottom: 10px;
    padding-right: 8px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 7%);
}
.searchbar_dropdown_header .scroll_list {
    max-height: 320px;
    overflow: auto;
    padding-right: 8px;
}
.searchbar_dropdown_header .scroll_list::-webkit-scrollbar {
    width: 2px;
}
.searchbar_dropdown_header .scroll_list::-webkit-scrollbar-track {
    background: transparent; 
}
.searchbar_dropdown_header .scroll_list::-webkit-scrollbar-thumb {
    background: #dddddd;
    border-radius: 4px;
}
.searchbar_dropdown_header .scroll_list::-webkit-scrollbar-thumb:hover {
    background: #dddddd;
}
.searchbar_dropdown_header ul li {
    width: 100%;
    padding: 10px 30px;
    /* padding-left: 50px; */
    position: relative;
    transition: .3s all;
    border-bottom: 1px solid #f1f1f1;
}
.searchbar_dropdown_header ul li:last-child {
    border-bottom: 0;
}
/* .searchbar_dropdown_header li:before {
    position: absolute;
    top: 11px;
    left: 20px;
    content: '\e8b6';
    font-family: 'Material Symbols Outlined';
    font-weight: 300;
    font-style: normal;
    font-size: 21px;
    line-height: 1;
} */
.searchbar_dropdown_header ul li p {
    font-size: 15px;
    line-height: 26px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 0;
}
.searchbar_dropdown_header ul li.active, .searchbar_dropdown_header ul li:hover {
    background-color: #f7f7f7;
    color: #102A83;
}
.searchbar_dropdown_header ul li.active p, .searchbar_dropdown_header ul li:hover p {
    color: #102A83;
}
.userDrop_box, .userDrop_box2 {
    position: relative;
}
.user_dropdown {
    top: 40px;
    right: -10px;
    width: 280px;
    padding: 18px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 9%);
    border-radius: 0;
    background: #ffffff;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 9;
}
.user_dropdown:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background-color: #d05335;
    display: block;
}
.dropdown_head {
    width: 100%;
    padding-bottom: 18px;
    margin-bottom: 13px;
    border-bottom: 1px solid #dddddd;
}
.dropdown_head h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}
.dropdown_head p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 12px;
}
.dropdown_head p:last-child {
    display: flex;
    background-color: #d05335;
    border: 1px solid #D05335;
    padding: 8px 15px;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 140px;
    color: #ffffff;
    margin-bottom: 0;
}
.dropdown_head p a {
    color: #ffffff;
}
.user_dropdown ul li a {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
    transition: .3s all;
}
.user_dropdown ul li a span:first-child {
    font-size: 21px;
    font-weight: 300;
    vertical-align: bottom;
}
.user_dropdown ul li:last-child a {
    margin-bottom: 0;
}
.user_dropdown ul li:hover a {
    color: #d05335;
}
/*========== HEADER END =========*/
/*========= FOOTER START ========*/
.footer_outer {
    width: 100%;
    background-color: #1C2939;
}
.footer_sec1 {
    width: 100%;
    padding: 50px 0;
    display: flex;
    gap: 50px;
}
.footer_col {
    width: calc(22% - 50px);
}
.footer_col.footer_col1 {
    width: calc(30% - 50px);
}
.footer_col.footer_col4 {
    width: 26%;
}
.footer_sec2 {
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid rgb(255 255 255 / 20%);
}
.footer_logo {
    width: 100%;
    margin-bottom: 30px;
}
.footer_logo img {
    width: 120px;
}
.footer_col h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer_col p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 10px;
}
.footer_col ul li:last-child p, .footer_col4 p:last-child {
    margin-bottom: 0;
}
.footer_socialMedia {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}
.footer_socialMedia li {
    border: 1px solid #ffffff;
    padding: 3px 4px;
    border-radius: 3px;
    width: 36px;
    height: 34px;
    text-align: center;
    margin-left: 8px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.footer_socialMedia li:first-child {
    margin-left: 0;
}
/* .footer_socialMedia li i {
    font-size: 20px;
    vertical-align: middle;
    color: #ffffff;
}
.footer_socialMedia li:not(:first-child) i {
    font-size: 22px;
} */
.footer_socialMedia li Img {
    width: 22px;
}
.footer_col4 p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer_col4 p img {
    width: 18px;
}
.footer_sec2 p, .footer_sec2 p a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}
/* .footer_sec2 p a {
    border-bottom: 1px solid #ffffff;
}
.footer_sec2 p::first-letter {
    font-size: 16px;
    vertical-align: middle;
}*/
/*=========== FOOTER END ==========*/
/*======== HOME PAGE START ========*/
.carouselbanner {
    width: 100%;
}
.carousel_item {
    width: 100%;
}
.carousel_item img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.carousel_item .carousel-caption {
    width: 870px;
    padding: 0 20px;
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
    transform: translate(-50%, -50%);
}
.carousel_item h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 82px;
    line-height: 100px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
}
.border_bottom {
    width: 70px;
    height: 2px;
    background-color: #ffffff;
    display: block;
    margin: 30px auto 40px auto;
}
.carousel_item p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 30px;
}
.carousel_banner .carousel-indicators {
    bottom: 40px;
    margin: 0;
}
.carousel_banner .carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-left: 8px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 20px;
    opacity: 1;
}
.carousel_banner .carousel-indicators .active {
    background-color: #D05335;
}
.subscribe_sec {
    background-color: #FFFCF6;
    padding: 100px 0;
    position: relative;
}
.subscribe_bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 33.33%;
}
.subscribe_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.subscribe_sec1 {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}
.subscribe_sec1 h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
}
.subscribe_sec1 h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    line-height: 64px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}
.subs_sec11 {
    width: 100%;
    display: flex;
    gap: 0;
}
.subs_sec11 input {
    width: calc(100% - 129px);
    border: 1px solid #F6EBD4;
    border-radius: 1px;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}
.subs_sec11 input::placeholder {
    color: #000000;
}
.subs_sec11 a {
    flex-shrink: 0;
}
.arrow_img {
    position: absolute;
    bottom: 0;
    right: 20px;
}
.arrow_img img {
    width: 180px;
}
.indexSec_2 {
    padding: 80px 0;
}
.indexSec_2 h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 0;
    text-align: center;
}
.indexSec_2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
}
.indexSec_2 ul {
    width: 100%;
    display: grid;
    margin-top: 40px;
    gap: 30px;
}
.indexSec_2 ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    border-radius: 3px;
    border: 1px solid #ddd;
    transition: .2s all;
    justify-content: center;
}
.indexSec_2 ul li a:hover {
    border-color: #D05335;
    box-shadow: 0 5px 10px rgb(0 0 0 / 11%);
}
.indexSec_2 ul li a:hover p {
    color: #D05335;
}
.indexSec_2 ul li a:hover img {
    filter: brightness(14) saturate(170%) invert(47%) sepia(41%) saturate(1680%) hue-rotate(333deg) brightness(76%) contrast(83%);
}
.indexSec_2 ul li:nth-child(3), .indexSec_2 ul li:nth-child(6) {
    border-right: 0;
}
.indexSec_2 ul li img {
    width: 85px;
    height: 80px;
    object-fit: contain;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.indexSec_2 ul li p {
    font-size: 16px;
    line-height: 22px;
    max-width: 271px;
}
.indexSec_2 ul.hover_sec {
    gap: 30px;
}
.indexSec_2 ul li.hover_div {
    width: calc(50% - 15px);
    height: 280px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #dddddd;
    padding: 5px;
}
.indexSec_2 ul li.hover_div a {
    padding: 0;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    position: relative;
}
.indexSec_2 ul li.hover_div a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    filter: none;
}
.indexSec_2 ul li.hover_div a p {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px;
    width: 100%;
    max-width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
    background-color: #D05335;
    color: #ffffff;
    transform: translateY(64px);
}
.indexSec_2 ul li.hover_div a:hover p {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.box_1 {
    grid-column: 1;
    grid-row: 1;
}
.box_2 {
    grid-column: 2;
    grid-row: 1;
}
.box_3 {
    grid-column: 3;
    grid-row: 1;
}
.box_4 {
    grid-column: 1;
    grid-row: 2;
}
.box_5 {
    grid-column: 2;
    grid-row: 2;
}
.box_6 {
    grid-column: 3;
    grid-row: 2;
}
.bottom_li {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.indexSec_3 {
    padding: 40px 0;
    background-color: #f7f7f7;
    /* border: 1px solid #dddddd; */
    position: relative;
    margin-top: 100px;
}
.indexSec_31 {
    width: 100%;
    margin-top: 50px;
    position: relative;
}
.indexSec_31 img {
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 120px;
    opacity: .8;
}
.indexSec_32 {
    width: 100%;
    display: flex;
    gap: 15px;
    margin-top: 30px;
    justify-content: center;
}
.indexSec_31 h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    text-align: center;
    margin-bottom: 0;
}
.indexSec_31 p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0 !important;
    padding: 10px 15px;
    background-color: #fff;
    display: flex;
    border-radius: 1px;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #dddddd;
}
.indexSec_31 p span {
    font-size: 20px;
    border-right: 1px solid #4f4f4f;
    padding-right: 12px;
    margin-right: 15px;
    color: #D05335;
}
/*========= HOME PAGE END ========*/
/*====== BULK ENQUIRIES START =====*/
.aboutus_sec.hall_sec {
    background: url('../images/hall-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.hall_sec .products_head h3 {
    margin-bottom: 15px;
}
.hall_sec p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}
.aboutus_sec2.bulk_sec0 {
    background-color: #f7f7f7;
    padding: 40px 0;
    margin-top: 50px;
}
.bulk_sec0 p span {
    color: #D05335;
}
.bulk_sec1 {
    padding: 80px 0;
}
.bulk_sec2 h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 0;
    text-align: center;
}
.bulk_sec2 ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 60px;
}
.bulk_sec2 ul li {
    width: 100%;
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}
.bulk_sec21 {
    width: 55%;
}
.bulk_sec22 {
    width: calc(42% - 60px);
}
.bulk_sec21 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.bulk_sec22 h4, .bulk_sec31 h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 18px;
}
.bulk_sec22 span {
    height: 3px;
    display: block;
    background-color: #D05335;
    width: 70px;
    margin-bottom: 20px;
}
.bulk_sec22 p, .bulk_sec31 p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0;
}
.bulk_sec3 {
    padding: 80px 0;
}
.points_li {
    width: 100%;
    margin-top: 60px;
}
.points_li p:not(:last-child) {
    margin-bottom: 10px;
}
.indexSec_31.bulk_sec01 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-top: 1px solid #dddddd;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 30px;
}
.bulk_sec01 .indexSec_32 {
    width: unset;
    margin-top: 0;
}
/*======= BULK ENQUIRIES END ======*/
/*====== PRODUCTS PAGE START =====*/
.bg_green {
    background-color: #388E3C;
}
.bg_yellow {
    background-color: #FF9E02;
}
.bg_red {
    background-color: #FF6261;
}
.rat_review11 h4 img {
    object-fit: cover;
    width: 27px;
    height: 24px;
    position: relative;
    top: -2px;
}
.col_green {
    color: #388E3C;
    object-position: left;
}
.col_red {
    color: #FF6261;
    object-position: center;
}
.col_yellow {
    color: #FF9E02;
    object-position: right;
}
.col_lightY {
    color: #FCD261;
}
.col_grey {
    color: #D3D8DC;
}
.breadcrumbs_sec {
    padding: 15px 0;
    background-color: #FBFBFD;
}
.leftLinks1 {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.leftLinks1 a, .leftLinks1 span {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin: 0 1px;
}
.leftLinks1 span.mac_brand {
    font-weight: 500;
}
.products_banner {
    width: 100%;
    background: url('../images/product-banner.jpg')no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 120px 0;
}
.products_head {
    width: 100%;
    text-align: center;
}
.products_head h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 90px;
    color: #ffffff;
    margin-bottom: 0;
}
.products_sec0 {
    padding-top: 10px;
    padding-bottom: 60px;
    background-color: #FBFBFD;
}
.products_sec {
    width: 100%;
    display: flex;
    position: relative;
}
.sticky_proDtl {
    position: sticky;
    top: 50px;
}
.products_sec1 {
    width: 270px;
    flex-shrink: 0;
}
.products_sec2 {
    width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
}
.add_filter_btn, .hide_icon {
    display: none;
}
.filter_head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #dddddd;
}
.filter_head h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 41px;
    color: #000000;
    margin-bottom: 0;
}
.close_btns button {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #D05335;
}
.close_btns button.hideIn_des {
    display: none;
}
.body_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}
.search_input {
    width: 100%;
    height: 32px;
}
.search_input input {
    background-color: #eeeeee;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    width: 100%;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 35px 5px 15px;
    border: 0;
    outline: 0;
    border-radius: 2px;
    display: none;
}
.searchClose:before {
    position: absolute;
    top: 6px;
    right: 0;
    content: '\e8b6';
    font-family: 'Material Symbols Outlined';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}
.searchClose.close_btn:before {
    content: '\e5cd';
    font-size: 21px;
    top: 5px;
    right: 5px;
}
.filter_body {
    width: 100%;
    padding: 15px;
}
.filter_body:not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
}
.filter_body h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
}
.filter_body ul li p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 8px;
}
.filter_body ul li:last-child p { 
    margin-bottom: 0;
}
.color_box {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    display: inline-block;
    background-color: #c9c9c9;
    margin-right: 8px;
}
.showMore_list {
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.show_more {
    -webkit-font-smoothing: auto;
    font-size: 14px;
    line-height: 22px;
    color: #D05335;
    margin-left: 30px;
    margin-top: 5px;
}
.products_sec21 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    align-items: center;
}
.products_sec21 > p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    color: #575757;
    margin-bottom: 0;
    padding-left: 30px;
}
.products_sec21 > p b {
    font-weight: 500;
}
.sort_sortBy {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding: 7px 15px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 1px;
    min-width: 180px;
    position: relative;
    cursor: pointer;
}
.sort_sortBy > span:last-of-type {
    font-weight: 500;
}
.sort_sortBy:before {
    position: absolute;
    top: 5px;
    right: 6px;
    content: '\e5cf';
    font-family: 'Material Symbols Outlined';
    font-weight: 200;
    font-style: normal;
    font-size: 28px;
    color: #c2c2c2;
    line-height: 1;
}
.sort_sortBy ul {
    background-color: #fff;
    display: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    margin: 0;
    padding-top: 6px;
    z-index: 2;
    border: 1px solid #dddddd;
    border-top: none;
    -webkit-box-shadow: 0 8px 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 8px 10px 0 rgba(0,0,0,.08);
}
.sort_list label {
    display: block;
    cursor: pointer;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    width: 100%;
    position: relative;
}
.sort-label input {
    visibility: hidden;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sort_list label.sort_selected {
    background-color: #f7f7f7;
    font-weight: 500;
}
.sort_sortBy:hover ul {
    display: block;
}
.products_sec22 {
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    border-left: 1px solid #dddddd;
}
.productsList_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.productsList_box li {
    width: calc(20% - 24px);
    background: #ffffff;
    /* box-shadow: 0 2px 15px rgb(0 0 0 / 7%); */
    border: 1px solid #dddddd;
}
.productsList_box li:hover {
    transition: .2s all;
    box-shadow: 0 2px 15px rgb(0 0 0 / 7%);
    border-color: transparent;
}
.img_box {
    width: 100%;
    height: 270px;
}
.img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.content_box {
    width: 100%;
    padding: 15px;
}
.content_box p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #1573DD;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}
.addTo_fav {
    font-size: 20px;
    color: #2b2b2b;
}
.addTo_fav .fa-solid {
    color: #FF5B5B;
}
.addTo_fav img {
    width: 20px;
}
.content_box h4 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
    /* word-break: break-all; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.content_box p:last-child, .proCont3 {
    font-weight: 400;
    justify-content: flex-start;
    gap: 10px;
    color: #D05335;
    margin-bottom: 0;
}
.content_box p:last-child span:last-child, .proCont3 span:last-child {
    color: #777777;
    text-decoration: line-through;
}
.List_pagination {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.List_pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.List_pagination ul li {
    background: #ffffff;
    display: inline-block;
    border-radius: 1px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    color: #808191;
    margin: 0 5px;
    border: 1px solid #dddddd;
}
.List_pagination ul li a {
    line-height: 38px;
    height: 38px;
    display: inline-block;
}
.List_pagination ul li span {
    font-size: 15px;
    line-height: 38px;
    padding: 0 10px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 38px;
    justify-content: center;
}
.List_pagination ul li span i {
    font-size: 20px;
}
.List_pagination ul li.active {
    border-color: #D05335;
    background-color: #FCF2EF;
}
.List_pagination ul li.active span {
    color: #D05335;
}
/*======= PRODUCTS PAGE END ======*/
/*====== PRODUCT DETAIL START =====*/
.breadcrumbs_sec.proDtl {
    padding: 25px 0;
    background-color: #ffffff;
}
.product_dtl1 {
    background-color: #ffffff;
}
.product_dtl11 {
    width: 100%;
    display: flex;
    gap: 100px;
    align-items: flex-start;
}
.productSliderMain {
    width: 50%;
    position: sticky;
    top: 90px;
}
.productImageDetail {
    width: 100%;
    display: inline-block;
}
.productImageDetail .magnify {
    width: 100%;
}
.productImageDetail img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.productSliderMain .owl-theme .owl-nav {
    display: none;
}
.productSliderMain .owl-theme .owl-dots {
    display: none;
}
.productSlideInner {
    display: inline-block;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    margin: 15px 0 0;
    padding-bottom: 5px;
}
.productSlideInner::-webkit-scrollbar {
    height: 2px;
}
.productSlideInner::-webkit-scrollbar-track {
    background: transparent;
}
.productSlideInner::-webkit-scrollbar-thumb {
    background: #dddddd;
    border-radius: 4px;
}
.productSlideInner::-webkit-scrollbar-thumb:hover {
    background: #dddddd;
}
.dotProduct {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 80px;
    height: 70px;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 5px;
}
.dotProduct img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #dddddd;
}
.dotProduct.active img {
    border: 1px solid #D05335;
}
.magnify > .magnify-lens {
    width: 300px;
    height: 300px;
    border-radius: 1px;
    box-shadow: none;
    border: 2px solid #ffffff;
}
/*======== PRODUCT DETAIL SLIDER BEGIN ========*/
.product_images {
    position: absolute;
    right: 8px;
    bottom: 145px;
    z-index: 9;
}
.product_images > span {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #535353;
    font-size: 22px;
    background-color: #ffffff;
    border-radius: 2px;
}
.product_images img {
    width: 32px;
    height: 32px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.product_images img:first-of-type {
    z-index: 9;
}
.product_images img.single_imgBox {
    width: 100%;
    min-height: 636px;
    max-height: 636px;
    padding: 20px;
    margin-bottom: 0;
}
.image-preview-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.3s;
	display: none;
	color: #fff;
	will-change: transform;
	user-select: none;
}
.image-preview-container.show {
	animation: show 0.5s forwards;
	-webkit-animation: show 0.5s forwards;
}
.image-preview-container.hiding .preview-header {
	animation: opacityAnimation 0.5s forwards reverse;
}
.image-preview-container img {
    transition: all 0.5s;
    transform: translateX(var(--offsetX)) translateY(var(--offsetY)) translateZ(0) scale(var(--scale), var(--scale)) rotate(var(--rotate));
    object-fit: contain;
}
.image-preview-container .image-container {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden;
}
.image-preview-container .preview-header {
	height: 60px;
	background: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2vw 0 1vw;
	position: relative;
	z-index: 90;
	animation: opacityAnimation 0.5s forwards;
}
.image-preview-container .preview-header .nums {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.image-preview-container .preview-header .nums p {
	font-weight: 300;
	padding: 4px 8px;
	font-size: 14px;
}
.image-preview-container .preview-header button {
	background: none;
	border: none;
	outline: none;
	font-size: 16px;
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	position: relative;
}
.image-preview-container .preview-header .tool-btn button {
	margin-left: 2vw;
}
.image-preview-container .preview-header button:hover::after,
.image-preview-container .preview-header button:hover::before {
	display: block;
}
.image-preview-container .preview-header button::before {
	content: '';
	position: absolute;
	left: 50%;
	top: calc(130% - 5px);
	transform: translateX(-50%);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid #000;
	display: none;
}
.image-preview-container .preview-header button::after {
	content: attr(data-tooltip);
	font-size: 12px;
	position: absolute;
	left: 50%;
	top: 130%;
	transform: translateX(-50%);
	background: #000;
	padding: 2px 5px;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	display: none;
}
.image-preview-container .preview-header button:hover {
	background: rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
#prev, #next {
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    color: #f6f6f6;
    padding: 20px 10px;
    cursor: pointer;
    z-index: 9;
}
#prev i, #next i {
	font-size: 24px;
}
#prev {
	left: 1%;
}
#next {
	right: 1%;
}
.zoom-in {
	cursor: zoom-in;
}
.moving {
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}
@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_2387568_7n96d4x0sva.eot?t=1614436212405'); /* IE9 */
    src: url('//at.alicdn.com/t/font_2387568_7n96d4x0sva.eot?t=1614436212405#iefix') format('embedded-opentype'),/* IE6-IE8 */
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAT4AAsAAAAACjAAAASqAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDXgqGXIUtATYCJAMcCxAABCAFhG0HgQEbpggRFaRXkP0ocPcUUIQJE35oLZsytsFlXASH/P8RD//tx7pvZr5g2iCR4Ee6SRMNieSNBom6Ftqmsknrnm272avZT+9ZL5kSyYL4OoAruFgmd66mB+uXQDZXayVUeGYizL6S8eBfX0r6fOmkWbj7n2OmS2uw/GubS2VStY2Ge+MBDSj7ovRADvhO7OjUTwN23crPBD1NoNe0MMTq2MmzoVUomwJxWlKUA23IouSQQ6uvU04WiPvA16YB8ixwz/75+CwmRCCpMijP2j4Zkw+L7+B5CdJxOkjPRtC154JwjowOKMRdqucWkJvpIL2f38mzj0GtpH7nOfl84rnP88DnJRxHuFMZDYNqI1lRSfP650UNjKYf2ONszTvQ+WTekXwK72g+Fe981PK0gTAJaEugtaroRjfYQ+4XiC1gO03ah+KQ5TFC3eUXpVJ4eStVbZRJRxfkGzdsYh2LrHqHQgtDtdFmHZVfQKaNTFilT3OzdF0G0kGdnyuv4KJps6gqMFSOWW9us9rXr6UkV1/Pvn498caNJPbaDAmzUbeJllq3OBKWzX6YguvX3+Rr1xLeW6dgjjqR+Ji/csMJV2Q/nm6iFBYHpLdKlayZzmngvuuzh1ntmxlqtgnTCWZ2i91h6I2EisXmdRuWpJmwqXJswnMjYfLQkUnViZa9TjZ6yPXZHewsMNNK1kogvUWiMFFkVoByzJnUHd29/jiBVpzQ1LmB3RWXlpSWWkWjXbHRiI3NBuNGVxuEP3KDAVcmGbfJMNfmuhEG34wYcdbnLOiqEUrsrPdZlRc66nNUFZSkSDNvhEFXse7f92aFE849J7fOIZajy6/QclVoCo1DyYvHD52t8HH3ubj5oY98sztTkT54wvaE4iPo188M5RFWiMesI9+99FgG1zjWCyvfDOGP7Ed7JhXnrGMXiN+UBD6r34Y8Jrr3HrnSH18T0ozGDoijnXFWvsXWn5Vqc9V+mTe1grLglsj1h50bB08xXwW46p6Z0gd7tm3Y3xRSEVzPl1ldfVxwTrLNpT87727g9KijCa2oNqQ36vB5X0a0TrQA8xJ4/yv8QbxAzKlJ2OuskoO7nvjjWfgPm6Ed/H+TnuYAlvolz0Ey6tN8CA3K3fIQ0j97L/M45NqZLOXgbyIpD+BtdnM9LNz/ch4jwAOkVVr6pJkKkYP4p/jKFWtT3n10UeklCDQWZUol9KpDPF+BUffb0070JjF9rQkfksYUZK0ZZMF2UOkzD7XWAvSaM+58nzG1sihiYFYPQRi2A5JBTyAbdg5ZsPegMukd1IaxgUAiMbQ3SgVEiRrFqAU/8P6HYKhazS7KKb2h27PmoNymvJB7iMMaERXNX7Eit7Gnf90mYsEyFbjQ8zBngsYU0cjkRdp5jixM+6TJUBmUURjSBPoAb/9AYJDKmuOFin3/DXJ2mcY5PT+CL4h1YXqwmiwlkFdNLdVzLPO7L2cjhGXXWYwU4AIXymqGgJa+LEKGmPgaqeZsZgbZspqpf105zhPQS/lgEylylKiijiZawuug/4PDY53X1bmzTtoY2quMjUm0XzfhmLF3qqPJ1PHQ6qk6oygcm3ddbREMynWvwwAA')
	format('woff2'),
	url('//at.alicdn.com/t/font_2387568_7n96d4x0sva.woff?t=1614436212405') format('woff'),
	url('//at.alicdn.com/t/font_2387568_7n96d4x0sva.ttf?t=1614436212405') format('truetype'),/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
	url('//at.alicdn.com/t/font_2387568_7n96d4x0sva.svg?t=1614436212405#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
	font-family: 'iconfont' !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-xiayige:before {
	content: '\e627';
}
.icon-shangyige:before {
	content: '\e622';
}
.icon-account-practice-lesson-close:before {
	content: '\e600';
}
.icon-zhongzhi:before {
	content: '\e602';
}
.icon-xuanzhuan:before {
	content: '\e615';
}
.icon-xuanzhuan1:before {
	content: '\e669';
}
/*===== PRODUCT DETAIL SLIDER END ======*/
.product_dtl12 h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 10px;
}
.prodtl_1 {
    display: flex;
    gap: 7px;
}
.prodtl_1 > a > span, .prodtl_1 > span {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    color: rgb(0 0 0 / 70%);
}
.prodtl_1 > a:hover {
    color: rgb(0 0 0 / 70%);
    text-decoration: underline;
}
.rating_box {
    display: flex;
    gap: 4px;
    align-items: center;
    color: #ffffff;
    border-radius: 3px;
    padding: 3px 6px;
    justify-content: center;
    min-width: 36px;
}
.rating_box span {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}
.rating_box i {
    font-size: 10px;
    position: relative;
    top: -1px;
}
.rating_box img {
    width: 10px;
    position: relative;
    top: -1px;
}
.prodtl_2 {
    width: 100%;
    border-top: 1px solid #dddddd;
    padding-top: 14px;
    margin-top: 22px;
}
.prodtl_2 p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    gap: 10px;
    color: #D05335;
    margin-bottom: 0;
    align-items: center;
}
.prodtl_2 p.taxes {
    color: #03a685;
    font-size: 14px;
    line-height: 18px;
    margin-top: 4px;
    font-weight: 500;
}
.prodtl_2 p span:last-child {
    color: #3c3c3c;
    font-size: 20px;
    text-decoration: line-through;
}
.prodtl_3 {
    margin-top: 20px;
}
.prodtl_3 h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 8px;
}
.prodtl_3 ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.prodtl_3 ul li {
    position: relative;
}
.prodtl_3 ul li .list_In {
    border: 2px solid transparent;
    width: 100%;
    float: left;
    border-radius: 20px;
}
.prodtl_3 ul li .list_In.select_var {
    border-color: #000000;
}
.prodtl_3 ul li a {
    width: 100%;
    float: left;
    cursor: pointer;
    text-decoration: none;
}
.prodtl_3 ul li a .color_img {
    width: 25px;
    height: 25px;
    border-radius: 20px;
}
.prodtl_3 ul li .color_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 52%);
    opacity: 0;
    cursor: pointer;
}
.prodtl_3 ul li .color_txt .bg_color {
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 2px;
    padding-top: 6px;
}
.prodtl_3 ul li:hover .color_txt {
    opacity: 1;
}
.size_btn {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    padding: 4px 15px;
    border: 1px solid #dddddd;
    border-radius: 20px;
}
.size_btn.active {
    border-color: #000000;
}
.prodtl_5 {
    width: 100%;
    display: flex;
    gap: 11px;
    margin-top: 30px;
}
.count_minPlus {
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 1px;
    font-size: 14px;
    width: 110px;
    height: 46px;
    padding: 0 8px;
}
.count_minPlus .mini_value, .count_minPlus .max_value {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.count_minPlus span {
    font-size: 20px;
    cursor: pointer;
}
.count_minPlus .quantity_input {
    padding: 0;
    border: 0;
    background: unset;
    width: 52px;
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
}
.addTo_cart {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
    background-color: #D05335;
    padding: 12px;
    border-radius: 1px;
    display: inline-block;
    width: calc(100% - 180px);
    text-align: center;
}
.prodtl_5 > button {
    border: 1px solid #dddddd;
    border-radius: 1px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 46px;
}
.prodtl_5 > button i {
    font-size: 23px;
    color: #000000;
}
.prodtl_5 > button img {
    width: 21px;
}
.prodtl_6 {
    width: 100%;
    margin-top: 15px;
}
.prodtl_6 a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #ffffff;
    background-color: #000000;
    padding: 12px;
    border-radius: 1px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.prodtl_7 {
    width: 100%;
    /* border-radius: 1px; */
    /* padding: 15px; */
    /* background-color: #ffffff; */
    /* border: 1px dashed #dddddd; */
    margin: 25px 0;
    margin-bottom: 0;
}
.prodtl_7 h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 8px;
}
.prodtl_71 {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.prodtl_71 input {
    font-size: 14px;
    line-height: 22px;
    padding: 8px 15px;
    background-color: #FBFBFD;
    border: 1px solid #dddddd;
    width: 65%;
    border-radius: 1px;
}
.prodtl_71 a {
    font-size: 14px;
    line-height: 23px;
    color: #ffffff;
    background-color: #D05335;
    padding: 8px 25px;
    border-radius: 1px;
}
.prodtl_7 p.small_txt {
    font-size: 14px;
    line-height: 18px;
    color: #777777;
    margin-bottom: 15px;
}
.prodtl_7 p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
}
.prodtl_8 ul li p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 5px;
    display: flex;
}
.prodtl_8 ul li:last-child p {
    margin-bottom: 0;
}
.prodtl_8 ul li p span:first-child {
    font-weight: 500;
    width: 180px;
    flex-shrink: 0;
}
.product_dtl12 {
    width: 100%;
    max-width: 580px;
}
.product_dtl13 > h3, .related_proSec h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 0;
    text-align: center;
}
.product_dtl13 {
    width: 100%;
    padding-top: 80px;
}
.features_list {
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.features_list ul {
    width: 100%;
    display: flex;
    gap: 20px;
}
.features_list ul li {
    width: calc(20% - 16px);
    border: 1px dashed #D05335;
    background-color: #ffffff;
    padding: 25px 20px;
    text-align: center;
    border-radius: 1px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}
.features_list ul li img {
    height: 52px;
    width: auto;
}
.features_list ul li h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 0;
}
.detail_tabs {
    width: 100%;
    margin-top: 30px;
}
.detail_tabs .nav-tabs {
    border-bottom: 0;
}
.detail_tabs .nav-tabs .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    background: unset;
    padding: 15px 25px;
    padding-top: 0;
    border: 0;
    border-bottom: 1px solid transparent;
}
.detail_tabs .nav-tabs .nav-link.active {
    color: #D05335;
    border-color: #D05335;
}
.detail_tabs .tab-content {
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    /* box-shadow: 0 2px 15px rgb(0 0 0 / 7%); */
}
.detail_tabs .tab-content p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 5px;
}
.detail_tabs .tab-content p:last-of-type {
    margin-bottom: 0;
}
.detail_tabs .tab-content p b {
    font-weight: 500;
}
.tabs_content ul {
    width: 100%;
}
.tabs_content ul li {
    width: 100%;
    margin-bottom: 10px;
}
.tabs_content h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}
.rat_review {
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-top: 30px;
    /* box-shadow: 0 2px 15px rgb(0 0 0 / 7%); */
    position: relative;
}
.rat_review1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.border_space {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.rat_review11 h5 {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 8px;
}
.rat_review11 h4 {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.rat_review11 h4 i {
    font-size: 24px;
    position: relative;
    top: -3px;
}
.rat_review11 p {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #585858;
    margin-bottom: 0;
}
.rat_review12 {
    text-align: right;
}
.rat_review12 a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #ffffff;
    background-color: #000000;
    padding: 11px 21px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
}
.rat_review12 p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0;
}
.buyer_info {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #585858;
    display: flex;
    gap: 4px;
    align-items: center;
    margin-bottom: 10px;
}
.buyer_info span:first-child {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
.rat_review2 .prodtl_1 {
    margin-bottom: 10px;
}
.pro_dtl {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #777777;
    margin-bottom: 0;
}
.buyerReview {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0;
}
.review_imgs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}
.review_imgs li {
    width: 70px;
    height: 80px;
}
.review_imgs li img {
    width: 70px;
    height: 80px;
    object-fit: cover;
}
.allReviews {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    /* display: inline-block; */
    color: #1573DD;
    border-bottom: 1px solid #1573DD;
}
.allReviews span {
    font-weight: 200;
    color: #1573DD;
    font-size: 26px;
    -webkit-font-smoothing: auto;
    vertical-align: text-top;
    margin-left: 3px;
    width: 20px;
}
.related_proSec {
    padding: 80px 0;
    background-color: #ffffff;
}
.related_proSec h2 {
    text-align: left;
}
.related_proSec .productsList_box {
    flex-wrap: nowrap;
    margin-top: 20px;
}
.related_proSec .productsList_box li {
    width: calc(16.66% - 25px);
}
.writeReview_m {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}
.writeReview_m .modal-dialog {
    max-width: 800px;
}
.writeReview_m .modal-content {
    border-radius: 0;
    border: 0;
}
.writeReview_m .modal-body {
    padding: 40px 30px;
}
.writeReview_m .close_btn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #323232;
    background: unset;
    border: 0;
    padding: 0;
    cursor: pointer;
}
.modal_head h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 5px;
}
.modal_head p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0;
}
.modal_body {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px;
    text-align: left;
}
.modal_body > img {
    width: 100px;
    height: 110px;
    border-radius: 3px;
    object-fit: cover;
}
.modal_body h6 {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 7px;
}
.modal_body p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #777777;
    margin-bottom: 7px;
}
.icons_box {
    display: flex;
    gap: 2px;
}
.icons_box img {
    width: 17px;
}
.modal_form {
    width: 100%;
    margin: 20px 0;
    text-align: left;
}
.loginSign_pop .modal_form {
    margin-top: 15px;
}
.input_field {
    width: 100%;
    font-size: 0;
    margin-bottom: 20px;
    position: relative;
}
.input_field label {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 8px;
}
.input_field > input, .input_field > textarea, .input_field > select {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #777777;
    padding: 10px 15px;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #dddddd;
}
.input_field p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #D05335;
    margin-bottom: 15px;
}
.upload_files {
    background-color: #ffffff;
    border: 1px dashed rgb(0 0 0 / 60%);
    border-radius: 2px;
    width: 90px;
    height: 80px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.upload_files input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.inner_design {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.inner_design img {
    width: 50px;
    /* margin-top: 9px;
    margin-left: 4px; */
}
.upload_images {
    width: 100%;
    margin-top: 12px;
}
.upload_images ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.upload_images ul li {
    width: 90px;
    height: 80px;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 3px;
    position: relative;
}
.upload_images ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.upload_images ul li button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}
.upload_images ul li button span {
    font-size: 18px;
    color: #000000;
}
.footer_btns {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.footer_btns .orangeBtn {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #ffffff;
    background-color: #D05335;
    border: 1px solid #D05335;
    padding: 10px 20px;
    border-radius: 2px;
    display: inline-block;
}
.footer_btns .cancelBtn {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    background-color: unset;
    border: 1px solid #000000;
    padding: 10px 20px;
    border-radius: 2px;
    min-width: 110px;
    display: inline-block;
}
/*======= PRODUCT DETAIL END =======*/
/*===== LOGIN / SIGN UP POPUPS =====*/
.logins_p {
    padding: 20px 0;
}
.rd_logo {
    width: 450px;
    margin: 0 auto;
    text-align: center;
}
.rd_logo > a > img {
    width: 120px;
    margin-bottom: 20px;
}
.loginSign_pop {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 25px;
    text-align: left;
}
.writeReview_m.loginSign_pop .modal-dialog {
    max-width: 520px;
    text-align: left;
}
.writeReview_m.loginSign_pop .modal-body {
    padding: 40px 40px;
}
.loginSign_pop h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 10px;
}
.loginSign_pop .input_field p {
    color: #000000;
    margin-top: 8px;
}
.loginSign_pop .input_field p a, .login_btns p a {
    color: #1573DD;
}
.loginSign_pop p.resend_otp {
    text-align: right;
}
.loginSign_pop p.pass_restrict {
    font-size: 14px;
    color: #D05335;
}
.footer_btns.login_btns {
    flex-direction: column;
}
.footer_btns.login_btns a {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_btns .spinner-grow {
    width: 18px;
    height: 18px;
    margin-right: 7px;
}
/* .footer_btns.login_btns a.orangeBtn span {
    font-size: 18px;
    animation: rotation 1s infinite linear;
    margin-right: 7px;
} */
@keyframes rotation {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.signup_links2 {
    text-align: center;
    margin: 15px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}
.signup_links2 .sides_border {
    width: 70%;
    margin: 0 auto;
    display: block;
    border-top: 1px solid #000000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.signup_links2 h4 {
    background-color: #ffffff;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    z-index: 9;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.signup_links3 ul {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.signup_links3 ul li {
    width: calc(33.33% - 10px);
    display: flex;
    background-color: #DE4B37;
    padding: 10px 20px;
    border-radius: 3px;
    align-items: center;
}
.signup_links3 ul li:last-child {
    background-color: #000000;
}
.signup_links3 ul li a {
    display: flex;
}
.signup_links3 ul li span {
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    -webkit-font-smoothing: auto;
    border-left: 1px solid #ffffff;
    margin-left: 13px;
    padding-left: 13px;
}
.login_btns p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.footer_btns.login_btns p > a {
    display: inline;
}
.showPass {
    position: absolute;
    right: 10px;
    top: 40px;
}
.showPass span {
    color: #000000;
    font-size: 22px;
    font-weight: 300;
    cursor: pointer;
}
/*===== LOGIN / SIGN UP POPUPS =====*/
/*========= WATCHLIST START ========*/
.watchlistSec {
    padding: 60px 0;
}
.watchlistSec h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 0;
}
.watchlistSec1 {
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.watchlistSec1 .productsList_box li {
    width: calc(16.66% - 25px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.remove_fav {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgb(255 255 255 / 93%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 5px #00000029;
    overflow: hidden;
}
.remove_fav span {
    font-size: 21px;
    color: #2b2b2b;
}
.addTo_kart {
    padding: 15px;
    padding-top: 0;
}
.addTo_kart a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    padding: 9px;
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 1px solid #000000;
}
.addTo_kart a.outOf_stock {
    border: 1px solid #ddd;
    color: #000;
    background-color: #eaeaea;
}
/*========== WATCHLIST END =========*/
/*============ CART START ==========*/
.empty_section {
    width: 100%;
}
.cartBreadcrumbs {
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}
.cartBreadcrumbs ul {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 120px;
}
.cartBreadcrumbs ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.cartBreadcrumbs ul li:not(:last-child):before {
    content: '';
    position: absolute;
    top: 13px;
    left: calc(100% + 20px);
    right: 0;
    width: 80px;
    border-bottom: 1px dashed #000000;
}
.cartBreadcrumbs ul li span:first-child {
    font-size: 28px;
    font-weight: 200;
}
.cartBreadcrumbs ul li.active:before {
    border-color: #DE4B37;
}
.cartBreadcrumbs ul li.active {
    color: #DE4B37;
}
.cartSec_1 {
    padding: 40px 0;
}
.headSec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.headSec1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.headSec1 h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 0;
}
.headSec1 h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}
.empty_sec {
    max-width: 482px;
    margin: 0 auto;
    text-align: center;
}
.empty_sec img {
    width: 250px;
    margin-bottom: 30px;
}
.empty_sec h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 15px;
}
.empty_sec h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 20px;
}
.empty_sec p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 5px;
}
.empty_sec p:last-of-type {
    margin-bottom: 25px;
}
.cartSec_11 {
    width: 100%;
    display: flex;
    gap: 30px;
}
.cartSec_111 {
    width: calc(100% - 410px);
}
.cartSec_112 {
    width: 380px;
    flex-shrink: 0;
    padding-top: 43px;
}
.cartSec_2 ul {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.cartSec_2 ul li {
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 1px solid #dddddd;
    /* box-shadow: 0 1px 5px rgb(0 0 0 / 12%); */
}
.proImge {
    width: 150px;
    height: 150px;
    border-radius: 3px;
    overflow: hidden;
    flex-shrink: 0;
}
.proImge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proCont1 {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.proCont1 a {
    color: #000000;
}
.proCont2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}
.proCont2 .count_minPlus {
    height: 36px;
}
.proCont2 p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0;
}
.proCont2 p span:last-child {
    font-weight: 300;
}
.proCont3 {
    display: flex;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}
.proCont4 {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.proCont4 button {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #000000;
    align-items: center;
    gap: 3px;
    height: 20px;
}
.proCont4 button:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #555555;
}
.proCont4 button span {
    font-size: 23px;
    font-weight: 300;
    color: #000000;
}
.proCont4 button i {
    font-size: 17px;
    color: #000000;
    margin-right: 4px;
}
.proCont4 button img {
    width: 17px;
    margin-right: 4px;
}
.headSec_3 {
    width: 100%;
    padding: 15px 0;
    padding-bottom: 0;
    border: 1px solid #dddddd;
    /* box-shadow: 0 1px 5px rgb(0 0 0 / 12%); */
}
.headSec_3 ul li {
    width: 100%;
    padding: 5px 20px;
}
.headSec_3 ul li:last-child {
    border-top: 1px solid #dddddd;
    margin-top: 15px;
    padding: 15px 20px;
}
.headSec_3 ul li p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headSec_3 ul li p span:first-child {
    font-weight: 400;
}
.headSec_3 ul li p span.bold_text {
    font-size: 18px;
    line-height: 26px;
}
.headSec_3 ul li p span.green_text {
    color: #388E3C;
}
.headSec_4 {
    width: 100%;
    margin-top: 20px;
}
.headSec_4 a {
    width: 100%;
    text-align: center;
}
.headSec_5 {
    width: 100%;
    padding: 20px;
    border: 2px dashed #dddddd;
    border-radius: 2px;
    margin-top: 30px;
}
.headSec_5 h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 15px;
}
.headSec_51 {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.headSec_51 input {
    width: calc(100% - 90px);
    border: 1px solid #dddddd;
    border-right: 0;
    border-radius: 0;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
}
.headSec_51 input::placeholder {
    font-weight: 300;
    text-transform: capitalize;
}
.headSec_51 a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 0;
    background-color: #000000;
    display: inline-block;
    flex-shrink: 0;
    width: 90px;
    text-align: center;
}
.headSec_52 {
    width: 100%;
    padding: 10px 20px;
    border-radius: 1px;
    background-color: #EFFFF2;
    border: 1px solid #059302;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.headSec_52 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}
span.block_txt {
    display: block;
}
span.org_color {
    color: #D05335;
    font-weight: 600;
}
.headSec_52 button, .headSec_52 button span {
    font-size: 32px;
    line-height: 30px;
    height: 30px;
    font-weight: 300;
    color: #000000;
    cursor: pointer;
}
.headSec_53 ul li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}
.headSec_53 ul li:last-child {
    margin-bottom: 0;
}
.headSec_53 ul li p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 3px;
}
.headSec_53 ul li p:last-of-type {
    margin-bottom: 0;
}
/*============= CART END ============*/
/*========== ADDRESS START ==========*/
.headSec2 a {
    padding: 8px 18px;
    padding-left: 12px;
    display: flex;
    gap: 4px;
}
.headSec2 a span {
    font-weight: 200;
    font-size: 23px;
}
.address_sec .cartSec_112, .payment_sec .cartSec_112 {
    padding-top: 15px;
}
.addSec_11 {
    width: 100%;
}
.addSec_11 ul {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.addSec_11 ul li {
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 20px;
    border: 1px solid #dddddd;
    /* box-shadow: 0 1px 5px rgb(0 0 0 / 12%); */
    position: relative;
}
.addSec_11 .addAddress_li {
    width: 100%;
    border: 1px dashed #D05335;
    cursor: pointer;
    margin-bottom: 30px;
}
.addSec_11 .addAddress_li a {
    width: 100%;
    padding: 20px;
    display: flex;
    height: 100%;
    color: #000000;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.addAddress_li span {
    font-size: 38px;
    font-weight: 300;
    color: #000000;
}
.addAddress_li h6 {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    margin: 0;
}
.addSec_11 li h5 {
    width: 100%;
}
.addSec_11 li h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.addSec_11 li h5 .contain_box {
    margin-top: -17px;
}
.cen_border {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000000;
}
.add_type {
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    color: #D05335;
    border: 1px solid #D05335;
    padding: 1px 6px;
    border-radius: 2px;
    -webkit-font-smoothing: auto;
    display: inline-block;
}
.addSec_11 li p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 5px;
    max-width: 600px;
}
.addSec_11 li p.mob_no, .paymentSec_1 ul li p.mob_no {
    font-weight: 500;
}
.addSec_11 li p.mob_no span, .paymentSec_1 ul li p.mob_no span {
    font-weight: 300;
}
.addSec_11 li p:last-of-type {
    margin-bottom: 0;
}
.sameAsShip_box {
    width: 100%;
    margin-top: 20px;
}
.sameAs_ship {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
}
.show_btn {
    display: none;
}
.sameAsShip_box .solidB_btn {
    margin-top: 15px;
}
.edit_buttons {
    position: absolute;
    right: 25px;
    bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.edit_buttons button {
    width: 30px;
    height: 30px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding: 2px;
    border: 1px solid #000000;
}
.edit_buttons .border_btn {
    background-color: unset;
}
.edit_buttons .solid_btn span {
    font-size: 21px;
    font-weight: 300;
    color: #ffffff;
}
.edit_buttons .border_btn span {
    color: #000000;
    font-weight: 300;
    font-size: 23px;
}
.view_all {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    color: #1573DD;
    display: flex;
    align-items: center;
    gap: 3px;
    margin-top: 20px;
}
.view_all span {
    font-size: 28px;
    font-weight: 300;
    width: 25px;
    height: 26px;
}
.addNew_add {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    border: 1px dashed #000000;
    padding: 12px;
    border-radius: 2px;
    margin-top: 30px;
    display: none;
}
.addNew_add span {
    font-weight: 200;
    font-size: 23px;
}
.addSec_2 {
    margin-top: 20px;
}
.addSec_21 {
    width: 100%;
    padding: 30px 20px;
    border: 1px solid #dddddd;
}
.addSec_211 {
    max-width: 700px;
    margin: 0 auto;
}
.addSec_211 h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #D05335;
    margin-bottom: 15px;
}
.addSec_211 .input_field p {
    font-size: 13px;
    line-height: 22px;
    color: #000000;
    margin-top: 8px;
    margin-bottom: 0;
    display: flex;
}
.addSec_211 .input_field p .m-checkbox.m-checkbox--single {
    width: unset;
    margin-right: 26px;
}
.error_div input, .error_div textarea {
    border-color: #D05335 !important;
}
.error_msg {
    color: #D05335;
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    margin-top: 4px;
    display: block;
}
.addressType {
    width: 100%;
    display: flex;
    gap: 40px;
}
.addressType p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #000000;
    display: flex;
    gap: 8px;
    -webkit-font-smoothing: auto;
    margin-bottom: 0;
}
.addSave_btns {
    width: 100%;
    margin-top: 30px;
    display: flex;
    gap: 15px;
}
.borderB_btn {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    padding: 9px 20px;
    border-radius: 1px;
    background: unset;
    border: 1px solid #000000;
    display: inline-block;
    min-width: 110px;
    text-align: center;
}
.solidB_btn {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
    padding: 9px 20px;
    border-radius: 1px;
    background-color: #000000;
    border: 1px solid #000000;
    min-width: 110px;
    text-align: center;
}
.partition_border {
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #FCE2DB;
    margin: 25px 0;
    position: relative;
}
.partition_border::before {
    content: '';
    position: absolute;
    top: -9px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #D05335;
    display: block;
    border: 4px solid #FCE2DB;
}
.partition_border::after {
    content: '';
    position: absolute;
    top: -9px;
    right: 0;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background-color: #D05335;
    display: block;
    border: 4px solid #FCE2DB;
}
/*=========== ADDRESS END ===========*/
/*========== PAYEMNT START ==========*/
.paymentSec_1 {
    width: 100%;
}
.paySec_11 {
    width: 100%;
    margin-top: 20px;
}
.paymentSec_1 ul {
    width: 100%;
    display: flex;
    border: 1px solid #dddddd;
}
.paymentSec_1 ul li {
    width: 100%;
    padding: 20px;
    position: relative;
    border-right: 1px solid #dddddd;
}
.paymentSec_1 ul li:last-child {
    border-right: 0;
}
.paymentSec_1 ul li h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 8px;
}
.paymentSec_1 ul li h5:first-of-type {
    color: #D05335;
}
.paymentSec_1 ul li p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 5px;
}
.paymentSec_1 ul li p:last-of-type {
    margin-bottom: 0;
}
.change_btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #D05335;
    padding: 5px 10px;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #FBFBFD;
}
.paymentSec_2 {
    width: 100%;
    border: 1px solid #dddddd;
    margin-top: 20px;
}
.paymentSec_21 {
    width: 100%;
    padding: 20px;
}
.paymentSec_21 h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 8px;
}
.paymentSec_21 p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #777777;
    margin-bottom: 20px;
}
.paymentSec_21 p.cashOnDel {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 15px;
}
.paymentSec_21 p.cashOnDel img {
    width: unset;
    height: 25px;
    vertical-align: top;
    position: relative;
    margin-left: 5px;
    top: -1px;
}
.paymentSec_21 p.cashOnDel > span {
    line-height: 24px;
    color: #000000;
    margin-left: 8px;
}
.paymentSec_21 ul {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.paymentSec_21 ul li img {
    width: 70px;
}
p.prepaid_txt {
    color: #000000;
    margin-bottom: 20px;
}
.solidR_btn {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
    padding: 9px 20px;
    border-radius: 1px;
    background-color: #e20613;
    border: 1px solid #e20613;
    display: inline-block;
    min-width: 110px;
    text-align: center;
}
.disabled {
    opacity: .5;
    pointer-events: none;
    user-select: none;
}
.paymentSec_3 {
    width: 100%;
    border: 1px solid #dddddd;
    margin-top: 20px;
    padding: 20px;
}
.pay_coins {
    margin-bottom: 10px;
}
.pay_coins > span {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
}
.avail_coin {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.avail_coin img {
    width: 17px;
    margin-right: 3px;
    vertical-align: sub;
    position: relative;
    top: -1px;
}
.save_rupees {
    color: #388E3C;
    font-weight: 500;
    margin-bottom: 0;
}
.paymentSec_3 .avail_coin {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}
.paymentSec_3 .avail_coin img {
    width: 20px;
    margin-right: 5px;
}
.paymentSec_3 .avail_coin span:first-of-type {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
/*=========== PAYMENT END ===========*/
/*====== PRIVACY POLICY START =======*/
.privacy_policy, .contact_sec {
    width: 100%;
    padding: 60px 0;
}
.privacy_policy h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 15px;
}
.privacy_policy h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 20px;
}
.privacy_policy h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 15px;
    padding: 12px;
    background: #FFFCF6;
    border-left: 3px solid #D05335;
}
.privacy_policy h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 15px;
}
.privacy_policy p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #000000;
    margin-top: 0;
    margin-bottom: 15px;
}
.privacy_policy p b {
    font-weight: 600;
}
.privacy_policy p a, .privacy_policy p span {
    color: #D05335;
}
.privacy_policy p:last-of-type { margin-bottom: 0; }
.privacy_policy h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 29.6px;
    color: #000000;
    margin-bottom: 0;
}
.privacy_policy h2 b { font-weight: 600; }
.privacy_policy ul { padding-left: 20px; }
.privacy_policy ul li { list-style-type: disc; font-size: 14px;  line-height: 20px; font-weight: 300; color: #000000; margin-top: 0; margin-bottom: 15px;}
.privacy_policy ul li b { font-weight: 600;}
.privacy_policy ul li a, .privacy_policy ul li span { color: #D05335;}
/*======= PRIVACY POLICY END ========*/
/*======== CONTACT US START =========*/
.contact_head {
    width: 100%;
    display: inline-block;
}
.contact_head h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 10px;
}
.contact_head p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 5px;
}
.contact_head p:last-child {
    margin-bottom: 0;
}
.contact_box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 40px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 9%);
    border-radius: 3px;
    padding: 40px;
}
.contact_box .Contact_Left {
    width: 45%;
}
.contact_box .Contact_Right {
    width: 55%;
    padding-left: 12%;
}
.Contact_Right img {
    width: 100%;
}
.Contact_Left h4 {
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}
#success_toast, #failed_toast {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #388E3C;
    margin-top: 20px;
}
#failed_toast {
    color: #FF0000;
}
/*========= CONTACT US END ==========*/
/*========= ABOUT US START ==========*/
.aboutus_sec {
    width: 100%;
    background: url('../images/about-banner-img.jpg')no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 120px 0;
}
.aboutus_sec2 {
    width: 100%;
    padding: 80px 0;
}
.aboutus_sec20 {
    width: 100%;
}
.aboutus_sec20 > p {
    margin-top: 30px;
}
.aboutus_sec20 h3, .aboutus_sec30 h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 20px;
    color: #000000;
}
.aboutus_sec20 h3:not(:first-child) {
    margin-top: 30px;
}
.aboutus_sec20 p, .aboutus_sec30 p, .aboutus_sec312 li p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 15px;
}
.aboutus_sec20 p:last-of-type, .aboutus_sec312 li p:last-of-type, .aboutus_sec20 p.borderLeft:last-of-type {
    margin-bottom: 0;
}
.aboutus_sec20 p.borderLeft, .aboutus_sec312 li p.borderLeft {
    font-weight: 400;
    border-left: 3px solid #D05335;
    padding-left: 12px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.aboutus_sec3 {
    padding: 80px 0;
    background-color: #FBFBFD;
}
.aboutus_sec30 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.aboutus_sec30 p {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 16px;
}
.aboutus_sec31 {
    width: 100%;
    display: flex;
    gap: 60px;
}
.aboutus_sec311, .aboutus_sec312 {
    width: calc(50% - 30px);
}
.aboutus_sec311 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: left;
}
.aboutus_sec312 ul li:not(:last-child) {
    width: 100%;
    margin-bottom: 30px;
}
.aboutus_sec312 li h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #000000;
}
.head_border {
    width: 70px;
    border-bottom: 2px solid #D05335;
    margin-bottom: 15px;
    display: block;
}
/*========== ABOUT US END ===========*/
.error_404 {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}
/*========== MANAGE ACCOUNT START ===========*/
.manage_account {
    width: 100%;
    padding: 60px 0;
}
.head_part {
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.head_part h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: #000000;
    margin-bottom: 5px;
}
.head_part p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0;
}
.body_part {
    width: 100%;
    display: flex;
}
.bodyPart_left {
    width: 240px;
    border-right: 1px solid #dddddd;
    padding: 20px 20px 20px 0;
    margin-right: 20px;
}
.bodyPart_right {
    width: calc(100% - 260px);
    padding-top: 20px;
}
.bodyPart_left ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.bodyPart_left .nav-pills li {
    width: 100%;
}
.bodyPart_left .nav-pills li .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}
.bodyPart_left .nav-pills li .nav-link.active {
    background: unset;
    color: #D05335;
}
.overview_div {
    width: 100%;
    padding: 20px;
    background-color: #FBFBFD;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 3px;
    justify-content: space-between;
}
.overview_div > div {
    display: flex;
    align-items: center;
    gap: 15px;
}
.overview_div button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 30px;
    padding: 5px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}
.overview_div span {
    font-size: 24px;
    font-weight: 300;
    color: #000000;
}
.overview_div img {
    width: 50px;
}
.overview_div p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
}
.overview_div2 {
    width: 100%;
    margin-top: 20px;
}
.overview_div2 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.overview_div2 ul li {
    width: calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 3px;
    text-align: center;
}
.overview_div2 ul li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
.overview_div2 li span {
    font-weight: 200;
    font-size: 40px;
    color: #000000;
    margin-bottom: 15px;
}
.overview_div2 li h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 5px;
}
.overview_div2 li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 0;
}
.overview_div3 {
    width: 100%;
    margin-top: 30px;
}
.overview_div3 a {
    text-align: center;
    padding: 8px 25px;
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 2px;
}
.profile_div h5, .order_div h5, .credits_div h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}
.profile_div p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
}
.profile_div p:not(:last-child) {
    margin-bottom: 20px;
}
.profile_div p span {
    min-width: 300px;
    display: inline-block;
}
.empty_section.empty_section2 img {
    width: unset;
    height: 120px;
}
.empty_section.empty_section2 h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}
.empty_section.empty_section2 p:last-of-type {
    margin-bottom: 0;
}
.empty_section.empty_section2 a {
    margin-top: 18px;
}
.order_list li {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.order_list li:not(:last-child) {
    margin-bottom: 20px;
}
.orderL_1 {
    width: calc(100% - 130px);
}
.orderL_1 p {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #777777;
    margin-bottom: 0;
}
.orderL_1 p.ord_no {
    margin-bottom: 5px;
}
.orderL_1 p.weight_400, .orderL_112 p .black_bold, .orderL_12 p {
    font-weight: 400;
    color: #000000;
}
.orderL_11 {
    width: 100%;
    display: flex;
    gap: 20%;
    margin-bottom: 20px;
}
.orderL_112 p:last-child {
    color: #000000;
    margin-top: 5px;
}
.orderL_112 p .ord_status {
    font-weight: 400;
    color: #388E3C;
}
.orderL_12 p span {
    color: #D05335;
}
.orderL_2 {
    width: 130px;
    text-align: right;
}
.orderL_2 button {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
    padding: 8px 15px;
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #000000;
}
.downloadInvoice {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #D05335;
    text-decoration: underline;
    position: absolute;
    bottom: 15px;
    right: 20px;
}
.credit_1 {
    width: 100%;
    background: url('../images/credit_bg.svg')no-repeat;
    background-size: cover;
    background-position: right;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}
.credit_11 {
    display: flex;
    align-items: center;
    gap: 20px;
}
.credit_11 img {
    width: 74px;
}
.credits_div .credit_11 h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 4px;
}
.credit_11 h6 {
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    color: #000000;
    margin-bottom: 0;
}
.credit_11 h6 span {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.log_list li {
    border-top: 1px solid #dddddd;
    padding: 16px 0;
}
.log_list li:last-child {
    border-bottom: 1px solid #dddddd;
}
.credit_12 p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0;
}
.credit_12 p span {
    font-weight: 600;
}
.log_list li p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 0;
}
.log_list li p .boldTxt {
    font-weight: 500;
}
.log_list li p .greenTxt {
    color: #388E3C;
}
.log_list li p .orgTxt {
    font-weight: 500;
    color: #D05335;
}
.addressHead {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.order_div .addressHead h5 {
    margin-bottom: 0;
}
.addressHead .orange_btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 10px;
    padding-right: 15px;
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 2px;
}
.addressHead .orange_btn span {
    font-size: 22px;
    font-weight: 300;
}
.address_div > h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 12px;
}
.address_div ul:first-of-type {
    margin-bottom: 30px;
}
button.makeDef_btn {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #D05335;
    margin-top: 10px;
    cursor: pointer;
}
.addressHead > div {
    display: flex;
    gap: 10px;
}
.addressHead h5 span {
    color: #000000;
    font-size: 24px;
    font-weight: 300;
    vertical-align: middle;
    margin-right: 5px;
}
.order_detail {
    width: 100%;
    display: flex;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
}
.order_detail li {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    border-left: 1px solid #dddddd;
    display: flex;
    padding: 20px;
    flex-direction: column;
    width: 33.3%;
    align-items: center;
    text-align: center;
}
.order_detail li:first-child {
    border-left: 0;
}
.order_detail li span {
    font-weight: 400;
    margin-top: 8px;
    text-align: center;
}
.show_details {
    width: 100%;
    margin-bottom: 20px;
}
.show_details ul {
    width: 100%;
    display: flex;
    gap: 15px;
}
.show_details ul li {
    width: calc(33.3% - 10px);
    background: #f7f7f7;
    border-radius: 3px;
}
.header_userDtl {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    border-bottom: 2px solid #ffffff;
    padding: 10px 20px;
}
.user_detail {
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
}
.user_detail p {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.user_detail p:last-child {
    margin-bottom: 0;
}
.user_detail p span {
    vertical-align: text-top;
    margin-right: 5px;
    font-size: 22px;
    color: #000000;
    font-weight: 300;
}
.ordItem_dtl {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}
.ordItem_dtl h6 {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
}
.ordItem_dtl .proCont {
    width: calc(100% - 260px);
}
.proPrice {
    width: 100px;
    text-align: right;
}
.proPrice p {
    color: #D05335;
}
.ordItem_dtl .proImge {
    width: 120px;
    height: 120px;
}
.cartSec_2.ordItem_dtl ul li {
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 0;
    border: 0;
}
.cartSec_2.ordItem_dtl ul li:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.user_detail p.mob_no {
    font-weight: 500;
}
.user_detail p.mob_no span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.proCont6 {
    margin-bottom: 0;
}
.proCont6 a {
    color: #1573DD;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}
.priItem_dtl .headSec1 h6 {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 20px;
}
.headSec_3.priItem_dtl ul li p span.bold_text {
    font-size: 15px;
    line-height: 20px;
}
.headSec_3.priItem_dtl ul li:last-child {
    margin-top: 10px;
    padding: 10px 20px;
}
/*=========== MANAGE ACCOUNT END ============*/
/*============ SITEMAP CSS START ============*/
.links_list h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}
.links_list li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    display: inline-block;
    margin-bottom: 10px;
    transition: .2s;
}
.links_list li:last-child a {
    margin-bottom: 0;
}
.links_list li:hover, .links_list li:hover a {
    color: #D05335;
}
/*============= SITEMAP CSS END =============*/
/*====== CONFIRMATION / ALERT CSS START =====*/
.confirmation_box {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: .3s all;
}
.inner_box {
    width: 400px;
    position: relative;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 1px;
    box-shadow: 0 2px 30px #00000042;
}
.confirmation_box.show {
    visibility: visible;
    opacity: 1;
}
.confirmation_box p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.btns_d {
    width: 100%;
    display: flex;
    justify-content: center;
}
.btns_d button {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #ffffff;
    padding: 8px 22px;
    border-radius: 1px;
    background-color: #000000;
    border: 1px solid #000000;
    display: inline-block;
}
.btns_d button.white_btn {
    color: #000000;
    border-color: #dddddd;
    background-color: #ffffff;
    margin-right: 10px;
}
.successful_msgT {
    visibility: hidden;
    position: fixed;
    z-index: 9999;
    top: 40px;
    right: 30px;
    background-color: #1C2939;
    padding: 17px 30px;
    border-radius: 2px;
    text-align: center;
}
.successful_msgT p, .failed_msgT p  {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0;
}
.failed_msgT {
    visibility: hidden;
    position: fixed;
    z-index: 9999;
    top: 40px;
    right: 30px;
    background-color: #D05335;
    padding: 17px 30px;
    border-radius: 2px;
    text-align: center;
}
.successful_msgT.show, .failed_msgT.show {
    visibility: visible;
    -webkit-animation: fadein .5s,fadeout .5s 2.6s;
    animation: fadein .5s,fadeout .5s 2.6s;
}
@-webkit-keyframes fadein {
from {
    top: 0;
    opacity: 0
}
to {
    top: 40px;
    opacity: 1
}
}
@keyframes fadein {
from {
    top: 0;
    opacity: 0
}
to {
    top: 40px;
    opacity: 1
}
}
@-webkit-keyframes fadeout {
from {
    top: 40px;
    opacity: 1
}
to {
    top: 0;
    opacity: 0
}
}
@keyframes fadeout {
from {
    top: 40px;
    opacity: 1
}
to {
    top: 0;
    opacity: 0
}
}
/*======= CONFIRMATION / ALERT CSS END ======*/
.inside_loader {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.spinner-grow {
    display: inline-block;
    width: 45px;
    height: 45px;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}
@keyframes spinner-grow {
0% {
    transform: scale(0);
}
50% {
    opacity: 1;
}
}