img, object, embed, video {
	max-width: 100%;
	display: block;
	width: 100%
}
.ie6 img {
	width: 100%;
	display: block
}
body {
	position: relative
}
body, div, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, th, td, img {
	font-family: 'Open-Sans-regular', Sans-Serif;
	margin: 0;
	padding: 0;
	border: 0;
	color: #555
}
.clear {
	clear: both
}
* {
	outline: none
}
*, ::after, ::before {
	box-sizing: border-box
}
.hide {
	display: none
}

::-moz-selection {
background:none repeat scroll 0 0 #70c831;
color:#FFF
}
label {
	margin: 0
}
label.error {
	font-size: 11px!important;
	text-align: right!important;
	right: 0!important;
	top: -10px!important;
	color: red!important
}
:root {
--main-color:#165e89;
--light-greenbg:#e6f6e8;
--light-redbg:#fee4ee;
--light-yellowbg:#ffefd2;
--light-bluebg:#e9f4ff
}
 textarea, input:matches( [type="email"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="url"] ) {
-webkit-appearance:none
}
input[type="number"] {
	-moz-appearance: textfield
}
input[type="number"]:hover, input[type="number"]:focus {
	-moz-appearance: number-input
}
a {
	color: #505e7a;
	text-decoration: none;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
a:hover {
	color: #000;
	text-decoration: underline
}



::-webkit-input-placeholder {
color:#000
}

:-moz-placeholder {
color:#000
}

::-moz-placeholder {
color:#000
}

:-ms-input-placeholder {
color:#000
}
.text-trans-none {
	text-transform: none!important
}
.text-center {
	text-align: center
}
.text-right {
	text-align: right!important
}
.text-white {
	color: #FFF!important
}
.text-black {
	color: #555!important
}
.text-ash {
	color: #999!important
}
.text-green {
	color: #32b16e!important
}
.text-blue {
	color: #282d78!important
}
.text-az-blue {
	color: var(--main-color)!important
}
.text-yellow {
	color: #f7941d!important
}
.text-light-green {
	color: #42c17e!important
}
.text-red {
	color: #da1f27!important
}
.text-violet {
	color: #7d1771!important
}
.text-orange {
	color: #e94c26!important
}
.text-capital {
	text-transform: uppercase!important
}
.bold {
	font-weight: 700
}
.width-auto {
	width: auto!important
}
label {
	padding: 0;
	margin: 0
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#777;
opacity:.5
}
.container {
	max-width: 95%
}
.n-items {
	width: 20%;
	padding: 15px 15px 30px;
}
.n-items-pic {
	overflow: hidden;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #fafafa;
}
.n-items img {
	width: auto;
	height: 200px;
	margin: 0 auto;
}
.n-items-cont {
	padding: 15px;
	background: #f4f4f4;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	min-height: 100px;
}
.n-items-btn {
	background: #FFF;
	font-size: 12px;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none !important;
}
table.table-shopping-cart tbody tr td img {
	width: 50px;
	height: 50px;
	margin: 5px 0;
	border-radius: 5px;
}
.table-shopping-cart .column-1 {
	padding-left: 15px;
}
.table-shopping-cart .column-4 {
	padding-right: 15px;
}
.n-table-main {
	padding-bottom: 75px;
}
.table_head {
	background: #3a92c6;
	color: #FFF;
	border: 1px solid #3a92c6;
}
.table-shopping-cart .table_head th {
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: normal;
}
.n-tablefoot {
	border: 1px solid #FFF;
	border-top: 1px solid #3a92c6 !important;
	background: #FFF !important;
}
.n-tablefoot td {
	padding: 10px 15px;
}
.n-tablefoot label {
	display: inline-block;
	padding: 0px 40px 0px 0;
}
.table-shopping-cart tr:nth-child(even) {
	background-color: #fcfcfc;
}
.wrap-table-shopping-cart {
	overflow: visible;
}
.table-shopping-cart tr {
	border-top: 1px solid #e6e6e6;
	border-bottom: 0px;
}
.n-user-set {
	font-size: 14px;
	line-height: 20px;
	position: relative;
	cursor: pointer;
}
.n-user-set ul {
	width: 220px !important;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 99;
	background: #FFF;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	display: none;
}
.n-user-set li {
	display: block;
	font-size: 13px;
	color: #555;
}
.n-user-set li a {
	padding: 23px 25px;
	border-top: 1px solid #ccc;
	display: block;
}
.n-user-set ul li a {
	padding: 10px 25px;
	border-top: 1px solid #ccc;
	display: block;
}
.n-user-set li:first-child a {
	border: 0px;
}
.n-user-set li a:hover {
	background: #3a92c6;
	color: #FFF;
	text-decoration: none;
}
.logo img {
	width: 200px;
	height: auto;
}
.n-footer-bot p {
	font-family: Arial, Helvetica, sans-serif;
	color: #b2b2b2;
	font-size: 12px;
}
.designed {
	width: 160px;
	float: right;
}
.designed p {
	font-family: Arial, Helvetica, sans-serif;
	color: #b2b2b2;
	font-size: 12px;
	text-align: right;
	float: right;
}
.azinova-logo {
	width: 75px;
	height: 15px;
	float: right;
	background: url(../../assets/images/azinova.png) no-repeat left top / 150px;
	cursor: pointer;
	margin-top: 4px;
	margin-left: 10px;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.azinova-logo:hover {
	background: url(../../assets/images/azinova.png) no-repeat left -75px top / 150px;
}
.btn-back-to-top {
	bottom: 50px;
}
.n-login-wrapper {
	width: 100%;
	height: 100%;
	background: url(../../assets/images/login-bg.jpg) no-repeat left 20% center / 65% #f7f6fb;
	text-align: center;
	justify-content: center !important;
	flex-direction: column;
}
.n-login-main {
	max-width: auto !important;
	width: 400px;
	height: 100%;
	background: #FFF;
	float: right;
	text-align: center;
	justify-content: center !important;
	flex-direction: column;
	display: flex !important;
	padding: 0px 50px;
	position: relative;
}
.n-login-logo img {
	width: 200px;
	margin: 0 auto;
}
.n-login-footer {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 9;
}
.n-login-footer p {
	font-size: 12px;
}
.n-request-form p {
	font-size: 13px;
	padding-bottom: 3px;
}
textarea {
	width: 100%;
	padding: 5px 15px;
}





::-webkit-input-placeholder {
 color: #555;
font-size: 12px;
line-height: 16px;
font-weight: normal;
}



:-ms-input-placeholder {
 color: #555;
font-size: 12px;
line-height: 16px;
}



::placeholder {
 color: #555;
font-size: 12px;
line-height: 16px;
}
.n-cat-section {
}
.n-cat-image {
	padding: 80px;
}

.wrap-pic-w img {
  width: auto;
  margin: 0 auto;
  max-height: 360px;
}

.pro-det-left {
	padding:  0 25px 0 45px ;
}

.pro-det-right {
	padding:  0 45px 0 25px ;
}

.n-product-name-section {
    width: 100% !important;
    margin: 0px;
    padding: 0;
}
.n-product-name-section a:hover, .n-product-name-section a:hover .n-product-name {
	text-decoration:  none;
	color: #000;
}
.n-product-name {
	font-size: 14px;
	list-style: 20px;
	padding-bottom: 10px;
	padding-left: 0;
}
.n-product-stock {
    font-size: 13px;
	list-style: 20px;
	padding-left: 0;
}
.n-product-name-section a:hover .n-product-stock  {
	color: #000;
}
.n-items-cont:hover {
	background: #d6f9ff;
}
.product-edit-page .pro-det-left {
    padding: 0 60px 0 0px;
}
.product-edit-page .pro-det-right {
    padding: 0 0px 0 25px;
}
.n-product-edit-set {
	position: absolute;
	right: 20px;
	top: -10px;
	z-index: 99;
}
.n-product-edit-set i {
   width: 40px;
   height:  40px;
   background: #6BB0D9;
   text-align: center;
   border-radius: 50%;
   padding-top: 10px;
   font-size: 18px;
   color: #FFF;
   cursor: pointer;
}
.n-product-edit-set i:hover {
	background: #333;
}

.galaxy-field-main {
	padding: 0px 0px 25px 0px;
}

.required {
  font-size: 18px;
  line-height: 8px;
  color: #F00;
}


.form__field, .select-text {background: #f4fbfd;}

.form__group, .select__field { width: 100%; position: relative; }
.form__group input, .form__group textarea, .select__field select  { width: 100%; height: 35px; font-size: 14px; line-height: 20px; border: 1px solid #DDD; background-color: rgb(255, 255, 255); padding: 0px 15px; border-radius: 5px;}

.form__group textarea { height:115px;}
.select-label, .form__field:placeholder-shown ~ .form__label {font-size: 14px;  cursor: text; position: absolute; left: 18px; top: 8px; transition: 0.2s ease all; pointer-events: none;}
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label, .form__group label, .form__field:focus ~ .form__label { font-size: 12px; color: #444; position: absolute; left: 15px; top: -19px; transition: 0.2s ease all; display: block;}
.form__field { transition: border-color 0.2s;}
.form__field::placeholder {color: transparent;}
.form__field:focus, .select__field:focus{ border-bottom: 2px solid #A6EBFF;}


.select__field select { -moz-appearance: none; -webkit-appearance: none; -0-appearance: none; background:url(../images/arrow-down.svg) no-repeat right 5px center / 30px var(--grey-bg) !important; cursor: pointer; }



/*-- Checkbox -------*/

input[type="checkbox"] { display: none;}
input[type="checkbox"] + label { cursor: pointer;}
input[type="checkbox"] + label span { width: 36px; height: 36px; margin-top: 5px; margin-bottom: 5px; vertical-align: middle; display: inline-block; border-radius: 50%; border: 1px solid #ddd; background: url("../images/tick.svg") no-repeat center center / 14px; background-color: #FFF; margin-right: 5px;}
input[type="checkbox"]:checked + label span, input[type="checkbox"]:checked + label span.grey { background: var(--primary-color) url("../images/tick-white.svg") no-repeat center center / 12px; border: 0px;}
input[type="checkbox"] + label:hover span { border: 1px solid var(--primary-color);}


/*-- Radio -------*/

input[type="radio"] { display: none;}
input[type="radio"] + label { cursor: pointer;}
input[type="radio"] + label span { width: 36px; height: 36px; margin-top: 5px; margin-bottom: 5px; vertical-align: middle; display: inline-block; border-radius: 50%; border: 1px solid #ddd; background: url("../images/tick.svg") no-repeat center center / 14px; background-color: #FFF; margin-right: 5px;}
input[type="radio"]:checked + label span { background: var(--primary-color) url("../images/tick-white.svg") no-repeat center center / 14px; border: 0px;}
input[type="radio"] + label:hover span { border: 1px solid var(--primary-color);}

.input-field,
select,

input[type="radio"] + label,
input[type="radio"] + label span,
input[type="radio"] + label span,

input[type="checkbox"] + label,
input[type="checkbox"] + label span,
input[type="checkbox"] + label span { background-color: var(--grey-bg);}



.n-product-edit-details .form__group textarea { height:110px;}

.product-edit-wrapper { display:  none; width: 100% !important; position: relative;}
.product-edit-view-wrapper { width: 100% !important;  position: relative;}

.n-product-archieve-set {
	position: absolute;
	right: 65px;
	top: -10px;
	z-index: 999;
}
.n-product-archieve-set i {
   width: 40px;
   height:  40px;
   background: #6BB0D9;
   text-align: center;
   border-radius: 50%;
   padding-top: 10px;
   font-size: 18px;
   color: #FFF;
   cursor: pointer;
}
.n-product-archieve-set i:hover {
	background: #333;
}

.n-product-menu-set {
	position: absolute;
	right: 110px;
	top: -10px;
	z-index: 999;
}
.n-product-menu-set i {
   width: 40px;
   height:  40px;
   background: #6BB0D9;
   text-align: center;
   border-radius: 50%;
   padding-top: 10px;
   font-size: 18px;
   color: #FFF;
   cursor: pointer;
}
.n-product-menu-set i:hover {
	background: #333;
}

.v-center { flex-direction: column; justify-content: center !important; display: flex;}

.n-cat-section {
	height: 100%;
}

.n-cat-section a, .n-cat-section a:hover {
	text-decoration: none !important;
}
.block2-pic:hover .block2-btn {
  bottom: 80px;
}

.category-list-wrapper {
	margin: 0 auto;
	max-width: 100%;
}

.sg-field-main { padding: 0px 15px 20px;}



/* input[type="file"] { &::file-selector-button {
     cursor: pointer;
     display: none;
  }
} */
.n-field-box {
	width: 100%;
  height: 35px;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #DDD;
  background-color: rgb(255, 255, 255);
  padding: 0px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.ltext-103 {
  font-size: 30px;
}

.add-product-left { padding-right: 50px;}
.add-product-right { padding-left: 50px;}


.add-pro-grey-box { box-shadow: 0px 0px 0px #e3e7ef55 !important; padding: 20px 30px 30px;}


.slick-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}


.action-btn-main { padding-bottom:  10px; text-align:  right; position:  absolute; right: 0;}

.action-btn-main ul { margin: 0; padding: 0; list-style:  none; width: auto; display:  inline-block;}

.action-btn-main li {display: inline-block; padding-left: 5px;}

.action-btn-main li i {
  width: 34px;
  height: 34px;
  background: #6BB0D9;
  text-align: center;
  border-radius: 50%;
  padding-top: 9px;
  font-size: 15px;
  color: #FFF;
  cursor: pointer;
}
.action-btn-main li i:hover {
	background: #555;
}












/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::/// MEDIA STARTED ///:::::::::::::::::::::::::::::::::::::::::::::::::::::*/


 @media (max-width: 1400.98px) {
}
 @media (max-width: 1300.98px) {
.n-items {
	width: 25%;
}
}
 @media (max-width: 1200.98px) {
}
 @media (max-width: 1100.98px) {
.n-items {
	width: 33.333%;
}
}
 @media (max-width: 991.98px) {

header {
	position: fixed;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
}
.logo-mobile img {
	width: 170px;
}
.main-menu-m > li > a {
	padding: 8px 20px;
	display: block;
	text-decoration: none;
}
.wrap-header-mobile {
	height: 60px;
	padding: 5px 15px;
}
.ltext-102 { font-size: 24px; }

.ltext-103 {
  font-size: 26px;}

.bread-crumbs-main { padding-top:  70px;}

.n-table-main {
  padding-bottom: 35px;
}
.menu-mobile {
	height: 100vh;
	background-color: #717fe0;
}
.after-banner-section {
	padding-top: 85px;
}
.sg-field-main { padding: 0px 0px 20px;}


.pro-det-left, .pro-det-right {
  padding: 0px 20px;
}



}
 @media (max-width: 767.98px) {
.n-items {
	width: 50%;
}
.wrap-table-shopping-cart {
	overflow-x: scroll;
	overflow-y: hide;
}
.n-footer-bot p {
	text-align: center;
}
.designed {
	width: 170px;
	float: none;
	margin: 20px auto 0;
}
.category-list-wrapper { max-width: 100%;}
.category-list-tmb { padding-left: 0px; padding-right: 0px;}


.add-product-left { padding-right: 30px;}
.add-product-right { padding-left: 30px;}




}
 @media (max-width: 575.98px) {
.n-login-main {
	width: 100%;
	padding: 0px 30px;
}
.n-product-edit-details {
	padding: 0;
}


.add-product-left { padding-right: 15px;}
.add-product-right { padding-left: 15px;}


.product-edit-page .pro-det-left, .product-edit-page .pro-det-right {
  padding: 0 0px 0 0px;
}

.detail-gallery {
  margin-bottom: 0px !important;
}

.action-btn-main {
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  right: 0;
}





}
 @media (max-width: 414.98px) {
.n-items {
	width: 100%;
}




}
#content {
	min-height: calc(100% - 120px);
}
