@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth !important;
}
body {
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: normal;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url('../img/select-notch.png') right 20px center no-repeat !important;
    cursor: pointer;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
a, .btn, button {
	outline: none !important;
	outline: 0 !important;
}
a:hover {
	text-decoration: none;
}
.btn {
	outline: none !important;
}
.btn:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus, .form-control:focus {
	box-shadow: none !important;
}
.container-fluid {
	padding-left: 35px !important;
	padding-right: 30px !important;
}
#loginBody {
	background: #485ca4 url(../img/loginBg.png) no-repeat center bottom;
	background-size: cover;
}
.loginLogo {
	text-align: center;
    /*padding-top: 60px;*/
    padding-top: 45px;
}
.loginForm {
	width: 430px;
    margin: 35px auto 0px;
    padding: 25px 30px;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5);
}
.totalLogin {
	padding-bottom: 35px;
}
.loginForm label {
	color: #9a9a9a;
	font-size: 16px;
	margin-bottom: 0px;
}
.loginForm .form-group {
	margin-bottom: 25px;
}
.loginForm .form-control {
	color: #3a3a3a;
	font-size: 14.4px;
	border-bottom: 1px solid #bcbcbc;
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0px;
	padding: 6px 0px;
	font-weight: 600;
}
.loginForm .form-control::placeholder {
	opacity: 0.4;
}
.forgotLogin {
	text-align: center;
	margin-top: -15px;
	margin-bottom: 35px;
}
.forgotLogin a {
	font-size: 16px;
	color: #707070;
	font-weight: 300;
	text-decoration: underline;
}
.btn-login {
	background-color: #eb4d4b;
    border-color: #eb4d4b;
    color: #f3f3f3;
    font-size: 18px;
    text-transform: uppercase;
    height: 46px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-login:hover {
	background-color: #de4847;
    border-color: #de4847;
    color: #f3f3f3;
}
.btn-register {
    background-color: #4c61ad;
    border: 1px solid #4c61ad;
    color: #feaf2e;
}
.btn-register:hover {
	background-color: #425596;
    border-color: #425596;
    color: #feaf2e;
}
.btn-register img {
	padding-right: 14px;
	border-right: 1px solid #feaf2e;
	margin-right: 18px;
}
.leftLogo {
	height: 85px;
	display: flex;
	align-items: center;
	padding: 15px;
	background-color: #213b98;
}
#sidebar ul li a {
	border-bottom: none !important;
	font-weight: 100;
	font-style: italic;
	padding: 15.5px 20px 15.5px 80px !important;
	color: #fff !important;
}
#sidebar ul li {
    font-size: 15px !important;
}
#sidebar ul li.active > a {
	background: rgba(255,255,255,0.2) url(../img/activeMenu.png) no-repeat right 20px center !important;
	font-weight: 600 !important;
	font-style: normal;
}
#sidebar ul.components {
	padding-top: 10px !important;
}
#sidebar {
	background: #485ca4 !important;
}
.mainHeaderRight {
    background-color: #efefef;
    position: relative;
}
.headerSearchAvtar {
    padding: 20px 0px;
	display: flex;
}
.headerSearch {
    align-self: center;
    padding-right: 10px;
}
.headerSearch .input-group {
    width: 378px;
}
.headerSearch .form-control {
    border: none;
    border-radius: 30px !important;
    height: 40px;
    padding: 6px 20px;
    font-size: 14px;
}
.headerSearch .form-control::placeholder {
	color: #bebebe;
}
.headerSearch .input-group-append {
    margin-left: -36px;
    margin-top: 4px;
    z-index: 9;
}
.btn-search {
    background-color: #485ca4 !important;
    border-radius: 50% !important;
    padding: 6px 8px !important;
    height: 32px;
}
.headerAvtar {
    margin-left: auto;
    width: 160px;
}
.headerAvtar .headerAvtarDetail {
    cursor: pointer;
    display: flex;
}
.avtarName {
    color: #000000;
    font-size: 16px;
    align-self: center;
    margin-right: 10px;
    /*text-align: right;*/
	line-height: 16px;
}
.avtarName span {
	font-size: 12px;
	color: #858585;
	font-weight: 300;
}
.avtarImg {
    height: 45px;
    width: 90px;
    border-radius: 50%;
}
.avtarImg img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    /*border: 1px solid #c0c0c0;*/
}
.headerAvtar .dropdown:hover .dropdown-menu {
    display: block;
}
.headerAvtar .dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    top: 42px;
    border: none;
    left: auto;
}
.headerAvtar .dropdown-item {
	color: #626262;
}
.headerAvtar .dropdown-menu:hover, .headerAvtar .dropdown-item:focus, .headerAvtar .dropdown-item:hover {
	background-color: #f5f5f5;
}
.headerAvtar .dropdown-item.active, .headerAvtar .dropdown-item:active {
	background: none;
	color: #626262;
}
#sidebar .custom-menu .btn.btn-primary::after {
	background: #213b98 !important;
}
#sidebar .custom-menu {
	top: 16px !important;
	z-index: 9;
	display: none !important;
}
.bodyHeading {
    font-size: 24px;
    font-weight: 600;
    color: #626262;
}
.agencyHeaderBtn {
    margin-left: auto;
}
.btn-filter {
    font-size: 15px !important;
    background: #fff url(../img/fliterIcon.png) no-repeat center right 14px !important;
    border: 1px solid #c0c0c0 !important;
    border-radius: 25px !important;
    padding: 6.8px 36px 6.8px 18px !important;
    margin-left: auto;
    font-weight: 300 !important;
    color: #626262 !important;
    margin-right: 5px;
    width: auto;
    text-align: left !important;
}
.bodyHeadingBtn {
	display: flex;
	height: 75px;
	align-items: center;
	border-bottom: 1px solid #c0c0c0;
}
.productTable thead th {
	border-top: none;
	border-bottom: 1px solid #c0c0c0 !important;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	padding: 10px 10px 10px 0px;
}
.productTable td {
	border: none !important;
	padding: 10px 10px 10px 0px !important;
    vertical-align: middle !important;
}
.productTable tr {
	border-bottom: 1px solid #c0c0c0;
}
.productImg {
	height: 70px;
	width: 70px;
	border: 1px solid #c0c0c0;
	border-radius: 8px;
	overflow: hidden;
}
.productImg img {
	height: 70px;
	width: 70px;
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
}
.productTitle {
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.productSubTitle {
	font-size: 14px;
	color: #646464;
	font-weight: 500;
	margin-top: 4px;
	margin-bottom: 8px;
}
.productSubTitle2 {
	font-size: 14px;
	font-style: italic;
	color: #000;
}
.productDetails {
	display: flex;
}
.productTitleDetails {
	padding-left: 20px;
}
.unitPrice {
	font-size: 24px;
	color: #0054fe;
	font-weight: 500;
}
.unitPrice span {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	margin-right: 2px;
}
.activeTr {
	background-color: #eceef6;
}
.table-row[data-href] {
	cursor: pointer;
}
.bodyHeading2 {
	font-size: 15px;
	color: #000;
	font-weight: 500;
	/*border-bottom: 1px solid #c0c0c0;*/
}
.productSlider .slider {
    /*width: 50%;
    margin: 100px auto;*/
}
.productSlider .slider {
	margin: 0px;
}
.productSlider .slick-slide img {
    width: 100%;
}
.productSlider .slick-prev:before,
.productSlider .slick-next:before {
    color: black;
}
.productSlider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.productSlider .slick-active {
    opacity: .5;
}
.productSlider .slick-current {
    opacity: 1;
}
.productSlider {
	width: 285px;
}
.productSlider .slider-nav {
	margin-left: 8px;
	margin-top: 10px;
}
.productSlider .slider-nav .slick-list {
	padding: 0px !important;
}
.ProductSliderImg {
	height: 285px;
    width: 285px !important;
    border: 1px solid #c0c0c0;
    border-radius: 20px;
    overflow: hidden;
}
.ProductSliderImg img {
    height: 285px;
    width: 285px !important;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}
.ProductThumbImg {
	height: 60px;
    width: 60px !important;
    border: 1px solid #c0c0c0;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.ProductThumbImg img {
    height: 60px;
    width: 60px !important;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}
.bodyMainRight.prodctSliderAll {
	margin-top: 20px;
	display: flex;
}
.productSliderDetails {
	margin-left: 30px;
}
.productSliderDetailsTitle {
	font-size: 24px;
	color: #000;
	font-weight: 500;
}
.productSliderDetailsTitle2 {
	font-size: 21px;
	color: #646464;
	font-weight: 500;
	margin-top: 8px;
}
.productSliderDetailsCode {
	font-size: 17.68px;
	color: #000;
	font-weight: 500;
	margin-top: 30px;
}
.productSliderDetailsCodeNo {
	font-size: 27.64px;
	color: #000;
	text-transform: uppercase;
	margin-top: 2px;
}
.productSliderDetails .unitPrice {
	font-size: 30px;
	margin-top: 6px;
}
.productSliderDetails select {
	background: #eceef6 url('../img/select-notch.png') right 15px center no-repeat !important;
	font-size: 18px;
	color: #646464;
	font-weight: 500;
	width: 165px;
	border-radius: 8px;
	margin-top: 5px;
}
.productDetailsText {
	font-size: 14px;
	color: #1d1d1d;
	font-weight: 500;
}
.productAllDetail {
	margin-bottom: 75px;
}
.btn-back {
	font-size: 18px;
	color: #fff !important;
	font-weight: 500;
	background-color: #485ca4;
	border: 1px solid #485ca4;
	text-align: center;
	width: 165px;
	border-radius: 8px;
}
.btn-back:hover {
	background-color: #2d428d;
	border: 1px solid #2d428d;
}
.distributorsTable .table-row, .orderDetailsTable .table-row {
	cursor: auto;
}
.distributorsTable .productSubTitle {
	font-weight: 400;
	margin: 3px 0px;
	font-style: italic;
}
.distributorsTable .productSubTitle .phEmail {
	font-weight: 500;
	font-style: normal;
}
.distributorsTable .productTitleDetails {
	margin-bottom: -6px;
	width: calc(100% - 70px);
}
.distributorsTable.productTable td {
	vertical-align: top !important;
}
.btnBlock {
	font-size: 13px;
	color: #000 !important;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	text-align: center;
	width: 106px;
	height: 32px;
	padding: 4px;
	border-radius: 8px;
}
.btnUnblock {
	background-color: #e6516d;
	color: #fff !important;
}
.distributorsTable.retailersTable .productSubTitle.productDistributor {
	color: #485ca4;
	font-weight: 500;
	margin-top: 6px;
}
.distributorsTable.retailersTable .productSubTitle {
	font-weight: 300;
}
.distributorsTable.retailersTable td {
	vertical-align: middle !important;
}
.orderOnly  {
	color: #626262;
	font-size: 14px;
	font-weight: 300;
}
.orderIdText {
	color: #485ca4;
	font-weight: 500;
}
.orderPriceText {
	color: #000;
	font-weight: 500;
}
#permissions .modal-dialog {
    margin-top: 85px;
    max-width: 415px;
    margin-right: 25%;
}
#permissions .modal-content {
    -webkit-box-shadow: 7px 7px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 7px 7px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 7px 7px 8px 0px rgba(0,0,0,0.3);
}
#permissions .modal-header {
    background-color: #485ca4;
    padding: 9px 30px;
}
#permissions .modal-title {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
#permissions .close {
    position: absolute;
    z-index: 99;
    right: 0;
    font-size: 42px;
    font-weight: 300;
    top: 0;
    margin-top: 6px;
    margin-right: 17px;
    color: #fff;
    opacity: 1;
    padding: 0px;
}
#permissions .modal-body {
    padding: 0px 30px;
}
.permissionsOption {
    display: block;
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #444444;
    font-weight: 500;
    border-bottom: 1px solid rgba(98,98,98,0.2);
    padding: 11px 35px 11px 15px;
}
.permissionsOption input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.permissionsOption input:checked ~ .checkmark {
    background-color: #485ca4;
}
.permissionsOption .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #e0e0e0;
    margin-top: 12px;
    border: none;
    border-radius: 50%;
    margin-right: 10px;
}
.permissionsOption input:checked ~ .checkmark::after {
    display: block;
}
.permissionsOption .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
#permissions .modal-footer {
    border-top: none;
    padding: 52px 56px 25px;
}
.btn-apply {
	font-size: 18px;
	color: #fff !important;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #485ca4;
	border: 1px solid #485ca4;
	text-align: center;
	height: 46px;
	border-radius: 25px;
}
.btn-apply:hover {
	background-color: #2d428d;
	border: 1px solid #2d428d;
}
.btn-all {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background-color: #dadeed;
    padding: 3px;
    width: 50px;
    text-align: center;
    border-radius: 4px;
    margin: 10px 0px;
	cursor: pointer;
}
.bodyHeading span {
	color: #000;
	font-weight: 100;
	font-style: italic;
}
.orderIdDetail {
	font-style: italic;
	font-weight: 600;
	color: #485ca4;
	font-size: 15px;
	margin-top: 8px;
}
.orderIdDetail span {
	font-size: 17px;
}
.bodyHeadingDetailBtn {
	height: auto;
	padding-top: 55px;
	padding-bottom: 12px;
}
.backSetUp {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    margin-left: 30px;
    margin-top: 10px;
}
.backSetUp a {
    color: #485ca4;
}
.colorAdjBox {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #dee2e6;
}
.categoryImg {
    height: 60px;
  width: 60px;
  object-fit: contain;
}

























@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (max-width:1199px) {
	.productSliderDetailsTitle {
		font-size: 20px;
	}
	.productSliderDetailsTitle2 {
		font-size: 18px;
	}
	.productSliderDetailsCode {
		font-size: 15px;
	}
	.productSliderDetailsCodeNo {
		font-size: 24px;
	}
	.productSliderDetails .unitPrice {
		font-size: 26px;
	}
	.distributorsTable thead tr th:first-child, .distributorsTable tbody tr td:first-child {
		width: 52%;
	}
	.distributorsTable.retailersTable thead tr th:first-child, .distributorsTable.retailersTable tbody tr td:first-child {
		width: 80%;
	}
	.btn-filter {
		font-size: 12px !important;
	}
	.orderTable thead tr th:nth-child(2), .orderTable tbody tr td:nth-child(2),
	.orderTable thead tr th:nth-child(5), .orderTable tbody tr td:nth-child(5) {
		width: 18%;
	}
}

@media (max-width:991px) {
	#sidebar .custom-menu {
		display: block !important;
	}
	.orderFilter {
		display: block;
		height: auto;
		padding: 10px 0px;
	}
	.orderFilter .agencyHeaderBtn {
		margin-top: 5px;
		text-align: right;
	}
}

@media (max-width:767px) {
	.headerSearch .input-group {
		width: 310px;
	}
	.bodyMainRight.prodctSliderAll {
		display: block;
	}
	.productSlider {
		margin: 0px auto 20px;
	}
	.productSliderDetails {
		margin-left: 0px;
	}
	.productTitle, .productTable thead th, .orderIdDetail {
		font-size: 14px;
	}
	.productSubTitle, .productSubTitle2, .orderOnly {
		font-size: 12px;
	}
	.unitPrice {
		font-size: 20px;
	}
	.bodyHeading {
		font-size: 22px;
	}
	.orderIdDetail span {
		font-size: 15px;
	}
}

@media (max-width:575px) {
	.headerSearch .input-group {
		width: 245px;
	}
	.productImg img, .productImg {
		width: 50px;
		height: 50px;
	}
	.distributorsTable .productTitleDetails {
		width: calc(100% - 50px);
		padding-left: 15px;
	}
	.productTitle, .productTable thead th, .orderIdDetail {
		font-size: 12px;
	}
	.productSubTitle, .productSubTitle2, .orderOnly {
		font-size: 10px;
	}
	.btnBlock {
		width: 80px;
		height: 28px;
		font-size: 10px;
	}
	.btn-filter {
		font-size: 10px !important;
		padding: 6.8px 28px 6.8px 18px !important;
		background: #fff url(../img/fliterIcon.png) no-repeat center right 10px !important;
	}
	.bodyHeading {
		font-size: 20px;
	}
	.orderTable thead tr th:nth-child(2), .orderTable tbody tr td:nth-child(2), .orderTable thead tr th:nth-child(5), .orderTable tbody tr td:nth-child(5) {
		width: 20%;
	}
	.orderIdDetail {
		font-size: 14px;
	}
	.orderIdDetail span {
		font-size: 15px;
	}
}

@media (max-width:489px) {
	.loginForm {
		width: 370px;
	}
	.avtarName {
		font-size: 14px;
	}
	.avtarName span {
		font-size: 10px;
	}
	.headerAvtar {
		width: 145px;
	}
	.headerSearch .input-group {
		width: 185px;
	}
	.productSliderDetailsTitle {
		font-size: 18px;
	}
	.productSliderDetailsTitle2 {
		font-size: 16px;
	}
	.distributorsTable .productTitleDetails {
		padding-left: 10px;
	}
	.productTitle, .productTable thead th, .orderIdDetail {
		font-size: 10px;
	}
	.productImg img, .productImg {
		width: 40px;
		height: 40px;
	}
	.productTable td, .productTable thead th {
		padding-right: 5px !important;
	}
	.btnBlock {
		width: 60px;
		height: 24px;
		font-size: 8px;
	}
	.btn-filter {
		font-size: 9px !important;
		padding: 6.8px 25px 6.8px 10px !important;
		margin-right: 0px;
		background: #fff url(../img/fliterIcon.png) no-repeat center right 5px !important;
	}
	.orderIdDetail span {
		font-size: 12px;
	}
	.bodyHeading {
		font-size: 16px;
	}
	.unitPrice {
	    font-size: 16px;
	}

}

@media(max-width:413px) {
	.loginForm {
		width: 290px;
	}
	.avtarName {
	    font-size: 12px;
	    line-height: 14px;
	}
	.avtarImg img, .avtarImg {
	    height: 35px;
	    width: 35px;
	}
	   .headerAvtar {
	    width: 122px;
	}
	.headerSearch .input-group {
	    width: 175px;
	}
	.headerSearch .form-control {
		padding: 6px 10px;
	}
	.headerAvtar .dropdown-menu {
		top: 30px;
	}
	.distributorsTable thead tr th:first-child, .distributorsTable tbody tr td:first-child {
		width: auto;
	}
	.productTitle, .productTable thead th, .orderIdDetail {
		font-size: 9px;
	}
	.productImg img, .productImg {
	    width: 30px;
	    height: 30px;
	}
	.btnBlock {
		width: 45px;
		height: 22px;
	}
	.distributorsTable .productTitleDetails {
	    padding-left: 5px;
	}
}