@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* { padding:0; margin:0; }

body {  font-family: "Roboto", sans-serif; color:#000; font-size:14px; overflow-x: hidden; font-weight: 300; }
a, a:hover {
	text-decoration:none;
	cursor: pointer;
}
ul, li, p, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
b, strong {
	font-weight: bold;
  }
input:focus { outline: none;}
ul, li { list-style-type: none;}
.top {
	background: #000000;
	height: 32px;
}
.right_icons ul {
	list-style-type: none;
	gap: 17px;
}
.right_icons ul li img {
	width: 22px;
}
.main_logo img {
	max-width: 180px;
}
.lft_lgo img {
	max-width: 50px;
}
.border-bottom {
	padding: 18px 0;
}

/**menu**/
/* header */
.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding: 5px;
}
.header .menu > ul > li > a i {
	font-size: 13px;
  margin-left: 2px;
  color: #333;
}
.header .item-left{
	flex:0 0 17%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 55px;
}
.header .menu > ul > li > a{
	font-size: 15px;
	font-weight: 400;
	color:#000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.2s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
	height: 0;
    overflow: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
	height: auto;
    overflow: visible;
}
  .ftr_p {
	padding-right: 6rem;
  }
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	font-weight: bold;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}
.grid_bx:hover .grid_txt {
	background: #000;
	color: #fff;
}
.prid_img_dv img {
	width: 100%;
	transition: all 300ms ease-out;
}
.prid_img_dv {
	transition: all 300ms ease-out;
	overflow: hidden;
}
.dte_pk {
	font-size: 13px;
	color: #908f90;
}
.blog_txt {
	padding: 14px 14px;
}
.blog_txt h3 {
	font-size: 20px;
  margin: 10px 0;
}
footer {
	background: #000;
}
footer p {
	color: #a9a8a5;
	text-align: justify;
}
.lft_ftr h3 {
	font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}
.lft_ftr ul {
	list-style-type: none;
	color: #a9a8a5;
}
.ftr_scl {
	list-style-type: none;
	padding: 0;
	display: flex;
  }
  .ftr_scl li {
	font-size: 15px;
	padding: 0 12px 0 0;
  }
  .ftr_scl li a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
  }
  .right_side_ftr ul {
	list-style-type: none;
  }
  .right_side_ftr h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin: 0px 0 17px;
  }
  .right_side_ftr ul li a {
	color: #a9a8a5;
	margin-bottom: 5px;
	display: block;
  }
  .right_side_ftr ul li span {
	color: #a9a8a5;
	margin-bottom: 5px;
	display: block;
  }
  .right_side_ftr ul li span i {
	margin-right: 5px;
  }
  .right_icons ul li:hover img {
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
  }
    /* Pop */
@-webkit-keyframes hvr-pop {
	50% {
	  -webkit-transform: scale(1.1);
	  transform: scale(1.1);
	}
  }
  @keyframes hvr-pop {
	50% {
	  -webkit-transform: scale(1.1);
	  transform: scale(1.1);
	}
  }
  
  
  /* Push */
  @-webkit-keyframes hvr-push {
	50% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	100% {
	  -webkit-transform: scale(1.2);
	  transform: scale(1.2);
	}
  }
  @keyframes hvr-push {
	50% {
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	100% {
	  -webkit-transform: scale(1.2);
	  transform: scale(1);
	}
  }

  .grid_img:hover img, .blog_img:hover img, .prid_img_dv:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
  }
  @keyframes flash {
	0% {
	  opacity: 0.4;
	  -webkit-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
	}
	100% {
	  opacity: 1;
	  -webkit-transition: 0.3s ease-in-out;
	  transition: 0.3s ease-in-out;
	}
  }

  .right_side_ftr ul li a:hover {
	color: #fff;
  }
  .blog_img img {
	max-width: 100%;
  }
  .prid_img_dv {
	margin-bottom: 10px;
  }
  .grid_img { 
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	background: #fff;
	overflow: hidden;
	border: 1px solid #dcdcdc;
  }
  .ofr {
	position: absolute;
	right: 5px;
	top: 5px;
	background: rgba(249, 233, 0, 0.9);
	padding: 1px 4px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
  }
  .captn {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 5rem;
}
.header {
	transition: all 1s ease;
}

/**accordian**/
.accordion {
	background-color: #000;
	color: #fff;
	cursor: pointer;
	padding: 18px 0;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	margin: 0 !important;
    border-bottom: 1px solid #565656;
  }
  
  .accordion .active, .accordion:hover {
	background-color: #000;
  }
  .panel ul {
	padding: 10px 0;
  }
  .accordion:after {
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	color: #777;
	font-weight: 900;
	float: right;
	margin-left: 5px;
  }
  
  .accordion.active:after {
 transform: rotate(180deg);
  }
  
  .panel {
	padding: 0 18px;
	background-color: 000;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
  }
/**accordian**/

/**menu**/

.owl-carousel .owl-dots {
	text-align: center;
	margin: 0;
	position: absolute;
	width: 100%;
	bottom: -45px;
	left: auto;
	right: auto;
	padding: 10px 0;
	border-radius: 30px 30px 0 0;
  }
.owl-carousel .owl-dots .active span {
	background-color: #000 !important;
  }
  .owl-carousel .owl-dots .owl-dot span {
	display: inline-block;
	background-color: #c8c8c8;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: 0px 10px;
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
  }
  .title_02 {
	margin-bottom: 20px;
	position: relative;
  }
  .title_02 h2 {
	font-size: 24px;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 9;
	padding: 0 22px 0 0;
	font-weight: 400;
  }
  .title_02::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #dbdbdb;
	position: absolute;
	left: 0;
	top: 18px;
  }
  .grid_txt {
	background: #efefee;
	padding: 7px 14px;
	margin-top: 0px;
  }
  .grid_txt h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 4px;
  }
  .grid_txt h4 a { color: #000;}
  .price_grid {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
  }
  .grid_bx:hover .grid_txt a {
	color: #fff;
  }
  .price_grid i {
	font-size: 14px;
  }
  .price_grid span {
	font-weight: 300;
	margin-left: 24px;
	text-decoration: line-through;
  }
  .price_grid span i {
	font-size: 12px;
  }
  .grid_img img {
	max-width: 100%;
  }

  /**search popup**/
  .search-box {
	width: fit-content;
	height: fit-content;
	position: relative;
  }
  .input-search {
	height: 40px;
	width: 32px;
	border-style: none;
	padding: 10px;
	font-size: 14px;
	outline: none;
	border-radius: 25px;
	transition: all 0.5s ease-in-out;
	background-color: #fff;
	padding-right: 30px;
	color: #000;
	position: absolute;
	top: -17px;
	right: -10px;
	z-index: 9;
  }
  .input-search::placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: 100;
  }
  .btn-search {
	border-style: none;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	position: absolute;
	right: 0px;
	pointer-events: painted;
	top: -10px;
	z-index: 99;
	background: transparent;
  }
  .btn-search:focus ~ .input-search {
	width: 300px;
	border-radius: 7px;
	border: 1px solid #000;
	transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
	border-radius: 5px;
  }
  .input-search:focus {
	width: 300px;
	background-color: transparent;
	border-radius: 7px;
	border: 1px solid #000;
	transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
  }
  /**search popup**/
  /**search popup2**/
  #search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	display: none;
  }
  #search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
	z-index: 106;
	display: block;
  }
  #search .srch_contnr {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -51px;
	width: 90%;
	margin-left: 5%;
	background: #fff;
	border: 2px solid rgba(255, 255, 255, 0.5);
	padding: 20px 17px;
	border-radius: 5px;
  }
  #search .srch_contnr input {
	width: 100%;
	color: rgb(0, 0, 0);
	background: #fff;
	border: 1px solid rgba(7, 7, 7, 0.5);
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 14px;
  }
  .com_btn {
	background: #000;
	color: #fff;
	font-size: 14px;
	width: 125px;
	border: none;
	padding: 10px 0;
	border-radius: 5px;
	font-weight: 400;
  }
  #search .srch_contnr h2 {
	text-align: left;
	font-size: 22px;
	margin: 0 0 14px;
  }
  #search .close {
	position: absolute;
	top: -15px;
	right: -10px;
	opacity: 1;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
	width: 30px;
	display: flex;
	justify-content: center;
	height: 30px;
	font-family: verdana;
	background: #000;
	border-radius: 100%;
	padding: 6px;
	line-height: 15px;
  }
  /**search popup2**/

  /**dropdown**/
.navigation02 li ul {
	display: none;
	position: absolute;
	width: 136px;
	top: 100%;
	left: -46px;
	z-index: 999;
	text-align: left;
	background: #000;
	border-radius: 7px;
	padding: 7px 0;
	top: 33px;
}
.navigation02 ul li a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 4px 10px;
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	display: block;
  }
  .navigation02 ul li a:hover {
	background: #333;
  }
  .navigation02 li a {
	padding-bottom: 10px;
  }
  
  /**dropdown**/
  
  #prof .owl-carousel .owl-nav .owl-prev {
	padding: 0 !important;
	float: left;
	position: absolute;
	right: 55px;
	font-size: 20px;
	top: -68px;
	text-align: center;
	font-weight: normal;
	color: #000;
	line-height: 24px;
  }
  #prof .owl-carousel .owl-nav .owl-next {
	padding: 0 !important;
	float: left;
	position: absolute;
	right: 0px;
	font-size: 20px;
	top: -68px;
	text-align: center;
	font-weight: normal;
	color: #000;
	line-height: 24px;
  }
  .navigation02 li ul::after {
	position: absolute;
	top: -25px;
	left: 54px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f0d8";
	font-size: 31px;
	color: #000;
  }
  .captn span {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	color: #000;
	margin-bottom: 5px;
  }
  .captn h2 {
	font-size: 60px;
	font-weight: bold;
	color: #000;
  }
  .crt_count {
	width: 22px;
	height: 22px;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -7px;
	top: -14px;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
  }
  .prod_listing h2 {
	font-size: 18px;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 9;
	padding: 0 22px 0 0;
	font-weight: 400;
  }
  .price_filt select {
		width: 100%;
		padding: 6px;
		border-bottom: 1px solid #bbb8b8 !important;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		background: url(../images/arw_dwn.png) no-repeat 95%;
		border-radius: 0;
		font-size: 14px;
		font-weight: 300;
		border: none;
  }

  .search_fil {
	position: relative;
  }
  .search_fil i {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 9;
	color: #a2a2a2;
	font-size: 12px;
  }
  .search_fil input {
	width: 200px;
	position: relative;
	padding: 5px 8px 5px 30px;
	border: solid 1px #d5d6dc;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 300;
  }
  .vd {
	background: #000;
	padding: 7px 6px;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	margin: 0;
	height: 34px;
	display: inline-block;
	width: 40px;
	text-align: center;
	font-weight: 500;
  }
  header {
	box-shadow: 1px 1px 3px #e1e1e1;
  }
  .pagination {
	flex-wrap: wrap;
	gap: 4px;
	justify-content: center;
  }
  .pagination a:first-child {
	border: 1px solid #bbb;
	border-radius: 5px;
  }
  .pagination a {
	color: #000;
	float: left;
	padding: 6px 12px;
	text-decoration: none;
	border: 1px solid #bbb;
	border-radius: 100%;
	margin: 0 4px;
	margin-bottom: 5px;
  }
  .pagination a.active {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 6px 12px;
  }
  .pagination a:last-child {
	border: 1px solid #bbb;
	border-radius: 5px;
  }
  .side_fltr {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-radius: 2px;
	padding: 0 10px;
  }
  .filters h1 {
	font-size: 16px;
	color: #000;
	padding: 9px 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 7px;
	margin-top: 10px;
	text-transform: uppercase;
  }
  .hdings span {
	font-size: 13px;
  }
  .acrdian_fltr .accordion {
	background: #fff;
	color: #000;
	padding: 10px 0;
	border: none;
	text-transform: uppercase;
  }
  .acrdian_fltr .panel {
	padding: 0 0px;
	margin-bottom: 5px;
  }
  .acrdian_fltr .panel ul {
	padding: 0;
  }
  .acrdian_fltr {
	padding: 14px 0;
  }
  .colr {
	width: 20px;
	height: 20px;
	display: block;
  }
  .acrdian_fltr .panel ul li {
	display: flex;
	gap: 4px;
	margin-bottom: 4px;
  }
  .acrdian_fltr button {
	background: #000;
	color: #fff;
	border: none;
	width: 100%;
	padding: 10px 5px;
	border-radius: 5px;
  }
  .sub-menu h4.title {
	width: 100%;
	padding: 0 15px;
	margin-bottom: 10px;
	font-size: 16px;
  }
  .acrdian_fltr h4 {
	font-size: 15px;
  color: #000;
  margin-bottom: 7px;
  }
  .acrdian_fltr ul li a {
	color: #000;
	font-size: 14px;
  }
  .acrdian_fltr ul li {
	margin-bottom: 7px;
	display: block;
  }
  .acrdian_fltr ul li a i {
	margin-right: 7px;
  font-size: 12px;
  color: #7c7c7c;
  }
  .price_filt {
	min-width: 150px;
  }

  /**details**/
  .product-section {
	background: #fff;
  }
  .product-section .product-left-box {
	position: sticky;
	top: 0;
  }
  .product-main-1 {
	border: 1px solid #e5e5e5;
  padding: 5px;
  }
  .product-section .right-box-contain {
	position: sticky;
	top: 10px;
	left: 0;
  }
  .product-section .right-box-contain .name {
	font-weight: 700;
	margin-bottom: 14px;
	font-size: 22px;
  }
  .product-section .right-box-contain .price-rating {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .product-section .right-box-contain .price-rating .price {
	font-weight: 600;
	font-size: 20px;
  }
  .theme-color {
	color: #000 !important;
  }
  .price i {
	margin-right: 3px;
	font-size: 14px;
  }
  .price del i {
	margin-right: 3px;
	font-size: 12px;
  }
  .offer-top {
	font-weight: 500;
	padding: 4px 10px;
	background-color: rgba(255, 79, 79, 0.1);
	font-size: 14px;
	border-radius: 5px;
	color: #ff4f4f;
	display: inline-block;
	margin-bottom: 5px;
	position: absolute;
	left: 10px;
	top: 20px;
	z-index: 9;
  }
  .offer-top.offer-top02 {
	position: unset;
  }
  .product-section .right-box-contain .procuct-contain p {
	color: #4a5568;
	line-height: 1.7;
	margin: 10px 0 14px;
	font-size: 14px;
	width: 80%;
	font-weight: normal;
  }
  .product-section .right-box-contain .product-packege .select-packege li a:hover {
	border: 1px solid #2e2e2e;
	background: #2e2e2e;
	color: #fff;
  }
  .product-title h4 {
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 0.4px;
	font-size: 16px;
  }
  .product-section .right-box-contain .product-packege .select-packege {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
  }
  .product-section .right-box-contain .product-packege .select-packege li a.active {
	border: 1px solid #2e2e2e;
	background: #2e2e2e;
	color: #fff;
  }
  .product-section .right-box-contain .product-packege .select-packege li a {
	padding: 4px 10px;
	border: 1px solid #ececec;
	border-radius: 4px;
	display: block;
	color: #4a5568;
	font-size: 12px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0px 0px 3px #9e9a9a;
  }
  .product-section .right-box-contain .price-rating .price del {
	font-weight: 400;
	font-size: 14px;
	margin: 0 12px;
	color: #4a5568;
  }
  .product-section .right-box-contain .note-box {
	display: flex;
	flex-wrap: nowrap;
	gap: 14px;
	align-items: center;
	margin-top: 20px;
  }
  .product-section .right-box-contain .note-box .product-qty {
	width: auto;
	margin-top: 0;
  }
  .qty-box {
	margin-top: 10px;
	width: 100%;
	max-width: 206px;
  }
  .qty-box .input-group {
	background-color: #F8F8F8;
	border-radius: 7px;
	padding: 4px;
	text-align: center;
	z-index: 0;
  }
  .qty-box .input-group button {
	width: calc(26px + (35 - 26) * ((100vw - 320px) / (1920 - 320)));
	height: calc(26px + (35 - 26) * ((100vw - 320px) / (1920 - 320)));
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	padding: 0;
	background-color: #fff;
	z-index: 0;
	border-radius: 4px !important;
	background: #fff;
  }
  .qty-box .input-group input {
	height: auto;
	background-color: transparent;
	border: none;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #4a5568;
  }
  .product-section .right-box-contain .buy-box {
	display: flex;
	flex-wrap: wrap;
	gap: 11px;
	align-items: center;
	margin-top: 20px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 16px;
  }
  .product-section .right-box-contain .buy-box a {
	display: flex;
	flex-wrap: wrap;
	gap: calc(5px + (8 - 5) * ((100vw - 320px) / (1920 - 320)));
	align-items: center;
	color: #777;
  }
  .buy-box span, .buy-box a {
	font-size: 14px;
  }
  .product-section .right-box-contain .buy-box a {
	display: flex;
	flex-wrap: wrap;
	gap: calc(5px + (8 - 5) * ((100vw - 320px) / (1920 - 320)));
	align-items: center;
	color: #777;
  }
  .product-section .right-box-contain .pickup-box .product-info .product-info-list {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: flex-start;
	text-align: left;
	column-count: 2;
	background-color: #f9f9f9;
	padding: 12px 14px;
	border-radius: 12px;
	width: 100%;
  }
  .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
	padding-left: 13px;
	width: 100%;
	font-size: 14px;
	position: relative;
	color: #777;
	margin-bottom: 5px;
  }
  .product-info-list.product-info-list-2 label {
	width: auto;
	position: relative;
  }
  .product-info-list.product-info-list-2 label span {
	position: absolute;
	right: 0;
  }
  .product-section .right-box-contain .pickup-box .product-info .product-info-list li a {
	margin-left: 0px;
	color: #222;
	font-weight: 500;
	display: block;
	margin-top: 4px;
  }
  .slick-slide.slick-current.slick-active .sidebar-image {
	border: 2px solid #000;
  }
  .slick-slide.slick-active .sidebar-image {
	border: 1px solid #e5e5e5;
	margin: 4px;
  }
  .product-section-box .custom-nav {
	flex-wrap: nowrap;
	border: none;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0;
	border-bottom: 1px solid #ececec;
  }
  .nav-tabs .nav-item {
	border: 1px solid #e5e5e5;
	border-radius: 10px 10px 0 0;
	margin: 0px 2px;
	overflow: hidden;
  }
  .product-section-box .custom-nav .nav-item .nav-link {
	color: #000;
	padding: 9px 26px;
	letter-spacing: 0.6px;
	border: none;
	font-weight: 500;
	background-color: #F8F8F8;
	position: relative;
	font-size: 14px;
  }
.custom-nav .nav-item .nav-link.active::after {
	width: 100%;
	background: #000;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
  }
  .product-section-box .custom-tab .nav-desh {
	margin-bottom: 14px;
  }
  .nav-desh p {
	line-height: 24px;
  }
  .nav-desh h5 {
	margin-bottom: 7px;
  }
  .table-responsive table tr td {
	padding: 7px 0px 7px;
	border-bottom: 1px solid #e6e6e6;
  }
  .tab-content.custom-tab {
	border: 1px solid #e4e4e4;
	padding: 14px;
	background-color: #fff;
  }
  .information-box ul {
	padding: 14px;
	list-style-type: circle;
  }
  .information-box ul li {
	margin-bottom: 5px;
	list-style-type: disclosure-closed;
  }
  .sel_color {
	display: flex;
	align-items: center;
	gap: 30px;
  }
  .sel_color a {
	width: 24px;
	height: 24px;
	display: block !important;
	border-radius: 100% !important;
	margin: 0 auto 5px;
	padding: 0 !important;
	cursor: pointer;
	border: none !important;
  }
  .sel_color a:hover, .sel_color a.hover {
	box-shadow: 0px 4px 3px #898989 !important;
  }
  .product-section-box {
	width: 100%;
   margin: 2rem auto;
  }
  .acrdn_dtl .accordion {
	background-color: #f6f6f6;
	color: #000;
	padding: 18px 14px;
	width: 100%;
	font-size: 15px;
	border: none;
	border-radius: 7px;
  }
  .acrdn_dtl {
	margin-bottom: 7px;
  }
  .acrdn_dtl .panel p {
	padding: 15px 0;
  }
  #detail_slider .owl-carousel .owl-nav .owl-prev {
	left: 0;
  }
  #detail_slider .owl-carousel .owl-nav .owl-next {
	right: 0;
  }
  #detail_slider .owl-carousel .owl-nav button {
	/**background: rgba(0, 0, 0, 0.05);**/
	padding: 15px 14px !important;
	float: left;
	font-size: 20px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #000;
	font-weight: normal;
	color: #000;
	line-height: 9px;
	position: absolute;
	border: none;
	top: 50%;
  }
  .active_colr a {
	box-shadow: 0px 4px 3px #898989 !important;
	transform: scale(1.1); 
  }
  /**details**/

  .r_shape {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: -26px;
	border-radius: 60px;
	display: flex;
    justify-content: center;
  }
  .r_shape_2 {
	background-color: #0F172A;
	width: 50px;
	border-radius: 60px;
  }
  .acrdian_fltr ul li:hover a, .acrdian_fltr ul li a.active_lftside {
	font-weight: 500;
	color: #000;
  }

  /**price slider**/
  .price-range-slider .range-value {
	margin: 0;
  }
  .price-range-slider .range-value input {
	width: 100%;
	background: none;
	color: #000;
	font-size: 16px;
	font-weight: initial;
	box-shadow: none;
	border: none;
	margin: 0px 0 14px;
  }
  .price-range-slider {
	margin-bottom: 14px;
  }
  .price-range-slider .range-bar {
	border: none;
	background: #000;
	height: 3px;
	width: 94%;
	margin-left: 8px;
  }
  .price-range-slider .range-bar .ui-slider-range {
	background: #000;
  }
  .price-range-slider .range-bar .ui-slider-handle {
	border: none;
	border-radius: 25px;
	background: #fff;
	border: 2px solid #000;
	height: 17px;
	width: 17px;
	top: -0.52em;
	cursor: pointer;
  }
  .price-range-slider .range-bar .ui-slider-handle + span {
	background: #000;
  }
  
  /**price slider**/
  .slick-prev {
    left: 100px !important;
	z-index: 99 !important;
}
.slick-next {
	left: -100px !important;
	z-index: 99 !important;
}

  /**login**/
  .reg-wrapper {
	width: 500px;
	max-width: 100%;
	margin: 0px auto;
	box-shadow: -2px 0px 7px #dcdcdc;
	padding: 35px 35px;
	position: relative;
	background: #fff;
	border-radius: 7px;
}
.reg-wrapper img {
	position: absolute;
	left: -277px;
	max-height: 300px;
	top: 81px;
}
.reg-wrapper h3 {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 5px;
	color:#000;
}
.reg-wrapper p {
	margin: 0 0 20px;
	font-size: 13px;
	font-weight: 400;
	color: #666;
}
.form_group02 input{
	border: 1px solid #afafaf !important;
	width: 100%;
	padding: 10px 14px;
	text-align: left;
	border-radius: 5px;
	font-size: 14px;
	float: right;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 14px;
}
.form_group02 select {
	border: 1px solid #afafaf !important;
	background: #fff;
	width: 100%;
	padding: 10px 14px;
	text-align: left;
	border-radius: 5px;
	font-size: 14px;
	float: right;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 14px;
}
p.forg {
	display: inline-block;
	width: 50%;
	text-align: left;
	color: #3b3b3b;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}
.red_btn {
	background: #c61839 !important;
  }
.reg-wrapper hr {
	width: 100%;
	display: inline-block;
	background: #b6b5b5;
	border: none;
	height: 1px;
}
.reg-wrapper h4 + a {
	border: 1px solid #000;
	color: #000;
	padding: 8px 18px;
	font-weight: 500;
	margin: 14px auto 0;
	display: block;
	width: 180px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	border-radius: 7px;
}
.reg-wrapper h4 {
    font-size: 20px;
    color: #3c3c3c;
    text-align: center;
    margin: 0 0 18px;
}
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	outline:none;
}
.sign_fb {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fbe {
	background: #3a5998;
	font-size: 14px;
	color: #fff;
	padding: 8.5px 12px;
	text-align: left;
	width: 210px;
	display: block;
	border-radius: 5px;
	line-height: 22px;
	text-decoration: none;
}
.fbe i {
    border-right: 1px solid #000;
    padding: 4px 12px 4px 0;
    margin: 0 12px 0 0;
}
.an {
	background: #000;
	width: 50%;
	padding: 7px 10px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	position: relative;
	transition: all 100ms ease-out;
	top: 0;
	border: none;
	line-height: 27px;
  }
  .login_bg {
	background: #f5f5f5;
  }
  .vd {
	border: 1px solid #000;
	padding: 8px 35px !important;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	position: relative;
	transition: all 100ms ease-out;
	top: 0;
	width: auto;
	height: auto;
  }
/**login**/

/**Cart**/
.summery-box .summery-contain ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
  }
  .crt_pro_qty .remove {
	font-weight: 400;
	font-size: 15px;
	color: #FF0000;
	text-decoration: underline;
  }
  .title h2 {
	font-weight: 700;
	color: #222;
	position: relative;
	font-size: 20px;
	margin-bottom: 14px;
  }
  .crt_pro_det .price h5 del {
	margin-left: 10px;
  }
  .cart-table {
	background-color: #fff;
	padding: calc(18px + (35 - 18) * ((100vw - 320px) / (1920 - 320))) calc(12px + (25 - 12) * ((100vw - 320px) / (1920 - 320)));
	border: 1px solid #d4d4d4;
  border-radius: 7px;
  }
  .summery-box {
	background-color: #fff;
	border: 1px solid #d4d4d4;
  border-radius: 7px;
  }
  .crt_pro_det .price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 7px;
  }
  .crt_pro_det p span {
	font-weight: 550;
  }
  .text-content {
	color: #4a5568;
	font-weight: normal;
	font-size: 14px;
	word-break: break-all;
  }
  .crt_pro_det .price h4 {
	font-size: 14px;
	font-weight: 550;
  }
  .crt_pro_det .price h5 {
	color: #FF0000;
	margin: 0 10px;
	font-size: 14px;
  }
  
  .crt_pro_qty .quantity-price .cart_qty button {
	width: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
	height: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background-color: #e3e0e0;
	border-radius: 100% !important;
	padding: 0;
  }
  
  .crt_pro_qty .quantity-price {
	margin-left: 12px;
  }
  
  .crt_pro_qty .quantity {
	justify-content: flex-end;
  }
  
  .crt_pro_qty .quantity-price .cart_qty input {
	padding: 0;
	border: none;
	text-align: center;
	background-color: transparent;
	width: 50px;
  }
  
  .crt_pro_qty .remove {
	display: flex;
	justify-content: flex-end;
	margin: 19px 0 0;
	align-items: center;
  }
  
  .crt_pro_det .price h6 {
	width: auto;
	margin: 0;
	font-size: 14px;
  }
  .summery-box .summery-header {
	padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ececec;
  }
  
  .summery-box .summery-header h3 {
	font-weight: 600;
	font-size: 20px;
  }
  
  .summery-box .summery-total {
	padding: 20px 14px;
  }
  
  .summery-box .summery-total li:last-child h4 {
	font-weight: 600;
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .summery-box .summery-total li {
	padding-top: 12px;
  
  
	display: flex;
	align-items: center;
  }
  
  .button-group ul li button {
	width: 100%;
	font: inherit;
	background: #000;
	color: #fff;
	font-weight: inherit;
	letter-spacing: 0.04em;
	padding: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
	border: none;
	border-radius: 7px;
  }
  .proceed-btn {
	width: 100%;
	font: inherit;
	background: #000;
	color: #fff;
	font-weight: inherit;
	letter-spacing: 0.04em;
	padding: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
	border: none;
	border-radius: 7px;
	display: block;
  }
  .shopping-button {
	font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
	background-color: #ececec;
	color: #000;
	padding: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	border-radius: 7px;
	display: block;
  }
  .button-group ul li button.shopping-button {
	font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
	background-color: #ececec;
	color: #000;
	font-weight: 500;
  }
  .button-group.cart-button ul li {
	width: 100%;
  }
  
  .button-group ul li button.shopping-button i {
	margin-right: 8px;
  }
  
  .button-group.cart-button {
	margin-top: 0;
	padding: 0 calc(16px + (22 - 24) * ((100vw - 320px) / (1920 - 320))) calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .summery-box .summery-total li:last-child h4 {
	font-weight: 600;
	font-size: calc(16px + (20 - 19) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .summery-box .summery-total li h4.price {
	margin-left: auto;
  }
  
  .summery-box .summery-contain ul li h4 {
	font-size: 15px;
	color: #4a5568;
  }
  
  .summery-box .summery-contain ul li h4.price {
	color: #000;
	margin-left: auto;
  }
  
  .summery-box .summery-header a {
	font-weight: 500;
	margin-left: auto;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .summery-box .summery-header a:hover {
	color: #da0a22;
  }
  
  [dir="rtl"] .summery-box .summery-header a {
	margin-left: unset;
	margin-right: auto;
  }
  
  .summery-box .summery-contain {
	padding: 10px 14px;
	border-bottom: 1px solid #ececec;
  }
  .price del {
	font-weight: 400;
	margin-left: 7px;
	font-size: 12px;
	color: #4a5568;
  }
  .summery-box .summery-contain::-webkit-scrollbar-track {
	background-color: #4a5568;
  }
  
  .summery-box .summery-contain::-webkit-scrollbar {
	width: 3px;
  }
  
  .summery-box .summery-contain::-webkit-scrollbar-thumb {
	background-color: #da0a22;
	border-radius: 4px;
  }
  
  .product-image img {
	max-width: 117px;
	border-radius: 7px;
  }
  
  .theme-bg-color {
	background: #000 !important;
  }
  
  .vld {
	font-weight: 400;
	font-size: 14px !important;
	color: #006600 !important;
	border: 1px dashed #006600;
	padding: 7px 14px;
	display: inline-block;
	background: #e4f5f2;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
  }
  
  @media (max-width: 480px) {
	.crt_pro_det {
	  width: 66%;
	}
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title h4 {
	  text-align: center;
	  width: 100%;
	}
	.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header h3 {
	  text-align: center;
	}
	.crt_pro_qty {
	  width: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin: 13px 0 0;
	  gap: 20px;
	}
  
	.crt_pro_qty {
	  width: 100%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin: 13px 0 0;
	  gap: 20px;
	}
	.dashboard-right-sidebar .crt_pro_qty {
	  justify-content: end;
	}
  
	.crt_pro_qty .remove {
	  margin: 0;
	}
  }
  
  .payment img {
	max-width: 100%;
  }
  /**Cart**/

  /**checkout-2**/
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul {
	display: flex;
	flex-wrap: wrap;
	gap: calc(17px + (45 - 17) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li {
	position: relative;
	width: 100%;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li:last-child .checkout-box::before {
	content: none;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 6px;
	background-color: #f8f8f8;
  }
  
  .delivery-address-detail h4 {
	font-size: 18px;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-icon {
	left: unset;
	right: 0;
  }
  
  .delivery-address-detail p.text-content {
	font-size: 14px;
	font-weight: normal;
  }
  
  @media (max-width: 575px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-icon {
	  display: none;
	}
	.delivery-address-box2 h4 {
		margin-bottom: 7px !important;
	  }
	  .delivery-address-box2 .col-md-4.fw-bold, .delivery-address-box2 b.col-md-7 {
		margin-right: 7px;
	  }
	  .delivery-address-box2 h4.table-title.mb-0 {
		margin-bottom: 0px !important;
	  }
	  .user-dashboard-section .dashboard-right-sidebar {
		padding: 14px 0 !important;
	  }
	  .crt_pro_det .price h6 {
		margin-top: 5px;
	  }
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-icon .lord-icon {
	width: 100%;
	height: 100%;
  }
  
  .custom-file,
  .custom-file-input,
  .custom-file-label,
  select.form-control:not([size]):not([multiple]) {
	height: auto;
  }
  
  #accordionFlushExample .accordion-item {
	background: #efefef;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box {
	padding: calc(14px + (29 - 14) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #d4d4d4;
	margin-left: 66px;
	position: relative;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box {
	margin-left: unset;
	margin-right: 66px;
  }
  
  .btn-close {
	background: transparent;
	font-size: 23px;
	position: absolute;
	right: 15px;
	top: 15px;
  }
  
  @media (max-width: 575px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box {
	  margin-left: 0;
	}
  
	[dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box {
	  margin-left: unset;
	  margin-right: 0;
	}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box::before {
	content: "";
	position: absolute;
	top: 25px;
	left: -42px;
	width: 0;
	height: 115%;
	border-left: 1px dashed rgba(34, 34, 34, 0.18);
	z-index: -1;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box::before {
	left: unset;
	right: -42px;
  }
  
  @media (max-width: 575px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box::before {
	  content: none;
	}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-title {
	margin-bottom: calc(9px + (17 - 9) * ((100vw - 320px) / (1920 - 320)));
  
  
	display: flex;
	
	
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-title h4 {
	font-weight: 600;
	font-size: calc(16px + (19 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box {
	border-radius: 8px;
	padding: calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff;
	border: 1px solid #d4d4d4;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div {
	display: flex;
	position: relative;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .label {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	padding: 2px 8px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.8px;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .label {
	right: unset;
	left: 0;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .form-check .form-check-input {
	width: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
	height: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
	margin-top: 2px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .form-check .form-check-input:checked {
	background-color: #da0a22;
	border-color: #da0a22;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .form-check .form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .form-check .form-check-input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail {
  
  
	display: flex;
	
	flex-wrap: wrap;
	gap: 10px;
	margin-left: 10px;
	width: calc(85% + (75 - 85) * ((100vw - 320px) / (1920 - 320)));
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail {
	margin-left: unset;
	margin-right: 10px;
	padding-right: 0;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail li {
	display: block;
	width: 100%;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail p,
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail h6 {
	line-height: 1.4;
	margin-bottom: 0;
	font-weight: 400;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail p span,
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-address-box>div .delivery-address-detail h6 span {
	margin-right: 4px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .add-address {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	height: 100%;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
	border-radius: 8px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option {
	padding: calc(17px + (26 - 17) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff;
	border-radius: 5px;
  }
  
  @media (max-width: 1460px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .select-option {
	  margin-top: 6px;
	}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .date-box {
	position: relative;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .date-box i {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 17px;
	font-size: 18px;
	color: #4a5568;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-category {
	display: flex;
	align-items: center;
	height: 100%;
  
  }
  
  .offcanvas.hiding {
	visibility: hidden;
  }
  
  @media (max-width: 767px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-category {
	  display: block;
	}
	.product-section .right-box-contain .name {
		margin-bottom: 8px;
		font-size: 16px;
		margin-top: 14px;
	  }
	  .product-section .right-box-contain .product-packege .select-packege {
		gap: 8px;
	  }
	.form-floating > .form-control, .form-floating > .form-select {
		height: 47px;
	  }
	  .form-floating > .form-control {
		padding: 0.2rem .75rem;
	  }
	  .form-floating > label {
		padding: 0.8rem .75rem;
	  }
	  .custom-file, .custom-file-input, .custom-file-label, select.form-control:not([size]):not([multiple]) {
		height: 47px;
	  }
	.mob_title {
		font-size: 18px !important;
	  }
	.mob_hdr_stcky {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		animation: slideDown 0.5s ease-out;
		width: 100%;
		z-index: 99;
	  }
	.fixed_hdr {
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		animation: slideDown 0.5s ease-out;
		width: 100%;
		z-index: 99;
	  }
	.table {
	  width: 767px;
	}
   .dashboard-right-sidebar .product-section .right-box-contain .pickup-box .product-info .product-info-list li {
	  display: flex;
	}
	.product-section .right-box-contain .pickup-box .product-info .product-info-list li::after {
	  display: none;
	}
	.dashboard-right-sidebar .product-section .right-box-contain .pickup-box .product-info .product-info-list li a {
	  width: 112px;
	}
	.user-dashboard-section .dashboard-right-sidebar {
	  padding: calc(10px + (40 - 18) * ((100vw - 320px) / (1920 - 320)));
  }
  .summery-box .summery-contain {
    padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  .summery-box .summery-total {
	padding: 0;
  }
  .summery-box .summery-total li {
	padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  .summery-box .summery-total li:last-child h4 {
	font-size: calc(13px + (20 - 19) * ((100vw - 320px) / (1920 - 320))) !important;
  }
  .dashboard-order .delivery-address-box2 h4 {
	font-size: 14px !important;
	margin: 0;
  }
  .top_ofr_tg {
	position: relative !important;
    right: auto !important;
    top: 8px !important;
}
.top .container {
	display: flex;
	justify-content: center;
}
footer {
	padding-bottom: 90px !important;
}
.lft_ftr ul {
  justify-content: center;
}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .custom-form-check {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	min-height: auto;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .custom-form-check {
	padding-left: unset;
	padding-right: 1.5rem;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label {
	font-size: calc(15px + (19 - 15) * ((100vw - 320px) / (1920 - 320)));
	padding-left: 12px;
	font-weight: 500;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label {
	padding-left: unset;
	padding-right: 12px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-date {
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	border: 1px solid #ececec;
	background-color: #fff;
	display: flex;
	align-items: center;
	color: #4a5568;
	width: 100%;
	padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-date input {
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	border: none;
	background-color: #fff;
	display: flex;
	align-items: center;
	color: #4a5568;
	width: 100%;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time {
	display: flex;
	align-items: center;
	height: 100%;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle {
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	border: 1px solid #ececec;
	background-color: #fff;
	display: flex;
	align-items: center;
	color: #4a5568;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle i {
	-webkit-text-stroke: 1px #4a5568;
	color: transparent;
	font-size: 18px;
	margin-right: 10px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::after {
	content: none;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::before {
	content: "\f078";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu {
	border: 1px solid transparent;
	box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li a:active {
	color: #000;
	text-decoration: none;
	background-color: #ececec;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li+li {
	margin-top: 5px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box {
	display: none;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box.show {
	display: block;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option {
	padding: calc(17px + (26 - 17) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff;
	border-radius: 5px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
	display: flex;
	
	
	align-items: center;
	height: 100%;
  }
  
  @media (max-width: 575px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
	  display: flex;
	  align-items: center;
	}
  }
  
  @media (max-width: 480px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
	  display: block;
	}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5 {
	letter-spacing: 0.5px;
	display: flex;
	align-items: center;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items {
	margin-bottom: 5px;
  }
  
  @media (max-width: 575px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items {
	  margin-bottom: 0;
	}
  }
  
  @media (max-width: 480px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items {
	  margin-bottom: 5px;
	}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.items span {
	text-decoration: underline;
  }
  
  @media (max-width: 575px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5.charge {
	  margin-top: 8px;
	}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5 i {
	font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
	margin-left: 7px;
	color: rgba(0, 0, 0, 0.25);
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .future-box .future-option .delivery-items h5 i {
	margin-left: unset;
	margin-right: 7px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-button {
	padding: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320))) calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-method .custom-form-check label {
	font-weight: 500;
	font-size: 17px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .credit-card-box .credit-detail {
	position: relative;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .credit-info label {
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-option {
	padding: 20px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
	border-radius: 8px;
	position: relative;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-option .form-check .form-check-input {
	margin-top: 4px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-option .form-check label {
	font-weight: 500;
	font-size: 18px;
	padding-left: 10px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .payment-option img {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 20px;
	width: 60px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	align-items: center;
	background: #fff;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item {
	border: none;
	border-radius: 6px;
	overflow: hidden;
	display: block;
	width: 100%;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button {
	color: #4a5568;
	position: relative;
	padding: 0;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::after {
	content: none;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item #flush-headingOne .accordion-button::before {
	content: "\f078";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 30px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::before {
	right: unset;
	left: 30px;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
	color: #222;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
	top: 20%;
	-webkit-transform: rotate(-180deg) translateY(-50%);
	transform: rotate(-180deg) translateY(-50%);
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check {
	display: flex;
	align-items: center;
	width: 100%;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
	font-weight: 500;
	color: #222;
	display: flex;
	align-items: center;
	width: 100%;
	font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
	padding: 16px 20px;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
	padding-right: 0;
  }
  
  @media (max-width: 565px) {
	.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
	  margin-top: 5px;
	  padding: 4px 20px;
	}
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
	margin-right: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
	margin-left: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
	margin-right: unset;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body {
	padding-top: 0;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review {
	margin: 0;
	line-height: 1.5;
	color: #4a5568;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review a:hover {
	color: #da0a22;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
	margin-bottom: calc(5px + (8 - 5) * ((100vw - 320px) / (1920 - 320)));
	display: flex;
	align-items: center;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
	padding-left: unset;
	padding-right: 0;
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check label {
	display: flex;
	align-items: center;
	font-size: calc(14px + (17 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
	margin-right: 10px;
  }
  
  [dir="rtl"] .checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
	margin-right: unset;
	margin-left: 10px;
  }
  
  .checkout-section-2 .right-side-summery-box {
	position: sticky;
	top: 110px;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 {
	border-radius: 7px;
	background-color: #fff;
	padding: calc(14px + (29 - 14) * ((100vw - 320px) / (1920 - 320)));
	border: 1px solid #d4d4d4;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header {
	padding-bottom: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
	border-bottom: 1px solid #ececec;
	margin-bottom: 10px;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header h3 {
	font-weight: 600;
	font-size: calc(16px + (19 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header a {
	font-weight: 500;
	margin-left: auto;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header a:hover {
	color: #da0a22;
  }
  
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-header a {
	margin-left: unset;
	margin-right: auto;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
	border-bottom: 1px solid #ececec;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-track {
	background-color: #4a5568;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar {
	width: 3px;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-thumb {
	background-color: #da0a22;
	border-radius: 4px;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .checkout-image {
	width: calc(41px + (52 - 41) * ((100vw - 320px) / (1920 - 320)));
	height: calc(41px + (52 - 41) * ((100vw - 320px) / (1920 - 320)));
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 10px;
  }
  
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .checkout-image {
	margin-right: unset;
	margin-left: 10px;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box {
	position: relative;
  
	overflow: hidden;
	border-radius: 4px;
  }
  
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box .btn-apply {
	background: #da0a22;
	color: #fff;
	padding: 0 calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	border: none;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .coupon-cart .coupon-box .form-control {
	border: 2px solid #da0a22;
	padding: 10px;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul {
	padding-right: 0;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li:last-child {
	border-bottom: none;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4 {
	font-size: 15px;
	color: #4a5568;
  } 
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price {
	color: #4a5568;
	margin-left: auto;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price {
	margin-left: unset;
	margin-right: auto;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4.price .shpping-contain {
	display: block;
	font-weight: 400;
	font-size: 13px;
	margin-top: 3px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain ul li h4 span {
	font-weight: 600;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain {
	padding-bottom: 10px;
	padding: 0;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-track {
	background-color: transparent;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar {
	width: 3px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain::-webkit-scrollbar-thumb {
	background-color: #da0a22;
	border-radius: 4px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li {
	padding: 13px 0;
	display: flex;
	align-items: center;
  }
  .apply_cpn { width: 100%; margin-bottom: 20px;}
  .summery-total .price del i { font-size: 11px;}
  .summery-total .price i { font-size: 13px;}
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li:last-child {
	border-bottom: none;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li p {
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.6;
	margin: 0;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4 {
	font-size: 14px;
	color: #000;
	font-weight: 400;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price {
	color: #000;
  margin-left: auto;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price i { font-size: 13px;}
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price {
	margin-left: unset;
	margin-right: auto;
  }
  .lbl_txt {
	margin: 0 0 5px;
	  margin-top: 0px;
	font-size: 11px;
	background: #ebebeb;
	padding: 2px 9px;
	line-height: 17px;
	height: 20px;
	font-weight: 400;
	border-radius: 4px;
	display: inline-block;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4.price .shpping-contain {
	display: block;
	font-weight: 400;
	font-size: 13px;
	margin-top: 3px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4 span {
	font-weight: 400;
	margin-left: 9px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain .price del i {
	font-size: 11px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li .qt span {
	margin-left: 0;
  color: #000;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total {
	margin-top: 0px;
	padding-top: 5px;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total {
	padding: 0;
	padding-top: 5px;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li {
	padding-top: 8px;
	display: flex;
	align-items: center;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4 {
	font-size: 15px;
	color: #222;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4.price {
	margin-left: auto;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4.price {
	margin-left: unset;
	margin-right: auto;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li h4 span {
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) {
	padding: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) 0;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) h4 {
	font-weight: 500;
	color: #000;
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child {
	border-top: 1px solid #ececec;
	padding-top: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
  }
  .checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:last-child h4 {
	font-weight: 600;
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer {
	margin-top: 24px;
	border-radius: 7px;
	background-color: #fff;
	padding: calc(14px + (29 - 14) * ((100vw - 320px) / (1920 - 320)));
	border: 1px solid #d4d4d4;
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: calc(13px + (20 - 13) * ((100vw - 320px) / (1920 - 320)));
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-icon {
	width: 20px;
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-title .offer-name h6 {
	font-weight: 600;
	font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1;
	margin-bottom: -2px;
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail {
	display: flex;
	
	flex-wrap: wrap;
	gap: calc(11px + (16 - 11) * ((100vw - 320px) / (1920 - 320)));
	height: 100%;
	overflow: hidden auto;
	max-height: 104px;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail {
	padding: 0;
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: rgba(85, 85, 85, 0.14);
  }
  
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar {
	width: 4px;
	background-color: #f5f5f5;
	border-radius: 50px;
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(85, 85, 85, 0.5);
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li {
	display: block;
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p {
	color: #4a5568;
	line-height: 1.5;
	position: relative;
	padding-left: 23px;
	font-size: calc(13px + (13 - 13) * ((100vw - 320px) / (1920 - 320)));
	margin: 0;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p {
	padding-left: unset;
	padding-right: 23px;
  }
  .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	width: 5px;
	height: 5px;
	background-color: #4a5568;
	border-radius: 100%;
  }
  [dir="rtl"] .checkout-section-2 .right-side-summery-box .checkout-offer .offer-detail li p::before {
	left: unset;
	right: 7px;
  }
  .checkout-detail .dropdown button {
	border-radius: 8px;
	padding: calc(12px + (17 - 12) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff;
	height: 100%;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
	border: none;
	width: 360px;
	text-align: left;
	display: flex;
	align-items: space-between;
	justify-content: space-between;
	border: none;
	flex-wrap: wrap;
	gap: 10px;
  }
  .checkout-detail .dropdown-toggle::after {
	display: none;
  }
  .checkout-detail .dropdown-menu.show {
	width: 360px;
  }
  .checkout-detail .dropdown-menu.show {
	width: 360px;
  }
  .coupon-box .form-control {
	border: 2px solid #000;
	padding: 10px;
  }
  .coupon-box .btn-apply {
	background: #000;
	color: #fff;
	padding: 0 calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	border: none;
  }
  .coupon-cart .coupon-box {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
  }
  .checkout-icon {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
  }
  .edit_adrs button {
	height: calc(51px + (54 - 51) * ((100vw - 320px) / (1920 - 320)));
	line-height: normal;
	padding: 1rem .75rem;
	background-color: #fff;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .edit_adrs .dropdown-menu {
	width: 100%;
  }
  .label label { cursor: pointer;}
  .form-control {
	padding: 10px 14px;
	font-size: 14px;
	border-radius: 5px;
	appearance: auto;
  }
 select.form-control {
	color: rgba(0, 0, 0, 0.5);
  }
  select.form-control option {
	color: #000;
  }
  .reg_sec_lgn {
	width: 80%;
	text-align: center;
	padding: 20px 14px;
	border-radius: 10px;
	border: 1px dashed #000;
	margin: 14px auto;
	background: #f4f4f4;
  }
  .reg_sec_lgn h4 {
	margin: 0;
	font-weight: bold;
	font-size: 24px;
  }
  /**checkout**/
.blog_col {
	margin-bottom: 20px;
	box-shadow: 0px 0px 7px #b2b2b2;
	border-radius: 5px;
	overflow: hidden;
}
.pos_a {
	position: absolute;
	left: 0; top: 0; width: 100%; height: 100%;
}
.blg_det h1 {
	font-size: 25px;
	margin: 0 0 7px;
  }.blg_det p {
	width: 100%;
	text-align: left;
  }.det_image {
	margin: 5px 0 20px;
  }.det_image img {
	max-width: 100%;
  }.sidebar-recent-news {
	background: #000;
	padding: 25px 18px;
	border-radius: 7px;
  }.sidebar-recent-news h4 {
	font-weight: 500;
	border-bottom: 1px solid #525252;
	padding-bottom: 15px;
	margin-bottom: 25px;
	margin-top: 0;
	font-size: 20px;
	color: #fff;
  }.sidebar-recent-news ul li {
	list-style-type: none;
	border-bottom: 1px solid #525252;
	margin-bottom: 8px;
	padding-bottom: 8px;
  }.sidebar-recent-news ul li a img {
	border-radius: 0;
	border: 2px solid #f6f6f6;
	box-shadow: 1px 2px 1px #ddd;
  }
  .sidebar-recent-news ul li img {
	width: 110px;
  }
  .float-left {
	float: left;
  }.sidebar-recent-news ul li .post {
	width: calc(100% - 122px);
	padding-left: 28px;
	text-align: left;
  }.post h6 a {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	text-decoration: none; font-weight: 400;
  }.post span {
	color: #d4d4d4;
	font-size: 12px;
	margin-top: 7px;
  display: block;
  }
 .fresh-image-2 {
	border-radius: 0 50px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }.fresh-image-2 img {
	max-width: 100%;
  }
 .contact-detail-box {
	
	
	display: flex;
	
	flex-wrap: wrap;
	gap: calc(2px + (5 - 2) * ((100vw - 320px) / (1920 - 320)));
	
	
	align-items: center;
	background-color: #f8f8f8;
	padding: calc(15px + (27 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (27 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (27 - 15) * ((100vw - 320px) / (1920 - 320))) calc(30px + (41 - 30) * ((100vw - 320px) / (1920 - 320)));
	position: relative;
	border-radius: 10px;
	margin-left: 22px;
  }
 .contact-icon {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: -21px;
	background-color: #000;
	padding: 13px;
	border-radius: 7px;
	display: inherit;
	color: #fff;
  }
  .contact-detail-contain {
	width: 100%;
  }
  .contact-detail-contain p {
	margin: 0;
	  margin-bottom: 0px;
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.5;
	color: #4a5568;
	margin-bottom: -5px;
  }
  .contact-detail-title h4 {
	font-weight: 600;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	margin-top: -2px;
  }
  .right-sidebar-box {
	padding: 20PX;
	border-radius: 10px;
	background-color: #f8f8f8;
  }
.custom-input .form-control {
	padding: 10px 5px 10px 50px;
	border: 1px solid #dbdbdb;
  }
  .custom-input { position: relative;}
  .custom-form .custom-input i {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0 calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
	display: flex;
	align-items: center;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
	color: #000;
  }.custom-textarea i {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 18px 20px;
	display: flex;
	font-size: 18px;
	color: #000;
  }
 .custom-textarea .form-control {
	padding-left: 52px;
	border: none;
  }
  .blk_btn { 
	background: #000;
  color: #fff;
  font-size: 15px;
  padding: 10px 24px;
  border-radius: 5px;
  border: none;
  }
  #captcha_spc img {
	max-width: 85%;
  }.thank i {
	font-size: 45px;
	margin: 0 0 15px;
	color: #21a93d;
  }.trms h2 { font-size: 22px;}

  /**mob search**/
  .open_search {
	position: relative;
	z-index: 20;
  }
  
  .search_block {
	opacity: 0;
	text-align: center;
	height: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -41px;
	margin-left: -150px;
  }
  .search_block.visible {
	opacity: 1;
	height: auto;
  }
  .search_block.visible .search_box {
	opacity: 1;
	top: 0;
	transform: scale(1);
  }
  .search_block .overlayer {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	display: none;
  }
  .search_block.visible .overlayer  {
	display: block;
  }
  .search_box {
	background-color: #fcfaee;
	box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.5);
	display: inline-block;
	opacity: 0;
	padding: 10px;
	position: relative;
	text-align: center;
	top: -120px;
	transform: scale(1.05);
	transition: all 0.4s ease 0s;
	z-index: 10;
	border-radius: 5px;
  }
  .search_box .inner {
	border: 1px solid #000;
  }
  .search_box .search_input {
	border: 3px solid #fff;
	box-sizing: border-box;
	display: inline-block;
	height: 60px;
	line-height: 2;
	min-width: 300px;
	outline: medium none;
	padding: 10px 10px 10px 14px;
	width: 320px;
	transition: all 0.45s ease 0s;
	border-radius: 0;
  }
  .search_box .search_input.typing {
	border: 3px solid #000;
  }
  .search_box .search_icon {
	background-color: transparent;
	border: medium none;
	color: #111;
	font-size: 16px;
	left: 20px;
	line-height: 1;
	padding: 8px;
	position: absolute;
	top: 24px;
  }
  /**mob search**/
  .z-99 {
	z-index: 99;
  }
  .ofr-img img {
	max-width: 100%;
  }
  .ofr_grid {
	margin-bottom: 14px;
  }
  .ofr-img {
	width: 175px;
	height: auto;
	border-radius: 14px;
	margin: 0 auto;
	overflow: hidden;
  }
  .offer_p {
	background: #000;
	width: 80%;
	margin: 0 10%;
	border-radius: 7px;
	position: relative;
	top: -9px;
	padding: 7px 5px;
  }
  .offer_p span i {
	font-size: 18px;
    margin-left: 4px;
  }
 .offer_p h2 {
	color: #fff;
	font-size: 17px;
	text-align: center;
	margin: 0 0 0px;
	font-weight: 300;
  }
  .offer_p span {
	font-size: 20px;
	color: #fff;
	text-align: center;
	display: block;
	font-weight: 500;
  }

    /**user top**/
.rit_icons ul { list-style-type: none;}
.onhover-dropdown {
  color: #222;
  font-size: 14px;
  position: relative;
  list-style-type: none;
  }
  .user_lgd_ico p i {
    margin-left: 5px;
  }
  .user-box-name li a {
  color: #2e2e2e;
  font-size: 14px;
  padding: 7px 11px;
  display: block;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 4px;
  background: transparent;
  }
  .onhover-dropdown .onhover-div {
  position: absolute;
  top: 60px;
  background-color: #fff;
  z-index: 1001;
  right: 0;
  width: 320px;
  padding: 20px;
  border-radius: 10px;
  padding: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320))) calc(11px + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
  -webkit-box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  border: 1px solid #d6d6d6;
  }
.user-box-name li a:hover {
 background: #000;
  color: #fff;
  }
  header .onhover-dropdown .onhover-div-login {
  right: 0px;
  width: 180px;
  padding: 14px 16px;
  }
.onhover-div-login:hover .onhover-div::after {
  content: "";
  position: absolute;
  border: solid transparent;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: rgba(194, 225, 245, 0);
  border-bottom-color: rgba(194, 225, 245, 0);
  border-bottom-color: #fff;
  border-width: 17px;
  margin-left: -39px;
  right: 39px;
  top: -33px;
  }
.onhover-div-login:hover .onhover-div::before {
  content: "";
  position: absolute;
  border: solid transparent;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: rgba(194, 225, 245, 0);
  border-bottom-color: rgba(194, 225, 245, 0);
  border-bottom-color: rgba(194, 225, 245, 0);
  border-bottom-color: rgba(194, 225, 245, 0);
  border-bottom-color: #131313;
  border-width: 17px;
  margin-left: -39px;
  right: 39px;
  top: -33px;
  }
.onhover-dropdown:hover .onhover-div {
    opacity: 1;
    top: 40px;
    visibility: visible;
  }
  .user_pc {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #cacaca;
  }
  .user_lgd_ico {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
	color: #000;
  font-size: 14px;
  }
  .user_pc img {
	max-width: 100%;
	width: 100% !important;
  }
  .rit_icons ul.user-box-name {
    display: block;
  }
  .edt_det .fea_user02 {
    width: 115px;
    height: 115px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #fff;
    position: relative;
    top: -5px;
    left: 0px;
  }
  .edt_det .fea_user02 img {
    max-width: 100%;
  }
.user-box-name li {
	list-style-type: none;
}
  /**user top**/

  /**Dashboard**/
.user-dashboard-section .dashboard-left-sidebar {
	background: #f8f8f8;
	-webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.14);
	box-shadow: 0 0 8px rgba(34, 34, 34, 0.14);
	border-radius: 10px;
	overflow: hidden;
	position: sticky;
	top: 10px;
	z-index: 0;
  }
  @media (max-width: 991px) {
	.user-dashboard-section .dashboard-left-sidebar {
		width: 300px;
		height: 100vh;
		position: fixed;
		top: 0;
		left: -320px;
		border-radius: 0;
		z-index: 99;
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.user-dashboard-section .dashboard-left-sidebar.show {
		left: 0;
	}
  }
  .user-dashboard-section .dashboard-left-sidebar .close-button {
	width: 30px;
	height: 30px;
	
	
	display: flex;
	
	
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	background: #f8f8f8;
	border-radius: 100%;
  }
  .user-dashboard-section .dashboard-left-sidebar .close-button .close-sidebar {
	border: none;
	font-size: 15px;
	background-color: transparent;
	color: #4a5568;
	padding: 2px 0 0;
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box {
	position: relative;
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image {
	position: relative;
	overflow: hidden;
	height: 95px;
	background: #eaeaea;
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
	width: 100%;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
  }
  .title-flex {
	
	
	display: flex;
	
	
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  .title {
	margin-bottom: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  @media (max-width: 991px) {
	.user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image img {
		height: 120px;
	}
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box .cover-image .cover-icon {
	width: 30px;
	height: 30px;
	
	
	display: flex;
	
	
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1;
	background-color: #fff;
	border-radius: 100%;
	color: #4a5568;
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain {
	padding: 0 15px;
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image {
	margin: 0 auto;
	text-align: center;
	margin-top: -50px;
	z-index: 1;
	position: relative;
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .img_frme {
	width: calc(93px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
	height: calc(93px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
	-o-object-fit: contain;
	object-fit: contain;
	background-color: #fff;
	border-radius: 100%;
	padding: 5px;
	border: 1px solid #ececec;
	-webkit-box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.32);
	box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.32);
	position: relative;
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .img_frme img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon {
	width: 30px;
	height: 30px;
	
	
	display: flex;
	
	
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 55%;
	z-index: 1;
	background-color: #fff;
	border-radius: 100%;
	color: #4a5568;
	cursor: pointer;
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i {
	position: relative;
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-image .cover-icon i input {
	position: absolute;
	top: -76px;
	right: 0;
	left: -63px;
	opacity: 0;
	width: 85px;
	cursor: pointer;
	height: 95px;
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name {
	margin-top: calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320)));
	text-align: center;
	padding-bottom: calc(12px + (18 - 12) * ((100vw - 320px) / (1920 - 320)));
	border-bottom: 1px solid #ddd;
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h3 {
	font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
	letter-spacing: 0.7px;
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6 {
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	margin-top: 4px;
  }
  .user-dashboard-section .dashboard-left-sidebar .profile-box .profile-contain .profile-name h6 span {
	margin: 0 8px;
  }
  .user-dashboard-section .dashboard-left-sidebar .user-nav-pills {
	
	flex-wrap: wrap;
	gap: calc(2px + (7 - 2) * ((100vw - 320px) / (1920 - 320)));
	margin: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320))) 0 6px;
  }
  .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item {
	width: 100%;
	display: block;
  }
  .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link {
	font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
	position: relative;
	color: #4a5568;
	width: 100%;
	text-align: left;
	padding: calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320)))
		calc(19px + (23 - 19) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 500;
	z-index: 0;
	overflow: hidden;
	border-radius: 0;
	
	
	display: flex;
	
	
	align-items: center;
  }
  .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active,
  .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link {
	border-left: 3px solid #fff;
	font-weight: 600;
	background-color: #000;
	color: #fff;
  }
  .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link.active::before,
  .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .show > .nav-link::before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #0da487;
	z-index: -1;
	opacity: 0.1;
  }
  .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .feather {
	width: calc(18px + (19 - 18) * ((100vw - 320px) / (1920 - 320)));
	height: auto;
	margin-right: 10px;
  }
  [dir="rtl"] .user-dashboard-section .dashboard-left-sidebar .user-nav-pills .nav-item .nav-link .feather {
	margin-right: unset;
	margin-left: 10px;
  }
  .user-dashboard-section .dashboard-right-sidebar {
	background-color: #f8f8f8;
	padding: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
	border-radius: 8px;
	height: 100%;
  }
  @media (max-width: 991px) {
	.user-dashboard-section .dashboard-right-sidebar {
		height: auto;
	}
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-bg-box {
	padding: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff;
	border-radius: 6px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name h6 {
	font-size: 16px;
	margin-bottom: 10px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-user-name p {
	margin: 0;
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.5;
	letter-spacing: 0.3px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box {
	margin: 30px 0;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain {
	
	
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 15px;
	background-color: #fff;
	padding: calc(16px + (25 - 16) * ((100vw - 320px) / (1920 - 320)));
	border-radius: 9px;
	-webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.08);
	box-shadow: 0 0 8px rgba(34, 34, 34, 0.08);
	
	
	align-items: center;
	position: relative;
	overflow: hidden;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain:hover .img-1 {
	width: calc(84px + (96 - 84) * ((100vw - 320px) / (1920 - 320)));
	-webkit-transform: translateY(-50%) rotate(-7deg);
	transform: translateY(-50%) rotate(-7deg);
	opacity: 0.2;
	right: -19px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain img {
	width: calc(54px + (60 - 54) * ((100vw - 320px) / (1920 - 320)));
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain .img-1 {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(78px + (90 - 78) * ((100vw - 320px) / (1920 - 320)));
	position: absolute;
	opacity: 0.12;
	right: -30px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
  }
  [dir="rtl"] .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain .img-1 {
	right: unset;
	left: -30px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain .totle-detail h5 {
	margin-bottom: calc(3px + (7 - 3) * ((100vw - 320px) / (1920 - 320)));
	color: #4a5568;
	-webkit-box-orient: vertical;
	
	overflow: hidden;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .total-box .totle-contain .totle-detail h3 {
	font-weight: 600;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title h4 {
	
	
	display: flex;
	
	
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title h4 a {
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title h4 a:hover {
	color: #da0a22 ;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail h6 {
	margin-bottom: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.6;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-detail a:hover {
	color: #da0a22 ;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain {
	
	
	display: flex;
	
	flex-wrap: wrap;
	gap: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320)));
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container {
	
	
	display: flex;
	
	flex-wrap: wrap;
	gap: calc(8px + (14 - 8) * ((100vw - 320px) / (1920 - 320)));
	
	
	align-items: center;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon {
	position: relative;
	z-index: 0;
	color: #da0a22 ;
	padding: 9px;
	border-radius: 100%;
	overflow: hidden;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #da0a22 ;
	opacity: 0.1;
	z-index: -1;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon.order-success {
	position: relative;
	z-index: 0;
	color: #0da487 ;
	padding: 9px;
	border-radius: 100%;
	overflow: hidden;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-icon.order-success::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #0da487 ;
	opacity: 0.1;
	z-index: -1;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 {
	font-weight: 600;
	display: flex;
	align-items: center;
	letter-spacing: 0.6px;
	font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	background: -webkit-gradient(linear, right top, left top, from(#ff6b6b), to(#ff4f4f));
	background: linear-gradient(-90deg, #ff6b6b 0%, #ff4f4f 100%);
	padding: 4px 6px;
	border-radius: 4px;
	margin-left: calc(9px + (20 - 9) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
  }
  [dir="rtl"] .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span {
	margin-left: unset;
	margin-right: calc(9px + (20 - 9) * ((100vw - 320px) / (1920 - 320)));
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 span.success-bg {
	background: #0da487;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h6 {
	margin-top: 6px;
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	letter-spacing: 0.6px;
	font-weight: 300;
	line-height: 1.5;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
	
	
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 20px;
	background-color: #f8f8f8;
	padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
	margin-top: 30px;
	border-radius: 8px;
	
	
	align-items: center;
  }
  @media (max-width: 1199px) {
	.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
		display: block;
	}
	.grid_img {
		height: auto;
	  }

  }
  @media (max-width: 991px) {
	.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
		display: flex;
	}
	.grid_img {
		height: auto;
	}
  }
  @media (max-width: 767px) {
	.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail {
		display: block;
	}
	#home .owl-dots {
		display: none;
	}
	#prof .owl-nav {
		display: none;
	}
	#mob_slider .owl-dots {
		display: none;
	}
	.logo_slogn {
		width: 150px;
	  }
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail:hover .order-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
	display: block;
  }
  @media (max-width: 1199px) {
	.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image {
		text-align: center;
		margin-bottom: calc(14px + (30 - 14) * ((100vw - 320px) / (1920 - 320)));
	}
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-image img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a {
	display: block;
	color: #222;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a:hover {
	color: #222;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap a h3 {
	font-weight: 600;
	margin-bottom: 6px;
  }
  
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap p {
	line-height: 1.5;
	font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 300;
  }
  .rating {
	
	
	display: flex;
	
	
	align-items: center;
	gap: 5px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size {
	
	
	display: flex;
	
	flex-wrap: wrap;
	gap: calc(6px + (9 - 6) * ((100vw - 320px) / (1920 - 320)));
  }
  [dir="rtl"] .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size {
	padding-right: 0;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li {
	width: 100%;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box {
	
	
	display: flex;
	
	
	align-items: center;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box h5 {
	font-weight: 600;
	margin-left: 8px;
	font-size: 14px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box {
	border-radius: 8px;
	padding: calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff;
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
	position: relative;
	height: 100%;
	overflow: hidden;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div {
	
	
	display: flex;
	position: relative;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .label {
	position: absolute;
	top: -18px;
	right: -16px;
	background-color: #da0a22 ;
	padding: 2px 8px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.8px;
  }
  [dir="rtl"] .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .label {
	right: unset;
	left: 0;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check {
	margin-top: 3px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input {
	width: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
	height: calc(15px + (17 - 15) * ((100vw - 320px) / (1920 - 320)));
	margin-top: 2px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:checked {
	background-color: #da0a22 ;
	border-color: #da0a22 ;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .form-check .form-check-input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table {
	margin-bottom: 0;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr:first-child td {
	padding-top: 0;
	font-weight: 600;
	font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
	color: #222;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td {
	border: none;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	padding: 4px 0;
	color: #4a5568;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:first-child {
	min-width: 90px;
	padding-left: 8px;
  }
  [dir="rtl"] .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:first-child {
	padding-left: unset;
	padding-right: 8px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td:last-child p {
	-webkit-box-orient: vertical;
	
	overflow: hidden;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: 0;
	line-height: 1.5;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td h4 {
	
	
	display: flex;
	
	flex-wrap: wrap;
	gap: 12px;
	
	
	align-items: center;
	font-weight: 500;
	color: #222;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box > div .address-table table tr td h4 span {
	background-color: #da0a22 ;
	padding: 4px 8px;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.8px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group {
	
	
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 10px;
	
	
	align-items: center;
  }
  .product-box-3.theme-bg-white {
	background-color: #fff;
  }
  .product-box-3 {
	padding: 14px;
	position: relative;
	background-color: #f8f8f8;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  }
  .product-box-3 {
	padding: 14px;
	position: relative;
	background-color: #f8f8f8;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
  }
  .product-box-3.theme-bg-white {
	background-color: #fff;
  }
  .product-box-3:hover {
	-webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.08);
	box-shadow: 0 0 8px rgba(34, 34, 34, 0.08);
  }
  .product-box-3:hover .product-header .product-image .product-option {
	bottom: 10px;
	opacity: 1;
  }
  .product-box-3:hover .product-header .product-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }
  .product-box-3 .product-header {
	position: relative;
  }
  .product-box-3 .product-header .product-image {
	text-align: center;
	padding: 20px;
	display: block;
  }
  @media (max-width: 480px) {
	.product-box-3 .product-header .product-image {
		padding: 8px;
	}
	#category_slider02 {
	  width: 100% !important;
	}
	#category_slider02 {
	  margin-bottom: 14px;
  }
  }
  .product-box-3 .product-header .product-image img {
	width: 100%;
	height: calc(100px + (140 - 100) * ((100vw - 320px) / (1920 - 320)));
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  .product-box-3 .product-header .product-image .product-option {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	
	
	display: flex;
	
	
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	bottom: -5px;
	background-color: #fff;
	width: 70%;
	padding: 10px 5px;
	border-radius: 7px;
	-webkit-box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
	box-shadow: 0 0 8px rgba(34, 34, 34, 0.12);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	max-width: 230px;
  }
  @media (max-width: 480px) {
	.product-box-3 .product-header .product-image .product-option {
		display: none;
	}
  }
  .product-box-3 .product-header .product-image .product-option li {
	position: relative;
	width: 50%;
  }
  .product-box-3 .product-header .product-image .product-option li a {
	color: #222;
  }
  .product-box-3 .product-header .product-image .product-option li a .feather {
	width: 17px;
	height: auto;
	color: #4a5568;
  }
  .product-box-3 .product-header .product-image .product-option li + li:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #4a5568;
	opacity: 0.3;
  }
  [dir="rtl"] .product-box-3 .product-header .product-image .product-option li + li:after {
	left: unset;
	right: 0;
  }
  .product-box-3 .product-header .product-header-top {
	
	
	display: flex;
	
	
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  }
  [dir="rtl"] .product-box-3 .product-header .product-header-top {
	left: unset;
	right: 0;
  }
  .product-box-3 .product-header .product-header-top .label-new {
	position: relative;
	border-radius: 4px;
	padding: 3px 8px;
	color: #fff;
  }
  .product-box-3 .product-header .product-header-top .label-new.bg-warning {
	background: -webkit-gradient(linear, right top, left top, color-stop(-14.53%, #ffbf65), color-stop(99.15%, #ffad39)) !important;
	background: linear-gradient(-90deg, #ffbf65 -14.53%, #ffad39 99.15%) !important;
  }
  .product-box-3 .product-header .product-header-top .label-new.bg-theme {
	background: var(--theme-color2) !important;
  }
  .product-box-3 .product-header .product-header-top .label-new label {
	font-size: 13px;
	margin-top: 1px;
	font-weight: 600;
  }
  .product-box-3 .product-header .product-header-top .wishlist-button {
	position: relative;
	padding: 6px;
	margin-left: auto;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(34, 34, 34, 0.24);
	box-shadow: 0 3px 3px rgba(34, 34, 34, 0.24);
	border-radius: 100%;
	z-index: 0;
  }
  [dir="rtl"] .product-box-3 .product-header .product-header-top .wishlist-button {
	margin-left: unset;
	margin-right: auto;
  }
  .product-box-3 .product-header .product-header-top .wishlist-button .feather {
	width: 15px;
	height: 15px;
	color: #4a5568;
  }
  .product-box-3 .product-header .product-header-top .close-button {
	position: relative;
	padding: 0;
	z-index: 0;
  }
  .product-box-3 .product-header .product-header-top .close-button .feather {
	width: 20px;
	height: auto;
	color: #4a5568;
  }
  .product-box-3 .product-footer .product-detail .span-name {
	font-size: 13px;
	color: #50607c;
	margin-bottom: calc(4px + (8 - 4) * ((100vw - 320px) / (1920 - 320)));
  }
  .product-box-3 .product-footer .product-detail .product-content {
	display: none;
  }
  .product-box-3 .product-footer .product-detail a {
	color: #222;
  }
  .product-box-3 .product-footer .product-detail a:hover {
	color: #222;
  }
  .product-box-3 .product-footer .product-detail .name {
	font-weight: 500;
	line-height: 20pxx;
	-webkit-box-orient: vertical;
	
	overflow: hidden;
	font-size: 15px;
	margin: 8px 0;
  }
  .product-box-3 .product-footer .product-detail .unit {
	font-size: 13px;
	font-weight: 500;
	margin-top: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
	color: #777;
  }
  .product-box-3 .product-footer .price {
	margin-top: 6px;
	font-weight: 600;
  }
  .product-box-3 .product-footer .price del {
	margin-left: 4px;
	font-weight: 400;
	color: #777;
	font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
  }
  .product-box-3 .product-footer .price span {
	font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button {
	background-color: #f8f8f8;
	font-weight: 600;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button:hover {
	background-color: #da0a22 ;
	color: #fff;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button .feather {
	width: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	height: auto;
	margin-right: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320)));
  }
  [dir="rtl"] .user-dashboard-section .dashboard-right-sidebar .dashboard-address .address-box .button-group button .feather {
	margin-right: unset;
	margin-left: calc(6px + (8 - 6) * ((100vw - 320px) / (1920 - 320)));
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-address .add-address .address-link {
	
	
	display: flex;
	
	
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	color: #222;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail {
	position: relative;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail:hover .edit-card {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card {
	background-color: #f9f9f9;
	cursor: pointer;
	padding: 0;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details {
	
	
	display: flex;
	
	
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 130px;
	background: #d2d2d2;
	color: #222;
	text-align: center;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail.add-card .card-details h5 {
	margin-bottom: 0;
	text-transform: capitalize;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details {
	height: 100%;
	color: #fff;
	padding: 30px 20px;
	border-radius: 5px;
	background-color: #4b77a0;
	background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px),
		-webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.card-visa {
	background-color: #777876;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details.dabit-card {
	background-color: #86b8cf;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number {
	margin-bottom: 10px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .card-number h4 {
	color: #fff;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail {
	
	
	display: flex;
	
	
	align-items: center;
	margin-top: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title {
	margin-bottom: 0;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .title span {
	display: block;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.3;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3 {
	margin-bottom: 0;
	color: #fff;
	margin-left: 15px;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
	font-weight: normal;
  }
  [dir="rtl"] .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .date h3 {
	margin-left: 0;
	margin-right: 15px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary {
	margin-left: auto;
  }
  [dir="rtl"] .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary {
	margin-left: 0;
	margin-right: auto;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .valid-detail .primary span {
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	padding: 0;
	font-weight: 400;
	text-transform: capitalize;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail {
	
	
	display: flex;
	
	
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: calc(10px + (25 - 10) * ((100vw - 320px) / (1920 - 320)));
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .name h5 {
	text-transform: uppercase;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: 0;
	color: #fff;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .card-details .name-detail .card-img {
	width: auto;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
	
	
	display: flex;
	
	
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	background-color: rgba(34, 34, 34, 0.8);
	border-radius: 5px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }
  @media (max-width: 767px) {
	.user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card {
		display: none;
	}
	.grid_img {
		height: auto;
	  }
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .payment-card-detail .edit-card a {
	padding: 0 10px;
	text-transform: capitalize;
	color: #fff;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile {
	display: none;
  }
  @media (max-width: 767px) {
	.user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile {
		
		
		display: flex;
		
		
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 10px;
	}
	.user-dashboard-section .dashboard-right-sidebar .dashboard-card .edit-card-mobile a {
		padding: 0 10px;
		text-transform: capitalize;
		color: #222;
	}
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail {
	
	
	display: flex;
	
	
	align-items: center;
  }
  @media (max-width: 575px) {
	.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail {
		display: block;
	}
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 {
	font-weight: 400;
	font-size: 16px;
	margin-right: 10px;
	
	
	display: flex;
	
	
	align-items: center;
  }
  [dir="rtl"] .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 {
	margin-right: unset;
	margin-left: 10px;
  }
  @media (max-width: 360px) {
	.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 {
		margin-right: 0;
	}
	[dir="rtl"] .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 {
		margin-right: unset;
		margin-left: 0;
	}
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span {
	background: #0da487;
	color: #fff;
	padding: 3px 8px;
	margin-left: 10px;
	border-radius: 5px;
	font-size: 13px;
  }
  [dir="rtl"] .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail h3 span {
	margin-left: unset;
	margin-right: 10px;
  }
  @media (max-width: 575px) {
	.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-name-detail .profile-rating {
		margin-top: 3px;
	}
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
	margin-left: auto;
	padding: 8px 14px;
	position: relative;
	z-index: 0;
	border-radius: 5px;
	overflow: hidden;
	display: inline-block;
  }
  [dir="rtl"] .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
	margin-left: unset;
	margin-right: auto;
  }
  @media (max-width: 575px) {
	.user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a {
		margin-top: 10px;
	}
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0da487;
	opacity: 0.08;
	z-index: -1;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail a:hover {
	color: #da0a22 ;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile {
	margin-top: 20px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul {
	
	
	display: flex;
	
	flex-wrap: wrap;
	gap: calc(10px + (26 - 10) * ((100vw - 320px) / (1920 - 320)));
	
	
	align-items: center;
  }
  [dir="rtl"] .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul {
	padding-right: 0;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box {
	
	
	display: flex;
	
	flex-wrap: wrap;
	gap: 7px;
	
	
	align-items: center;
	color: #4a5568;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box .feather {
	width: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));
	height: auto;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .location-profile ul li .location-box h6 {
	font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-detail .profile-description p {
	margin: 20px 0 0;
	color: #4a5568;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.6;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about {
	margin-top: 20px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table {
	margin-bottom: 36px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td {
	vertical-align: middle;
	border: none;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	white-space: nowrap;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td:first-child {
	color: #4a5568;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a {
	
	
	display: flex;
	
	
	align-items: center;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a:hover {
	color: #da0a22 ;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span {
	margin-left: calc(8px + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 5px;
	position: relative;
	font-weight: 600;
	overflow: hidden;
	z-index: 0;
  }
  [dir="rtl"] .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span {
	margin-left: unset;
	margin-right: calc(8px + (20 - 8) * ((100vw - 320px) / (1920 - 320)));
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-profile .profile-about .table tbody tr td a span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0da487;
	opacity: 0.08;
	z-index: -1;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box + .privacy-box {
	margin-top: 15px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box h6 {
	font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
	margin-bottom: 6px;
	line-height: 1.5;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box p {
	margin: 0;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
	line-height: 1.6;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch {
	position: absolute;
	-webkit-clip-path: circle(0%);
	clip-path: circle(0%);
	opacity: 0;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label {
	width: 62px;
	height: 25px;
	position: relative;
	border-radius: 50px;
	cursor: pointer;
	background-color: #0e997e26;
	border: 1px solid #ddd;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:before,
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:after {
	display: inline-block;
	position: absolute;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch + label:before {
	width: 19px;
	height: 19px;
	content: "";
	border-radius: 100%;
	left: 2px;
	top: 2px;
	background: #0da487;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .switch:checked + label:before {
	left: 39px;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input {
	position: absolute;
	-webkit-clip-path: circle(0%);
	clip-path: circle(0%);
	opacity: 0;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label {
	width: 62px;
	height: 25px;
	position: relative;
	border-radius: 50px;
	cursor: pointer;
	background-color: #0e997e26;
	border: 1px solid #0e997e26;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:before,
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:after {
	display: inline-block;
	position: absolute;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input + label:before {
	width: 19px;
	height: 19px;
	content: "";
	border-radius: 100%;
	left: 2px;
	top: 2px;
	background-color: #da0a22 ;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label {
	background-color: #da0a22 ;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-privacy .privacy-box .switch-radio .form-check-input:checked + label:before {
	left: 39px;
	background: #fff;
  }
  .dashboard-title {
	margin-bottom: 22px;
  }
  .dashboard-title h3 {
	font-size: 20px;
	line-height: 1.3;
	position: relative;
	font-weight: 600;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-home .dashboard-contant-title h4 a {
	color: #da0a22 ;
  }
  a {
	color: #da0a22 ;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	text-decoration: none;
  }
  .user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .product-order-detail .order-wrap .product-size li .size-box h5 {
	font-weight: 600;
	margin-left: 8px;
	font-size: 14px;
  }
  .hover_prof_pic input {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	opacity: 0;
	width: 102px;
	cursor: pointer;
	height: 102px;
  }.hover_prof_pic {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 100%;
	width: calc(93px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
	height: calc(93px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	opacity: 0;
	cursor: pointer;
  }
  .img_frme:hover .hover_prof_pic {
	opacity: 1;
  }
  .hover_prof_pic input {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	opacity: 0;
	width: 102px;
	cursor: pointer;
	height: 102px;
	}
	.order_div p span {
		font-weight: 500;
		float: left;
		margin-right: 14px;
	  }
	  .border_btn {
		border: 1px solid #000;
		color: #000;
	  }
  /**Dashboard**/

  /**Order Details**/
  .delivery-address-box2 {
	border-radius: 8px;
	padding: calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
	background-color: #fff;
	height: 100%;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  }
  .delivery-address-box2 h4 {
	font-size: 16px;
	margin-bottom: 10px;
  }
  .edt_btn_prf {
	background: #000;
	color: #fff;
	margin: 14px 0 0;
	border-radius: 7px;
	font-size: 14px;
	padding: 4px 14px;
	border: none;
  }
  .crt_btns_wsh {
	background: #222;
	padding: 10px 10px;
	width: 100%;
	display: block;
	border-radius: 5px;
	margin: 17px 0 0;
	color: #fff !important;
	text-align: center;
	font-size: 14px;
  }
  .delivery-address-detail h4 {
	margin-bottom: 7px;
  }
  .summery-contain .price del, .summery-total .price del {
	margin-right: 15px;
  }
  /**Order Details**/
  /**copytext**/
  .copy-text {
	position: relative;
	padding: 3px 5px;
	background: #3c3c3c;
	border-radius: 10px;
	display: flex;
	width: 112px;
	margin: 7px auto 0;
	height: 34px;
}
.copy-text input.text {
	padding: 4px;
	font-size: 16px;
	color: #FFF;
	border: none;
	outline: none;
	width: 100%;
	background: transparent;
}
.copy-text button {
	padding: 0px;
	background: #000;
	color: #fff;
	font-size: 14px;
	border: none;
	outline: none;
	border-radius: 10px;
	cursor: pointer;
	width: 40px;
	height: 27px;
}

.copy-text button:active {
	background: #809ce2;
}
.copy-text button:before {
	content: "Copied";
	position: absolute;
	top: -45px;
	right: 0px;
	background: #5c81dc;
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.copy-text button:after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: #5c81dc;
	transform: rotate(45deg);
	display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
	display: block;
}
  /**copytext**/
 .wishlist-button.close_button {
	position: absolute;
	top: -13px;
	right: -9px;
	z-index: 9;
	border-radius: 100%;
	background: #000;
	color: #fff;
	border: none;
	padding: 1px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .wishlist-button.close_button i {
	font-size: 15px;
  }
  .form-floating > .form-control {
	padding: 0.5rem .75rem;
  }
  .form-floating > .form-control, .form-floating > .form-select {
	height: 50px;
	line-height: 1.25;
  }
  .form-floating > label {
	padding: 0.8rem .75rem;
  }
  .custom-file, .custom-file-input, .custom-file-label, select.form-control:not([size]):not([multiple]) {
	height: 50px;
  }
  /**image upload**/

.box {
	display: block;
	width: 115px;
	height: 115px;
	background-color: #b9b9b9;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	overflow: hidden;
	position: relative;
	text-align:center;
}

.upload-options {
  position: relative;
  height: 25px;
  background-color: rgb(59,39,176);
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color ease-in-out 150ms;
  line-height: 8px;
}
.upload-options:hover {
  background-color: #7fb1b3;
}
.upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.photo_list_sec .upload-options label {
  display: flex !important;
  align-items: center !important;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  justify-content: center !important;
}
.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.upload-options label span:hover i.material-icons {
  color: lightgray;
}
.js--image-preview {
  height: 115px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.js--image-preview::after {
	content: "\f030";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: relative;
	font-size: 4rem;
	color: #e6e6e6;
	z-index: 0;
	top: 11px;
}
.js--image-preview.js--no-default::after {
  display: none;
}
.js--image-preview:nth-child(2) {
  background-image: url("http://bastianandre.at/giphy.gif");
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.4s linear;
          animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.image-upload {
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	cursor: pointer;
  }
  .lm {
	background: #f9dd55;
    color: #000;
	margin: 0 auto;
	display: block;
	font-size: 16px;
	padding: 10px 28px;
	border-radius: 4px;
	font-weight: 500;
	width: fit-content;
	border: none;
  }
  .js--image-preview.js--no-default02::after {
	content: "\f030";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	font-size: 1rem;
	color: #e6e6e6;
	z-index: 0;
	top: auto;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	bottom: 0;
	left: 0;
  }
/**image upload**/
.sel_color02 h4 {
	font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.4px;
  font-size: 16px;
}
.opn_panel {
	width: 0;
	position: absolute;
	right: 0px;
	overflow: hidden;
	transition: width 0.5s;
	transition: all 0.5s ease-out;
	background: #fff;
	display: flex;
	top: -18px;
	border: 1px solid #000;
	padding: 0px;
	border-radius: 5px;
	z-index: 99;
	opacity: 0;
}
.opn_panel input {
	border: none;
	font-size: 14px;
	width: 247px;
	padding: 7px 9px;
	border-radius: 7px;
}
.opn_panel_act {
	width: 280px;
	opacity: 1;
	transition: all 0.5s ease-out;
}
.opn_panel button {
	background: transparent;
	border: none;
}
.blog_img a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog_img a img {
	max-width: 100%;
}
.mobile-menu-trigger02 {
	cursor: pointer;
}
#detail_slider .item {
	height: 550px;
}
#detail_slider .item img {
	max-width: 99%;
	max-height: 100%;
	width: auto;
    margin: 0 auto; 
}
.logo_slogn {
	margin: 17px 0;
  width: 200px;
}
.logo_slogn img {
	max-width: 100%;
}
.top .container {
	position: relative;
}
.top_ofr_tg {
	background: #f9c23a;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 2px 10px;
	max-width: fit-content;
	position: absolute;
	right: 0;
	top: 12px;
	border-radius: 50px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.5);
}
.out_stk {
	font-size: 24px;
  color: #e60909;
}
.out_stk img {
	max-width: 27px;
  position: relative;
  top: -3px;
}
.notidy_me {
	padding: 7px 14px;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
	background: #000;
	cursor: pointer;
}
#notifyMe .form_group02 {
	display: inline-block;
    width: 100%;
}
.capt_img img {
	max-width: 100%;
}
#cap {
	font-size: 14px;
}
#notifyMe .modal-dialog {
    margin: 5.75rem auto;
  }
  .fr_abt_sec {
	background: url(../images/abt_bg.jpg) left top / cover;
  }
  .fr_abt_sec img {
	max-width: 100%;
  }
    .fr_abt_sec h2 {
	font-size: 18px;
	font-weight: 500;
	margin: 8px 0;
  }
    .fr_abt_sec h3 {
    font-size: 17px;
	font-weight: 500;
	margin: 8px 0;
	}
	  .fr_abt_sec p {
		font-size: 14px;
		font-weight: 500;
	  }
  /**Responsive**/

  @media(max-width: 991px){

	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.lft_lgo {
		display: none;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
	.mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.mobile-menu-trigger span{
		display: block;
		height: 30px;
		width: 30px;
		position: relative;
		font-size: 22px;
	}
	.mobile-menu-trigger span:before{
		top:-6px;
	}
	.mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 0px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
	.sub-menu h4.title {
		padding: 0 0px;
	  }
}

  @media (max-width: 767px) {
	.lft_lgo img {
		max-width: 30px;
	  }
	 .sel_color02 h4 {
		position: absolute;
		font-weight: 600;
		margin-bottom: 0;
		letter-spacing: 0.4px;
		font-size: 16px;
		bottom: -29px;
		width: 100%;
    text-align: center;
	  }
	  .product-image img {
		max-width: 85%;
		border-radius: 7px;
	  }
	  .main_logo02 {
		display: none;
	  }
	  .main_logo img {
		max-width: 110px;
	  }
	 .right_icons {
		display: flex;
		align-items: center;
		gap: 10px;
	  }
	  .header {
		padding: 0;
	  }
	  .blog_col {
		margin-bottom: 7px;
	  }
	  footer.py-5 {
		padding-bottom: 85px !important;
	  }
	  #home .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
	  }

	  /**Mobile Menu**/
	  .mobile-menu {
		position: fixed;
		bottom: 0;
		padding: 10px;
		width: 100%;
		background-color: #FFF;
		z-index: 9;
		-webkit-box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.08);
		box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.08);
	  }

  [dir="rtl"] .mobile-menu {
    left: 0;
  }

  .mobile-menu ul {


    display: flex;
    width: 70%;
    margin: 0 auto;
  }

  .mobile-menu ul {
    width: 80%;
  }

  .mobile-menu ul {
    width: 95%;
  }

  .mobile-menu ul {
    width: 100%;
  }

  [dir="rtl"] .mobile-menu ul {
    padding: 0;
  }

  .mobile-menu ul li {
    width: 100%;
    text-align: center;
  }

  .mobile-menu ul li.active {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
  }

  .mobile-menu ul li.active::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    background-color: #000;
    border-radius: 100%;
  }

  .mobile-menu ul li a img {
    display: block;
    margin: 0px auto;
	height: 30px;
	position: relative;
    top: -5px;
  }

  .mobile-menu ul li a.active,
  .mobile-menu ul li a:hover {
    color: #222;
  }

  .mobile-menu ul li a {
    font-size: 13px;
  }

  .mobile-menu ul li a .icli {
    display: inline-block;
    margin: 0 auto;
    font-size: 22px;
    color: #000;
	height: 30px;
  }

  .mobile-menu ul li a {
    height: 20px;
  }

  .mobile-menu ul li a span {
    display: block;
    color: #000;
  }

  /**Mobile Menu**/

  .search_block {
	left: 10px;
	margin-top: -41px;
	margin-left: 0;
  }

.search_block {
  left: 5%;
  width: 90%;
}

.hide_max_767px {
	display: none;
}
.crt_count {
    right: 4px;
    top: -15px;
    display: flex !important;
  }
.mobile-menu .crt_count {
    right: 4px;
    top: -29px;
	display: flex !important;
  }
.user_ico_side_area ul li img {
	width: 22px;
    height: 22px;
}
.user_ico_side_area ul {
	display: flex;
	justify-content: center;
	gap: 4px;
}
.user_ico_side_area ul li { width: 50%;}
.user_ico_side_area ul li a {
	display: flex;
    align-items: center;
    gap: 7px;
    color: #000;
    background: #ededed;
    padding: 11px 13px;
    font-weight: 400;
    font-size: 14px;
    justify-content: center;
}
.srch_inp_contner input {
	width: 100%;
	border: none;
	height: 40px;
}
.srch_inp_contner button {
	width: 50px;
	height: 40px;
	border: none;
	background: #000;
	border-radius: 5px;
}
.srch_inp_contner button img {
	filter: invert(100%);
	width: 18px;
}
.px-mob-0 {
	padding-left: 10px;
    padding-right: 10px;
}
.btn-search {
	width: 24px;
	position: absolute;
	right: 5px;
	top: 8px;
  }
  .input-search {
	height: 40px;
	width: 0px;
	top: 1px;
	right: 0;
  }
  .search_sec  {
	height: 50px;
  }
  .search-box {
	width: auto;
  }
  .input-search:focus {
	width: 100%;
  }
  .btn-search:focus ~ .input-search {
	width: 100%;
  }
  .captn {
	padding-left: 1rem;
    width: 100%;
    height: 167px;
  }
  .captn span {
	font-size: 18px;
  }
  .captn h2 {
	font-size: 30px;
  }
  .all-ads {
	flex-wrap: wrap;
  }
  .hdings {
	width: 100%;
  }

.prod_listing h2 {
	line-height: 23px;
    margin-bottom: 0;
    margin-top: 24px;
}
.price_filt  {
	width: auto;
    min-width: auto;
}
.search_fil input {
	width: 86%;
  }
  .search_fil {
	position: relative;
	width: 100%;
  }
 .click_flter_panel {
	width: auto;
    text-align: center;
    background: transparent;
    border-radius: 5px;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
	text-decoration: none;
	cursor: pointer;
  }
  #mob_filter_panel {
	display: none;
  }
  .product-section .right-box-contain {
	padding: 0 10px;
  }
  .product-section .right-box-contain .pickup-box .product-info .product-info-list {
	width: 100%;
	column-count: 1;
  }
  .product-section-box .custom-nav .nav-item .nav-link {
	padding: 9px 5px;
  }
  .cart_btn_dtl {
	width: 200px;
  }
  .product-section-box {
	width: 100%;
	margin: 0rem auto;
  }
  #detail_slider .item {
	height: auto;
  }
}

@media (min-width: 768px) { 
	.hide_min-768px {
		display: none;
	}
	header .container-fluid {
		padding: 0 5rem;
	}
	.header {
		position: relative;
	}
	.fixed_hdr {
		position: sticky;
		top: 0;
		left: 0;
		background: #fff;
       animation: slideDown 0.5s ease-out;
	   z-index: 99;
	}
	.fixed_hdr #header-sroll-mobile {
		display: none !important;
	}
	@keyframes slideDown {
		from {
		  opacity: 0;
		}
		to {
		  opacity: 1;
		}
	  }

	.main_logo02 {
		display: none;
	}
	.main_logo02 img {
		max-width: 100%;
	}
	.fixed_hdr .main_logo02 {
		display: block;
		width: 100px;
		position: absolute;
		left: 14px;
		top: 15px;
	}
  }

  @media (max-width: 565px) {
	.d-none-mob {
		display: none;
	}
	.search_box .search_input {
		min-width: 100%;
	}
	.flx_col_mpb {
		flex-direction: column;
	}
  }
  @media (min-width: 566px) {
  .d-mob-only {
	display: none;
  }
  }


@media (max-width: 565px) {
	.user_pc p {
		font-size: 12px;
  line-height: 13px;
	}
	.user_lgd_ico p i {
		font-size: 12px;
	  }
	  .right_icons ul li img {
		width: 17px;
	  }
	  .crt_count {
		width: 17px;
		height: 17px;
		font-size: 10px;
	  }
	  .main_logo img {
		max-width: 84px;
	  }
	  .right_icons ul {
		gap: 9px;
	  }
	  .user_pc {
		width: 27px;
		height: 27px;
	  }
	  .user_lgd_ico {
		gap: 5px;
}
}