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

@font-face {
	font-family: 'Droid Arabic Kufi';
	src: url('..fonts/DroidArabicKufi.eot');
	src: url('../fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DroidArabicKufi.woff2') format('woff2'),
		url('../fonts/DroidArabicKufi.woff') format('woff'),
		url('../fonts/DroidArabicKufi.ttf') format('truetype'),
		url('../fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
/* General-------------------------------- */ 

:root {
	--color-primary: #007879;
	--color-secondary: #00A0A1;
	--color-dblue: #2E384D;
	--color-accent: #ffffff;
	--font-color: #000000;
	--top_bar_caolor_text: #000;
	--nav-color: #000;
	--nav-color-hover: #707070;
	--section-bg-color: #F3F3F3;
	--bs-font-body: "Roboto", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
	--bs-font-title: "Roboto", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans";
} 

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--bs-font-title);
	font-weight: bold;
} 


section,
header,
.header,
.section,
.wd100 {
	width: 100%;
	float: left;
}



/* ================================= */
.back-to-top {
	position: fixed;
	bottom: 25px;
	right: 45px;
	display: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: #BBBBBB;
	color: #fff;
	text-align: center;
	padding-top: 13px;
	font-size: 18px;
	transition: all 1s;
	z-index: 100000;
	border: #BBBBBB 1px solid;
}

.back-to-top:hover {
	border:var(--color-primary) 1px solid;
	transition: all 1s;
	color: #fff;
	background: var(--color-primary) ;
}

.dpx-whatsapp-lower {
	bottom: 150px;
	padding: 0;
	position: fixed;
	right: 38px !important;
	z-index: 10000000;
}

.dpx-whatsapp-lower .dpx-whatsapp-text .dpx-whatsapp-icon {
	display: inline;
	margin: 0px auto;
	color: #FFF;
	text-align: center;
	font-size: 36px;
	z-index: 100;
}

.dpx-whatsapp-lower .dpx-whatsapp-text .dpx-whatsapp-icon img {}


.modal-content {
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	-moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
}
 

/* ====================== */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

 
/*overlay */

[data-overlay] {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


[data-overlay]::before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
}

[data-overlay=light]::before {
	background-color: #fff;
}

[data-overlay=theme-2]::before {
	background-color: #2d48c3;
}

[data-overlay=dark]::before {
	background-color: #181b1d;
}

[data-overlay=theme]::before {
	background-color: #43824f;
}

[data-opacity="1"]::before {
	opacity: 0.1;
}

[data-opacity="2"]::before {
	opacity: 0.2;
}

[data-opacity="3"]::before {
	opacity: 0.3;
}

[data-opacity="4"]::before {
	opacity: 0.4;
}

[data-opacity="5"]::before {
	opacity: 0.5;
}

[data-opacity="6"]::before {
	opacity: 0.6;
}

[data-opacity="7"]::before {
	opacity: 0.7;
}

[data-opacity="8"]::before {
	opacity: 0.8;
}

[data-opacity="9"]::before {
	opacity: 0.9;
}

/* End Overlay */
 

/* General-------------------------------- */

 
.header_nav {
	display: none;
}

.header_nav a:before,
.header_nav a:after {
	content: '';
	display: block;
	background: var(--color-primary);
	height: 4px;
}

.header_nav a span {
	background: var(--color-primary);
	display: block;
	margin: 4px 0;
	width: 30px;
	height: 4px;
} 

.header {
	transition: transform .9s;
}

.__tpbrWrap {
	background:  var(--color-primary);
}

.__tpbrWrap .container{
	display: flex;
    justify-content: space-between;
} 
.__tpInfoWr{
	display: flex;
	padding: 7px 0;
} 
.__tpMail{
	margin-right: 15px;
	color: #fff;
} 
.__tpCall a,
.__tpMail a{ 
	color: #fff;
}
.__tpCall a:hover,
.__tpMail a:hover{  
	color: #FDFDFD;
} 
.__tpCall svg,
.__tpMail svg{
	width:20px;
} 
.__tpCall{} 
 
.__tpBntSwtWr {
    display: flex;
    align-items: center;
}   
.__tpBtn {
    padding: 4px 18px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    color: #fff;
    margin-left: 12px;
}
  
.__tpBtn:hover {
	color: #fff;
} 
.__traderBtn { 
	background: #DE0000;
}
.__personalBtn{
	background: #5DC142;
}

 
.__hedrScr{}

.__hedrScr .container {
 
}

.__logo {
    min-width: 380px;
}
.__hercre {
	background: #fff;
	padding: 20px 0;
}   


.__cctest {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.__hdrtWrp {
    width: 100%;
	display: flex;
    justify-content: flex-end;
} 
.__searcWrpM {
    display: flex;
    margin-left: 45px;
    border: #ccc 1px solid;
    border-radius: 30px;
	width: 100%; 
}
  
.__dripSrc .form-select {
    border: none;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
	height: 100%;
}
.__dripSrc .form-select:focus {
    border: none;
	height: 100%;
}


.__dripSrcfedz .form-control{
    border: none;
	height: 100%;
}

.__dripSrc{
	min-width: 130px;
	border-right: #ccc 1px solid;
}

.__dripSrcfedz { 
    /* min-width: 300px; */
	width: 100%;
    position: relative;
} 


.__searcWrpM .__srcBtn{
    background: #D3D3D3;
    border-radius: 0;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 19px;
    color: #fff;
    min-width: 60px;
    border: none;
    padding: 0;
	min-height: 35px;
}

 
 
.__wishlistTop{}
.__cartTop{}
.__notificationTop{}


.__htRTool {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.__signITop,
.__wishlistTop,
.__cartTop,
.__notificationTop{
	padding:0 15px;
	position: relative;
}

.__signITop {
	display: flex;
    align-items: center;
    padding-right: 15px;
    border-right: #ccc 1px solid;
	white-space: nowrap;
}
.__signITop svg {
	margin-left: 10px;
}

.__cartTop,
.__wishlistTop {
	border-right: #ccc 1px solid;
}

.__tTag  {
	position: absolute;
    width: 16px;
    height: 16px;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    right: 6px;
    top: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
}
.__whiLap{ 
    background: #FFC107;
}

.__cartTag{
	 background: #E50000;
}

.__nofiTag{
	 background: #F68500;
}


 
/*************sss***********/


.__sectionMenu {
	background: linear-gradient(180deg, #DADADA 0%, #F4F3F3 100%);
}

.__navM {}



.menu_wrap .nav-item.dropdown:hover {}

.menu_wrap .nav-item.dropdown:hover>.dropdown-menu {
	display: block;
}





/* ============ desktop view ============ */

@media all and (min-width: 992px) {
	.dropdown-menu li {
		position: relative;
	}

	.dropdown-menu .submenu {
		display: none;
		position: absolute;
		left: 100%;
		top: -7px;
	}

	.dropdown-menu .submenu-left {
		right: 100%;
		left: auto;
	}

	.dropdown-menu>li:hover {
		background-color: #f1f1f1
	}

	.dropdown-menu>li:hover>.submenu {
		display: block;
	}
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */

@media (max-width: 991px) {
	.dropdown-menu .dropdown-menu {
		margin-left: 0.7rem;
		margin-right: 0.7rem;
		margin-bottom: .5rem;
	}
}

/* ============ small devices .end// ============ */

.navbar-light .navbar-toggler {
	border-radius: 0px;
	background: #038ed1;
}

.navbar-toggler {
	padding: 3px 8px;
	font-size: 19px;
	line-height: 1;
	background-color: #2fc1d2;
	border: 1px solid transparent;
	border-radius: 0;
	float: right;
}

.menu_wrap { 
	font-weight: bold;
	display: inline-block;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 12px;
}


.menu_wrap .navbar-expand-lg .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
	align-items: center;
	justify-content: flex-start;
}

.menu_wrap .nav-item.dropdown::after {
	display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: #000;
    position: absolute;
    right: 7px;
    top: 19px;
    font-size: 14px;
}

.__allCategoriesSTM{
	 /* border-right:var(--color-primary)  1px solid;
	 padding-right: 15px; */
}


.__allCategoriesSTM .nav-link.dropdown-toggle{
	 
}
.__allCategoriesSTM .nav-link.dropdown-toggle:hover {
	color: #fff  
}



.menu_wrap .nav-link.dropdown-toggle {
	padding-right: 25px !important;
}
 
.menu_wrap .nav-item {}

.menu_wrap .navbar {
	padding: 0px;
}

.menu_wrap ul li {
	display: block;
	border-right: #ccc 1px solid;
}

.menu_wrap ul>li>a {
    padding: 15px 17px !important;
    border-radius: 0px;
    color: #000 !important;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 13px;
    white-space: nowrap;
}

.menu_wrap ul>li>a:hover,
.menu_wrap ul>li>a:focus {
	transition: all .1s;
	background:  var(--color-primary);
	color: #fff !important;
}

.menu_wrap ul>li>a.dropdown-toggle::after{
	display: none;
}



/* 
.menu_wrap ul > li.nav-item.dropdown:hover .dropdown-menu  {
background: #098400;
}
*/


.menu_wrap ul li.dropdown>ul li a {
	text-transform: none;
	padding: 10px 12px !important;
	font-size: 13px;
	color: #000 !important;
	border: none;
	font-weight: 600;
}

.menu_wrap ul li.dropdown ul li .submenu.dropdown-menu {
	color: #000
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	min-width: 100%;
	padding: 0px;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	-moz-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
}

.menu_wrap ul li:hover>a {
	color: #fff !important;
	background: var(--color-primary) !important;
	font-weight: 600;
}


.menu_wrap ul li.dropdown>ul li a:hover,
.menu_wrap ul li.dropdown>ul li a:focus {
	transition: none;
	color: #fff !important;
	background: var(--color-primary) !important;
}


.menu_wrap ul li.dropdown ul li .submenu.dropdown-menu:hover {
	color: #fff;
}

.menu_wrap ul li.active a {
	/*border-bottom: 3px solid var(--color-secondary);*/
	transition: all 1s;
	background: var(--color-primary);
    color: #fff !important;
}

.menu_wrap .navbar-light .navbar-nav .nav-link:hover,
.menu_wrap .navbar-light .navbar-nav .nav-link:focus {
	background: var(--color-secondary);
	color: var(--nav-color-hover);
}

.menu_wrap .dropdown-menu>li:hover,
.menu_wrap .dropdown-menu>li:focus {
	color: #16181b;
	text-decoration: none;
	background:#012F04 !important;
}

.__menu_arrow {
	float: right;
}


 
 
.nav-item.dropdown.dropdown-mega {
	position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
	width: 100%;
	top: auto;
	left: 0%;
	right: 0%;
	margin: 0 auto;
}

.navbar-toggler {
	border: none;
	padding: 0;
	outline: none;
}

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

.navbar-toggler .hamburger-toggle {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 11;
	float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
	position: absolute;
	transform: translate(-50%, -50%) rotate(0deg);
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
	width: 100%;
	height: 4px;
	position: absolute;
	background: #333;
	border-radius: 2px;
	z-index: 1;
	transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
	left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
	top: 10%;
	transform-origin: 50% 50%;
	transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
	left: 0px;
	top: auto;
	bottom: 10%;
	transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
	position: absolute;
	margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
	top: 45%;
	transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
	left: 50%;
	width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
	top: 45%;
	transform: rotate(-45deg);
}
  
/*************sss***********/





/* ========================== */

.__banner {
	margin-bottom: 45px;
}

.__banner .carousel-item img {
	height: 550px;
	/* object-fit: cover;  */
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 15px;
	height: 15px;
	opacity: 10;
	border-radius: 50%;
	border: var(--color-primary) 1px solid;
}

.carousel-indicators .active {
	border: #fff 1px solid;
	background: var(--color-primary);
} 
/* ========================== */
/* ========================== */
 
.__welcoWrp{
	padding: 0px 0;
}

.__welcoWrpText h2{
	color: #000;
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 0;
}
.__welcoWrpText h2 span{
	color: var(--color-primary);
}

.__welcoWrpText h6{
	font-weight: normal;
	font-size: 17px;
	color: #000; 
}
 
.__welcoWrpText ul {
    display: flex;
    flex-direction: column;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
} 

.__welcoWrpText ul li {
	display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: flex-start;
	padding-bottom: 20px;
	color: #909090;
}   
.__welcoWrpText ul li h5{
	color: #000;
	font-size: 18px;
}

.__TispowItm{
	margin-right: 15px;
}

.__welcoWrpImg{
	text-align: right;
}
 

/* ============================ */
/* ============================ */ 

.__products_sct{}

.__proLsr {
    margin-bottom: 20px;
    margin-top: 25px;
}


.__categoriesSldr h2,
.__popPro h2,
.__products_sct h2 {
	text-align: left;
    font-weight: 600;
    font-size: 20px;
    color: var(--font-color);
    text-transform: uppercase;
    margin-bottom: 20px;  
	position: relative;
	float: left;
    width: 100%;
} 

.__catBozImg {
	border: #2DACAD 2px solid;
	border-radius: 5px;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.__catHed {
	font-size: 14px;
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.__catGBozWr{  
	text-align: center;
	padding: 0 1px;
}
.__catBozImg img{
    min-height: 250px;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}


.__btnView{
	position: absolute;
    z-index: 999;
    color: #747474;
    font-size: 14px;
    right: 3px;
    top: 8px;
	font-weight: 500;
	text-decoration: underline;
	text-transform: none;
}
.__btnView svg{
	margin-left: 10px;
}

 

.__products_sct .swiper-button-prev {
	width: 36px;
	left: -20px  !important;
	height: 36px;
    border-radius: 50%;
	background: url(../images/arrowBack.svg) no-repeat #fff;
}
.__products_sct .swiper-button-next {
	width: 36px;
	right: -20px  !important;
	height: 36px;
    border-radius: 50%;
	background: url(../images/arrowNext.svg) no-repeat #fff;
}

.__products_sct .swiper-button-prev:after,
.__products_sct .swiper-button-next:after {
	font-size: 0px !important;
	display: none; 
} 


.inside_box { 
    overflow: initial;
    position: relative;
    z-index: 0;
}

.__products_sct .swiper-container-pointer-events {
    overflow: hidden;
}
.__products_sct .swiper-container-initialized {
    overflow: hidden;
}



/* ============================ */
/* ============================ */

 
.__popPro{
	margin-top: 30px;
}

.__proLisVw{}

.__proGdBoz{
}
.__proGdBozInr{
	background: #FFFFFF;
    box-shadow: 0px 4px 9px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
	margin-bottom: 30px;
}

 
.__proGdMGrp {
    padding: 15px;
	min-height: 161px;
}


.__proGdimg img{
	width: 100%;
	min-height: 250px;
	max-height: 250px;
	object-fit: cover;
	-webkit-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
 

.__proGdMtils{
	font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}

 
.__proGdMSubtils{
	color: #767676;
	font-size: 12px;
	margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.__proGdMPricWr {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.__proGdMOldPri {
    color: #8C8C8C;
    font-size: 13px;
    text-decoration: line-through;
}
.__offBoz {
    margin-left: 20px;
    color: #ffffff;
    text-transform: uppercase;
	background: #8bc34a;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 12px;
}
.__proGdMPricCarWv{
	display: flex;

}
 

.__proPricPLz {
	background: var(--color-secondary);
    min-height: 45px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 68px;
}
.__proCartBtnBz {
    position: relative;
    
}

.__proCartBtnBzInr {
	width: 60px;
    height: 60px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    box-shadow: 0px -2px 4px rgb(0 0 0 / 25%);
    top: -19px;
    right: 5px;
	cursor: pointer;
	transition: all .5s;
	border: #fff 1px solid;
}
.__proCartBtnBzInr.__active,
.__proCartBtnBzInr:hover {
	border: var(--color-primary) 1px solid;
	transition: all .5s;
}
.__proCartBtnBzInr svg path{ 
	transition: all .5s;
}
.__proCartBtnBzInr.__active svg path,
.__proCartBtnBzInr.__active:hover svg path,
.__proCartBtnBzInr:hover svg path{
	fill: #007879;
	transition: all .5s;
}

.__proGdMstarWr { 
}
.__proGdMstarWr svg {
	cursor: pointer;
}


/* ============================ */
/* ============================ */
 
.__subscribeWrap{
	padding-right: 0px;
 }

.__subcBtnwpfrm { 
    width: 100%;
    margin: 0 auto;
    padding: 0 15%;
    min-height: 326px;
}  

.__GetTouchBoz h3,
.__subcBtnwpfrm h3 {
    font-size: 22px;
    margin-bottom: 20px;
} 

 
.__subcBtnwpfrm {
    background: #394E76; 
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}  
.__subcBtnwpfrm  .form-control {
	border: #ffffff 1px solid;
    background: none;
	border-radius: 0;
	color: #FFF;
	min-height: 40px;
} 
.__subcBtnwpfrm .btn.btn-light { 
	min-width: 100px;
	border-radius: 0;
}  
/* ============================ */
/* ============================ */ 


.__GetTouchWrap{ 
	padding-left: 0px;
} 

.__GetTouchBoz{
    background: #00A0A1;
    display: flex;
    min-height: 326px;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 0 15%;
    min-height: 326px;
	color: #fff;
}


.__GetTuchBozIntr {
	display: flex;
    width: 100%;
    align-items: center;
}


.__GetTuchBozIcon {
    margin-right: 25px;
}
.__GetTuchBozNuber{
	width: 100%;
}
.__GetTuchBozNuber h6 {
	font-size: 28px;
	margin: 0;
	padding: 0;
}
.__GetTuchBozNuber h6 a{
	color: #fff;
} 

/* ============================ */
/* ============================ */


/* ============================ */
/* ============================ */
.__categoriesSldr {
    margin-bottom: 10px; 
}

.__categoriesSldr .__srbk3 {
    border-radius: 5px;
    overflow: hidden;
}
 

.swiper-container-pointer-events {
    overflow: hidden;
}
.swiper-container-initialized {
    overflow: hidden;
}

.swiper-button-prev.swiper-button-disabled, 
.swiper-button-next.swiper-button-disabled {  
	opacity: 0 !important;
}

 

.__proSubSldr .swiper-button-prev:after,
.__proSubSldr .swiper-button-next:after,
.__categoriesSldr .swiper-button-prev:after, 
.__categoriesSldr .swiper-button-next:after {
    font-size: 18px !important;
} 

.__proSubSldr .swiper-button-prev, 
.__proSubSldr .swiper-button-next,
.__categoriesSldr .swiper-button-prev, 
.__categoriesSldr .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background: #fff;
    border-radius: 100%;
    color: #3b3b3b;
    -webkit-box-shadow: 0px 2px 0px 1px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
	
}

.__categoriesSldr .swiper-button-prev, 
.__proSubSldr .swiper-button-prev  {
	left: 0;
}
.__proSubSldr .swiper-button-next,
.__categoriesSldr .swiper-button-next{
	right: 0;
}
 
.__categoriesSldr {
	background: url(../images/catBg.jpg) no-repeat top center fixed var(--color-primary);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
	padding: 70px 0;
}
 
.__categoriesSldr h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
} 


.__catsdrwbZ{
	width: 230px;
    height: 230px;
    margin: 0 auto;
    background: #00A0A1;
    border: #fff 5px solid;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 6px 10px rgb(0 0 0 / 25%);
    margin-bottom: 10px;
}

.__ctarBraNme {
    font-size: 22px;
    color: #FFF;
    max-width: 170px;
    text-transform: uppercase;
    line-height: 26px;

	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.__ctarBraNme:hover { 
    color: #FFF;
}
 
.__categoriesSldr .swiper-slide {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
 

/* ============================ */
/* ============================ */

.__proSubSldr{

}
.__proSubSldr .__proGdBoz{
	padding: 0 15px;
}

/* ============================ */
/* ============================ */


 
/* ============================ */
/* ============================ */
.footer {
    background: #000;
    padding: 30px 0 0;
}
.__social_wrap h6, 
.__ftnvll h6 {
    font-size: 14px;
    margin-bottom: 10px; 
    font-weight: 600;
	color: #fff;
}

.__ftnvll ul {
    list-style: none;
    margin: 0 0 0px;
    padding: 0px 0px; 
    float: left;
    width: 100%;
}

.__ftnvll ul li {
	margin: 10px 0;
	color: #fff;
    padding: 0px 0px;
}
.__ftnvll ul li a {
    color: #fff;
    transition: all .5s;
	font-weight: normal;
}
 
.__ftnvll ul li a:hover {
	color: #fff;
	transition: all .5s;
	text-decoration: underline;
}

.__qlistFtm ul li {
	float: left;
	width: 50%;
}


.__ftContact{}
.__ftContact svg {
	margin-right: 5px;
	width: 15px;
}


._social_icons_top {
    float: left;
}

._social_icons_top i {
	border-radius: 50%;
	float: left;
	width: 35px;
	height: 35px;
	text-align: center;
	padding-top: 10px;
	margin-right:5px;
	color: var(--color-accent);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	font-size: 16px;
}

._social_icons_top i:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fa-facebook-f {
	background: #3b5998;
}

.fa-twitter {
	background: #00acee;
}

.fa-linkedin-in {
	background: #0e76a8;
}

.fa-youtube {
	background: #c4302b;
}

.fa-instagram {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}
/* ============================ */
/* ============================ */

.__appdowWrp {
    margin-top: 10px;
}
.__storeIc {
    display: flex;
}
.__storeIc img {
    margin-right: 5px;
}

.__storeIc img {
    margin-right: 5px;
}


/* ============================ */
/* ============================ */
.__NewslettersFtr {
    margin-top: 25px;
}

.__NewslettersFtrFbz {}

.__NewslettersFtr .form-control{
	background: none;
	border: #ccc 1px solid; 
}
.__NewslettersFtr .btn.btn-light{ } 

/* ============================ */
/* ============================ */

.__ftBotm {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.__ftBotmWp {
	border-top: #cccccc61 1px solid;
    padding-top: 15px;
    margin-top: 25px;
    padding-bottom: 15px;
}
.__ftRxrz {
	color: #fff;
}

.__ftRxrz a{
	color: #fff;
}

.__ftRxrz a:hover {
	color: #fff;
	text-decoration: underline;
}


/* ============================ */
/* ============================ */






/* ====================== */
/* ====================== */

.__innerBnr{
	position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 350px;
    max-height: 350px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    height: -webkit-fill-available;
    /* background-size: 100% !important; */
	background-size: cover !important;
	
}
.__innerBnr .container { 
	position: relative;
}
.__pro_catalogue_banner{
	color: #fff;
	min-height: 230px; 
    max-height: 230px;
	text-align: center;
}

.__pro_catalogue_banner h2{
	text-transform: uppercase;
}


.__sub_categories{

}
.__about {   
    text-align: center;
}
/* ====================== */
/* ====================== */



/* ========================== */
/* ========================== */


.breadcrumb_wrap {
	background: #F4F4F4;
	border-top: #ccc 1px solid;
	padding: 0 0;
	margin: 0px 0;
} 
.breadcrumb_wrap .breadcrumb {
	margin-bottom: 0px;
	background: #F4F4F4;
	padding: 10px 0px;
	font-size: 13px;
	padding-left: 0;
	color: #7C7C7C;
	font-weight: 500;
} 
.breadcrumb_wrap a {
	color: #7C7C7C;
}
.breadcrumb_wrap a:hover{ 
	text-decoration: underline;
	color: #000;
} 
.breadcrumb-item+.breadcrumb-item::before {
	color: #7C7C7C;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 8px;
	margin-top: 3px;
} 

/* ====================== */
/* ====================== */ 

/* ====================== */
/* ====================== */

.__inerWrp {
    padding-top: 40px;
    padding-bottom: 40px;
}


/* ====================== */
/* ====================== */

.__sub_categories {}

.__sLnrWrp {
    display: flex;
}

.__sLtFirtWrp {
    min-width: 250px;
    max-width: 250px;
}

.__sLtFirtInr {
  
 
 
}

.__sub_categories .__wisPgGrd5{
	margin-bottom: 25px;
}
.__sLtFirtInr h4 {
	font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
} 
.__sLtFirtInr h4 svg{
	margin-right: 7px;
} 
.__ltAcdWrap .accordion-button {
	margin: 4px 0;
    font-weight: 600;
    color: var(--color-primary);
    padding: 0;
    font-size: 12px; 
    border-radius: 0;

	display: flex;
    flex-direction: column;
    align-items: flex-start;
} 

.__ltAcdWrap .accordion-button:not(.collapsed) ,
.__ltAcdWrap .accordion-button:focus { 
    border-color: #ffffff;
	background: #FFF
}  
.__ltAcdWrap .accordion-button::after{
	position: absolute;
    right: 3px;
    top: -4px;
} 

.__ltAcdWrap .accordion-item {
	border: none;
    border-radius: 0; 
    /* border-top: #aaaaaa9e 1px solid; */
    /* margin-bottom: 15px;
	padding-top: 15px; */
}
.__ltAcdWrap .accordion-item .accordion-header {
	padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: #DBDBDB 1px solid;
	position: relative;
}

.__ltAcdWrap .accordion-item .accordion-header::before {
    content: "";
    display: block;
    background: var(--color-secondary);
    width: 65px;
    height: 2px;
    position: absolute;
    top: 47px;
}

.__slecitem {
	font-size: 12px;
	font-weight: 600;
	margin-top: 6px;
	color: #9F9F9F;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	text-transform: none; 
	display: none;
}

.__ltAcdWrap {
  
}

.__ltAcdWrap .accordion-body{
	padding: 0px;
	display: inline-block;
	width: 100%;
}
 

.__ltbk ul {
    margin: 7px 9px 7px 0px;
    padding: 0;
}
 
.__ltbk ul li {
    margin: 0;
    padding: 4.5px 0;
    line-height: 16px;
    list-style: none;
}
.__ltbk ul li a {
    color: #1D1D1D;
	font-weight: bold;
}
.__ltbk ul li a:hover {
   	color: #000;
}


.__ltbk label {
	display: inline-block;
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
	color: #1D1D1D;
	cursor: pointer;
	padding-left: 5px;
}
.__ltbk .form-check-input {
	cursor: pointer;
	border: 1px solid rgb(0 0 0);
	width: 16px;
    height: 16px;
	margin-top: 1px;
	/* border-radius: 50%; */
}

/* .__ltbk .form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23fff'/%3e%3c/svg%3e");
} */

.__ltbk.scrollbar {
	max-height: 303px;
}

.__clorflr{
	margin-top: -1px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 4px;
    float: left;
}
.__clorflr.__blue {
	background: #000064;
}
.__clorflr.__grey{
	background: #949494;
}
.__clorflr.__orange{
	background: #FFA500;
}
.__clorflr.__green {
	background: #008000;
}


/* ====================== */

.__sLtResutWrp{
    width: 100%;
    padding-left: 30px; 
}


.__sLtResutWrp h2 { 
    font-weight: bold;
    margin-bottom: 0;
	text-transform: uppercase;
	font-size: 16px;  
	line-height: 28px;
}
 
.__ctagmin {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  
}

.__cttilspr {
    display: flex;
    align-items: center;
}

.__sortByWrap {
    display: flex;
    align-items: center;
    justify-content: center;
	max-width: 250px;
} 
.__sortByWrap span {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
	padding-right: 10px;
}
.__sortByWrap .form-select { 
    color: #000000;
    font-size: 12px; 
    font-weight: 500;
    text-align: left;
}


/* ====================== */

/* ====================== */

 
 

/* ====================== */



.scrollbar {
	margin-bottom: 60px;
	overflow-y: scroll; 
}



.scrollbar::-webkit-scrollbar-track{
	/* -webkit-box-shadow: inset 0 0 6px #EAEAEA; */
	border-radius: 10px;
	background-color: #EAEAEA;
}

.scrollbar::-webkit-scrollbar {
	width: 9px;
	background-color: #BBBBBB;
	border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: #BBBBBB;
}
 

/* ====================== */
/* ====================== */

.__wsherhQE{
	margin-top: 10px;
}


/*
.__wsherhQE .__proCartBtnBz { 
    display: none;
}
.__wsherhQE .__proPricPLz{
	padding-right: 0;
}

*/


.__pageNavigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 500;
}


/* ====================== */
/* ====================== */


/* ================================= */
/* ================================= */

.__proDetails{
	margin: 30px 0;
}
.__prolistslid{}
.__proDetaViw {}  


/* ====================== */
/* ====================== */




/* ================================= */
/* ================================= */
.__proDetails{
	margin: 30px 0;
}
.__prolistslid{
 
}
.__proDetaViw {
} 

.__proDetaViw h2 {
	font-size: 25px;
	color: #000;
}

.__prodlsStrawp{
	margin: 10px 0;
}

.__prodlsStrawp svg{
	cursor: pointer;
}
 
.__proDetails .__proGdMPricWr {
	margin: 5px 0;
}
.__proPrice{
	font-size: 28px;
	font-weight: bold;
	margin: 5px 0;
	color: #000000;
}
.__cotBntWrp{
	margin: 10px 0;
}
.__adgrmIm {
	float: left;
	padding: 7px 15px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;;
	color: #3D3D3D;
	border:#CFCFCF  2px solid;
	border-radius: 7px;
	cursor: pointer;
	min-width: 85px;
}
.__adgrmIm:hover,
.__adgrmIm.__active {
	color: var(--color-primary);
	border:var(--color-primary)  2px solid;
}

.__product_typeWrp {
	margin: 5px 0;
}
 
.__product_typeWrp .form-select {
	max-width: 200px;
}

 





.__ProQuantityBoz{

}


.__ProQuantityBoz .product-quantity button {
    position: absolute;
    background: none;
    top: 0;
    right: 0;
    border: 1px solid #ebebeb;
    padding: 0;
    width: 24px;
    height: 22px;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.__ProQuantityBoz .product-quantity button:hover {
    background-color: #f1f1f1
}

.__ProQuantityBoz .product-quantity input {
    width: 60px;
    height: 42px;
    border: 1px solid #ccc;
    border-right: 0;
    padding: 5px 8px;
    font-size: 14px;
    outline: none;
	text-align: center;
}

.__ProQuantityBoz .product-quantity *:first-child {
    top: auto;
    bottom: 0
}

.__ProQuantityBoz .product-cart {
    margin-top: 10px
} 

.__ProQuantityBoz .product-additional-info {
    padding-top: 10px
}

.__ProQuantityBoz .product-additional-info .panel-product-actions {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 10px;
    display: none; 
}
 
 


.__ProQuantityBoz .product-quantity button {
    position: absolute;
    background: none;
    top: 0;
    right: 0;
    border: 1px solid #ccc;
    padding: 0;
    width: 24px;
    height: 21px;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.__ProQuantityBoz .product-quantity {
    position: relative;
}
.__ProQuantityBoz .product-quantity {
    position: relative;
    min-width: 80px;
} 





.__qtyWrp{ 
	max-width: 90px;
	margin-right: 10px;
}
.__qtyWrp input{
    text-align: center;
    border-radius: 5px !important;
    min-height: 45px;
}

.__qtyWrp .input-group-btn {
    position: absolute;
    width: 100%;
}
.__qtyWrp .input-group-btn .quantity-right-plus {
    float: right;
    padding: 10px 5px;
    font-size: 15px;
    background: #dfdfdf;
    color: #888888;
    min-height: 45px;
    border-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    
}

.__qtyWrp .input-group-btn .quantity-left-minus {
    float: left;
    padding: 10px 5px;
    font-size: 15px;
    background: #dfdfdf;
    color: #888888;
    border-radius: 0;
    min-height: 45px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.__qtyWrp .input-group-btn .quantity-right-plus:hover,
.__qtyWrp .input-group-btn .quantity-left-minus:hover {
    color: var(--color-primary); 
    background: #c6c6c6;
}


 
.__carBtnPro{
	margin-right: 10px;
} 
.__carBtnPro .__btnPriy {
    padding: 10px 25px;
    min-width: 180px;
    font-weight: bold;
    font-size: 17px;
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
} 
.__carBtnPro .__btnPriy img{
	margin-right: 10px;
}
.__wholesaleOdr{}

.__wishlist {
    width: 50px;
    height: 50px;
    background: #BFC1D6;
    color: var(--color-primary);
    border-radius: 100%;
    text-align: center;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	transition: all .5s;
} 
.__wishlist .fas{
	display: none;
} 
.__wishlist.__active {
	background: var(--color-primary);
    color: #ffffff;
	transition: all .5s;
}
.__wishlist.__active .far { 
	display: none;
}
.__wishlist.__active .fas {
	display: block;
	transition: all .5s;
}


.__descriptionPro {
	margin: 15px 0;
	font-size: 14px;
}
.__descriptionPro h4{
	font-size: 16px;
    margin-bottom: 10px;
}

.__descriptionPro h5{
	font-size: 15px;
}

.__descriptionPro ul{
    margin: 0 0;
    padding: 0 15px;
	font-weight: 400;
}
 
.__descriptionPro ul li{
	margin-bottom: 4px;
}
.__relatedProSc .inside_box{
	margin-top: 10px;
}
.__relatedProSc{
	background: #F4F4F4;
	padding: 35px 0;
}

.__relatedProSc .__slrp{
	border-radius: 10px;
	padding: 15px

}

.__smDcrpShr {
	font-size: 14px;
	border-bottom: #ccc 1px solid;
	margin-bottom: 5px;
	color: #424242;
}
.__oderPouOdr{	}

.__oderPouOdr .form-label { 
	font-weight: bold;
    margin-bottom: 2px;
    font-size: 14px;
	}
.__oderPouOdr .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
.__oderPouOdr .modal-footer .btn {
    padding: 9px 25px;
    min-width: 170px;
	font-weight: bold;
}
.__oderPouOdr .modal-footer {
    border-top: none;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	padding-bottom: 20px;
}


.__wrBnPorScrt {
    display: flex;
    padding: 15px 0;
    align-items: center;
}
 

.__ProQuantityBoz {
    display: flex;
    align-items: center;
}
.__ProQuantityBoz h6 {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}
.__WarrantyInfo {
    margin-left: 20px;
    padding-left: 20px;
    border-left: #ccc 1px solid;
    min-height: 42px;
    display: flex;
    align-items: center;
	color: var(--color-primary);
}
.__WarrantyInfo img{
	margin-right: 15p;
}

.__proBtActWrp {
    display: flex;
    align-items: center;
	gap: 15px;
	margin: 10px 0;
}


.__cartProBtn,
.__ProWishlist {
	width: 100%;
	padding: 10px ;
	font-size: 16px;
	font-weight: 500;
	white-space: nowrap;
	border-radius: 8px;
} 

.__cartProBtn svg,
.__cartProBtn i,
.__ProWishlist i{
	margin-right: 10px;
}
.__ProWishlist .fas {
	display: none;
}   
.__ProWishlist.__active .far {
	display: none;
}
.__ProWishlist.__active .fas {
	display: inline-block;
}  

 


.__cartProBtn {
	width: 100%;
	padding: 10px ;
}


.__cartProBtn i {
	display: none;
}   

.__cartProBtn.__active svg {
	display: none;
}
.__cartProBtn.__active i {
	display: inline-block;
}  

 
.__proSubBannerSc{
	padding-top: 40px;
	padding-bottom: 40px;
}


/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */
.__proBtmDetailsSc {
    padding: 10px 0;
}
.__prdleZbzTab .nav.nav-tabs{
	display: flex;
    align-items: center;
    justify-content: center; 
	border-bottom: var(--color-secondary) 1px solid;

}


.__prdleZbzTab .nav.nav-tabs .nav-link {
    background: #fff;
    padding: 8px 25px;
    min-width: 180px;
    color: #000;
    border: 1px solid var(--color-secondary);
   
    font-size: 14px;
    font-weight: 500;
}
.__prdleZbzTab .nav.nav-tabs .nav-link.active {
    background: var(--color-secondary);
	border: 1px solid var(--color-secondary);
	color: #fff; 

}


.__decDetailsWr{
	background: #F8F8F8;
    padding: 20px;
	padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400
}

.__prdleZbzTab{
    width: 90%;
    margin: 0 auto;
    float: none;
}


/* ================================= */
/* ================================= */

/* ================================= */
/* ================================= */
.__futruSl .container h2 {
    padding-top: 30px;
    border-top: #cdcdcd 1px solid;
    font-size: 17px;
    padding-left: 10px;
}

.__futruSl.__proSubSldr .__proGdBoz {
    padding: 0 10px;
}

.__futruSl .swiper-button-prev,
.__futruSl .swiper-button-next   {
 
    background: #2DACAD; 
    color: #ffffff;
 }

/* ================================= */
/* ================================= */



.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .swiper-button-prev, 
.swiper-button-next {
	width: 40px !important;
	height: 40px !important;
	background: #fff;
	border-radius: 100%;
	color: #3b3b3b;
	-webkit-box-shadow: 0px 2px 0px 1px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
	box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
} */
/* 
.swiper-button-prev {
	left: 2px;
}

.swiper-button-next {
	right: 2px;
} */

/* .swiper-button-prev:after, 
.swiper-button-next:after {
	font-size: 18px !important;
} */

/* ========================== */

/* ================================= */
/* ================================= */
/* 
-----------------------------------------------------------------------
  product-single CSS
-----------------------------------------------------------------------
*/

 
 


.product-single-item .swiper-button-prev, 
.product-single-item .swiper-button-next {
	width: 40px !important;
	height: 40px !important;
	background: #fff;
	border-radius: 100%;
	color: #3b3b3b;
	-webkit-box-shadow: 0px 2px 0px 1px rgb(0 0 0 / 16%);
	-moz-box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
	box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 16%);
}  
 
.product-single-item .swiper-button-prev {
	left: 2px;
}

.product-single-item .swiper-button-next {
	right: 2px;
}  

.product-single-item .swiper-button-prev:after, 
.product-single-item .swiper-button-next:after {
	font-size: 18px !important;
} 
 

.product-single-item .product-thumb {
	border: #C0C0C0 1px solid;
	position: relative;
  }
  .product-single-item .product-thumb .sale-title {
	left: 10px;
	position: absolute;
	top: 10px;
  }
  .product-single-item .product-thumb .percent-count {
	right: 10px;
	position: absolute;
	top: 10px;
  }
  .product-single-item .product-thumb .sticker {
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
  }
  .product-single-item .product-thumb .lightbox-image {
	cursor: crosshair;
  }
  .product-single-item .product-thumb .zoomImg {
	pointer-events: none;
  }
  
  
  .product-single-item .product-nav {
	margin-top: 12px;
	padding: 0 30px;
  }
  .product-single-item .product-nav img {
	cursor: pointer;
	border: 2px solid #ccc;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
  }
  .product-single-item .product-nav .swiper-wrapper .swiper-slide {
	opacity: 0;
  }
  .product-single-item .product-nav .swiper-wrapper .swiper-slide-thumb-active img {
	border-color: var(--color-primary);
  }
  .product-single-item .product-nav .swiper-wrapper .swiper-slide-visible {
	opacity: 1;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
  }
  .product-single-item .product-nav .swiper-button-prev {
	  background-color: #fff;
	color: #000;
	left: 3px;
	opacity: 1;
  }
  .product-single-item .product-nav .swiper-button-prev:hover {
	color: #fff;
	background-color: var(--color-primary);
  }
  .product-single-item .product-nav .swiper-button-next {
	background-color: #fff;
	color: #000;
	right: 3px;
	opacity: 1;
  }
  .product-single-item .product-nav .swiper-button-next:hover {
	color: #fff;
	background-color: var(--color-primary);
  }
  
  
  .product-single-item .swiper-button-prev.swiper-button-disabled, 
  .product-single-item .swiper-button-next.swiper-button-disabled {
	  opacity: 0.35 !important;
  }
  
  
  
  
  
  @media only screen and (max-width: 991px) {
	.product-single-item .product-single-info {
	  margin-top: 50px;
	}
  }
  .product-single-item .product-single-info .title {
	color: #222;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 14px;
	text-transform: capitalize;
  }
  @media only screen and (max-width: 575px) {
	.product-single-item .product-single-info .title {
	  font-size: 25px;
	}
  }
  .product-single-item .product-single-info .prices {
	margin-bottom: 10px;
  }
  .product-single-item .product-single-info .prices .price {
	font-size: 16px;
	font-weight: 400;
	color: var(--color-primary);
  }
  .product-single-item .product-single-info .prices .price-old {
	color: #000;
	text-decoration: line-through;
	font-size: 16px;
	font-weight: 400;
	margin-left: 8px;
  }
  .product-single-item .product-single-info .rating-box-wrap {
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
  }
  .product-single-item .product-single-info .rating-box-wrap .rating-box {
	color: #dc9a0e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: 5px;
	position: relative;
	top: -1px;
  }
  .product-single-item .product-single-info .rating-box-wrap .review-status a {
	color: #585858;
	font-size: 15px;
	margin-left: 5px;
  }
  .product-single-item .product-single-info .rating-box-wrap .review-status a:hover {
	color: var(--color-primary);
  }
  .product-single-item .product-single-info p {
	color: #222;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 29px;
  }
  .product-single-item .product-single-info .product-action-simple .product-quick-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	margin-bottom: 31px;
  }
  .product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty {
	margin-right: 15px;
  }
  .product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty {
	width: 100px;
	position: relative;
  }
  .product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty input {
	border: 1px solid #ededed;
	height: 42px;
	width: 100px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
  }
  .product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn {
	color: #606060;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
			transform: translate(0px, -50%);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
  }
  .product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn:hover {
	color: var(--color-primary);
  }
  .product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn.inc {
	right: 20px;
  }
  .product-single-item .product-single-info .product-action-simple .product-quick-action .product-quick-qty .pro-qty .qty-btn.dec {
	left: 20px;
  }
  .product-single-item .product-single-info .product-action-simple .product-quick-action .btn-product-add {
	background-color: #222;
	color: #fff;
	height: 40px;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
  }
  .product-single-item .product-single-info .product-action-simple .product-quick-action .btn-product-add:hover {
	background-color: var(--color-primary);
  }
  .product-single-item .product-single-info .product-action-simple .product-wishlist .btn-wishlist {
	color: #222;
	border: 1px solid #ededed;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 45px;
	line-height: 43px;
	text-align: center;
	width: 170px;
	margin-bottom: 30px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
  }
  .product-single-item .product-single-info .product-action-simple .product-wishlist .btn-wishlist:hover {
	background-color: var(--color-primary);
	color: #fff;
  }
  .product-single-item .product-single-info .product-action-simple .amazon-button .btn-amazon {
	background-color: #222;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 23px;
	display: inline-block;
	margin-bottom: 30px;
  }
  .product-single-item .product-single-info .product-action-simple .amazon-button .btn-amazon:hover {
	background-color: var(--color-primary);
  }
  .product-single-item .product-single-info .product-action-simple .payment-button .btn-payment {
	color: #fff;
	background-color: #222;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 96px 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
  }
  .product-single-item .product-single-info .product-action-simple .payment-button .btn-payment:hover {
	background-color: var(--color-primary);
  }
  .product-single-item .product-single-info .product-action-simple .social-sharing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  .product-single-item .product-single-info .product-action-simple .social-sharing span {
	color: #222;
	font-size: 14px;
	font-weight: 600;
	margin-right: 15px;
  }
  .product-single-item .product-single-info .product-action-simple .social-sharing .social-icons a {
	color: #363636;
	font-size: 14px;
	font-weight: 400;
	margin-right: 15px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
  }
  .product-single-item .product-single-info .product-action-simple .social-sharing .social-icons a:hover {
	color: var(--color-primary);
  }
  .product-single-item .product-single-info .product-select-action {
	margin-bottom: 30px;
  }
  .product-single-item .product-single-info .product-select-action .select-item {
	margin-bottom: 25px;
  }
  .product-single-item .product-single-info .product-select-action .select-item label {
	color: #626262;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	width: 80px;
  }
  .product-single-item .product-single-info .product-select-action .select-item .form-select {
	background-image: none;
	-webkit-box-shadow: none;
			box-shadow: none;
	background-color: transparent;
	border: solid 1px #e8e8e8;
	border-radius: 0px;
	color: #808080;
	cursor: pointer;
	display: inline-block;
	margin-left: -4px;
	font-size: 14px;
	font-weight: 400;
	height: 45px;
	width: 330px;
	padding: 10px;
  }
  @media only screen and (max-width: 575px) {
	.product-single-item .product-single-info .product-select-action .select-item .form-select {
	  width: 100%;
	}
  }
  .product-single-item .product-single-info .product-select-action .select-item .form-select:active, .product-single-item .product-single-info .product-select-action .select-item .form-select:focus {
	border: 1px solid #999;
  }
  .product-single-item .product-single-info .product-select-action .select-item .form-select option {
	background-color: #fff;
	color: #000;
  }
  .product-single-item .product-single-info .ht-countdown-style2 {
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 0;
  }
   
   
  /* 
  -----------------------------------------------------------------------
	product-single CSS
  -----------------------------------------------------------------------
  */
   

  
.__prCatr .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
  
  
  
.__prCatr .swiper-slide img{
	width: 100% !important;
	max-width: 100% !important;
	min-width: 100% !important;
}

/* ====================== */
/* ====================== */



.__shoppingBagPg { }

.__shipBagWrp {
    display: flex;
}
.__shipBagBig {
    width: 100%;
    padding-right: 40px;
}
.__shoppingBagPg h2 {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 0;
} 
.__shiptisM {
    display: flex;
    border-top: #DEDEDE 1px solid;
    border-bottom: #DEDEDE 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
}
  
.__shiptisMdlrs {
    width: 60%;
}
.__shiptisMdRices {
    width: 40%;
}
.__shpctBozwrp {
    border-bottom: #C5C5C5 1px solid;
    margin-bottom: 25px;
    padding-bottom: 25px;
    display: flex;
}

 
.__shiMg {
}

.__shiMg img {
    width: 120px;
    height: 155px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}

.__shipcontz {
}
 

.__shipcontz .__proNme {
	margin: 0 0 10px;
    font-weight: 500;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #424242;
    padding-right: 25px;
    min-height: 35px;
}



.__shiQuantity,
.__shiSize, 
.__shiColor {
    color: #767676;
    font-size: 12px;
    font-weight: 500;
    margin: 4px 0 ; 
}
.__shiSize span, 
.__shiColor span {
    color: #000;
    padding-left: 5px;
}


.__shiQuantity .__product_quantity {
    margin: 0px 0;
}
 

.__product_quantity input,
.__product_quantity .sub,  
.__product_quantity .add  {
	border: none;
	background: #FFF; 
	outline: none;
	border:1px solid #ccc;
}
.__product_quantity input {
    width: 65px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #ccc;
}

.__shipbtmAction{
	margin: 10px 0 0px;
}



.__removeBtn,
.__move_wishlist {
	color: var(--color-primary);
    font-weight: 500;
    padding: 3px 0;
    margin-right: 15px;
    background: #e8f6f6;
    border-radius: 5px;
    padding: 7px 10px;
}
.__removeBtn i,
.__move_wishlist i { 
	padding-right: 3px;
}

.__move_wishlist .fas {
	display: none;
}
.__move_wishlist.__active .far{
	display: none;

}
.__move_wishlist.__active .fas{
	display: inline-block;
}


.__removeBtn:hover{
	color:red; 
}


.__shipCrboRt{}

.__shipCrboRt .__HVPointsdpg{
	margin: 7px 0;
}
.__shippingLoction {
    color: #828282; 
	font-weight: 500;
    display: flex; 
	align-items: center;
	margin: 1px 0
}
.__shippingLoction b{
	font-weight: 500;
	padding-left: 4px;
	color: #000;
}
.__shippingLoction .__flgIocn{
	width: 17px;
    height: 17px;
    margin-top: -3px; 
} 
.__non_return{
	display: flex; 
	align-items: center;
	margin: 7px 0;  
	color: #000;
} 
.__non_return .__Iocn{
	width: 17px;
    height: 17px;
    margin-top: -2px; 
	margin-right: 10px
}
 
.__prolibtWv {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.__probzPric {
    color: var(--color-secondary);
    font-size: 16px;
    font-weight: 600;
    margin: 1px 0;
}


.__taxTxt {
    font-weight: 500;
    font-size: 11px;
    padding-left: 10px;
	color: #828282;
}
.__shiZeprt{
	width: 60%;
}
.__shiZepRt {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.__lowstock{
	color: var(--color-secondary);
}


.__carSuBHiBz{
	min-height: 72px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}



.__cartBtmWrp{
	margin-bottom: 20px;
 }
.__cartBtmWrp .btn {
	text-transform: uppercase;
 }


/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */




.__shipBagSmll {
    min-width: 400px;
    max-width: 400px;
}	
.__wdgtRt {
    border-radius: 5px;
    border: #CECECE 1px solid;  
}


.__oderItemBtWV {
    padding: 10px 0px;
	
}

.__oderItemBtWV table {
    width: 100%;
    font-size: 14px;
    color: #000;
}


.__oderItemBtWV table td{
	padding: 8px 15px;
	line-height: 19px;

}
 
.__ordtd.__rellt{
	color: #000;
	font-size: 14px; 
	width: 30%;
}


.__amutbline {
	/* border-top: #000 1px solid; */
    font-weight: 600;
    font-size: 14px;
    padding-top: 0px !important;
	padding-bottom: 4px !important;


}
.__amutbline small{
	font-size: 11px;
	font-weight: 600;
	color: #adadad;
}

.___crtChkBtnWrpwv{
	padding: 0 15px; 
	margin-top: 5px;
	margin-bottom: 20px;
}


.__tpspxmr .__shadow {
    -webkit-box-shadow: 0px -7px 9px 0px rgb(62 62 62 / 13%);
    -moz-box-shadow: 0px -7px 9px 0px rgb(62 62 62 / 13%);
    box-shadow: 0px -7px 9px 0px rgb(62 62 62 / 13%);
    height: 20px;
}

.__tpspxmr td {
    padding: 0 !important;
    padding-top: 15px !important;
 
}

.__tbrw_discount .__ordtd.__rellt {
    color: #C4131E;
}


 
.__oderItemBtWV h6{
	padding: 0px 15px 5px;
	font-size: 15px;
}


.__applyCodeBoz h6{
	margin-bottom: 10px;
	font-size: 15px;
}
.__applyCodeBoz{
	border-bottom:#CECECE 1px solid;
	padding: 20px 15px 20px;
	margin-bottom: 15px;  
}

.__applyCodeBoz .btn{
	min-width: 80px;
	text-transform: uppercase;
}

.__applyCodeBoz .form-control:focus{
 	border: var(--color-primary) 1px solid;
}
















.__crtChkBtn {
    padding: 7px 10px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    min-height: 40px;
}
 
/* ================================= */
/* ================================= */
.__checkoutWrap{
	padding: 35px 0;
}
 
.__checkoutWrap h4 {
	font-size: 17px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 0;
}

.__ckShipAdrsWrap {
    margin-bottom: 15px;
}

.__ckShipAdrsWrap h5 {
    font-size: 15px;
    font-weight: 500;
	padding: 0px;
	margin: 0px;

}

.__ckShipAdrsWrap h5 span  {
	background: #007879;
    padding: 10px;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block; 
 }

 

/* ---------------- */

.__chkAdlisVw{
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	border-top-left-radius: 0;
	border: #D0D0D0 1px solid;
	margin-bottom: 15px;
	position: relative;
}

/* .__chkAdlisVw .form-check,
.__chkAdlisVw .select_address{
    position: absolute;
    right: 10px;
    top: 8px;
} */

.__chkAdlisBtnWrp{
	margin-top: 5px;
}

.__chkBtnedit,
.__chkBtnRemov {
	border-radius: 7px;
    border:   var(--color-primary) 1px solid;
    padding: 4px 15px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    transition: all .5s;
    background:var(--color-primary) ;
    margin-right: 5px; 


}

.__chkBtnedit:hover,
.__chkBtnRemov:hover {
    background: #F04E3E;
    border: #FF6464 1px solid;
    transition: all .5s;
	color: #fff;
}


.__chkBtnedit { 
	border: #000 1px solid;
	color: #fff;
	background: #000;

}
.__chkBtnedit:hover {
	background:var(--color-secondary) ;
    border:var(--color-secondary)  1px solid;
}


.__chkAdlisVw_Add {
    background: #FFFFFF;
    border: 1px dashed #D0D0D0;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

	flex-direction: column;
    font-size: 15px;
	color: #505050;

	min-height: 90%;
    max-height: 90%;
	min-height: 80px;

	transition: all .5s;
	margin-bottom: 15px;
}

.__chkAdlisVw_Add:hover {
	transition: all .5s;
	border: 1px solid var(--color-primary);
}

.__ckShipAdrsWrap {
	margin-bottom: 15px;
}

 
.__ckkCheboz{}

.required {
    color: red;
    font-size: 15px;
    font-weight: bold;
    padding-left: 0px;
}


.__telcoddro {
    display: flex;
}
  
.__codrop {
    min-width: 95px;
}
.__telrop {
    width: 100%;
    padding-left: 15px;
}

.__addarssWrp .modal-content .btn-close{
    top: 20px !important;
}

 
.__addarssWrp   .modal-content .modal-body {
    padding: 15px !important;
} 

.__addarssWrp .modal .modal-dialog{ 
    
}

.__chAdse{
	min-height: 134px;
}

.__chAdseSubTex{
	margin-top: 10px;
	color: #565656;
}

.__AdditionalBkl{
	margin-top: 20px;
	margin-bottom: 20px;
}
.__AdditionalBkl .form-control{
	background: #F1F1F1;
}	 
/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */
.__cheRwgt {
    padding: 15px 15px;
    border-bottom: #ccc 1px solid;
}

.__cheRwgt .__shiMg img {
    width: 100px;
    height: 100px;
}

.__cheRwgt .__shipcontz .__proNme {
    margin: 0 0 5px;
    font-weight: 500;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #424242;
    padding-right: 0;
    min-height: auto;
}
.__rtSumry_rate{
	color: var(--color-secondary);
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

.__Summary2{
	padding-top: 0px;
}
.__Summary2 h6{
    background: var(--color-primary);
    padding: 12px 15px;
    color: #fff; 

	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.__crSryradio {
    padding: 25px 15px 15px;
    border-top: #CECECE 1px solid;
    border-bottom: #CECECE 1px solid;
    margin-bottom: 15px;
    font-weight: 500;
}

.__crSryradio  label,
.__crSryradio .form-check-inline{
	cursor: pointer;
}

.__crSryradio h5{
	font-size: 15px;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* ================================= */
/* ================================= */

.__addAdrsPopup {
	max-width: 900px;
}

.__addAdrsPopup .btn{
	margin: 0 auto;
    min-width: 160px;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px;
    text-transform: uppercase;
}
/* ================================= */
/* ================================= */



/* ====================== */
  
.__successWrap {
	background: var(--color-secondary);
    border: 10px solid #F4F4F4;
    border-radius: 25px;
    max-width: 600px;
    margin: 4% auto;
    padding: 25px 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
}

.__successWrap h2{
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    padding: 10px 0;
}
.__successWrap p{
	margin: 0 0 5px;
}
.__green{
	color: #fff;
}
    
/* ================================= */
/* ================================= */


/*login_registration S*/

.__signwrap {
	padding-top: 45px;
    padding-bottom: 45px;
    background: #2477791f; 
}

.__signInerPG {
	padding: 0px;
	margin-bottom: 35px;
	background: #fff;
	max-width: 75%;
	margin: 0 auto;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	-moz-box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
	box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 7%);
} 
  

.__signInerPG h3 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0 10px;
	padding: 0px;
} 

.__signInerPG h4 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	margin: 0px 0 5px;
	padding: 0px;
}
.__signInerPG h6 {
	text-align: center;
	font-size: 14px;
	color: #373737;
	margin: 0px 0 15px;
	padding: 0px;
}


.register_box, 
.login_box {
	padding: 35px 45px 15px;
}

.register_box {
	border-left: #dddddd 1px solid;
}
 

.__telcoddro {
    display: flex;
}
  
.__codrop {
    min-width: 95px;
}
.__telrop {
    width: 100%;
    padding-left: 15px;
}

.required {
	color: red; 
	font-size: 16px;
	font-weight: bold;
	padding-left: 2px;
}

.forgot_a {
	font-size: 13px;
	float: right;
	margin-top: -5px;
	color: #6e6e6e;
}

.social_login_wrap {
	float: left;
	width: 100%;
	margin: 0px 0;
	text-align: center;
	border-top: none;
	padding-top: 25px;
	display: none;
}

.social_login_wrap h5 {
	font-size: 14px;
}

.social_fb {
	padding: 7px 7px;
	float: none;
	width: auto;
	cursor: pointer;
	margin-bottom: 10px;
	color: #444;
	font-size: 16px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border: none;
}

.__ctm_btn {
    text-align: center;
    min-width: 240px;
    max-width: 240px;
    padding:10px 11px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
}

.__forgot_passwordWp .__signInerPG{
    max-width: 400px;
 
	padding-bottom: 10px;
}

.__tcLinks a:hover{
	text-decoration: underline;
}

/*login_registration E*/
 
 

/* ================================= */
/* ================================= */


/* ====================== */
/* ====================== */

.__inrDashWrp { 
    padding: 25px 0; 
}

.__dashWrinr {
    display: flex;
}
.__dashLefNav {
    min-width: 250px;
}

.__dashLefNav h5{
	font-size: 15px;
	font-weight: 500;
}
.__dashLefNav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
 
.__dashLefNav ul li {
	padding: 0;
	margin: 0;
}

.__dashLefNav ul li a {
	display: block;
	padding: 10px 15px;
	border-radius: 7px;
	color: #000;
	font-weight: 500;
	margin-bottom: 5px;
}

.__dashLefNav ul li.active a,
.__dashLefNav ul li a:hover {
	color: var(--color-secondary);
 
	border-radius: 7px;
	background: #fff;
	box-shadow: 0px 0px 5px 5px rgb(215 215 215 / 49%)
}

.__dashLefNav ul li a svg{
	margin-right: 15px;
	width: 30px;
	height: 30px;
}

  
.__dashRetViw {
    width: 100%;
    padding-left: 30px;
} 
.__dashRetViw h4 {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
}

.__dashRetViw h4 a{
    color: #000;
}
.__dashRetViw h4 a:hover{
    color: #000;
    text-decoration: underline;
} 
.__orderWrp {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 1px 10px 2px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 10px 2px #d8d8d8;
    color: #000;
}

.__ordrtobar {
    padding: 7px 15px;
    border-bottom: #E6E6E6 1px solid;
    margin-bottom: -1px;
}

.__odrid {
    color: #000;
    font-weight: 500;
    padding-right: 4%;
}
.__odrid span{
	color: #AAAAAA;
}

.__odrtime {
    color: #AAAAAA;
}
.__arowOdr {
    float: right;
    font-size: 14px;
    color: #a9a9a9;
	margin-top: 2px;
}

.__dashRetViwLIston2p .__ordrBody {
    border-top: #ccc 1px dashed;
}
.__ordrBody {
    padding: 15px;
 
}
.__ordrBody h6{
	font-size: 19px;
}
.__ordrBody .flex-shrink-0 img {
    width: 90px;
    height: 90px;
    border: #ccc 1px solid;
    padding: 1px;
    border-radius: 7px;
	object-fit: cover;
}
 

.__status {
	padding: 3px 11px;
    text-align: center;
    float: left;
    margin-top: 5px;
    font-weight: 400;
    border-radius: 4px;
    margin-right: 5px;
    font-size: 13px;
}

.__process {
	color: #ff9800;
	border: #ff9800 1px solid;
	background: #ff980040;
}

.__delivered {
	color: #00C30D;
	border: #00C30D 1px solid;
	background: #DFF7E1;
}

.__pending {
	color: #795548;
	border: #795548 1px solid;
	background: #79554840;
}

.__canceled {
	color: #f44336;
	border: #f44336 1px solid;
	background: #f4433640;
}
 
.__dah_wishlist {}




.__dah_wishlist .__cartbozImg img { 
    width: 150px;
    min-width: 150px;
    max-width: 150px;
} 

.__dah_wishlist .__cartPrice {
    /* margin-top: -42px; */
} 

.__isdvg h6 a {
    color: #000;
    font-size: 15px;
} 

.__dashRetViw .__chkAdlisVw_Add {
    
} 

.__dashRetViw h6{
    font-weight: 500;
    font-size: 13px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
}
  

.__crtBozWrp {
	background: #fff;
	border: #D8D8D8 1px solid;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 15px;
}


.__cartbozItm{ }

.__cartbozImg {
	text-align: center;
}
.__cartbozImg img{

	border: #D8D8D8 1px solid;
	border-radius: 10px;
	overflow: hidden;
	width: 220px;
	min-width: 220px;
	max-width: 220px;
	object-fit: cover;
}
.__cartbozVew{

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.__cartbozVew h5{
	font-size: 19px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.__cartbozVew h5 a{
    color: #000;
}
.__cartWigt {

}

.__cartRemPriWrp {
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
}
.__carRrbInrBtn{
	border-radius: 30px;
	border: #ccc 1px solid;
	padding: 3px 15px;
	text-align: center;
	font-size: 15px;
	display: inline-block;
	color: #757575;
	transition: all .5s;
}

.__carRrbInrBtn:hover {
	color: red;
	transition: all .5s;
	border: red 1px solid;
}

.__cartPrice{
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	color: var(--color-primary);
}

.__cartQty{
	margin: 5px 0;
}

.__cartQty .__qtyWrp .form-label {
	color: #686868;
	margin-bottom: 2px;
	text-align: center;
	font-size: 14px;
}

.__cartQty .__qtyWrp .form-select{
	text-align: center;
}

.__cartbozVew .__scientificName {
	font-size: 16px;
	font-weight:normal;
}


.__carBtmBtnWrap{
	margin: 5px 0;
    display: flex;
    justify-content: space-between;
}

/*
.__crtChkCouShop,
.__crtChkBtn{
	padding: 10px;
	font-weight: bold;
	min-width: 200px;
	font-size: 19px;
}
*/
.__crtChkCouShop{
	font-size: 17px;
}


.__cartQty .__qtyWrp input { 
    min-height: 35px;
}
.__cartQty .input-group-btn .quantity-left-minus,
.__cartQty .input-group-btn .quantity-right-plus{
     min-height: 35px;
     padding:  7px 5px;

    
}
.__movtocart{
	background: var(--color-secondary);
	border:  var(--color-secondary) 1px solid;
	color: #fff;
}

.__movtocart:hover{
	background: #fff;
	border:  var(--color-secondary) 1px solid;
	color: var(--color-secondary)
}

 
/* ====================== */
.__proflWrp{
	background: #FFFFFF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	padding: 10px 15px 5px;
	margin-bottom: 25px;
}
.__proflWrp label{
	margin-bottom: 7px;
}
/* ====================== */
.__about {
	background: url(..images/product_catalogue_banner.jpg) no-repeat center center;

	color: #fff;
    min-height: 350px;
    max-height: 380px;
    text-align: center;
}

.__scoutinner {
    margin: 25px 0;
}
/* ====================== */
/* ====================== */
  

.order-id .order-date {
    font-size: 13px;
    line-height: 19px;
    text-transform: capitalize;
    color: #6a6a6a;
    margin-left: 15px;
}
  
.order-id .order-date {
    font-size: 13px;
    line-height: 19px;
    text-transform: capitalize;
    color: #6a6a6a;
    margin-left: 15px;
} 
.tab-info-main {
    background: #ffffff;
    box-shadow: 0px 0px 12px rgb(140 140 140 / 25%);
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 20px;
} 
.tab-orders-info {
    padding: 5px 00px;
    border-right: 1px solid #d3d3d375;
    height: auto;
}  
.tab-info-main .tab-orders-info h3 {
	font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
} 
.tab-orders-info p {
    font-weight: normal;
    font-size: 15px;
    color: #484848;
    margin-bottom: 0;
} 
.tab-orders-info .table-cart.table tr td {
    font-size: 13px;
    line-height: 19px;
    padding: 2px 0;
    color: #565656;
}  
.tab-orders-info .table-cart.table tr td b {
    font-weight: bold;
    color: #000;
} 
.orders-content {
    background: #ffffff;
    box-shadow: 0px 0px 12px rgb(140 140 140 / 25%);
    border-radius: 5px;
    margin-bottom: 15px; 
}

.orders-content .orders-header {
    border-bottom: 1px solid #d3d3d375;
    padding: 10px 15px;
    padding-right: 10px;
} 

.orders-content .orders-header p {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

.tab-orders-list {
    padding: 5px 20px;
    margin-bottom: 10px;
    border-right: 1px solid #d3d3d375;
    margin-top: 10px;
}


.tab-orders-list .media img {
    background: #ffffff;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    border-radius: 10px;
    width: 120px;
    height: 120px;
    padding: 1px;
    object-fit: cover;
    margin-right: 15px;
}




.tab-orders-detail .tab-orders-list .media .media-body h5 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}
.tab-orders-detail .tab-orders-list .media .media-body h6 {
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    color: #686868;
    margin-bottom: 2px;
}

.tab-orders-detail .tab-orders-list .media .media-body h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 2px;
}

.tab-write-review {
	background: #e8f6f6;
    border: 1px solid #009688;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #009688;
    margin-right: 10px;
    padding: 6px 10px;
    height: auto;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}

.tab-write-review svg, 
.tab-retrun-order svg {
    margin-right: 2px;
    position: relative;
    top: -1px;
    height: 16px;
}

.tab-retrun-order {
    background: #ffdce8;
    border: 1px solid #e91e63;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: #e91e63; 
    margin-right: 10px;
    padding: 6px 10px;
    height: auto;
	min-height: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}



.tab-orders-list .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.tab-orders-list .media-body {
	width: 100%;
}
 


.tab-write-review:hover {
    opacity: 0.8;
    color: #000;
}
.tab-retrun-order:hover {
    color: #ff0000;
    opacity: 0.8;
}


.__odrrtnoneb{
    border-right: none;
}


.__reoderopoup{
    
}

.__reoderopoup .modal-dialog{
    max-width: 550px;
}


.__reoderopoup .modal-dialog .modal-content .modal-body {
    padding: 15px;
}
 



.__reoderopoup .modal-dialog .modal-content .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}



.__ordtpwbuwp{
	display: flex;
    margin-top: 5px;
}

.__paymentMethod{ 
	padding-top: 10px;
	margin-top: 10px;
}

/* ================================= */
/* ================================= */
.__notificationsMaxld {
    max-height: 560px;
    min-height: 560px;
    padding-right: 10px;
}
.__notificationsMaxld.scrollbar {
    margin-bottom: 10px;
    overflow-y: scroll;
}

 /* -------------------------------- */

 .__notificationsWrp {
    padding: 25px;
    display: inline-block;
    width: 100%;

	border-radius: 5px;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
    margin-bottom: 25px;
}

.__notificationsWrp h5{
	font-size: 15px;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px;
}

.__notficitmBoz{
	margin-bottom: 20px;
}

.__notficitmBoz svg path{
	fill: var(--color-primary);
}

.__notficitmBoz .flex-grow-1 {
	border: #ccccccba 1px solid;
    border-radius: 5px;
    padding: 15px;
}

.__notficitmCotex {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 10px;
}

.__notfihdz{
	font-size: 15px;
    font-weight: 500;
	color: #000;
	width: 100%;
}

.__notfidate{
	min-width: 180px;
}

.__notficitmBoz .flex-grow-1 p{
	margin-bottom: 5px;
}


.__notificationsMaxld{
	max-height: 560px;
	min-height: 560px;
    padding-right: 10px;
}



 /* -------------------------------- */   
 /* -------------------------------- */ 




/* ================================= */
/* =================================
.dash {
	display: flex;
    margin-left: 10px;
    border-right: #ccc 1px solid;
    padding-right: 15px;
    min-height: 22px;
    align-items: center;
}

.after_login .nav-link.dropdown-toggle {
    padding: 0px;
    display: flex;
    flex-direction: column;
    line-height: 16px;
    padding-right: 10px;
	color: #000;
}
.after_login .nav-link.dropdown-toggle:hover {
	color: #000;
}
.lim {
    width: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.after_login .dropdown-toggle h6 {
	margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
} 

.after_login .dropdown-toggle::after {
    position: absolute;
    right: -4px;
    top: 40%;
}


.after_login .dropdown-menu {
	top: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	-moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	border: none;
	min-width: 155px;
	border-radius: 7px;
	padding: 0;
	font-size: 13px;
	overflow: hidden;
}
.after_login .dropdown-menu a {
	font-weight: 500;
	padding: 8px 15px !important;
}
.after_login .dropdown-menu a:hover {
	color: #fff !important;
	background: var(--color-primary);
	padding: 0;
}
*/


/* ================================= */













/* ================================= */
/* ================================= */
.dash {
	display: flex;
	align-items: center;
	margin-left: 10px;
	border-right: #ccc 1px solid;
	padding-right: 15px;
	min-height: 22px;
	max-height: 22px;
}

.after_login .nav-link.dropdown-toggle {
	padding: 0px;
	display: flex;
	flex-direction: row;
	line-height: 16px;
	padding-right: 10px;
	color: #000;
	align-items: center;
}


.after_login .nav-link.dropdown-toggle:hover {
	color: #000;
}

.after_login .nav-link.dropdown-toggle svg {
	margin-top: -2px;
	margin-left: 3px;
}

.after_login .__afPic {
	float: left;
	margin-right: 7px;
	height: 35px;
	width: 35px;

	padding: 2px;
	margin-top: -4px;
}

.after_login .__afPic img {
    border: var(--color-primary) 1px solid;
    padding: 1px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    object-fit: cover;
    background: #fff;
    min-width: 35px;
}


.lim {
	max-width: 65px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
}

.after_login .dropdown-toggle h6 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 400;
}


.after_login .dropdown-toggle::after {
	position: absolute;
	right: -4px;
	top: 40%;
}


.after_login .dropdown-menu {
	top: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	-moz-box-shadow: 0px 3px 13px 1px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 3px 13px 1px rgb(0 0 0 / 24%);
	border: none;
	min-width: 155px;
	border-radius: 7px;
	padding: 0;
	font-size: 13px;
	overflow: hidden;
}

.after_login .dropdown-menu a {
	font-weight: 500;
	padding: 8px 15px !important;
	/*border-bottom: #ddd 1px solid;*/
}

.after_login .dropdown-menu a:hover {
	color: #000 !important;
 
	padding: 0;
}


/* ================================= */
/* ================================= */
/* ================================= */ 

.__term_conditions{
	min-height: 200px;
	text-align: center;
	color: #fff;
}

.__statipg{
	font-size: 14px;
} 
.__statipg h2{
	font-size: 22px;
}

.__statipg h2{
	font-size: 20px;
}

.__statipg h3{
	font-size: 18px;
}

.__statipg h4{
	font-size: 16px;
}
 
.__statipg h5{
	font-size: 15px;
}
 
 
.__statipg h5{
	font-size: 14px;
}

.__statipg ul{
	margin: 0 auto;
	padding: 15px 15px
} 
.__statipg ul{
	margin: 0 auto;
	padding: 15px 15px
}

 
 
/* ================================= */
/* ================================= */
 
.__contactPg { 
    padding: 45px 0;
}

.__contactPgInrBoz {
    max-width: 975px;
    margin: 0 auto;
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    border-radius: 5px;
}

.__ctsWhatsapp, 
.__ctscall, 
.__ctsemail, 
.__ctsLocton {
    margin: 5px 0;
}

.__ctsWhatsapp img, 
.__ctscall img,
.__ctsemail img,
.__ctsLocton img {
	margin-right: 5px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.__contactPg h3{
	font-size: 20px;
}


.__contactPg h5{
	font-size: 16px;
}
/* ================================= */
/* ================================= */
 
/* ================================= */
/* ================================= */

.__contact_bnr{
	min-height: 250px;
    max-height: 250px;
 }

.__contact_bnr h2{ 
	text-align: center;
	font-size: 28px;
	color: #fff;
}

.__mpaVr{
	margin-top: 25px;
	border-radius: 15px;
	overflow: hidden;
} 
.__mpaVr iframe{
	float: left;
	border-radius: 5px;
	overflow: hidden;
	border: #ccc 1px solid; 
}  
._social_icons_top {
	margin-bottom: 15px;
}
/* ================================= */
/* ================================= */


/* ================================= */
/* ================================= */

.__faqAccwrp {
	margin-bottom: 15px;
}


.__faqAccwrp .accordion-button {
    color: #ffffff;
    background-color: #247779; 
    font-size: 15px;
	padding: 10px 20px;
    font-weight: 600;
}


/* ================================= */
/* ================================= */






/* ================================= */
/* ================================= */ 

.__srlisWv {
	position: absolute;
	min-width: 100%;
	max-width: 100%;
	width: 100%; 
	border-radius: 5px;
	  max-height: 478px ;
	  overflow-y: scroll;  
	z-index: 10;

	padding: 10px;
	/*margin-top: 37px;*/


	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25); 
	border-radius: 5px;

}
/* 
.__srlisWv::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
} */


.__srlisWv { 
	 overflow-y: scroll;  
}


.__srlisWv::-webkit-scrollbar-track{
	/* -webkit-box-shadow: inset 0 0 6px #EAEAEA; */
	border-radius: 10px;
	background-color: #EAEAEA;
}

.__srlisWv::-webkit-scrollbar {
	width: 9px;
	background-color: #BBBBBB;
	border-radius: 10px;
}

.__srlisWv::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: #BBBBBB;
}









.__SearchedLiv { 
}

.__researchWv {
}

.__SearchedLiv ul {
	padding: 0;
    margin: 0 0px; 
    line-height: 25px;
}


.__SearchedLiv ul li{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0px 0;
	list-style:none;
	background: url(../images/magnifying_Glass.svg) no-repeat left; 
	border-bottom: #D3D3D3 1px solid; 
}
.__SearchedLiv ul li::before {
	content: "";
    background: url(../images/hitry_ico.svg) no-repeat left;
    position: absolute;
    z-index: 10000;
    right: 0;
    top: 10px;
    width: 15px;
    height: 15px;
    display: none;
	
}

.__SearchedLiv ul li .__srClose {
    position: absolute;
    right: 0;
    top: 13px;
    z-index: 1;
	cursor: pointer;
}

.__SearchedLiv ul li .__srClose:hover svg path{ 
	fill: var(--nav-color);
}
.__SearchedLiv ul li a {
	padding: 6px 0;
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.__SearchedLiv h5{
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 5px;
	padding-top: 10px;
}

.__searchSliderWv{
	margin-top: 15px;
}
/* ================================= */
/* ================================= */ 











/* ================================= */
/* ================================= */




/* ================================= */
/* ================================= */










/* ================================= */
/* ================================= */

.__progressCmbzx {
	padding: 25px;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px rgba(140, 140, 140, 0.25);
	border-radius: 5px;

}

.__progreCmbzx {
	 
}

.pops {
	text-align: center;
	/* margin: 25px auto;  */
	/* min-width: 600px; */
	width: 100%; 
	max-width: 966px;
	/* min-width: 966px; */
    /* overflow-x: scroll; */
}

.pops .row.justify-content-between{
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: auto;
    /* max-width: 966px; */
    margin: 0;
}

.pops ul.progress-bar {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	list-style: none !important;
	background-color: #337ab700 !important;
	-webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.pops li.section {
	display: inline-block !important;
	padding-top: 35px !important;
	font-size: 12px !important;
	line-height: 16px !important;
	color: #000;
	vertical-align: top !important;
	position: relative !important;
	text-align: center !important;
	/* overflow: hidden !important; */
	float: inherit !important;
	border-bottom: none;
	text-overflow: ellipsis !important;
	font-weight: 500;
}

.pops li.section:before {
	content: ' ';
	position: absolute;
	top: 9px;
	left: calc(50% - 5px);
	z-index: 1;
	width: 15px;
	height: 16px;
	color: white;
	border: 2px solid white;
	border-radius: 17px;
	line-height: 23px;
	background: #8C8C8C;
	font-size: 17px;
}

.pops .status-bar {
	height: 2px;
	background: #CFCFCF;
	position: relative;
	top: 33px;
	margin: 0 auto;
}



.pops .current-status {
	height: 2px;
	width: 0;
	border-radius: 1px;
	background: mediumseagreen;
}

@keyframes changeBackground {
	from {
		background: gray
	}

	to {
		background: #01B537;
	}
}

.pops li.section.visited:before {
	/*	content: '\2714';*/
	content: ' ';
	animation: changeBackground .5s linear;
	animation-fill-mode: forwards;
}

.pops li.section.visited.current:before {
	box-shadow: 0 0 0 2px #01B537;
}

.progress-bar {
	overflow: inherit;
	display: inline-block;
}

.otext .fa-chevron-right {
	font-size: 14px;
}

.__prosName {
    line-height: 14px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
}
.___smatdfi {

	font-size: 11px;
	color: #858585;
	line-height: 12px;
	margin-top: 7px;

}

.__progressCmbzx h6 {
	font-weight: bold;
	font-size: 16px !important;
	line-height: 21px;
	text-align: center;
	margin-bottom: 0;
}

/****  progress END*/











 







 
 


@media (max-width: 1399px) { 
	.menu_wrap ul>li>a {
		padding: 15px  7px !important;
	} 
}
 



@media (max-width: 1199px) { 
	.menu_wrap ul>li>a {
		padding: 15px 5px !important;
		font-size: 12px;
	}

	.__shipBagSmll {
		min-width: 350px;
		max-width: 350px;
	}
}

@media (max-width: 991px) {


	.__sectionMenu{
		display: none;
	}
	.__shipBagWrp {
		display: flex;
		flex-direction: column;
	}


	.__shipBagSmll {
		min-width: 100%;
		max-width: 100%;
	}

	.__shipBagBig { 
		padding-right: 0;
	}

	.header_nav {
		float: left;
		width: auto;
		display: block;
		position: relative;
		z-index: 9;
		margin-right: 15px;
	}

	#menu.mm-menu_opened {
		display: block !important;
	}

	.__logo{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.__logo_actMM{
		width: 100%;
	}
 

	.__cctest { 
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	.__logo { 
		margin-bottom: 15px;
		margin-top: 5px;
	}

	.__searcWrpM {
		margin-left: 0;
	}
	.__banner .carousel-item img {
		  height: auto;
	}

	.__welcoWrpImg {
		text-align: center;
	}

	.__GetTuchBozNuber h6{
		font-size: 20px;
	}
	.__GetTouchBoz h3, 
	.__subcBtnwpfrm h3 {
		font-size: 17px;
	}

	.__subcBtnwpfrm,
	.__GetTouchBoz {
		padding: 0 20px;
		min-height: 250px;
	}

	.__ftnvll {
		margin-bottom: 25px;
	}

	.__ftBotm {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}
	.__ftRxrz{
		margin-bottom: 10px;
	}

	.__dashWrinr {
		display: flex;
		flex-direction: column;
	}
	.__dashLefNav { 
		width: 100%;
		display: none;
	}

	.__dashRetViw {
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}
}

@media (max-width: 767px) {
	.__shpctBozwrp { 
		display: flex;
		flex-direction: column;
	}
	.__shipcontz .__proNme {
		padding-right: 0;
	}
	.__prolibtWv{
		margin-top: 15px;
	}
	.__shiZeprt,
	.__shiZepRt {
		width: 100%;
	}
	.__subscribeWrap {
		padding: 0;
	}
	.__GetTouchWrap{
		padding: 0;
	}

	.__social_wrap h6, .__ftnvll h6 {
		margin-bottom: 5px;
	}
	.__banner .carousel-item img {
		height: 180px;
		object-fit: cover;
	}

	.__tpbrWrap .container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.__tpBntSwtWr { 
		margin-bottom: 10px;
	}

	.__hdrtWrp {
		 
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.__htRTool {
		display: flex;
		align-items: center;
		margin-left: 0;
		width: 100%;
		margin: 15px auto 0;
		justify-content: center;
	}


	.__products_sct .swiper-button-prev {
		 
		left: 0px !important;
	}
		
	.__products_sct .swiper-button-next{
		right: 0 !important;
	}

	.__sLnrWrp {
		display: flex;
		flex-wrap: wrap;
	} 
	.__sLtResutWrp { 
		padding-left: 0;
		margin-top: 25px;
	}
	.__sLtFirtWrp {
		max-width: 100%;
		width: 100%;
	}



}

@media (max-width: 576px) {

	.__shiMg {
	 display: none;
	}
	.__shipcontz{
		/* margin-top: 15px; */
	}

	.__shiZeprt .d-flex { 
		flex-direction: column;
	}
	.__shipcontz {
		margin-left: 0 !important;
	}
	.__shipbtmAction { 
		display: flex;
		flex-direction: column;
	}
	.__tpInfoWr {
		display: flex;
		padding: 5px 0;
		flex-direction: column;
		/* width: 100%;
		text-align: center; */
	}
	.__tpBntSwtWr {
		margin-bottom: 10px;
		width: 100%;
		justify-content: center;
	}
}
