html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "IRANYekan";
  src: url("../font/IRANYekanXVF.woff") format("woff-variations"), url("../font/IRANYekanXVF.woff") format("woff"), url("../font/IRANYekanXVF.woff2") format("woff2");
  font-display: fallback;
  font-feature-settings: "lnum";
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "lnum";
  src: url("../font/IRANYekanX-Regular.woff2") format("woff2"), url("../font/IRANYekanX-Regular.woff") format("woff");
}

@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "lnum";
  src: url("../font/IRANYekanX-Medium.woff2") format("woff2"), url("../font/IRANYekanX-Medium.woff") format("woff");
}


:root {
  /* theme color */
  --main-color-one: #0761f6;
  --main-color-orange: #fe9900;
  --main-color-one-shadow: #0763f657;
  --main-color-one-hover: #0547b2;
  --main-color-two: #ef3f56 !important;
  --red-light-two: rgba(228, 64, 116, 0.21);
  --red-light-three: #ffeeee;
  --main-color-two-shadow: #ef473a57;
  --main-color-two-hover: #ce2c20;
  --main-color-three: #08b95d;
  --main-color-three-shadow: #11c56b57;
  --main-color-three-hover: #099f54;
  --bg-site: #f4f5f9;
  --bg-white: #ffffff;
  --bg-site2: #f7f7f7;
  --color-site: #515151;
  --text-muted: #565757;
  --text-muted-two: #929292;
  --text-muted-three: #333;
  --bs-primary: #ef3f56 !important;
  /* border */
  --border-muted: #ced4da;
  overflow-x:hidden;
}

.bg-danger{
	background-color:#ef3f56 !important;
}

.btn-danger{
	background-color:#ef3f56 !important;
	border-color:#ef3f56 !important;
}

.text-danger{
	color:#ef3f56 !important;
}

.border-danger{
	border-color:#ef3f56 !important;
}

body {
  font-family: "IRANYekan" !important;
  -moz-font-feature-settings: "ss02" !important;
  -webkit-font-feature-settings: "ss02" !important;
  font-feature-settings: "ss02" !important;
  direction: rtl;
  background-color: #f2f2f2 !important;
}

a {
  text-decoration: none;
}

.text-justify {
  text-align: justify;
}

.fs-10 {
  font-size: 10px;
}


.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fars-standard {
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}


.scroll-sec::-webkit-scrollbar{
	width:10px; 
	height:5px;
	visibility: hidden;
}

.scroll-sec{  
	height: 300px;   
    overflow-y: scroll; 
}

.scroll-sec:hover::-webkit-scrollbar {  
    visibility: visible;  
}  

.scroll-sec::-webkit-scrollbar-track{
	background-color: #fff ;

}
::-webkit-scrollbar-thumb{
background-color: #ababab ;
border-radius: 10px ;	
}


.slick-slider{
	border-radius: 15px;
    overflow: hidden;
}


/***** public style item *****/

.head-category-item {
  height: 40px;
  overflow: hidden;
  margin-top: 10px;
}

.add-to-cart {
  /*right: 0;
  bottom: 29px;
  border-radius: 15px 0 0 0;*/
}

.fav-icon {
	
/*  top: 65px;
  left: 5px;
background-color: #fff;
  border: solid 2px #e9ecef !important;
 display: none;*/
}

.fav-icon:hover {
  border: solid 2px #e9ecef !important;
}

.compare-icon {

 /* top: 105px;
  left: 5px;
  background-color: #fff;
  border: solid 2px #e9ecef !important;
 display: none; */
}

.compare-icon:hover {
  border: solid 2px #e9ecef !important;
}

/*.product-template:hover .fav-icon {
  display: inline-block;
}

.product-template:hover .compare-icon {
  display: inline-block;
}*/

/******** chevron *********/


.swiper-button-next {
  height: 50px !important;
  width: 50px !important;
  /*    margin-right: -9px !important;*/
  background-color: rgba(256, 256, 256, 0.8);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
  border-radius: 100%;
  top: 50% !important;
  right: 0;
  position: absolute;
  z-index: 10000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555 !important;
}

.swiper-button-prev {
  height: 50px !important;
  width: 50px !important;
  /*    margin-left: -9px !important;*/
  background-color: rgba(256, 256, 256, 0.8);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
  border-radius: 100%;
  top: 50% !important;
  left: 0;
  position: absolute;
  z-index: 10000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555 !important;
}

.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
  margin-right: 2px;
}

.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
  margin-left: 2px;
}


/******** chevron search box siwper *********/


.swiper-button-next-search {
  height: 40px !important;
  width: 40px !important;
  /*    margin-right: -9px !important;*/
  background-color: rgba(256, 256, 256, 0.8);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
  border-radius: 100%;
  top: 80px !important;
  right: 0;
  position: absolute;
  z-index: 10000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev-search {
  height: 40px !important;
  width: 40px !important;
  /*    margin-left: -9px !important;*/
  background-color: rgba(256, 256, 256, 0.8);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
  border-radius: 100%;
  top: 80px !important;
  left: 0;
  position: absolute;
  z-index: 10000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-container-search-rtl .swiper-button-prev-search {
  background-image: none !important;
  margin-right: 2px;
}

.swiper-container-search-rtl .swiper-button-next-search {
  background-image: none !important;
  margin-left: 2px;
}

/******** chevron search box siwper TAG *********/


.swiper-button-next-tag {
  height: 40px !important;
  width: 40px !important;
  /*    margin-right: -9px !important;*/
  background-color: rgba(256, 256, 256, 0.8);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
  border-radius: 100%;
  top: 90% !important;
  right: 0;
  position: absolute;
  z-index: 10000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev-tag {
  height: 40px !important;
  width: 40px !important;
  /*    margin-left: -9px !important;*/
  background-color: rgba(256, 256, 256, 0.8);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
  border-radius: 100%;
  top: 90% !important;
  left: 0;
  position: absolute;
  z-index: 10000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-container-tag-rtl .swiper-button-prev-tag {
  background-image: none !important;
  margin-right: 2px;
}

.swiper-container-tag-rtl .swiper-button-next-tag {
  background-image: none !important;
  margin-left: 2px;
}



/******** chevron fantastic page *********/


.swiper-button-next-fan {
  height: 40px !important;
  width: 40px !important;
  background-color: rgba(256, 256, 256, 0.8);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
  border-radius: 50px;
  position: absolute;
  z-index: 10000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 180px;
  margin-left: 5px;
}

/*
.swiper-button-prev-fan {
    height: 70px !important;
    width: 35px !important;
    margin-left: -9px !important;
    background-color: rgba(256, 256, 256, 0.8);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
    border-radius: 0px 10px 10px 0px;
    position: absolute;
    z-index: 10000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/

/*
.swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    margin-right: -10px;
}

.swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    margin-left: -10px;
}
*/


/****** slider  ******/


.carousel-inner {
       /* max-height: 305px !important;*/
	border-radius:20px;
}



   

/*************term page*************/

:focus {
  box-shadow: unset !important;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  line-height: 16px;
  color: #fff;
  opacity: 0.95;
}

.bar-notification.success {
  background-color: #4bb07a;
}

.bar-notification.error {
  background-color: #e4444c;
}

.bar-notification.warning {
  background-color: #f39c12;
}

.bar-notification {
  position: relative;
  display: none;
  padding: 15px 25px 15px 10px;
}

  .bar-notification .content {
    margin: 0 20px 0 0;
  }

    .bar-notification .content a {
      color: #fff;
      text-decoration: underline;
    }

  .bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 7px;
    background: #fff url('../images/close.png') center no-repeat;
    cursor: pointer;
  }

.popup-notification {
  border-radius: 5px;
  padding: 3px;
  margin: 5px 0;
}

  .popup-notification.success {
    border: 2px rgba( 75,176,122,.5) solid;
  }

  .popup-notification.error {
    border: 2px rgba( 228,68,76,.5) solid;
  }

  .popup-notification.warning {
    border: 2px rgba( 243,156,18,.5) solid;
  }

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
  color: #444;
}

.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url('../images/loading.gif') center no-repeat;
}

.please-wait {
  background: url('../images/ajax-loader-small.gif') no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

.ui-dialog {
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
 font-family: inherit;
}

/*  .ui-dialog:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  }*/

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important;
}

  .ui-dialog-titlebar > span {
    float: left;
    font-size: 18px;
    color: #444;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
  }

  .ui-dialog-titlebar button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: none;
    overflow: hidden;
    background: url('../images/close.png') center no-repeat;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    top: 0 !important;
    right: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0;
    background: url('../images/close.png') center no-repeat !important;
    padding: 0 !important;
  }

    .ui-dialog-titlebar button span {
      display: none !important;
    }

.ui-dialog-content {
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 15px 15px 20px 15px !important;
  color: #777;
}

  .ui-dialog-content .page {
    min-height: 0;
  }

  .ui-dialog-content .page-title {
    min-height: 0;
    margin: 0 0 15px;
    padding: 0px 10px 10px 10px;
    text-align: center;
  }

    .ui-dialog-content .page-title h1 {
      font-size: 24px;
      line-height: 30px;
    }

  .ui-dialog-content .back-in-stock-subscription-page {
    text-align: center;
  }

    .ui-dialog-content .back-in-stock-subscription-page .tooltip {
      margin-bottom: 10px;
    }

    .ui-dialog-content .back-in-stock-subscription-page .button-1 {
      border: none;
      background-color: #4ab2f1;
      padding: 10px 15px;
      font-size: 15px;
      color: #fff;
      text-transform: uppercase;
    }

      .ui-dialog-content .back-in-stock-subscription-page .button-1:hover,
      .ui-dialog-content .back-in-stock-subscription-page .button-1:focus {
        background-color: #248ece;
      }

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 320px;
  height: auto;
  margin: -90px 0 0 -160px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

  .eu-cookie-bar-notification .text {
    margin-bottom: 20px;
    line-height: 20px;
  }

  .eu-cookie-bar-notification button {
    min-width: 60px;
    margin: 5px 0 10px;
    border: none;
    background-color: #4ab2f1;
    padding: 8px 12px;
    font-size: 14px;
    color: #fff;
  }

    .eu-cookie-bar-notification button:hover,
    .eu-cookie-bar-notification button:focus {
      background-color: #248ece;
    }

  .eu-cookie-bar-notification a {
    display: block;
    color: #4ab2f1;
  }

    .eu-cookie-bar-notification a:hover,
    .eu-cookie-bar-notification a:focus {
      text-decoration: underline;
    }



.head-category-item {
  height: 33px;
  overflow: hidden;
}

/*.thereis {
  height: 15px;
  overflow: hidden;
}*/

/*.off-price {
  height: 20px;
  overflow: hidden;
}*/

/*.mainprice {
  height: 20px;
  overflow: hidden;*/
}
/******************************/

.fantstic-sec {
  height: 17px;
  display:block;
  font-weight: 800;
  line-height: normal;
  position: relative;
  z-index: 500;
}

.anywhereslider-slide > img {
  border-radius: 15px;
}

.master-wrapper-content {
  margin-top: 0em;
 margin-bottom: 1em;
  border-radius: 10px;
}

/*.cat-item > .img-fluid {} */

/*.cat-item{
	width: 60px !important;
    height: 60px !important;
    margin-top: 0px !important;
}*/

	.cat-item {
    width: 60px !important;
    height: 60px !important;
    margin-top: 0px !important;
}


.spc-products {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x)* .5);
  padding-right: calc(var(--bs-gutter-x)* .5);
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 992px) {
  .item-box {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}


/*Back To Top*/

#brandsPage-backToUp-button {
  margin: 20px 0 200px 0 !important;
  padding-left: 0px;
  padding-right: 0px;
  position: fixed !important;
  z-index: 1001 !important;
  bottom: 10px !important;
  text-align: center !important;
  height: 50px;
  min-width: 50px;
  border-radius: 18px;
  /*visibility: visible;*/
  transition: none !important;
  background-color: white;
  border: 3px solid #0d6efd;
  color: #0d6efd;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  right: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

  #brandsPage-backToUp-button:hover {
    background-color: #0d6efd;
    color: #fff;
  }


/**************** time line *****************/

.step-circle {
  width: 100px;
  height: 100px;
  margin: auto;
  border: solid 2px;
  border-color: #d3d3d3;
  color: #d3d3d3;
  border-radius: 100% !important;
  padding: 15px;
  text-align: center;
  background-color: #fff;
  z-index: 100;
  position: relative;
}

.time-line-left {
  border: solid 2px;
  border-color: #d3d3d3;
  width: 50%;
  float: left;
  margin-top: -48px;
  margin-left: -2px;
  position: relative;
  z-index: 10;
}

.time-line-right {
  border: solid 2px;
  border-color: #d3d3d3;
  width: 50%;
  float: right;
  margin-top: -48px;
  margin-right: -2px;
}

@media (min-width: 400px) {
  .step-mobile {
    overflow: auto;
    white-space: nowrap;
  }
}

.fs-12 {
  font-size: 12px;
}

.fs-24 {
  font-size: 24px;
}

.fs-48 {
  font-size: 48px;
}

@media only screen and (max-width: 450px) {
  #specialdiscountTitle{
      display:none !important;
  }

  #MobileDiscountsTitle {
    display: block !important;
    margin-bottom:2em;
  }

  /*.card-body {
    min-height: 158px !important;
  }*/
}

@media only screen and (min-width: 450px) {
  #MobileDiscountsTitle {
    display: none !important;
  }
}


@media only screen and (max-width: 450px) {
	.card-body>a>h5{
		font-size:12px;
		line-height:20px;
		
	}
	.mainprice,.off-price{
		font-size:12px;
		margin-top:-2px !important;
		margin-bottom:2px !important;
	}
	
	
	
	.head-category-item{
		height:37px;
	}
	
	.carousel-title{
		margin-bottom:20px !important;
	}
	
	#title1{
		margin-top:-26px;
	}
	
	#CatTitle{
		margin-top:-8em;
	}
}

	.carousel-title {
    margin-top: 28px!important;
    margin-bottom: 0px!important;
}

.carousel-title2 {
    margin-top: 28px!important;
    margin-bottom: 8px!important;
}
	
		#title1{
		margin-top:-20px !important;
	}
	
	#HomepageProductsTitle
	{
		margin-bottom:4px !important;
	}

/**********************************************************
***********************************************************
******************** CUSTOM CSS ***************************
***********************************************************
**********************************************************/

.swiper-wrapper{
margin-top: 0px !important;
	margin-bottom: 5px !important;
}
	

.stick-box-cat{
    position: sticky;
    top: 15px;
    padding: 0;
}

/*** PAGER ***/
.individual-page{
border: solid 1px #ddd;
	color: #888 !important;
	padding:15px !important;
}
.individual-page a{
	color: #888 !important;
}
.current-page{
border: solid 1px #00bfff;
background-color: #00bfff;
	color: #fff;
	padding:15px !important;
}
.first-page{
border: solid 1px #ddd;
	color: #888 !important;
	padding:15px !important;
}
.last-page{
	border: solid 1px #ddd;
	color: #888 !important;
	padding:15px !important;
}
.next-page{
	border: solid 1px #ddd;
	color: #888 !important;
	padding:15px !important;
}
.last-page a{
	color: #888 !important;
}
.first-page a{
	color: #888 !important;
}
.previous-page{
	border: solid 1px #ddd;
	color: #888 !important;
	padding:15px !important;
}

.next-page a{
	color: #888 !important;
}
.previous-page a{
	color: #888 !important;
}
/*** END PAGER ***/

.view-all a{
	display: inline-block;
background-color: #00bfff;
	color:#fff !important;
	padding: 5px 15px;
	border-radius: 5px;
}

/**** product page ****/

.product-specs-box tr{
border: solid 3px #fff;
}

.spec-name{
	background-color: #d5e5d5 !important;
}

.spec-value{
	background-color: #eee !important;
}

@media only screen and (min-width: 951px) {
    .gallery {
        min-width: 380px !important;
    }
}

/** tab product **/

@media screen and (max-width: 768px) {

    .nav-link {
        padding: 10px !important;
        font-size: 14px !important;
    }
	
	.anywhere-slider .slick-arrow {
    position: absolute;
    top: 61%!important;
    z-index: 99;
    width: 23px!important;
    height: 38px!important;
    margin-top: -30px;
    border: 0;
    font-size: 0;
    opacity: .7
}
}
/*
.nav-information {
    position: sticky !important;
    top: 0 !important;
    padding: 0 !important;
    z-index: 1000 !important;
	border-radius: 0.5rem !important;
	
}

.nav-information .nav-pills .active {
    background-color: #f8f8f8 !important;
    color: #313131 !important;
    border-bottom: solid 4px red !important;
    border-radius: 0px !important;

}

.nav-information .nav-pills .nav-link {
    padding: 20px !important;
    color: #818181 !important;
} */


/*** checkout ***/

.remove-btn{
	background-color: maroon !important;
	padding: 5px;
	border-radius: 5px;
	color: #fff !important;
	cursor: pointer;
}
.remove-from-cart a{
padding: 5px;
	background-color: #888;
	border-radius: 5px;
	color: #fff;
}

.scrollspy-example {
border-radius: 0.5rem;
overflow:hidden !important;
}


.home-page .slider-wrapper {
    margin-bottom: 40px;
	margin-top : 5px
}

.head-category-item {
  height: 40px!important;
  overflow: hidden;
  font-size: 14px !important;
	text-align: right;
}

#UserPanel
{
	width:220px !important;
}

.user-panel {
    width: 300px;
    position: absolute;
    left: 33px!important;
    top: 51px!important;
    z-index: 5000000;
    background-color: #fff;
    overflow: hidden;
}

.panel-item{
    border-top-left-radius: 0px !important; 
    border-top-right-radius: 0px !important; 
	border : 0px  !important; 
}

.search-box-button{
	/*background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))  !important;*/
    border-radius: 15px 0px 0px 15px;
    color: #888;
    max-height: 45px;
}

.tabx{
	min-height:7000px !important;
}

.search-cat-siwper img {
    margin-right: 0.5em !important; 
}

.searchbox-filter {
    min-height: 160px !important; 
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub li>a.title {
    font-size: 13px!important; 
    font-weight: 600!important; 
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub li>a {
    font-size: 13px !important; 
}

.product-estimate-shipping{
	text-align: center;
	    margin-top: 1em;
    border: 1px solid white;
    padding: 10px;
    border-radius: 10px;
    background-color: #9e9e9e;
    color: white;
}

.open-estimate-shipping-popup{
	color: white;
    font-size: 14px;
    text-align: center;
}

/*.full-description
{
	line-height:35px;
}
.full-description>h2{
	font-size: 25px;
}*/

.no-result,.no-data{
    text-align: center;
    margin-top: 2em;
    padding: 15px;
    background: #fff !important;
    border-radius: 10px;
}

.listLinks{
	line-height: 30px;
}

.category-description,.page-body
{
	padding: 5px;
	border-radius: 10px;
	line-height: 38px;
}

.page-body>h1{
	font-size:22px;
}

.category-description>h2,.page-body>h2{
	font-size:20px;
}

.category-description>h3,.page-body>h2{
	font-size:18px;
}

.category-description>h4,.page-body>h2{
	font-size:16px;
}

.view-all{
	direction:ltr;
}


.page-title > h1
{
	font-size: 25px;
    margin-top: 1em;
    margin-bottom: 1em;
}
}

.pager>ul{
	list-style: none;
    display: flex;
}

.mainprice {
    height: 22px !important; 
    overflow: hidden;
	display: block;
	line-height: normal;
}

.off-price {
    height: 17px!important; 
    overflow: hidden;
	line-height:normal;
}

.back-in-stock-subscription
{
	direction:ltr;
}

.subscribe-button{
	    background: aliceblue;
    border: 1px solid #a2c7e7 !important;
    padding: 5px;
    border-radius: 10px;
} 

/************************ custom 1403/08/20 ***************/

.bar-notification-container {
    position: fixed;
    top: 1%!important;
    left: unset!important;
    z-index: 1000;
    width: auto;
    line-height: 20px;
    color: #fff;
    opacity: .95;
    right: 1%!important;
    min-width: 250px;
    text-align: center;
}



.bar-notification.error {
    background-color: #e35b62!important;
	border-radius: 10px;
}

.bar-notification.success {
    background-color: #28a745!important;
	border-radius: 10px;
}

.bar-notification .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px!important;
    height: 20px!important;
    margin: 14px!important;
    
    cursor: pointer;
	 background-color: transparent!important;
}

/************************ custom 1403/08/20 ***************/

.cart-options{
background-color: #eee !important;
    padding: 20px !important;
    border-radius: 15px !important;
}

.option-list {
list-style: none;
}

.option-list li{
	background-color: #fff !important;
    padding: 10px !important;
    border-radius: 0.5rem !important;
	margin-top:10px;
}

.option-list input[type="checkbox"]{
width: 15px !important;
}

.top-menu-menu ul > li > a {
  padding: 1px 4px 4px 0px !important;
}

.logo-site {
    width: 120px !important;
}

@media (max-width: 992px) {
    .logo-site {
        position: absolute !important;
        right: 10px !important;
		width: 60px !important;
		margin-top:10px;
    }
}

@media (max-width: 992px) {
  .logo-site-footer {
    position: inherit !important;
    right: 10px !important;
  }
}

.category-description{
    padding: 30px !important;
    border-radius: 20px !important;
    line-height: 2.2 !important;
    text-align: justify !important;
    background-color: #fff !important;
}

.category-description p{
   font-size: 15px !important;
	color:#696969 !important;
}

.category-description h2,h3{
  /* margin-top:25px !important; */
}

.carousel-caption {
   /* position: absolute;
    left: -1%;
    bottom: 1.25rem;
    right: 51%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; */
    color: #000 !important;
	background-color: #fff;
    text-align: center;

	border-radius: 10px;
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub li>a.title {
    padding-right: 10px !important;
}

.heading-all{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    background-color: #fff;
    padding: 15px;
	border-radius: 15px;
}

.heading-all h2{
    position: absolute;
    margin-top: 10px !important;
    margin-right: 10px;
}

.fantstic-sec {
  /*  margin-bottom: 6px; */
}

.product-basket input[type=number]{
border: solid 1px lightgray;
}

.product-basket {
font-size: 14px !important;
}

.previous-page, .individual-page, .current-page, .next-page, .last-page, .first-page{ border: none !important; }
.previous-page, .next-page, .last-page, .first-page{font-size: 14px !important;}
.current-page{
	scale:1.1;
	border-radius:10px;
}

.ui-dialog-content {
    overflow-y: auto !important;
}

.cat-heading {
    /*height: 36px;
    line-height: 1.6;*/
    overflow: hidden;
}

.full-description {
  line-height: 2.1;
  text-align: justify;
}

  .full-description p {
    font-size: 15px;
    color: #696969 !important;
  }

  .full-description li {
    font-size: 15px;
    color: #696969 !important;
  }

.thereis {
  height: 14px !important;
	line-height:normal;
}
#read-terms {
  cursor: pointer;
}

/************ custom *************/

	.table > tbody > tr > td >* {
    vertical-align: middle !important;
    text-align: center !important;
	/**display:block;**/
	width: max-content;
}
	
.step-mobile{
overflow: auto;
}

@media only screen and (max-width: 952px) {
  .method-description {
    display: none;
  }
}

.translate-middle {
    position: absolute !important;
}


.category-description img
{
		width:100%;
		height:auto;
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub li {
    max-width: 200px !important;
    margin-top: 0px !important;
    padding: 0px;
}
.top-menu-menu ul.main-menu li {
    width: 200px;
    margin: 0;
}

/************** custom 1403/09/18 *******************/

.cat-heading {
    height: 25px !important;
    overflow: hidden;
}

.home-page .slider-wrapper {
        margin-bottom: 90px !important;
}

/*.nop-jcarousel .carousel-title strong {
    margin-top: 5px !important;
}*/

.blog-text{
    height: 45px !important;
    overflow: hidden;
	line-height: 1.5 !important;
}

.blog-text h4{
    font-size: 15px !important;
	line-height: 1.5 !important;
}

.vp-date{
	/*top: 9% !important;
    left: 2% !important;
	background-color: rgba(20, 80, 20, 0.7) !important;*/
}

.star-rates{
height: 18px;
	line-height:normal;
}

.offing{
	height: 25px;
	display:block;
    position: absolute;
    margin-top: 6px;
}


/************ blog ****************/

.search-blog{
padding: 12px !important;
	width:78% !important;
}

.btn-search2 {
	width: 20% !important;
    height: 50px!important;
    border: solid 1px #007bff !important;
    background-color: #007bff !important;
}

.side-bar-blog {
	padding-top: 15px;
    background-color: #fff;
	margin: 0px !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.side-bar-blog {
	box-shadow: none !important;
	border: solid 3px #e9ecef !important;
}
.NewestPostsDiv{
    background-color: #fff !important;
	border-top: solid 1px #e9ecef !important;
	border-radius: 0 !important;
	/*padding: 10px;*/
}

.NewestPostsDiv:hover{
    background-color: #f8f8f8 !important;
}

.head-color {
    /*margin-top: 30px;*/
	font-size: 16px;
}

@media screen and (max-width:520px) {
        .instock-badge {
            margin-right: 5em !important;
        }
    }
	

/********** product ***************/
.det-pro-head {
line-height:2;
padding: 15px;
background-color: #f4f4f6 !important;
}
.det-pro{
line-height:2;
padding: 15px;
background-color: #f8f8fa !important;
}

.km-color {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  display: inline-flex;
  border-radius: 50%;
}

.km-color-more {
  color: #ababab;
  font-size: 20px;
  text-align: center;
  width: 12px;
  line-height: 12px;
  margin-top: 2px;
  display: inline-block;
}


/************************ custom 1403/08/20 ***************/

.cart-options{
background-color: #eee !important;
    padding: 20px !important;
    border-radius: 15px !important;
}

.option-list {
list-style: none;
}

.option-list li{
	background-color: #fff !important;
    padding: 10px !important;
    border-radius: 0.5rem !important;
	margin-top:10px;
}

.option-list input[type="checkbox"]{
width: 15px !important;
}

.top-menu-menu ul > li > a {
  padding: 1px 4px 4px 0px !important;
}

@media (max-width: 992px) {
  .logo-site-footer {
    position: inherit !important;
    left: 15px !important;
  }
}

.category-description{
    padding: 30px !important;
    border-radius: 20px !important;
    line-height: 2.2 !important;
    text-align: justify !important;
    background-color: #fff !important;
}

.category-description p{
   font-size: 15px !important;
	color:#696969 !important;
}

.category-description h2,h3{
  /* margin-top:25px !important;*/
}

/*.carousel-caption {
    position: absolute;
    left: -1%;
    bottom: 1.25rem;
    right: 51%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    background: #cb1d2d;
    border-radius: 10px;
}*/

.top-menu-menu ul.main-menu>li>ul.main-menu-sub li>a.title {
    padding-right: 10px !important;
}

.heading-all{
    display: flex;
    justify-content: space-between;
    margin-top: 35px !important;
    background-color: #fff;
    padding: 15px;
	border-radius: 15px;
}

.heading-all h2{
    position: absolute;
    margin-top: 5px;
    margin-right: 10px;
}

.fantstic-sec { 
   /* margin-bottom: 6px; */
}

.product-basket input[type=number]{
border: solid 1px lightgray;
}

.product-basket {
font-size: 14px !important;
}

.previous-page, .individual-page, .current-page, .next-page, .last-page, .first-page{ border: none !important; }
.previous-page, .next-page, .last-page, .first-page{font-size: 14px !important;}
.current-page{
	scale:1.1;
	border-radius:10px;
}

.full-description{
	line-height:2.1;
	text-align: justify;
}

.full-description p{
	font-size: 15px;
	color: #696969 !important;
}

.full-description li{
	font-size: 15px;
	color: #696969 !important;
}

/*.thereis{
height: 25px !important;
}*/

.links
{
	width:20%;
}

#save-info-button,#check-availability-button{
	margin-top:1em;
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub li {
    max-width: 200px;
    margin-top: 1px;
    padding: 3px 0;
}
.top-menu-menu ul.main-menu li {
    width: 200px;
    margin: 0;
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub li {
    max-width: 200px !important;
    padding: 0;
    margin-top: 4px;
    padding: 5px 0
}

.head-category-item {
    height: 40px!important;
    overflow: hidden;
    color: #616161 !important;
	line-height:20px !important;
}



#read-terms {
  cursor: pointer;
}

@media only screen and (max-width: 952px) {
	.manufacturer-logo{
	    width: 60px !important;
    height: 60px!important;
	}
}
.product-specs-box {
    margin-bottom: 10px;
}

.manufacturer-logo{
	    width: 100px;
    height: 100px;
    margin-right: 4px;
    border: 3px solid #e9ecef;
    border-radius: 5px;
	padding: 3px;
}

.product-name
{
	line-height:2em;
}
/************ custom *************/
.product-estimate-shipping,.tax-shipping-info
{
	display:none;
}
	.table > tbody > tr > td >* {
    vertical-align: middle !important;
    text-align: center !important;
	/**display:block;**/
	width: max-content;
}
	
.step-mobile{
overflow: auto;
}

@media only screen and (max-width: 952px) {
  .method-description {
    display: none;
  }
}

.translate-middle {
    position: absolute !important;
}

.address-list-page{
    height:30px;
}

.select-button{
    direction:ltr;
}

.InPage {
  background: white;
  padding: 25px;
  border-radius: 15px;
}

.option-list li {
    background-color: #fff !important;
	border: solid 1px #e9ecef;
    padding: 5px!important;
    border-radius: 0.5rem !important;
    margin-top: 10px;
	margin-left: 5px;
    display: inline-block;
	overflow:hidden;
}

.option-list input[type="radio"] {
    display: none !important;
}

.attribute-square{
border-radius: 5px !important;
width: 20px !important;
	height:20px !important;
}

.table-wrapper{
	overflow-x : auto;
}

.selected-checkout-attributes,.tax-shipping-info{
	direction : rtl;
}


@media only screen and (min-width: 768px) {
.product-avat{
	height:250px;
	overflow:hidden !important; 
	/*margin-bottom:10px !important;*/
}
  }




@media only screen and (max-width: 768px) {
.product-avat{
height:145px !important;
overflow:hidden !important;
}
  }

/*
.parent-all-images{
overflow: auto !important;
    white-space: nowrap !important;
}

.images-item{
display: inline-block !important;
	width: 100px !important;
}

.images-item img{
	width: 100% !important;
}
*/


.spc .mobile-navigation select {
    border: 0;
    background-color: #4e30a4;
    background-image: unset;
    background-position: right 14px center;
    min-width: 100%;
    padding: 0 25px 0 15px;
    color: #fff;
}

.spec-header{
 display: ruby-text !important;
	margin-top: 30px;
	margin-right:10px;
}



@media only screen and (max-width: 480px) {
  .add-button {
    text-align: center !important;
	  margin-bottom: 15px !important;
	 /* width:100% !important; */
  }
	
/*	.del-bt{
	width:44% !important;
	}
	
	.edit-bt{
	width: 50% !important;
	} */
}

.image-product-compare{
	width: 65%;
    margin: auto;
}

.name-product-com{
	height: 55px;
    overflow: hidden;
    font-weight: bold;
    line-height: 1.8;
}
.off-com{
	height: 23px !important;
	line-height: normal;
}
.price-com{
	height: 30px !important;
	font-weight: bold !important;
	color:#880000 !important;
}

.dele-com-bt{
    display: block !important;
    width: 90px !important;
    margin: auto !important;
}

.product-com-item{
	border-bottom: solid 1px #ddd;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.explain-com-short{
	overflow: hidden;
   /* height: 110px !important;*/
	font-size: 13px !important;
	line-height:1.6 !important;
	text-align: justify !important;
	padding-left:5px;
	padding-right:5px;
	color:#676767;
}



.explain-com-short h1,h2{
	overflow: hidden;
	font-size: 16px !important;
}

.explain-com-short h3,h4,h5,h6{
	overflow: hidden;
	font-size: 14px !important;
}

.explain-com-long{
	overflow: hidden;
    height: 200px !important;
	font-size: 13px !important;
	line-height:1.7 !important;
	text-align: justify !important;
	padding-left:5px;
	padding-right:5px;
	color:#676767;
}


.name-product-com a{
	color: #414141 !important;
	font-size: 14px;
}
.explain-com-long h1,h2{
	overflow: hidden;
	font-size: 16px !important;
	color:#414141;
}

.explain-com-long h3,h4,h5,h6{
	overflow: hidden;
	font-size: 14px !important;
	color:#414141;
}

.compare-sec{
display: flex;
    justify-content: space-between;
}

.km-colors-theme{
height: 25px;
}

/****************/

.sidebar-menu-rtl>li:hover>a, .sidebar-menu-rtl>li.active>a {
    margin: 10px !important;
}

.offcanvas-body {
  /*  background-color: #fff !important; */
}

.form-floating{overflow: hidden;}

.table .product {
	display: flex;
}
 .table>tbody>tr>td>* {
    display: inline-block;
}

/************************/

.mega-text-mobile a{
	color: #696669 !important;
	font-size: 12px !important;
}

.table-orders {
/*display: inline-block;*/
}

.table-topics{
/*display: inline-block;
    width: max-content;*/
}

.method-name{
	overflow:hidden;
	padding: 15px;
}

.tabx button {
    padding: 18px 0px !important;
    font-size: 12px !important;
	color: #616161 !important;
}

.blogpost-page {
    border-radius: 10px;
    /*background-color: white;*/
    /*padding: 5px;*/
}
/*.btn-search i{
   margin-left: 10px;
}*/

.selected-value{
border: solid 2px black !important;
}

.card-text{
	height: 80px;
	overflow-y: hidden !important;
	line-height:1.6 !important;
}

.card-text a{
	line-height:1.6 !important;
}

@media only screen and (max-width: 768px) {
.mobile-mode-cat-filter{
	overflow: auto !important;
    white-space: nowrap !important;
    /*margin-top: 30px !important;*/
    margin-bottom: 15px !important;
}
  }

/************ blog ***************/

.post-body{
line-height:1.8;
text-align: justify;	
}
.post-body p{
font-size: 17px;
color:#696969;	
}

.post-body h1,h2,h3,h4,h5,h6{
color:#494949 !important;	
}

.post-body h1{
font-size: 26px !important;	
}

.post-body h2{
font-size: 24px !important;	
}

.post-body h3{
font-size: 22px !important;	
}

.post-body h4{
font-size: 20px !important;	
}

.post-body h5{
font-size: 18px !important;	
}

.NewestPostsImg{border-radius: 10px !important;}
/**************** product gallery *************/


.images-item img{
width: 85px !important;
    padding: 3px;
    border: solid 3px #e9ecef;
    margin: 4px;
	padding: 4px;
    border-radius: 0.5rem !important;
}

	.parent-all-images{
display:flex;
/*width:400px;*/
overflow-x:auto;
/*padding-bottom:20px;*/
}

.gallery {
        min-width: 430px !important;
    }

.product-slide .carousel-inner {
    padding: 30px !important;
}

@media only screen and (max-width: 1450px) {
	.parent-all-images{
/*width:320px !important;*/
}
	.gallery {
        min-width: 380px !important;
    }
  }
@media only screen and (max-width: 1225px) {
	.parent-all-images{
	/*width:240px !important;*/
}
	.gallery {
        min-width: 280px !important;
    }
  }
@media only screen and (max-width: 991px) {
	.parent-all-images{
	/*width:400px !important;*/
}
	.gallery {
        min-width: 430px !important;
    }
  }

@media only screen and (max-width: 768px) {
	.parent-all-images{
	/*width:400px !important;*/
}
  }

@media only screen and (max-width: 540px) {
	.parent-all-images{
	/*width:300px !important;*/
}
	.gallery {
        min-width: 320px !important;
    }
  }

@media only screen and (max-width: 400px) {
	.parent-all-images{
	/*width:200px !important;*/
}
	.gallery {
        min-width: 220px !important;
    }
  }

.dropdown-content a{
	color: #696969 !important;
	padding: 5px 15px !important;
}

.bread-mobile {
    overflow: auto;
    white-space: nowrap;
    /*margin-top: 30px !important;*/
    margin-bottom: 15px;
}


@media only screen and (min-width: 992px) {
.bread-mobile {
    margin-top: 30px !important;
}
  }

.card-body {  
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.mainprice{
	text-align: left;
	margin-top: 15px !important;
}
.off-price {
   /* margin-top: 15px; */
	text-align: right;
}

@media only screen and (max-width: 768px) {

		.carousel-caption {
    position: relative;
    left: 0%;
    bottom: 1.25rem;
    right: 0%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #000;
    text-align: center;
    background: #fff;
    border-radius: 0px;
	margin-bottom: -20px;
}

  }


.blog-avatar{
width: 100% !important;
	margin:auto;
}

.blog-avatar img{
width: 100% !important;
	margin:auto;
}

.menu-dashboard ul li a.active{
border-radius: 0.5rem !important;
}

.blog-text{
/*height:75px !important;*/
}

.blog-text h3{
height:auto !important;
	line-height: 1.5 !important;
}

.mobile-mode-cat-filter a{
cursor: pointer !important;
}

.filter-catalogs>select{
padding:3px 10px !important;
	border: solid 1px #9e9e9e !important;
	border-radius:3px;
}

.mega-pic-mobile {
    display: block !important;
	height: 45px !important;
    width: 45px !important;
}

.top-menu-menu ul.main-menu>li>ul.main-menu-sub{
    border-radius: 0px !important;
}


	.new-badge {
		position: absolute !important;
		background: rgba(235, 58, 58, 0.8) !important;
		border-radius: 10px !important;
		padding: 7px 12px;
    	line-height: 1.3 !important;
	}


.det-blog {
    /*background-color: #d1e7dd !important;*/
    /*border: solid 1px #198754 !important;*/
    color:#198754 !important;
	padding-right: 5% !important;
    padding-left: 5% !important;
	text-align: center;
    display: flex;
    justify-content: space-between;
    background-color: #fafffa;
    margin-bottom: 15px;
    border-radius: 10px;
}

.details-blog {
    color: #198754 !important;
	font-size:14px !important;
}

.dropbtn {
    color: #198754 !important;
	font-size:14px !important;
}


@media only screen and (min-width: 500px) {

.new-address-next-step-button{
padding: 10px 50px;
	margin-top: 10px;
}

  }

.details-blog i{
	position: relative;
    top: 2px;
}

.dropbtn i{
	position: relative;
    top: 2px;
}

.blog-heads-news{
	font-size:14px;
	margin-right:10px;
	line-height:1.4;
	margin-top:20px;
	height: 40px;
    overflow: hidden;
}

.image-blog img {
    height: auto !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 46px !important;
    height: 21px !important;
}
.slider:before {
width: 13px !important;
height: 14px !important;
}

@media only screen and (max-width: 1180px) {

.category-show-mobile-index {
  overflow: auto;
  white-space: nowrap;
	display:flex;
  margin-top: 30px;
  margin-bottom: 15px;
	overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 15px;
	
}
	.box-cate{
	min-width:240px;
		display: inline-block;
	}

  }


@media only screen and (min-width: 1180px) {

    .box-cate {
        flex: 0 0 auto;
        width: 15%;
		display: inline-block;
    }
  }

.blogpost-page {
    padding: 15px;
    border-radius: 10px;
    line-height: 1.5 !important;
    background-color: white;
	font-size: 16px !important;
}

.blogpost-page .post-body p  {
    font-size: 16px !important;
}

.blogpost-page .post-body h1,h2,h3,h4,h5,h6 > span  {
    font-weight: 700 !important;
}

.del-bt i{
font-size: 15px !important;
}

@media only screen and (max-width: 991px) {

	#applydiscountcouponcode{
      /*  position: absolute !important;
        margin-top: 4px !important;
        left: 3px !important;
		float: inline-end !important;
		    padding: 7px;*/
}

#applygiftcardcouponcode{
    /*    position: absolute !important;
        margin-top: 4px !important;
	font-size: 10px;
       left: 3px !important; 
	float: inline-end !important;
	    padding: 7px;*/
}
  }

.head-text{
height: 40px !important;
}






@media only screen and (max-width: 992px) {

	.swiper-button-next{
display: none !important;
}

.swiper-button-prev{
display: none !important;
}
	
}

.blog-heads-news a{
color: #616161 !important;
	font-size: 14px;
}

.product-picture img{
	width: 65px;
    height: 65px;
}

.listbox .list {
margin-right: -20px;
}

.accordionm{
background-color: #fff !important;
border: solid 1px #e7e7e7 !important;
}

.accordionm:hover{
background-color: #eee !important;
}

.activem{
background-color: #ddd !important;
}

.accordionm:after {
    color: #0d6efd!important;
}




.method-name{
	overflow: hidden;
    padding: 15px;
    border-radius: 10px;
    margin: 5px 0px;
	cursor: pointer;
}


.payment-details input[type="radio"]{display:none}

.payment-description{
	line-height: 1.6;
    height: 20px;
    overflow: hidden;
    font-size: 14px;
	color: #616161;
}

.heading-meth{
	line-height: 1;
    height: 33px;
    font-weight: 700;
    overflow: hidden;
    font-size: 15px;
    margin-top: 5px;
}

.payment-logo{
	height:60px;
	width:60px;
	border-radius:100%;
	padding:5px;
	overflow:hidden;
	border:solid 2px #ddd;
	background-color:#fff;
}

.payment-logo img{
	border-radius:100%;
	overflow:hidden;
}

.line-peyments{
    width: 95%;
    margin: auto;
	color: darkgray;
}

 .activepey {  
    background-color: #cee !important;
    border: solid 3px #799;
} 

.carousel-control-next-icon {
    background-color: #ddd;
    border-radius: 5px;
    opacity: 1 !important;
}

.carousel-control-prev-icon {
    background-color: #ddd;
    border-radius: 5px;
    opacity: 1 !important;
}

.flex-container-cat .head-color {
display: block !important;
}

/*************** blog last edititon *********************/

.head-color {
    font-weight: bold;
    line-height: 1.4;
}

.head-text {
    height: 44px !important;
    line-height: 1.4;
    overflow: hidden;
	color: #414141;
    font-weight: bold;
    font-size: 16px;
}

.blogpost-page h1{
line-height:1.5;
}

.small-text{
	height: 15px !important;
	margin-bottom: 10px;
}

.leftinmob {
	direction: ltr;
		}

/*************** last version 1403/11/29 ****************/

.anywhere-slider .slick-next {
    border-radius: 0px 10px 10px 0px !important;
}

.anywhere-slider .slick-prev {
    border-radius: 10px 0px 0px 10px !important;
}

.home-page h1{
	margin-bottom: 20px;
    font-weight: 700;
	line-height: 1.5;
	font-size: 20px !important;
}


.tabx-second{
	    max-height: 600px;
    overflow-y: auto;
}

.menu-shows-product
{
	 max-height: 600px;
    overflow-y: auto;
}

.offcanvas-body {
    overflow-y: scroll !important;
}

.tabcontentx {
    float: right;
    width: 97% !important;
    border-right: 0;
}

.product-essential .full-description p{
line-height: 1.6;
}


/*************** first theme edititon ****************/

.product-boxes{
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
    margin-top: 10px;
}

.product-template{
	border: solid 1px #fff;	
	background-color: #fff;
	border: solid 1px #f5f5f5;
}

.product-template:hover{
    box-shadow: 0px 15px 30px rgba(0, 0, 0, .1)!important;
    z-index: 800 !important;
	/*border: solid 1px #eee !important;*/
	background-color: #fff !important;
}

.head-category-item{
	font-weight: 300 !important;
	font-size: 13px !important;
	color: #212121 !important;
}

.percent-box{
margin-right: 65px;
	padding:1px;
	margin-top:6px;
}

.product-sorting {
    border-bottom: 1px solid #ddd !important;
    border-radius: 0px !important;
  /*margin-bottom: 1em; */
	/*padding: 15px;*/
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
}

.stick-box-cat{
	border-radius: 8px !important;
}

.filter-catalogs{
    text-align: center;
}


@media only screen and (max-width: 1200px) {
	.filter-title{font-size:14px} 
	.filter-content{font-size:14px}
}


@media only screen and (max-width: 992px) {
	.category-home{
	  border: solid 1px #e9ecef !important;
	  /*box-shadow: none !important;*/
	}
}

@media only screen and (max-width: 1000px) {
	.home-page h1 {
    margin-top: 20px !important;
}
}

.home-page h1 {
    margin-top: 20px !important;
}

.manufacturer-butt{
background-color: #e9ecef;
}

.attributes ul{
margin-right: -40px;
}

    .mega-menu {
        margin: 0px !important;
    }
}

.spec-name{
	font-size:15px;
}

.spec-value{
	font-size:14px;
}

.product-specs-box .title{
	font-weight: 500;
    font-size: 16px;
}

.breadcrumb {
    font-size: 15px !important;
}

/**** tab in product page ****/

.nav-pills .show>.nav-link {
    background-color: #f3f3f7;
    border-bottom: solid 4px #9e9e9e;
	border-radius:0;
	color: #9e9e9e !important;
	cursor:pointer;
}

.nav-information .nav-pills .nav-link {
    font-size: 16px;
}



/*******/

.heading-tab-products{
	font-size:18px !important;
	color: #212121 !important;
}

.full-description>h2 {
    font-size: 20px !important;
	line-height: 1.6;
}

.full-description>h3 {
    font-size: 18px !important;
	line-height: 1.6;
}

textarea::placeholder{opacity:0.3}

.banner-commerce{
/*margin-top:40px;*/
}


.basket-reg-button .btn-reg {
    position: relative;
	color: #616161;
	border: 2px solid #e9ecef !important;
	
}

.basket-reg-button span {
    position: relative;
    top: -4px;
}

.basket-reg-button i {
	
}

.badge span{
	color: #fff !imporatnt;
	position: relative;
    top: 0px !important;
}

.mega-menu {
        border-top: 2px solid #e9ecef !important;
    }


.footer-top {
    border-bottom: solid 2px #babab9 !important;
}

.footer-bott {
   /* background-color: #dedee3 !important; */
	background-color: #f2f2f2 !important;
}

.quick-view-button {
    position: relative !important;
}

.quick-view-button a{
display: none !important;
}

.enter-address{
	background-color: #f5f5f7;
    padding: 25px;
    margin-top: 10px;
    border-radius: 10px;
    border: solid 3px #e9ecef;
}

.listbox .list li {
display: flex;
	line-height:1.6;
	margin-top: 10px;
	border-bottom: 1px solid #eee;
}
.listbox .list li > a {
	margin: 5px;
}



.cloudzoom-zoom-inside
{
	    position: absolute;
    overflow: hidden;
    transform: translateZ(0px);
    opacity: 1;
    width: 350px !important;
    height: 350px !important;
    top: 70px !important;
    left: -725px;
}



.add-cart-portable{
	/*float:left;*/
	text-align: left;
	/*margin-top:-3px;*/
	font-size: 28px;
	/*color: #17a2b8 !important;*/
	cursor: pointer;
	position: relative !important;

}


.compare-icon {
   /* top: 105px;
    left: 5px;*/
    background-color: #fff;
    border: solid 2px #e9ecef !important;
	position: relative;
    z-index: 150;
}

.fav-icon {
  /*  top: 65px;
    left: 5px;*/
    background-color: #fff;
    border: solid 2px #e9ecef !important;
	margin-left:2px;
	position: relative;
    z-index: 150;
}

.fav-icon i {
	position: relative;
    top: 3px;
}

.compare-icon i {
	position: relative;
    top: 2px;
}

.display-menu-mobile{
	z-index: 1000000000 !important;
}

.counter-cat {
    background-color: #17a2b8 !important;
    border-radius: 100%;
    padding: 3px 10px !important;
    color: #fff;
}

.post-body img{
	margin-bottom: 30px;
}

.show-rate button {
	font-size: 18px !important;
}


.mangement-edit{
  display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 374px) {
#starbox i {
	font-size: 25px !important;
}
}


.display-menu-mobile{
	background-color: #fff;
	--bs-bg-opacity: 1 !important;
}


.new-badge {
    top: unset !important;
    left: unset !important;
}

/************ megamenu hover ****************/
.top-menu-menu ul.main-menu>li {
	background-color: #fff !important;
}
.top-menu-menu ul.main-menu>li:hover {
	background: rgba(242, 242, 242, 0.6) !important;
	    color: red !important;
}
.main-menu-sub-active-li>a:hover {
	    color: #eb3a3a !important;
}
.main-menu{
	background-color: #fff !important;
} 


/**************************************/

/*.remove-from-cart {margin-right: 4px;}*/
.edit-item{
	background-color: #0d6efd;
    padding: 5px;
    border-radius: 4px;
    margin-left: 3px;
    float: left;
	margin-top: 0px !important;
}

.option-list > li > label {
	display:block !important;
	cursor: pointer;
}

.activeColor {border: solid 3px #212121 !important;}




@media only screen and (max-width: 380px) {
.footer-foot a{
	font-size:12px !important;
	height:auto !important;
}
	.footer-foot {
	height: auto !important;
}
}

.head-color-head{
	font-weight: bold;
    line-height: 1.4;
    position: relative;
    top: 25px;
	font-size: 24px !important;
}


@media only screen and (max-width: 540px) {
	.head-color-head{
	font-size: 18px !important;
}
	.all-view {
   	padding: 3px 12px !important;
    font-size: 12px !important;
}	
}

.method-description{
	height: 69px;
    overflow: hidden;
}

.normall-text{
	line-height: 1.3 !important;
	color: #9e9e9e !important;
}

#scrollAlert{
	border: solid 2px #eee;
    padding: 10px;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .1);
}


@media only screen and (max-width: 540px) {
	.carousel-title2 {
    margin-top: 12px !important;
}
}

.blog-poplur{
	color: #616161 !important;
	line-height: 1.3 !important;
	font-weight: bold;
}

.border-blog-pop{
	border-top: solid 1px #e9ecef;
}

@media only screen and (max-width: 768px) {
.product-selectors{margin-top:-20px}
}


@media only screen and (max-width: 500px) {
iframe,video
{
    width: 100% !important;
    height: auto!important;
}

.news-body > img , .news-body > p > img
{
	   width: 100% !important;
    height: auto!important;
}
.full-description img {
	width: 100% !important;
	height: auto !important;
	}
}

/****************************/

.news-body img{
	width: 100% !important;
	height: auto !important;
	}
													
													
.full-description img {
	width: 100% !important;
	height: auto !important;
	}
	
	
	.page-body img {
	width: 100% !important;
	height: auto !important;
	}