a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

a,
a:hover,
a:focus,
a:active,
a.active {
	outline: none
}
/** {*/
/*    font-family: 'Alinma TheSans'; */
/*}*/
body {
    background-color: #fff;
} 
         
/*================================================
 Header
 =================================================*/

.header-main {
	background: var(--es-header-bg);
	color: var(--es-header-text-color);
	padding: var(--es-header-padding);
	position: var(--es-header-position);
	z-index: 9999;
	width: 100%;
	top: 0;
}

.header-main a>i {
	color: var(--es-header-text-color);
}

header {
	transition: background .5s;
	transition: all .3s;
}

header.scrolled {
	background: var(--es-header-bg-scrolled);
	color: var(--es-header-text-scrolled);
	padding: var(--es-header-padding-scrolled);
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

header.scrolled a>i {
	color: var(--es-header-text-scrolled);
}

.es-navbar-brand {
	max-height: var(--es-navbar-brand);
	width: auto;
	filter: var(--es-navbar-brand-filter);
}

.header-text-color,
.header-text-color a {
	color: var(--es-header-text-color);
}

.topbar {
	border-bottom: 1px solid #8c898933 !important;
}


/*================================================
 Slider
 =================================================*/


/* es-slider-ratio */

.es-slider-ratio {
	width: 100%;
	position: relative;
	background: url() 50% 50% no-repeat;
	background-size: cover;
	background-clip: content-box;
}

.es-slider-ratio:before {
	display: block;
	content: "";
	padding-top: var(--es-slider-ratio-calculator);
}


/* es-slider-ratio */

.es-bg-slider-size {
	background-position: center center, center center;
	background-repeat: no-repeat;
	background-size: var(--es-bg-slider-size);
}

.es-slider-title-color {
	color: var(--es-slider-title-color);
}

.es-slider-details-color {
	color: var(--es-slider-details-color);
}

.es-slider-but-text {
	color: var(--es-slider-but-text);
}

.es-slider-but-bg {
	background-color: var(--es-slider-but-bg);
}


/*================================================
 Images Ratio
 =================================================*/


/* es-ratio */

.es-ratio {
	width: 100%;
	position: relative;
	background: url() 50% 50% no-repeat;
	background-size: cover;
	background-clip: content-box;
}

.es-ratio:before {
	display: block;
	content: "";
	padding-top: var(--es-ratio-calculator);
}


/* es-ratio */

.es-bg-item-size {
	background-position: center center, center center;
	background-repeat: no-repeat;
	background-size: var(--es-bg-item-size);
}



/*================================================
 Hover Background Zoom
 =================================================*/
.hover-bg-zoom {
  transition: transform 1s; /* Animation */
}
.hover-bg-zoom:hover,
.hover-bg-zoom:focus {
transform: scale(1.5); /* (150% zoom)*/
}

/*================================================
 Page Title Area CSS
 =================================================*/

.page-title-area {
	background-image: var(--es-page-title-bg-img);
	background-color: var(--es-page-title-bg-color);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: var(--es-page-title-padding);
}

.page-title-content {
	text-align: var(--es-page-title-content);
	color: var(--es-page-title-text-color);
}


/*================================================
 Pages Details Area CSS
 =================================================*/

.pages-details-img img {
	width: var(--es-pages-details-img);
}

.pages-details-description {
	text-align: justify;
}

.section-title {
	text-align: var(--es-section-title);
	position: relative;
}

.section-title::before {
	left: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 3px;
	content: '';
	position: absolute;
	background-color: red;
	margin-left: auto;
	margin-right: auto;
}

.es-tag-status {
	color: #fff;
	background-color: #dc3545;
	/*#0edc8d*/
	font-size: 10px;
	font-weight: 600;
	position: absolute;
	right: 0px;
	top: 10px;
	padding: 0;
	height: 18px;
	line-height: 18px;
	padding-right: 14px;
	padding-left: 0px;
}

.es-tag-status::before {
	position: absolute;
	content: "";
	left: -18px;
	top: 0; 
	border: 10px solid #dc3545;
	/*#0edc8d*/
	border-left-color: transparent;
	height: 5px;
	width: 5px !important;
	border-left-color: transparent
}


/*================================================
 Categories Slider Area CSS
 =================================================*/


/* es-categories-ratio */

.es-categories-ratio {
	width: 100%;
	position: relative;
	background: url() 50% 50% no-repeat;
	background-size: cover;
	background-clip: content-box;
}

.es-categories-ratio:before {
	display: block;
	content: "";
	padding-top: var(--es-categories-ratio-calculator);
}


/*================================================
 Item Slider Area CSS
 =================================================*/


/* es-categories-ratio */

.es-item-slider-ratio {
	width: 100%;
	position: relative;
	background: url() 50% 50% no-repeat;
	background-size: cover;
	background-clip: content-box;
}

.es-item-slider-ratio:before {
	display: block;
	content: "";
	padding-top: var(--es-item-slider-ratio-calculator);
}

.es-bg-item-slider-size {
	background-position: center center, center center;
	background-repeat: no-repeat;
	background-size: var(--es-bg-item-slider-size);
}



.es-bg-categories-size {
	background-position: center center, center center;
	background-repeat: no-repeat;
	background-size: var(--es-bg-categories-size);
}

.Categories-title-box {
	/*position: absolute;*/
	/*bottom: 6%;*/
	/*z-index: 999 !important;*/
	/*margin: auto;*/
	/*text-align: center;*/
	/*width: 100%;*/
	/*transition: all .3s;*/
    position: absolute;
    bottom: 6%;
    z-index: 999 !important;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transition: all .3s;
    padding: 0 10px;
}

.Categories-title-box-text {
	/*background-color: #0003;*/
	/*padding: 2px 10px;*/
	/*color: #fff;*/
	/*border-radius: 5px;*/
	/*font-size: 10px;*/
	/*font-weight: bold;*/
	/*letter-spacing: normal;*/
	/*transition: all .3s;*/
    border-radius: 100px;
    transition-property: opacity,transform;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.4, 1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-size: 12px !important;
    font-weight: 700 !important;
    transition: transform 1s;
}

.Categories-title-box:hover {
	/*transform: translateY(-5px);*/
}

.Categories-title-box:focus {
	/*transform: translateY(-5px);*/
}

.Categories-title-box-text:hover {
	background-color: #0008;
	color: #ffcb00;
	/*transform: translateY(-5px);*/
}

.Categories-title-box-text:focus {
	background-color: #0008;
	color: #ffcb00;
	/*transform: translateY(-5px);*/
}

.item-pos-title-box-text {
    background-color: #0003;
    padding: 2px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: normal;
    transition: all .3s;
}

.item-pos-title-box {
    position: absolute;
    bottom: 6%;
    z-index: 999 !important;
    margin: auto;
    text-align: center;
    width: 100%;
    transition: all .3s;
}

/*.item-pos-title-box-text {*/
/*    background-color: #0003;*/
/*    padding: 2px 10px;*/
/*    color: #fff;*/
/*    border-radius: 5px;*/
/*    font-size: 10px;*/
/*    font-weight: bold;*/
/*    letter-spacing: normal;*/
/*    transition: all .3s;*/
/*}*/
        /*================================================
        Page Title Area CSS
        =================================================*/
        .page-title-area {
          background-image: var(--es-page-title-bg-img); 
          background-color: var(--es-page-title-bg-color); 
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          padding: var(--es-page-title-padding);
        }
        
        .page-title-content {
            text-align: var(--es-page-title-content);
            color: var(--es-page-title-text-color);
        }

        /*================================================
        Pages Details Area CSS
        =================================================*/  
       .pages-details-img img {
            width: var(--es-pages-details-img);
        } 
        
       .pages-details-description {
           text-align: justify;
        } 
            
        .section-title {
            text-align: var(--es-section-title);
            position: relative;
        }
        
        .section-title::before {
        left: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 3px;
        content: '';
        position: absolute;
        background-color: var(--main-headline-color-dark);
        margin-left: auto;
        margin-right: auto;
        } 

               
        /*================================================
        Quantity CSS
        =================================================*/   
               
               
               
        
        .quantity {
          position: relative;
        }
        
        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
          -webkit-appearance: none;
          margin: 0;
        }
        
        input[type=number] {
          -moz-appearance: textfield;
        }
        
        .quantity input {
          width: 60px;
          height: 40px;
          line-height: 1.65;
          float: left;
          display: block;
          padding: 0;
          margin: 0;
          padding-right: 30px;
          border: none;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
          font-size: 1rem;
          border-radius: 4px;
          direction: inherit;
        }
        
        .quantity input:focus {
          outline: 0;
        }
        
        .quantity-nav {
          float: left;
          position: relative;
            height: 36px;
            right: 23px;
            margin: 2px auto;
        }
        
        .quantity-button {
          position: relative;
          cursor: pointer;
          border: none;
          border-left: : 1px solid rgba(0, 0, 0, 0.08);
          width: 21px;
          text-align: center;
          color: #333;
          font-size: 13px;
          font-family: "FontAwesome" !important;
          line-height: 1.5;
          padding: 0;
          background: #FAFAFA;
          -webkit-transform: translateX(100%);
          transform: translateX(100%);
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          -o-user-select: none;
          user-select: none;
        }
        
        .quantity-button:active {
          background: #EAEAEA;
        }
        
        .quantity-button.quantity-up {
          position: absolute;
          height: 50%;
          top: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.08);
          font-family: "FontAwesome";
          border-radius: 4px 0 0 0;
          line-height: 1.6
        }
        
        .quantity-button.quantity-down {
          position: absolute;
          bottom: 0;
          height: 50%;
          font-family: "FontAwesome";
          border-radius: 0 0 0 4px;
        }



.filterDiv {
  display: none; /* Hidden by default */
    -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}




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

.list-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.list-menu a {
    color: #343a40;
}

.card-product-grid .info-wrap {
    overflow: hidden;
    padding: 18px 20px;
}

[class*='card-product'] a.title {
    color: #212529;
    display: block;
}

.card-product-grid:hover .btn-overlay {
    opacity: 1;
}
.card-product-grid .btn-overlay {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}
.img-wrap {
    overflow: hidden;
    position: relative;
}

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

/* Add a light grey background on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background to the active button */
.btn.active {
  background-color: #666;
  color: white;
}


.icons-gateways-circle {
    width: 60px !important;
    height: 60px !important;
    background-color: #fff;
    display: inline-block;
    text-align: -moz-center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons-gateways-circle img {
    width: 100% !important;
    height: auto !important;
    max-height: 25px;
}


.bg-icon-box-01 {
    opacity: 0.05;
    z-index: 0;
    transform: rotate(-45deg);
}


/*--*/


.section-block-grey {
    padding: 90px 0px 90px 0px;
    /*background-color: #f9f9f9;*/
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-right-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    left: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {
    color: var(--main-bg-color-dark);
    font-size: 45px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
}


.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: var(--main-bg-color-light);
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before {
    background: var(--main-hover-bg-color-dark);
}


.serv-section-2:focus .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:focus:before {
    background: var(--main-hover-bg-color-dark);
}


/*--*/






@media only screen and (max-width: 575px) {
	.page-title-area {
		pad.bg-icon-box-01 {
    opacity: 0.05;
    z-index: 0;
    transform: rotate(-45deg);
}ding: var(--es-page-title-padding-sm);
	}
	.pages-details-img img {
		width: var(--es-pages-details-img-sm);
	}
	.es-slider-ratio:before {
		display: block;
		content: "";
		padding-top: var(--es-slider-ratio-calculator-sm);
	}
	.header-main {
		padding: var(--es-header-padding-sm);
	}
	header.scrolled {
		padding: var(--es-header-padding-scrolled-sm);
	}
	.es-navbar-brand {
		max-height: var(--es-navbar-brand-sm);
	}
            .page-title-area {
              padding: var(--es-page-title-padding-sm);
            }
           .pages-details-img img {
                width: var(--es-pages-details-img-sm);
            } 
}





.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #495057;
    border: 0px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0d6efd !important;
    background-color: #fff0;
    border-color: #dee2e6 #dee2e6 #fff;
    border: 0px;
	border-bottom: 2px solid #0d6efd !important;
}

.nav-tabs .nav-link {
    margin-bottom: -0px !important;
    background: 0 0;
    border: 0px solid transparent !important;

}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 0px;
}

.nav-link {

    transition: color .0s ease-in-out,background-color .0s ease-in-out,border-color .0s ease-in-out;
}


.modal {
    z-index: 99999 !important;
}



.sw-but-search {
	border: 1px solid #ccc !important; 
	background-color: #fff;
}

.sw-but-search:hover {
	/*border: 1px solid #ccc !important; */
	background-color: #f9f9f9;
}

.sw-but-search:focus {
	/*border: 1px solid #ccc !important; */
	background-color: #f9f9f9;
}



