body {
  color: #3b3b3b;
  background: #ffffff !important;
}
body {
	font-family: "Red Hat Display", sans-serif !important;
	background-color: #fff !important;
}
h1,h2,h3,h4,h5,h6,p,a,span,ul,li,button {
	font-family: "Red Hat Display", sans-serif !important;
}
/*header css*/
header .navbar-nav li a,
header .navbar-nav li span {
	color: #000 !important;
}
header .head-row {
	padding-top: 50px;
	padding-bottom: 25px;
}
header.wrapper {
	border-bottom: 2px solid #F4F4F4;
/*	overflow: hidden;*/
}
header.wrapper ul {
	text-align: right;
	margin-bottom: 0px;
	padding-left: 0px;
}
.head-menu .top-menu ul {
	margin-bottom: 15px;
}
header.wrapper ul li {
	list-style: none;
	display: inline-block;
}
header.wrapper ul li a {
	color: #000;
	font-size: 16px;
	padding: 6px 12px;
	font-weight: 700;
	transition: 0.3s all ease;
	text-decoration: none;
}
header.wrapper ul li a:hover {
	color: #009AA6;
}
header.wrapper ul li a:hover svg path {
	fill: #009AA6;
}
header.wrapper ul li a.btn-rgr-link {
	background-color: #00818A;
	color: #fff;
	padding: 4px 12px;
	border: 1px solid #00818A;
	position: relative;
	display: inline-block;
	border: none;
}
/*.head-menu ul li a.btn-rgr-link:after {
	content: '';
	background-color: #009AA6;
	position: absolute;
	width: 100%;
	right: -100%;
	height: 100%;
	top: 0px;
}*/
.mobile-top-head,
.head-row .menu-toggle-icon {
	display: none;
}
header.wrapper ul li.parent-menu {
	position: relative;
}
header.wrapper ul li.parent-menu ul.submenu {
	position: absolute;
	background-color: #fff;
	padding: 10px 5px;
	box-shadow: 0px 3px 9px #00000057;
	display: none;
	transition: 0.7s all ease;
	border-radius: 6px;
	text-align: left;
/*	width: 100%;*/
	z-index: 999;
}
header.wrapper ul li.parent-menu:hover ul.submenu {
	display: block;
}
header.wrapper ul li.parent-menu ul.submenu li {
	display: block;
	width: max-content;
}
.head-logo .head-cart,
.mobile-top-menu {
	display: none;
}
@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}
@media (min-width: 1200px) {
	/*.head-menu ul li a.btn-rgr-link:after {
    	width: calc(calc(100vw - 1140px) / 2);
    	right: calc(calc(1140px - 100vw) / 2);
	}*/
}
@media (min-width: 1400px) {
	/*.head-menu ul li a.btn-rgr-link:after {
		width: calc(calc(100vw - 1300px) / 2);
    	right: calc(calc(1300px - 99vw) / 2);
	}*/
}
@media (min-width: 768px) and (max-width: 991px) {
	header.wrapper .head-menu .primary-menu ul {
		white-space: nowrap;
	}
	header.wrapper .head-menu ul li a {
		padding: 6px 6px;
		font-size: 12px;
	}
	header.wrapper .head-logo {
		width: 35%;
	}
	header.wrapper .head-menu {
		width: 65%;
	}
	header .head-row {
		padding-top: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	header.wrapper .head-menu .primary-menu ul {
		white-space: nowrap;
	}
	header.wrapper .head-menu ul li a {
		padding: 6px 6px;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.head-row .top-menu {
		display: none;
	}
	.mobile-top-head,
	.mobile-top-head .top-menu {
		display: block;
	}
	.mobile-top-head .top-menu ul {
		text-align: center;
		margin-bottom: 20px;
	}
	header .head-row {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.head-menu .primary-menu {
		display: none;
	}
	.head-row .menu-toggle-icon {
		display: inline-block;
        background-color: transparent !important;
        border: none !important;
        position: absolute;
        right: 15px;
        top: 17px;
        outline: none !important;
        cursor: pointer;
	}
	.head-row .menu-toggle-icon div {
        display: block;
        width: 24px;
        height: 3px;
        background-color: #757575;
        margin-bottom: 5px;
    }
    .head-row .head-logo {
    	position: relative;
    }
    .head-menu.show .primary-menu {
    	display: block;
    	background-color: #fff;
/*    	padding: 0px 15px 30px;*/
    	position: absolute;
    	width: 100%;
    	z-index: 9;
    	top: 111px;
    	left: 0px;
    	height: auto;
    }
    .head-menu .primary-menu li {
    	display: block;
    	text-align: left;
    	margin-bottom: 5px;
    }
    header.wrapper {
    	overflow: visible;
    }
    header.wrapper ul li.parent-menu ul.submenu {
    	position: relative;
    }
    .head-logo .head-cart {
		display: inline-block;
		position: absolute;
		right: 95px;
		top: 15px;
	}
	header.wrapper .primary-menu ul li a {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #EEEFEF;
	}
	header.wrapper .primary-menu ul li a svg {
		float: right;
		transform: rotate(270deg);
	}
	header.wrapper ul li.parent-menu ul.submenu {
		box-shadow: none;
	}
	/*header.wrapper .primary-menu ul.submenu li a {
		padding-left: 30px;
	}*/
	.head-row .menu-toggle-icon.show div:first-child {
		transform: rotate(230deg);
    	position: relative;
    	top: 9px;
	}
	.head-row .menu-toggle-icon.show div:last-child {
		transform: rotate(130deg);
	    position: relative;
	    top: -7px;
	}
	.head-row .menu-toggle-icon.show div:nth-child(2) {
		visibility: hidden;
	}
	header.wrapper .primary-menu .mobile-top-menu {
		display: block;
	}
	header.wrapper .primary-menu .mobile-top-menu li a {
		border: none;
		color: #757575;
		font-size: 16px;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.head-menu ul li a.btn-rgr-link:after {
		display: none;
	}
	header.wrapper .primary-menu .mobile-top-menu li a.btn-rgr-link {
		text-align: center;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

@media (max-width: 400px) {
	.head-row .head-logo a img.logo {
		max-width: 150px;
	}
}

/*footer css*/
.footer-sec {
	background-color: #EEEFEF;
	padding-top: 50px;
	padding-bottom: 30px;
}
.footer-sec h4 {
	color: #00818A;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	min-height: 30px;
	margin-bottom: 15px;
}
.footer-sec p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
.footer-sec ul {
	padding: 0px;
	margin: 0px;
}
.footer-sec ul li {
	list-style: none;
}
.footer-sec ul.social-icon li {
	display: inline-block;
}
.footer-sec ul.social-icon li a {
	display: block;
	padding: 6px 12px;
}
.footer-sec p span {
	display: flex;
}
.footer-sec p a {
	color: #9D3F97;
}
.footer-sec p span a,
.footer-sec p span + a {
	font-weight: 700;
}
.footer-sec p span a {
	margin: 0px 3px;
}
.footer-menu ul li a {
	color: #000;
	font-size: 18px;
	line-height: 16px;
	font-weight: 500;
	transition: 0.3s all ease;
	display: inline-block;
	margin-bottom: 10px;
}
.footer-sec .footer-menu ul li a:hover {
	color: #009AA6;
}
.footer-sec a.btn-order {
	color: #fff;
	background: #9D3F97;
	border: 2px solid #9D3F97;
	padding: 12px 12px;
	border-radius: 0px;
	min-width: 231px;
	min-height: 48px;
	display: inline-block;
	text-align: center;
}
.footer-sec a.btn-order img {
	margin-left: 5px;
}
.footer-sec .bottom-menu ul {
	text-align: center;
	padding: 0px;
	margin-bottom: 10px;
}
.footer-sec .bottom-menu ul li {
	list-style: none;
	display: inline-block;
}
.footer-sec .bottom-menu ul li a {
	color: #000;
	font-size: 18px;
	line-height: 16px;
	font-weight: 500;
	padding: 6px 12px;
	transition: 0.3s all ease;
}
.footer-sec .bottom-menu ul li a:hover {
	color: #009AA6;
}
.footer-sec .bottom-menu p {
	text-align: center;
	margin-bottom: 0px;
}
.footer-sec .bottom-menu {
	padding-top: 70px;
}
.footer-sec .container {
	padding-bottom: 0px !important;
}
.footer-sec a {
	text-decoration: none;
}
@media (max-width: 991px) {
	.footer-menu ul li a {
		font-size: 16px;
	}
	.footer-sec,
	.footer-sec .bottom-menu {
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.footer-sec .bottom-menu ul {
		margin-bottom: 20px;
	}
	.footer-sec a.btn-order {
		width: 100%;
	}
	.footer-sec ul.social-icon {
		text-align: center;
	}
}

.order-details {
	font-family: "Red Hat Display", sans-serif;
	padding-top: 80px;
	padding-bottom: 50px;
}
.m-0 {
	margin: 0px;
}
.order-details h1 {
	color: #9D3F97;
	font-size: 54px;
	font-weight: 700;
	line-height: 71px;
}
.order-details p {
	color: #000;
}
.product-list {
	background-color: #E7FDFF;
	border-radius: 5px;
	padding: 30px;
}
.product-list table th {
	color: #000000;
	font-size: 22px;
	font-weight: 700;
	text-transform: none;
	padding: 8px 8px !important;
	line-height: 29px;
	border-bottom: 1px solid #000;
	text-align: center;
}
.product-list table th:first-child {
	text-align: left;
}
.product-list table td {
	font-size: 18px;
	color: #000;
}
.product-list .btn-primary {
	color: #fff;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	border: 3px solid #009AA6;
	padding: 10px 12px;
	border-radius: 0px;
	background-color: #009AA6;
	margin-left: 15px;
	transition: 0.3s all ease;
}
.product-list .btn-primary:hover {
	border: 3px solid #009AA6;
	background-color: #fff;
	color: #009AA6;
}
.product-list .button-sec {
	text-align: right;
}

.order-details h2 {
	color: #9D3F97;
	font-size: 32px;
	line-height: 42px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	font-weight: 700;
}
.form-details {
	padding-top: 50px;
}
.form-details label,
.create-quote-form .js-form-item label {
	color: #000;
	font-size: 18px;
	line-height: 23px;
	padding-left: 13px;
	font-family: "Red Hat Display", sans-serif !important;
	font-weight: 500;
}
.form-details .text-box,
.create-quote-form .js-form-item .form-select,
.create-quote-form .js-form-item .form-control,
.add-to-cart-box .count>div .form-number {
	background-color: #E7FDFF;
	border: 1px solid #E7FDFF;
	border-radius: 5px;
	padding: 6px 12px;
	min-height: 48px;
	color: #A6A6A6;
	font-size: 18px;
	font-family: "Red Hat Display", sans-serif !important;
	outline: none;
	box-shadow: none;
}
.create-quote-form .js-form-item .form-control,
.create-quote-form .js-form-item .form-select {
	color: #000;
}
.create-quote-form .js-form-item .form-select option:first-child {
	color: #A6A6A6;
}
.form-details .form-row {
	padding-left: 30px;
	margin-bottom: 20px;
}
.form-details .form-row .form-group,
.create-quote-form .js-form-item {
	margin-bottom: 15px;
}
.product-table td a.product-name {
	font-size: 18px;
	color: #9D3F97;
}
.order-details .product-table {
	border-collapse: unset;
	border-spacing: unset;
}
.order-details .product-table tbody {
	margin-top: 15px;
}
.product-table tbody tr td {
	padding: 4px 8px !important;
	border: none;
	text-align: center !important;
	word-break: break-word;
}
.product-table tbody tr {
	background-color: #fff;
/*	border-radius: 30px;*/
}
.product-table tbody tr td:first-child {
/*	border-top-left-radius: 30px;*/
/*	border-bottom-left-radius: 30px;*/
	text-align: left !important;
}
.product-table tbody tr td:last-child {
/*	border-top-right-radius: 30px;*/
/*	border-bottom-right-radius: 30px;*/
}
.product-list thead,
.product-list thead th,
.product-list tr {
	background-color: transparent;
}
.product-list thead th {
	border-top: none;
	border-left: none;
	border-right: none;
}
.view-commerce-cart-form table .field--type-entity-reference {
	margin-bottom: 0px;
}
.view-commerce-cart-form table .field--type-entity-reference a {
	color: #9D3F97;
}

.form-details .form-row .form-group span.required {
	color: red;
}
.order-details .inner-content h6 {
	color: #009AA6;
	font-size: 22px;
}
.order-details .inner-content p {
	color: #000;
	font-size: 16px;
}
.order-details .inner-content p em {
	color: red;
}
.product-table tbody tr.emptyspace {
	background-color: transparent;
	padding: 10px !important;
}
.product-table tbody tr.emptyspace td {
	min-height: 20px;
	padding: 10px !important;
}
.product-table tbody td.count span {
	color: #009AA6;
	font-size: 20px;
}
.product-table tbody td.count input {
	text-align: center;
	width: 40px;
    border: none;
}
@media (min-width: 1200px) {
	.form-details .form-row .column-1,
	.form-details .form-row .column-2 {
		width: 39%;
	}
	.form-details .form-row .column-3 {
		width: 22%;
	}
	.product-list .btn-primary {
		min-width: 158px;
	}
}
.order-details .inner-content {
/*	padding-left: 30px;*/
	padding-top: 20px;
/*	padding-right: 30px;*/
}
.order-details .inner-content h6 {
	margin-bottom: 0px;
}
.order-details .custom-checkbox {
	padding-left: 30px;
	padding-bottom: 20px;
}
.subtotal.product-list table td {
	padding: 8px 8px !important;
	border: none;
}
.product-list table td,
.product-list table th {
	font-family: "Red Hat Display", sans-serif !important;
}
.subtotal.product-list table td:first-child {
	text-align: left;
}
.subtotal.product-list table td:last-child {
	text-align: right;
	max-width: 200px;
	word-break: break-all;
}
.subtotal.product-list table tr.total td {
	background-color: #fff;
	font-weight: 700;
}
.subtotal.product-list table tr.total td:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.subtotal.product-list table tr.total td:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.shopping-cart .subtotal .button-sec .btn-primary,
.order-details .subtotal .button-sec .btn-primary {
	color: #fff;
	background-color: #009AA6;
	transition: 0.3s all ease;
}
.shopping-cart .subtotal .button-sec .btn-primary:hover,
.order-details .subtotal .button-sec .btn-primary:hover {
	color: #009AA6;
	background-color: transparent;
}
.product-content {
	margin-top: 30px;
}
.order-details .inner-content .btn-primary {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 3px solid #009AA6;
    padding: 10px 12px;
    border-radius: 0px;
    background-color: #009AA6;
    margin-left: 15px;
    min-width: 158px;
    display: inline-block;
    width: auto;
    box-shadow: none;
    transition: 0.3s all ease;
}
.order-details .inner-content .btn-primary:hover {
	border: 3px solid #009AA6;
	background-color: #fff;
	color: #009AA6;
}
.order-details .inner-content .button-sec {
	text-align: right;
}
.order-details .inner-content .button-sec .btn-review {
	background-color: #009AA6;
	color: #fff;
	transition: 0.3s all ease;
}
.order-details .inner-content .button-sec .btn-review:hover {
	background-color: #fff;
	color: #009AA6;
}
.order-details .card-sec {
	background-color: #E7FDFF;
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
}
.order-details .card-sec .inner-card {
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 15px;
}
.order-details .card-sec ul li {
	list-style: none;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	word-break: break-word;
}
.order-details .card-sec ul {
	padding: 0px;
	margin: 0px;
}
.order-details .card-sec p {
	word-break: break-word;
}
.order-details-sec {
	margin-top: 30px;
}
.order-details .inner-content p a {
	color: #9D3F97;
}
.order-details p.error-msg {
	color: red;
	font-size: 18px;
}


/*shopping cart*/
.shopping-cart a.btn-continue {
	color: #009AA6;
	font-size: 22px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.product-list {
		overflow: auto;
	}
	.order-details h2 {
		font-size: 28px;
	}
	.form-details .form-row,
	.order-details .custom-checkbox,
	.order-details .inner-content {
		padding-left: 0px;
	}
	.order-details h1 {
		font-size: 44px;
		line-height: 54px;
	}
	.order-details {
		padding-top: 50px;
	}
}


/*store front css*/

.store-sec {
	padding: 50px 0px 50px;
}
.store-sec h1 {
	color: #9D3F97;
	font-size: 54px;
	font-weight: 700;
	line-height: 60px;
}
p {
    color: #000;
    font-size: 18px !important;
    line-height: 24px !important;
}
.store-sec .btn-featured {
    color: #757575;
    font-size: 14px;
    border: 1px solid #757575;
    padding: 1px 13px;
    display: inline-block;
    border-radius: 30px;
    line-height: 24px;
    font-family: "Red Hat Display" !important;
    font-weight: 700;
    letter-spacing: 1px;
}
.btn-read-more {
    background: #9D3F97;
    font-size: 16px;
    line-height: 16px;
    padding: 14px 12px;
    min-width: 158px;
    min-height: 48px;
    text-align: center;
    display: inline-block;
    color: #fff !important;
    font-weight: 700;
    border: 2px solid #9D3F97;
}
.btn-read-more svg {
	margin-left: 5px;
}

.product-content-sec {
	padding: 50px 0px;
}
.product-content-sec h2 {
	color: #ac3894;
}

.related-product {
	background-color: #e2feff;
	padding: 50px 0px;
}
.related-product h2 {
	text-align: center;
	color: #009da8;
	padding-bottom: 50px;
	font-size: 40px;
}
.related-product .related-row .inner-column {
	background-color: #fff;
	padding: 25px;
	border-radius: 10px;
}

.curriculum-sec {
	background: linear-gradient(90deg, #1B6EC8 0%, #009AA6 100%);
	padding: 80px 0px 0px;
}
.curriculum-sec > .container {
	padding-bottom: 80px;
}
.curriculum-sec h2 {
	text-align: center;
	color: #fff;
	font-size: 48px;
	padding-bottom: 30px;
	font-weight: 700;
}
.curriculum-sec .fade:not(.show) {
	opacity: 1;
}
.curriculum-sec .tab-sec .tab-content {
	margin-top: 0px;
	background-color: #fff;
	padding: 60px 60px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.curriculum-sec .tab-sec .nav-tabs li {
	margin-right: 20px;
}
.curriculum-sec .tab-sec .nav-tabs li a {
	background-color: #0094ce;
    display: block;
    padding: 20px 30px;
    color: #fff;
    font-size: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    line-height: 27px;
    text-align: center;
    min-width: 224px;
    font-weight: 700;
}
.curriculum-sec .tab-sec .nav-tabs li.active a {
	background-color: #fff;
	color: #69b624;
}
.curriculum-sec .tab-sec .nav-tabs {
	border: none;
}
.curriculum-sec .tab-sec .tab-content ul li {
	color: #000;
	font-size: 16px;
}
.curriculum-sec .tab-sec .tab-content h6 {
	color: #9D3F97;
	font-size: 18px;
	text-align: center;
	margin-top: 30px;
}

.curriculum-sec .tablist .nav-item .nav-link {
	background-color: #0094ce;
    display: block;
    padding: 20px 30px;
    color: #fff;
    font-size: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    line-height: 27px;
    text-align: center;
    min-width: 224px;
    font-weight: 700;
    margin-bottom: 0px !important;
}
.curriculum-sec .tablist .nav-item .nav-link.active {
    background-color: #fff;
    color: #69b624;
}
.curriculum-sec .accordion-item {
	border: none;
}

.add-to-cart-box {
	text-align: center;
}
.add-to-cart-box .count {
	border: 2px solid #009AA6;
	padding: 6px 6px;
	min-width: 158px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
}
.add-to-cart-box .count span {
	display: inline-block;
}
.add-to-cart-box .count .text-box,
.add-to-cart-box .count>div .form-number {
	border: none;
	width: 60px;
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	outline: none;
	box-shadow: none;
}
.add-to-cart-box .btn-cart {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 1px solid #009AA6;
    padding: 10px 12px;
    border-radius: 0px;
    background-color: #009AA6;
    margin-left: 15px;
    min-width: 158px;
    min-height: 48px;
}
.curriculum-sec .add-to-cart-box {
	margin-top: 50px;
}

.solutions-sec {
	background-color: #fff;
	padding: 50px 0px;
}
.solutions-sec h2 {
	text-align: center;
	color: #009AA6;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 0px;
	padding-bottom: 50px;
}
.solutions-sec ul {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
}
.solutions-sec ul li {
	width: 20%;
	padding: 10px 10px;
	list-style: none;
}
.solutions-sec ul li .inner-content {
	min-height: 135px;
	display: flex;
	align-content: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	background-color: #9D3F97;
	flex-wrap: wrap;
    text-align: center;
    line-height: 40px;
}
.solutions-sec ul li .inner-content.pre {
	background-color: #9D3F97;
}
.solutions-sec ul li .inner-content.lower {
	background-color: #1B6EC8;
}
.solutions-sec ul li .inner-content.upper {
	background-color: #009AA6;
}
.solutions-sec ul li .inner-content.middle {
	background-color: #7DB40A;
}
.solutions-sec ul li .inner-content.high {
	background-color: #322D6E;
}

@media (min-width: 768px) and (max-width: 991px) {
	.curriculum-sec .tab-sec .nav-tabs li a {
		font-size: 18px;
		min-width: inherit;
	}
	.solutions-sec ul li {
		width: 33.33%;
	}
}

@media (max-width: 991px) {
	.store-sec h1 {
		font-size: 44px;
		line-height: 54px;
	}
	.curriculum-sec h2,
	.solutions-sec h2 {
		font-size: 40px;
	}
	.curriculum-sec .tab-sec .tab-content {
		padding: 0px;
		border-radius: 0px;
	}
	.curriculum-sec .tab-content .accordion-header button {
		width: 100%;
		/*background: linear-gradient(90deg, #1B6EC8 0%, #009AA6 100%);*/
		background-color: #0094ce;
    	color: #fff;
    	font-size: 20px;
    	line-height: 26px;
    	font-weight: 700;
    	padding: 25px 15px;
    	border: none;
    	border-radius: 0px !important;
	}
	.curriculum-sec .tab-content .accordion-item .accordion-header button[aria-expanded="true"] {
		background: #fff;
		color: #7DB40A;
	}
	.curriculum-sec .tab-content .accordion-body {
		padding: 20px;
	}
	.curriculum-sec .tab-content .accordion-header {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.curriculum-sec .tab-content>.tab-pane {
	    display: block;
	    opacity: 1;
	}
	.curriculum-sec .tab-content .accordion-header button br {
		display: none;
	}
}

@media (max-width: 767px) {
	.solutions-sec ul li {
		width: 50%;
	}
	.curriculum-sec .tab-sec .nav-tabs li a {
		font-size: 14px;
		min-width: inherit;
		padding: 20px 20px;
	}
	.curriculum-sec .tab-sec .nav-tabs li {
		margin-right: 10px;
	}
	.curriculum-sec .tab-content .accordion-body .btn-read-more {
		width: 100%;
	}
	.curriculum-sec .add-to-cart-box {
		margin-top: 35px;
	}
	.store-sec .row .col-sm-12:first-child {
		order: 2;
	}
	.store-sec .row .col-sm-12:last-child {
		order: 1;
		margin-bottom: 30px;
	}
	.store-sec h1 {
		font-size: 28px;
		line-height: 37px;
	}
	.store-sec .btn-read-more {
		min-width: 100%;
	}
	.store-sec .row {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/*product*/
.product-sec {
	padding: 50px 0px;
}
.filter-left-side {
	width: 20%;
}
.filter-left-side h4 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	margin-bottom: 50px;
}
.filter-left-side h5 {
	font-size: 16px;
	color: #000;
	font-weight: 700;
}
.filter-left-side ul {
	padding: 0px;
}
.filter-left-side ul li {
	list-style: none;
	margin-left: 0px !important;
}
.filter-left-side ul li label span.facet-item__value {
	margin-left: 5px;
	color: #757575;
}
.product-list-right {
	width: 80%;
}
.filter-left-side ul li label {
	font-size: 16px;
	font-weight: 400;
}
.filter-left-side ul li label input {
	margin-right: 7px;
}
.product-list-right .product-list {
	/*background-color: #E7FDFF;
	padding: 20px;
	border-radius: 5px;*/
}
.product-row .card {
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: none;
} 
.product-row .add-to-cart-box .count {
	min-width: 126px;
	min-height: 38px;
}
.product-row .add-to-cart-box .btn-cart {
	min-width: 126px;
	min-height: 38px;
	margin-left: 10px;
}
.product-row .card p {
	font-size: 18px;
	line-height: 27px;
	font-weight: 500;
	margin: 10px 0px 20px;
}
.product-row .card h6 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	text-align: right;
}
.product-row .card {
	margin-bottom: 20px;
}
.product-list .product-row .col-md-6 {
	padding-left: 10px;
	padding-right: 10px;
}
.product-list .product-button-sec {
	margin-top: 30px;
}

.filter-left-side input[type=checkbox] {
	position: relative;
	cursor: pointer;
}
.filter-left-side input[type=checkbox]:before {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
}
.filter-left-side input[type=checkbox]:checked:before {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	top: 0;
	left: 0;
	background-color: #009AA6;
}
.filter-left-side input[type=checkbox]:checked:after {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
	left: 6px;
	visibility: hidden;
}
.product-filter-selected span {
    color: #757575;
    font-size: 14px;
    border: 1px solid #757575;
    padding: 1px 10px;
    display: inline-block;
    border-radius: 30px;
    line-height: 21px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: "Red Hat Display" !important;
    font-weight: 700;
    letter-spacing: 1px;
}
.product-filter-selected span span {
	border: none;
	margin: 0px;
    padding: 2px 5px;
    cursor: pointer;
    position: relative;
    top: -1px;
    right: -2px;
}
.product-filter {
	text-align: right;
	margin-top: 15px;
	margin-bottom: 20px;
}
.product-filter select {
	color: #757575;
    font-size: 16px;
    border: 1px solid #757575;
    padding: 4px 6px;
    margin-left: 10px;
    box-shadow: none;
}
.product-details-price .add-to-cart-box {
	text-align: right;
}

.product-details-price {
	text-align: right;
	margin-top: 30px;
}
.product-details-price h5 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
}
.product-details-price h6 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
}
.product-details-content {
	padding: 50px 0px;
}
.product-details-content h2 {
	font-size: 48px;
	color: #9D3F97;
	font-weight: 700;
}

.related-product-sec {
	background-color: #E7FDFF;
	padding: 50px 0px;
}
.related-product-sec h2 {
	font-size: 48px;
	color: #9D3F97;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.product-details-dec .inner-images {
	background-color: #E7FDFF;
	padding: 24px;
	border-radius: 5px;
}
.product-details-dec .inner-images img {
	width: 100%;
	object-fit: contain;
	margin-bottom: 0px;
}
.product-list-right img {
	max-width: 100%;
	height: 100%;
}

.product-list-right .views-col article .text-formatted,
.product-list-right .views-col article .field--name-field-taxonomy-catalog,
.product-list-right .views-col article .form-type-entity-autocomplete {
	display: none;
}
.product-list-right .views-col article .field--type-image {
	width: 100%;
}
.product-list-right .views-col article .field--type-image a {
	display: inline-block;
}

#main-container > .row {
	margin-left: 0px;
	margin-right: 0px;
}

@media (min-width: 992px) {
	.product-details-dec .inner-images {
		margin-left: 50px;
	}
	.related-product-sec .add-to-cart-box,
	.product-list-right .add-to-cart-box {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}
	.related-product-sec .add-to-cart-box .count,
	.related-product-sec .add-to-cart-box .btn-cart,
	.product-list-right .add-to-cart-box .count,
	.product-list-right .add-to-cart-box .btn-cart {
		min-width: calc(50% - 10px) !important;
		margin-left: 0px !important;
	}
	.product-list-right .add-to-cart-box .btn-cart {
		padding: 10px 7px;
	}
}
@media (min-width: 1200px)  and (max-width: 1399px) {
	.add-to-cart-box .count .text-box,
	.add-to-cart-box .count>div .form-number {
		width: 40px;
	}
	.product-row .add-to-cart-box .btn-cart {
		font-size: 14px;
		min-width: 50% !important;
	}
	.product-row .add-to-cart-box .count {
		min-width: 43% !important;
	}
	.product-row .add-to-cart-box .btn-cart {
		margin-left: 5px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.product-list .product-row .col-md-6 {
		width: 50%;
	}
	.product-row .add-to-cart-box .count,
	.product-row .add-to-cart-box .btn-cart {
		min-width: inherit;
		font-size: 12px;
	}
	.solutions-sec ul li .inner-content {
		font-size: 25px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.product-row .add-to-cart-box .btn-cart {
		margin-left: 0px;
		margin-top: 15px;
	}
	.solutions-sec ul li .inner-content {
		font-size: 25px;
		line-height: 37px;
	}
	.related-product-sec .product-row .add-to-cart-box .btn-cart {
		min-height: 48px;
	}
}
@media (max-width: 991px) {
	.add-to-cart-box .btn-cart,
	.add-to-cart-box .count {
		min-width: inherit !important;
		font-size: 14px;
	}
	.product-details-content h2,
	.related-product-sec h2 {
		font-size: 40px;
	}
	.product-row .card h6 {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.filter-left-side {
		width: 100%;
		margin-bottom: 30px;
	}
	.product-list-right {
		width: 100%;
	}
	.product-details-price {
		margin-bottom: 30px;
	}
	.product-row .add-to-cart-box .btn-cart {
		min-width: inherit;
		font-size: 14px;
	}
	.product-row .add-to-cart-box .count {
		min-width: inherit;
	}
	.curriculum-sec .tab-sec .tab-content .col-sm-12 > img {
		margin-bottom: 30px;
	}
	.solutions-sec ul li .inner-content {
		font-size: 24px;
	}
	.curriculum-sec {
		padding: 50px 0px 0px;
	}
	.store-sec.product-details-dec {
		padding-bottom: 0px;
	}
	.footer-sec .footer-row .col-sm-12 {
		border-bottom: 1px solid #757575;
		padding-bottom: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.footer-sec .footer-row {
		margin-left: 0px;
		margin-right: 0px;
	}
	.footer-sec .footer-row .col-sm-12.footer-menu {
		padding-top: 20px;
	}
	.footer-sec h4 {
		min-height: 15px;
	}
	.footer-sec .footer-row .col-sm-12 p:last-child {
		margin-bottom: 0px;
	}
	.filter-left-side h4 {
		margin-bottom: 20px;
	}
	.related-product-sec .product-row .add-to-cart-box .btn-cart {
		min-height: 48px;
	}

	.footer-sec .footer-row .col-md-4:first-child {
		order: 1;
	}
	.footer-sec .footer-row .col-md-4:nth-child(2) {
		order: 3;
	}
	.footer-sec .footer-row .col-md-4:last-child {
		order: 2;
	}
	.footer-sec .bottom-menu p {
		font-size: 14px;
	}
	.footer-sec .bottom-menu ul li a {
		display: inline-block;
		padding: 6px 10px;
	}
	footer .container {
		padding-left: 24px;
		padding-right: 24px;
	}
	.product-details-dec .inner-images img {
		height: auto;
	}
}
@media (max-width: 450px) {
	.store-sec h1 {
		font-size: 32px;
		line-height: 42px;
	}
	.product-details-content h2,
	.related-product-sec h2 {
		font-size: 30px;
	}
	.curriculum-sec .tab-sec .nav-tabs li a {
		font-size: 12px;
        min-width: inherit;
        padding: 12px 15px;
        line-height: 20px;
	}
	.curriculum-sec .tab-sec .nav-tabs li {
		margin-right: 5px;
	}
	.solutions-sec ul li {
		width: 100%;
	}
	.solutions-sec ul li .inner-content {
		font-size: 22px;
		min-height: 88px;
	}
	.solutions-sec ul li .inner-content br {
		display: none;
	}
	.curriculum-sec h2, .solutions-sec h2 {
		font-size: 28px;
		line-height: 37px;
	}
	.solutions-sec h2 {
		padding-bottom: 30px;
	}
}

@media (max-width: 400px) {
	.curriculum-sec .add-to-cart-box .btn-cart {
		margin-left: 0px;
		margin-top: 20px;
		min-width: 150px !important;
	}
	.curriculum-sec .add-to-cart-box .count {
		display: flex;
		max-width: 150px;
		margin: auto;
		width: 100%;
	}
}



/*14/11/2024*/
.quantity-sec {
	display: flex;
    align-items: center;
    justify-content: center;
}
.quantity-sec span.minus,
.quantity-sec span.plus {
	color: #009AA6;
    font-size: 22px;
}
.quantity-sec .js-form-item input {
	text-align: center;
    width: 46px;
    border: none;
}
.quantity-sec .js-form-item {
	margin-bottom: 0px !important;
}

.create-quote-modal h2 {
	font-size: 22px;
	color: #9D3F97;
	line-height: 29px;
	font-weight: 700;
}
.create-quote-modal p {
	font-size: 18px;
	color: #000;
	line-height: 23px;
}
.create-quote-modal p a {
	color: #9D3F97;
	text-decoration: none;
	font-weight: 700;
}
.create-quote-modal p span {
	color: #000 !important;
	font-weight: 700;
}
.create-quote-modal .content-pane {
	height: auto !important;
}
.sweet-alert.create-quote-modal button {
	font-size: 16px;
	line-height: 21px;
	color: #fff !important;
	font-weight: 700;
	border: 2px solid #009AA6 !important;
	background-color: #009AA6 !important;
	border-radius: 0px;
	padding: 10px 10px;
	outline: none;
	box-shadow: none;
	min-width: 200px;
	text-align: center;
}
body div.sweet-alert.create-quote-modal button.confirm:hover {
	background-color: transparent !important;
	color: #009AA6 !important;
}
a {
	text-decoration: none;
}
button {
	outline: none;
	box-shadow: none !important;
}
.create-quote-modal p span.swal-custom-cls {
	position: absolute;
    top: -85px;
    right: 0px;
    padding: 3px;
    cursor: pointer;
    z-index: 99;
}
.path-school-admin .sweet-alert p span.swal-custom-cls {
	position: absolute;
    top: -35px;
    right: 0px;
    padding: 3px;
    cursor: pointer;
    z-index: 99;
}
.product-list-right ul.js-pager__items li {
	list-style: none;
	text-align: center;
}
.product-list-right ul.js-pager__items li a {
	background: linear-gradient(90deg, #6D2D69 0%, #9D3F97 100%);
    font-size: 16px;
    line-height: 16px;
    padding: 16px 12px;
    min-width: 158px;
    min-height: 48px;
    text-align: center;
    display: inline-block;
    color: #fff !important;
    font-weight: 500;
    border: 2px solid #9D3F97;
}
.product-list-right ul.js-pager__items li a:hover {
	background: transparent;
	color: #6D2D69 !important;
}

.views-view-grid .all-products-col,
.related-product-sec .views-view-grid .views-col {
	background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: none;
    width: calc(33.33% - 20px) !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.all-products-col .views-field-field-product-image {
    min-height: 250px;
    display: inline-table;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    max-height: 250px;
}
.all-products-col .views-field-field-product-image img {
	max-height: 245px;
}
.all-products-col .views-field-title span {
	font-size: 18px;
	line-height: 27px;
	font-weight: 500;
	margin: 0px 0px 20px;
	display: inline-block;
	color: #000;
	min-height: 60px;
}
.all-products-col .views-field-title span a {
	font-size: 18px;
	font-weight: 500;
	color: #000;
}
.all-products-col .views-field-title {
	cursor: pointer;
	min-height: 100px;
}
.all-products-col .field--type-entity-reference,
.all-products-col .add-to-cart-message {
	display: none;
}
.all-products-col .views-field-number span {
	font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    text-align: right;
    display: block;
    color: #000;
    margin-bottom: 10px;
}
.product-list-right .all-products-col .mb-3 {
	margin-bottom: 0px !important;
}
.product-list-right .all-products-col .field--name-quantity {
	width: 45%;
	display: inline-block;
}
.product-list-right .all-products-col .form-actions {
	width: 45%;
	display: inline-block;
}
.product-list-right .all-products-col .form-actions .button--primary {
	min-width: inherit;
	width: auto;
	padding: 6px 12px;
	background-image: url(/themes/custom/rgr/images/cart-white.svg);
	background-repeat: no-repeat;
	background-position: 98px 17px;
}
.product-list-right .all-products {
	display: flex;
	flex-wrap: wrap;
}
.product-list-right .all-products-col .form-actions a {
	min-width: inherit;
    width: auto;
    padding: 6px 10px;
    color: #009AA6;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 3px solid #009AA6;
    border-radius: 0px;
    background-color: #fff;
    margin-left: 10px;
    transition: 0.3s all ease;
}
input, select, button, a {
	box-shadow: none !important;
}
img {
	max-width: 100%;
}
.product-list-right .all-products-col .field--name-quantity input {
	border: 3px solid #009AA6;
    border-radius: 0px;
    padding: 5px 10px;
}
@media (min-width: 1200px) {
	.sweet-alert.create-quote-modal {
		width: 100%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		left: 0px;
		right: 0px;
	}
	.product-list-right .all-products {
		margin-left: -10px;
		margin-right: -10px;
		width: auto;
		float: unset;
	}
	.product-list-right form.views-exposed-form .js-form-type-select {
		display: flex;
        align-items: center;
	}
	.product-list-right form.views-exposed-form .js-form-type-select select {
		width: auto;
		margin-left: 10px;
		border-radius: 0px;
	}
	.product-list-right form.views-exposed-form .js-form-item-sort-bef-combine {
        justify-content: flex-end;
	}
}
@media (max-width: 1450px) {
	/*.head-menu ul li a.btn-rgr-link:after {
        width: calc(calc(100vw - 1280px) / 2);
        right: calc(calc(1300px - 97vw) / 2);
    }*/
}

@media (max-width: 991px) {
	.related-product-sec .views-view-grid .views-col {
		width: calc(50% - 20px) !important;
	}
	.product-list-right .views-view-grid .views-col {
		width: calc(100% - 20px) !important;
	}
	.filter-left-side {
		width: 40%;
	}
	.product-list-right {
		width: 60%;
	}
	.all-products-col .views-field-title span {
		min-height: inherit;
	}
	.all-products-col .add-to-cart-box {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.product-list-right .views-view-grid .views-col,
	.related-product-sec .views-view-grid .views-col {
		width: 100% !important;
		margin-left: 0px;
		margin-right: 0px;
	}
	.filter-left-side {
		width: 100%;
	}
	.product-list-right {
		width: 100%;
	}
	.product-list-right .all-products-col .form-actions .button--primary {
		margin-left: 10px;
	}
	.related-product-sec .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.related-product-sec .product-row-listing .add-to-cart-box .add-cart {
		font-size: 14px !important;
		background-position: 90px 14px !important;
	}
	.related-product-sec .product-row .add-to-cart-box .count input {
		font-size: 20px;
		width: 40px;
	}
}

@media (max-width: 450px) {
	.views-view-grid .views-col {
		width: 100% !important;
	}
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
}
#main-container > .row {
/*    margin-left: -15px;*/
/*    margin-right: -15px;*/
}
.solutions-sec ul li .inner-content.lower{
  background-color: rgb(27, 110, 200);
}
.solutions-sec ul li .inner-content.upper {
  background-color: rgb(0, 154, 166);
}
.solutions-sec ul li .inner-content.middle {
  background-color: rgb(125, 180, 10);
}
.solutions-sec ul li .inner-content.high {
  background-color: rgb(50, 45, 110);
}

.solutions-sec h2, .curriculum-sec h2 {
    font-family: sans-serif !important;
}
span.add-product-qty, span.sub-product-qty {
    cursor: pointer;
}
.page-view-all-products #main-container > .row {
    margin-left: 0px;
    margin-right: 0px;
}

.path-frontpage #main-container .row>* {
	padding-left: 0px;
	padding-right: 0px;
}

.add-to-cart-box input[type=submit] {
    color: #fff;
    line-height: 31px;
    font-weight: 700;
    border: 1px solid #009AA6;
    padding: 8px 9px !important;
    border-radius: 0px;
    background-color: #009AA6;
    margin-left: 15px;
    min-width: 147px;
    min-height: 44px;
    width: auto;
    padding-right: 28px !important;
    text-align: left;
}

.add-to-cart-box .count>div .form-number {
 background: unset !important;
}
.add-to-cart-box .count>div {
	margin-bottom: 0 !important;
}
.curriculum-sec .add-to-cart-box {
	display: flex;
    align-items: center;
    justify-content: center;
}
.curriculum-sec .add-to-cart-box .count input {
	padding: 0;
    height: auto;
    line-height: 15px;
    text-align: center;
    min-height: 31px;
}
.curriculum-sec .add-to-cart-box  .form-actions {
	margin-bottom: 0px !important;
}
@media (max-width: 991px){
	.curriculum-sec .tab-content .accordion-header button {
    text-align: center;
    display: block;
	}
}
.curriculum-sec > .container {
    padding-bottom: 50px;
}
@media (max-width: 991px){
	.curriculum-sec h2, .solutions-sec h2 {
    font-size: 40px;
	}
	.tab-sec .accordion-body>.row {
    display: inline;
	}
}
@media (max-width: 767px) {
	.tab-sec .accordion-body>.row {
    display: inline;
	}
}
@media (max-width: 767px) {
	header.wrapper .primary-menu .mobile-top-menu li a.btn-rgr-link {
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
	}
	header.wrapper .primary-menu .mobile-top-menu li a {
    border: none;
    color: #757575;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 5px;
	}
}
h6 {
  font-weight: 700 !important;
}
@media (max-width: 767px){
	.head-row .menu-toggle-icon {
    display: inline-block !important;
  }
}

h1, h2, h3, h4, h5, h6, p, a, span, ul, li, button {
    font-family: "Red Hat Display", sans-serif !important;
/*    font-family: sans-serif !important;*/
}
.accordion-body .add-to-cart-box div.form-actions.js-form-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.accordion-body .add-to-cart-box input[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    gap: 0.5rem;
}
.accordion-body form .add-to-cart-box img {
    position: relative;
    right: 2.3rem;
    transform: translateY(3%);
    pointer-events: none;
}

.curriculum-sec .add-to-cart-box .count input::-webkit-inner-spin-button, 
.curriculum-sec .add-to-cart-box .count input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*25/11/2024*/
.add-to-cart-box .count input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.related-product-sec .product-row .product-row-listing {
	background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 20px;
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.related-product-sec .product-row-listing span {
	display: block;
}
.product-details-price .field--name-price .field__label {
	display: none;
}
.related-product-sec .product-row-listing span.product-title {
	font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin: 10px 0px 20px;
}
.related-product-sec .product-row-listing span.product-price {
	font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 10px;
}
.related-product-sec .product-row-listing span.product-cart {
	
}
.related-product-sec span.product-cart .form-actions {
	margin-bottom: 0px !important;
}
.related-product-sec .add-to-cart-box img.cart-image-sec {
	display: none;
}
.related-product-sec .add-to-cart-box input[type=submit] {
	text-align: center;
	background-image: url(/themes/custom/rgr/images/cart-white.svg);
    background-repeat: no-repeat;
    background-position: 112px 17px;
}
.add-to-cart-box .count>div .form-number {
	padding: 0;
    line-height: 20px;
    height: auto;
    min-height: 20px;
    -moz-appearance: textfield;
}
.path-product .product-details-price .add-to-cart-box {
	display: flex;
    align-items: center;
    justify-content: end;
}
.path-product .product-details-price .add-to-cart-box .form-actions {
	margin-bottom: 0px !important;
}
.path-product .product-details-price .add-to-cart-box .form-actions input {
	text-align: center;
}
.path-product .product-details-price .add-to-cart-box img.cart-image-sec {
	position: relative;
    right: 34px;
    transform: translateY(1%);
    pointer-events: none;
}
.product-row-listing .product-cart-img {
	text-align: center;
}
.product-details-dec ul li a {
	color: #9D3F97;
}
.product-list-right .all-products-col .add-to-cart-box .cart-image-sec {
	display: none;
}
.all-products .add-to-cart-box input[type=submit]:hover {
	border: 1px solid #009AA6;
}
.all-products .add-to-cart-box input[type=submit] {
	margin-left: 0px;
}
.product-list-right .product-list .views-element-container .view-content.row {
	background-color: #E7FDFF;
    padding: 20px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.product-list-right .product-list {
	background-color: transparent;
	padding: 0px;
}
.product-list-right .view-filters form .d-flex.flex-wrap {
	justify-content: end;
}
.product-list-right form.views-exposed-form .js-form-type-select {
	margin-left: 15px;
}
.product-list-right .product-list .js-pager__items.pager {
	background-color: #E7FDFF;
    padding: 10px 10px 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: -12px;
    margin-right: -12px;
}
.messages__wrapper {
	padding: 20px;
	margin-top: 30px;
	border: 1px solid #009AA6;
}
.add-to-cart-box .count input::-webkit-outer-spin-button,
.add-to-cart-box .count input::-webkit-inner-spin-button {
  	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

@media (max-width: 991px) {
	.related-product-sec .product-row .product-row-listing {
	    width: calc(33.33% - 20px);
	}

	.accordion-body .add-to-cart-box input[type=submit] {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.related-product-sec .product-row .product-row-listing {
	    width: 100%;
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.related-product-sec span.product-cart .form-actions {
		display: inline-block;
	}
}

@media (max-width: 450px) {
	.related-product-sec .product-row .product-row-listing {
	    width: 100%;
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.product-list-right .all-products-col .form-actions {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.product-list-right .all-products-col .add-to-cart-box {
		text-align: center;
	}
}

@media (min-width: 1200px) and (max-width: 1350px) {
	.all-products-col .views-field-title span {
		font-size: 16px;
		line-height: 24px;
	}
	.product-list-right .all-products-col .form-actions {
		width: 50%;
	}
	.related-product-sec .add-to-cart-box,
	.product-list-right .add-to-cart-box {
		gap: 10px;
	}
	.all-products .add-to-cart-box input[type=submit] {
		font-size: 15px;
		background-position: 94px 17px;
	}
	.filter-left-side ul li label {
		font-size: 14px;
	}
	.filter-left-side ul li {
		white-space: nowrap;
	}
	.related-product-sec .product-row-listing span.product-title {
		font-size: 16px;
		min-height: 55px;
	}
}
.product-details-content .field--name-field-product-description .field__label{
	display: none;
}

.commerce-checkout-flow-multistep-default .form-item-shipping-information-shipping-profile-address-0-address-country-code {
	display: none;
}
.list-buttons span {
	display: inline-block;
	margin-right: 5px;
}
.list-buttons span:empty {
	display: none;
}
.list-buttons span a.btn, .school_subs_action_links a.btn {
	background-color: #009AA6 !important;
	color: #fff !important;
	padding: 4px 12px;
	border: 2px solid #009AA6 !important;
	position: relative;
	display: inline-block;
	border-radius: 0px;
	transition: 0.3s all ease;
	margin-bottom: 10px;
}
.list-buttons span a.btn:hover,
.school_subs_action_links a.btn:hover {
	background-color: #fff !important;
	color: #009AA6 !important;
}
.table-responsive table thead th {
	background-color: transparent;
	color: #000;
}
.table-responsive table thead tr {
	background-color: transparent;
	border-bottom: 3px solid #009AA6;
}
.table-responsive table tbody tr.even,
.table-responsive table tbody tr:nth-of-type(even) {
	background-color: transparent !important;
}
.table-responsive table tbody tr.even td {
	box-shadow: none;
}
.table-responsive table tbody tr.odd {
	background: rgb(152 152 152 / 10%);
}
.table-responsive table tbody tr td {
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #bdbdbd;
	background-color: transparent;
}
.table-responsive table tbody tr td a {
	color: #009aa6;
	cursor: pointer;
}
.main-content .table-responsive table tbody tr.odd,
.main-content .table-responsive table tbody tr.even:hover,
.main-content .table-responsive table tbody tr:nth-of-type(odd),
.main-content .table-responsive table tbody tr:nth-of-type(even):hover {
	background: #f9f9f9 !important;
	transition: 0.3s all ease;
}
.main-content .table-responsive table tbody tr td {
	box-shadow: none;
	border-bottom: 1px solid #e2e2e2;
}
.main-content .tble-unique-cls {
	padding-left: 0px;
	padding-right: 0px;
}
#block-rgr-breadcrumbs {
	padding-top: 30px;
}
.table-responsive table tbody tr td a:hover {
	color: #23aeff;
}
.dt-paging .page-item.active .page-link {
	border: 1px solid #979797;
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
	color: #333 !important;
}
.dt-paging .page-item .page-link {
	border: 1px solid transparent;
	transition: 0.3s all ease;
	color: #333 !important;
}
.dt-paging .page-item .page-link:hover {
	color: white !important;
	border: 1px solid #028a8a;
	background: linear-gradient(to bottom, #22b3b3 0%, #009898 100%);
}

/*26/11/2024*/
.main-content .tabs ul.btn-groups {
	padding-left: 0px;
	margin-bottom: 0px;
}
.main-content .tabs ul.btn-groups li {
	list-style: none;
	display: inline-block;
}
.main-content .tabs ul.btn-groups li a {
	display: inline-block;
	padding: 15px 30px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	background-color: #097CA9;
	border: 1px solid #097CA9;
	font-weight: 700;
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: 0.3s all ease;
}
.main-content .tabs ul.btn-groups li.active a,
.main-content .tabs ul.btn-groups li a:hover {
	background-color: #fff;
    color: #417710;
    border: 1px solid #ddd;
    border-bottom: none;
}
.main-content .tabs ul.btn-groups li a label {
	cursor: pointer;
}
.page-view-commerce-user-orders .view-commerce-user-orders,
.address-book__container--customer {
	border: 1px solid #ddd;
	padding: 25px 25px;
	margin-bottom: 50px;
}
.profile-subs {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	padding: 30px 25px;
	border: 1px solid #ddd;
}
.profile-subs .expiringroles {
	width: 40%;
}
.profile-subs .history {
	width: 40%;
	margin-left: 10%;
}
.profile-subs .expiringroles h3,
.profile-subs .history h3 {
	border-bottom: 1px solid #ccc;
    font-size: 24px;
    color: #6f6f6f;
    font-weight: 300;
    font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    margin-bottom: 24px;
}
.profile-subs ul {
	padding-left: 0px;
}
.profile-subs ul li {
	list-style: none;
}
.profile-subs .expiringroles .tab-panel a.btn {
	padding: 7px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    box-sizing: border-box;
    background-color: #009898;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    max-width: 60%;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    transition: 0.3s all ease;
    font-size: 14px;
}
.profile-subs .expiringroles .tab-panel a.btn:hover {
	box-shadow: 0px 0px 9px rgba(0, 152, 152, 0.8) !important;
}
.profile-subs .history h4 {
	color: #6f6f6f;
	font-size: 16px;
	font-weight: bold;
}
.profile-subs .history li a {
	color: #009898;
}
.profile-subs .history li {
	margin-bottom: 20px;
}
.path-user .tabs-content {
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	.profile-subs .expiringroles {
		width: 100%;
	}
	.profile-subs .history {
		width: 100%;
		margin-left: 0px;
		margin-top: 20px;
	}
	.profile-subs .expiringroles .tab-panel a.btn {
		max-width: 100%;
	}
	.main-content .tabs ul.btn-groups li {
		margin-bottom: 2px;
		display: block;
	}
	.main-content .tabs ul.btn-groups li a {
		display: block;
		border-radius: 0px;
	}
}

@media (max-width: 350px) {
	.main-content .tabs ul.btn-groups a {
		padding: 4px 8px;
		font-size: 12px;
	}
}


/*Order Details page css*/
.path-checkout .product-list .table-responsive table thead th.views-field-title {
	text-align: left;
}
.path-checkout .form-details .form-row > .js-form-item,
.path-checkout .form-details .form-row #new-dropdown-second-replace,
.path-checkout .form-details .form-row #dropdown-third-replace {
	width: 33.33%;
}
.path-checkout .form-details .form-row #new-dropdown-second-replace .js-form-item,
.path-checkout .form-details .form-row #dropdown-third-replace .js-form-item {
	width: 100%;
}
.path-checkout .form-details .form-row .js-form-item select,
.path-checkout .form-details .form-row .js-form-item input.form-control {
	background-color: #E7FDFF;
    border: 1px solid #E7FDFF;
    border-radius: 5px;
    padding: 6px 12px;
    min-height: 48px;
    color: #333;
    font-size: 18px;
    outline: none;
    box-shadow: none;
}

.path-checkout .shipment_info #shipping-information-wrapper > .js-form-item .field--name-field-districts,
.path-checkout .shipment_info #shipping-information-wrapper > .js-form-item .field--name-field-schools {
	display: none;
}
.path-checkout .shipment_info .address-container-inline > .js-form-item {
	width: 33.33%;
	padding: 0px 15px;
}
.path-checkout .shipment_info .field--name-field-phone-number .js-form-item {
	width: 33.33%;
}
.path-checkout .shipment_info .address-container-inline {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}
.path-checkout .path-checkout .form-details .shipment_info .js-form-item input.js-form-submit {
	color: #fff;
    background-color: #009AA6;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 1px solid #009AA6;
    padding: 10px 20px;
    border-radius: 0px;
    width: auto;
}
.path-checkout .form-details .shipment_info .field--name-shipping-method {
	margin-top: 30px;
	margin-bottom: 0px !important;
}
.path-checkout .form-details .form-row > .js-form-item.js-form-item-order-comment {
	width: 100%;
}
.path-checkout .form-details .form-row > .js-form-item.js-form-item-order-comment textarea {
	background-color: #E7FDFF;
    border: 1px solid #E7FDFF;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
}
.order-details .inner-content .button-sec a.link--previous {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 3px solid #009AA6;
    padding: 10px 12px;
    border-radius: 0px;
    background-color: #009AA6;
    display: inline-block;
    width: auto;
    box-shadow: none;
    transition: 0.3s all ease;
    float: left;
}
.order-details .inner-content .button-sec a.link--previous:hover {
	border: 3px solid #009AA6;
    background-color: #fff;
    color: #009AA6;
}
.checkout-pane-payment-information legend {
	display: none;
}
.path-checkout .form-details .form-row .checkout-pane-payment-information {
	width: 100%;
}
.path-checkout .form-details .form-row .address-container-inline {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}
.path-checkout .form-details .form-row .address-container-inline .js-form-item {
	width: 33.33%;
	padding-left: 15px;
	padding-right: 15px;
}
.path-checkout .form-details .form-row .field--name-field-phone-number .js-form-item {
	width: 33.33%;
	padding-right: 20px;
}
.checkout-pane-payment-information .field--name-field-districts,
.checkout-pane-payment-information .field--name-field-schools,
.path-checkout .form-details .form-row .address-container-inline .js-form-item.js-form-item-shipping-information-shipping-profile-address-0-address-administrative-area, .form-item-payment-information-billing-information-address-0-address-administrative-area, .js-form-item.js-form-type-select.form-type-select.js-form-item-shipping-information-shipping-profile-address-0-address-administrative-area.form-item-shipping-information-shipping-profile-address-0-address-administrative-area, .js-form-item.js-form-type-select.form-type-select.js-form-item-payment-information-add-payment-method-billing-information-address-0-address-administrative-area.form-item-payment-information-add-payment-method-billing-information-address-0-address-administrative-area {
	display: none;
}

.main-content .checkout-pane-order-summary .table-responsive table tbody tr td.views-field.views-field-total-price__number {
	text-align: right !important;
}

@media (min-width: 1200px) {
	.path-checkout .view-footer .field--name-total-price .order-total-line-label {
		padding-right: 50px;
	}
	.path-checkout .view-footer .field--name-total-price span {
		font-size: 18px;
    	color: #000;
	}
	.path-checkout .view-footer .order-total-line {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.path-checkout .shipment_info .address-container-inline > .js-form-item,
	.shipment_info .field--name-field-phone-number .js-form-item,
	.path-checkout .form-details .form-row > .js-form-item,
	.path-checkout .form-details .form-row #new-dropdown-second-replace,
	.path-checkout .form-details .form-row #dropdown-third-replace,
	.path-checkout .form-details .form-row .address-container-inline .js-form-item,
	.path-checkout .form-details .form-row .field--name-field-phone-number .js-form-item {
		width: 100%;
	}
	.path-checkout .form-details .form-row .field--name-field-phone-number .js-form-item {
		padding-right: 0px;
	}
	.order-details .inner-content {
		padding-right: 0px;
	}
	.order-details.order-review .inner-content .button-sec .form-actions {
		margin-top: 20px;
	}
}

@media (max-width: 450px) {
	.order-details .inner-content .button-sec a.link--previous {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 10px;
	}
	.order-details .inner-content .button-sec {
		text-align: left;
	}
	.order-details .inner-content .btn-primary {
		margin-left: 0px;
	}
	.order-details.order-review .inner-content .button-sec .form-actions {
		display: flex;
		flex-wrap: wrap;
		grid-gap: 10px;
		justify-content: space-between;
	}
	.order-details.order-review .inner-content .button-sec a.link--previous {
		order: 1;
	}
	.order-details.order-review .inner-content .btn-primary {
		order: 2;
	}
}

.path-school-details .block-system-main-block .container {
	padding: 0px;
}
.path-school-details .block-system-main-block h3.bordered {
	border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #009898;
}
.profile.school-subs-page-cls {
    display: inline-block;
    width: 100%;
}
.school-subs-page-cls .container-wrap {
    display: inline-block;
    width: 100%;
}
.school-subs-page-cls .container-wrap .user-label.left-wrap {
    float: left;
    width: 45%;
}
.school-subs-page-cls .container-wrap .right-wrap {
    float: right;
    width: 54%;
}
.school-subs-page-cls .user-label label {
    font-size: 14px;
    font-weight: bold;
    min-width: 120px;
    float: left;
    margin-right: 20px;
}
.school-subs-page-cls .container-wrap .right-wrap .label-form label {
	min-width: 170px;
}
.school-subs-page-cls .profile.common-form-wrap .label-form span {
    float: unset;
}
.school-subs-page-cls .label-form {
    display: inline-block;
    width: 100%;
}
.path-school-details ul.school-detail-tabs li {
	margin-right: 5px;
}
.path-school-details ul.school-detail-tabs li a {
	background-color: #0094ce;
    display: block;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px !important;
    position: relative;
    bottom: -0.5px;
}
.path-school-details ul.school-detail-tabs li a.active {
	background-color: #fff;
    color: #69b624;
}
.path-school-details ul.school-detail-tabs {
	margin-top: 30px;
}
.path-school-details .school-detail-tabs-content {
	padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 50px;
}
.school-detail-tabs-content .tab-pane h4 {
	font-weight: 300;
	color: #009898;
	margin-bottom: 20px;
	font-size: 20px;
}
.school-detail-tabs-content .tab-pane h4 a img.close-button {
	width: 20px;
}
.school-detail-tabs-content .tab-pane h4 a {
	margin-left: 10px;
}
.school-detail-tabs-content table.dataTable {
	width: 100% !important;
}
.school-detail-tabs-content table.dataTable thead th {
	background-color: transparent;
	color: #000;
}
.school-detail-tabs-content table.dataTable thead tr {
	background-color: transparent;
	border-bottom: 3px solid #009AA6;
}
.school-detail-tabs-content table.dataTable tbody tr:nth-of-type(even) {
	background-color: transparent !important;
}
.school-detail-tabs-content table.dataTable tbody tr:nth-of-type(even) td {
	box-shadow: none;
}
.school-detail-tabs-content table.dataTable tbody tr:nth-of-type(odd) {
	background: rgb(152 152 152 / 10%);
}
.school-detail-tabs-content table.dataTable tbody tr td {
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #bdbdbd;
}
.school-detail-tabs-content table.dataTable tbody tr td a {
	color: #009aa6;
}
.school-detail-tabs-content table.dataTable table tbody tr:nth-of-type(odd),
.school-detail-tabs-content table.dataTable table tbody tr:nth-of-type(even):hover {
	background: #f9f9f9 !important;
	transition: 0.3s all ease;
}
.school-detail-tabs-content table.dataTable tbody tr td {
	box-shadow: none;
	border-bottom: 1px solid #e2e2e2;
}
.school-subs-right-form-cls a,
.school-subs-page-cls .container-wrap .user-label.left-wrap a {
	color: #009898;
}
.school-subs-right-form-cls .new-button-section {
	margin-bottom: 15px;
}
.school-subs-right-form-cls .new-button-section {
	font-size: 20px;
}
.school-subs-right-form-cls .new-button-section a img {
	width: 20px;
	height: 16px;
}
.school-subs-right-form-cls .show-fields input {
	margin-bottom: 15px;
}
.school-subs-right-form-cls .show-fields label {
	font-size: 16px;
	min-width: 82px;
}
.school-subs-right-form-cls .show-fields {
	margin-top: 15px;
}
.school-subs-right-form-cls .show-fields br + br {
	display: none;
}
.school-subs-right-form-cls .show-fields a.save-pdf {
	background-color: #009AA6 !important;
    color: #fff !important;
    padding: 4px 12px;
    border: 1px solid #009AA6 !important;
    position: relative;
    display: inline-block;
    border-radius: 0px;
    transition: 0.3s all ease;
}
.school-subs-right-form-cls form.rgr-purchase-order-form {
	margin-bottom: 20px;
}
.school-subs-right-form-cls form.rgr-purchase-order-form #edit-submit {
	background-color: #009AA6 !important;
    color: #fff !important;
    padding: 4px 12px;
    border: 1px solid #009AA6 !important;
    position: relative;
    display: inline-block;
    border-radius: 0px;
    width: auto;
}
#main-wrapper .block-system-breadcrumb-block {
	margin-bottom: 30px;
    background-color: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 15px;
}
#main-wrapper .block-system-breadcrumb-block .content {
	max-width: 1320px;
    margin: auto;
    padding: 0px 15px;
}
#main-wrapper .block-system-breadcrumb-block .content .breadcrumb {
	margin-bottom: 0px;
}
#main-wrapper .block-system-breadcrumb-block .content .breadcrumb a {
	color: #6c757d;
}
#main-wrapper .block-system-breadcrumb-block .content .breadcrumb li.active,
#main-wrapper .block-system-breadcrumb-block .content .breadcrumb li.active a {
	color: #009898;
}
@media (min-width: 576px) {
    #main-wrapper .block-system-breadcrumb-block .content {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    #main-wrapper .block-system-breadcrumb-block .content {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    #main-wrapper .block-system-breadcrumb-block .content {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    #main-wrapper .block-system-breadcrumb-block .content {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    #main-wrapper .block-system-breadcrumb-block .content {
        max-width: 1320px;
    }
}
@media (min-width: 992px) {
	.school-subs-right-form-cls {
		width: 54%;
    	margin-left: 46%;
	}
}
@media (max-width: 991px) {
	.school-detail-tabs-content .dt-container.dt-bootstrap5.dt-empty-footer {
		overflow: auto;
		margin-bottom: 20px;
	}
	.school-detail-tabs-content .tab-pane h4 {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.path-school-details ul.school-detail-tabs li {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 1px;
	}
	.path-school-details ul.school-detail-tabs li a {
		border-radius: 0px;
	}
	.school-subs-page-cls .container-wrap .user-label.left-wrap {
		width: 100%;
		margin-bottom: 20px;
	}
	.school-subs-page-cls .container-wrap .right-wrap {
		width: 100%;
		float: left;
	}
}


.curriculum-sec .add-to-cart-box a.add-cart {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    border: 2px solid #009AA6;
    padding: 11px 15px;
    /* padding-right: 30px; */
    border-radius: 0px;
    background-color: #009AA6;
    margin-left: 15px;
    min-width: 158px;
    min-height: 48px;
    /* background-image: url(/themes/custom/rgr/images/cart-white.svg); */
    /* background-position: 121px 14px; */
    /* background-repeat: no-repeat; */
    text-align: center;
}
.all-products .all-products-col .btn-primary.add-cart,
.related-product-sec .product-row-listing .add-to-cart-box .add-cart,
.path-product .product-details-price .add-to-cart-box .add-cart {
	color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border: 2px solid #009AA6 !important;
    padding: 10px 12px;
/*    padding-right: 25px;*/
    border-radius: 0px;
    background-color: #009AA6;
/*    background-image: url(/themes/custom/rgr/images/cart-white.svg);*/
/*    background-position: 104px 14px;*/
/*    background-repeat: no-repeat;*/
    min-width: inherit;
    margin-left: 0px;
    width: 100%;
}
.curriculum-sec .add-to-cart-box .cart-image-sec,
.path-product .product-details-price .add-to-cart-box img.cart-image-sec {
	display: none;
}
.path-product .product-details-price .add-to-cart-box .add-cart {
	margin-left: 15px;
/*	min-height: 49px;*/
}
.block-page-title-block .title {
	margin-bottom: 20px;
	font-weight: 700;
}

#add_subs_district form.create-school-form,
#school_create_user_form_wrapper form.edit-user-form,
#school_create_user_form_wrapper form.user-assigned-role-edit-form .left-wrap,
form#add-customer-services-log-form,
form.add-customer-services-form > div,
.common-form-data form {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
#add_subs_district form.create-school-form > .js-form-item,
#school_create_user_form_wrapper form.edit-user-form > .js-form-item,
#school_create_user_form_wrapper form.user-assigned-role-edit-form .left-wrap > .js-form-item,
form#add-customer-services-log-form > .js-form-item,
.common-form-data form .js-form-item  {
	width: 50%;
	padding: 0px 15px;
}
#add_subs_district form.create-school-form .js-form-item label,
#school_create_user_form_wrapper form.edit-user-form .js-form-item label,
#school_create_user_form_wrapper form.user-assigned-role-edit-form .js-form-item label,
form#add-customer-services-log-form > .js-form-item label,
form#add-customer-services-log-form #dropdown-second-replace label,
form#add-customer-services-log-form #dropdown-third-replace label,
.common-form-data form .js-form-item label {
	color: #000;
    font-size: 18px;
    line-height: 23px;
    padding-left: 0px;
    font-family: "Red Hat Display", sans-serif !important;
    font-weight: 500;
}
#add_subs_district form.create-school-form .js-form-item input,
#add_subs_district form.create-school-form .js-form-item select,
#school_create_user_form_wrapper form.edit-user-form .js-form-item input,
#school_create_user_form_wrapper form.edit-user-form .js-form-item select,
#school_create_user_form_wrapper form.user-assigned-role-edit-form .js-form-item input,
#school_create_user_form_wrapper form.user-assigned-role-edit-form .js-form-item select,
form#add-customer-services-log-form .js-form-item input,
form#add-customer-services-log-form .js-form-item select,
form#add-customer-services-log-form .js-form-item textarea,
.common-form-data form .js-form-item input,
.common-form-data form .js-form-item select,
.common-form-data form .js-form-item textarea  {
	background-color: #E7FDFF;
    border: 1px solid #E7FDFF;
    border-radius: 5px;
    padding: 6px 12px;
    min-height: 48px;
    color: #333;
    font-size: 18px;
    outline: none;
    box-shadow: none;
}
.common-form-data form .js-form-item input[readonly="readonly"],
.common-form-data form .js-form-item select[readonly="readonly"],
.common-form-data form .js-form-item textarea[readonly="readonly"] {
	background-color: #e9ecef;
    border: 1px solid #e9ecef;
}
form#add-customer-services-log-form > .js-form-item.js-form-type-textarea,
form.add-customer-services-form .js-form-item.js-form-type-textarea,
.common-form-data form .js-form-item.js-form-type-textarea {
	width: 100%;
}
#add_subs_district form.create-school-form .act-buttons,
#school_create_user_form_wrapper form.edit-user-form .act-buttons,
#school_create_user_form_wrapper form.user-assigned-role-edit-form .act-buttons,
form#add-customer-services-log-form .act-buttons,
form.add-customer-services-form .act-buttons,
.common-form-data form .act-buttons {
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 0px 15px;
}
#add_subs_district form.create-school-form #dropdown-second-replace,
#add_subs_district form.create-school-form #dropdown-third-replace,
#school_create_user_form_wrapper form.edit-user-form #state_wrapper,
form#add-customer-services-log-form #dropdown-second-replace,
form#add-customer-services-log-form #dropdown-third-replace,
form.add-customer-services-log-form #dropdown-second-replace,
form.add-customer-services-log-form #dropdown-third-replace {
	width: 50%;
    padding: 0px 15px;
}
#add_subs_district form.create-school-form .act-buttons .form-submit,
#add_subs_district form.create-school-form .act-buttons a,
#school_create_user_form_wrapper form.edit-user-form .act-buttons .form-submit,
#school_create_user_form_wrapper form.edit-user-form .act-buttons a,
#school_create_user_form_wrapper form.user-assigned-role-edit-form .act-buttons .form-submit,
#school_create_user_form_wrapper form.user-assigned-role-edit-form .act-buttons a,
form#add-customer-services-log-form .act-buttons .form-submit,
form.add-customer-services-form .act-buttons .form-submit,
form.add-customer-services-form .act-buttons a,
.common-form-data form .act-buttons .form-submit,
.common-form-data form .act-buttons a {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 2px solid #009AA6;
    padding: 10px 12px;
    border-radius: 0px;
    background-color: #009AA6;
    transition: 0.3s all ease;
    width: auto;
}
#add_subs_district form.create-school-form .act-buttons .form-submit:hover,
#add_subs_district form.create-school-form .act-buttons a:hover,
#school_create_user_form_wrapper form.edit-user-form .act-buttons .form-submit:hover,
#school_create_user_form_wrapper form.edit-user-form .act-buttons a:hover,
#school_create_user_form_wrapper form.user-assigned-role-edit-form .act-buttons .form-submit:hover,
#school_create_user_form_wrapper form.user-assigned-role-edit-form .act-buttons a:hover,
form#add-customer-services-log-form .act-buttons .form-submit:hover,
form.add-customer-services-form .act-buttons .form-submit:hover,
form.add-customer-services-form .act-buttons a:hover,
.common-form-data form .act-buttons .form-submit:hover,
.common-form-data form .act-buttons a:hover {
	background-color: #fff;
	color: #009AA6;
}
form.add-customer-services-form .act-buttons a,
.common-form-data form .act-buttons a {
	margin-left: 15px;
	display: inline-block;
}
#add_subs_district form.create-school-form .act-buttons .cancel-act,
#school_create_user_form_wrapper form.edit-user-form .act-buttons .cancel-act,
#school_create_user_form_wrapper form.user-assigned-role-edit-form .act-buttons .cancel-act {
	display: inline-block;
	margin-left: 15px;
}
#add_subs_district h3 {
	margin-bottom: 20px;
}
.main-content #school_create_user_form_wrapper .table-responsive table tbody tr.odd {
	background-color: transparent !important;
}
#school_create_user_form_wrapper form.user-assigned-role-edit-form .full-right-wrap {
	padding: 0px 15px;
}
.common-form-data form > h4 {
	width: 100%;
	padding-left: 15px;
}
.common-form-data form .subs-form-cus-cls table .js-form-item input {
	background-color: #fff;
	border: 1px solid #ced4da;
}

@media (max-width: 1350px) {
	.all-products .all-products-col .btn-primary.add-cart {
		font-size: 14px;
		background-position: 95px 15px;
		margin-left: 15px;
	}
	.all-products .all-products-col .add-to-cart-box {
		display: flex;
	}
}
@media (min-width: 1300px) {
	.block-system-main-block .table-responsive {
		overflow: visible;
	}
}
@media (min-width: 768px) {
	form.add-customer-services-form #state_wrapper,
	.common-form-data form #state_wrapper,
	.common-form-data form #start_date {
		width: 50%;
	}
	form.add-customer-services-form #state_wrapper .js-form-item,
	.common-form-data form #state_wrapper .js-form-item,
	.common-form-data form #start_date .js-form-item {
		width: 100%;
	}
	.common-form-data form .subs-form-cus-cls {
		display: flex;
		flex-wrap: wrap;
	}
	.common-form-data form .subs-form-cus-cls #ajax-wrapper {
		clear: both;
    	width: 100%;
	}
	.common-form-data form .subs-form-cus-cls .table-responsive {
		width: 100%;
	}
}
@media (max-width: 767px) {
	#add_subs_district form.create-school-form #dropdown-second-replace,
	#add_subs_district form.create-school-form #dropdown-third-replace,
	#school_create_user_form_wrapper form.edit-user-form #state_wrapper,
	form#add-customer-services-log-form #dropdown-second-replace,
	form#add-customer-services-log-form #dropdown-third-replace {
		width: 100%;
	    padding: 0px 15px;
	}
	#add_subs_district form.create-school-form > .js-form-item,
	#school_create_user_form_wrapper form.edit-user-form > .js-form-item,
	#school_create_user_form_wrapper form.user-assigned-role-edit-form .left-wrap > .js-form-item,
	form#add-customer-services-log-form > .js-form-item,
	.common-form-data form .js-form-item {
		width: 100%;
	}
	.common-form-data form {
		margin-left: 0px;
		margin-right: 0px;
	}
}


.path-checkout .checkout-pane-login .js-form-item label {
	color: #000;
    font-size: 18px;
    line-height: 23px;
    padding-left: 0px;
    font-family: "Red Hat Display", sans-serif !important;
    font-weight: 500;
}
.path-checkout .checkout-pane-login .js-form-item input {
	background-color: #E7FDFF;
    border: 1px solid #E7FDFF;
    border-radius: 5px;
    padding: 6px 12px;
    min-height: 48px;
    color: #333;
    font-size: 18px;
    outline: none;
    box-shadow: none;
}
.path-checkout .checkout-pane-login .js-form-item .form-submit {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 1px solid #009AA6;
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #009AA6;
    transition: 0.3s all ease;
    width: auto;
}
.path-checkout .checkout-pane-login #edit-login-returning-customer-forgot-password {
	display: inline-block;
	margin-top: 10px;
	color: #009AA6;
	float: right;
}

@media (min-width: 1200px) {
	.path-checkout .checkout-pane-login .form-wrapper__login-option {
		padding-left: 0px;
	}
}

#quote-listing_wrapper .dt-length select,
#quote-listing_wrapper .dt-search input,
#quote-listing_wrapper .dt-search select {
	width: auto;
}
#quote-listing_wrapper .dt-search {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}
#quote-listing_wrapper .dt-search .created-by-fil-wrap {
	display: flex;
    align-items: center;
    margin-right: 20px;
}
#quote-listing_wrapper .dt-search label,
#quote-listing_wrapper .dt-search span {
	font-size: 16px;
	font-family: "Red Hat Display", sans-serif !important;
}
#quote-listing_wrapper .dt-search input,
#quote-listing_wrapper .dt-search select {
	min-height: 37px;
}
#quote-listing_wrapper .dt-search label {
	margin-right: 5px;
}
#quote-listing_wrapper #quote-listing_info {
	display: inline-block;
	padding-top: 13px;
}
#quote-listing_wrapper .paging_full_numbers {
	text-align: right;
    float: right;
}
#quote-listing_wrapper .dt-buttons button {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 1px solid #009AA6;
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #009AA6;
    transition: 0.3s all ease;
    margin-right: 10px;
}
#quote-listing_wrapper {
	margin-bottom: 50px;
}

@media (min-width: 1200px) {
	#quote-listing_wrapper .dt-search,
	#quote-listing_wrapper .dt-length {
		width: 50%;
		float: left;
	}
}


input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart.cart-form .quantity-sec .js-form-item input {
	background-color: transparent;
	-moz-appearance: textfield;
}
.main-content .product-list .table-responsive table tbody tr,
.main-content .product-list .table-responsive table tbody tr.even:hover,
.main-content .product-list .table-responsive table tbody tr:nth-of-type(odd),
.main-content .product-list .table-responsive table tbody tr:nth-of-type(even):hover {
	background-color: #fff !important;
}

.product-list .common-groupdiv input,
.product-list .common-groupdiv select {
	padding: 6px 12px;
	color: #000;
	border: 1px solid #ddd;
}
.common-groupdiv .product-quote-group,
.common-groupdiv .product-groups {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.common-groupdiv .product-quote-group select,
.common-groupdiv .product-quote-group input,
.common-groupdiv .product-groups select,
.common-groupdiv .product-groups input {
	margin-right: 15px;
	outline: none;
}
.common-groupdiv .custom-groups br {
	display: none;
}
.common-groupdiv .custom-groups .group-name {
	padding: 6px 12px;
	color: #000;
	margin-bottom: 15px;
	margin-top: 15px;
	outline: none;
}
.product-list .common-groupdiv .add_filter_section img {
	width: 20px;
	margin-left: 5px;
}
.product-list .common-groupdiv .save-group,
.address-book__operations a {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 1px solid #009AA6;
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #009AA6;
    transition: 0.3s all ease;
}
.address-book__operations a {
	display: inline-block;
}
.product-details-mobile-view {
	display: none;
}
body .sweet-alert button,
body .sweet-alert button.confirm,
body div.sweet-alert button.cancel:hover,
body div.sweet-alert button.confirm:hover {
	color: #fff !important;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 1px solid #009AA6;
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #009AA6 !important;
    transition: 0.3s all ease;
}
.sweet-alert p {
	color: #000;
	font-size: 18px;
	font-weight: 500;
}
.manage-customer-services-log.table-responsive {
	overflow-x: auto;
}
.manage-customer-services-log .dt-length select,
.manage-customer-services-log .dt-search input {
	width: auto;
}
.manage-customer-services-log .dt-length {
	display: inline-block;
}
.manage-customer-services-log .dt-search {
	display: inline-block;
	float: right;
}
.manage-customer-services-log .paging_full_numbers {
	text-align: right;
    float: right;
}
.manage-customer-services-log #manage-customer-services-log-ajax_info {
	display: inline-block;
	padding-top: 13px;
}
.manage-customer-services-log .dt-buttons button {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 3px solid #009AA6 !important;
    padding: 10px 20px;
    border-radius: 0px;
    background: #009AA6;
    transition: 0.3s all ease;
    margin-right: 10px;
}
.manage-customer-services-log .dt-buttons button:hover,
.manage-customer-services-log .dt-buttons button:focus {
	color: #009AA6;
	background: #fff !important;
	border: 3px solid #009AA6 !important;
}
.manage-customer-services-log {
	margin-bottom: 50px;
}
.common-form-data form .common-form-data {
	margin-left: 0px;
	margin-right: 0px;
}
.common-form-data form .act-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media (min-width: 1300px) {
	.filter-left-side ul li label span.facet-item__value {
		margin-left: 10px;
	}
}

@media (max-width: 767px) {
	.row>* {
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-details-mobile-view {
		display: block;
		background-color: #E7FDFF;
		padding: 24px;
		border-radius: 5px;
	}
	.store-sec .row .col-sm-12.product-image,
	.store-sec .row div > .text-formatted,
	.store-sec .product-details-price {
		display: none;
	}
	.product-details-mobile-view img {
		height: auto;
	}
	.product-details-mobile-view .product-details-price {
		display: block;
		background-color: #fff;
		padding: 24px;
		border-radius: 5px;
		margin: 0px;
	}
	.path-product .product-details-price .add-to-cart-box .add-cart {
		font-size: 14px;
		background-position: 90px 14px;
	}
	.add-to-cart-box .count>div .form-number {
        font-size: 25px;
    }
    .product-details-mobile-view .add-to-cart-box .count>div .form-number {
    	font-size: 20px;
    	width: 35px;
    }
    .path-product .product-details-mobile-view .product-details-price .add-to-cart-box .add-cart {
        font-size: 12px;
        background-position: 80px 14px;
        /*padding: 12px 10px;
        padding-right: 25px;*/
    }
    .product-details-mobile-view .product-details-price h5 {
    	font-weight: 400;
    }
}


/*modal popup css*/
.ui-dialog {
	padding: 0px;
	border: none !important;
}
.ui-dialog .ui-widget-header {
	background-color: #009AA6;
}
.ui-dialog .ui-widget-header span {
	color: #fff;
}
.ui-dialog #drupal-modal .js-form-item input[type="text"],
.ui-dialog #drupal-modal .js-form-item input[type="email"],
.ui-dialog #drupal-modal .js-form-item select,
.ui-dialog #drupal-modal .js-form-item textarea {
	background-color: #E7FDFF;
    border: 1px solid #E7FDFF;
    border-radius: 5px;
    padding: 6px 12px;
    min-height: 48px;
    color: #333;
    font-size: 18px;
    outline: none;
}
.ui-dialog #drupal-modal .js-form-item input[type="text"][disabled="disabled"],
.ui-dialog #drupal-modal .js-form-item input[type="email"][disabled="disabled"],
.ui-dialog #drupal-modal .js-form-item select[disabled="disabled"],
.ui-dialog #drupal-modal .js-form-item textarea[disabled="disabled"] {
	background-color: #e9ecef;
    border: 1px solid #e9ecef;
    cursor: no-drop;
}
.ui-dialog #drupal-modal .js-form-item label {
	color: #000;
    font-size: 18px;
    line-height: 23px;
    padding-left: 0px;
    font-family: "Red Hat Display", sans-serif !important;
    font-weight: 500;
}
.ui-dialog #drupal-modal .act-buttons .form-submit,
.ui-dialog #drupal-modal .act-buttons a {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 1px solid #009AA6;
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #009AA6 !important;
    transition: 0.3s all ease;
    display: inline-block;
    width: auto;
    background-image: unset;
}
.ui-dialog #drupal-modal .act-buttons {
	display: flex;
	flex-wrap: wrap;
}
.ui-dialog #drupal-modal .act-buttons a {
	margin-left: 10px;
}
.ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
	background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}
.ui-dialog .ui-widget-header .ui-dialog-titlebar-close:before {
  content: '\2715';
  position: absolute;
  width: 17px;
  height: 17px;
  top: 1px;
  left: 0px;
  font-size: 12px;
  font-weight: bold;
  right: 1px;
}
.ui-dialog .ui-dialog-content {
	padding: 25px 30px;
}
.ui-dialog #drupal-modal table .js-form-item input[type="text"] {
	background-color: #fff;
	border: 1px solid #ddd;
}
.ui-dialog #drupal-modal table .js-form-item {
	margin-bottom: 0px !important;
}
.ui-dialog #drupal-modal #coordinator-table-wrapper,
.ui-dialog #drupal-modal #budgets-listing_wrapper {
	margin-top: 20px;
}
#drupal-modal .tab-section ul#tabs li {
	display: inline-block;
	margin-right: 5px;
}
#drupal-modal .tab-section ul#tabs {
	width: 100%;
}
#drupal-modal .tab-section ul#tabs li a {
	background-color: #0094ce;
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 0px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    transition: 0.3s all ease;
}
#drupal-modal .tab-section ul#tabs li a.active,
#drupal-modal .tab-section ul#tabs li a:hover {
	background-color: #fff;
    color: #69b624;
}
.ui-dialog #drupal-modal table.dataTable thead th {
	background-color: transparent;
	color: #000;
}
.ui-dialog #drupal-modal table.dataTable thead tr {
	background-color: transparent;
	border-bottom: 3px solid #009AA6;
}
.ui-dialog #drupal-modal table.dataTable tbody tr.even,
.ui-dialog #drupal-modal table.dataTable tbody tr:nth-of-type(even) {
	background-color: transparent !important;
}
.ui-dialog #drupal-modal table.dataTable tbody tr.even td {
	box-shadow: none;
}
.ui-dialog #drupal-modal table.dataTable tbody tr.odd {
	background: rgb(152 152 152 / 10%);
}
.ui-dialog #drupal-modal table.dataTable tbody tr td {
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #bdbdbd;
	background-color: transparent;
}
.ui-dialog #drupal-modal table.dataTable tbody tr td a {
	color: #009aa6;
}
.ui-dialog #drupal-modal table.dataTable tbody tr.odd,
.ui-dialog #drupal-modal table.dataTable tbody tr.even:hover,
.ui-dialog #drupal-modal table.dataTable tbody tr:nth-of-type(odd),
.ui-dialog #drupal-modal table.dataTable tbody tr:nth-of-type(even):hover {
	background: #f9f9f9 !important;
	transition: 0.3s all ease;
}
.ui-dialog #drupal-modal table.dataTable tbody tr td {
	box-shadow: none;
	border-bottom: 1px solid #e2e2e2;
}
.ui-dialog #drupal-modal .common-view-data {
	border: 1px solid #ddd;
	padding: 20px 10px;
	clear: both;
	width: 100%;
	float: left;
}
.ui-dialog #drupal-modal p:empty {
	display: none;
}
.sweet-alert h2 {
	font-weight: 700;
}
.preview-people-notes .add-contact-people {
	width: auto !important;
	right: 45px !important;
}
.preview-people-notes .add-contact-people a {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 1px solid #009AA6;
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #009AA6 !important;
    transition: 0.3s all ease;
    display: inline-block;
    width: auto;
}

.main-content table.product-table tbody tr td.views-field-title,
.path-checkout table.views-view-table tbody tr td.views-field-title {
	color: #9D3F97;
	font-weight: 700;
}
.main-content table.product-table tbody tr td,
.cart.cart-form .quantity-sec .js-form-item input,
.path-checkout table.views-view-table tbody tr td {
	font-weight: 700;
	vertical-align: middle;
}
.product-list table th.views-field-total-price__number {
	text-align: center;
}
.order-details table.product-table,
.path-checkout table.views-view-table {
	border-spacing: 0px 15px;
	border-collapse: separate;
}
.path-cart table.product-table tbody tr td,
.path-checkout table.views-view-table tbody tr td {
	border-bottom: none;
	background-color: #fff;
}
.path-cart .main-content .table-responsive table.product-table tbody tr,
.path-checkout .main-content .table-responsive table.views-view-table tbody tr {
	background-color: transparent !important;
}
.order-details table.product-table tbody tr td:first-child,
.path-checkout table.views-view-table tbody tr td:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.order-details table.product-table tbody tr td:last-child,
.path-checkout table.views-view-table tbody tr td:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center !important;
}
.product-content .inner-content h6,
.path-checkout .order-details .inner-content h6 {
	margin-bottom: 15px;
}
#shipping-information-wrapper .checkout-pane-shipping-information legend {
	display: none;
}
.path-checkout .order-details .product-list {
	background-color: transparent;
    border-radius: 0px; 
    padding: 0px;
}
.path-checkout .order-details .view-commerce-checkout-order-summary .view-content {
	background-color: #E7FDFF;
    border-radius: 5px;
    padding: 0px 15px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
}
.path-checkout .order-details .view-commerce-checkout-order-summary .view-content table {
	margin-top: 0px;
}
.path-checkout .order-details .view-commerce-checkout-order-summary .view-footer .field--name-total-price {
	background-color: #E7FDFF;
    border-radius: 5px;
    padding: 20px 15px;
    max-width: 645px;
    margin-left: auto;
}
.path-checkout .view-footer .field--name-total-price .order-total-line-label {
	width: 50%;
	text-align: left;
}
.path-checkout .view-footer .field--name-total-price span.order-total-line-value {
	width: 50%;
	text-align: right;
}
.path-checkout .view-footer .order-total-line {
	display: flex;
	flex-wrap: wrap;
}
.path-checkout .view-footer .order-total-line.order-total-line__total {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.path-checkout .form-details .form-row .js-form-item .js-form-submit {
	color: #fff !important;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 3px solid #009AA6 !important;
    padding: 10px 12px;
    border-radius: 0px !important;
    background-color: #009AA6 !important;
    min-width: 158px;
    display: inline-block;
    width: auto;
    box-shadow: none;
    transition: 0.3s all ease;
}
.path-checkout .form-details .form-row .js-form-item .js-form-submit:hover {
	background-color: #fff !important;
	color: #009AA6 !important;
}
.path-quote-display .product-list .product-table tr td:first-child {
	color: #9D3F97;
}
.path-cart .subtotal.product-list table tr td {
}
.path-cart .subtotal.product-list table tr td:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.path-cart .subtotal.product-list table tr td:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.path-checkout .product-list table.views-view-table th {
	text-align: left;
}
.path-checkout .product-list table.views-view-table th:last-child {
	text-align: right;
}
.path-checkout .product-list table.views-view-table td:nth-child(3),
.path-checkout .product-list table.views-view-table th:nth-child(3) {
	text-align: center;
}

.addcardsection {
	display: flex;
	flex-wrap: wrap;
}
.addcardsection .js-form-item-payment-information-add-payment-method-payment-details-number {
	order: 1;
    width: 33.33%;
}
.addcardsection .credit-card-form__expiration {
	order: 3;
    float: left;
    clear: both;
    width: 100%;
}
.addcardsection .js-form-item-payment-information-add-payment-method-payment-details-security-code {
	order: 2;
    width: 100%;
    padding-left: 30px;
    max-width: 250px;
}
.path-checkout .block-page-title-block .title {
	color: #9D3F97;
}
.path-checkout .checkout-complete p {
	font-weight: 500;
}

.page-user-login form.user-login-form {
	max-width: 500px;
    margin: 30px auto 70px;
}
.page-user-login form.user-login-form .js-form-item input.form-control {
	background-color: #E7FDFF;
    border: 1px solid #E7FDFF;
    border-radius: 5px;
    padding: 6px 12px;
    min-height: 48px;
    color: #333;
    font-size: 18px;
    outline: none;
}
.page-user-login form.user-login-form input.form-submit {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 1px solid #009AA6;
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #009AA6 !important;
    transition: 0.3s all ease;
    display: inline-block;
    width: auto;
}
.path-quote-form .custom-clear .custom-clear-fields {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 3px solid #009AA6;
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #009AA6;
    display: inline-block;
    width: auto;
    box-shadow: none;
    transition: 0.3s all ease;
}
a, button {
	transition: 0.3s all ease;
}
@media (min-width: 768px) {
	.ui-widget.ui-widget-content {
		width: 100% !important;
		max-width: 500px;
	}
	.ui-widget.ui-widget-content.district-assign-subs-cus-cls,
	.ui-widget.ui-widget-content.district-budget-cus-cls,
	.ui-widget.ui-widget-content.district-coordinators-cus-cls,
	.ui-widget.ui-widget-content.cont-preview-popup-custom-cls {
		max-width: 600px;
	}
	.create-quote-form .js-form-item .form-select {
		padding-right: 30px;
	}
}

@media (min-width: 991px) {
	.ui-widget.ui-widget-content.district-assign-subs-cus-cls,
	.ui-widget.ui-widget-content.district-budget-cus-cls,
	.ui-widget.ui-widget-content.district-coordinators-cus-cls,
	.ui-widget.ui-widget-content.cont-preview-popup-custom-cls,
	.ui-widget.ui-widget-content.assign-user-cus-cls {
		max-width: 900px;
	}
}

@media (max-width: 991px) {
	.all-products-col .views-field-field-product-image img {
		object-fit: cover;
	}
	.all-products .all-products-col .add-to-cart-box .count {
		min-width: 50% !important;
	}
}
@media (max-width: 767px) {
	.ui-dialog {
		width: 100% !important;
		max-width: 90%;
	}
	.ui-dialog #drupal-modal .common-view-data .personal-left-side,
	.ui-dialog #drupal-modal .common-view-data .personal-right-side {
		width: 100% !important;
	}
	.ui-dialog #drupal-modal .common-view-data .table-responsive .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	#drupal-modal .tab-section ul#tabs li {
		display: block;
		margin-right: 0px;
		width: 100%;
		margin-bottom: 2px;
	}
	#drupal-modal .tab-section ul#tabs li a {
		display: block;
		border-radius: 0px;
	}
	.product-list table th,
	.product-list table td {
		font-size: 16px;
	}
	.addcardsection .js-form-item-payment-information-add-payment-method-payment-details-number {
		width: 100%;
	}
	.addcardsection .js-form-item-payment-information-add-payment-method-payment-details-security-code {
		padding-left: 0px;
		max-width: 100%;
	}
	.order-details .table-responsive {
		margin-bottom: 20px;
	}
	.all-products-col .views-field-title {
		min-height: inherit;
	}
	.product-list-right .product-list .views-element-container .view-content.row {
		padding: 30px 30px;
	}
	.order-details .card-sec ul li {
		word-break: break-word;
	}
	.common-groupdiv .product-groups select {
		margin-bottom: 15px;
	}
	.order-details.order-review .inner-content .button-sec .btn-review {
		margin-bottom: 10px;
		margin-right: 10px;
	}
	.path-quote-form .order-details .inner-content .button-sec,
	.path-checkout .order-details .inner-content .button-sec {
		text-align: right;
	}
	.create-quote-form .js-form-item .form-select {
        padding-right: 30px;
    }
    .create-quote-modal h2 {
/*    	margin-top: 0px;*/
    }
    .create-quote-modal p {
    	font-size: 16px !important;
    }
}

@media (min-width: 900px) and (max-width: 992px) {
	.container {
        max-width: 850px;
    }
}
@media (max-width: 400px) {
	.create-quote-modal p span.swal-custom-cls {
		top: -110px;
	}
}
@media (max-width: 450px) {
	.order-details .inner-content .btn-primary,
	.order-details .inner-content .button-sec a.link--previous {
		font-size: 14px;
	}
}

.alert.alert-dismissible svg {
	max-height: 35px;
}
.alert.alert-dismissible h2 {
	font-size: 20px;
	display: none;
	margin-bottom: 0px;
}
.alert.alert-dismissible hr {
	display: none;
}
.alert.alert-dismissible {
	margin-top: 16px;
}
.overlay{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("/themes/custom/rgr/images/loader.gif") center no-repeat;
}
.path-quoteview .product-list .product-table tr td:first-child, .path-quote-display .product-list .product-table tr td:first-child {
    color: #9D3F97;
    text-align: left !important;
}
.ajax-progress-fullscreen {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255,255,255,0.8) url("/themes/custom/rgr/images/loader.gif") center no-repeat;
}
.messages.messages--error {
    color: red;
    margin-bottom: 0.5rem;
}
/*10/12/2024*/
.subtotal.product-list table td a.custom-edit-shipping {
	margin-left: 5px;
	cursor: pointer;
	position: relative;
	top: -2px;
}
.all-products-col .views-field-field-product-image a {
	display: inline-block;
}

@media (max-width: 450px) {
	.product-list .btn-primary {
		font-size: 14px;
	}
}
/* 12/10/2024 */
.curriculum-sec .tablist .nav-item .nav-link:hover {
	background: #fff;
	color: #69b624;
	border-bottom-color: #fff;
}
@media (min-width: 768px) {
	header.wrapper ul li.parent-menu:last-child >a {
	    padding-right: 0;
	}
	.col-md-12.col-sm-12.inner-content.px-4rem {
    padding-left: 4rem;
    padding-right: 4rem;
	}
}
.solutions-sec ul li .inner-content {
    cursor: pointer;
}
.solutions-sec ul li .inner-content a {
	color: #fff;
	text-decoration: none !important;
}
.solutions-sec ul li .inner-content.pre:hover {
    background-color: #fff;
    border: 2px solid #9D3F97;
}
.solutions-sec ul li .inner-content.pre:hover a {
    color: #9D3F97 !important;
}

.solutions-sec ul li .inner-content.upper:hover {
    background-color: #fff;
    border: 2px solid rgb(0, 154, 166);
}
.solutions-sec ul li .inner-content.upper:hover a {
    color: rgb(0, 154, 166) !important;
}

.solutions-sec ul li .inner-content.lower:hover {
    background-color: #fff;
    border: 2px solid rgb(27, 110, 200);
}
.solutions-sec ul li .inner-content.lower:hover a {
    color: rgb(27, 110, 200) !important;
}

.solutions-sec ul li .inner-content.middle:hover {
    background-color: #fff;
    border: 2px solid rgb(125, 180, 10);
}
.solutions-sec ul li .inner-content.middle:hover a {
    color: rgb(125, 180, 10) !important;
}

.solutions-sec ul li .inner-content.high:hover {
    background-color: #fff;
    border: 2px solid rgb(50, 45, 110);
}
.solutions-sec ul li .inner-content.high:hover a {
    color: rgb(50, 45, 110) !important;
}
a.add-cart:hover {
    color: #009AA6 !important;
    border: 2px solid #009AA6 !important;
    background-color: #fff !important;
}
.views-view-grid .all-products-col {
    padding: 24px !important;
    border-radius: 5px !important;
}
/* 12/11/2024 */
.btn-read-more:hover {
	background: #fff;
	border: 2px solid #9D3F97;
	color: #9D3F97 !important;
}
.btn-read-more:hover svg path{
	fill: #9D3F97 !important;
}
.product-details-dec .inner-images div.field--name-field-product-image{
	padding: 24px;
	background: #fff;
	border-radius: 5px;
}
@media (max-width: 991px) {
	.curriculum-sec .add-to-cart-box {
	    display: grid;
	    text-align: center;
	    gap: 12px;
	}
	.curriculum-sec .add-to-cart-box a.add-cart {
	    margin: auto;
	}
	.curriculum-sec .accordion-body .col-lg-6.col-md-12.col-sm-12>img.product-img {
		margin: auto;
		display: block;
	}
}
div.main-container.blur-bg {
	opacity: 0.1;
}
@media (max-width: 768px) {
	.col-md-12.col-sm-12.inner-content.px-4rem {
    padding-left: 15px;
    padding-right: 15px;
	}
}

#shipping-information-wrapper .alert.alert-dismissible hr {
	margin-top: 0px;
	margin-bottom: 3px;
	border: none;
	display: block;
}
.shopping-cart .product-content .inner-content {
	padding-top: 0px;
	padding-bottom: 30px;
}
#edit-shipping-information #edit-shipping-information-shipments,
.path-checkout .order-info .inner-content .button-sec a.link--previous {
	display: none;
}
.district-coordinators-cus-cls #coordinator_form .table-responsive table {
	width: 100% !important;
}
.dt-empty-footer .dt-length {
	display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.dt-empty-footer .dt-length select {
	width: auto;
}
#quote-listing_wrapper div#quote-listing_processing {
	display: none !important;
}
.common-form-data #rgr-subscription-form .form-type-managed-file {
	width: 100%;
}
.common-form-data #rgr-subscription-form .form-type-managed-file #edit-image-file-upload {
	background-color: transparent;
	border: none;
}
.common-form-data #rgr-subscription-form .form-type-managed-file input[name="image_file_remove_button"] {
	color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    border: 3px solid #009AA6;
    padding: 7px 12px;
    border-radius: 0px;
    background-color: #009AA6;
    transition: 0.3s all ease;
    width: auto;
    min-height: inherit;
}
.common-form-data #rgr-subscription-form .form-type-managed-file input[name="image_file_remove_button"]:hover {
	background-color: #fff;
	color: #009AA6;
}
.school-detail-tabs-content table tr td input.UsagereportView {
	color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    border: 2px solid #009AA6;
    padding: 6px 12px;
    border-radius: 0px;
    background-color: #009AA6;
    transition: 0.3s all ease;
}
.school-detail-tabs-content table tr td input.UsagereportView:hover {
	background-color: transparent;
	color: #009AA6;
}
.path-states-listing #manage-state-list-tble .dt-container .row .col-12 {
	overflow-x: auto;
}
.path-states-listing #manage-state-list-tble .table-responsive {
	overflow: visible;
}
.path-states-listing #manage-state-list-tble .table-responsive table {
	margin-bottom: 0px;
}
#manage-state-list-tble table tr td:first-child,
#manage-state-list-tble table tr th:first-child,
#manage-state-list-tble table tr th:nth-child(3),
#manage-state-list-tble table tr th:nth-child(4),
#manage-state-list-tble table tr td:nth-child(3),
#manage-state-list-tble table tr td:nth-child(4),
.dt-container table.dataTable tr td:first-child,
.dt-container table.dataTable tr th:first-child {
	text-align: center;
}
#manage-state-list-tble table.dataTable tr th:hover,
#manage-state-list-tble table.dataTable tr th {
	outline: none;
	box-shadow: none;
}
.table-responsive .dt-container .dt-layout-cell {
	overflow-x: auto;
}
.path-manage-quote-listing table#quote-listing,
.manage-customer-services-log table#manage-customer-services-log-ajax {
	margin-bottom: 20px;
}
.address-book__container .address-book__profiles {
	flex-wrap: wrap;
	justify-content: unset;
}
.address-book__container .address-book__profiles .address-book__profile {
	width: 30%;
	flex: unset;
	margin-bottom: 30px;
}
.address-book__profiles .address-book__profile .field__item {
	background-color: transparent !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.address-book__operations a {
		padding: 8px 10px;
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.address-book__container .address-book__profiles .address-book__profile {
		width: 46%;
	}
	.address-book__operations a {
		padding: 8px 14px;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.head-logo .head-cart .cart-count-sec {
		right: -3px;
		top: -8px;
		font-weight: 600;
	}
	.table-responsive .dt-empty-footer > .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.path-checkout .form-details .form-row .js-form-item #edit-shipping-information-recalculate-shipping,
	.path-checkout .form-details .form-row .js-form-item input[data-drupal-selector="edit-shipping-information-recalculate-shipping"] {
		float: right;
		margin-top: 0px;
		order: 3;
	}
	.path-checkout #shipping-information-wrapper .checkout-pane-shipping-information > .fieldset-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: end;
		margin-bottom: 20px;
	}
	.path-checkout #shipping-information-wrapper .checkout-pane-shipping-information > .fieldset-wrapper div[data-drupal-selector="edit-shipping-information-shipping-profile"] {
		order: 1;
	}
	#edit-shipping-information div[data-drupal-selector="edit-shipping-information-shipments"] {
		display: block;
		float: right;
		margin-top: 0px;
		clear: both;
		order: 2;
		margin-bottom: 15px;
	}
	#edit-shipping-information div[data-drupal-selector="edit-shipping-information-shipments"] > div > div {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	#edit-shipping-information div[data-drupal-selector="edit-shipping-information-shipments"] label {
		font-size: 16px;
	}
	#edit-shipping-information div[data-drupal-selector="edit-shipping-information-shipments"] .field--name-shipping-method {
		margin-top: 15px;
	}
	.manage-customer-services-log .dt-search {
		float: left;
		margin-top: 20px;
	}
	.dt-empty-footer .dt-length {
		margin-top: 10px;
	}
	.address-book__container .address-book__profiles .address-book__profile {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.address-book__profiles .address-book__profile .address-book__operations a {
		margin-bottom: 10px;
	}
	.address-book__operations a {
		padding: 8px 14px;
		font-size: 14px;
	}
}
/* 12/13/2024 */
@media (max-width: 450px) {
	.solutions-sec h2 {
    width: 60%;
    margin: auto;
	}
	.curriculum-sec h2, .solutions-sec h2 {
    font-size: 28px !important;
	}
	.solutions-sec ul li {
    width: 65%;
    margin: auto;
	}
	.curriculum-sec .tab-content .accordion-header button {
    padding: 25px 125px;
	}
}
@media (max-width: 400px) {
	.curriculum-sec .tab-content .accordion-header button {
    padding: 25px 105px;
	}
}
@media (max-width: 358px) {
	.curriculum-sec .tab-content .accordion-header button {
    padding: 25px 84px;
	}
}
@media (max-width: 992px) {
	.related-product-sec .add-to-cart-box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
	}
	.related-product-sec .product-row-listing .add-to-cart-box .add-cart {
    font-size: 12px;
    padding: 9px 9px;
    line-height: 22px;
	}
	.add-to-cart-box .count>div .form-number {
    font-size: 15px;
	}
}
@media (max-width: 767px){
	.store-sec.product-details-dec .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 352px){
	.product-list .button-sec {
    display: grid;
    gap: 12px;
	}
}
/* 12/16/2024 */
.footer-sec a.btn-order:hover {
    background: #EEEFEF;
    border: 2px solid #9D3F97;
    color: #9D3F97 !important;
}
.footer-sec a.btn-order svg{
	margin-left: 5px;
}
.footer-sec a.btn-order:hover svg path{
	fill: #9D3F97 !important;
}
.related-product-sec .product-row-listing span.product-sku {
    text-align: end;
    font-weight: 400;
    margin-bottom: 10px;
}
@media (min-width: 767px){
	.related-product-sec .product-row-listing span.product-sku {
    display: none;
	}
}
@media (max-width: 899px) {
	.related-product-sec .add-to-cart-box {
    gap: 12px;
	}
	.related-product-sec .add-to-cart-box .count>div .form-number {
    width: 41px;
	}
	span.add-product-qty svg, span.sub-product-qty svg {
		width: 12px;
		height: 12px;
	}
}
@media (max-width: 767px) {
	.related-product-sec .product-row-listing .add-to-cart-box .add-cart {
    width: 50%;
	}
	.related-product-sec .add-to-cart-box .count {
    width: 50%;
	}
	.related-product-sec .add-to-cart-box .count>div .form-number {
    width: auto;
	}
	.related-product-sec .product-row .add-to-cart-box .count input {
    font-size: 17px;
	}
	.store-sec .container .product-details-mobile-view .product-details-price .text-formatted {
		display: block !important;
		text-align: left;
	}
	li.no-child-menu, li.parent-menu {
    padding-left: 15px;
    padding-right: 15px;
	}
	header.wrapper .primary-menu .mobile-top-menu {
    display: block;
    padding: 0px 15px 30px;
    background: #fff;
	}
	.mobile-submenu li {
    padding-left: 15px;
    padding-right: 15px;
	}
}
@media (max-width: 533px) {
	.related-product-sec .add-to-cart-box .count>div .form-number {
    width: 50px;
	}
}
@media (max-width: 282px) {
	.related-product-sec .add-to-cart-box .count>div .form-number {
    width: 50px;
	}
	.related-product-sec .add-to-cart-box {
    display: grid;
    justify-content: unset;
	}
	.related-product-sec .product-row-listing .add-to-cart-box .add-cart {
    width: 100%;
	}
	.related-product-sec .add-to-cart-box .count {
    width: 100%;
	}
}
@media (max-width: 319px) {
	.product-details-mobile-view .add-to-cart-box .count>div .form-number {
    font-size: 17px;
	}
	.path-product .product-details-mobile-view .add-to-cart-box {
    justify-content: space-evenly;
	}
}
@media (max-width: 319px) {
	.product-details-mobile-view .add-to-cart-box .count>div .form-number {
    font-size: 17px;
	}
	.path-product .product-details-mobile-view .add-to-cart-box {
    display: grid;
    justify-content: unset;
	}
	.product-details-mobile-view .add-to-cart-box .btn-cart {
    width: 100%;
    margin: auto;
	}
	.path-product .product-details-mobile-view .product-details-price .add-to-cart-box .add-cart {
    font-size: 13px;
    margin: auto;
    margin-top: 12px;
	}
}
/* 12/17/2024 */
.btn-theme, .btn-primary {
	color: #fff;
	border: 3px solid #009AA6;
	background-color: #009AA6;
}
.btn-theme:hover, .btn-primary:hover {
	background-color: #fff;
	color: #009AA6;
}
/* 12/18/2024 */
@media (max-width: 400px){
	.head-menu.show .primary-menu {
	    top: 94px;
	}
}
.mobile-menu-list {
	display: none;
}
.desktop-menu-list {
	display: block;
}
@media (max-width: 767px){
	.mobile-menu-list {
		display: block;
	}
	.desktop-menu-list {
		display: none;
	}
}
.menu-header {
  cursor: pointer;
  padding: 15px 10px;
  border-bottom: 1px solid #444;
}
.submenu-header {
  font-weight: bold;
  padding: 1px 12px;
  background: #E5F6F6;
  color: #000;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.submenu-header .back-button {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 1200px) and (max-width: 1350px) {
	.all-products .all-products-col .btn-primary.add-cart,
	.related-product-sec .product-row-listing .add-to-cart-box .add-cart,
	.path-product .product-details-price .add-to-cart-box .add-cart {
		padding: 10px 10px;
	}
}
.product-list .btn-primary[disabled="disabled"] {
	background-color: #e9ecef !important;
    border: 3px solid #e9ecef !important;
    cursor: no-drop !important;
    color: #000 !important;
    opacity: 0.65;
}
.product-details-dec .inner-images div.field--name-field-product-image a {
	display: block;
}
@media (min-width: 768px) {
	.store-sec.product-details-dec h1 + p:empty {
		min-height: 150px;
	}
}

/*20/12/2024*/
.school-subs-page-cls .label-form.last-note-sec label {
	width: 20%;
}
.school-subs-page-cls .label-form.last-note-sec > span {
	width: 40%;
	display: inline-block;
}
.form-details .form-row .js-form-item select {
	padding-right: 30px !important;
}
.path-quote-display .product-list .product-table tr td:first-child b {
	max-width: 500px;
    word-break: break-all;
    display: inline-block;
    margin-right: 10px;
}
.order-details-sec .card-sec .custom-block-inner-sec {
	display: inline-block;
	word-break: break-all;
}
.image-sec .download-sec a {
	cursor: pointer;
}
.image-sec .download-sec a img.close-button {
	width: 20px;
}
.custom-block-inner-sec {
	padding-bottom: 50px;
}
form.add-customer-services-log-form #dropdown-second-replace > .js-form-item,
form.add-customer-services-log-form #dropdown-third-replace > .js-form-item {
	width: 100%;
	padding: 0px;
}
form .js-form-item input[disabled="disabled"],
form .js-form-item select[disabled="disabled"],
form .js-form-item textarea[disabled="disabled"],
form .js-form-item input[readonly="readonly"],
form .js-form-item select[readonly="readonly"],
form .js-form-item textarea[readonly="readonly"] {
	background-color: #e9ecef !important;
    border: 1px solid #e9ecef !important;
}
form.rgr-purchase-order-form .form-managed-file input[name="image_file_remove_button"]{
	width: auto;
	margin-left: 10px;
	border-radius: 0px;
}
form.rgr-purchase-order-form .form-managed-file input[name="image_file_remove_button"]:hover, .contact-message-feedback-form .form-actions .button:hover {
	border-color: #009AA6;
}
.product-sec h4.products-title {
	display: none;
}
.ui-dialog #drupal-modal table.dataTable thead th.dt-type-date {
	white-space: nowrap;
}
form.webform-submission-form.common-form-data {
	display: flex;
	flex-wrap: wrap;
}
form.webform-submission-form.common-form-data > div.js-form-item  {
	width: 50%;
	padding: 0px 15px;
}
form.webform-submission-form.common-form-data > div.js-form-item label,
form.webform-submission-form #dropdown-second-replace label,
form.webform-submission-form #dropdown-third-replace label {
	color: #000;
    font-size: 18px;
    line-height: 23px;
    padding-left: 0px;
    font-family: "Red Hat Display", sans-serif !important;
    font-weight: 500;
}
form.webform-submission-form.common-form-data #dropdown-second-replace,
form.webform-submission-form.common-form-data #dropdown-third-replace {
	width: 50%;
	padding: 0px 15px;
}
form.webform-submission-form.common-form-data > div.js-form-item input,
form.webform-submission-form.common-form-data > div.js-form-item select,
form.webform-submission-form.common-form-data > div.js-form-item textarea,
form.webform-submission-form #dropdown-second-replace select,
form.webform-submission-form #dropdown-third-replace select {
	background-color: #E7FDFF;
    border: 1px solid #E7FDFF;
    border-radius: 5px;
    padding: 6px 12px;
    min-height: 48px;
    color: #333;
    font-size: 18px;
    outline: none;
    box-shadow: none;
}
form.webform-submission-form.common-form-data > div.js-form-item input[readonly="readonly"],
form.webform-submission-form.common-form-data > div.js-form-item select[readonly="readonly"],
form.webform-submission-form.common-form-data > div.js-form-item textarea[readonly="readonly"] {
	background-color: #e9ecef;
    border: 1px solid #e9ecef;
}
form.webform-submission-form.common-form-data .js-form-item.js-form-type-textarea {
	width: 100%;
}
form.webform-submission-form.common-form-data #edit-actions {
	width: 100%;
	display: block;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 0px 15px;
}
form.webform-submission-form.common-form-data #edit-actions .form-submit,
form.webform-submission-form.common-form-data .act-buttons a {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 2px solid #009AA6;
    padding: 10px 12px;
    border-radius: 0px;
    background-color: #009AA6;
    transition: 0.3s all ease;
    width: auto;
}
form.webform-submission-form.common-form-data #edit-actions .form-submit:hover {
	background-color: #fff;
	color: #009AA6;
}
form.webform-submission-form.common-form-data #edit-select-files-to-download--wrapper {
	width: 100%;
	clear: both;
}
form.webform-submission-form.common-form-data {
	padding-bottom: 50px;
}
.create-quote-form .js-form-item select.form-select,
div.common-form-data .js-form-item select.form-select,
.path-checkout .form-details .form-row .js-form-item > select {
	padding-right: 32px;
}
.ui-dialog #drupal-modal table.dataTable tbody td.dt-type-date {
	text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.views-view-grid .all-products-col {
		width: calc(33.33% - 20px) !important;
	}
	.all-products .all-products-col .btn-primary.add-cart {
		margin-left: 0px;
	}
}
@media (min-width: 1200px) and (max-width: 1350px) {
	.all-products-col .views-field-title span a {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.all-products-col .views-field-title span {
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.path-quote-display .product-list .product-table tr td:first-child {
		max-width: 500px;
	}
}
@media (min-width: 768px) {
	.path-checkout #edit-shipping-information #edit-shipping-information-shipments {
		display: block;
	    top: 0px;
	    position: relative;
	}
	.path-checkout #edit-shipping-information #edit-shipping-information-shipments div,
	.path-checkout #edit-shipping-information #edit-shipping-information-shipments div label {
		padding-left: 0px;
	}
	.path-checkout .form-details .form-row .js-form-item #edit-shipping-information-recalculate-shipping {
		position: relative;
    	top: 0px;
	}
	.order-details.order-review .order-details-sec .card-sec {
		height: calc(100% - 30px);
	}
	.path-checkout .form-details .shipment_info .field--name-shipping-method {
		margin-top: 20px;
	}
}
@media (max-width: 1024px) {
	.filter-sec {
		position: relative;
	}
	.filter-sec h4.filter-dropdown {
		color: #757575;
		font-size: 16px;
		border: 1px solid #757575;
		padding: 6px 12px;
		display: inline-block;
		min-width: 150px;
        text-align: left;
        font-weight: 600;
        position: relative;
	}
	.filter-sec h4.filter-dropdown:after {
		content: '';
        border-left: 1px solid transparent;
        border-right: 2px solid #333;
        border-top: 1px solid transparent;
        border-bottom: 2px solid #333;
        position: absolute;
        top: 9px;
        width: 8px;
        right: 15px;
        height: 8px;
        transform: rotate(45deg);
	}
	.filter-sec .filter-dropdown-list {
		position: absolute;
		background-color: #fff;
		padding: 20px;
		top: 50px;
		max-height: 500px;
		overflow: auto;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
		border-radius: 6px;
		display: none;
		z-index: 9;
	}
	.filter-sec.active .filter-dropdown-list {
		display: block;
	}
	.product-sec h4.products-title {
		display: block;
		text-align: center;
		color: #000;
		font-weight: 700;
	}
	.filter-left-side .btn-filter:empty {
		display: none;
	}
	.filter-left-side h4 {
		margin-bottom: 0px;
	}
	.filter-left-side,
	.product-list-right {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.product-list-right form.views-exposed-form .js-form-type-select {
		margin-left: 0px;
		width: 50%;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-list-right form.views-exposed-form .js-form-type-select label {
		font-size: 16px;
	}
	.common-groupdiv .product-quote-group select {
		margin-bottom: 15px;
	}
	.sweet-alert.create-quote-modal {
		padding: 17px 25px;
	}
	#quote-listing_wrapper .dt-search {
		display: block;
	}
	#quote-listing_wrapper .dt-search .created-by-fil-wrap,
	.dt-empty-footer .dt-length {
		margin-bottom: 15px;
	}
	#quote-listing_wrapper .dt-search label,
	#quote-listing_wrapper .dt-search span {
		min-width: 100px;
		margin-right: 0px;
	}
	.dt-empty-footer div.dt-buttons {
		clear: both;
		margin-top: 15px;
	}
	#quote-listing_wrapper .paging_full_numbers {
		float: none;
		text-align: center;
	}
	#quote-listing_wrapper #quote-listing_info {
		display: block;
		text-align: center;
		padding-bottom: 10px;
	}
	form.webform-submission-form.common-form-data > div.js-form-item,
	form.webform-submission-form.common-form-data #dropdown-second-replace,
	form.webform-submission-form.common-form-data #dropdown-third-replace {
		width: 100%;
	}
	.path-quote-display .product-table tbody tr td {
		word-break: unset;
	}
	.path-quote-display .product-table tbody tr td:first-child {
		word-break: break-all;
	}
}

@media (min-width: 451px) and (max-width: 767px) {
	.product-list .common-groupdiv .inner-groups input,
	.product-list .common-groupdiv .inner-groups select {
		width: 100%;
        max-width: 144px;
        margin-bottom: 15px;
	}
	.common-groupdiv .inner-groups .product-quote-group,
	.common-groupdiv .product-groups {
		margin-bottom: 0px;
	}
}

@media (max-width: 450px) {
	.path-checkout .order-details.order-review .inner-content .button-sec .form-actions {
		display: block;
	}
	.order-details .inner-content .button-sec {
		text-align: right;
	}
	.order-details.order-review .inner-content .button-sec .btn-review {
		min-width: inherit;
	}
	.order-details .card-sec {
		padding: 20px 20px;
	}
	.order-details .card-sec ul li {
		font-size: 14px;
	}
	.product-list .common-groupdiv input,
	.product-list .common-groupdiv select {
		width: 100%;
		max-width: 85%;
	}
}
.contact-message-feedback-form .form-actions .button{
	width: auto;
  	border-radius: 0px;
}
.contact-message-feedback-form .form-checkbox{
	display: none;
}
.rgr-district-coordinators-form table tr td:first-child,
.rgr-district-coordinators-form table tr th:first-child,
.rgr-district-coordinators-form table tr th:nth-child(3),
.rgr-district-coordinators-form table tr th:nth-child(4),
.rgr-district-coordinators-form table tr td:nth-child(3),
.rgr-district-coordinators-form table tr td:nth-child(4){
	text-align: left !important;
}
form.user-assigned-role-edit-form .form-type-managed-file .js-form-type-checkbox {
	padding: 0px;
	margin-bottom: 10px !important;
}
form.user-assigned-role-edit-form  .form-type-managed-file .js-form-type-checkbox input[type="checkbox"] {
	padding: 0 !important;
    min-height: inherit !important;
    visibility: hidden;
}
form.user-assigned-role-edit-form  .form-type-managed-file input[name="image_file_remove_button"] {
	display: inline-block;
	width: auto !important;
	border: 3px solid #009AA6 !important;
	color: #fff !important;
    background-color: #009AA6 !important;
    border-radius: 0px !important;
}
.path-checkout .form-details .form-row.shipment_info {
	margin-bottom: 0px;
}
.path-checkout .form-details .shipment_info .field--name-shipping-method fieldset,
.path-checkout #edit-shipping-information #edit-shipping-information-shipments {
	margin-bottom: 0px !important;
}
.path-checkout #shipping-information-wrapper .checkout-pane-shipping-information {
	margin-bottom: 10px !important;
}
td.no-record-sec {
	white-space: nowrap;
}
.path-checkout .form-details .form-row.shipment_info .address-container-inline {
	margin-bottom: 0px !important;
}
.path-checkout .alert.alert-dismissible hr {
	display: block;
	border: none;
	margin: 0px;
}
.address-book__profiles .address-book__profile .field__item  span {
	word-break: break-all;
}
.address-book__container .address-book__operations a {
	margin-bottom: 15px;
}
form.profile-customer-address-book-add-form .form-actions .form-submit,
form.profile-customer-address-book-edit-form .form-actions .form-submit,
form.profile-customer-address-book-edit-form .form-actions .button--danger,
.profile-subs .expiringroles .tab-panel a.btn {
	color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 2px solid #009AA6;
    padding: 10px 15px;
    border-radius: 0px;
    background-color: #009AA6;
    transition: 0.3s all ease;
    width: auto;
}
form.profile-customer-address-book-edit-form .form-actions {
	display: flex;
    align-items: center;
    gap: 15px;
}
form.profile-customer-address-book-add-form .form-actions .form-submit:hover,
form.profile-customer-address-book-edit-form .form-actions .form-submit:hover,
form.profile-customer-address-book-edit-form .form-actions .button--danger:hover,
.profile-subs .expiringroles .tab-panel a.btn:hover {
	background-color: #fff;
	color: #009AA6;
	box-shadow: none !important;
}
.path-quote-display .product-list table.product-table tr th:last-child,
.path-quote-display .product-list table.product-table tr td:last-child,
.path-cart .product-list table th.views-field-total-price__number,
.path-cart .product-list table tbody tr td.views-field-total-price__number {
	text-align: right !important;
}
.shipment_info div[data-drupal-selector="edit-shipping-information-shipping-profile-address-wrapper"],
.shipment_info div[data-drupal-selector="edit-shipping-information-shipping-profile-address-wrapper"] > .js-form-wrapper,
.shipment_info div[data-drupal-selector="edit-shipping-information-shipping-profile-address-wrapper"] > .js-form-wrapper div > .js-form-wrapper {
	margin-bottom: 0px !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.product-list-right .view-filters form.views-exposed-form > .d-flex.flex-wrap {
		justify-content: end;
        margin-top: -50px;
	}
	.filter-left-side {
		width: 50%;
	    position: relative;
	    top: 30px;
	    padding-left: 0;
	}
	.product-sec h4.products-title {
		text-align: left;
	}
}

@media (max-width: 1024px) {
	.filter-left-side {
		margin-bottom: 20px;
	}
}
@media (min-width: 1025px) and (max-width: 1366px) {
	.page-view-all-products .container {
		max-width: 95%;
	}
	.filter-left-side {
		width: 21%;
	}
	.product-list-right {
		width: 79%;
	}
	.page-view-all-products .all-products .all-products-col .btn-primary.add-cart {
		font-size: 12px;
	}
	.page-view-all-products .views-view-grid .all-products-col {
		padding: 20px 15px !important;
	}
	.page-view-all-products .product-list-right .product-list .views-element-container .view-content.row {
		padding-left: 0px;
		padding-right: 0px;
	}
	.filter-left-side ul li label {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.subtotal.product-list.cart-product-list .button-sec {
		display: flex;
	    flex-wrap: wrap;
	    align-items: end;
	    justify-content: end;
	}
	.all-products-col .views-field-title {
		min-height: inherit;
	}
	.product-list-right .views-view-grid .views-col {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.product-list table td {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.form-details label, .create-quote-form .js-form-item label {
		font-size: 16px;
	}
	.product-list {
		padding: 25px 20px;
	}
    #edit-shipping-information .field--widget-commerce-shipping-rate {
        display: block;
        float: right;
        margin-top: -85px;
        clear: both;
    }
}

@media (max-width: 400px) {
	.order-details .card-sec ul li {
		font-size: 13px;
	}
}

@media (max-width: 450px) {
	.form-details label, .create-quote-form .js-form-item label {
		font-size: 14px;
	}
}
@media (max-width: 400px){
	.filter-sec h4.filter-dropdown {
    width: 100%; 
  }
  .product-list-right form.views-exposed-form .js-form-type-select {
    width: 100%;
	}
	h4.filter-dropdown {
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem;
    line-height: 1.5;
	}
	.filter-left-side {
    padding-left: 19px;
    padding-right: 19px;
    color: #212529 !important;
	}
	.filter-sec h4.filter-dropdown:after {
    top: 13px !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.product-list-right .view-filters form .d-flex.flex-wrap {
    justify-content: start;
	}
	h4.filter-dropdown {
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem;
    line-height: 1.5;
	}
	.filter-sec {
    padding-left: 19px;
    padding-right: 19px;
    color: #212529 !important;
	}
	.filter-sec h4.filter-dropdown:after {
    top: 13px !important;
	}
	.filter-left-side {
    color: #212529 !important;
	}
}
@media (min-width: 399px) and (max-width: 767px) {
	.filter-sec {
    padding-left: 6px;
    padding-right: 6px;
    color: #212529 !important;
	}
	.filter-left-side {
    color: #212529 !important;
	}
	h4.filter-dropdown {
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem;
    line-height: 1.5;
	}
}

.path-checkout #edit-shipping-information #edit-shipping-information-shipments div {
	min-height: inherit;
}
.order-details table.product-table tbody tr td.views-field-total-price__number,
.order-details table.product-table tbody tr td.views-field-unit-price__number,
.path-quote-display table.product-table tbody tr td:last-child,
.path-quote-display table.product-table tbody tr td:nth-child(2) {
	white-space: nowrap;
}
.path-cart .quantity-sec .js-form-item input {
	width: 52px;
}
.create-quote-form .js-form-item .form-select option {
	font-size: 18px;
}
.path-school-details .school-detail-tabs-content .tab-pane .dt-layout-cell {
	overflow-x: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.add-to-cart-box .count>div .form-number {
		width: 40px;
	}
	.all-products .all-products-col .btn-primary.add-cart {
		padding: 10px 5px;
	}
}

@media (min-width: 1367px) and (max-width: 1399px) {
	.all-products .all-products-col .btn-primary.add-cart {
		padding: 10px 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.form-details label, .create-quote-form .js-form-item label {
		font-size: 16px;
	}
	form.create-quote-form .form-details .form-row .col-md-4 {
		width: 50%;
	}
	.form-details .form-row {
		padding-left: 15px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.form-details label, .create-quote-form .js-form-item label {
		font-size: 16px;
	}
	.form-details .form-row {
		padding-left: 15px;
	}
}
@media (min-width: 767px) and (max-width: 992px) {
	.form-details .form-required::after {
		margin: auto;
	  margin-left: 3px !important;
	}
	.form-details label, .create-quote-form .js-form-item label {
    width: 93%;
    max-width: 100%;
	}
}
@media (max-width: 1199px) {
	.create-quote-modal p span.swal-custom-cls {
    top: -98px;
    right: -12px;
	}
}
@media (max-width: 767px) {
	.create-quote-modal p span.swal-custom-cls {
	    right: -10px;
	    top: -85px;
	}
	.create-quote-modal h2 {
		font-size: 18px;
	}
	.sweet-alert.create-quote-modal {
		padding: 15px 20px;
	}
	.all-products-col .views-field-field-product-image img {
		max-width: inherit;
	}
}
/* 01/15/2025 */
.ui-dialog-titlebar-close::after {
	content: 'Close';
  visibility: hidden;
  opacity: 0;
  width: max-content;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  position: relative;
  bottom: 40px;
  left: 96%;
  transform: translateX(-50%);
  z-index: 999;
  transition: opacity 0.3s ease;
  pointer-events: none;
  font-size: 12px;
  top: 19px;
  border: 1px solid #fff;
}
.ui-dialog-titlebar-close:hover::after {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1399px) {
	#onlineTool table {
    width: 100%;
    overflow-x: scroll;
    display: block;
	}
}
.order-review .quote-number{
	font-weight: 600;
  	text-align: right;
}
.order-review .quote-number span{
	color: #9D3F97;
  	font-weight: 700 !important;
}
/**21-01-2025**/
.path-checkout .order-details .checkout-cs {
	border: 3px solid #009AA6;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 12px;
	border-radius: 0px;
	margin-top: -108px;
	position: relative;
	z-index: 99;
}
.path-quote-display .product-list .product-table tr td:first-child b {
	color: #000;
}
.path-quote-display .product-list .product-table tr td.image:first-child {
	padding-left: 15px !important;
}
@media (min-width: 768px) {
	.path-checkout .order-details .checkout-cs {
    	margin-left: calc(calc(100vw - 720px) / 2);
    }
}
@media (min-width: 992px) {
	.path-checkout .order-details .checkout-cs {
    	margin-left: calc(calc(100vw - 930px) / 2);
    }
}
@media (min-width: 1200px) {
	.path-checkout .order-details .checkout-cs {
    	margin-left: calc(calc(100vw - 1110px) / 2);
    }
}
@media (min-width: 1400px) {
    .path-checkout .order-details .checkout-cs {
    	margin-left: calc(calc(100vw - 1290px) / 2);
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.subtotal.product-list .button-sec .btn-primary {
		min-width: 115px;
	}
}
@media (max-width: 1199px) {
	.subtotal.product-list .button-sec .btn-primary {
		margin-bottom: 15px;
	}
}

@media (max-width: 450px) {
	.path-checkout .order-details .checkout-cs {
		font-size: 14px;
		float: right;
		margin-bottom: 20px;
		margin-right: 10px;
		margin-top: 0px;
	}
}
/*.profile-subs ul#tab-panel1 li {
	display: inline-block;
}*/
.profile-subs ul#tab-panel1 li a {
	max-width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	min-width: 200px;
    text-align: center;
}
.related-product-sec .product-title a{
	color:#000;
}
.related-product-sec .product-title a:hover{
	color: #0071b3;
}
.admin-edit{
	text-align: right;
    padding: 10px;
}
.admin-edit a{
	color: #000;
    text-decoration: underline;
}
.admin-edit a:hover{
	color: #0071b3;
}
.all-products-col .views-field-sku {
	width: auto;
	float: left;
}
.all-products-col .views-field-number {
	width: auto;
}
@media (max-width: 400px) {
.all-products-col .views-field-sku span {
	font-size: 14px;
	}
}

#drupal-modal #add_subs_district form .js-form-item-license-type,
#drupal-modal #add_subs_district form .js-form-item-duration {
    width: 32.5%;
    float: left;
}
#drupal-modal #add_subs_district form .js-form-item-program {
    width: 35%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
#drupal-modal #add_subs_district form .js-form-item-license-type select,
#drupal-modal #add_subs_district form .js-form-item-duration select,
#drupal-modal #add_subs_district form .js-form-item-program select {
    background-color: #fff;
    border: 1px solid #ddd;
    min-height: inherit;
    font-size: 16px;
}
#drupal-modal #add_subs_district form .js-form-item-license-type label,
#drupal-modal #add_subs_district form .js-form-item-duration label,
#drupal-modal #add_subs_district form .js-form-item-program label {
    font-size: 16px;
}
#drupal-modal #add_subs_district .table-responsive {
    width: 100%;
    clear: both;
}
@media (max-width: 767px) {
    #drupal-modal #add_subs_district form .js-form-item-license-type,
    #drupal-modal #add_subs_district form .js-form-item-duration {
        width: 100%;
    }
    #drupal-modal #add_subs_district form .js-form-item-program {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}
.field.field--name-field-container.field--type-boolean.field--label-hidden.field__item {
    display: none;
}
/* accessibility css changes */
.main-content .profile-subs .history li a {
    color: #008080;
}
.main-content .profile-subs ul#tab-panel1 li a {
    background-color: #00818A;
    border-color: #00818A;
    color: #fff;
}
.main-content .profile-subs ul#tab-panel1 li a:hover {
    background-color: #fff;
    color: #008080;
}
header.wrapper ul li a:hover {
    color: #00818A;
}
header.wrapper ul.submenu li a {
    display: block;
}
#main-wrapper .block-system-breadcrumb-block .content .breadcrumb a {
    color: #666E75;
}
header.wrapper ul li.parent-menu a:focus + ul.submenu {
    display: block;
}
header.wrapper ul li.parent-menu.open>.dropdown-menu {
    display: block;
}
header.wrapper ul li.parent-menu.open>.dropdown-menu {
    display: block;
}
header.wrapper ul li.parent-menu.open ul.submenu li {
    width: 100%;
}
header.wrapper ul li.parent-menu .dropdown-toggle::after {
    display: none;
}
header.wrapper ul li a:focus {
    color: #000;
}
header.wrapper ul li.parent-menu.open>.dropdown-menu a {
    background-color: transparent;
}
header.wrapper ul.submenu li a {
    background-color: transparent !important;
}
header.wrapper ul li.parent-menu >.dropdown-menu li {
    display: block;
    text-align: left;
}
header.wrapper ul.desktop-menu-list > li:nth-child(4) > .dropdown-menu {
    right: 0;
}
header.wrapper ul.desktop-menu-list li ul.dropdown-menu li a {
    padding: 1px 10px;
}
header.wrapper ul li a.btn-rgr-link:hover,
header.wrapper ul li a.btn-rgr-link:focus {
	color: #fff;
}
/* coupon code started */
.path-checkout .coupon-sec .js-form-item {
    display: inline-block;
    margin-bottom: 0px !important;
}
.path-checkout .coupon-sec .js-form-item label {
    color: #000;
    font-size: 18px;
    line-height: 23px;
    padding-left: 13px;
    font-family: "Red Hat Display", sans-serif !important;
    font-weight: 500;
    margin-bottom: 5px;
}
.path-checkout .coupon-sec .js-form-item.form-item-sidebar-coupon-redemption-form-code .form-control {
    width: auto;
    max-width: 300px;
    min-height: 47px;
}
.path-checkout .coupon-sec .form-submit {
    width: auto;
}
/* coupon code end */
/* Homepage banner remove start */
.curriculum-sec > .container {
 display: none;
}
.curriculum-sec {
	background: none;
	padding: 0px;
}
.curriculum-sec .solutions-sec {
	padding: 0px;
}
/* Homepage banner remove end */
#product-export-listing_wrapper {
    overflow: auto;
    margin-bottom: 30px;
}
#product-export-listing_wrapper .dt-search {
    float: right;
}
#product-export-listing_wrapper .dt-buttons button {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    border: 3px solid #009AA6 !important;
    padding: 10px 20px;
    border-radius: 0px;
    background: #009AA6;
    transition: 0.3s all ease;
    margin-right: 10px;
    display:inline-block;
    clear:left
}
#product-export-listing_wrapper .dt-buttons button:hover {
    color: #009AA6;
    background: #fff !important;
    border: 3px solid #009AA6 !important;
}
#product-export-listing_wrapper .paging_full_numbers .dt-paging-button:hover,
#product-export-listing_wrapper .paging_full_numbers .dt-paging-button.current {
    color: white !important;
    border: 1px solid #028a8a;
    background: linear-gradient(to bottom, #22b3b3 0%, #009898 100%);
}
@media (min-width: 768px) {
    #product-export-listing_wrapper .dt-info {
        float: left;
        padding-top: 15px;
    }
    #product-export-listing_wrapper .paging_full_numbers {
        float: right;
        padding-top: 15px;
    }
}