@charset "UTF-8";

 
 /*

@font-face {
font-family:CircularStd;
src: url(/fonts_sm/CircularStd_Medium.ttf);
}
*/

@font-face {
font-family:GEO_55;
src: url(/fonts_sm/Helvetica_Neue_LT_GEO_55_Nus_Regular.ttf);
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 

@font-face {
font-family:"philosopher";
src: url(/assets/fonts/philosopher/Philosopher-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} 


@font-face {
    font-family: 'BPG LE Studio 02 Caps';
    src: url('/assets/fonts/bpg-le-studio-02-caps/bpg-le-studio-02-caps-webfont.eot'); /* IE9 Compat Modes */
    src: url('/assets/fonts/bpg-le-studio-02-caps/bpg-le-studio-02-caps-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/fonts/bpg-le-studio-02-caps/bpg-le-studio-02-caps-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('/assets/fonts/bpg-le-studio-02-caps/bpg-le-studio-02-caps-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('/assets/fonts/bpg-le-studio-02-caps/bpg-le-studio-02-caps-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/assets/fonts/bpg-le-studio-02-caps/bpg-le-studio-02-caps-webfont.svg#bpg_le_studio_02_capsregular') format('svg'); /* Legacy iOS */
}
 
@font-face {
    font-family: 'BPG LE Studio 02';
    src: url('/assets/fonts/bpg-le-studio-02/bpg-le-studio-02-webfont.eot'); /* IE9 Compat Modes */
    src: url('/assets/fonts/bpg-le-studio-02/bpg-le-studio-02-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/fonts/bpg-le-studio-02/bpg-le-studio-02-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('/assets/fonts/bpg-le-studio-02/bpg-le-studio-02-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('/assets/fonts/bpg-le-studio-02/bpg-le-studio-02-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/assets/fonts/bpg-le-studio-02/bpg-le-studio-02-webfont.svg#bpg_le_studio_02regular') format('svg'); /* Legacy iOS */
}



 @font-face {
 font-family:Brush_Script;
 src: url(/fonts_sm/Brush_Script.ttf);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
 }
/*
 @font-face {
 font-family:CharlemagneC;
 src: url(/fonts_sm/CharlemagneC.ttf);
 }

 @font-face {
 font-family:Casanova_Font_Free;
 src: url(/fonts_sm/Casanova_Font_Free.ttf);
 }



 .Font_CC {font-family:CharlemagneC; }
 .Font_CFF {font-family:Casanova_Font_Free; }

*/
 .Font_Brush {font-family:Brush_Script; }

.Font_Philosopher {font-family:"philosopher" !important; }

    .font_CircularStd {font-family:CircularStd;}
    .TO_CAPS {font-feature-settings: "case" on; }

.Font_Arial { font-family: Arial !important;  }


.Geo_Arial { font-family:GEO_55;  }
.Geo_Caps  { }

.Geo_SQR02 { }
 
/*************************/

 

/*  page scrool styles */
::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:15px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#fefefe;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
border-radius: 0px;
background-color:#ccc;
}

::-webkit-scrollbar-thumb:hover{
background-color: #5d5228 ;
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:15px;
height:0px
}

::-webkit-scrollbar{
width: 10px;
}
/*  .page scrool styles */

 

  

/*******************/
.txt_to_1_row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*line-height: 1.2;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    -webkit-line-clamp: 1; 
}


.txt_to_2_row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*line-height: 1.2;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    -webkit-line-clamp: 2; 
}

.txt_to_3_row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*line-height: 1.2;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    -webkit-line-clamp: 3; 
}


.txt_to_4_row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*line-height: 1.2;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    -webkit-line-clamp: 4; 
}

.txt_to_5_row {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*line-height: 1.2;*/
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    -webkit-line-clamp: 5; 
}

/***********************************/

 
.h6,
h6 {
  font-size: 19px;
  line-height: 1.5;
}

/** forms_ff *******/
			/** change standart styles autofill ff ********/
			textarea:focus,
			input[type="text"]:focus,
			input[type="password"]:focus,
			input[type="datetime"]:focus,
			input[type="datetime-local"]:focus,
			input[type="date"]:focus,
			input[type="month"]:focus,
			input[type="time"]:focus,
			input[type="week"]:focus,
			input[type="number"]:focus,
			input[type="email"]:focus,
			input[type="url"]:focus,
			input[type="search"]:focus,
			input[type="tel"]:focus,
			input[type="color"]:focus,
			.uneditable-input:focus { 
				/*
				box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
				outline: 0 none;
				color: green;
				*/
				/*background: #fefefe;*/
			}

			input:-webkit-autofill {
				-webkit-text-fill-color: $black;
				-webkit-box-shadow: 0 0 0px 1000px white inset;
			}
			input:-moz-autofill {
				-moz-text-fill-color: $black;
				-moz-box-shadow: 0 0 0px 1000px white inset;
			}
			input:-o-autofill {
				-o-text-fill-color: $black;
				-o-box-shadow: 0 0 0px 1000px white inset;
			}
			input:-khtml-autofill {
				-khtml-text-fill-color: $black;
				-khtml-box-shadow: 0 0 0px 1000px white inset;
			}
			input:focus:-webkit-autofill {
				-webkit-text-fill-color: $black;
				-webkit-box-shadow: 0 0 0px 1000px white inset;
			}
			input:focus:-moz-autofill {
				-moz-text-fill-color: $black;
				-moz-box-shadow: 0 0 0px 1000px white inset;
			}
			input:focus:-o-autofill {
				-o-text-fill-color: $black;
				-o-box-shadow: 0 0 0px 1000px white inset;
			}
			input:focus:-khtml-autofill {
				-khtml-text-fill-color: $black;
				-khtml-box-shadow: 0 0 0px 1000px white inset;
			}

			/** change standart styles autofill ff ********/


/** .forms_ff *******/


/* select styles */

.select {
    position: relative;
    display: block;
    min-width: 220px;
    width: 100%;
    max-width: 400px;
    /*margin-bottom: 20px;*/
}

.select__head {
    width: 100%;
    max-width: 100%;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);*/
		border: 1px solid #e2e2e9;
		border-radius: 2px;
		height:50px;
    padding: 16px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #0a1d41;
    cursor: pointer;
		background:#fff;
}
.select__head:hover {
border: 1px solid #00b1b0;
}
	

.select__head::after {
    width: 10px;
    height: 6px;
    background: #FAFAFA url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='grey'/%3E%3C/svg%3E%0A") no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
	
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0; 
	
	
    background: #fff;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #e2e2e9;
    border-radius: 2px;
    margin-top: 3px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.select__list .select__item:hover {
    background-color: rgba(224, 229, 231, 0.5);
}

/* .select styles */

/*** pagination styles ****/ 
	
	.pgng_cntnr {
    display: flex;
    flex-direction: row;
    align-content: center;
    /*justify-content: space-between;*/
		justify-content: center;
    align-items: center;
	
	}

	.cnt_vw { font-size:14px; font-weight:700; color:#001d23; padding-left:10px; padding-top: 11px; text-align: left;}
						
	.box-pagination {
		display: inline-block;
		text-align: right;	
	}
						
						.box-pagination a { 
						/*	
						  float: left;
						  margin-left: 1px;
						  margin-right:1px;
						  text-decoration: none;
						  transition: background-color .3s;
						  font-size:13px; 
						  color:#0A1D41; 
						  background:#fff;
						  border: 1px solid #DCDCE8;
						  border-radius: 2px;
						  width: 32px;
						  height: 32px;
						  text-align: center;
						  padding-top: 6px;
						  margin: 0px 4px 0px 4px;	
						*/
							float: left;
							text-decoration: none;
							transition: background-color 0.3s ease 0s;
							font-size: 20px;
							line-height: 20px;
							color: #5C5C5C;
							background: rgb(255, 255, 255);
							/*border: 1px solid rgb(220, 220, 232);*/
							border: 1px solid transparent;
							border-radius: 100%;
							width: 38px;
							height: 38px;
							text-align: center;
							padding-top: 8px;
							margin: 0px 4px;
						}
						
						.box-pagination a.active {
						  color: #fff; 
						  border: 1px solid #21be77;
						  background:#21be77;
						}
						
						.box-pagination a.br_nextprev { border: 1px solid #ccc; color: #ccc; }
						
						.box-pagination a:hover .br_nextprev  { border: 1px solid #21be77; }

						
						.box-pagination a:hover:not(.active) {background-color: #fefefe; border: 1px solid #21be77; color: #21be77; }
						
							.box-pagination a.disabled {background-color: #fff;}
							.box-pagination a.disabled:hover {background-color: #fff;}

							

@media (max-width: 767px)
{
.pgng_cntnr {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
	
	.box-pagination {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    float: left;
    margin-top: 15px;
    justify-content: flex-start;
    padding-left: 2px;
	}
	
	.cnt_vw {padding-left: 5px; } 
	
	
						.box-pagination a { 
						  float: left;
						  margin-left: 1px;
						  margin-right:1px;
						  text-decoration: none;
						  transition: background-color .3s;
						  font-size:12px; 
						  color:#0A1D41; 
						  background:#fff;
						  border: 1px solid #DCDCE8;
						  border-radius: 2px;
						  width: 27px;
						  height: 30px;
						  text-align: center;
						  padding-top: 6px;
						  margin: 0px 1px 0px 1px;						  
						}
	
}
							
/*** .pagination styles ****/ 



/*******************df changes & adds *******************/

.border-st2 {
    border-radius: 15px;
    padding: 2px;
    background: var(--theme-color); 
    transition: all 0.3s ease 0s;
    
    img {
        border-radius: 150px; transition: all 0.3s ease 0s;
        border: 1px dashed var(--theme-color);
        padding: 23px;
        }
}

.border-st2:hover {
    border-radius: 12px; 
    
    img {
        border-radius:32px;
        overflow: hidden;
        }
}


@media (min-width: 1440px)
{
    .container 
    { 
         
        min-width: calc(1440px + var(--container-gutters));
    } 
    
}






.cta-card {
    padding: 70px 40px;
    background-position: bottom left;
    position: relative;
   
        border-radius: 12px;
    padding-top: 90px;
    padding-bottom: 40px;
    
    
}
.cta-card .box-title { 
    font-size: 21px; 
} 
.cta-card .box-heading {
    font-size: 25px; 
    /*text-transform: capitalize;*/
}


.feature-card {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 15px;
    border: 1px dashed #7b6832;
    margin: 3px;
    border-radius: 12px;
    width: calc(33% - 3px);
}
	
	
.feature-card .box-icon {
    width: 132px;
    height: 132px;
    line-height: 80px;
    text-align: center;
    background-color: var(--title-color);
    border-radius: 99px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.blog-card {
    border-radius: 12px;
    padding: 12px;
    background: #fff;
	
	box-shadow: 0px 4px 16px 0px #0000000F;
}
	
.blog-card .box-title {
    font-size: 21px;
    margin-bottom: 22px;
}


/**************** hero  slider changes *****/
     .hero-style3 .hero-title4 { font-size: 38px ; }
    .hero-style3 .hero-title3 { font-size: 25px ; line-height: 25px;   }
    .hero-style3 .hero-subtitle{ font-size: 24px ; }
   
    
    .hsldy_bnrimage {
        max-height: 358px;
        margin-top: 88px;
    }
    
    .hero-style3 {
        padding: 138px 37px; 
        
        padding-top: 158px ; 
        padding-bottom: 58px ; 
    }
    
    
    .hero-3 .hero-overlay {
      position: absolute;
      right: 0;
      height: 100%;
      width: 40.34%;
      /*background-color: var(--theme-color);*/ background-color: transparent;
      border-left: 0px dashed #fff;
     /* background-image: url(/assets/img/bg/bg_v1.png);*/
        
        
       
}
    
.hero-3 .banner-area {
	 margin: 0 28px;  
}
.hero-3 .hero-bottom {
   height: 58px; 
}

.hero-3 .banner-area::before{
    content: '';
    position: absolute;
    top: 63px;
    left: -7px;
    bottom: 52px;
    width: 50%;
    border: 1px dotted var(--theme-color);
    border-top: 0;
    border-right: 0;
    transition: .33s ease-out;
    
    border-radius: 5px;
}

.hero-3 .banner-area::after{
    content: '';
    position: absolute;
    top: 63px;
    right: -7px;
    bottom: 52px;
    width: 100%;
    border: 1px dotted var(--theme-color);
    border-top: 0;
    border-left: 0;
    transition: .33s ease-out;
     
    border-radius: 5px;
}


    .th-btn {border-radius: 6px;}
    
    
    .hero-3 .hero-bottom {
        background-color: #262627; }
    

    .hero-3 {
    background-color: #262627;
    /*border-radius: 12px; */
         border-radius: 0px;
    border: 1px dotted #7c6b2c;
}




.hero-bottom--slogan { 
    display: flex;
    position: absolute;
    right: 0px;						
    color: #9f8026;					
    min-width: 328px;									
    text-align: left;
    font-size: 14px; 
    line-height: 20px; 
    letter-spacing: 0.5px;
}

/**************** .hero  slider changes *****/



/************ offers prods *************/

    .th-product {
    text-align: center;
    /* -webkit-transition: all ease 0.4s; */
    transition: all ease 0.4s;
    background: #fff;
    padding: 12px;
    padding-bottom: 35px;
    border-radius: 12px;
    box-shadow: 0px 4px 16px 0px #0000000F;
}
    
    
    .th-product .product-title {
    font-size: 21px;
    margin: 4px 0 6px 0;
		
		height: 58px;
		
		padding: 0 12px;
}
    
    .th-product .actions .icon-btn {
    --btn-size: 40px;
    font-size: 14px;
    border-color: var(--body-bg);
    background-color: var(--body-bg);
    color: var(--title-color);
    border-radius: 3px;
    margin-bottom: 10px;
        
        
}
  


    .th-product:hover .product-img.transparent-img img { transition: all 0.7s ease 0s; border-radius: 100%; }

    .th-product:hover .product-img.transparent-img img { border-radius: 12px;    }

.btmm_prcblck 
	{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 5px;
    width: calc(100% - 40px);
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #f7f7f7;
    background: #fff;
    height: 70px;
		}

.fitmsm-center{

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.div_info_price {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    height: 50px;
    min-width: 138px;
    padding: 5px;
    text-align: left;
     
    display: inline-flex;
    position: relative;
    color: var(--theme-color);
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 21px;
    line-height: 23px;
}

.div_info_price_del {
    position: absolute;
    top: -3px;
    left: 5px;
    color: #212527;
    font-size: 13px;
    font-weight: 100;
}

.btn_prblckrsmore {
    width: 50px;
    height: 50px;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    background: #f7f7f7;
    border: 1px dotted #f7f7f7;
    border-radius: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
 
.product-title-v2 {
     font-family: var(--body-font);
     color: var(--body-color); 
    font-size: 15px;
    padding: 0px 12px;
    /*text-transform: capitalize;*/
    height: 48px;
    
    a {
		/*	color: #0a1d48; color: color: var(--body-color); */
		
		    color: var(--title-color);
        font-size: 16px;
        line-height: 23px;
	  }
}

/*-------- Button Style Css --------*/

.btn-rmr {
    padding: 12px 10px;
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    border-radius: 25px;
}


.btn-theme {
  background-color: #f32a00;
  border-color: #f32a00;
  border-radius: 32.5px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.375;
  min-width: 200px;
  padding: 21px 37px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme .icon {
  font-size: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 42px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme .icon.icon-img {
  max-width: none;
  width: auto;
}
.btn-theme:hover, .btn-theme:focus {
  background-color: #fea444;
  border-color: #fea444;
  color: #fff;
}
.btn-theme:hover .icon, .btn-theme:focus .icon {
  right: 40px;
}
.btn-theme.btn-theme-color2 {
  background-color: #fea444;
  border-color: #fea444;
}
.btn-theme.btn-theme-color2:hover, .btn-theme.btn-theme-color2:focus {
  background-color: #f32a00;
  border-color: #f32a00;
}
.btn-theme.btn-black {
  background-color: #000;
  border-color: #000;
}
.btn-theme.btn-black:hover {
  background-color: #f32a00;
  border-color: #f32a00;
  color: #fff;
}
.btn-theme.btn-black.btn-border {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
.btn-theme.btn-black.btn-border:hover {
  background-color: #f32a00;
  border-color: #f32a00;
  color: #fff;
}
.btn-theme.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #0e0e0e;
}
.btn-theme.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-theme.btn-white.btn-border {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn-theme.btn-white.btn-border:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f32a00;
}
.btn-theme.btn-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #0e0e0e;
}
.btn-theme.btn-gray:hover {
  background-color: #f32a00;
  border-color: #f32a00;
  color: #fff;
}
.btn-theme.btn-border {
  background-color: transparent;
  border: 2px solid #f32a00;
  color: #f32a00;
  padding: 19px 37px;
}
.btn-theme.btn-border:hover {
  background-color: #f32a00;
  border-color: #f32a00;
  color: #fff;
}
.btn-theme.btn-border.btn-theme-color2 {
  background-color: transparent;
  border-color: #fea444;
  color: #fea444;
}
.btn-theme.btn-border.btn-theme-color2:hover {
  background-color: #fea444;
  border-color: #fea444;
  color: #fff;
}
.btn-theme.btn-border.btn-gray {
  background-color: transparent;
  border-color: #e8e8e8;
  color: #001d23;
}
.btn-theme.btn-border.btn-gray:hover {
  background-color: #f32a00;
  border-color: #f32a00;
  color: #fff;
}
.btn-theme.btn-border.btn-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-theme.btn-border.btn-white:hover {
  background-color: #f32a00;
  border-color: #f32a00;
  color: #fff;
}
.btn-theme.btn-round {
  border-radius: 25px;
}
.btn-theme.btn-round.btn-slide:before {
  border-radius: 25px;
}
.btn-theme.btn-slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn-theme.btn-slide:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  bottom: -40px;
  content: "";
  height: 65px;
  left: -27px;
  position: absolute;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-theme.btn-slide:after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 65px;
  position: absolute;
  right: -27px;
  top: -40px;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-theme.btn-slide .icon.icon-img {
  right: 42px;
}
.btn-theme.btn-slide:hover:before {
  border-radius: 32.5px;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  width: 100%;
}
.btn-theme.btn-slide:hover:after {
  border-radius: 32.5px;
  height: 100%;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.btn-theme.btn-gradient {
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #f32a00 100%);
}
.btn-theme.btn-gradient.btn-border {
  background-color: transparent;
  background: #FEA444;
  background: linear-gradient(to right, #FEA444 0%, #f32a00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn-theme.btn-border-gradient {
  padding: 2px !important;
  z-index: 1;
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #f32a00 100%);
}
.btn-theme.btn-border-gradient:before {
  background-color: #f7f7f7;
  content: "";
  display: block;
  height: calc(100% - 4px);
  left: 2px;
  position: absolute;
  top: 2px;
  width: calc(100% - 4px);
  z-index: -1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme.btn-border-gradient span {
  display: block;
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #f32a00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme.btn-border-gradient.gray-border {
  background: none;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}
.btn-theme.btn-border-gradient.gray-border:after {
  border: 2px solid #d7d7d7;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}
.btn-theme.btn-border-gradient.gray-border:hover {
  background: #FEA444;
  background: linear-gradient(to left, #FEA444 0%, #f32a00 100%);
}
.btn-theme.btn-border-gradient.gray-border:hover:after {
  border-width: 0;
}
.btn-theme.btn-border-gradient.btn-size-xs:before {
  border-radius: 19px;
}
.btn-theme.btn-border-gradient.btn-size-xs span {
  border-radius: 19px;
  padding: 6px 15px;
}
.btn-theme.btn-border-gradient.btn-size-xs:hover .icon {
  right: 18px;
}
.btn-theme.btn-border-gradient.btn-size-md:before {
  border-radius: 32.5px;
}
.btn-theme.btn-border-gradient.btn-size-md:after {
  border-radius: 32.5px;
}
.btn-theme.btn-border-gradient.btn-size-md span {
  border-radius: 32.5px;
  padding: 10.3px 22px;
}
.btn-theme.btn-border-gradient.btn-size-md span .icon {
  right: 25px;
}
.btn-theme.btn-size-xs {
  border-radius: 19px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 38px;
  min-width: 105px;
  padding: 8px 17px;
}
.btn-theme.btn-size-xs .icon {
  right: 20px;
}
.btn-theme.btn-size-xs.btn-border {
  padding: 7px 18px;
}
.btn-theme.btn-size-sm {
  border-radius: 22.5px;
  font-size: 15px;
  min-height: 45px;
  min-width: 130px;
  padding: 12px 22px;
}
.btn-theme.btn-size-sm .icon {
  right: 22px;
}
.btn-theme.btn-size-sm.btn-border {
  padding: 10px 20px;
}
.btn-theme.btn-size-md {
  font-size: 15px;
  min-height: 45px;
  min-width: 150px;
  padding: 12px 22px;
}
.btn-theme.btn-size-md .icon {
  right: 22px;
}
.btn-theme.btn-size-md.btn-border {
  padding: 10px 20px;
}
.btn-theme.btn-size-lg {
  height: 50px;
  min-width: 180px;
  text-align: center;
}
.btn-theme.btn-size-xl {
  height: 50px;
  min-width: 220px;
  text-align: center;
}
.btn-theme.btn-size-xxl {
  height: 52px;
  min-width: 270px;
  text-align: center;
}

.btn-link {
  color: #f32a00;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-link:hover {
  color: #000;
}

/*-------- Owl Carousel Style Css --------*/

    .specoffers-area.specoffers-default-area:before {
    background-color: #f7f7f7;
    bottom: 0;
    content: "";
    height: calc(100% + 225px);
    left: 0;
    position: absolute;
    width: calc(50% - 126px);
    z-index: -1;
}
    
.specoffers-area .layer-style:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 970px;
    left: 50px;
    position: absolute;
    top: 50px;
    width: 970px;
    z-index: -1;
}

.smst1-area .layer-style:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 970px;
    left: 50px;
    position: absolute;
    top: 278px;
    width: 970px;
    z-index: -1;
}

.smst2-area .layer-style:before {
    background-color: #f8f8f8;
    border-radius: 50%;
    content: "";
    height: 970px;
    left: 50px;
    position: absolute;
    top: 238px;
    width: 970px;
    z-index: -1;
}


@media (max-width: 991px) {
    .layer-style {  display: none; height: 0px; width: 0px; left: 0; top: 0;  }
	
	.specoffers-area .layer-style:before {  height: 0px; width: 0px; left: 0; top: 0;  }
	.smst1-area .layer-style:before {   height: 0px; width: 0px; left: 0; top: 0;  }
	.smst2-area .layer-style:before {    height: 0px; width: 0px; left: 0; top: 0;  }
	
	
}
/************ .offers prods *************/


/** megamenu ***********/
        .megamenu_sm_v1_itmswrppr {
    width: 100%;
         
        border: 0px solid red;
        border-radius: 5px;
    }
    .megamenu_sm_v1_itm { }
	
	
	
	
	
	
	
	
	.cattt_wrppr {
	width: 100%;	
	min-height: 370px;	
	max-height: 850px;
    overflow-y: hidden;
		overflow-x: hidden;
    padding: 1px;
    border: 0px dashed green;
    position: relative;
     
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	}
	
	
.cattt_wrppr::-webkit-scrollbar {
    width: 5px;
    background-color: #F8F9FA;
    padding: 5px;
}

.cattt_wrppr::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}



	.cattt-linkto {
		display: inline-flex;
		margin: 0px;
		padding: 0px;
	}
	
	.cattt_item {
    margin-right: 3px;
    margin-bottom: 3px;
    border: 1px solid #c7c7c7;
    padding: 2px;
    border-radius: 8px;
    width: 217px;
    height: 70px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	}
	
	
	
	.cattt-title {
	display: inline-flex;
    font-size: 15px;
    font-weight: 100;
    line-height: 20px;
    /*text-transform: capitalize;*/
    font-family: var(--body-font);
    height: 70px;
    width: 150px;
    text-align: left;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	}
	
	.cattt-img {
	display: inline-flex;
    height: 55px;
    width: 55px;
    padding: 3px;
    margin-right: 8px;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 100px;
    overflow: hidden;
	}

	.cattt-img img { border-radius: 150px; }

/******* . megamenu *********/



/*------------------- 5.00. Tab mnsm -------------------*/
/* Tab mnsm 1 ------------------------------------*/
.tab-mnsm1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  margin-top: -20px;
  /* Medium devices */
}

.tab-mnsm1 .th-btn {
  min-width: 122px;
}

.tab-mnsm1 .th-btn.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.tab-mnsm1 .th-btn.active:before {
  border: none;
}

@media (max-width: 991px) {
  .tab-mnsm1 {
    gap: 16px;
    margin-bottom: 45px;
    margin-top: -10px;
  }
  .tab-mnsm1 .th-btn {
    min-width: auto;
  }
}

/* Tab mnsm 2 ------------------------------------*/
.tab-mnsm2 {
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Large devices */
}

@media (max-width: 1199px) {
  .tab-mnsm2 {
    margin-top: -15px;
  }
}

.tab-mnsm2 .tab-btn {
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  background-color: var(--smoke-color);
  border-radius: 99px;
  border: none;
  padding: 6px 35px;
  color: var(--title-color);
  position: relative;
  z-index: 2;
  overflow: hidden;
  /* Small devices */
}

.tab-mnsm2 .tab-btn:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(left, var(--theme-color) 0%, #FD8900 100%);
  background-image: linear-gradient(to right, var(--theme-color) 0%, #FD8900 100%);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 99px;
  z-index: -1;
}

@media (max-width: 767px) {
  .tab-mnsm2 .tab-btn {
    padding: 6px 30px;
  }
}

@media (max-width: 350px) {
  .tab-mnsm2 .tab-btn {
    padding: 6px 20px;
  }
}

.tab-mnsm2 .tab-btn .date {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-top: -4px;
  color: var(--body-color);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.tab-mnsm2 .tab-btn.active {
  border-color: transparent;
  color: var(--white-color);
}

.tab-mnsm2 .tab-btn.active:before {
  width: 100%;
  height: 100%;
}

.tab-mnsm2 .tab-btn.active .date {
  color: var(--white-color);
}

/*------------------- 4.00. mnsm -------------------*/
/* mnsm 1 -----------------------*/
.mnsm-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  /* Extra small devices */
  /* Extra small devices */
}

.mnsm-list-area {
  padding: 0 30px;
  /* Large devices */
}

@media (max-width: 1199px) {
  .mnsm-list-area {
    padding: 0;
  }
}

.mnsm-list:last-child {
  margin-bottom: 0;
}

.mnsm-list .box-img {
  width: 84px;
  position: relative;
  z-index: 2;
  border-radius: 99px;
}

.mnsm-list .box-img:after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--theme-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.mnsm-list .box-img img {
  border-radius: 99px;
}

.mnsm-list .box-img .actions {
  position: absolute;
  inset: 0;
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mnsm-list .box-img .icon-btn {
  --btn-size: 40px;
  font-size: 16px;
  border-radius: 99px;
  border: none;
  background-color: var(--white-color);
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  z-index: 3;
}

.mnsm-list .box-img .icon-btn:hover {
  background-color: var(--title-color);
}

.mnsm-list .box-title {
  margin-top: 0;
  margin-bottom: -8px;
  font-size: 30px;
}

.mnsm-list .box-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px 12px;
}

.mnsm-list .box-price {
  margin-bottom: 0;
  font-size: 30px;
  margin-left: 15px;
}

.mnsm-list .box-text {
  margin-bottom: 0;
  width: auto;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

.mnsm-list .box-line {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  border-bottom: 1px dashed var(--th-border-color);
  position: relative;
  top: -10px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}

@media (max-width: 1299px) {
  .mnsm-list .box-line {
    -webkit-box-flex: 66%;
    -webkit-flex: 66%;
        -ms-flex: 66%;
            flex: 66%;
  }
}

@media (max-width: 1199px) {
  .mnsm-list .box-line {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}

@media (max-width: 991px) {
  .mnsm-list .box-line {
    -webkit-box-flex: 72%;
    -webkit-flex: 72%;
        -ms-flex: 72%;
            flex: 72%;
  }
}

@media (max-width: 767px) {
  .mnsm-list .box-line {
    -webkit-box-flex: 10%;
    -webkit-flex: 10%;
        -ms-flex: 10%;
            flex: 10%;
  }
}

@media (max-width: 575px) {
  .mnsm-list .box-line {
    display: none;
  }
}

.mnsm-list .box-line:before, .mnsm-list .box-line:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background-color: var(--th-border-color);
  position: absolute;
  bottom: -4px;
}

.mnsm-list .box-line:before {
  left: -10px;
}

.mnsm-list .box-line:after {
  right: -10px;
}

@media (max-width: 575px) {
  .mnsm-list {
    gap: 15px;
  }
  .mnsm-list .box-price, .mnsm-list .box-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .mnsm-list .box-title {
    margin-bottom: 5px;
  }
  .mnsm-list .box-price {
    margin-left: 0;
  }
  .mnsm-list .box-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 375px) {
  .mnsm-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .mnsm-list .box-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mnsm-list-slider {
  --pos-x: -30px;
  /* Medium devices */
}

@media (max-width: 991px) {
  .mnsm-list-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mnsm-list-slider .slider-arrow {
  --title-color: #fff;
  top: 58%;
  /* Medium Large devices */
  /* Small devices */
}

@media (max-width: 1299px) {
  .mnsm-list-slider .slider-arrow {
    display: block;
  }
}

@media (max-width: 767px) {
  .mnsm-list-slider .slider-arrow {
    display: none;
  }
}

.mnsm-list-slider .th-slider {
  max-width: 714px;
  margin-left: auto;
  margin-right: auto;
}

.mnsm-list-slider .mnsm-list {
  --body-color: #8E97A6;
  --th-border-color: #8E97A6;
}

.mnsm-list-slider .mnsm-list .box-title {
  color: var(--white-color);
}

.mnsm-list-slider .mnsm-list .box-line {
  -webkit-box-flex: 60%;
  -webkit-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
  /* Small devices */
}

@media (max-width: 767px) {
  .mnsm-list-slider .mnsm-list .box-line {
    display: none;
  }
}

.mnsm-list-slider .mnsm-list .box-price {
  color: var(--theme-color);
}

.mnsm-list:hover .box-img:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 0.8;
}

.mnsm-list:hover .box-img .icon-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.mnsm-img1 {
  margin-left: -225px;
  position: relative;
  overflow: hidden;
  width: 415px;
  aspect-ratio: 0.63 / 1;
}

.mnsm-img1 img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 115%;
  object-fit: cover;
}

.mnsm-img2 {
  margin-right: -225px;
  position: relative;
  overflow: hidden;
  width: 415px;
  aspect-ratio: 0.63 / 1;
}

.mnsm-img2 img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 115%;
  object-fit: cover;
}

/* Large devices */
@media (max-width: 1199px) {
  .mnsm-img1,
  .mnsm-img2 {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0;
    max-height: 350px;
  }
}

/* mnsm 2 -----------------------*/
.mnsm-card {
  --space: 36px;
  text-align: center;
  border-top: 1px solid var(--body-color);
  border-bottom: 1px solid var(--body-color);
  margin-bottom: 35px;
  margin-top: 18px;
  position: relative;
  z-index: 2;
  /* Small devices */
  /* Extra small devices */
}

.mnsm-card:before {
  content: '';
  position: absolute;
  top: -1px;
  left: calc(50% - 23px);
  width: 46px;
  height: 2px;
  background-color: var(--body-bg);
}

.mnsm-card:after {
  content: '';
  height: 18px;
  width: 14px;
  background-color: var(--title-color);
  -webkit-clip-path: path("M0 9.00056L7.00001 18L14 9.00056L7.00001 0L0 9.00056Z");
          clip-path: path("M0 9.00056L7.00001 18L14 9.00056L7.00001 0L0 9.00056Z");
  position: absolute;
  top: -18px;
  left: calc(50% - 7px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.mnsm-card .box-title {
  font-size: 26px;
  padding-top: 12px;
  margin-bottom: 7px;
}

.mnsm-card .box-img {
  border-top: 1px solid var(--body-color);
  border-bottom: 1px solid var(--body-color);
  overflow: hidden;
}

.mnsm-card .box-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.mnsm-card .box-text {
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 2px;
}

.mnsm-card .box-price {
  font-size: 20px;
  color: var(--white-color);
  background-color: var(--title-color);
  width: 50px;
  height: 50px;
  line-height: 49px;
  text-align: center;
  border-radius: 99px;
  margin: 0 auto -35px auto;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.mnsm-card .box-shape {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.mnsm-card .box-shape:before, .mnsm-card .box-shape:after {
  content: '';
  height: 100%;
  width: 1px;
  background-color: var(--body-color);
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mnsm-card .box-shape:before {
  left: var(--space);
}

.mnsm-card .box-shape:after {
  right: var(--space);
}

.mnsm-card:hover:after {
  background-color: var(--theme-color);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.mnsm-card:hover .box-shape:before {
  left: 0;
}

.mnsm-card:hover .box-shape:after {
  right: 0;
}

.mnsm-card:hover .box-price {
  background-color: var(--theme-color);
}

.mnsm-card:hover .box-img img {
  -webkit-transform: scaleX(1.1);
      -ms-transform: scaleX(1.1);
          transform: scaleX(1.1);
}

@media (max-width: 767px) {
  .mnsm-card {
    --space: 26px;
  }
}

@media (max-width: 575px) {
  .mnsm-card {
    --space: 36px;
  }
}

/* mnsm 4 -----------------------------------*/
.mnsm-sec4 {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--white-color);
}

.mnsm-list-block {
  /* Large devices */
}

.mnsm-list-block .mnsm-list .box-line {
  -webkit-box-flex: 53%;
  -webkit-flex: 53%;
      -ms-flex: 53%;
          flex: 53%;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .mnsm-list-block .mnsm-list .box-line {
    -webkit-box-flex: 46%;
    -webkit-flex: 46%;
        -ms-flex: 46%;
            flex: 46%;
  }
}

@media (max-width: 1299px) {
  .mnsm-list-block .mnsm-list .box-line {
    -webkit-box-flex: 24%;
    -webkit-flex: 24%;
        -ms-flex: 24%;
            flex: 24%;
  }
}

@media (max-width: 1199px) {
  .mnsm-list-block .mnsm-list .box-line {
    -webkit-box-flex: 84%;
    -webkit-flex: 84%;
        -ms-flex: 84%;
            flex: 84%;
  }
}

@media (max-width: 991px) {
  .mnsm-list-block .mnsm-list .box-line {
    -webkit-box-flex: 74%;
    -webkit-flex: 74%;
        -ms-flex: 74%;
            flex: 74%;
  }
}

@media (max-width: 767px) {
  .mnsm-list-block .mnsm-list .box-line {
    -webkit-box-flex: 12%;
    -webkit-flex: 12%;
        -ms-flex: 12%;
            flex: 12%;
  }
}

@media (max-width: 1199px) {
  .mnsm-list-block {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}


/*------------------- . 5.00. Tab mnsm -------------------*/



/***  login-registration *********/
.label-inside {
    margin-bottom: 0;
    margin-top: 0;
    display: block;
        color: var(--theme-color);
    font-family: var(--body-font);
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 1px;
    left: 18px;
    background: transparent;
    padding: 0 12px;
    min-width: 150px;
    border-radius: 15px;
    /* border: 1px solid var(--th-border-color); */
    z-index: 2;
}

#loginform .form-group { margin: 0px; }
	
.login_status_notification {
    display: none;
    color: #ad2121;
    border: 1px solid #ad2121;
    margin-bottom: 25px;
    border-radius: 6px;
    padding: 15px;
}


	#d_registration .form-group { margin: 0px; }
	
	

.reg_status_notification {
	display: none;  
	color: #ad2121; 
	border: 1px solid #ad2121;
	margin-bottom: 25px; 
	border-radius: 6px; 
	padding: 15px;
	}
	
	
.reg_tabs_lnks ul {
	display: inline-flex; 
	margin-bottom: 30px;
	
	 list-style: none; 
	}
	
	.reg_tabs_lnks ul > li > a {
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		font-size: 16px;
		line-height: 32px; 
		font-weight: 500;
		color: #000;
		border-bottom: 2px solid #fff;
		transition: all 0.3s ease 0s; 
		
		cursor: pointer;
		
		
	}
	
	.reg_tabs_lnks ul > li > a:hover, .reg_tabs_lnks ul > li > a.active {
		background: #fff;
		color: var(--theme-color);
		border-bottom: 2px solid var(--theme-color); 
	}
	
	
	  
.norification_block_error
{
    position: relative;
    background: #ad2121;
	color: #fff;
    padding: 15px; 
    border: 1px solid #ad2121;
    border-radius: 6px;
    transition: all 0.3s ease 0s;
    margin-bottom: 25px;
}

/***  login-registration *********/


.breadcumb-sm {
    padding-top: 158px;
    padding-bottom: 28px;
    background: #ccc url(/assets/img/bg/breadcumb-bg.jpg) center no-repeat;
	
	text-align: left;
	
	border-bottom: 2px dotted var(--theme-color);
}

.bgcoverst_v1 {
	padding: 25px;
    box-shadow: 0px 4px 16px 0px #0000000F;
    background: #ffffff70;
    border-radius: 12px;
    border: 1px dotted #ccc;
}


.wss-addrssbr {
	max-width: fit-content;
    float: right;
    text-align: right;
    background: #272727;
    padding: 3px 35px;
        border-radius: 50px 25px 50px 15px;
    margin-top: 23px; 
	
	transform: skewX(-8deg);
}

.wss-ttledv {
	text-align: left;  
	padding: 5px 12px;   
	padding-left: 0px;
	max-width: fit-content; 
	margin: 0px;
}


.breadcumb-sm-link { 
	color: var(--theme-color);
	transition: all 0.7s ease 0s;
}
.breadcumb-sm-link:hover { 
	color: #fefefe; 
}

@media (max-width: 767px) {
    .wss-addrssbr {
		float: left;
        text-align: center;
        margin-top: 8px;
        width: 100%;
        max-width: 100%;
        border-radius: 50px;
    }
	
    .breadcumb-sm {
        padding-top: 137px;
        padding-bottom: 28px;
        background: #ccc url(/assets/img/bg/breadcumb-bg.jpg) left no-repeat;

        text-align: left;

        border-bottom: 2px dotted var(--theme-color);
        }
	
.wss-ttledv {
    text-align: center;
    padding: 5px 12px;
    padding-left: 0px;
    max-width: 100%;
    margin: 0px;
    /* font-size: 14px !important; */
}
	
}


/*********** blog news *******************/
.blog-single {
    position: relative;
    margin-bottom: 40px;
	
	border-radius: 6px;
	padding: 12px;
	background: #fff;
	border: 1px solid #ddd;
}
	
.blog-single .blog-title {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 1.25;
}
	
.recent-post .media-img {
    margin-right: 15px;
    width: 92px;
    border-radius: 5px;
    overflow: hidden;
    /* border-radius: 0; */
    position: relative;
    padding: 6px;
    background: #fff;
        box-shadow: 0px 2px 4px rgba(2, 29, 53, 0.1);
}



    .widget_smv2  {
        position: relative;
    }
    
.widget_smv2::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    width: 50%; height: 50%; 
    border-radius: 6px;
    border: 1px dotted var(--theme-color);
    border-bottom: 0;
    border-left: 0;
    transition: .33s ease-out;
}


/*********** .blog news *******************/



/********* products list styles ******************/
	.topcatslist {
		transition: all ease 0.4s; background: #fff; padding: 12px; border-radius: 12px; box-shadow: 0px 4px 16px 0px #0000000F;
	}
	
	.topcatslist__ttle {
    padding: 12px; padding-left: 28px;
    height: 38px;
    border-bottom: 1px dotted var(--theme-color);
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 78px);
    margin-left: 8px;
		
		position: relative;
		
		    color: var(--theme-color);
	}

	.topcatslist__ttle::before {
    content: "";
    width: 38px;
    height: 15px;
    background: var(--theme-color);
    position: absolute;
    top: 10px;
    left: -28px;
    border-radius: 3px;
    transform: skew(-10deg);
    transition: all 0.3s ease 0s;
	}
	
	.topcatslist__itm {
	height: 50px;
    width: 100%;
    transition: all ease 0.4s;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 16px 0px #0000000F;
    margin-bottom: 5px;
    
		display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
		
		padding-left: 12px;
		
		color: #030108;
	}
	.topcatslist__itm:hover { color: var(--theme-color);  }
	
	.topcatslist__itm img {
		height: 38px; 
		width: 38px; 
		display: inline-flex;
		
		border-radius: 50px;
		padding: 2px; 
		background: var(--theme-color); 
		
		margin-right: 8px;
	}
	
	
	
	
	
	
	
 .prsfltrs_cvr 
	{
	 background: #fff;
	 padding: 6px  ;
	  
	 width: 242px;
	 display: flex;
	 flex-direction: column;
	 flex-wrap: nowrap;
	 justify-content: flex-start;
	 align-items: center;
	 
	 height: 100px;
	 
     border-radius: 12px 12px 0 0px;
    
     border-bottom: 1px dotted var(--theme-color);
		
		margin-bottom: 0px;
    padding-bottom: 0px;
		
		    box-shadow: 0px 4px 16px 0px #0000000F;
	}
	
	
	
	/***** subcategories row *************/
	
	.subcattt_wrppr {
	width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all ease 0.4s;
    background: #fff;
    padding: 6px; padding-right: 3px;
    border-radius: 6px;
    box-shadow: 0px 4px 16px 0px #0000000F;
	}
	
	
.subcattt_wrppr::-webkit-scrollbar {
    width: 5px;
    background-color: #F8F9FA;
    padding: 5px;
}

.subcattt_wrppr::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}



	.subcattt_linkto {
		display: inline-flex;
		margin: 0px;
		padding: 0px;
		
		/*width: calc(20% - 3px); */
		width: 20%; 
	}
	
	.subcattt_item {
    margin-right: 3px;
    margin-bottom: 3px;
       border: 1px dotted var(--theme-color);
    padding: 2px;     
		padding-left: 5px;
    border-radius: 6px;
    width: 100%;
    height: 62px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	}
	
	
	
	.subcattt_title {
	display: inline-flex;
    font-size: 14px;
    font-weight: 100;
    line-height: 18px;
    /*text-transform: capitalize;*/
    font-family: var(--body-font);
    height: 62px;
	width: calc(100% - 78px);
    text-align: left;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
		
		color: #030108;
	}
	
	.subcattt_item:hover .subcattt_title { color: var(--theme-color); }
	
	.subcattt_img {
	display: inline-flex;
    height: 50px;
    width: 50px;
    padding: 2px;
		    border: 1px dashed var(--theme-color);
    margin-right: 8px;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 100px;
    overflow: hidden;
	}

.subcattt_img img { border-radius: 150px;}

	/***** .subcategories row *************/

/********* .products list styles ******************/
















/* notifications */
.jGrowl-closer, .jGrowl-notification {
    width: 338px;
    display: none;
}

.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer, .jGrowl-notification {
    background-color: #568B58;
    text-align: left;
    border-radius: 4px;
    min-height: 58px;
	height:70px;
	line-height: 48px;
    margin: 10px;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.08), 0 1px 5px 0 rgba(0,0,0,.2); 
	background: #E1F4E2 url('/assets/img/done_icon.svg') 0% 0% no-repeat padding-box;
	background-position: left 10px top 25px;
	border: 1px dotted #22C828;
	font-size: 12px !important;
	color:#22C828;
    padding: 10px;
	padding-top: 15px;
	padding-left: 42px !important;
	
    width: 308px !important; 
   
    
}

.jGrowl-notification button{
background:none;
border: none;
}

.jGrowl {
    z-index: 9999;
    color: #fff;
    position: fixed;
}
.jGrowl-notification .jGrowl-close{color:#b6eab8; border-radius:2px;z-index:99;border:none;float:right;font-size:2.4em;line-height:40px;cursor:pointer;background-color:transparent;}
.jGrowl-notification .jGrowl-close:hover{background-color:transparent; color: green;}

/* . notifications */


/**** menu area ***************/
	
    .th-header .menu-area {
            position: relative;
            z-index: 2;
            border-bottom: 0px dashed #fff;
        }
    
	
	
.header-layout3 .header-logo {
  background-color: var(--theme-color);
  padding: 0px 65px;
  height: 100%;
}

@media (max-width: 1700px) {
  .header-layout3 .header-logo {
    padding: 0px 20px;
  }
}
	
.header-layout3 .sticky-wrapper {
    background-color: #030108;
}
	
	
    
    .top-rrow-wrppr {
    width: 100%;
    height: 35px;
    border-bottom: 1px dotted #ccc;
       border-top: 1px solid #0d0f10;
    background: var(--theme-color);
    position: fixed;
    top: 0px;
     
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
		
		 
    }
    
    .top-rcol-1 {
        width: 150px;
        position: relative;
    }
 
        .top-rcol-2 {
			position: fixed;
        	
			
			/*left: calc(50% - 150px);*/
			right: -25px;
			top: 3px;
			max-width: 300px;
            display: inline-flex;
    }
    
    .top-rcol-3 {
    height: 100%;
    width: calc(100% - 150px);
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    
		
		position: relative;
    }
    
    .top-rcol-3 a { color: #e7e7e7; margin-right: 12px; font-size: 14px;   }
    
    
    
    .img-cstmlogo {
    position: absolute;
    top: -30px;
    left: 0px;
    height: 115px !important;
    /* filter: invert(1); */
    background: var(--theme-color);
    padding: 12px 93px;
    border-radius: 0 0 50px 0;
    }
    
    
    
    
    .langs_blck {
    display: inline-flex;
    height: 100%;
    width: 128px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
		
				margin-left: 25px;
		margin-right: 12px;
    }

    .lanfff_imglnk {
        
       display: inline-flex;

    }
    
    .lanfff_imglnk img
    {
    height: 25px;
    width: 25px;
    margin-left: 7px;
    border-radius: 50px;
    background: #fff;
    padding: 2px;
    }
    
    
    .megamenu_sm_v1 {
        
    width: 920px !important;
    min-height: 370px;
    max-height: 75dvh;
        overflow-y: hidden;  
        min-width: 920px !important;
   /* top: calc(100% + 2px) !important;*/
		 top: calc(100% - 10px) !important;
		left: 0px !important;
    border-radius: 5px 5px 25px 5px !important;
        
    padding: 5px;
        padding-left: 0px;  padding-right: 0px;
	padding-bottom: 15px;
        
        background: red;
    }
    
    
    .ctlgue_btn_v1 { 
        background: #607d8b3d;
    /* height: 70px; */
    padding: 12px !important;
    border-radius: 12px 3px 5px 3px;
    /*width: 190px;*/
		padding-left: 12px;
		padding-right: 12px;
 
    align-items: center; 
    height: 50px;
    }
    .ctlgue_btn_v1_icon { display: inline-flex; height: 32px; width: 32px; height: 10px; width: 5px; margin-right: 7px; }
    

    
	
	
	
	
	
	
	
	
	/**********************************/
	
	
.langselect-flagcntnr { 
display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 9px;
	position: relative;
	}
.langselect-flag { 
	height: 25px;
    width: 25px;
    border-radius: 50px;
    overflow: hidden;
    padding: 2px;
    background: #fff;
    margin-right: 8px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	}

.langselect-flag img { border-radius: 50px; }
.langselect-flagdesc { font-size: 14px; color: #fff; text-transform: uppercase; font-family: var(--body-font); }	
	
	
 
.abslt_btn_str {
position: absolute;
left: 62px;
top: 9px;
height: 32px;
font-size: 15px;
line-height: 15px;
/* background: red; */
/*width: 100px;*/
text-align: left;
display: inline-flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
	}
	
.mcart__cnrt {
    font-family: Arial;
    font-size: 14px;
    top: 0px;
    right: -5px;
	}

	.sticky-wrapper-v2 {
		position: fixed !important; 
		top: 35px !important; 
		width: 100%;
		box-shadow: 0px 12px 20px 2px #0a00004a; 
		height: 102px; 
		padding-top: 8px;
    	border-bottom: 3px solid var(--theme-color);
	}
	.header-logo-v2 {
	border-radius: 0px 50px 50px 0px; position: relative;
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center; 
	padding-top: 0px;
	padding-bottom: 0px; 
	border-right: 1px dotted #01060882;
	margin-top: 7px;
	}
	
	
	.logo_v8__cvr {
	display: inline-flex; height: 54px; width: 167px; background: #030108; border: 0px solid red;  position: relative; border-radius: 50px;	
		
	}
	
	.logo_v8 {
	 position: absolute;
	 left: -12px;
	 top: -14px;
	 width: 88px;
	 height: 82px;
	 z-index: 2;
	 padding: 3px;
	 padding-top: 2px;
	 background: #272727;
	 border-radius: 100%;
	 border: 1px dotted var(--theme-color);
	 border-left: 5px solid var(--theme-color);
	}
	
	.logo_v8__img {
    border-radius: 100px;
    border: 1px solid var(--theme-color);
    height: 76px !important;
    width: 80px !important;
	}
	
	.logo_v8__dp1 {
		position: absolute;
		 left: 0px;
		 top: 0px;
		 height: 100%;
		 width: 232px;
		 background: #272727;
		 border-radius: 50px;
		 z-index: 1;
	}
	
	.logo_v8__dp2 {
		position: absolute;													
		left: 78px;													
		top: 8px;													
		height: 50px;
		z-index: 3;				
		width: 132px;	
		/* background: red; */
		padding: 2px; padding-left: 8px;
		 line-height: 20px;
		 display: inline-flex;
		 flex-direction: column;
		 flex-wrap: nowrap;
		 justify-content: center;
		 align-items: flex-start;
	}
	
	.logo_v8__dp2r1 { color: #f7f7f7; font-size: 21px; }
	.logo_v8__dp2r2 { color: var(--theme-color); font-size: 11px; }
	
 .square-btn__dp1 {
	 height: 50px; line-height: 20px; font-size: 20px; border-radius: 25px 0px 0px 25px; width: 80px; margin-right: -8px;   
	}
	
	.ic_mrstr__mr {  margin-right: 70px; }

/**** .menu area ***************/



/**** prod page ***************/

	
.crnrline__inner::before {
    content: '';
    position: absolute;
    top: 51px;
    left: 12px;
    bottom: 12px;
    width: 50%;
    border: 1px dotted var(--theme-color);
    border-top: 0;
    border-right: 0;
    transition: .33s ease-out;
}
.crnrline__inner::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    width: 50%;
    border: 1px dotted var(--theme-color);
    border-bottom: 0;
    border-left: 0;
    transition: .33s ease-out;
}
	
	.price__v1 {    
		color: var(--theme-color); 
    font-size: 32px;
    line-height: 23px;
		    max-width: fit-content;
    margin-bottom: 19px;
    margin-top: -0.2em;
		}	
	
	
	
.rsrvtn-form3 .form-control, .rsrvtn-form3 .form-select {
    background-color: #d8dde1;
    border: none;
	
	border-radius: 6px;
}
	
	.main-img {
		border-radius: 100%;
		    border: 1px dotted var(--theme-color);
		
	}
	
	.addtowishlist{
		
	}
	
	/*
	.addtowishlist::after {
    content: '❤︎';
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
			color: var(--theme-color);
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; 
    vertical-align: middle;
    
    
   
    position: absolute;
    top: -5px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    z-index: 2;
    font-size: 11px;
    line-height: 10px;
    font-family: Arial;
	}
	*/
	
	
.mrgi_block {
	position: absolute;
    width: 138px;
    height: 38px;
    right: 0;
    top: -10px;
    border: 0px solid red;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
	
	font-size: 14px; 
	}
	
.mrgi_icon {
	background: #ddd;
    border-radius: 50px;
    height: 32px;
    width: 32px;
    display: inline-flex;
    margin-left: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border: 2px dotted #fff;
    color: #607D8B;
	}	
	
.prchse_btnswwpr 
	{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;			
	}
	
    
    
    
    .grmgprs_block {
        background:  #323232;
        border-radius: 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
       
        justify-content: center;  
        gap: 15px;
        align-items: flex-start;
        padding: 24px 12px;
        
        position: relative;
    } 
.grmgprs_block::before {
    content: '';
    position: absolute;
    top: 51px;
    left: 12px;
    bottom: 12px;
    width: 50%;
    border: 1px dotted var(--theme-color);
    border-top: 0;
    border-right: 0;
    transition: .33s ease-out;
}
.grmgprs_block::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    width: 50%;
    border: 1px dotted var(--theme-color);
    border-bottom: 0;
    border-left: 0;
    transition: .33s ease-out;
}
    
	.grmgprs_wrppr {
    display: flex;
    margin: 23px 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 12px;
    border-top: 1px dotted #ddd;
    max-width: fit-content;
	}
	
	.grmgprs_1tem {
    height: 58px;
    width: 58px;
    display: inline-flex;
    background: #ddd;
    border-radius: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    color: var(--theme-color);
    
	margin-right: 12px;
        position: relative;
            background: #9d800e40;
    padding: 5px;
    box-shadow: 0px 4px 16px 0px #0000000F;
    border: 1px dotted var(--theme-color);
	}
    .grmgprs_1tem span  { font-size: 16px;}
    
    .grmgprs_1tem:hover {color: #fff;  background: var(--theme-color); border: 1px dotted #fff; }
    
    .grmgprs_1tem::before {
        content: '';
        height: 62px;
        width: 62px;
         
        position: absolute;
        top: -3px;
        left: -3px;
        z-index: -1;
        border-radius: 100px;
        
        border: 1px dashed var(--theme-color);
    }
	
    .grmgprs_1tem_active {
    height: 60px;
    width: 60px;
    display: inline-flex;
    background: #ddd;
    border-radius: 50px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    color: var(--theme-color);
    
	margin-right: 12px;
        position: relative;
            background: #9d800e40;
    padding: 5px;
    box-shadow: 0px 4px 16px 0px #0000000F;
    border: 1px dotted #fff;
        
        color: #fff;
        background: var(--theme-color);
    }
    
    .grmgprs_1tem_active::before {
        content: '';
        height: 66px;
        width: 66px;
        position: absolute;
        top: -4px;
        left: -4px;
        z-index: -1;
        border-radius: 100px;
        border: 1px dashed var(--theme-color);
    }
    
    
    .grmgprs_1tem_active:hover {color: #fff;  background: var(--theme-color); }
    
    .grmgprs_1tem   span  { font-size: 16px;}
    .grmgprs_1tem_active span  { font-size: 16px;}
    
    
    .info-link__cover {
    display: flex;
    width: 100%;
    height: 56px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
        
    color: #030108; 
    }    
    .info-link__cover:hover { color: var(--theme-color); }
    
    
    .info-link__icon {
        background: #ccc; height: 56px; width: 56px; padding: 8px; border-radius: 50px; margin-right: 8px;
            border: 2px dotted #efefef;
    }
    
    .info-link__body {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    line-height: 20px;
    }
    
    .box-title__v2 {
        font-size: 18px;
            margin-bottom: -3px;
    margin-top: 3px;
    }
    
    
    
    .woniti_saqoneli_info {
    width: 100%;
    min-height: 38px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
	align-items: flex-start;
    padding: 12px;
    border: 1px dashed #D8DDE1;
    border-radius: 12px;
    margin-bottom: 15px;
    margin-top: 25px;
        
      
        
    }
    
    .woniti_saqoneli_info__icon {
        display: inline-flex;
        width: 72px;
        min-height: 38px;
        margin-right: 12px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
        padding: 2px;
    }
    
    .woniti_saqoneli_info__txt {
display: inline-flex;
    width: calc(1000% - 90px);
    min-height: 38px;
    margin-right: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #607d8b;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 100;
    padding: 3px;
    }
    

/****** .prod page ***************/


/***** modals  popup *************/
.mfp-close-v2 {
  display: inline-block;
  /*border: 2px solid; */ border: 0px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.mfp-close-v2:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}


.imgblock__v2::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    bottom: 12px;
    width: 50%;
	height: 50%;
    border: 1px dotted var(--theme-color);
    border-bottom: 0;
    border-right: 0;
    transition: .33s ease-out;
	
	border-radius: 8px 0 0 0;
}




/***** .modals  popup *************/

.shopcartlist__v2 {
    max-height: calc(70dvh - 70px);
    overflow-y: auto; 
    padding-right: 5px;
     
}

.shopcartlist__v2::-webkit-scrollbar {
    width: 5px;
    background-color: #F8F9FA;
    padding: 5px; 
}

.shopcartlist__v2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;  
}



@media (max-width: 767px) {
    .counter-card {
        width: 100%;
        text-align: center;
    }
	
	.feature-card { width: 100%; }
	
}
	



 
/******* cart ******************/

	
.sticky-md-top {
    top: 250px;
    z-index: 1;
}
.cart_table td:before, .cart_table th {
    font-family: var(--title-font);
    color: var(--title-color);
    border: none;
    padding: 18px 15px;
    font-size: 16px;
}

.wcmmrc-notices-wrapper .wcmmrc-message:before {
    /* content: "\f14a"; */
    content: "\f06a";
    font-weight: 300;
}
    
    .qty-updte-v1 {
    height: 30px !important;
    width: fit-content !important;
    padding: 3px 8px !important;
    display: inline-flex;
    margin-left: 6px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 25px !important;
    /* background: #ccc; */
    font-size: 14px !important;
    color: var(--theme-color) !important;
    background-color: #ecf0f1 !important;
    transition: all ease 0.4s;
    border: 2px solid var(--smoke-color) !important; 
    }
    .qty-updte-v1:hover {
        background-color: var(--theme-color) !important;
        color: #fff !important;
        border: 2px solid var(--theme-color) !important;
    }
	
	 
	
	
	.empty_cart_notice {
    border: 1px dotted #fff;
    border-radius: 6px;
    color: var(--theme-color);
    background-color: #ecf0f1;
	padding: 25px;
	min-height: 378px;
	}
	
	


.remove-prdct-icon {
    position: absolute;
    left: -5px;
    top: -5px;
    height: 28px;
    width: 28px;
    background: #fefefe;
    color: var(--theme-color);
	border: 0px solid #ccc;
    font-size: 13px;
    line-height: 28px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    cursor: pointer;
	transition: all 0.7s ease 0s;
	box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.25);
}
.remove-prdct-icon:hover {
	background: var(--theme-color);
	color: #fff;
}

.cartprod-img-vcp {
border-radius: 150px; 
	border: 1px dotted var(--theme-color); 
	padding: 2px; background: #fff; 
	box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.25); width: 78px; height: 78px; max-width: 82px;
}


/********** .cart **************/

/***** checkout *****************/

    .stepper-mrow {
    width: 100%;
    min-height: 58px;
    display: flex; 
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 12px;
     border-bottom: 1px dotted #ddd; 
        
    }
    .stepper__step {
    display: inline-flex;
    height: 52px;
    width: 27%;
    padding: 8px;
     
    margin-right: 12px;
    margin-bottom: 6px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border-radius: 50px; 
	background: #607d8b28;
	position: relative; 
        
    }
    
    .stepper__step:not(:last-child):after {
    content: '';
    position: absolute;
    height: 6px;
    width: 12px; 
    right: -12px;
    top: calc(50% - 3px);
	background: #607d8b28;
    z-index: 1;
        
    }
    
    .stepper__icon {
    display: inline-flex;
    margin-right: 6px;
    height: 38px;
    width: 38px;
    background: #ccc;
    border-radius: 50px;
    font-family: Tahoma;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 2px;
        border: 1px solid #ccc;
    }
    
    .stepper__step__active {
       /* background: var(--theme-color);*/
        color: var(--theme-color);; 
        
         /*   box-shadow: 0px 2px 7px rgb(1 15 28 / 58%); */
		 border-left: 5px solid var(--theme-color);
        
    }  
   
    .stepper__step__active .stepper__icon {
        background: var(--theme-color);
        border-color: #fff;
        color: #fff;
    }



.o-opt-wppr {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 15px;
    position: relative;
    
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.o-opt-wppr:hover { border: 1px solid var(--theme-color); box-shadow: 0px 4px 16px 0px #0000000F; }

.o-opt-selectoption { 
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 50px;
    height: 38px;
    width: 38px;
    line-height: 7px;
    background: #ddd;
    border: 0px solid var(--theme-color);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    
}

.o-opt-top { 
height: 12px;
}
.o-opt-icon { 
    border-radius: 150px;
    overflow: hidden;
    height: 88px;
    width: 88px;
    padding: 12px;
    background: #7d6b2d;
    margin-bottom: 12px;
    border: 2px dotted #fff;
}
.o-opt-dscrpt { 

}

@media (max-width: 575px) { 
	
    .stepper-mrow {
        width: 100%;
        min-height: 58px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items : flex-start;
        padding-bottom: 12px;
        border-bottom: 1px dotted #ddd;
    }
    .stepper__step {  width: 100%; }
    .stepper__step:not(:last-child):after { display: none; }   
    
    
    
    
}

/***** .checkout *****************/


@media (max-width: 575px) { 
	
	.th-widget-about-v2 { max-width: 100%; }
	
}

.smtststylev2 {
	display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start;
}

@media (max-width: 575px) { 
	
	.smtststylev2 {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	
	.prsfltrs_cvr { width: 100%; }
	
}

/**** myorders page ********/
.ordrs_main_info_wrppr { width: 100%; }

.ordrs_main_info__ls {
    float:left; min-height: 70px;  text-align:left; margin-top: 0px; line-height: 20px; font-size: 14px; padding: 2px 15px; 
}
.ordrs_main_info__rs {
    float:right; height: 70px;  text-align:left; vertical-align:top; margin-top: 0px; line-height: 20px; font-size: 14px; 
}
.ordrs_main_info__rsblockcntn {
    display:inline-block; text-align: right; padding-top: 8px; 
}


.order_item_wppr__img img { 
    border-radius: 150px; border: 1px dotted var(--theme-color); padding: 2px; height: 58px; width: 58px; 
    }


@media (max-width: 575px) { 
	
	.ordrs_main_info_wrppr {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 12px;
        padding-bottom: 50px;
	}
	 
    .ordrs_main_info__rsblockcntn { width: 100%; text-align: left; padding-left: 15px; }
	
    .order_item_wppr__img img { 
     height: 50px; width: 50px; 
    }
    
    .order_item_wppr__info { 
        line-height: 20px !important;
        height: auto !important;
        width: calc(100% - 70px);
         
    }
    
    
    .hidden-on-smll { display: none; }
}


/**** .myorders page ********/


.th-social a {
        border-radius: 6px;
        border: 1px solid var(--theme-color);
	}



.sbcrb-msg {
    position: absolute;
    left: 5px;
    bottom: -32px;
    color: #fff;
}











