.product-description p {
    font-size: 14px;
    color: #2f2f33;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 25px 0;
}
.archive.woocommerce .woocommerce-breadcrumb {
    margin: 25px 0 50px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a {
    color: #b3b2b2;
    font-size: 14px;
}
.woocommerce-product-tabs {
    background-color: #fff;
    padding: 15px;
    margin-top: 50px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.woocommerce-product-tabs a.nav-link {
    text-align: center;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    color: #00445b;

}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-bottom: 4px solid #00445b;
    color: #00445b;
}
.nav-tabs {
    border-bottom: 1px solid #e1e1e1;
}
.tab-content {
    padding: 35px 0 20px;
}
.tab-content > .active {
    min-height: 100px;
    position: relative;
}
.module-border {
    border-left: 2px solid #e1e1e1;
}
.module-content {
    padding: 0 15px;
    position: relative;
    height: 100%;
}
.module-content.loader .module-container {
    display: none;
}
.tab-sidebar {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 1em;
}
.tab-sidebar:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.sidebar-title, .module-title, .components-title, .estimated-time {
    font-size: 18px;
    color: #00445b;
    font-weight: 600;
}
.estimated-time {
    font-size: 16px;
}
.modules-list li {
    margin-bottom: 20px;
}
.modules-list li a {
    color: #00445b;
    font-size: 14px;
    font-weight: 600;
}
.modules-list li a:hover, .modules-list li a.active {
    text-decoration: none;
}
.modules-list li a:hover::after, .modules-list li a.active::after {
    content: '';
    display: block;
    background-color: #ff0000;
    width: 30px;
    height: 3px;
    position: absolute;
}
.module-container {
    font-size: 12px;
    color: #2f2f33;
}
ul.component-list {
    display: none;
    padding-left: 1em;
    margin-left: 1em;
    list-style: disc;
}
.component-list li {
    margin-bottom: 5px;
}
.explode {
    float: right;
    color: #00445b;
}
.item-component {
    font-size: 14px;
}
.item-component > p {
    font-weight: 600;
}
.item-component:hover {
    cursor: pointer;
}
.module-components {
    border-top: 2px solid #e1e1e1;
    padding: 1rem;
    margin-top: 1.5em;
}
.price-module {
    color: #00445b;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 40px;
}
.module-cart {
    text-align: right;
}
.module-cart a {
    display: inline-block;
}
.add-to-cart {
    background-color: #00445b;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    display: inline-block;
}
.add-to-cart:hover {
    background-color: #012733;
    color: #fff;
    text-decoration: none;
}
.course-add-to-cart {
    padding: 25px;
    border-radius: 3px;
    background-color: #00445b;
    margin-top: -120px;
}
.course-add-to-cart * {
    color: #fff;
}
.estimated-time p {

}
.course-price .woocommerce-Price-amount, .estimated-time .time {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}
.course-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 20px;
    float: left;
    margin-top: 2px;
    margin-right: 2px;
}
.course-add-to-cart .documents {
    margin: 0 0 20px;
}
.documents-list li {
    display: inline-block;
    margin-right: 20px;
}
.documents-list li:last-child {
    margin-right: 0;
}
.documents-list li a:hover span {
    text-decoration: underline;
}
.documents-list li span {
    display: inline-block;
    margin-left: 10px;
}
.course-cart-btn a {
    background-color: #ed1c24;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
}
.course-cart-btn a:hover {
    background-color: #af161d;
    text-decoration: none;
}
.new-line {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.allied-cart-content {
    position: fixed;
    max-width: 320px;
    width: 100%;
    top: 0;
    right: 0;
    background-color: #f2f7f8;
    height: 100%;
    -webkit-transform: translateX(290px);
    -moz-transform: translateX(290px);
    -ms-transform: translateX(290px);
    -o-transform: translateX(290px);
    transform: translateX(290px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.allied-cart-items::-webkit-scrollbar {
    width: 3px;
}

.allied-cart-items::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.allied-cart-items::-webkit-scrollbar-thumb {
    background: #888;
}

.allied-cart-items::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.admin-bar .allied-cart-content {
    padding-top: 32px;
}
.allied-cart-content.show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.allied-cart-content .total-cart-count {
    background-color: #00445b;
    color: #fff;
    position: relative;
    padding-top: 10px;
    height: 100%;
    max-width: 30px;
    width: 100%;
    float: left;
    text-align: center;
}
.allied-cart-content .total-cart-count:hover {
    cursor: pointer;
    background-color: #012733;
}
.allied-cart-content .total-cart-count span {
    display: block;
}
.allied-cart-content .allied-cart-items {
    padding: 10px 20px;
    display: inline-block;
    width: calc(100% - 30px);
    height: 100%;
    overflow-y: scroll;
}
.cart-title {
    color: #00445b;
    font-size: 14px;
    text-align: center;
}
.cart-product-name {
    color: #00445b;
    font-size: 12px;
    font-weight: 600;
}
.cart-product-category, .cart-product-price {
    color: #2f2f33;
    font-size: 12px;
}
.woocommerce ul.cart_list li.mini_cart_item, .woocommerce ul.product_list_widget li.mini_cart_item {
    border-bottom: 1px solid #2f2f33;
    padding: 15px 0;
}
.woocommerce-mini-cart__buttons {
    text-align: center;
}
.allied-cart-items .woocommerce-mini-cart__buttons a.button {
    display: block;
    background-color: #ed1c24;
    font-size: 12px;
    padding: 15px 5px;
    text-align: center;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.allied-cart-items .woocommerce-mini-cart__buttons a.button:hover {
    background-color: #af161d;
    text-decoration: none;
}
.cart-items-total {
    text-align: right;
    font-size: 12px;
}
.cart-product-content p, .cart-items-total p {
    margin: 0;
}
.cart-items-total {
    padding: 25px 0;
    margin-bottom: 15px;
}
.cart-product-content {
    width: calc(100% - 25px);
    display: inline-block;
}
.remove-btn {
    color: #00445b;
    float: right;
    padding: 0 5px;
    margin-right: -5px;
}
.remove-btn:hover {
    color: #ed1c24;
}
.woocommerce .allied-cart-items .blockUI.blockOverlay {
    background-color: #000 !important;
    opacity: 0.15 !important;
    width: calc(100% + 40px) !important;
    left: -20px !important;
}
.woocommerce-checkout .form-row .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.woocommerce-checkout .form-row .woocommerce-input-wrapper input,
.woocommerce-checkout .form-row .woocommerce-input-wrapper textarea {
    padding: 5px 10px;
    color: #2f2f33;
    font-size: 14px;
}
.woocommerce form .form-row.woocommerce-validated label {
    color: #69bf29;
}
.woocommerce form .form-row.woocommerce-validated input.input-text {

}
.woocommerce form .form-row.woocommerce-invalid input.input-text {

}
#order_review_heading {
    margin-top: 40px;
}
.woocommerce-checkout-payment .payment_methods {
    display: none;
}
.products {
    clear: both;
}
.course-item-content {
    padding: 20px 15px;
}
.course-item-content h2 {
    color: #00445b;
    font-size: 18px;
    font-weight: 600;
}
.course-item-content h3 a {
    color: #00445b;
}
.course-item-content h2 a:hover {
    text-decoration: none;
}
.course-item-content h3 {
    color: #00445b;
    font-size: 18px;
    font-weight: 600;
}
.course-item-content h3 a {
    color: #00445b;
}
.course-item-content h3 a:hover {
    text-decoration: none;
}
.course-item-content p {
    color: #2f2f33;
    font-size: 14px;
    margin: 0;
}
.course-item {
    border-top: 3px solid #00445b;
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.course-item .item-link {
    display: block;
    position: relative;
    bottom: 0;
    width: 100%;
    background-color: #00445b;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 0;
}
.course-item .item-link:hover {
    text-decoration: none;
    background-color: #003040;
}
.course-item .item-link .link-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #003040;
    padding: 15px 20px;
}
.woocommerce div.product, .course-item {
    height: 100%;
}
.guideline {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 1em;
}

/*cart style*/
.allied-cart-header {
    background-color: #003040;
    padding: 35px;
}
.allied-cart-header h2 {
    font-size: 22px;
    color: #fff;
    margin: 0;
}
.page-template.woocommerce-page article {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.page-template.woocommerce-page.no-breadcrumbs article {
    margin-top: -2.5em;
    padding: 0;
}
.woocommerce-cart-form {
    padding: 40px 20px;
}
.cart-collaterals {
    padding: 0 20px 20px;
}
.woocommerce table.shop_table {
    margin: 0;
    border: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    margin: 0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: auto;
    float: none;
}
.woocommerce-cart .woocommerce table.shop_table td {
    border-top: none;
    border-bottom: 1px solid #2f2f33;
}
.woocommerce-cart-form table.shop_table tr:last-child td,
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
    border: none;
}
.cart-collaterals h2 {
    color: #2f2f33;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 9px 0;
}
.woocommerce-cart .woocommerce a.button.alt {
    background-color: #00445b;
    font-size: 1em;
}
.woocommerce-cart .woocommerce a.button.alt:hover {
    background-color: #003040;
}
.woocommerce-cart .woocommerce table.shop_table th {
    font-weight: 600;
    font-size: 12px;
}
.woocommerce-cart .page-description p {
    font-size: 18px;
}
.cart-product-name a {
    color: inherit;
    font-size: 14px;
}
.woocommerce a.remove {
    color: #00445b;
    font-size: 1em;
}
.woocommerce a.remove:hover {
    color: #ff0000 !important;
    background-color: transparent;
}
.qty-edit:hover {
    cursor: pointer;
    color: #ff0000;
}
.woocommerce .quantity .qty {
    border: none;
    margin: 0 5px;
    width: 25px;
}
.product-quantity {
    text-align: center;
}
.woocommerce-cart #page, .woocommerce-checkout #page {
    padding-right: 0;
}
.woocommerce-cart .allied-cart-content, .woocommerce-checkout .allied-cart-content {
    display: none;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #00445b;
    border-radius: 0;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #003040;
}
.allied-product-video-section {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    min-height: 200px;
}
.allied-product-video-section .mejs-controls {
    display: none;
}
.search-section {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    padding: 10px;
}
.search-section .search-submit {
    display: none;
}
.search-section .search-field {
    width: 100%;
    font-size: 14px;
    padding: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.search-section .search-field:focus, .search-section .search-field:active {
    border-color: #00445b;
}

@media (max-width: 768px) {
    .woocommerce-cart .woocommerce table.shop_table td {
        border-top: 1px solid rgba(0, 0, 0, .1);
        border-bottom: none;
        font-size: 12px;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0, 0, 0, .1);
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td .quantity .qty, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td .quantity .qty {
        background-color: transparent;
    }
    .woocommerce button.button.alt {
        width: 100%;
    }
}