.p-top-10 {
    padding-top: 10px;
}
.p-top-15 {
    padding-top: 15px;
}
.p-top-20 {
    padding-top: 20px;
}
.in-shop .page-title {
    text-align: center;
    padding-bottom: 20px;
}
header {
    position: relative;
    padding: 10px 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.text-right {
    text-align: right;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.logo a {
    display: inline-block;
}
.logo img {
    height: 50px;
}
.checkout-module {
    background: #fff;
    padding: 20px 0 50px 0;
}
.checkout-module p {
    font-size: 13px;
    margin-bottom: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, a, a:hover {
    color: var(--theme-link-color);
    text-decoration: none;
}
.checkout-title {
    text-align: center;
    color: var(--theme-color);
    padding-bottom: 15px;
    margin-bottom: 5px;
}
.cart-header {
    margin-top: 10px;
}
/* Cart Css */
.table-responsive {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive a {
    color: var(--theme-link-color);
}
.table-responsive .table {
    margin-bottom: 0;
    width: 100%;
    background-color: transparent;
}
.cart-table {
    font-size: 13px;
    position: relative;
    float: left;
    width: 100%;
}
.cart-table-head {
    background: #f2f2f2;
    position: relative;
    float: left;
    width: 100%;
    display: flex;
}
.cart-table-body {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #f2f2f2;
}
.cart-table-footer {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 8px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #f2f2f2;
}
.cart-cols {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.col-thumbnail {
    width: 68px;
}
.col-thumbnail img {
    height: auto;
}
.col-title {
    width: calc(54% - 68px);
    justify-content: space-between;
    font-weight: 700;
}
.col-unit-price {
    width: 12%;
    font-weight: 700;
}
.col-quantity {
    width: 22%;
}
.col-quantity .form-group {
    margin-bottom: inherit;
}
.col-price {
    width: 12%;
    justify-content: end;
    font-weight: 700;
}
.col-footer {
    justify-content: end;
    font-size: 18px;
    font-weight: 400;
}
.col-footer strong {
    font-weight: 700;
    display: inline-block;
    padding-left: 10px;
}
.btnRemoveAction {
    padding: 3px 6px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #ddd;
    margin-left: 20px;
    font-size: 12px;
}

.add-to-cart-form {
    padding-top: 20px;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
/* Cart Css */
.table-responsive {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive a {
    color: var(--theme-link-color);
}
.table-responsive .table {
    margin-bottom: 0;
    width: 100%;
    background-color: transparent;
}
.cart-table > thead > tr > th, .cart-table > tbody > tr > th, .cart-table > tfoot > tr > th, .cart-table > thead > tr > td, .cart-table > tbody > tr > td, .cart-table > tfoot > tr > td {
    border: 0;
    border-top: 1px solid #eeeeee;
    padding: 8px;
    vertical-align: middle;
}
.cart-table .form-group .form-control {
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
    height: 2.3rem;
}
.form-group .form-control.quantity-plus {
    padding: 0.4rem 5px 0.4rem 36px;
    text-align: left;
}
.cart-table .form-group .form-control.quantity-plus {
    text-align: left;
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.form-group {
    position: relative;
    margin-bottom: auto;
}
.form-control {
    position: relative;
    display: block;
    width: 100%;
    height: 2.3rem;
    padding: 1.0625rem 0.875rem;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: 0.1875rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-group .form-control {
    font-size: 0.8rem;
    padding: 0.5rem 0.6rem;
}
.unit-in-input2-right {
    position: absolute;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
    font-size: 14px;
    line-height: 16px;
}
.unit-in-input2-right span {
    font-size: 11px;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.unit-plus {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    top: 0px;
    height: 37px;
    width: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    background: #eee;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.unit-plus:hover {
    font-size: 25px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.unit-minus {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: 0px;
    height: 37px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    background: #eee;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.unit-minus:hover {
    font-size: 25px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
/* Accordion */
.accordion .card {
    overflow: hidden;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion .card .card-header {
    margin-bottom: -1px;
}
.accordion {
    margin-bottom: 1rem;
}
.accordion-item {
    margin-bottom: 10px;
    border: none;
}
.accordion-item-header {
    background-color: #f4f4f4;
    padding: 10px;
}
.accordion-item-header h6 {
    margin: 0;
}
.accordion-item-header h6 a {
    position: relative;
    display: block;
    color: #222;
}
.accordion-item-header h6 a::after {
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    line-height: 1.8;
    font-weight: 900;
    font-size: .625rem;
    content: "\f068";
    right: 0;
    top: 0;
}
.accordion-item-header h6 a.collapsed::after {
    content: "\f067";
}
.accordion-item-body > *:last-child {
    margin-bottom: 0;
}
.accordion-black .accordion-item-header {
    background: #222;
}
.accordion-black .accordion-item-header h6 a {
    color: #fff;
}
.accordion-brand .accordion-item-header {
    background: #c6177a;
}
.accordion-brand .accordion-item-header h6 a {
    color: #fff;
}
.accordion-new-gray .accordion-item-header {
    background: #d8d8d8;
}
.accordion-new-gray .accordion-item-header h6 a {
    color: #212529;
}
.accordion-new-white .accordion-item-header {
    background: #fff;
}
.accordion-new-white .accordion-item-header h6 a {
    color: #212529;
}
.accordion-primary .accordion-item-header {
    background: #007bff;
}
.accordion-primary .accordion-item-header h6 a {
    color: #fff;
}
.accordion-secondary .accordion-item-header {
    background: #6c757d;
}
.accordion-secondary .accordion-item-header h6 a {
    color: #fff;
}
.accordion-success .accordion-item-header {
    background: #28a745;
}
.accordion-success .accordion-item-header h6 a {
    color: #fff;
}
.accordion-info .accordion-item-header {
    background: #17a2b8;
}
.accordion-info .accordion-item-header h6 a {
    color: #fff;
}
.accordion-warning .accordion-item-header {
    background: #ffc107;
}
.accordion-warning .accordion-item-header h6 a {
    color: #212529;
}
.accordion-danger .accordion-item-header {
    background: #dc3545;
}
.accordion-danger .accordion-item-header h6 a {
    color: #fff;
}
.accordion-light .accordion-item-header {
    background: #f8f9fa;
}
.accordion-light .accordion-item-header h6 a {
    color: #212529;
}
.accordion-dark .accordion-item-header {
    background: #343a40;
}
.accordion-dark .accordion-item-header h6 a {
    color: #fff;
}
.item-body {
    padding: 0px 10px 0px 10px;
}
.accordion-brand .accordion-item-header {
    background: #eee;
}
.accordion-item-header h4 a{
    font-weight: 500;
    font-size: 16px;
}
.accordion-brand .accordion-item-header {
    border-radius: 5px;
}
.accordion-item-header h4 {
    margin: 0;
}
.accordion-item-header h4 a {
    position: relative;
    display: block;
}
.accordion-item-header h4 a:after {
    position: absolute;
    font-family: Font Awesome\ 5 Free;
    line-height: 1.7;
    font-weight: 900;
    font-size: .9rem;
    content: "\f068";
    right: 0;
    top: 0;
}
.accordion-item-header h4 a.collapsed:after {
    content: "\f067";
}
.accordion-item-header2 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;

}
.accordion-item-header2 b {
    position: absolute;
    top: 0px;
    right: 10px;
    text-align: right;
}
.accordion-item-header2 h6 {
    margin-left: 40px;
    padding-top: 5px;
}
.accordion-item-header2 h6 a {
    color: #000;
    font-size: 1.0em;
}
.accordion-item-header2 h6 a span {
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    border: 1px solid #495057;
    border-radius: 50%;
    background-color: #fff;
}
.accordion-item-header2 h6 a span i {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    border-radius: 50%;
    background-color: var(--theme-link-color);
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.accordion-item-header2 h6 a.collapsed span i{
    background-color: #fff;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.accordion-bottom {
    position: relative;
    width: 100%;
    height: 5px;
}
#accordionShipping {
    display: grid;
    margin-bottom: 0rem;
}
.hide_hd {
    display: none;
}
#accordionShipping .accordion-item {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#accordionShipping .accordion-item:last-child {
    border-bottom: none;
}
.off-canvas-sidebar-wrapper {
    padding: 30px;
}
.off-canvas-content .widget {
    margin-bottom: 30px;
}
.off-canvas-sidebar {
    background: #fff;
}
.widget-text p {
    font-size: 15px;
}
.textwidget .shop-grid-item {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.widget-text .shop-item-captions {
    width: calc(100% - 30px);
    margin-left: 5%;
}
.textwidget .shop-item-title {
    font-size: 1.1em;
}
.shop-item-captions .text-center {
    color: #fff;
}
.off-canvas-sidebar .btn-brand {
    color: #fff;
}
.off-canvas-sidebar .btn-brand:hover {
    background: #cce9eb;
    border-color: #cce9eb;
}
.off-canvas-close {
    font-size: 20px;
}
.phone1 {
    position: relative;
    float: left;
    width: 85px;
}
.phone1 .form-control {
    font-size: 0.8rem;
    padding: 0.5rem 0.6rem;
}
.phone2 {
    position: relative;
    float: left;
    width: calc(100% - 85px);
}
.required-input-empty {
    border-color: red;
    color: red;
}
.required-input-ready {
    border-color: #009900;
    background-image: url("../images/check_ikon.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 5% bottom 50%;
}
.customer-data-form .form-group {
    position: relative;
    margin-bottom: 16px;
}
.accordion-item-body h4 {
    font-size: 17px;
    padding-top: 10px;
}
.field-required {
    position: absolute;
    top: -16px;
    left: 10px;
    font-size: 11px;
    color: red;
    opacity: 0;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.field-required-show {
    opacity: 1;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.small-label {
    position: absolute;
    top: -16px;
    left: 10px;
    font-size: 11px;
    opacity: 0;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.small-label-show {
    opacity: 1;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
input[data-switch] {
    display: none;
}
input[data-switch]:checked+label {
    background-color: #c6177a;
}
input[data-switch]+label {
    width: 65px;
    height: 24px;
    background-color: #f1f3fa;
    background-image: none;
    border-radius: 2rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-weight: 600;
}
input[data-switch]+label:before {
    color: #313a46;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 600;
    font-size: .75rem;
    line-height: 24px;
    position: absolute;
    right: 3px;
    margin: 0 0.21667rem;
    top: 0;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
input[data-switch]+label:after {
    content: "";
    position: absolute;
    left: 4px;
    background-color: #adb5bd;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 18px;
    width: 18px;
    top: 3px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
input[data-switch]:checked+label:after {
    left: 44px;
    background-color: #f1f3fa;
}
input[data-switch]:checked+label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 4px;
}
.chackbox-text {
    position: absolute;
    left: 90px;
    top: 0px;
}
#companyInfo {
    height: 0px;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
#companyInfo .form-group {
    display: none;
}
#companyInfo2 {
    height: 0px;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
#companyInfo2 .form-group {
    display: none;
}
.companyinfo-show {
    height: 97px!Important;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.companyinfo-show .form-group {
    display: block!Important;
}
#shippingGLSInfo {
    height: 0px;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
#shippingGLSInfo .form-group {
    display: none;
}
.glsinfo-show {
    height: 194px!Important;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.glsinfo-show .form-group {
    display: block!Important;
}
.c-checkbox {
    margin-bottom: 20px;
}
.form-control-hidden {
    display: none;
}
.checkout-basket-box {
    position: relative;
    float: left;
    width: 100%;
    padding: 25px;
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 30px;
}
.checkout-basket-box-head50 {
    position: relative;
    float: left;
    width: 50%;
}
.checkout-basket-box .cart-table > tbody > tr > td {
    border-top: none;
    border-bottom: 1px solid #ddd;
}
.checkout-basket-box .cart-table {
    border: 0;
}
.checkout-basket-box .cart-table img {
    max-width: 60px;
    max-height: 60px;
}
.hr-ddd {
    border-top: 1px solid #ddd;
}
.hr-a0a {
    border-top: 1px solid #A0A0A0;
}
.summary-row {
    display: flex;
    justify-content: space-between;
}
.summary-col {
    display: flex;
}
.summary-box1 {
    position: relative;
    width: 70%;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
}
.summary-box2 {
    position: relative;
    width: 30%;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    justify-content: right;
}
.summary-box1 h5, .summary-box2 h5 {
    font-size: 16px;
}
.summary-box1 i, .summary-box1 svg {
    color: #1dc116;
}
.form-check-input {
    margin-left: 0px;
    width: 25px;
    height: 25px;
}
.customer-data-form .form-check-input {
    position: absolute;
}
.customer-data-form textarea {
    height: auto;
}
.form-check-input + label {
    font-size:13px;
    float: left;
    margin-left: 36px;
    margin-top: 7px;
}

.form-check-input + span {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #495057;
    border-radius: 50%;
    background-color: #fff;
    cursor:pointer;
}
.module {
    padding: 50px 0 50px;
}
label {
    font-size: 12px;
}
.in-page-table > tbody > tr > td {
    padding: 5px 15px;
}
.review-box {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.comment-meta-author, .comment-meta-author-shop {
    font-weight: 600;
    color: #222;
}
.comment-meta-date, .comment-meta-date-shop {
    color: #788487;
    opacity: .6;
}
.page-img {

}
.row-post-masonry .post-header .post-title {
    font-size: 30px;
    margin-bottom: 14px;
}
.post-header .post-title {
    font-weight: 600;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 8px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 8px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.form-control-hidden {
    display: none;
}
.webdevon-btn-standard, .webdevon-btn-success {
    font-size: 1rem;
    line-height: 1.5;
    width: 100%;
}
.cust-qt {
    width: 60px;
    text-align: center;
}
.cust-pr {
    width: 100px;
    font-weight: 700;
    text-align: right;
}
.cust-tpr {
    font-weight: 700;
    text-align: right;
}
.absolute-dialog {
    margin: 0;
    margin-left: -300px;
    margin-top: -190px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.absolute-dialog .modal-content {
    width: 600px;
    min-height: 380px;
}
.absolute-dialog h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--theme-standard-button-color);
}
.input-alert {
    border-color: var(--theme-link-color); 
    box-shadow: 5px 6px 6px rgba(102, 45, 145, 0.25);
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none;
    }
    .companyinfo-show {
        height: 194px!Important;
    }
    .box-image {
        margin-bottom: 25px;
    }
    .go-down .icon-box-icon br {
        display: block;
    }
    .page-img {
        margin-bottom: 20px;
    }
    .cart-table-body {
        flex-wrap: wrap;
    }
    .cart-table-head {
        display: none;
    }
    .col-title {
        width: calc(100% - 68px);
    }
    .col-unit-price {
        display: none;
    }
    .col-quantity {
        width: 70%;
        justify-content: start;
        padding-left: 76px;
        padding-top: 0px;
    }
    .col-price {
        width: 30%;
        padding-top: 0px;
    }
    .in-shop .page-title {
        border-bottom: 1px solid #f1f1f1;
    }
    .absolute-dialog .modal-content {
        width: 400px;
    }
    .absolute-dialog {
        margin-left: -200px;
    }
}

@media (max-width: 575.98px) {
    .off-canvas-sidebar {
        width: 100%;
        right: -700px;
    }
    .off-canvas-sidebar-open .off-canvas-sidebar {
        transform: translateX(-700px);
    }
    .off-canvas-header {
        margin-bottom: 0px;
    }
    .off-canvas-sidebar-wrapper {
        padding: 15px 30px;
    }
    .accordion-item-header2 h6 {
        max-width: 70%;
    }
}

@media only screen and (max-width: 429px) {
    .absolute-dialog .modal-content {
        width: calc(100% - 10px);
    }
    .absolute-dialog {
        margin-left: calc(-50% + 10px);
    }
}