@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.secondary-font {
  font-family: "Open Sans", sans-serif;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

::-moz-selection {
  background-color: #1F4339;
  color: #fff;
}

::selection {
  background-color: #1F4339;
  color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

input:focus, .form-control:focus, .btn-close:focus {
  outline: none !important;
  box-shadow: none !important;
}

body {
  font-family: "Poppins", sans-serif !important;
  text-align: left;
}

.main_heading h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 45px;
  text-transform: capitalize;
  color: #E14922;
  font-family: "Poppins", sans-serif; 
}

.top_header {
  background: #000000;
  padding: 8px 0;
}
.top_header p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

header {
  z-index: 99999999999;
}
header .right_header img {
  width: 40px;
  padding-left: 15px;
  display: inline-block;
}

.site-navbar {
  margin-bottom: 0px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.27);
  z-index: 9999999;
  position: absolute; 
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
}
.site-navbar .site-navigation {
  padding: 20px 20px;
}

.login_form.main_form{
    padding-bottom:15px;
}
main{
    
    padding-top: 90px;
}
.site-navbar .site-navigation .site-menu .active {
  display: inline-block;
}
.verification-code .control-label{
    
    font-size: 16px;
    text-align: left;   
}
.verification-code--inputs{
    display:flex;
    margin-top:20px;
}
.verification-code--inputs{
    position:relative;
    margin-bottom:40px;
}
.otp_input_box h4{
    font-size:18px;
    text-align:left;
}
.verification-code--inputs .validate-has-error{

    position: absolute;
    bottom: -19px;
    left: 0;
}
.verification-code--inputs input{ 
    margin-right:15px;
    border-radius: 5px;
    font-size: 20px!important;
    width: 45px!important;
    height: 45px;
    text-align: center;
    text-align: center;
    border:1px solid #1F4339!important;
}
.overlay-wrapper {position: fixed;z-index: 9999999;height: 100vh;display:none;top: 0;left: 0;bottom: 0;right: 0;background:radial-gradient(rgb(20 20 20 / 35%), rgb(0 0 0 / 1%));}			.spinner {width: 75px;height: 75px;display: inline-block;border-width: 5px;border-color: rgb(0 0 0 / 35%);border-top-color: #1e1e1e;animation: spin 1s infinite linear;border-radius: 100%;position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;border-style: solid;}
@keyframes spin {
	100% {transform: rotate(360deg);}
}
.site-menu > li {
  display: inline-block;
}
.site-menu > li > a {
  padding: 5px 50px 5px 0;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
}
.site-menu > li > a:hover {
  color: #E14922;
}
.site-menu > li.social > a {
  padding-left: 5px;
  padding-right: 5px;
}
.site-menu .has-children {
  position: relative;
}
.site-menu .has-children > a {
  position: relative;
}
.site-menu .has-children > a:before {
  position: absolute;
  top: 40%;
  right: 0;
  height: 10px !important;
  width: 10px !important;
  border-style: solid !important;
  border-color: #1F4339 !important;
  border-width: 0px 2px 2px 0px !important;
  transform: rotate(45deg) !important;
}
.site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #E14922;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  transition: 0.2s 0s;
}
.site-menu .has-children .dropdown a {
  color: #1F4339;
  font-weight: 500;
}
.site-menu .has-children .dropdown .active {
  color: #E14922 !important;
}
.site-menu .has-children .dropdown > li {
  list-style: none;
  min-width: 210px;
}
.site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-menu .has-children .dropdown > li > a:hover {
  background: #eff1f3;
  color: #000;
}
.site-menu .has-children .dropdown > li.has-children > a:before {
  content: "";
  right: 20px;
}
.site-menu .has-children .dropdown > li.has-children > .dropdown {
  left: 100%;
  top: 0;
}
.site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}
.site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #000;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-menu .has-children:hover {
  cursor: pointer;
}
.site-menu .has-children:hover > a {
  color: #E14922;
}
.site-menu .has-children:hover > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.site-menu .has-children:focus {
  cursor: pointer;
}
.site-menu .has-children:focus > a {
  color: #E14922;
}
.site-menu .has-children:focus > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.site-menu .has-children:active {
  cursor: pointer;
}
.site-menu .has-children:active > a {
  color: #E14922;
}
.site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
/* .mySwiper1{
  overflow-x:hidden;
} */
.banner_section .banner_pic{
    height:700px;
    width:100%;
}
.swiper{
  padding-bottom:20px;
  padding-top:20px;
}
.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: 100vh;
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
.site-mobile-menu .has-children i {
  display: none;
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #1F4339;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #E14922;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .active {
  color: #E14922;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  content: "";
  position: absolute;
  height: 10px !important;
  width: 10px !important;
  border-style: solid !important;
  border-color: #E14922 !important;
  border-width: 0px 2px 2px 0px !important;
  transform: rotate(45deg) !important;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 20px;
  font-size: 14px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 14px;
  padding-left: 40px;
}

.offcanvas-menu .site-mobile-menu {
  transform: translateX(0%);
}

 
.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper .site-navbar .site-menu > li > a {
  color: #1F4339 !important;
  font-weight: 600;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
  color: #000;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
  color: #E14922 !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #E14922 !important;
}

.banner_section {
  position: relative;
}
.banner_section .banner_part_text {
  position: absolute;
  left: 20%;
  top: 50%;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 40%;
  z-index: 999;
}
.banner_section .banner_part_text h2 {
  color: #fff;
  font-size: 72px;
  line-height: 100px;
}

.banner-swiper, .category-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.spacing_row td{
    background:#fff!important;
}
.category_section {
  position: relative;
  padding: 50px 0;
  margin-top: 70px;
}
.category_section .category_bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.category_section .row {
  align-items: center;
  justify-content: space-between;
}
.category_section .banner_pic {
  width: 100%;
}
.category_section .swiper-slide {
  padding: 20px;
}
.category_section .swiper-slide .swiper_box {
  background-color: #fff;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: inline-block;
}
.category_section .category-swiper {
  padding: 0 20px;
}
.category_section .normal_text {
  color: #777777;
}

.swiper-slide {
  text-align: left;
}

.swiper_buttons > div {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 50px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  box-shadow: 0px 0px 34px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}
.swiper_buttons > div:hover {
  background-color: #E14922;
}
.swiper_buttons > div:hover i {
  color: #fff;
}
.swiper_buttons > div.prev {
  left: 20px;
}
.swiper_buttons > div.next {
  right: 20px;
}

.offer_section {
  padding: 70px  0 50px;
}
.product_listing_section .product_box .part_image {
    height:400px;
    background:#fff;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.product_listing_section .product_box .part_image a{

    height: 100%;
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    position: relative;

}
.product_listing_section .product_box .part_desc{
    
    padding: 12px 10px 12px 10px;
}
.product_box .part_desc{
    
    padding: 12px 20px 12px 20px;
}
.offer_section .main_product_box {
  background: #FFFFFF;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 15px;
  width: 95%;
}
.product_box .part_image {
    height:400px;
    background:#fff;
    padding:0;
    position:relative;
}
.product_box .part_image a{
    height: 100%;
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    position: relative;
}
.offer_section .main_product_box .product_img {
    height: 400px;
    text-align: center;
    padding:10px; 
    position:relative;
}
.offer_section .main_product_box .product_img img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    top: 10px;
}
.offer_section .main_product_box .product_desc {
  background: #E9E9E9;
  border-radius: 10px;
  padding: 10px 25px;
  margin-top: 15px;
}
.offer_section .main_product_box .product_desc p {
  color: #E14922;
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 600;
  margin-bottom: 5px;
}
.offer_section .main_product_box .product_desc h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1F4339;
}
.offer_section .main_product_box .product_desc a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.offer_section .nav-item:first-child .nav-link:after {
  display: none;
}
.offer_section .nav-pills .nav-link {
  background-color: transparent;
  font-size: 16px;
  padding: 0;
  padding-right: 40px;
  color: #777777;
  font-weight: 600;
  position: relative;
  margin-bottom: 40px !important;
}
.offer_section .nav-pills .nav-link:after {
  float: right;
  position: absolute;
  left: -25px;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.offer_section .nav-pills .nav-link.active, .offer_section .nav-pills .show > .nav-link {
  color: #1F4339;
}

.main-btn {
  background-color: #E14922;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  padding: 6px 20px;
  display: inline-block;
}
.main-btn:hover {
  color: #fff;
}
.cart_row2{
    padding:20px 0;
}
.cart_row2 .profile_pic{
    height: 160px; 
    width:160px;
}
.profile_pic{
    height: 160px; 
    width:160px;
    position: relative;
}
.deal_section {
  padding: 70px 0;
  position: relative;
}
.deal_section .row {
  align-items: center;
}
.deal_section .deal_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: -1;
}
.deal_section .deal_img {
  width: 90%;
  border-radius: 10px;
  overflow: hidden;
}
.deal_section .deal_img img {
  width: 100%;
}
.deal_section .discount_badge span {
  background-color: #E14922;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 30px;
  margin-bottom: 10px;
  display: inline-block;
  color: #fff;
  letter-spacing: 5px;
}
.deal_section .white_heading h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-top: 10px;
}
.deal_section .discount_desc p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.deal_section .counter_row .counters_demo {
  display: flex;
  padding: 10px 0;
}
.deal_section .counter_row .counters_demo div {
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  height: 110px;
  width: 110px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.deal_section .counter_row .counters_demo div p {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #000;
  line-height: 50px;
}
.deal_section .counter_row .counters_demo div span {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.deal_section .shop_row {
  padding-top: 10px;
}
.deal_section .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  height: 10px !important;
  width: 10px !important;
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  height: 15px !important;
  width: 15px !important;
  background-color: #E14922;
}

.product_box {
  margin-bottom: 25px;
  width:100%;
  background:#1F4339;
  height:100%;
  /*border:2px solid #1f4339;*/
} 
header .right_header  .dropdown .dropdown-menu{
    border:0;
    box-shadow:none;
    filter: drop-shadow(0px 0px 43px rgba(0, 0, 0, 0.25));
}
header .navbar-brand img{
    width:60%
}
header .right_header a{
    position:relative;
}
header .right_header a .badge{
    position: absolute;
    right: -7px;
    top: -7px;
    background: #E14922;
    font-size: 12px;
    padding: 3px 6px;
    line-height: 12px;
    border-radius: 50%;
    
}
header .right_header  .dropdown .dropdown-menu .dropdown-item:focus,header .right_header  .dropdown .dropdown-menu .dropdown-item:hover{
  color:#1F4339;
  background:transparent
}
header .right_header .dropdown .dropdown-menu svg{
  margin-left:0!important;
  margin-right:5px;
  padding:0
}
.desktop_cart .row{
    padding:15px 0;
}
.desktop_cart .cart_header .row{
    padding:10px 0;
}
.desktop_cart .profile_pic img{
    max-width: 100%!important;
    max-height: 100%;
    width: auto!important;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
}
.hidden-search-box {
  position: absolute;
  bottom: -68px;
  right: 0;
  float: right;
  background-color: #1F4339;
  display: flex;
  z-index: 1000;
  border: 1px solid #1F4339;
  padding: 5px 20px;
}
.hidden-search-box input{
  color:#fff;
}

.hidden-search-box input::placeholder{
  color:#fff;
}
.hidden-search-box .search_btn{
  border:0;
  background-color: transparent;
}
.search_input {
  background: transparent;
  border: 0;
  padding: 5px;
  color: #1F4339;
}

v
header .right_header .dropdown .dropdown-menu{
  padding:0!important;  
  margin-top: 15px!important;
}
header .right_header  .dropdown .dropdown-menu .dropdown-item{
  padding: 10px 10px;
  border-bottom: 1px solid #E0E0E0;
  color: #AAAAAA;
  font-weight: 400;
  font-size: 16px;
  transition: all .5s ease;
}
header .right_header  .dropdown .dropdown-menu .dropdown-item.active , header .right_header  .dropdown .dropdown-menu .dropdown-item:hover{
  background:transparent;
  color:#1F4339
}
header .right_header  .dropdown .dropdown-menu .dropdown-item.active path , header .right_header  .dropdown .dropdown-menu .dropdown-item:hover path{
  fill:#1F4339;
}
header .right_header  .dropdown svg{
  width:30px;
  margin-left:10px;;
}
header .right_header  .dropdown a span{
  color:#1F4339;
  font-size:16px;
  padding-right:5px;
}
header .right_header  .dropdown a i{
  padding-left:5px;
}
.product_box .part_image img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.product_box .part_desc {
  background-color: #1F4339;
  padding:12px 20px 10px 20px;
}
.product_box .part_desc .rating_row {
  display: flex;
  align-items: center;
  justify-content:center;
}
.product_box .part_desc .rating_row i {
  font-size: 12px;
  padding-right: 7px;
  color: #FFA800;
}
.product_box .part_desc .product_name {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  padding-top: 12px;
  text-align: center;  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; 
  text-overflow: ellipsis;
}
.product_detail_section .image_box  .inner_box_image .fade{
    
    height: 400px;
    overflow: hidden;
}
.product_box .part_desc .price_row {
  text-align: center;
}
.product_box .part_desc .price_row .removed_price, .product_box .part_desc .price_row .currant_price {
  font-family: "Open Sans", sans-serif;
}
.product_box .part_desc .price_row .removed_price {
    color: #c8c3c3b3;
    font-size: 14px;
    font-weight: 600;
}
.removed_price {
    color: #918c8c!important;
    font-size: 14px;
    padding: 0 7px;
}
.product_box .part_desc .price_row .currant_price {
  color: #fff;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
}
.product_box .part_desc .buy_row {
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.product_box .part_desc .buy_row  a img{
    width:16px;
}
.product_box .part_desc .buy_row .bag_icon {
  margin-left: 20px;
  padding: 8px 16px;
}

.fade:not(.show) {
  display: none;
}

.checkout_section{
    padding:70px 0;
}
.product_detail_section {
  padding:   0;
  position: relative;
}
.product_detail_section .row {
  justify-content: space-between;
}
.product_detail_section .image_box .inner_box_image {
 
  width: 415px; 
  text-align: center;
  padding: 0;
}
.form-radio1:disabled + .inner_price_box:before {
content: "";
    position: absolute;
    top: 0;
    left: -6px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 130%;
    background: #1F4339;
    height: 1px; 
    transform: rotate(45deg); 
}
.checkout_section  .product_box{
    width:auto!important;
}
.color_panel .changable_div .form-radio:checked + .product_color {
    
    border:4px solid #e14922;
}
.product_detail_section .image_box .inner_box_image .fade{
    width:100%;
    position:relative;
}
.product_detail_section .image_box .inner_box_image{
    
}
.product_detail_section .image_box .inner_box_image img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
}
.product_detail_section .image_box .changable_image_row {
  display: flex;
  margin-top: 20px;
}
.product_detail_section .image_box .changable_image_row .mini_img_box {
  border: 2px solid rgba(178, 54, 50, 0.2);
  border-radius: 25px;
  height: 80px;
  width: 80px;
  padding: 5px;
  margin-right: 20px;
  cursor: pointer;
}
.product_detail_section .image_box .changable_image_row .mini_img_box img {
  width: 100%;
}
.product_detail_section .image_box .changable_image_row .nav-item button {
  border: 2px solid #BCBEC2;
  height: 100px;
  width: 80px;
  padding: 7px;
  margin-right: 20px;
  cursor: pointer;
  overflow:hidden;
}
.product_detail_section .image_box .changable_image_row .nav-item button img {
  max-width: 100%;
  max-height:100%;
}
#add_to_cart_msg{
    position:absolute;
}
.product_detail_section .image_box .changable_image_row .nav-item button.active {
  border: 2px solid #1F4339;
}
.product_detail_section .shopping_box {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  padding: 10px 20px;
  text-align: center;
}
.product_detail_section .shopping_box img {
  width: 80%;
}
.product_detail_section .product_detail_box .discount_badge p {
  color: #E14922;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
} 
.product_detail_section .product_detail_box .product_name h2 {
  color: #1F4339;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.product_detail_section .product_detail_box .product_name .disable_price {

    color: #777777;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    padding-left: 5px;
}
.product_detail_section .product_detail_box .product_description {
  padding-top: 20px;
}
.product_detail_section .product_detail_box .product_description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #B5B5B5;
}
.product_detail_section .product_detail_box .left_count p {
  color: #FF0000;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 7px;
}
.product_detail_section .product_detail_box .color_panel .changable_div {
  padding-left: 7px;
  display: flex;
  align-items: center;
}
.product_detail_section .product_detail_box .color_panel .changable_div select {
  width: 100%;
  color: #1F4339;
  padding: 7px 10px;
  border-radius: 0;
  border: 1px solid #1F4339;
}
.product_detail_section .product_detail_box .color_panel .changable_div select option {
  padding: 10px;
  color: #1F4339;
  border-radius: 0;
}
.product_detail_section .product_detail_box .color_panel .changable_div select:focus {
  outline: none;
}
.product_detail_section .product_detail_box .color_panel span {
  color: #1F4339;
  font-size: 16px;
  font-weight: 600;
  padding-right: 15px;
  line-height: 58px;
  display: inline-block;
  border-right: 2px solid rgba(178, 54, 50, 0.2);
}
.product_detail_section .product_detail_box .color_panel input {
  display: none;
}
.product_detail_section .product_detail_box .color_panel label {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #D9D9D9;
  margin-right: 15px;
}
.product_detail_section .product_detail_box .mini_heading h5 {
  color: #E14922;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 15px;
}
.product_detail_section .product_detail_box input {
  display: none;
}
.product_detail_section .product_detail_box .buy_row {
  padding-top: 25px;
  display: flex;
}
.product_detail_section .product_detail_box .buy_row button {
  font-size: 16px;
  padding: 0 50px;
}
.product_detail_section .product_detail_box .buy_row .outline_btn.add_to_cart_btn {
  padding: 0 25px;
  font-size: 16px;
  color: #1F4339;
  font-weight: 500;
}
.product_detail_section .product_detail_box .buy_row .outline_btn.add_to_cart_btn img {
  padding-right: 15px;
}
.product_detail_section .product_detail_box .buy_row .qty-btn-minus, .product_detail_section .product_detail_box .buy_row .qty-btn-plus {
  color: #1F4339;
  background-color: transparent;
}
.product_detail_section .product_detail_box .rating_row {
  display: flex;
  align-items: center;
  padding: 0 0 15px 0;
}
.product_detail_section .product_detail_box .rating_row i {
  color: #FFA800;
}
.product_detail_section .product_detail_box .rating_row .rating_count span {
  color: #777777;
  font-size: 14px;
  font-weight: 700;
  padding-left: 5px;
}
.product_detail_section .product_detail_box .radio_container {
  margin-bottom: 20px;
  padding-top: 20px;
}
.product_detail_section .product_detail_box .radio_container .form-radio1:checked + .inner_price_box {
  border-color: #E14922;
  color: #fff;
  background-color: #E14922;
}
.product_detail_section .product_detail_box .radio_container .product_detail_heading h2 {
  color: #E14922;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 7px;
  border-bottom: 3px solid #D9D9D9;
  position: relative;
  margin-bottom: 15px;
}
.product_detail_section .product_detail_box .radio_container .product_detail_heading h2:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  border-radius: 5px;
  height: 5px;
  width: 50%;
  background-color: #1F4339;
}
.product_detail_section .product_detail_box .radio_container .inner_price_box {
  margin-right: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1F4339;
  color: #1F4339;
  position:relative;
  font-size: 16px;
}
.product_detail_section .product_detail_box .qty-btn-minus, .product_detail_section .product_detail_box .qty-btn-plus {
  border: 2px solid #BCBEC2;
  padding: 12px;
  color: #1F4339;
}
.product_detail_section .product_detail_box .cart_increase input {
  border: 0;
  color: #1F4339;
  font-weight: 700;
  text-align: center;
  width: 50px;
  font-size: 24px;
}

.yellow_section, .blue_section {
  display: none;
}

.arrival_section {
  padding: 70px 0 40px;
}
.arrival_section .swiper-wrapper {
  padding-bottom: 0;
}
.arrival_section .swiper-pagination-progressbar {
  background: #D9D9D9;
}

.process_section {
  padding:50px 0;
}

.process_section .process_box {
  text-align: center;
}
.process_section .process_box img{
    height: 50px;
}
.process_section .process_box .part_text h4 {
  color: #1F4339;
  font-size: 16px;
  font-weight: 600;
  padding: 25px 0 7px;
  margin-bottom: 0;
}
.process_section .process_box .part_text p {
  color: #777777;
  font-size: 14px;
  font-weight: 400;
}
 
.instagram_section {
  padding: 40px 0;
}
.instagram_section .follow_row {
  display: flex;
  justify-content: space-between;
}
.instagram_section .follow_row .follow_insta a {
  color: #1F4339;
  font-weight: 600;
  font-size: 18px;
}
.instagram_section .follow_row .follow_insta a:hover {
  color: #1F4339;
}
.instagram_section .follow_row .follow_insta a img {
        padding-right: 8px;
        width: 35px;
}
.instagram_section .insta_img_box {
  height: 100%;
  width: 100%;
  background-color: #D9D9D9;
}
.instagram_section .insta_img_box img {
  width: 100%;
}

.subscribe_section {
  padding: 50px 0;
}
.subscribe_section .row {
  align-items: center;
}
.subscribe_section .newsletter_text h2 {
  font-size: 24px;
  color: #1F4339;
  font-weight: 600;
}
.subscribe_section form {
  display: flex;
  align-items: end;
}
.subscribe_section form input {
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 16px;
  color: #1F4339;
  line-height: 30px;
  margin-top: 5px;
}
.subscribe_section form .line_input {
  width: 100%;
}
.subscribe_section form .line_input h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1F4339;
}
.subscribe_section form .line_input input {
  width: 100%;
}

.filter_sidebar {
  width: 100%;
}
.filter_sidebar  .accordion .accordion-body li{
    list-style:none;
}
.filter_sidebar  .accordion .accordion-body li a{
    display:block;
    margin-bottom: 10px;
    color: #1F4339;
} 
.filter_sidebar .checkbox-container input{
    display:none
}
.filter_sidebar .checkbox-container input:checked + .box{
    background:#1F4339!important;
    color:#fff;
}
.radio_filter .radio_filter{
    padding-bottom:15px;
}
.filter_sidebar  .accordion .accordion-body li a.left_cat_active{
    font-weight:600;
}
.filter_sidebar .input_box {
  margin-bottom: 15px;
}
.filter_sidebar .inner_heading {
  font-size: 16px;
  font-weight: 500;
  color: #E14922;
}
.filter_sidebar .main-menu .accordion-header {
  padding: 15px 0 10px;
  border-bottom: 4px solid #D9D9D9;
}
.filter_sidebar .main-menu .accordion-header a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1F4339;
  transition: all 0.5s ease;
}
.filter_sidebar .main-menu .accordion-header a i {
  font-size: 18px;
  color: #1F4339;
  transition: all 0.5s ease;
}
.filter_sidebar .main-menu .accordion-header a[aria-expanded=true] i {
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
.filter_sidebar .main-menu .accordion-body {
  padding: 15px 0;
}
.filter_sidebar input[type=radio] {
  display: none;
}
.filter_sidebar input[type=radio] + label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  cursor: pointer;
}
.filter_sidebar input[type=radio] + label span {
  color: #1F4339;
  font-size: 14px;
  font-weight: 500;
}
.filter_sidebar input[type=radio]:checked + label span {
  color: #1F4339;
}
.filter_sidebar .range-slider {
  width: 300px;
  position: relative;
}
.filter_sidebar .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #ddd;
  outline: none;
  transition: opacity 0.2s;
}
.filter_sidebar .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1F4339;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.filter_sidebar .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1F4339;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.filter_sidebar .slider::-ms-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1F4339;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.filter_sidebar .slider::-webkit-slider-thumb:hover {
  background: #1F4339;
}
.filter_sidebar .slider::-moz-range-thumb:hover {
  background: #1F4339;
}
.filter_sidebar .slider::-ms-thumb:hover {
  background: #1F4339;
}
.filter_sidebar .slider-value {
  position: absolute;
  top: -20px;
  left: 0;
  width: 30px;
  height: 20px;
  background-color: #1F4339;
  color: white;
  text-align: center;
  border-radius: 4px;
  pointer-events: none;
}
.filter_sidebar .form-check-input:checked {
  background-image: url("../images/selected.svg") !important;
}
.filter_sidebar .form-check-input {
  border-color: #1F4339;
  background-color: transparent;
  height: 15px;
  width: 15px;
  border-radius: 0;
}
.filter_sidebar .form-check {
  margin-bottom: 10px;
}
.filter_sidebar .form-check .form-check-label {
  display: flex;
  justify-content: space-between;
}
.filter_sidebar .form-check .form-check-label span {
  font-weight: 500;
  color: #1F4339;
  font-size:14px;
}
.filter_sidebar .radio_filter {
  display: flex;
}
.filter_sidebar .radio_filter .radio-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.filter_sidebar .radio_filter .radio-input {
  display: none;
}
.filter_sidebar .radio_filter .box {
  width: 30px;
  height: 30px;
  border: 1px solid #1F4339;
  margin-right: 10px;
  color: #1F4339;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter_sidebar .radio_filter .radio-input:checked + .box {
  border-color: #E14922;
  color: #fff;
  background-color: #E14922;
}
.filter_sidebar .radio_filter .box:hover {
  border-color: #E14922;
  background-color: #E14922;
  color: #fff;
}

.product_showing h3 {
  color: #1F4339;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 50px;
}
.product_showing h3 span {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #777777;
}

.outlined {
  color: #1F4339;
  border: 1px solid #1F4339;
  background-color: transparent;
}
.outlined:hover {
  color: #1F4339;
}

.product_listing_section {
  padding: 40px 0;
}

.review_section {
  padding: 50px 0 70px 0;
}
.review_section .nav-pills {
  margin-bottom: 25px;
  border-bottom: 4px solid #D9D9D9;
}
.review_section .nav-pills .nav-item {
  padding: 0 100px 0 0;
}
.review_section .nav-pills .nav-link {
  color: #1F4339;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  border-radius: 5px;
  padding-bottom: 10px;
  position: relative;
}
.review_section .nav-pills .nav-link:after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 5px;
  width: 100%;
  background-color: #1F4339;
  left: 0;
  border-radius: 5px;
  opacity: 0;
}
.review_section .nav-pills .nav-link span {
  right: -40px;
  top: -5px;
}
.review_section .nav-pills .nav-link.active::after {
  opacity: 1;
}
.review_section .nav-pills .nav-link.active, .review_section .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #E14922;
}
.review_section .tab-pane .normal_text {
  color: #A6A6A6;
  font-size: 14px;
}
.review_section .reviews .review_box {
  display: flex;
  padding: 40px 0;
  border-bottom: 2px solid #F4F4F5;
}
.review_section .reviews .review_box .user_pic {
  height: 70px;
  min-width: 70px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  max-width: 70px;
}
.review_section .reviews .review_box .user_pic img {
  width: 100%;
}
.review_section .reviews .review_box .user_desc .user_stars {
  padding-bottom: 15px;
  display: flex;
  color: #F59E0B;
  font-size: 16px;
}
.review_section .reviews .review_box .user_desc .user_stars i {
  margin-right: 5px;
}
.review_section .reviews .review_box .user_desc .user_review p {
  color: #18181B;
  font-size: 16px;
  line-height: 24px;
}
.review_section .reviews .review_box .user_desc .user_name p {
  color: #18181B;
  font-weight: 600;
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 5px;
}
.review_section .reviews .review_box .user_desc .review_date p {
  color: #71717A;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.breadcrub_section {
  padding: 30px 0;
}
.breadcrub_section ol {
  margin-bottom: 0;
}
.breadcrub_section li {
  font-weight: 600;
  color: #1F4339 !important;
}
.breadcrub_section li a {
  color: #1F4339;
  font-weight: 500;
}

.blog_section {
  padding: 50px 0;
}
.blog_section .main_blog {
  margin-bottom: 50px;
}
.blog_section .main_blog .blog_main_img {
  width: 100%;
  position: relative;
  z-index: 0;
  transition: all 1s ease;
}
.blog_section .main_blog .blog_main_img:hover .link_box {
  opacity: 1;
  transition: all 1s ease;
}
.blog_section .main_blog .blog_main_img:hover:after {
  opacity: 0.5;
  transition: all 1s ease;
}
.blog_section .main_blog .blog_main_img .link_box {
  position: absolute;
  padding: 22px;
  background-color: #E14922;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  width: 80px;
  bottom: 0;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
}
.blog_section .main_blog .blog_main_img:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  left: 0;
  opacity: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
.blog_section .main_blog .blog_main_img img {
  width: 100%;
}
.blog_section .main_blog .blog_text {
  padding: 30px 5px 20px 0;
}
.blog_section .main_blog .blog_text .blog_title {
  font-size: 26px;
  font-weight: 600;
  color: #1F4339;
  margin-bottom: 20px;
  display: block;
}
.blog_section .main_blog .blog_text .date {
  display: flex;
  align-items: center;
}
.blog_section .main_blog .blog_text .date span {
  color: #1F4339;
  padding-left: 15px;
  font-weight: 500;
}
.blog_section .main_blog .blog_text .blog_text {
  max-height: 105px;
  overflow: hidden;
}
.blog_section .main_blog .blog_text .blog_text p {
  color: #A6A6A6;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.blog_section .main_blog .blog_text .read_more {
  padding-top: 15px;
}
.blog_section .main_blog .blog_text .read_more a {
  color: #E14922;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 3px solid #1F4339;
}

.blog_details_section .blog_section .main_blog .blog_text {
  padding: 50px 5px 20px 0;
}
.blog_details_section .blog_text1 {
  padding-top: 30px;
  color: #A6A6A6;
  font-size: 16px;
  line-height: 26px;
}

.cart_details .large_heading {
  padding-bottom: 50px;
  text-align: center;
}
.cart_details .cart_row1{
    padding:15px 0;
}
.cart_details .large_heading .heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #E14922;
}
.cart_details .large_heading .heading img {
  padding-right: 20px;
}
.cart_details .large_heading p {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
.cart_details .cart_header {
  background-color: #1F4339;
  border-bottom: 4px solid #E14922;
}
.cart_details .cart_header span {
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  display: inline-block;
}
.cart_details .product_details .stock_availability {
  font-size: 16px;
  font-weight: 600;
  margin-bottom:0;
}
.cart_details .product_details .product_name {
  color: #1F4339;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 10px;
}
.cart_details .product_details .rating_row {
  display: flex;
  align-items: center;
  padding: 10px 0 20px 0;
}
.cart_details .product_details .rating_row i {
  color: #FFA800;
}
.cart_details .product_details .rating_row .rating_count span {
  color: #777777;
  font-size: 14px;
  font-weight: 700;
  padding-left: 5px;
}
.cart_details .price_list {
  font-size: 18px;
  font-weight: 700;
  color: #1F4339;
  padding: 5px 10px;
}
.cart_details .qty-container {
  display: flex;
  align-items: center;
}
.cart_details .qty-container i {
  padding: 10px;
  color: #1F4339;
  font-weight: 600;
  border: 1px solid #BCBEC2;
  cursor: pointer;
}
.cart_details .qty-container input { 
  width: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #1F4339;
}
.cart_details .delete_row .delete_icon {
  position: absolute;
  top: 0;
  right: 0;
}
.cart_details .cart_row {
  padding: 70px 0;
  border-bottom: 2px solid #D9D9D9;
}

.checkout_section {
  padding: 30px 0;
}
.checkout_section  .product_box{
    background:transparent;
}
.checkout_section .row {
  justify-content: end;
}
.checkout_section .total_table .secondary-font {
  text-align: right;
}
.checkout_section .total_table tr td {
  font-size: 16px;
  color: #1F4339;
  padding-bottom: 10px;
  font-weight: 600;
}
.checkout_section .total_table tr:last-child td {
  padding-bottom: 20px;
}
.checkout_section .total_table tfoot td {
  color: #fff;
  background-color: #1F4339;
  padding: 15px;
}

.contact_section {
  padding: 70px 0;
}
.contact_section .part_img img {
  width: 100%;
}
.contact_section .heading h2 {
  color: #E14922;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
.contact_section .submit_row {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_section .submit_row i {
  padding-left: 15px;
  color: #1F4339;
  font-size: 22px;
}
.contact_section .address_row {
  padding: 20px 0 20px;
  border-bottom: 2px solid #D9D9D9;
}
.contact_section .address_row .address_col {
  display: flex;
}
.contact_section .address_row .address_col span {
  padding-left: 15px;
  font-size: 16px;
  line-height: 28px;
  color: #1F4339;
}
.contact_section .call_row {
  padding-top: 15px;
}
.contact_section .call_row .call {
  display: flex;
  align-items: center;
}
.contact_section .call_row .call i {
  color: #1F4339;
  padding-right: 10px;
}
.contact_section .call_row .call span {
  color: #1F4339;
}

.input_box {
  margin-bottom: 50px;
}
.input_box h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1F4339;
}
.input_box input, .input_box textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #1F4339;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
}
.input_box input::-moz-placeholder, .input_box textarea::-moz-placeholder {
  color: #1F4339;
  font-weight: 500;
}
.input_box input::placeholder, .input_box textarea::placeholder {
  color: #1F4339;
  font-weight: 500;
}
.input_box input:focus, .input_box textarea:focus {
  outline: none;
}

.about_section {
  padding-bottom: 50px;
}
.about_section .part_img img {
  width: 100%;
}
.about_section .heading h2 {
  font-size: 36px;
  color: #1F4339;
  margin-bottom: 20px;
}
.about_section .about_text .normal_text {
  color: #A6A6A6;
  font-size: 16px;
  margin-bottom: 30px;
}




 

.order_section .renewal_table table{
    width:100%;    
}

.order_section .renewal_table th{
        background:#1F4339;
        padding:10px;
        font-size:14px;
        font-weight:500;
        border-bottom:4px solid #E14922;
        color:#fff;
}
.order_section .renewal_table td{
    padding:15px 10px;
    vertical-align:middle
}

.order_section .renewal_table .order_number{
    color:#1F4339;
    font-size:18px;
    font-weight:600;
    margin-bottom:2px
} 

.order_section .renewal_table .date{
    color:#777777;
    font-size:14px;
    font-weight:500;
    margin-bottom:0px
}


.order_section .renewal_table  .normal_text{
        color:#1F4339;
    font-size:16px;
    font-weight:600;
    margin-bottom:0px
}



.order_section {
  padding: 50px 0;
}
.order_section .detail_row {
  margin-bottom: 30px;
}
.order_section .dropdown i {
  color: #1F4339;
  font-size: 24px;
}
.order_section .dropdown .dropdown-menu {
  padding: 0;
  overflow: hidden;
}
.order_section .dropdown .dropdown-menu a {
  padding: 10px 0;
  font-size: 14px;
  color: #777777;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #E0E0E0;
  transition: all 0.1s ease;
}
.order_section .dropdown .dropdown-menu a:hover {
  color: #1F4339;
  background: transparent;
}
.order_section .detail_row {
  padding: 50px 20px 15px;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-top: 2px solid #D14520;
  border-bottom: 2px solid #D14520;
  position:relative;
}
.order_section .detail_row .order_label {
  font-size: 14px;
  color: #B5B5B5;
  font-weight: 400;
  margin-bottom: 0;
}
.order_section .detail_row .order_data {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #1F4339;
}
.order_section .detail_row .order_data span {
  font-size: 16px;
}
.order_section .detail_row .order_detail_box .order_no {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #1F4339;
  position:absolute;
  top:7px;
}

footer {
  padding: 20px 0;
  border-top: 5px solid #1F4339;
  background-color: #e8eceb;
} 
footer .footer_inner_text p{
    display:inline;
    padding-left: 15px;
    font-size: 12px;
    text-align: left;
    position:relative;
}
footer .footer_inner_text p:after{
content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #1F4339 !important;
    left: 3px;
    top: 5px;
    /* bottom: 0; */
    /* margin: auto; */
    border-radius: 50%;
}
footer .footer_main_text {
  padding-bottom: 5px;
}
footer .address_row > div {
  display: flex;
  margin-bottom: 20px;
  align-items: start;
}
footer .address_row > div .footer_text:after {
  display: none;
}
footer .footer_text {
  position: relative;
  font-size: 14px;
  color: #1F4339;
  padding-left: 15px;
}
footer .footer_text:after {
  content: "";
  position: absolute;
  left: 0;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #1F4339;
}
footer .footer_heading {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #1F4339;
}
footer .call_row i, footer .email_row i {
  color: #1F4339;
}
footer .logo_part .logo {
  margin-bottom: 20px;
}
footer .logo_part .social_media {
  display: flex;
}
footer .logo_part .social_media a {
  padding-right: 20px;
}
footer .logo_part .social_media a i {
  font-size: 20px;
  color: #1F4339;
}
.copyright_text{
    padding: 7px 0;
    border-top: 1px solid #1F4339;
    text-align: center;
    background: #e8eceb;
}
.copyright_text span{
    font-size:14px;
    font-weight:500;
    color:#1F4339;
}
.order_summary {
  padding-bottom: 70px;
}
.order_summary .title_row{
    background: #1F4339;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 4px solid #E14922;
    color: #fff;
}
.order_summary .order_id_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}
.order_summary .order_id_row .order_no {
  font-size: 14px;
  color: #1F4339;
}
.order_summary .order_id_row .order_no span {
  color: #E14922;
}
.order_summary .order_id_row .payment_mod p {
  color: #B5B5B5;
  font-size: 14px;
  margin-bottom: 0;
}
.order_summary .order_id_row .payment_mod h4 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.order_summary .order_date p {
  color: #B23632;
  font-weight: 500;
  font-size: 14px; 
}
.order_summary .sr_no span {
  color: #1F4339;
  font-size: 16px;
  font-weight: 500;
}
.order_summary .product_box_main {
  display: flex;
}
.order_summary .product_box_main .cart_product { 
  width: 70px;
}
.order_summary .product_box{
    
    background: transparent;  
    width: auto;
}
.order_summary .order_row{
    padding:7px 15px;
    background:#EEF7F4;
    color:#1F4339;
    font-size:16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.order_summary .address_row {
    padding:10px 0 40px 0;
}
.order_summary .address_row .address_box{
    padding:7px 15px;
}
.order_summary .address_row .address_box  .small_text{
}
.order_summary .address_row .small_text{
    color:#777777;
    font-size:12px;
    font-weight:500;
    margin-bottom:5px;
}
.order_summary .address_row .value{
    color:#1F4339;
    font-size:18px;
    font-weight:600;
}
.order_summary .address_row .name{
        font-size:16px;
    font-weight:500;
    color:#1F4339;
    margin-bottom: 0;
}
.order_summary .address_row  .order_btn{

    padding: 7px 30px;
    border: 1px solid #E14922;
    background: #F7EFEE;
    font-size: 16px;
    display: inline-block;
    color: #E14922;
    margin-bottom: 20px;
}
.order_summary .address_row  .order_btn.bill_btn svg{
    margin-right:7px;
}
.order_summary .address_row  .order_btn.bill_btn{
    color:#1F4339;
    border: 1px solid #1F4339;
    background: #EEF7F4;
}
.order_summary .address_row .address{
        font-size:14px;
    font-weight:400;
    color:#1F4339;
}
.order_summary .address_row  .small_text span{
    color:#1F4339;
}
.order_summary .product_name_box {
  padding-left: 15px;
}
.order_summary .product_name_box .product_name {
  font-size: 16px;
  font-weight: 600;
  color: #1F4339;
}
.order_summary .product_name_box .weight {
  color: #777777;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  padding-top: 5px;
}
.order_summary .product_name_box .weight span {
  color: #1F4339;
}
.order_summary .product_box {
  margin-bottom: 0;
}
.order_summary .product_row {
  padding: 25px 0; 
}
.order_summary .product_row:first-child {
  border-top: 2px solid #D9D9D9;
}

.total_table td {
  color: #1F4339;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 10px;
}
.total_table td:last-child {
  text-align: right;
}
.total_table tfoot td {
  margin-top: 40px;
  background-color: #1F4339;
  color: #fff;
  padding: 10px 10px;
}

.page_heading h2 {
  color: #1F4339;
  font-size: 34px;
  font-weight: 600;
  padding: 20px 0 0;
  text-align: center;
}
.page_heading h2 i {
  padding-right: 20px;
}

.faq_section {
  padding: 50px 0 100px;
}
.faq_section .accordion-button::after {
  height: 10px !important;
  width: 10px !important;
  border-style: solid !important;
  border-color: #1F4339 !important;
  border-width: 0px 2px 2px 0px !important;
  transform: rotate(-45deg);
  background: transparent;
}
.faq_section .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg) !important;
  border-color: #fff !important;
}
.faq_section .accordion-body {
  padding-left: 10px;
}
.faq_section .accordion-body p {
  color: #777777;
  font-size: 16px;
  line-height: 26px;
}
.faq_section .accordion-item {
  background-color: transparent;
  border: 0;
  margin-bottom: 15px;
}
.faq_section .accordion-button:not(.collapsed) {
  background-color: #1F4339;
  color: #fff;
}
.faq_section .accordion-button:focus {
  box-shadow: none;
}
.faq_section .accordion-button {
  border-radius: 10px !important;
  background-color: transparent;
  border: 1px solid #1F4339;
  font-size: 16px;
  font-weight: 600;
  color: #1F4339;
}

.tnc_section {
  padding-bottom: 70px;
}
.tnc_section .mini_heading{
    padding-top:15px;
    font-size:16px;
    font-weight:normal;
    
}
.tnc_section p {
  color: #777777;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 24px;
}

.tnc_section .normal_heading{
    font-size:16px;
    margin-top:20px;
}

.privacy_section {
  padding: 70px 0;
}
.privacy_section .privacy_bg {
  text-align: center;
}
.privacy_section .privacy_bg img {
  width: 30%;
}
.privacy_section .privacy_content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #1F4339;
}
.privacy_section .privacy_content p {
  color: #777777;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
  font-weight: 400;
}

.payment_status_page {
  padding: 100px 0;
}
.payment_status_page .payment_row {
  justify-content: space-between;
  align-items: center;
}
.payment_status_page .payment_row .payment_img img {
  width: 100%;
}
.payment_status_page .payment_details .heading {
  font-size: 42px;
  margin: 30px 0 10px;
  padding: 0 70px;
  line-height: 56px;
  font-weight: 700;
}
.payment_status_page .payment_details .heading.success {
  color: #3A9A03;
}
.payment_status_page .payment_details .heading.danger {
  color: #FF0000;
}
.payment_status_page .payment_details .normal_text {
  font-size: 18px;
  line-height: 28px;
  color: #777777;
  padding: 0 40px;
}
.payment_status_page .main-btn.outline {
  background: transparent;
  color: #1F4339 !important;
  border: 1px solid #1F4339;
  margin-right: 25px;
  transition: all 0.5s ease;
}
.payment_status_page .main-btn.outline:hover {
  color: #fff !important;
  background-color: #1F4339;
}

.oops_section {
  padding: 0 0 50px;
  text-align: center;
}
.oops_section .oops_heading {
  padding: 70px 0;
}
.oops_section .oops_heading h2 {
  font-size: 40px !important;
  font-weight: 700 !important;
  color: #1F4339;
}
.oops_section .part_text {
  padding: 30px 0;
}
.oops_section .part_text .normal_text {
  color: #B5B5B5;
  font-size: 20px;
  padding-bottom: 20px;
}

.not_found_section {
  padding: 150px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.not_found_section .not_found_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.not_found_section .large_heading h1 {
  font-size: 200px;
  font-weight: 600;
  color: #1F4339;
  line-height: 100px;
  margin-bottom: 50px;
}
.not_found_section .not_found_text h4 {
  color: #1F4339;
  font-size: 32px;
  margin-bottom: 25px;
  padding-top: 40px;
}
.not_found_section .not_found_text p {
  color: #1F4339;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.checkout_section {
  padding: 20px 0 20px;
}
.checkout_section .detail_row {
  padding-bottom: 20px;
}
.checkout_section .detail_row .date p {
  font-size: 24px;
  font-weight: 500;
  color: #E14922;
}

.payment_form {
  padding-bottom: 100px;
  padding-top: 20px; 
}
.payment_form .login_form .row {
    margin-top:20px;
}
.payment_form .login_form .row .cart_total_box{
    padding-top:30px;
}
.payment_form .login_form .row .cart_total_box .total_table td{
     margin-bottom:15px;
}
.payment_form .login_form .row .cart_total_box .total_table tbody td{
    
    border-bottom:2px dashed #D9D9D9;
}

.payment_form  [type="radio"]:checked, .payment_form  [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.payment_form  [type="radio"]:checked + label, .payment_form  [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.payment_form [type="radio"]:checked + label:before, .payment_form  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom:0;
    margin:auto;
    width: 18px;
    height: 18px;
    border: 1px solid #232323;
    border-radius: 100%;
    background: #fff;
}
.payment_form  [type="radio"]:checked + label:after, .payment_form  [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #E14922;
    position: absolute;
    top: 0;
    bottom:0;
    margin:auto;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.payment_form  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.payment_form  [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.payment_form .cod_method .inner_div{
    margin-bottom:30px;
    display:flex;
} 
.payment_form .cod_method{
    
    width: 100%;
}
.payment_form .cod_method .inner_div label .notice_text{
    font-size:10px;
    color:#1F4339;
    margin-bottom:0;
}
.payment_form .cod_method .inner_div label{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    width:100%;
}
.payment_form .cod_method .inner_div .cod_text{

    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-right: 20px;
    
}


.bordered_input {
  padding-top: 30px;
}
.bordered_input h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #1F4339;
}
.bordered_input input, .bordered_input textarea, .bordered_input select {
  width: 100%;
  border: 0;
  border: 1px solid #819690;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}
.bordered_input input::-moz-placeholder, .bordered_input textarea::-moz-placeholder, .bordered_input select::-moz-placeholder {
  color: #819690;
  font-weight: 500;
}
.bordered_input input::placeholder, .bordered_input textarea::placeholder, .bordered_input select::placeholder {
  color: #819690;
  font-weight: 500;
}
.bordered_input input:focus, .bordered_input textarea:focus, .bordered_input select:focus {
  outline: none;
}

.my_account {
  padding: 50px 0;
}
.my_account .main-btn {
  padding: 7px 40px;
}
.my_account .account_row {
  padding: 80px 0;
}
.my_account .profile-pic {
  color: transparent;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}
.my_account .profile-pic input {
  display: none;
}
.my_account .profile-pic img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 185px;
  height: 185px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
  border-radius: 100px;
  z-index: 0;
}
.my_account .profile-pic .-label {
  cursor: pointer;
  height: 185px;
  width: 185px;
  transition: all 0.5s ease;
}
.my_account .profile-pic .-label svg {
  opacity: 0;
}
.icon-close2{
    font-size:18px;
}
.my_account .profile-pic:hover .-label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1f43398a;
  z-index: 10000;
  color: #fafafa;
  transition: background-color 0.2s ease-in-out;
  border-radius: 100px;
  margin-bottom: 0;
}
.my_account .profile-pic:hover .-label svg {
  opacity: 1;
  width: 25px;
}

.validate-has-error {
  color: #B23632;
  font-size: 12px;
  font-weight: 600;
}

.login_section {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login_section .terms_check {
  text-align: left;
  padding-top: 10px;
}
.login_section .terms_check label {
  color: #1f433f;
  font-weight: 500;
  font-size: 14px;
}
.login_section .terms_check label a {
  color: #E14922;
  font-weight: 600;
}
.login_section .login_bg_shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  z-index: -1;
}
.login_section .desktop_view {
  padding-top: 20px;
}
.login_section .register_acc {
  padding-top: 10px;
}
.login_section .register_acc p {
  color: #1F4339;
  font-size: 14px;
}
.login_section .register_acc p a {
  font-weight: 600;
  color: #E14922;
}
.login_section .social_login a {
  padding: 10px;
}
.login_section .form_divider {
  position: relative;
  margin: 20px 0 20px;
  text-align: center;
}
.login_section .form_divider::after {
  content: "";
  top: 12px;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #e7bfbe;
}
.login_section .form_divider h4 {
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #ADADAD;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  display: inline-block;
}
.login_section .login_bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: -1;
}
.login_section .login_part {
  justify-content: end;
}
.login_section .main_login_form {
  background-color: #fff;
  padding: 20px 30px;
  text-align: center;
  box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.25);
  margin-top:-70px;
}
.login_section .main_login_form .login_text h2 {
  padding-top: 30px;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #1F4339;
}
.login_section .main_login_form .login_text p {
  color: #1F4339;
  font-size: 16px;
  font-weight: 500;
  width: 70%;
  margin: auto;
  padding-bottom: 20px;
}
.login_section .main_login_form .form_box .line_input {
  text-align: left;
  position: relative;
}
.login_section .main_login_form .form_box .line_input .toggle-password {
  position: absolute;
  top: 25px;
  right: 5px;
  color: #1F4339;
}
.login_section .main_login_form .form_box .line_input h4 {
  color: #1F4339;
  font-size: 12px;
  margin-bottom: 0;
}
.login_section .main_login_form .form_box .line_input input {
  border: 0;
  border-bottom: 1px solid #1F4339;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  color: #1F4339;
}
.login_section .main_login_form .form_box .line_input input::-moz-placeholder {
  color: #ADADAD;
  font-size: 14px;
}
.login_section .main_login_form .form_box .line_input input::placeholder {
  color: #ADADAD;
  font-size: 14px;
}
.login_section .main_login_form .form_box .forgot_text a {
  font-size: 12px;
  color: #E14922;
  font-weight: 500;
  padding-top: 8px;
  display: block;
  text-align: right;
}

.mobile_filter {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 35px;
  z-index: 99999999;
  background-color: #fff;
}
.filter_heading{
    font-size:18px;
}
.mobile_filter .filter_heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #B23632;
}
.mobile_filter .close_icon {
  width: 25px;
  position: absolute;
  right: 35px;
}
.mobile_filter .main-menu {
  height: 100%;
  overflow: auto;
}
.mobile_filter .filter_row {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
}
.mobile_filter .input_box {
  margin-bottom: 10px;
}
.mobile_filter .input_box input {
  display: none;
}
.mobile_filter input[type=radio] + label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  cursor: pointer;
}
.mobile_filter input[type=radio] + label span {
  color: #9AB9B0;
  font-size: 14px;
  font-weight: 500;
}
.mobile_filter input[type=radio]:checked + label span {
  color: #1F4339;
}
.mobile_filter .price-input {
  margin-bottom: 0;
}
.mobile_filter .form-check {
  margin-bottom: 20px;
}
.mobile_filter .form-check-input:checked {
  background-color: #1F4339;
}
.mobile_filter .radio_filter .radio-input {
  display: none;
}
.mobile_filter .radio_filter {
  display: flex;
}
.mobile_filter .radio_filter .box {
  width: 35px;
  height: 35px;
  border: 1px solid #1F4339;
  margin-right: 10px;
  color: #1F4339;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile_filter .radio_filter .radio-input:checked + .box {
  border-color: #E14922;
  color: #fff;
  background-color: #E14922;
}
.mobile_filter .form-check-input {
  border-color: #1F4339;
  background-color: transparent;
  padding-right: 10px;
  padding-bottom: 10px;
  height: 20px;
  width: 20px;
  margin-right: 15px;
  border-radius: 0;
}
.mobile_filter .form-check-input span {
  font-weight: 500;
  color: #1F4339;
}

.mobile_filter .accordion-header a {
  font-weight: 600;
  font-size: 18px;
  color: #18181B;
}
.mobile_filter .accordion-header a:hover {
  color: #18181B;
}
.mobile_filter .accordion-header a i {
  font-size: 16px;
  padding-left: 5px;
}

.accordion-button:not(.collapsed) {
  color: #B23632;
  font-weight: 600;
  background-color: transparent;
}

.accordion-button:focus {
  box-shadow: none;
  border: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-btn {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 20px;
  }
  .swiper_buttons > div {
    height: 30px;
    width: 30px;
  }
  .main_heading h4 {
    text-align: center;
  }
  .swiper_buttons > div i {
    font-size: 14px;
  }
  header .navbar-brand img {
    width: 60px;
  }
  header .right_header img {
    width: 30px;
    padding-left: 15px;
  }
  header .right_header .site-menu-toggle {
    margin-left: 15px;
    background: #e5e5e5;
    padding: 4px 8px;
    border-radius: 50%;
  }
  .banner_section .swiper-slide img {
    width: 100%;
  }
  .banner_section .banner_part_text {
    width: 50%;
    top: 50%;
  }
  .banner_section .banner_part_text h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .banner_section .banner_part_text .main-btn {
    margin-top: 10px !important;
  }
  .category_section {
    margin-top: 0;
    padding-bottom: 0;
  }
  .category_section .normal_text {
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
  }
  .category_section .category-swiper {
    padding: 15px;
  }
  .category_section .swiper-slide {
    padding: 0;
  }
  .category_section .banner_pic {
    width: 100%;
  }
  .category_section .category_bg {
    display: none;
  }
  .category_section .bg_img {
    padding: 0;
    position: relative;
  }
  .category_section .bg_img .category_bg_mobile {
    position: absolute;
    width: 100%;
    display: none;
  }
  .category_section .category_padding .swiper-button-prev2.prev {
    left: 0;
  }
  .category_section .category_padding .swiper-button-next2.next {
    right: 0;
  }
  .category_section .swiper_box {
    padding: 1px 7px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25) !important;
  }
  .offer_section {
    padding: 50px 0;
  }
  .offer_section .product_img img {
    max-width: 100%;
  }
  .offer_section .main_product_box {
    margin-bottom: 20px;
  }
  .offer_section .nav-pills {
    justify-content: center;
    padding-top: 5px;
  }
  .offer_section .nav-pills .nav-link {
    font-size: 14px;
    margin-bottom: 20px !important;
    font-weight: 500;
  }
  .offer_section .nav-pills li:last-child button {
    padding-right: 0;
  }
  .deal_section {
    padding-top: 0;
  }
  .deal_section .deal_bg {
    display: none;
  }
  .deal_section .deal_img img {
    width: 100%;
  }
  .deal_section .discount_badge span {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    margin-bottom: 5px;
  }
  .deal_section .counter_row .counters_demo div {
    background-color: #1F4339;
  }
  .deal_section .counter_row .counters_demo div p, .deal_section .counter_row .counters_demo div span {
    color: #fff;
  }
  .deal_section .white_heading h4 {
    color: #1F4339;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .deal_section .discount_desc p {
    font-size: 12px;
    color: #1F4339;
  }
  .deal_section .shop_row {
    text-align: center;
    margin-top: 20px;
  }
  .deal_section .shop_row .cart_btn img {
    width: 15px;
  }
  .deal_section .counter_row .counters_demo div:last-child {
    margin-right: 0;
  }
  .arrival_section .product_box .part_desc .rating_row i {
    font-size: 16px;
  }
  .arrival_section .rating_row {
    justify-content: center;
  }
  .arrival_section .product_box .part_desc {
    padding: 20px 20px 10px 20px;
  }
  .arrival_section .product_box .part_desc .product_name {
    font-size: 18px;
    text-align: center;
  }
  .arrival_section .product_box .part_desc .price_row {
    text-align: center;
  }
  .arrival_section .product_box .part_desc .price_row .currant_price {
    font-size: 18px;
  }
  .arrival_section .product_box .part_desc .price_row .removed_price {
    font-size: 16px;
  }
  .arrival_section .buy_row {
    justify-content: center;
  }
  .arrival_section .swiper-wrapper {
    padding-bottom: 40px;
  }
  .process_section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .process_section .process_box {
    margin-bottom: 40px;
  }
  .process_section .process_box img {
    height: 60px;
  }
  .process_section .process_box .part_text h4 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .process_section .process_box .part_text p {
    font-size: 16px;
    padding-top: 5px;
  }
  .instagram_section {
    padding-bottom: 0;
  }
  .instagram_section .follow_row .follow_insta a {
    font-size: 20px;
  }
  .instagram_section .follow_row .follow_insta a img {
    width: 34px;
  }
  .insta_img_box {
    margin-bottom: 20px;
  }
  .subscribe_section .newsletter_text h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .subscribe_section form .line_input h4 {
    display: none;
  }
  .bag_icon {
    padding: 8px 20px !important;
  }
  .bag_icon img {
    width: 14px;
  }
  footer .footer_heading {
    margin-bottom: 10px;
  }
  footer .second_col {
    margin-bottom: 20px;
  }
  footer .logo_part {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .logo_part .social_media {
    margin-left: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-btn {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 20px;
  }
  .swiper_buttons > div {
    height: 30px;
    width: 30px;
  }
  .main_heading h4 {
    text-align: center;
  }
  .swiper_buttons > div i {
    font-size: 14px;
  }
  header .navbar-brand img {
    width: 60px;
  }
  header .right_header img {
    width: 30px;
    padding-left: 15px;
  }
  header .right_header .site-menu-toggle {
    margin-left: 15px;
    background: #e5e5e5;
    padding: 4px 8px;
    border-radius: 50%;
  }
  .banner_section .swiper-slide img {
    width: 100%;
  }
  .banner_section .banner_part_text {
    width: 50%;
    top: 50%;
  }
  .banner_section .banner_part_text h2 {
    font-size: 32px;
    line-height: 50px;
  }
  .banner_section .banner_part_text .main-btn {
    margin-top: 10px !important;
  }
  .category_section {
    margin-top: 0;
    padding-bottom: 0;
  }
  .category_section .normal_text {
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
  }
  .category_section .category-swiper {
    padding: 15px;
  }
  .category_section .swiper-slide {
    padding: 0;
  }
  .category_section .banner_pic {
    width: 60%;
  }
  .category_section .category_bg {
    display: none;
  }
  .category_section .bg_img {
    padding: 0;
    position: relative;
  }
  .category_section .bg_img .category_bg_mobile {
    position: absolute;
    width: 100%;
    display: none;
  }
  .category_section .category_padding .swiper-button-prev2.prev {
    left: 0;
  }
  .category_section .category_padding .swiper-button-next2.next {
    right: 0;
  }
  .category_section .swiper_box {
    padding: 47px 7px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25) !important;
  }
  .offer_section {
    padding: 50px 0;
  }
  .offer_section .product_img img {
    max-width: 100%;
  }
  .offer_section .main_product_box {
    margin-bottom: 20px;
  }
  .offer_section .nav-pills {
    justify-content: center;
    padding-top: 5px;
  }
  .offer_section .nav-pills .nav-link {
    font-size: 14px;
    margin-bottom: 20px !important;
    font-weight: 500;
  }
  .offer_section .nav-pills li:last-child button {
    padding-right: 0;
  }
  .deal_section {
    padding-top: 0;
  }
  .deal_section .deal_bg {
    display: none;
  }
  .deal_section .deal_img img {
    width: 100%;
  }
  .deal_section .discount_badge span {
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    margin-bottom: 5px;
  }
  .deal_section .counter_row .counters_demo div {
    background-color: #1F4339;
  }
  .deal_section .counter_row .counters_demo div p, .deal_section .counter_row .counters_demo div span {
    color: #fff;
  }
  .deal_section .white_heading h4 {
    color: #1F4339;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .deal_section .discount_desc p {
    font-size: 12px;
    color: #1F4339;
  }
  .deal_section .shop_row {
    text-align: center;
    margin-top: 20px;
  }
  .deal_section .shop_row .cart_btn img {
    width: 15px;
  }
  .deal_section .counter_row .counters_demo div:last-child {
    margin-right: 0;
  }
  .product_box .part_desc .rating_row i {
    font-size: 16px;
  }
  .rating_row {
    justify-content: center;
  }
  .product_box .part_desc {
    padding: 20px 20px 10px 20px;
  }
  .product_box .part_desc .product_name {
    font-size: 18px;
    text-align: center;
  }
  .product_box .part_desc .price_row {
    text-align: center;
  }
  .product_box .part_desc .price_row .currant_price {
    font-size: 18px;
  }
  .product_box .part_desc .price_row .removed_price {
    font-size: 16px;
  }
  .buy_row {
    justify-content: center;
  }
  .arrival_section .swiper-wrapper {
    padding-bottom: 40px;
  }
  .process_section {
    padding-bottom: 0;
  }
  .process_section .process_box {
    margin-bottom: 40px;
  }
  .process_section .process_box img {
    height: 60px;
  }
  .process_section .process_box .part_text h4 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .process_section .process_box .part_text p {
    font-size: 16px;
    padding-top: 5px;
  }
  .instagram_section {
    padding-bottom: 0;
  }
  .instagram_section .follow_row .follow_insta a {
    font-size: 20px;
  }
  .instagram_section .follow_row .follow_insta a img {
    width: 34px;
  }
  .insta_img_box {
    margin-bottom: 20px;
  }
  .subscribe_section .newsletter_text h2 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
  }
  .subscribe_section form .line_input h4 {
    display: none;
  }
  .bag_icon {
    padding: 8px 20px !important;
  }
  .bag_icon img {
    width: 14px;
  }
  footer .footer_heading {
    margin-bottom: 10px;
  }
  footer .second_col {
    margin-bottom: 20px;
  }
  footer .logo_part {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .logo_part .social_media {
    margin-left: 70px;
  }
  .sidebar {
    position: absolute;
    width: 90%;
    z-index: 9;
    border: 2px solid #1F4339;
    background-color: #fff;
    padding: 15px;
    left: 0;
  }
  .sidebar .close_icon {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .sidebar .filter_heading {
    font-size: 18px;
    color: #1F4339;
  }
  .sidebar .inner_heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sidebar .accordion-header {
    padding: 15px 0 0 !important;
  }
  .sidebar .accordion-body {
    padding: 20px 0;
  }
  .sidebar .range-slider {
    width: 100%;
  }
  .sidebar .input_box {
    margin-bottom: 0;
  }
  .product_detail_section .image_box .inner_box_image {
    height: 100%;
    width: 100%;
  }
  .product_detail_section .product_detail_box .product_name h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .product_detail_section .product_detail_box .rating_row {
    padding: 0 0 10px 0;
  }
  .product_detail_section .product_detail_box .discount_badge p {
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .product_detail_section .product_detail_box .radio_container {
    padding-top: 0;
  }
  .product_detail_section .product_detail_box .qty-btn-minus, .product_detail_section .product_detail_box .qty-btn-plus {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .login_section .desktop_view {
    padding: 30px 0;
    text-align: center;
  }
  .my_account .account_row{
      padding:0;
  }
  .site-mobile-menu-body{
      padding-top:50px!important;
  }
  header .right_header .dropdown .dropdown-menu .dropdown-item{
    font-size: 14px;
  }
  .right_header.d-flex{
      align-items:center;
  }
  .right_header.d-flex>a{
      margin-right:10px;
  }
  .login_section .main_login_form {
    margin-bottom: 50px;
  }
  .login_section .main_login_form .login_text p {
    width: 100%;
  }
  .login_section .main_login_form .login_text h2 {
    padding-top: 10px;
  }
  .login_section .form_divider {
    margin: 30px 0 20px;
  }
  .list-wrapper .sidebar {
    width: 76%;
    z-index: 9;
  }
  main {
    padding-top: 75px;
  }
  .main-btn {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 20px;
  }
  .main_heading h4 {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .category_padding .swiper_box {
    padding: 0 !important;
  }
  header .navbar-brand img {
    width: 60px;
  }
  header .right_header img {
    width: auto;
    height:auto;
    padding-left:0;
  }
  header .right_header .dropdown svg{
      margin-left:0;
  }
  header .right_header .site-menu-toggle {
    margin-left: 15px;
    background: #e5e5e5;
    padding: 4px 8px;
    border-radius: 50%;
  }
  .banner_section .swiper-slide img {
    width: 100%;
    height:auto;
  }
  .banner_section .banner_part_text {
    width: 60%;
    top: 50%;
  }
  .banner_section .banner_part_text h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .banner_section .banner_part_text .main-btn {
    margin-top: 10px !important;
  }
  footer .footer_heading {
    margin-bottom: 10px;
  }
  footer .second_col {
    margin-bottom: 20px;
  }
  footer .logo_part {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .logo_part .social_media {
    margin-left: 50px;
  }
  .swiper_buttons > div {
    height: 30px;
    width: 30px;
  }
  .swiper_buttons > div i {
    font-size: 14px;
  }
  .offer_section .main_product_box .product_desc p{
    font-size: 14px;
    letter-spacing: 2px;
  }
  .category_section {
    margin-top: 0;
    padding-bottom: 0;
  }
  .category_section .normal_text {
    font-size: 14px;
    text-align: center;
    padding-bottom: 0;
  }
  .category_section .category-swiper {
    padding: 20px;
  }
  .category_section .swiper-slide {
    padding: 0;
  }
  .category_section .category_bg {
    display: none;
  }
  .category_section .bg_img {
    padding: 0;
    position: relative;
  }
  .category_section .bg_img .category_bg_mobile {
    position: absolute;
    width: 100%;
    display: none;
  }
  .category_section .swiper_box {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25) !important;
  }
  .deal_section .deal_img{
      margin:auto;
      width:60%;
  }
  .offer_section {
    padding: 50px 0 0;
  }
  .offer_section .main_product_box {
    margin-bottom: 20px;
  }
  .offer_section .nav-pills {
    justify-content: center;
    padding-top: 5px;
  }
  .offer_section .nav-pills .nav-link {
    font-size: 14px;
    margin-bottom: 20px !important;
    font-weight: 500;
  }
  .offer_section .nav-pills li:last-child button {
    padding-right: 0;
  }
  .deal_section {
    text-align: center;
    padding: 0;
  }
  .deal_section .counter_row .counters_demo {
    justify-content: center;
    padding-bottom: 20px;
  }
  .deal_section .counter_row .counters_demo div {
    height: 70px;
    width: 70px;
    background-color: #E14922;
    color: #fff;
  }
  .deal_section .counter_row .counters_demo div:last-child {
    margin-right: 0;
  }
  .deal_section .counter_row .counters_demo div p {
    font-size: 26px;
    color: #fff;
    line-height: 30px;
  }
  .deal_section .counter_row .counters_demo div span {
    color: #fff;
    font-size: 12px;
  }
  .deal_section .cart_btn {
    padding: 7px;
  }
  .deal_section .cart_btn img {
    width: 18px;
  }
  .deal_section .discount_badge {
    margin-top: 15px;
  }
  .deal_section .discount_badge span {
    font-size: 10px;
    font-weight: 500;
    padding: 7px 20px;
    letter-spacing: 1px;
  }
  .deal_section .white_heading h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 5px;
  }
  .deal_section .discount_desc p {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
  }
  .deal_section .deal_img img {
    width: 100%;
  }
  .deal_section .deal_bg {
    display: none;
  }
  .deal_section .row {
    justify-content: center;
  }
  .product_box .part_desc .rating_row {
    justify-content: center;
  }
  .product_box .part_desc {
    padding: 30px 20px 10px 20px;
  }
  .product_box .part_desc .product_name {
    font-sizE: 18px;
    text-align: center;
    margin-bottom: 5px;
    padding-top: 12px;
  }
  .product_box .part_desc .price_row {
    text-align: center;
  }
  .product_box .part_desc .price_row .currant_price {
    font-size: 16px;
  }
  .product_box .part_desc .price_row .removed_price {
    font-size: 14px;
  }
  .product_box .part_desc .buy_row {
    justify-content: center;
  }
  .product_box .part_desc{
      padding:15px 20px 0px 20px;
  }
  .arrival_section {
    padding-top: 35px;
  }
  .arrival_section .pagi-nav {
    display: none;
  }
  .process_section {
    padding: 0;
  }
  .process_section .process_box {
    margin: auto;
    margin-bottom: 40px;
  }
  .process_section .process_box img {
    height: 60px;
  }
  .process_section .process_box .part_text h4 {
    font-size: 16px;
    padding: 25px 0 5px;
  }
  .process_section .process_box .part_text p {
    font-size: 12px;
  }
  .instagram_section {
    padding-top: 0;
  }
  .instagram_section .col-6{
    margin-bottom: 15px;
  }
  .instagram_section .insta_img_box {
    height: 100%;
  }
  .instagram_section .follow_row {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .instagram_section .follow_row .follow_insta {
    margin-bottom: 20px;
  }
  .instagram_section .follow_row .follow_insta a {
    font-size: 16px;
  }
  .instagram_section .follow_row .follow_insta a img {
    width: 32px;
  }
  .subscribe_section {
    padding-top: 0;
  }
  .subscribe_section .newsletter_text h2 {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }
  .subscribe_section .line_input h4 {
    display: none;
  }
  .product_detail_section .product_detail_box .product_name h2{
    font-weight:500;
    font-size: 22px;
    margin-bottom:0;
  }
  .product_detail_section .product_detail_box .rating_row{
      padding-bottom:7px;
  }
  .product_detail_section .product_detail_box .product_name .disable_price{
        font-size: 16px;
        padding-left: 7px;
  }
  .review_section{
    padding: 50px 0 0 0;
  }
  .product_box{
      width:100%;
  }
  .products_section  .col-12{
      margin-bottom:20px;
  }
  .product_showing h3{
    padding-bottom: 18px;
  }
  .product_detail_section .product_detail_box .discount_badge p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
  }
   .subscribe_section .product_listing_section {
    padding: 40px 0;
  }
  .bag_icon {
    padding: 7px 12px !important;
  }
  .bag_icon img {
    width: 12px;
  }
  .sidebar {
    position: absolute;
    width: 90%;
    z-index: 9;
    border: 2px solid #1F4339;
    background-color: #fff;
    padding: 15px;
    left: 0;
  }
  .sidebar .close_icon {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .sidebar .filter_heading {
    font-size: 18px;
    color: #1F4339;
  }
  .sidebar .inner_heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sidebar .accordion-header {
    padding: 15px 0 0 !important;
  }
  .sidebar .accordion-body {
    padding: 20px 0;
  }
  .sidebar .filter_sidebar input[type=radio] + label span {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .sidebar .range-slider {
    width: 100%;
  }
  .sidebar .input_box {
    margin-bottom: 0;
  }
  .part_desc .rating_row i {
    font-size: 14px;
  }
  .review_section .nav-pills {
    flex-wrap: nowrap;
  }
  .review_section .nav-pills .nav-item {
    width: 50%;
    padding-right: 0;
  }
  .product_listing_section .text-end {
    margin-bottom: 0 !important;
  }
  .product_listing_section .btn_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .product_detail_section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .product_detail_section .changable_image_row {
    margin-top: 20px !important;
    justify-content: center;
  }
  .product_detail_section .inner_box_image {
    width: 100% !important;
    height: 100% !important;
  }
  .product_detail_section .inner_box_image img {
    max-width: 100%;
  }
  .cart_details .product_row {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .product_row .product_box {
    height: 100px;
    width: 75px;
    margin-right: 15px;
    margin-bottom: 0;
    overflow:hidden;
  }
  .product_row .product_box img {
    width: 100%;
  }
  .product_row .product_text .price {
    font-size: 16px;
    font-weight: 600;
    color: #1F4339;
    padding-top: 15px;
  }
  .product_row .product_text .delete_icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
  }
  .product_row .product_text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1F4339;
    line-height: 22px;
    margin-bottom:0;
  }
  .cart_details .qty-container {
    padding-top: 10px;
  }
  .cart_details .qty-container i {
    padding: 5px;
  }
  .cart_details .large_heading .heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #E14922;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cart_details .large_heading .heading img {
    width: 40px;
  }
  .cart_details .large_heading p {
    font-weight: 500;
    font-size: 16px;
  }
  .cart_details .large_heading {
    padding-bottom: 20px;
  }
  .contact_section {
    padding-top: 0;
  }
  .contact_section .heading {
    padding-top: 15px;
  }
  .contact_section .heading h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .input_box {
    margin-bottom: 30px;
  }
  .input_box input {
    padding: 15px 0 2px;
  }
  .input_box h5 {
    margin-bottom: 0;
    font-size: 12px;
  }
  .contact_section .submit_row {
    padding: 0 0 15px;
  }
  .contact_section .address_row .address_col span {
    font-size: 14px;
    line-height: 22px;
  }
  .contact_section .call_row {
    padding-top: 0;
  }
  .contact_section .call_row span {
    font-size: 14px;
  }
  .contact_section .call_row .call {
    border-bottom: 2px solid #D9D9D9;
    padding: 10px 0;
  }
  .about_section .heading h2 {
    font-size: 24px;
    padding-top: 22px;
    font-weight: 600;
  }
  .about_section .about_text .normal_text {
    font-size: 14px;
  }
  .order_section {
    padding-top: 0;
  }
  .order_section .detail_row .order_detail_box .order_no {
    font-size: 14px;
    font-weight: 500;
  }
  .order_section .detail_row .order_data {
    font-size: 16px;
    font-weight: 500;
  }
  .order_section .order_detail_box {
    padding-bottom: 7px;
  }
  .order_section .detail_row {
    margin: 10px;
    border: 1px solid rgba(209, 70, 32, 0.5764705882);
  }
  .order_summary .order_id_row {
    padding-bottom: 20px;
  }
  .order_summary .order_id_row .order_no {
    font-size: 16px;
  }
  .checkout_section {
    padding-top: 0;
  }
  .checkout_section .detail_row .date p {
    font-size: 16px;
  }
  .items_total {
    padding-top: 40px;
  }
}
@media (min-width: 576px) {
  .category_section .swiper-slide .swiper_box {
    min-width: 250px;
  }
}
@media (max-width: 576px) {
  .banner_section .banner_part_text {
    top: 45% !important;
  }
  .offer_section .main_product_box .product_img img {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .banner_section .banner_part_text {
    top: 15% !important;
  }
}
.price-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 35px;
}

.price-input .field span {
  font-size: 14px;
  color: #1F4339;
}

.price-input .field input {
  width: 100%;
  font-size: 14px;
  border: 1px solid #c7c3c3;
  padding: 3px 10px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #E14922;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #E14922;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}/*# sourceMappingURL=style.css.map */