
.btn {
    padding: 10px;
    font-size: 13px;
    font-weight: normal;
    position: relative;
    border-radius: 10px;
    color: #212121;
    border: 0;
    outline: 0;
}

.btn-light {
    box-shadow: 0 2px 6px #e6ecf1;
    background-color: #e3eaef;
    border-color: #e3eaef;
    color: #191d21;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.disabled:hover,
.btn-light.disabled:focus,
.btn-light.disabled:active {
    background-color: #c3d2dc !important;
}

.btn-dark {
    box-shadow: 0 2px 6px #bac0c6;
    background-color: #191d21;
    border-color: #191d21;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.disabled:hover,
.btn-dark.disabled:focus,
.btn-dark.disabled:active {
    background-color: black !important;
}

.btn-success {
    box-shadow: 0 2px 6px #a8f5b4;
    background-color: #63ed7a;
    border-color: #63ed7a;
    color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active {
    background-color: #4cea67 !important;
    color: #fff !important;
}

.btn-info {
    box-shadow: 0 2px 6px #82d3f8;
    background-color: #3abaf4;
    border-color: #3abaf4;
    color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active {
    background-color: #0da8ee !important;
}

.btn-primary {
    box-shadow: 0 2px 6px #82d3f8;
    background-color: #3abaf4;
    border-color: #3abaf4;
    color: #fff;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary.disabled:active,
.btn-primary.disabled:hover {
    background-color: #394eea !important;
}

.btn-danger {
    box-shadow: 0 2px 6px #fd9b96;
    background-color: #f7858d ;
    border-color: #f7858d ;
    color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active {
    background-color: #fb160a !important;
}

.btn-warning {
    box-shadow: 0 2px 6px #ffc473;
    background-color: #ffa426;
    border-color: #ffa426;
    color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active {
    background-color: #ff990d !important;
    color: #fff !important;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary-cm {
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    border-radius: 10px;
    color: #fff;
    border: 0;
    outline: 0;
    background-color: #f7858d;
    overflow: hidden;
    cursor: pointer;
}

.btn-primary-cm:hover {
    color: #fff;
}

.btn-primary-cm.btn-with-icon {
    padding-right: 50px;
}

.btn-primary-cm.btn-with-icon.w-100 {
    padding-right: 0;
}

.btn-primary-cm.btn-with-icon::before {
    content: '';
    width: 44px;
    height: 140%;
    position: absolute;
    right: 0;
    top: -10px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 60px 0 0 60px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-primary-cm.btn-with-icon:hover::before {
    width: 110%;
}

.btn-primary-cm.btn-with-icon img {
    width: 24px;
    position: absolute;
    right: 10px;
}

.btn-primary-cm.btn-with-icon i {
    position: absolute;
    right: 10px;
    font-size: 23px;
    top: 7px;
}

.dir-rtl {
    direction: rtl;
}

.dir-ltr {
    direction: ltr;
}
/* End Single-Product-Comment------------ */
.nav-pills .nav-link {
    border-radius: .25rem;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #6f7479;
    background: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #f7858d;
}
.auth-wrapper {
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.auth-wrapper .section-title {
    padding: 0 15px;
}

.auth-wrapper .form-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: rgba(132, 132, 132, 0.08);
    padding: 25px 0;
}

.form-ui form {
    padding: 20px;
    max-width: 380px;
    margin: 0 auto;
}

.blog-comment form {
    max-width: unset;
    margin: 0;
}

.form-ui .form-row-title {
    margin-top: 20px;
}

.form-ui .form-row-title:first-child {
    margin-top: 0;
}

.form-ui .form-row-title h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.form-ui .form-row-title h4 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.form-ui .form-row.with-icon {
    position: relative;
}

.form-ui .form-row .input-ui {
    width: 100%;
    height: 45px;
    margin: auto;
    background-color: #f5f5f5;
    border: 0;
    border-radius: 10px;
    outline: none;
    text-align: right;
}

.form-ui .form-row .input-ui.placeholder-right::placeholder {
    text-align: right;
    padding-right: .5rem !important;
}

.form-ui .form-row.with-icon i {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 20px;
    color: #979797;
    transform: translateY(-50%);
}

.form-ui .form-row textarea {
    height: 120px !important;
    padding-top: 10px;
}

.form-ui .custom-select-ui {
    width: 100%;
}

.form-ui .custom-select-ui .nice-select {
    width: 100%;
    padding-right: 18px;
    padding-left: 30px;
    border-radius: 10px;
    clear: none;
}

.form-ui .custom-select-ui .nice-select .current {
    float: right;
}

.form-ui .custom-select-ui .nice-select:after {
    left: 12px;
    right: auto;
}

.form-ui .custom-select-ui .nice-select:active,
.form-ui .custom-select-ui .nice-select.open,
.form-ui .custom-select-ui .nice-select:focus {
    border-color: #dbdbdb;
}

.form-ui .custom-select-ui .nice-select.right .list {
    width: 100%;
    height: 160px;
    overflow-y: auto;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
    box-shadow: 0 10px 30px 0 rgba(31, 45, 61, .1);
}

.form-ui .custom-select-ui .nice-select .option {
    padding-right: 18px;
    padding-left: 29px;
    text-align: right;
}

.form-ui .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 26px;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
}

.form-ui .custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 26px;
    color: #495057;
    content: "بارگذاری";
    background-color: #e9ecef;
    border-right: inherit;
    border-left: 0;
    border-radius: 10px 0 0 10px;
}

.form-ui .custom-file-input:focus~.custom-file-label {
    border-color: #e0e0e2;
    box-shadow: unset;
}

.form-ui .form-footer a {
    color: #f7858d;
    font-weight: bold;
    border-bottom: 1px dashed #f7858d;
}

.circle-box-icon {
    width: 100px;
    height: 100px;
    margin: 20px auto;
    line-height: 100px;
    font-size: 50px;
    background-color: #edf0f5;
    border-radius: 50%;
    color: #ABABAB;
    text-align: center;
}

.numbers-verify {
    width: 100%;
}

.numbers-verify .lines-number-input {
    border-radius: 5px;
    background: #fff;
    color: #717171;
    font-size: 14px;
    line-height: 1.571;
    padding: 11px 12px;
    width: 100%;
    text-align: center;
    direction: ltr;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

.numbers-verify .lines-number-input .line-number {
    display: inline-block;
    width: 40px;
    height: 30px;
    border: 0;
    border-bottom: 4px solid #c8c8c8;
    margin: 0 7px;
    outline: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

#countdown-verify-end {
    display: inline-block;
    margin-bottom: 0;
}

#countdown-verify-end span {
    float: left;
}

#countdown-verify-end span.day {
    display: none;
}

#countdown-verify-end span.hour {
    display: none;
}

#countdown-verify-end a.btn-link-border {
    float: right;
    margin-top: -1px;
    color: #f7858d;
    font-weight: bold;
}

#countdown-verify-end a.btn-link-border:after {
    border-color: #f7858d;
}

/* ------------ Start Profile */

.profile-sidebar-header .profile-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.profile-sidebar-header .profile-header-content .profile-username {
    font-size: 16px;
    font-weight: bold;
}

.profile-sidebar-header .profile-header-content .profile-phone {
    color: #b9b9b9;
    font-size: 13px;
}

.profile-sidebar-header .profile-point {
    border-bottom: 1px solid #ededed;
}

.profile-sidebar-header .profile-point .label-profile-point {
    color: #00BFD6;
    font-size: 16px;
    font-weight: bold;
}

.profile-sidebar-header .profile-point .value-profile-point {
    color: #b9b9b9;
    font-weight: bold;
}

.profile-sidebar-header .profile-link a {
    display: block;
    width: 100%;
    height: 100%;
    color: #7b7b7b;
}

.profile-sidebar-header .profile-link a:hover {
    color: #00BFD6;
}

.profile-sidebar .profile-menu-section .label-profile-menu {
    font-size: 16px;
    font-weight: bold;
}

.profile-sidebar .profile-menu-section .profile-menu ul li {
    list-style: none;
}

.profile-sidebar .profile-menu-section .profile-menu ul li a {
    display: block;
    padding: 10px 5px;
    color: #7b7b7b;
}

.profile-sidebar .profile-menu-section .profile-menu ul li a.active,
.profile-sidebar .profile-menu-section .profile-menu ul li a:hover {
    color: #00BFD6;
    background-color: #f6ffff;
}

.profile-sidebar .profile-menu-section .profile-menu ul li a i {
    float: right;
    font-size: 19px;
    margin: -3px 4px;
}

.user-menu .btn:not(:disabled):not(.disabled).active,
.user-menu .btn:not(:disabled):not(.disabled):active,
.user-menu .show>.btn.dropdown-toggle {
    color: #fff;
    box-shadow: 0 2px 6px #a8f5b4 !important;
    background-color: #63ed7a !important;
    border-color: #63ed7a !important;
}

.user-menu .btn.focus,
.user-menu .btn:focus {
    box-shadow: none;
}

.user-menu-responsive .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    text-align: right;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    transform: translate3d(0, 39px, 0px) !important;
}

.user-menu-responsive .dropdown-menu a {
    padding: 7px;
    font-size: 14px;
}

.profile-navbar {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.profile-navbar .profile-navbar-btn-back {
    background: none;
    height: 56px;
    border: none;
    border-left: 1px solid #dfdfdf;
    margin-left: 15px;
    font-size: 13px;
    line-height: 2.2;
    letter-spacing: -.2px;
    color: #767676;
    padding: 36px 0 0 16px;
    cursor: pointer;
    position: relative;
}



.profile-navbar h4 {
    font-size: 21px;
    line-height: 23px;
    color: #858585;
}

.profile-navbar h4 span {
    display: block;
    font-size: 12px;
    line-height: 1.833;
    letter-spacing: -.3px;
    margin-top: 5px;
    margin-bottom: -5px;
    color: #acacac;
}

.profile-navbar h4 span.font-en {
    display: inline-block;
    color: #858585;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 17px;
    font-weight: bold;
}

.profile-section {
    height: 210px;
    padding: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.profile-section .label-info {
    color: #b9b9b9;
    font-size: 12px;
    font-weight: bold;
}

.profile-section .value-info {
    color: #4a5f73;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.profile-section .list-favorites li {
    display: flex;
    vertical-align: middle;
    height: 60px;
    list-style: none;
    padding: 10px;
    border: 1px solid #ededed;
    border-radius: 10px;
    margin-bottom: 8px;
    position: relative;
}

.profile-section .list-favorites li a {
    display: inline-block;
}

.profile-section .list-favorites li a span {
    width: 310px;
    color: #7b7b7b;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.profile-section .list-favorites li a span:hover {
    color: #00BFD6;
}

.profile-section .list-favorites li a img {
    width: 40px;
    height: 40px;
    border-radius: 25px;
}

.profile-section .list-favorites li button {
    position: absolute;
    left: 10px;
    top: 12px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 20px;
    border: 0;
    border-radius: 12px;
    background-color: #edf0f5;
    color: #f7858d;
    outline: none;
    cursor: pointer;
}

a.border-bottom-dt {
    color: #f7858d;
    font-weight: bold;
    border-bottom: 1px dashed #f7858d;
}

.profile-section .profile-section-link {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
    text-align: center;
}

.table-responsive {
    background-color: #fff;
}

.table-order {
    margin-bottom: 0;
}

.table-order thead {
    background-color: #00BFD6;
    color: #fff;
}

.table-order td,
.table-order th {
    text-align: center;
    vertical-align: middle;
}

.table-order thead th {
    border: 0;
}

.table-order td.details-link,
.table-order td.link-to-orders {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.table-order td.details-link a {
    display: block;
    font-size: 30px;
    border-radius: 50%;
    color: #a9a9a9;
}

.table-order td.details-link:hover {
    background-color: #e5e5e5;
}

.table-order td.link-to-orders a {
    display: block;
    color: #535353;
}

.table-order td.link-to-orders:hover {
    background-color: #e5e5e5;
}

.table-order-details td {
    border-left: 1px solid #ededed;
}

.table-order-details .details-product-area {
    display: flex;
    align-items: center;
}

.table-order-details img.thumbnail-product {
    width: 60px;
    margin-left: 7px;
}

.table-order-details .details-product {
    font-size: 13px;
    line-height: 2;
    letter-spacing: -.7px;
    text-align: right;
    text-overflow: ellipsis;
    width: 160px;
    overflow: hidden;
    position: relative;
}

.table-order-details .details-product::before {
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 81%);
    display: block;
}

.table-order-details .details-product span {
    display: block;
    font-size: 12px;
    line-height: 1.833;
    color: #acacac;
    letter-spacing: 0;
}

.table-draught div {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 36px;
    border-bottom: 1px solid #ededed;
}

.table-draught div:last-child {
    border-bottom: 0;
}

.table-draught div span.title {
    display: block;
    color: #00BFD6;
    font-size: 17px;
    font-weight: bold;
}

.table-draught div span.value {
    color: #666;
    font-size: 15px;
    font-weight: 600;
}

.profile-order-steps-item {
    height: 160px;
    position: relative;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4;
    text-align: center;
}

.profile-order-steps-item.is-active::before {
    content: "\F63D";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family:  "bootstrap-icons" !important;;
    font-size: 25px;
    color: #009ec9;
    z-index: 1;
}

.profile-order-steps-item.is-active::after {
    content: "";
    position: absolute;
    right: 55%;
    bottom: 16px;
    width: 96%;
    height: 3px;
    margin: auto;
    background-color: #009ec9;
    z-index: -1;
}

.profile-order-steps-item img {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    max-width: 140px;
    margin: auto;
}

.profile-order-steps-item span {
    white-space: nowrap;
    margin-top: 10px;
    color: #6f6f6f;
}

.profile-order-steps-item.is-active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.profile-order-steps-item.is-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.profile-order-steps-item.is-active span {
    color: #009ec9;
}

.profile-order-steps.owl-carousel .owl-nav .owl-prev,
.profile-order-steps.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
    border-radius: 50%;
}

.profile-order-steps.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
}

.profile-order-steps.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -20px;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
}

.profile-order-steps.owl-carousel .owl-nav .disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: all;
}

.profile-order-steps.owl-carousel .owl-nav .owl-prev i,
.profile-order-steps.owl-carousel .owl-nav .owl-next i {
    font-size: 40px;
    color: #6a6a6a;
    line-height: 40px;
}

.additional-info form {
    max-width: 100%;
}

/* End Profile------------ */

/* ------------ Start Cart */

.cart-empty {
    text-align: center;
}

.cart-empty p.cart-empty-title {
    color: #858585;
    font-size: 28px;
}

.cart-empty .cart-empty-links a {
    position: relative;
    margin-left: 6px;
    margin-right: 6px;
}

.cart-empty .cart-empty-links a::after {
    content: '';
    position: absolute;
    left: -9px;
    top: 0;
    height: 100%;
    border-left: 1px solid #d5d5d5;
}

.cart-empty .cart-empty-links a:last-child::after {
    display: none;
}

/*------------------------------------
    Compare
------------------------------------*/
.compare-quick-title {
    color: #4d4d4d;
    font-size: 19px;
    line-height: 1.158;
    margin-bottom: 25px;
    letter-spacing: -.3px;
    position: relative;
    padding-right: 19px;
}

.compare-quick-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 0;
    border-color: transparent #00bfd6 transparent transparent;
    border-style: solid;
    border-width: 7px 7px 7px 0;
}

.compare-quick-list {
    list-style: none;
    padding: 0;
    margin-bottom: 47px;
    background-color: #fff;
}

.compare-quick-list>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0;
}

.compare-list-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.692;
    padding: 9px 26px;
    background-color: #eaeaea;
    font-weight: 700;
}

.compare-list-value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    border-right: 1px solid #e4e4e4;
}

.compare-list-value:first-child {
    border-right: none;
}

.compare-list-value .block {
    padding: 14px 18px 12px;
    font-size: 14px;
    line-height: 1.571;
    color: #4d4d4d;
    letter-spacing: -.3px;
    min-height: 47px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.features-checkout-slider .item {
    text-align: center;
}

.features-checkout-slider .item a {
    display: block;
}

.features-checkout-slider .item img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 10px auto 10px;
}

.features-checkout-slider .item .title-feature-checkout-slider {
    font-size: 13px;
    line-height: 1.692;
    color: #606060;
    letter-spacing: .2px;
}

.features-checkout-slider.owl-carousel .owl-nav .owl-prev,
.features-checkout-slider.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
    border-radius: 50%;
}

.features-checkout-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -20px;
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
}

.features-checkout-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -20px;
    color: #a8a8a8;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.2);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.2);
}

.features-checkout-slider.owl-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: auto;
    pointer-events: all;
}

.features-checkout-slider.owl-carousel .owl-nav .owl-prev i,
.features-checkout-slider.owl-carousel .owl-nav .owl-next i {
    font-size: 25px;
    color: #000;
    line-height: 40px;
}

.tab-cart-page .nav-tabs {
    border: 0;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.tab-cart-page a {
    width: 50%;
    text-align: center;
    color: #818181;
    padding: 8px;
    height: 42px;
    border-radius: 0 !important;
    border: 0 !important;
}

.tab-cart-page a:first-child {
    border-left: none !important;
    border-radius: 0 5px 0 0 !important;
}

.tab-cart-page a:last-child {
    border-radius: 5px 0 0 0 !important;
}

.tab-cart-page a.active {
    color: #000;
    font-weight: bold;
    background-color: #fff !important;
    border-bottom-color: #f7858d !important;
}

.tab-cart-page a span.count-cart {
    color: #f8f8f8;
    background-color: #f7858d;
    margin-right: 4px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.checkout-content {
    margin: 0 0 10px;
    background-color: #fff;
    border-radius: 8px;
}

.checkout-header {
    display: flex;
    align-items: center;
    margin: 0 16px;
    padding: 12px 24px 12px 0;
    border-bottom: 1px solid #fff;
    position: relative;
}

.checkout-header--express {
    color: #f7858d;
    border-bottom-color: #f7858d;
}

.checkout-header:before {
    font-size: 24px;
    position: absolute;
    right: 0;
}

.checkout-header--express:before {
    content: "\F787";
    font-family:  "bootstrap-icons" !important;;
    font-size: 18px;
}

.checkout-header .checkout-add-all-to-cart {
    font-size: 12px;
    line-height: 1.833;
    font-weight: 700;
    margin-right: auto;
    cursor: pointer;
}

.checkout-header-title {
    margin-right: 8px;
    color: #858585;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5;
}

.checkout-header-extra-info {
    margin-right: 8px;
    color: #a1a3a8;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.5;
}

.checkout-item {
    border-top: 1px solid #eaeaea;
    text-align: center;
    overflow: hidden;
}

.checkout-item:first-child {
    border-top: none;
}

.checkout-item td,
.checkout-item th {
    border: 0;
}

.checkout-item td {
    position: relative;
    vertical-align: middle;
}

.checkout-btn-remove {
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 23px;
    font-size: 20px;
    text-align: center;
    border: none;
    border-radius: 13px;
    color: #999;
    background: #f5f5f5;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    outline: none !important;
}

.checkout-title {
    border-bottom: 1px solid #ececec;
    color: #656565;
    padding: 17px 0;
    font-size: 18px;
    font-weight: bold;
}

.checkout-title {
    font-size: 15px;
    line-height: 1.88;
    margin-bottom: 15px;
    border-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    max-width: 320px;
}

.checkout-title::before {
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, white 81%);
    display: block;
}

.checkout-dealer {
    font-size: 13px;
    line-height: 1.692;
    margin: 7px 0;
}

.checkout-guarantee,
.checkout-special-deal {
    font-size: 12px;
    line-height: 1.833;
    margin: 7px 0;
}

.checkout-variant {
    font-size: 13px;
    line-height: 1.692;
    margin: 7px 0;
}

.checkout-variant-value {
    position: relative;
    margin-right: 8px;
}

.checkout-variant--color .checkout-variant-value {
    padding-left: 25px;
}

.checkout-variant--color .checkout-variant-shape {
    width: 17px;
    height: 17px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    position: absolute;
    left: 0;
    top: 3px;
}

.checkout-save-for-later {
    text-align: right;
    color: #009ec9 !important;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.833;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 1px solid #c8c8d6;
    border-radius: 5px;
    display: inline-flex;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input span {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input span:before,
.number-input span:after {
    display: block;
    position: absolute;
    content: '';
    width: 1rem;
    height: 2px;
    background-color: #c8c8d6;
    top: 15px;
    right: 5px;
}

.number-input span.plus:after {
    transform: translate(0, 0) rotate(90deg);
}

.number-input input[type=number] {
    max-width: 30px;
    padding: 0.5rem;
    border: solid #c8c8d6;
    border-width: 0 1px;
    font-size: 18px;
    height: 30px;
    font-weight: bold;
    text-align: center;
}

.checkout-summary-summary {
    list-style: none;
    padding: 15px 10px;
    color: #515151;
    margin-bottom: 0;
}

.checkout-summary-summary li {
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
}

.checkout-summary-summary li:last-child {
    padding-bottom: 0;
}

.checkout-summary-summary li span:first-child {
    font-weight: bold;
}

.checkout-summary-summary li span:last-child {
    margin-right: auto;
}

.checkout-summary-discount {
    font-size: 14px;
    line-height: 1.571;
    color: #009ec9;
}

.checkout-summary-summary .help-sn:first-of-type {
    font-size: 18px;
    line-height: 31px;
    letter-spacing: -.4;
    text-align: right;
    direction: rtl;
    color: #777676;
}

.checkout-summary-summary .help-sn:last-of-type {
    margin-right: 5px;
}

.help-arrow {
    position: absolute;
    top: -8px;
    right: 16px;
    width: 13.7px;
    height: 13.7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #fff;
    -webkit-box-shadow: inset -1px -1px 0 0 #b8b8b8;
    box-shadow: inset -1px -1px 0 0 #b8b8b8;
}

.help-container.is-right .help-arrow {
    left: 14px;
    right: unset;
}

.help-text {
    font-size: 13px;
    line-height: 1.692;
    font-weight: 400;
    letter-spacing: -.3px;
    text-align: right;
    direction: rtl;
    color: #777;
    margin-bottom: 0;
}

.help-sn .mdi {
    color: #ababab;
    font-size: 21px;
    line-height: 1.048;
    cursor: pointer;
}

.help-container {
    position: absolute;
    padding: 11px 11px 21px;
    min-width: 273px;
    max-width: 394px;
    -webkit-box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .3);
    box-shadow: 0 -6px 12px 0 hsla(0, 0%, 71%, .3);
    background-color: #fff;
    border: 1px solid #b8b8b8;
    z-index: 121;
}

.help-container.is-left {
    right: 0;
    left: auto;
}

.checkout-club-container {
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.checkout-summary-devider {
    padding: 0 10px;
}

.checkout-summary-devider div {
    width: 100%;
    height: 4px;
    border: 1px solid #e6e6e6;
    border-right: none;
    border-left: none;
}

.checkout-summary-content {
    padding: 15px 0;
    color: #a0a0a0;
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
}

.checkout-summary-price-title {
    text-align: center;
    color: #676767;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: normal;
}

.checkout-summary-price-value {
    text-align: center;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: normal;
    color: #f7858d;
}

.checkout-summary-price-value-amount {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 2;
    font-weight: 700;
}

.checkout-feature-aside-item {
    position: relative;
    font-size: 13px;
    line-height: 1.692;
    font-weight: 700;
    margin-bottom: 10px;
    list-style: none;
}

.checkout-feature-aside-item img {
    width: 24px;
    margin-left: 4px;
}

/* End Cart------------ */

/* ------------ Start Shopping */

.shopping-page header.header-shopping {
    position: relative;
    height: 110px;
    background-color: #fff;
}

.shopping-page header.header-shopping ul.checkout-steps {
    float: right;
    width: 100%;
    margin: 30px auto 18px;
    list-style: none;
    padding: 0;
    color: #a0a0a0;
    font-size: 13px;
    position: relative;
}

.shopping-page header.header-shopping ul.checkout-steps::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px;
    width: 75%;
    margin: 0 auto;
    height: 6px;
    background-color: #E8E8E8;
}

.shopping-page header.header-shopping .checkout-steps li {
    float: right;
    width: 25%;
    position: relative;
}

.shopping-page header.header-shopping .checkout-steps li.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: #f7858d;
    right: -50%;
    bottom: -20px;
    z-index: 1;
}

.shopping-page header.header-shopping .checkout-steps li a {
    color: #a0a0a0;
    font-weight: bold;
    position: relative;
}

.shopping-page header.header-shopping .checkout-steps li a.active {
    color: #f7858d;
}

.shopping-page header.header-shopping .checkout-steps li a::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -28px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d0d0d0;
    z-index: 1;
}

.shopping-page header.header-shopping .checkout-steps li a.active::after {
    background-color: #f7858d;
}

.shopping-page .checkout-contact {
    margin-bottom: 20px;
    position: relative;
}

.shopping-page .checkout-contact-content {
    padding: 20px 43px 22px 20px;
    position: relative;
    color: #6d6d6d;
}

.shopping-page .checkout-contact-content.hidden {
    display: none;
}

.shopping-page .checkout-contact-content:before {
    width: 5px;
    top: 0;
    bottom: 0;
    right: -1px;
    position: absolute;
    background-color: #f7858d;
    content: "";
}

.shopping-page .checkout-contact-items {
    padding: 0;
    list-style: none;
}

.shopping-page .checkout-contact-item {
    font-size: 12px;
    font-size: .857rem;
    line-height: 34px;
    position: relative;
}

.shopping-page .checkout-contact-item:first-child {
    margin-top: 0;
    margin-bottom: 5px;
}

.shopping-page .checkout-contact-btn-edit {
    line-height: 21px;
    font-size: 12px;
    margin-right: 11px;
    position: relative;
    color: #f7858d !important;
    border: none;
    border-bottom: 1px dashed #f7858d;
    background-color: transparent;
    font-weight: 700;
    cursor: pointer;
}

.shopping-page .checkout-contact-item-message,
.shopping-page .checkout-contact-item-mobile {
    display: inline-block;
    white-space: nowrap;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
}

.shopping-page .checkout-contact-item-mobile {
    padding-left: 10px;
    border-left: 1px solid #e4e4e4;
}

.shopping-page .checkout-contact-item:first-child {
    margin-top: 0;
    margin-bottom: 5px;
}

.shopping-page .checkout-contact-item-message {
    margin-right: 10px;
}

.shopping-page .checkout-contact-badge {
    width: 41px;
    height: 41px;
    background-color: #f3feff;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    border: 1px solid #f7858d;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    color: #f7858d;
}

.checkout-address {
    margin-bottom: 20px;
    position: relative;
    display: none;
    z-index: 1;
    border-radius: 8px;
}

.checkout-address.show {
    display: block;
}

.checkout-address-content {
    padding: 20px 40px 25px;
}

.checkout-address-headline {
    font-size: 15px;
    line-height: 1.467;
    font-weight: 700;
    margin-bottom: 21px;
}

.checkout-address-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
}

.checkout-address-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
}

.checkout-address-location {
    border: 4px dashed #b8b8b8;
    border-radius: 15px;
    background: #fff;
    letter-spacing: -.3px;
    color: #a0a0a0;
    min-height: 72px;
    height: 100%;
    font-size: 14px;
    font-size: 1rem;
    line-height: 2;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
}

.checkout-address-location strong {
    position: relative;
    display: block;
    padding: 14px 22px;
    max-width: 252px;
    font-size: 23px;
    font-size: 1.643rem;
    line-height: 1.913;
}

.checkout-address-box {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    padding: 10px 10px 55px;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
}

.checkout-address-box h5 {
    font-size: 17px;
    line-height: 29px;
    margin-top: 6px;
    letter-spacing: -.4px;
}

.checkout-address-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout-address-box p {
    font-size: 13px;
    font-size: .929rem;
    line-height: 2.62;
    margin-top: 5px;
    margin-bottom: 12px;
    color: #a0a0a0;
}

.checkout-address-box ul {
    list-style: none;
    font-size: 13px;
    font-size: .929rem;
    line-height: 2;
    color: #a0a0a0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
}

.checkout-address-btn-edit,
.checkout-address-btn-submit {
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
}

.checkout-address-btn-edit,
.checkout-address-btn-remove {
    color: #636363;
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    text-align: center;
    padding: 6px 25px;
    border: none;
    border-radius: 5px;
    background-color: #e3e3e3;
    cursor: pointer;
    font-weight: 700;
    outline: none;
}

.checkout-address-btn-remove {
    margin-right: 10px;
    padding: 6px 32px;
}

.checkout-address-btn-submit {
    background-color: #f5f5f5;
    padding: 6px 0;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 22px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    color: #636363;
    outline: none;
}

.checkout-address-btn-submit:hover {
    background-color: #F0F0F0;
}

.checkout-address-box.is-selected .checkout-address-btn-submit {
    background-color: #f7858d;
    border-top-color: #e0eff0;
    color: #fff;
}

.checkout-address-cancel {
    color: #8d8d8d;
    position: absolute;
    top: 20px;
    left: 15px;
    border: 2px solid #8d8d8d;
    background-color: transparent;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 20px;
    border-radius: 50%;
    outline: none;
}

.checkout-address-cancel::before {
    content: "×";
    font-size: 26px;
    vertical-align: middle;
}

.shopping-page .checkout-contact-location {
    padding: 3px 10px 4px;
    font-size: 14px;
    line-height: 25px;
    background-color: #edf0f5;
    position: absolute;
    border: none;
    top: 20px;
    left: 20px;
    border-radius: 10px;
    color: #666 !important;
    cursor: pointer;
}

#remove-location .remodal-general-alert-button {
    min-width: 124px;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    float: left;
    outline: none;
}

#remove-location .remodal-general-alert-button--cancel {
    background-color: #979ba7;
}

#remove-location .remodal-general-alert-button:first-of-type {
    margin-left: 20px;
}

#remove-location .remodal-general-alert-button--approve {
    background-color: #63d0df;
}

.products-compact-slider.owl-carousel .owl-nav .owl-prev,
.products-compact-slider.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset;
    outline: none;
    border-radius: 50%;
    font-size: 40px;
    color: #6a6a6a;
    line-height: 40px;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
}

.products-compact-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: -10px;
}

.products-compact-slider.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: -10px;
}

.products-compact-slider.owl-carousel .owl-nav .disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: all;
}

.shopping-page .checkout-tab-times {
    border: 1px solid #edf0f5;
    border-radius: 0 0 15px 15px;
    padding-bottom: 10px;
}

.shopping-page .checkout-tab-times ul.nav {
    padding: 0;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e3e3e3 !important;
}

.shopping-page .checkout-tab-times ul.nav li {
    text-align: center;
    position: relative;
    background-color: #f8f8f8;
}

.shopping-page .checkout-tab-times ul.nav a {
    margin-right: 0;
    padding: 11px 43px;
    border-left: 1px solid #e3e3e3 !important;
    border-bottom: 1px solid #e3e3e3 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    color: #000;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}

.shopping-page .checkout-tab-times ul.nav a.active {
    border: 0;
    border-left: 1px solid #e3e3e3 !important;
    border-bottom: 0 !important;
    background-color: #fff;
}

.shopping-page .checkout-tab-times ul.nav a.active::before {
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    width: 100%;
    height: 4px;
    background-color: #39e0cc;
}

.shopping-page .checkout-tab-times ul.nav a span {
    display: block;
    color: #c4c4c4;
}

.shopping-page .checkout-tab-times ul.nav a.disabled,
.shopping-page .checkout-tab-times ul.nav a.disabled span {
    color: #e6e6e6;
}

.shopping-page .checkout-time-table {
    padding: 18px;
    width: 100%;
}

.radio-box {
    width: 100%;
    float: right;
}

.radio-box label {
    position: relative;
    display: block;
    cursor: pointer;
    float: right;
}

.radio-box label::before {
    top: 15px;
}

.radio-box label::after {
    top: 15px;
}

.shopping-page .checkout-additional-options-checkbox-image {
    margin-left: 16px;
    cursor: pointer;
    width: 49px;
    height: 40px;
    float: right;
    font-size: 42px;
    line-height: 47px;
    text-align: center;
    color: #f7858d;
}

.radio-box .content-box {
    float: right;
}

.shopping-page .checkout-time-table-title-bar {
    font-size: 14px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: -.3px;
    color: #858585;
}

.shopping-page .checkout-time-table-title-bar-city {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    color: #000;
}

.shopping-page .checkout-time-table-title-bar-city>span {
    font-weight: 700;
}

.shopping-page .checkout-time-table-subtitle-bar {
    font-size: 11px;
    font-size: .786rem;
    line-height: 2;
    letter-spacing: -.2px;
    color: #a2a2a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

.shopping-page .checkout-time-table-subtitle-bar>:not(:last-child) {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #e0e0e0;
}

.checkout-order-summary .card {
    box-shadow: none;
    border: 0;
}

.checkout-order-summary-header {
    border-radius: 6px !important;
    background-color: #fcfcfc;
    padding: 9px 25px 9px 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #e7e7e7;
    margin: 10px !important;
    position: relative;
}

.checkout-order-summary-header button {
    display: block;
    width: 100%;
}

.checkout-order-summary-header button:focus,
.checkout-order-summary-header button:hover {
    text-decoration: none;
}

.checkout-order-summary-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.checkout-order-summary-header .checkout-order-summary-row {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.checkout-order-summary-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: unset;
}

.checkout-order-summary-col-post-time {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.7px;
    color: #858585;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkout-order-summary-col span {
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    vertical-align: middle;
    display: block;
    color: #919191;
}

.checkout-order-summary-col-how-to-send,
.checkout-order-summary-col-send-by,
.checkout-order-summary-col-shipping-cost {
    font-size: 14px;
    font-size: 1rem;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -.4px;
    color: #858585;
}

.checkout-order-summary-header button .icon-down {
    position: absolute !important;
    left: 20px;
    top: 20px !important;
    font-size: 24px;
    color: #858594;
}

.shopping-page .product-box {
    display: block;
    background: #fff;
    height: 100%;
    position: relative;
    padding: 10px;
    text-align: center;
}

.shopping-page .product-box-compact .product-box-img {
    height: 90px;
    padding: 0 10px 5px;
}

.shopping-page .product-box-compact .product-box-img img {
    max-width: 100%;
    max-height: 100%;
}

.shopping-page .product-box-title {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-size: .857rem;
    line-height: 30px;
    line-height: 22px;
    margin-top: 13px;
    height: 43px;
}

.shopping-page .product-box-compact .product-box-title {
    margin-top: 0;
    font-size: 11px;
    font-size: .786rem;
    line-height: 22px;
    letter-spacing: -.3px;
    position: relative;
    text-align: center;
}

.shopping-page .form-ui form {
    width: 100%;
    max-width: 90%;
    padding: 0;
}

.checkout-alert .failed {
    background-color: rgba(251, 52, 73, .18);
    color: #ff637d;
}

.checkout-alert .successful {
    background-color: hsla(84, 55%, 66%, 0.623);
    color: #9caf7e;
}

.checkout-alert-title h4 {
    color: #737373;
    font-size: 21px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: -.5px;
    text-align: center;
    margin-bottom: 10px;
}

.checkout-alert-highlighted {
    border-radius: 8px;
    padding: 3px 5px 0;
    margin: 0 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.checkout-alert-highlighted-success {
    color: #00bfd6;
    background-color: #ebfdff;
}

.checkout-alert-content p {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.67;
    color: #7d7d7d;
    text-align: center;
}

.checkout-alert-content-failed {
    color: #fb3449;
}

.checkout-alert-content-small {
    font-size: 12px;
    line-height: 2.08;
}

.checkout-alert-content-success {
    color: #4d663f;
    font-size: 14px;
    font-weight: bold;
}

.checkout-details-title h4 {
    font-size: 21px;
    line-height: 1.048;
    font-weight: 700;
    letter-spacing: -.7px;
}

.checkout-details-title h4 span {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.checkout-details-title p {
    font-size: 15px;
    line-height: 1.467;
    font-weight: 700;
    letter-spacing: -.5px;
    display: block;
    margin-top: 5px;
    color: #a0a0a0;
}

.checkout-details .text-highlight {
    padding: 4px 6px;
    margin: 0 3px;
    border-radius: 8px;
}

.checkout-details .text-highlight-error {
    color: #fb3449;
    background-color: #fff1f2;
}

.checkout-details .text-highlight-success {
    background-color: hsla(84, 55%, 66%, 0.26);
    color: #9caf7e;
}

.checkout-table {
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.checkout-table .row:first-of-type {
    background-color: #ededed !important;
}

.checkout-table .row div {
    padding: 20px 30px;
}

.checkout-table p {
    font-size: 18px;
    line-height: 1.222;
    letter-spacing: -.5px;
    color: #737373;
    margin-bottom: 0;
}

.checkout-table p span.red {
    color: #f63b4f;
}

.checkout-table p span.green {
    color: #9caf7e;
}

.checkout-orders-table {
    border-radius: 15px;
    -webkit-box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    box-shadow: 0 8px 13px -7px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    width: 100%;
}

.checkout-orders-table tr:first-of-type {
    background-color: #ededed !important;
}

.checkout-orders-table tr td {
    position: relative;
    border-left: 1px solid #f1f1f1;
    padding: 20px 30px;
}

.checkout-orders-table p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.222;
    letter-spacing: -.5px;
    color: #737373;
}

/* End Shopping------------ */

.modal {
    z-index: 1000001;
}

.modal-content {
    border-radius: 8px;
    border: none;
    box-shadow: none;
}

.modal-header {
    border: 0;
    position: relative;
}

.modal-header .modal-title,
.send-info-title {
    font-size: 18px;
}

.modal-header .modal-title i,
.send-info-title i {
    float: right;
    margin: 4px 0 4px 4px;
    color: #dbc7c7;
}

.modal .modal-header .close {
    color: #666;
    text-shadow: none;
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 10px;
    padding: 0;
    opacity: 1;
    position: absolute;
    left: 15px;
    top: 30px;
}

.modal-footer {
    border: 0;
}

.modal-backdrop.show {
    opacity: .2;
    z-index: 1000000;
}

.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    background-color: #fff;
    font-family: Shabnam;
}

.card-horizontal-product,
.card-horizontal-address {
    width: 100%;
    min-height: 180px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 27px 16px 16px 16px;
    margin-bottom: 15px;
    position: relative;
}

.card-horizontal-address {
    height: 257px;
}

.card-horizontal-address:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #00bfd6 48px, #ff7e7e 0) repeat-x;
    background-size: 96px 3px;
}

.card-horizontal-product .label-status-comment {
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: #f5fdf0;
    border: 1px solid #d0e3ca;
    border-radius: 4px;
    color: #9dbf9c;
    font-size: 11px;
    word-spacing: -1.5px;
    padding: 4px 10px;
}

.card-horizontal-product .card-horizontal-product-thumb {
    width: 28%;
    height: 100%;
    float: right;
    text-align: center;
    position: relative;
    margin-left: 2%;
}

.card-horizontal-product .card-horizontal-product-thumb img {
    max-width: 100%;
}

.card-horizontal-product .card-horizontal-product-content {
    width: 70%;
    height: 100%;
    float: right;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-title a {
    color: #212121;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-title h3 {
    font-size: 15px;
    line-height: 28px;
    white-space: pre-wrap;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment-title a {
    color: #212121;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment-title h3 {
    font-size: 15px;
    line-height: 28px;
    white-space: pre-wrap;
    font-weight: bold;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment {
    position: relative;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 60px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 75%;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment::after {
    content: "\F756";
    font-family:  "bootstrap-icons" !important;;
    font-size: 80px;
    color: #f6f6f5;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-comment p {
    font-size: 13px;
    width: 75%;
    height: 120px;
    overflow: hidden;
    white-space: pre-wrap;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-price {
    margin: 10px 0;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-price span {
    font-size: 16px;
    font-weight: bold;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons {
    text-align: left;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons span.count-like {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #efefef;
    color: #96949a;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons span.count-like i {
    color: #d5d7db;
    font-size: 18px;
    font-weight: normal;
    margin-left: 7px;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    border: 1px solid #19bfd3;
    background-color: #19bfd3;
    color: #fff;
    cursor: pointer;
    padding: 0 16px;
    text-align: center;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info:hover {
    background-color: #fff;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info {
    border: 1px solid #19bfd3;
    background-color: #fff;
    color: #19bfd3;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info:hover {
    border: 1px solid #19bfd3;
    background-color: #19bfd3;
    color: #fff;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-outline-info:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .remove-btn {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #a1a3a8;
    color: #a1a3a8;
    cursor: pointer;
    text-align: center;
    font-size: 25px;
    outline: none;
    float: left;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .btn-light {
    background-color: #e3e3e3;
    color: #000;
    border: 0;
}

.card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .label-card-horizontal-product {
    float: right;
    color: #f44336;
    margin: 5px 10px;
    font-size: 16px;
    font-weight: bold;
}

.card-horizontal-address .card-horizontal-address-desc {
    height: 120px;
    overflow: hidden;
    position: relative;
}

.card-horizontal-address .card-horizontal-address-desc::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 60px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
}

.card-horizontal-address .card-horizontal-address-desc h4 {
    font-size: 21px;
    line-height: 1.048;
    letter-spacing: -.4px;
    margin-bottom: 5px;
    color: #6d6d6d;
}

.card-horizontal-address .card-horizontal-address-desc p {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: -.3px;
    color: #979797;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.card-horizontal-address .card-horizontal-address-data {
    border-top: 1px solid #f4f4f4;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods {
    padding: 0;
    list-style: none;
    color: #979797;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods .card-horizontal-address-method {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    color: #979797;
    padding-right: 36px;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods .card-horizontal-address-method i {
    position: absolute;
    top: -7px;
    right: 0;
    font-size: 24px;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-actions {
    position: absolute;
    left: 15px;
    bottom: 20px;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-actions .btn-note {
    border: 0;
    border-radius: 5px;
    background-color: #e3e3e3;
    font-size: 14px;
    line-height: 1.571;
    color: #6d6d6d;
    padding: 5px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.card-horizontal-address .card-horizontal-address-data .card-horizontal-address-actions .btn-note:hover {
    opacity: 0.9;
    color: #717171;
}

.card-horizontal-address .checkout-address-location {
    display: block;
    text-align: center;
}

.card-horizontal-address .checkout-address-location strong {
    display: block;
    max-width: 100%;
}

.card-horizontal-address .checkout-address-location i {
    display: block;
    font-size: 40px;
}

/* ------------ Start Page */

.page p {
    color: #666;
    font-size: 16px;
    text-align: justify;
    line-height: 40px;
}

.page-cover {
    width: 100%;
    height: 400px;
    background: url(../img/theme/page-cover.jpg) top no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url(../files/page-cover.html) top no-repeat;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/theme/page-cover.jpg) top no-repeat;
    background-size: cover;
    margin-top: -23px;
}

.page-cover .page-cover-title h1 {
    padding: 70px 0 50px;
    font-size: 37px;
    line-height: 1.189;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1.2px;
    text-align: center;
}

.page-cover .form-ui form {
    padding: 20px;
    max-width: 480px;
    margin: 0 auto;
}

.page-cover .form-ui form .form-row input {
    width: 70%;
    margin: 0 0 0 10px;
}

.page-cover .form-ui form .form-row button {
    width: 27%;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.info-page-cats {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}

.info-page-cats .info-page-cat {
    padding: 25px;
    border-radius: 25px;
    margin-bottom: 1rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.info-page-cats .info-page-cat:hover .info-page-cat-title {
    font-weight: bold;
}

.info-page-cats .info-page-cat a {
    display: block;
    width: 100%;
    height: 150px;
    text-align: center;
}

.info-page-cats .info-page-cat .info-page-cat-icon {
    width: 120px;
    height: 120px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-page-cats .info-page-cat img {
    max-height: 100%;
    max-width: 100%;
}

.info-page-cats .info-page-cat span.info-page-cat-title {
    font-size: 14px;
    color: #000;
    transition: all .2s ease;
}

.page .filter-product .card {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.page .filter-product .card .card-header {
    margin-bottom: 15px;
    border: 1px solid #ededed;
    border-radius: 10px;
}

.page .filter-product .card:not(:first-of-type) .card-header:first-child {
    border-radius: 10px;
}

.page .filter-product .card-body {
    padding: 0 25px 25px;
    margin-bottom: 10px;
}

.page .filter-product p {
    list-style: unset;
    margin-bottom: 0;
}

.page ul {
    list-style: none;
    padding-right: 30px;
}

.page ul li {
    font-size: 13px;
    color: #3abaf4;
    font-weight: bold;
}

.page-question-not-found {
    background: url(../img/theme/page-cover-faq.jpg) no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6))), url(../img/theme/page-cover-faq.jpg) no-repeat;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/theme/page-cover-faq.jpg) no-repeat;
    height: 405px;
    background-size: cover;
    border: 1px solid #dedede;
    background-color: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, .11);
    padding: 30px 20px;
}

.page-question-not-found-text {
    font-size: 30px;
    line-height: 2.1;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
    width: 100%;
}

.page-question-not-found img {
    display: block;
    margin: 0 auto 40px;
}

.page-question-not-found .btn {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.page-question-not-found .page-contact-option-text {
    display: inline-block;
    font-size: 17px;
    line-height: 1.294;
    color: #fff;
    font-weight: 700;
}

.content-faq-question p {
    color: #666;
    font-size: 18px;
    text-align: justify;
    line-height: 40px;
}

.content-faq-question span {
    color: #2980b9;
}

.content-faq-question img {
    display: block;
    max-width: 100%;
    margin: 1.5rem auto;
}

/* End Page------------ */

/* ------------ Start Error-Page */

.error-page h1 {
    color: #4a5f73;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

.error-page img {
    display: block;
    margin: 1rem auto;
    max-width: 100%;
}

/* End Error-Page------------ */

/* main-content */

/* footer */

footer.main-footer {
    margin-top: 50px;
    background: #fff;
}

footer.main-footer .back-to-top {
    text-align: center;
    font-size: 20px;
    border-top: 1px solid #eceff1;
    padding: 10px 0;
    margin-bottom: 30px;
}

footer.main-footer .back-to-top a {
    color: #515151 !important;
    font-weight: bold;
    font-size: 16px;
}

footer.main-footer .back-to-top .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #edf0f5;
    color: #f7858d;
    border-radius: 50%;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    font-size: 35px;
}

footer.main-footer .footer-services {
    padding-bottom: 10px;
}

footer.main-footer .footer-services .service-item {
    text-align: center;
    position: relative;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #606060;
    letter-spacing: .2px;
    padding-bottom: 20px;
    margin: auto;
}

footer.main-footer .footer-services .service-item img {
    width: 58px;
    height: 58px;
    margin-bottom: 7px;
}

/* breadcrumb */

.title-breadcrumb-special {
    font-weight: bold;
    color: #000;
}

.title-breadcrumb-special .breadcrumb {
    background: transparent;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

.title-breadcrumb-special .breadcrumb nav {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.title-breadcrumb-special .breadcrumb a {
    color: #666;
    font-size: 13px;
    font-weight: bold;
    margin-left: 20px;
    position: relative;
}

.title-breadcrumb-special .breadcrumb a::after {
    content: '\F129';
    font-family:  "bootstrap-icons" !important;;
    font-size: 13px;
    font-weight: 300;
    position: absolute;
    top: -1px;
    left: -17px;
}

.title-breadcrumb-special .breadcrumb a:last-child::after {
    display: none;
}

.title-breadcrumb-special .breadcrumb a:hover {
    color: #246df8;
}

.title-breadcrumb-special .title-page h1 {
    font-size: 26px;
    font-weight: bold;
    margin: .75rem 0 .125rem;
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.title-breadcrumb-special .post-rating {
    direction: ltr;
    padding: 7px 0 0 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

.title-breadcrumb-special .post-rating .star-rate {
    float: left;
}

.title-breadcrumb-special .post-rating span {
    float: left;
    margin-right: 2px;
    font-size: 17px;
    width: 15px;
    height: 15px;
    background: url(../img/theme/star-empty.svg) no-repeat;
}

.title-breadcrumb-special .post-rating span.active {
    background: url(../img/theme/star.svg) no-repeat;
}

.tooltip-inner {
    font-family: Shabnam;
    line-height: 1.5em;
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.11);
    color: #555;
}

/* end breadcrumb */

/* content-desc */

.content-desc .post-meta {
    display: inline-block;
    font-size: 11px;
    padding-right: 24px;
    color: #8f8f8f;
}

.content-desc .post-meta a {
    color: #8f8f8f;
}

.content-desc .post-meta a:hover {
    color: #246df8;
}

.content-desc .post-thumbnail {
    text-align: center;
}

.content-desc .post-thumbnail img {
    max-width: 100%;
}

.content-desc ul {
    margin-right: 0 !important;
}

.content-desc ul li {
    list-style: none;
    margin-bottom: 10px;
}

/* end content-desc */

/* sidebar */

.sidebar .title-sidebar {
    padding: 5px 0;
    border-bottom: 1px solid #f6f6f6;
}

.sidebar .title-sidebar h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    word-spacing: -1.5px;
}

.sidebar .content-sidebar .item {
    margin-bottom: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #f6f6f6;
}

.sidebar .content-sidebar .item .item-thumb {
    margin-left: 13px;
    float: right;
    margin-right: auto;
}

.sidebar .content-sidebar .item .item-thumb a {
    display: inline-block;
    width: 86px;
    margin-left: 0;
    margin-right: auto;
    height: 57px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}

.sidebar .content-sidebar .item p.title a {
    font-weight: 400;
    line-height: 18px;
    font-size: 13px;
    text-align: inherit;
    text-transform: none;
    color: #383838;
}

.sidebar .content-sidebar .item p.title a:hover {
    color: #5e72e4;
}

.sidebar .content-sidebar .item .item-meta,
.sidebar .content-sidebar .item .item-meta a {
    font-weight: 400;
    font-size: 11px;
    text-transform: none;
    color: #aeaeae;
}

.sidebar .category-list,
.sidebar .category-list ul {
    list-style: none;
}

.sidebar .category-list li {
    margin-bottom: 7px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.sidebar .category-list li a {
    position: relative;
    padding-right: 20px;
    color: #545454;
}

.sidebar .category-list a::before {
    content: '\F141';
    font-family:  "bootstrap-icons" !important;;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 0;
}

.sidebar .category-list li a:hover {
    color: #0cf;
}

.sidebar .category-list li ul {
    margin: 7px 15px 7px 0;
}

.sidebar .tag-list {
    list-style: none;
}

.sidebar .tag-list li {
    display: inline-block;
    margin: 7px 3px 10px;
}

.sidebar .tag-list li a {
    padding: 5px 10px;
    font-size: 12px;
    background-color: #f5f5f5;
    border-radius: 15px;
}

.sidebar .tag-list li a:hover {
    color: #f44336;
}

/* post-card */

.post-card {
    margin: auto auto 50px;
    padding: 10px;
    max-width: 270px;
    height: 200px;
    min-height: 50px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.post-card .post-thumbnail {
    position: relative;
    overflow: hidden;
    height: 140px;
    padding: 0 10px 20px 10px;
    top: -40px;
    left: -10px;
}

.post-card .post-thumbnail a {
    display: block;
    height: 100%;
}

.post-card .post-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #eee;
}

.post-card .post-thumbnail .post-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fefefe;
    z-index: 1;
    font-size: 11px;
    padding: 3px 10px 1px 10px;
    border-radius: 3px;
}

.post-card .post-title {
    position: relative;
    top: -50px;
    text-align: right;
    line-height: 24px;
    height: 90px;
    overflow: hidden;
}

.post-card .post-title a {
    color: #000;
}

.post-card .post-title a:hover {
    color: #f44336;
}

.post-card .post-title>span {
    position: absolute;
    bottom: 0;
    left: 8px;
    display: inline-block;
    font-size: 11px;
    font-family: Shabnam;
    font-weight: 300;
    margin-top: 10px;
}

/* end post-card */

/* end sidebar */

@media (max-width: 576px) {
    .footer-services .service-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 5px;
    }
}

.widget {
    background: #fff;
    padding: 15px;
    border: none;
    margin-bottom: 15px;
    overflow: unset;
}

.widget .card-header {
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
    margin-bottom: 15px;
    border: 0;
}

footer.main-footer .widget-menu {
    background: 0 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 15px;
}

footer.main-footer .widget-menu .card-header {
    border-bottom: 0;
}

footer.main-footer .widget-menu .card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

footer.main-footer .widget-menu .footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.main-footer .widget-menu .footer-menu li {
    line-height: 30px;
}

footer.main-footer .widget-menu .footer-menu li a {
    color: #666;
}

footer.main-footer .newsletter {
    margin-top: 30px;
}

footer.main-footer .newsletter form {
    position: relative;
}

footer.main-footer .newsletter form .form-control {
    font-family: Shabnam;
    font-size: 13px;
    border-radius: 7px;
    color: #515151;
    padding: 7px !important;
    line-height: 2 !important;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    border: 0;
    transition: all .2s ease-out;
}

footer.main-footer .newsletter form .btn {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    border-radius: 7px;
    font-family: Shabnam;
    background-color: #f7858d;
    padding-right: 15px;
    padding-left: 15px;
    color: #fff;
    line-height: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer.main-footer .newsletter form .btn:focus,
footer.main-footer .newsletter form .btn:active {
    background-color: #f7858d;
    box-shadow: none !important;
}

footer.main-footer .newsletter form .btn:hover {
    background-color: #f7858d !important;
    box-shadow: none !important;
}

footer.main-footer .socials {
    margin-top: 30px;
}

footer.main-footer .socials .footer-social ul li {
    display: inline-block;
    list-style: none;
}

footer.main-footer .socials .footer-social ul li a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #666;
    font-size: 20px;
    text-align: center;
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
    box-shadow: 0 2px 6px 0 rgba(51, 73, 94, 0.1);
}

footer.main-footer .socials .footer-social ul li a i {
    margin: 0;
}

footer.main-footer .socials .footer-social ul li a:hover {
    background-color: #f7858d;
    color: #fff;
}

footer.main-footer .socials .footer-social a i {
    margin-left: 4px;
}

footer.main-footer .info {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
}

footer.main-footer .info a {
    padding: 3px;
}

footer.main-footer .info div {
    margin-bottom: 10px;
}

footer.main-footer .info div.row {
    margin-bottom: 0;
}

footer.main-footer .description {
    padding: 15px 0 0;
}

footer.main-footer .description .site-description .site-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #5d5959;
}

footer.main-footer .description .site-description p {
    text-align: justify;
    font-size: 12px;
    margin-bottom: 0;
    color: #535353;
}

footer.main-footer .description .symbol {
    text-align: center;
}

footer.main-footer .description .symbol a {
    padding: 15px;
    background: #f0f0f0;
    border: 1px solid #e5e5ea;
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
}


footer.main-footer .copyright {
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
}

footer.main-footer .copyright p {
    margin-bottom: 0;
    padding-top: 15px;
}

footer.mini-footer {
    margin-top: 1.5rem;
}

footer.mini-footer .main-container {
    padding: 1.5rem 0 1rem;
    border-top: 1px solid #e7e7e7;
    font-size: 15px;
    font-weight: 500;
    color: #535353;
}

footer.mini-footer .main-container a {
    color: #535353;
}

footer.mini-footer .main-container i.mdi {
    margin-left: 10px;
    font-size: 20px;
}

footer.mini-footer ul.mini-footer-menu {
    list-style: none;
    text-align: center;
}

footer.mini-footer ul.mini-footer-menu li {
    display: inline-block;
    margin-left: 15px;
}

footer.mini-footer ul.mini-footer-menu li a {
    color: #7f7f7f;
    font-size: 13px;
}

footer.mini-footer .footer-light-text {
    color: #b0b0b0;
    font-size: 12px;
    text-align: center;
}

footer.mini-footer .text-footer {
    font-size: 13px;
}

footer.mini-footer .copy-right-mini-footer {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #b0b0b0;
}

/* footer */

/* colorswitch */

#colorswitch-option button {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 0 15px 15px 0;
    font-size: 25px;
    border: 0;
    position: fixed;
    top: 30vh;
    left: 0;
    z-index: 1000;
}

#colorswitch-option ul {
    position: fixed;
    top: 35%;
    left: -150px;
    width: 150px;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 35px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0px 35px rgba(0, 0, 0, 0.08);
    border-radius: 0 15px 15px 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 11;
}

#colorswitch-option ul.show {
    left: 0;
}

#colorswitch-option .colorswitch-option-label {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

#colorswitch-option ul li {
    width: 33%;
    float: left;
    list-style: none;
    text-align: center;
    cursor: pointer;
}

#colorswitch-option ul li span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
}

#colorswitch-option ul li.active span::before {
    content: '\FE6E';
    font: normal normal normal 24px/1 "Material Design Icons";
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
}

.old-price
{
    color: #c5c5c5;
}
/* end colorswitch */

/* responsive */

@media (max-width:1444px) {
    .shopping-page .checkout-contact-content:before {
        width: 5px;
        top: 0;
        bottom: 0;
        right: 18px;
        position: absolute;
        background-color: #f7858d;
        content: "";
    }

    .shopping-page .checkout-contact-badge {
        width: 41px;
        height: 41px;
        background-color: #f3feff;
        -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 8px 9px 0 rgba(0, 0, 0, .05);
        border: 1px solid #f7858d;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        text-align: center;
        line-height: 41px;
        color: #f7858d;
    }

    .shopping-page a.float-left.border-bottom-dt {
        margin-left: 5px;
    }

    .shopping-page a.float-right.border-bottom-dt {
        margin-right: 5px;
    }
}

@media (max-width: 1199px) {
    .hidden-lg {
        display: none;
    }

    .mt-res-1 {
        margin-top: 10px;
    }
}

@media (max-width: 1090px) {
    .params .params-list li {
        display: unset;
    }
    .params .params-list li .params-list-value {
        max-width: 100%;
    }
    .params .params-list li .params-list-key {
        max-width: 100%;
        margin-left: 0;
        background-color: #fff;
        font-weight: bold;
    }
}

@media (max-width: 992px) {
    .hidden-md {
        display: none;
    }

    .show-md {
        display: block !important;
    }

    .params .params-list li .params-list-key {
        width: auto;
    }

    .params .params-list li .params-list-value {
        width: 100%;
    }

    .w-res-sidebar {
        max-width: 360px;
        margin: auto;
    }
}

@media (min-width: 768px) {
    header.main-header .overlay-side-menu {
        display: none !important;
    }
}

@media (max-width: 768px) {
    header.main-header .bottom-header {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .hidden-sm {
        display: none !important;
    }

    .show-sm {
        display: block !important;
    }

    .dt-sn {
        border-radius: 0;
    }

    .card-horizontal-address {
        border-radius: 0;
    }

    .checkout-content {
        border-radius: 0;
        padding-right: 10px;
        padding-left: 10px;
    }

    .profile-navbar {
        padding-right: 10px;
    }

    .checkout-item td:last-child {
        width: 150px;
        display: block;
        margin-top: 80px;
    }

    header.main-header,
    .widget-banner,
    .main-footer {
        padding-right: 10px;
        padding-left: 10px;
    }

    .main-slider {
        margin-right: 10px;
        margin-left: 10px;
    }

    section.slider-section {
        border-radius: 0;
    }

    .card-horizontal-product,
    .card-horizontal-address {
        border-radius: 0;
        padding-left: 16px;
    }

    .modal-dialog {
        margin: 0;
        max-width: 100%;
    }

    .modal-content {
        border-radius: 0;
    }

    .checkout-table {
        border-radius: 0;
    }

    button.btn-menu {
        display: block;
    }

    header.main-header .side-menu {
        display: block;
    }

    .category-section-slider .owl-carousel .owl-nav .owl-next {
        left: 0;
    }

    .category-section-slider .owl-carousel .owl-nav .owl-prev {
        right: 0;
    }

    .product-carousel .owl-nav button.owl-next {
        left: 0;
    }

    .product-carousel .owl-nav button.owl-prev {
        right: 0;
    }

    .features-checkout-slider.owl-carousel .owl-nav .owl-next {
        left: 0;
    }

    .features-checkout-slider.owl-carousel .owl-nav .owl-prev {
        right: 0;
    }

    .error-page h1 {
        font-size: 1.5rem;
    }

    .message-light {
        margin-right: 10px;
        margin-left: 10px;
    }

    .product-info .product-title {
        overflow-x: scroll;
    }

    .product-info .product-title h1,
    .product-info .product-title h3 {
        overflow: unset;
    }

    .product-info .product-title h1::before,
    .product-info .product-title h3::before {
        display: none;
    }

    .accordion-product h5 button {
        font-size: 14px;
    }

    .comments-summary-box,
    .comments-summary-note {
        padding-right: 0;
        padding-left: 0;
    }

    .comments-area {
        margin-top: 20px;
    }

    .help-sn .mdi {
        display: none;
    }

    .tag-input-weak {
        margin-top: 50px !important;
    }

    .comments-add-col--content .form-ui form.px-5 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .product-offer-question h2 {
        white-space: unset !important;
        line-height: 20px;
        margin-bottom: 20px;
        font-size: 13px;
        padding-top: 8px;
    }

    .product-offer-question h2::after {
        display: none !important;
    }

    .comments-add-col--content h3 {
        font-size: 16px;
        text-align: justify;
    }

    .profile-section {
        height: auto;
        margin-bottom: 20px;
    }

    .profile-section .list-favorites li:last-child {
        margin-bottom: 30px;
    }

    .profile-section .list-favorites li a span {
        display: unset;
    }

    .shopping-page .checkout-tab-times {
        overflow-x: scroll;
    }

    .shopping-page .checkout-tab-times ul.nav {
        min-width: 768px;
        overflow-x: scroll;
    }

    .shopping-page .checkout-time-table {
        overflow-x: scroll;
    }

    .shopping-page .checkout-time-table .col-12 .radio-box {
        overflow-x: scroll;
        min-width: 598px;
    }

    .shopping-page a.float-left.border-bottom-dt {
        margin-left: 20px;
        margin-bottom: 10px;
    }

    .shopping-page a.float-right.border-bottom-dt {
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .px-res-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-res-1 {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }

    .px-res-2 {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .checkout-orders-table {
        overflow-x: scroll;
        min-width: 800px;
    }

    .checkout-orders-table .row div {
        padding: 10px 20px;
        width: 120px;
        text-align: center;
    }

    .checkout-orders-table p {
        font-size: 14px;
    }

    footer.mini-footer .text-left,
    footer.mini-footer .text-right {
        text-align: center !important;
    }

    .product-card {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border: 1px solid #ebebeb;
    }

    .checkout-address-headline {
        font-size: 14px;
        margin-right: -12px;
    }

    .checkout-address-cancel {
        left: 25px;
    }

    .checkout-address-location {
        border-radius: 0;
    }

    .checkout-address-box {
        border-radius: 0;
    }

    .checkout-address-box h5 {
        font-size: 15px;
    }

    .checkout-address-box p,
    .checkout-address-box ul {
        font-size: 13px !important;
    }

    .checkout-address-box ul {
        display: block;
        justify-content: unset;
        align-items: unset;
    }

    .checkout-address-btn-remove {
        margin-right: 0;
    }

    .checkout-address-btn-edit,
    .checkout-address-btn-remove {
        float: left;
        margin-left: 7px;
    }

    .checkout-address-content {
        padding: 20px 34px 25px;
    }

    .checkout-address-btn-edit,
    .checkout-address-btn-remove {
        font-size: 12px !important;
    }

    .title-breadcrumb-special {
        background: #eeeeee1f;
        padding: 5px 10px;
        border: 1px solid #eee;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .filter-options-sidebar {
        position: fixed !important;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        padding-top: 60px;
        z-index: 10000;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .filter-options-sidebar.toggled {
        right: 0;
    }
    .filter-options-sidebar .header-filter-options {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 20px;
    }
    .filter-options-sidebar .header-filter-options .btn-close-filter-sidebar {
        background-color: #fff;
        border: 0;
        font-size: 20px;
    }
    .filter-options-sidebar .btn-filter-product-submit {
        width: 100%;
        height: 50px;
        line-height: 50px;
        background-color: #2d58cf;
        color: #fff;
        text-align: center;
        margin-left: -15px;
        margin-right: -15px;
        width: 100vw;
    }
    .mb-add-to-cart-btn-wrapper {
        display: block;
    }
}

@media (max-width: 576px) {
    .form-ui form {
        max-width: 100%;
        padding: 10px;
    }

    .accordion-product h5 button {
        font-size: 12px;
    }

    .accordion-product h5 button::before {
        content: '-';
        width: 28px;
        height: 22px;
        line-height: 22px;
        font-size: 20px;
    }

    .comments-summary-note>span {
        font-size: 16px;
    }

    .comments-summary-note p {
        font-size: 14px;
        text-align: justify;
    }

    .ah-tab-content-wrapper {
        padding: 10px !important;
    }

    .px-res-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .mx-res-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .comments-area ol.comment-list .comment-title {
        font-size: 15px;
    }

    .comments-area ol.comment-list .comment-author {
        font-size: 12px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }

    .comments-area ol.comment-list li .comment-body p {
        margin-bottom: 30px;
        font-size: 13px;
    }

    .comments-area .comment-content {
        padding-right: 0;
        padding-left: 0;
    }

    .comments-area ol.comment-list li .comment-body {
        margin-top: 40px;
        padding: 20px 30px 20px 30px;
    }

    .comments-area ol.comment-list .footer {
        right: 0;
        width: 100%;
    }

    .comments-likes {
        text-align: right;
        width: 100%;
    }

    .comments-likes .btn-like {
        margin-right: -2px;
    }

    .section-title p {
        margin: 0;
    }

    .comments-area ol.comment-list li .commentmetadata {
        display: none;
    }

    .comments-area ol li ol.children {
        padding-right: 0;
    }

    .info-page-cats .section-title img {
        display: none;
    }

    .info-page-cats .section-title h2.font-weight-bold {
        font-size: 16px;
        padding-right: 0;
    }

    .info-page-cats .section-title h2.font-weight-bold::after {
        display: none;
    }

    .comments-product-attributes .slider.slider-horizontal {
        width: 100%;
    }

    .header-cover {
        height: 79px;
    }

    .promotion-header-img {
        height: 72px;
    }

    .checkout-details .text-highlight {
        padding: 3px 6px;
        margin: 3px 3px;
        display: inline-block;
        font-size: 13px;
    }

    .checkout-table p {
        font-size: 15px;
    }

    .pt-sl-res {
        overflow-x: scroll !important;
    }

    .checkout-order-summary-header {
        min-width: 710px;
        overflow-x: scroll;
    }

    .card-horizontal-product .card-horizontal-product-content .card-horizontal-product-buttons .label-card-horizontal-product {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .search-card-res .product-card {
        border-radius: 0;
    }

    .search-card-res .product-card .product-thumb {
        display: inline-block;
        width: 30%;
        float: right;
    }

    .search-card-res .product-card .product-card-body {
        padding: 0 1.25rem;
        display: inline-block;
        width: 60%;
        padding-right: 10px;
    }

    .search-card-res .product-card .product-title {
        margin-top: 0;
    }

    .search-card-res .product-card .product-thumb>img {
        max-width: 100%;
        height: 60px;

    }

    .search-amazing-tab .product-card {
        padding-top: 15px;
    }

    .search-card-res .product-card .product-thumb::before {
        display: none;
    }

    .title-breadcrumb-special .breadcrumb a {
        font-size: 11px;
    }

    .title-breadcrumb-special .title-page h1 {
        font-size: 18px;
    }

    .search-amazing-content {
        padding-top: 25px;
    }

}

@media (max-width: 480px) {
    .title-wide h2 {
        font-size: 13px;
        white-space: nowrap;
        padding-left: 15px;
        position: relative;
        display: block;
        overflow: hidden;
    }

    .product-offer-question .title-wide h2 {
        padding-bottom: 50px;
        padding-top: 8px;
    }

    .title-wide a {
        display: none;
    }

    .numbers-verify .lines-number-input .line-number {
        margin: 0 2px;
        width: 30px;
    }

    .content-expert-rating {
        padding: 5px 0px 33px 40px;
    }

    .px-res-0 {
        padding-right: 0;
        padding-left: 0;
    }

    .product-card {
        margin: 0;
    }

    .product-card .product-title>a {
        font-size: 13px;
    }

    .product-card .product-meta {
        font-size: 11px;
    }

    .product-card .product-price {
        font-size: 12px;
    }

    .discount span {
        font-size: 11px;
    }

    .rating-stars i {
        font-size: 11px;
    }

    .product-info .price {
        font-size: 18px;
    }

    .comments-area ol.comment-list li .comment-body .icon-comment {
        right: -7px;
    }

    .w-res-sidebar {
        max-width: 100%;
    }

    .cart-empty .cart-empty-links a::after {
        border-left: 0;
    }

    .info-page-cats .info-page-cat .info-page-cat-icon {
        width: 100%;
        height: 50px;
    }

    .info-page-cats .info-page-cat img {
        max-height: 60px;
        max-width: 60px;
    }

    .info-page-cats .info-page-cat {
        padding: 15px;
    }

    .info-page-cats .info-page-cat a {
        height: 110px;
    }

    .page-cover {
        width: 100%;
        height: 280px;
    }

    .page-cover .page-cover-title h1 {
        padding: 30px 0 0px;
        font-size: 20px;
        letter-spacing: 0;
    }

    .page-cover .form-ui form .form-row input {
        width: 100%;
        margin-bottom: 10px;
    }

    .page-cover .form-ui form .form-row button {
        margin: auto;
    }

    .page .filter-product .card .card-header button {
        font-size: 13px;
        padding-left: 40px;
        padding-right: 0;
    }

    .page-question-not-found {
        border-radius: 0;
        height: 345px;
    }

    .page-question-not-found-text {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .page-question-not-found img {
        margin: 10px auto 10px;
        max-width: 40px;
    }

    .page-question-not-found .page-contact-option-text.mr-3 {
        margin-right: 5px !important;
    }

    .page-question-not-found img.mb-5 {
        margin-top: 20px;
        margin-bottom: 15px !important;
    }

    .card-horizontal-address {
        min-height: 290px;
    }

    .card-horizontal-address-methods {
        width: 100%;
        float: unset !important;
    }

    .card-horizontal-address-actions {
        width: 100%;
        position: relative !important;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 20px;
        bottom: 0 !important;
        left: 0 !important;
        float: unset !important;
    }

    .card-horizontal-address .card-horizontal-address-data .card-horizontal-address-methods .card-horizontal-address-method {
        font-size: 14px;
    }

    .card-horizontal-address .card-horizontal-address-desc p {
        font-size: 14px !important;
    }

    .profile-section .list-favorites li {
        height: 50px;
    }

    .profile-section .list-favorites li a img {
        width: 25px;
        height: 25px;
    }

    .profile-section .list-favorites li a span {
        width: 190px;
        overflow-x: scroll;
        display: inline-block;
    }

    .profile-section .list-favorites li button {
        top: 12px;
        width: 25px;
        height: 25px;
        line-height: 22px;
        font-size: 17px;
        border-radius: 6px;
        padding-left: 22px;
    }

    .card-horizontal-product .card-horizontal-product-thumb {
        width: 21%;
    }

    .card-horizontal-product .card-horizontal-product-content {
        width: 77%;
    }

    .card-horizontal-product .card-horizontal-product-content .card-horizontal-comment p {
        width: 100%;
    }

    .card-horizontal-product .card-horizontal-product-content .card-horizontal-comment::before {
        width: 100%;
    }

    .card-horizontal-product .card-horizontal-product-content .card-horizontal-comment::after {
        font-size: 60px;
        right: -60px;
        left: auto;
    }

    .search-amazing-tab .ah-tab-item:first-child {
        margin-right: 15px;
    }

    .shopping-page .checkout-contact-location {
        position: relative;
        top: -20px;
        left: 4px;
        float: left;
        font-size: 13px;
    }

    .shopping-page .checkout-contact-item-message,
    .shopping-page .checkout-contact-item-mobile {
        font-size: 14px !important;
    }

    .shopping-page .checkout-contact-item {
        font-size: 12px !important;
    }

    .shopping-page a.float-left.border-bottom-dt {
        font-size: 12px;
        font-weight: normal;
    }

    .shopping-page a.float-right.border-bottom-dt {
        font-size: 12px;
        font-weight: normal;
    }

    .checkout-alert-content p {
        font-size: 14px;
    }

    .checkout-details-title h4 {
        font-size: 16px;
    }

    .cart-empty .cart-empty-links a {
        margin-bottom: 7px;
        display: inline-block;
    }
}

@media (max-width: 340px) {
    header.main-header .nav-item.account {
        border: 0;
        padding: 0;
    }

    header.main-header .nav-item.account i {
        font-size: 20px;
    }

    header.main-header .nav-link span.label-dropdown {
        display: none;
    }
}

/* responsive */

.btn-theme
{
    border: 1px solid #19bfd3;
    background-color: #fff;
    color: #19bfd3;
}
.btn-theme:hover
{
    border: 1px solid #19bfd3;
    background-color: #19bfd3;
    color: #fff;
}
.loadingBox
{
    display: block;
    width: 100%;
    height: 100%;
    background:
        #fff;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    min-height: 200px;
    opacity: 1;
    padding-top: 0px;
    z-index: 1000;
    text-align: center;
}
.loadingBox img
{
    width: 25px;
    margin: 10px auto;
}
.number-input input[type="number"] {
    max-width: 50px;
}

.btn-primary-cm {
    background-color: #f7858d;
}

header.main-header .search-area form.search button {
    background: #f7858d;
}

header.main-header .nav-link span.count {
    background-color: #f7858d;
}

header.main-header .dropdown-menu .dropdown-item:hover,
header.main-header .dropdown-menu .dropdown-item:focus,
header.main-header .dropdown-menu .dropdown-item:active {
    color: #f7858d;
}

header.main-header .main-menu .list>.list-item>a::before {
    background-color: #f7858d;
}

header.main-header .main-menu .list>.list-item:hover>a {
    color: #f7858d;
}

header.main-header .main-menu .list .list-item-has-children .sub-menu a:hover {
    color: #f7858d;
}

header.main-header .main-menu .list .list-item.mega-menu>.sub-menu>li>a:hover {
    color: #f7858d;
}

header.main-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu li a:hover {
    color: #f7858d;
}

.title-wide a {
    color: #f7858d;
}

.product-carousel .owl-dot.active span,
.product-carousel .owl-dot:hover span {
    background: #f7858d;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #f7858d;
    background-color: #f7858d;
}

.discount span {
    background: #f7858d;
}

.product-card .product-title>a {
    color: #f7858d;
}

.promotion-badge {
    color: #f7858d;
    border-bottom: 1px solid #f7858d;
}

.widget-suggestion .slide-progress {
    border-color: #f7858d;
}

.widget-suggestion .owl-dot.active span,
.widget-suggestion .owl-dot:hover span {
    background: #f7858d;
}

.widget-search button.btn-search-widget {
    background-color: #f7858d;
}

.filter-product .card .card-header button i {
    color: #f7858d;
}

.parent-switcher input[type=checkbox]:checked+.ui-statusswitcher-slider {
    background-color: #f7858d;
    border-color: #f7858d;
}

.noUi-horizontal .noUi-handle.noUi-handle-lower {
    background-color: #f7858d
}

.noUi-horizontal .noUi-handle.noUi-handle-upper {
    background-color: #f7858d
}

.noUi-connect {
    background: #f7858d !important;
}

.header-cover {
    background-color: #f7858d;
}

.search-amazing-tab .ah-tab>.ah-tab-item[data-ah-tab-active="true"] {
    background-color: #f7858d;
}

.pagination a.active-page {
    background-color: #f7858d;
    border-color: #f7858d;
}

.product-gallery .badge {
    background-color: #f7858d;
}

.product-gallery .product-thumbnails>li.active>a {
    border-color: #f7858d;
}

.product-gallery .product-thumbnails>li>a>i {
    color: #f7858d;
}

input[type=radio]:checked+.ui-variant--check {
    border-color: #f7858d;
}

.accordion-product h5 button::before {
    background-color: #f7858d;
}

.rating--general .rating-rate {
    background-color: #f7858d;
}

.form-ui .form-footer a {
    color: #f7858d;
    border-bottom: 1px dashed #f7858d;
}

#countdown-verify-end a.btn-link-border {
    color: #f7858d;
}

#countdown-verify-end a.btn-link-border:after {
    border-color: #f7858d;
}

.profile-section .list-favorites li button {
    color: #f7858d;
    outline: none;
}

a.border-bottom-dt {
    color: #f7858d;
    border-bottom: 1px dashed #f7858d;
}

.comparison-table .remove-item {
    color: #f7858d;
}

.tab-cart-page a.active {
    border-bottom-color: #f7858d !important;
}

.tab-cart-page a span.count-cart {
    background-color: #f7858d;
}

.checkout-header--express {
    color: #f7858d;
    border-bottom-color: #f7858d;
}

.checkout-summary-price-value {
    color: #f7858d;
}

.shopping-page header.header-shopping .checkout-steps li.active::before {
    background-color: #f7858d;
}

.shopping-page header.header-shopping .checkout-steps li a.active {
    color: #f7858d;
}

.shopping-page header.header-shopping .checkout-steps li a.active::after {
    background-color: #f7858d;
}

.shopping-page .checkout-contact-content:before {
    background-color: #f7858d;
}

.shopping-page .checkout-contact-btn-edit {
    color: #f7858d !important;
    border-bottom: 1px dashed #f7858d;
}

.shopping-page .checkout-contact-badge {
    border: 1px solid #f7858d;
    color: #f7858d;
}

.checkout-address-box.is-selected .checkout-address-btn-submit {
    background-color: #f7858d;
}

.shopping-page .checkout-additional-options-checkbox-image {
    color: #f7858d;
}

footer.main-footer .back-to-top .icon {
    color: #f7858d;
}

footer.main-footer .newsletter form .btn {
    background-color: #f7858d;
}

footer.main-footer .newsletter form .btn:focus,
footer.main-footer .newsletter form .btn:active {
    background-color: #f7858d;
}

footer.main-footer .newsletter form .btn:hover {
    background-color: #f7858d !important;
}

footer.main-footer .socials .footer-social ul li a:hover {
    background-color: #f7858d;
}

.shopping-page .checkout-contact-content:before {
    background-color: #f7858d;
}

.shopping-page .checkout-contact-badge {
    border: 1px solid #f7858d;
    color: #f7858d;
}
.flashText{
    animation:flashText 1s infinite;
}
@keyframes flashText{
    20%{    color: transparent; }
}

.pad2{
    padding: 2px !important;
}
.h1,h1{font-size:2rem}
.h2,h2{font-size:1.9rem}
.h3,h3{font-size:1.75rem}
.h4,h4{font-size:1.5rem}
.h5,h5{font-size:1.25rem}
.h6,h6{font-size:1rem}
/*Start menu----------------*/

nav.main-menu a {
    font-family: Shabnam;
}
nav.main-menu {
    width: 90%;
    height: 45px;
    float: right;
    padding-right: 5px;
    position: absolute;
}

nav.main-menu.hidden-nav-main {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: -15px;
}

nav.main-menu ul.new-list-menu li.item-list-menu {
    padding: 10px 0;
    font: 12px Shabnam;
    position: relative;
    margin: 0 10px;
    display: inline-block;
}

nav.main-menu ul.new-list-menu li.map-city-item {
    float: left;
    margin-top: 15px;
}

nav.main-menu ul.new-list-menu li.item-list-menu a.list-category {
    color: #616161;
    text-decoration: none;
    padding-bottom: 14px;
    padding: 3px 0;
    display: block;
}

nav.main-menu ul.new-list-menu li.item-list-menu a.list-category::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ff828b;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
nav.main-menu ul.new-list-menu li.item-list-menu a.list-categorycutom::before {

    bottom: 7px;
}
nav.main-menu ul.new-list-menu li.item-set a.list-category::before {
    bottom: 6px !important;
}

nav.main-menu ul.new-list-menu li.item-list-menu:hover>a.list-category::before {
    width: 100%;
}

nav.main-menu ul.new-list-menu li.item-list-menu a.list-category i {
    vertical-align: middle;
    font-size: 18px;
    padding-left: 5px;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 {
    width: 1235px;
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 45px;
    box-shadow: 0 0 3px #eae8e8;
    padding-bottom: 15px;
    padding-top: 20px;
    display: none;
    margin-top: 0;
    overflow-x: auto;
    z-index: 999;
    min-height: 600px;
}

nav.main-menu ul.new-list-menu li.item-list-menu:hover .list-menu-level-2 {
    display: block;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 {
    width: 245px;
    height: 45px;
    text-align: right;
    line-height: 40px;
    padding-right: 0;
    margin-top: -6px;
    margin-bottom: 5.385px;
    cursor: pointer;
}

.main-menu ul.new-list-menu>li.item-list-menu>ul.list-menu-level-2>li.active>a {
    color: #ef394e !important;
    background: #f9f9f9;
    border-top: 1px solid #f0f0f1;
    border-bottom: 1px solid #f0f0f1;
}

.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-level-2 li.active ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background: #f7f7f7;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 i {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 18px;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .list-category-menu-2 {
    text-decoration: none;
    color: #616161;
    font-weight: bold;
    width: 100%;
    display: block;
    padding-right: 15px;
}

nav.main-menu ul.new-list-menu li.category::before {
    content: "";
    display: block;
    height: 24px;
    background: #efefef;
    position: absolute;
    left: -11px;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 {
    width: auto;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 244px;
    top: 0;
    padding-top: 25px;
    display: none;
    border-right: 1px solid #f0f0f1;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2:hover .megamenu-level-3 {
    display: block;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 .item-megamenu-3 {
    padding-right: 5px;
    line-height: 20px;
    margin-bottom: 5px;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 .menu-level-3 {
    width: 200px;
    height: auto;
    float: right;
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 .item-megamenu-3 .list-category-megamenu-3 {
    text-decoration: none;
    color: #616161;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 .item-megamenu-3 .list-category-megamenu-3:hover {
    color: #f74d59;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 .item-megamenu-3 .list-category-megamenu-3 span {
    font-size: 13px;
    font-weight: 700;
    color: #424750;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 .item-megamenu-3 .list-category-megamenu-3 span i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 16px;
}

nav.main-menu ul.new-list-menu li.item-list-menu .list-menu-level-2 .item-menu-2 .megamenu-level-3 .list-category-megamenu {
    color: #03a9f4;
    font-size: 13px;
    font-weight: bold;
    padding-right: 15px;
    text-align: right;
    text-decoration: none;
    position: absolute;
    top: 15px;
}

nav.main-menu .map-city {
    font: 12px Shabnam;
    color: #616161;
    float: left;
    margin-left: 10px;
    text-decoration: none;
    line-height: 15px;
}

nav.main-menu .map-city span {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}

nav.main-menu .map-city span::after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    right: 2px;
    background: #ff1010;
    border-radius: 100px;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers {
    width: 800px;
    height: auto;
    background: #fcfcfc;
    padding: 15px;
    z-index: 9999;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item {
    margin-bottom: 10px;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item:first-child {
    margin-top: 15px;
    margin-bottom: 20px;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers .menu-level-3 {
    width: 240px;
    height: auto;
    float: right;
    position: relative;
    display: inline-block;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item .list-category-megamenu-3 {
    color: #616161;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item .list-category-megamenu-3 span {
    font-size: 13px;
    font-weight: 700;
    color: #424750;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item .list-category-megamenu-3 span i {
    margin-right: 10px;
    font-size: 16px;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item .list-category-megamenu-3-medium span {
    font-size: 11px;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item .list-category-megamenu-3-medium span:hover {
    color: #ff3636 !important;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.discounts-offers-item .list-category-megamenu-3-medium span.medium-display-title {
    color: #757575;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.sublist-option {
    list-style: disc;
    color: #757575;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers li.sublist-option:first-child {
    margin-top: 55px !important;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers .sublist-divider {
    height: 1px;
    margin: 20px 0;
    background-color: #f0f0f1;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers .main-banner {
    width: 260px;
    height: auto;
    border-radius: 0;
    overflow: hidden;
    float: left;
}

nav.main-menu ul.new-list-menu li.item-list-menu ul.list-menu-discounts-offers .main-banner img {
    max-width: 100%;
    margin-right: 10px;
}

.nav-categories-overlay {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0 !important;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, .54);
    opacity: 0;
    z-index: 9;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    pointer-events: none;
}

.nav-categories-overlay.active {
    opacity: 1;
    pointer-events: all !important;
}

/*End menu------------------*/

/*responsive-menu-------------*/

.overlay {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.nav-btn {
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    position: absolute;
    top: 15px;
    right: 20px;
}

.nav-btn.nav-slider {
    float: right;
    top: 10px;
}

.nav-btn span.linee1 {
    background: #424750;
    height: 3px;
    width: 25px;
    position: absolute;
    right: 13px;
    top: 10px;
    /*  display: none;*/
}

.nav-btn span.linee2 {
    background: #424750;
    height: 3px;
    width: 25px;
    position: absolute;
    right: 13px;
    top: 18px;
    /*  display: none;*/
}

.nav-btn span.linee3 {
    background: #424750;
    height: 3px;
    width: 25px;
    position: absolute;
    right: 13px;
    top: 26px;
    /*  display: none;*/
}

.nav-btn i {
    vertical-align: middle;
}

.header-menu {
    float: left;
}

.header-menu ul {
    height: 64px;
}

.header-menu ul li {
    display: block;
    position: relative;
    float: right;
    margin: 0;
    padding: 0 12px 0 0;
    line-height: 64px;
}

.header-menu ul li a {
    color: #333;
    padding: 4px;
    position: relative;
    padding-left: 24px;
    font: 14px Shabnam;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-menu ul li a i {
    margin-right: 5px;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -16px;
}
.owl-item .itemProduct
{
    min-height: 370px;
}
.ah-tab-item.active
{
    background: #f7858d;
    color: #fff !important;
}
.search-amazing-tab .product-card {
    padding-top: 10px;
    min-height: 350px;
}
.search-amazing-tab .discount {
    top: 10px;
}
.discountthem  {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    background: #f7858d;
    border-radius: 15px 15px 0 15px;
}
.categoryParent
{
    font-size: 12px;
    color: #a6a6a6;
    margin-top: 2px;
    margin-bottom: 2px;
}
.search-amazing-tab .discountValue {
    top: 25px;
}
.search-amazing-tab
{

}

.accordion-listAddress li
{
    border-color: #eee !important;
    border-radius: 5px;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    margin: 10px;
    padding: 10px;
}
.accordion-listAddress
{

}


.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
    position: relative;
    display: block;
    padding-right: 30px;
    cursor: pointer;
    vertical-align: middle; }
.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
.magic-radio + label:before,
.magic-checkbox + label:before {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0; }
.magic-radio + label:after,
.magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
    cursor: not-allowed;
    color: #e4e4e4; }
.magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
    animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
    display: block; }

.magic-radio + label:before {
    border-radius: 50%; }

.magic-radio + label:after {
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #39da8a; }

.magic-radio:checked + label:before {
    border: 1px solid #39da8a; }

.magic-radio:checked[disabled] + label:before {
    border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
    background: #c9e2f9; }

.magic-checkbox + label:before {
    border-radius: 3px; }

.magic-checkbox + label:after {
    top: 2px;
    right: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0; }

.magic-checkbox:checked + label:before {
    border: #39da8a;
    background: #39da8a; }

.magic-checkbox:checked[disabled] + label:before {
    border: #c9e2f9;
    background: #c9e2f9; }

.addressForm input
{
    margin-bottom: 20px;
}
ul.accordion-list li {
    cursor: pointer;
}
ul.accordion-list li.active {
    border: 1px solid #39da8a !important;
    color: #39da8a;
    border-right: 5px solid #39da8a !important;;
}
@media only screen and (max-width: 1024px) {
    header .header-categories {
        display: none;
    }
    header .header-search {
        width: calc(100% - 440px);
    }
}

@media only screen and (max-width: 860px) {
    header .header-search {
        display: none;
    }
}
@media only screen and (max-width: 580px) {

    .search-amazing-tab .product-card {

        min-height: unset;
    }
}
@media only screen and (max-width: 480px) {
    header .header-inner {
        padding: 0 12px;
        text-align: center;
    }
    header .header-logo {
        float: right;
        padding-right: 8px;
        padding-left: 0px;
    }

}

.table-responsive {
    overflow-x: unset;
}

.pagination .page-item.first .page-link,
.pagination .page-item.last .page-link,
.pagination .page-item.next .page-link,
.pagination .page-item.previous .page-link {
    color: #5A8DEE;
    padding: .435rem .5rem
}

.pagination .page-item.first.disabled .page-link,
.pagination .page-item.last.disabled .page-link,
.pagination .page-item.next.disabled .page-link,
.pagination .page-item.previous.disabled .page-link {
    background-color: #F2F4F4
}

.pagination .page-item:first-child .page-link {
    border-right: 1px solid #DFE3E7
}

.pagination .page-item:last-child .page-link {
    border-left: 1px solid #DFE3E7
}

.pagination .page-item .page-link {
    border: 1px solid #DFE3E7;
    border-left: 0;
    border-right: 0;
    color: #324356;
    background-color: transparent;
    font-weight: 600
}

.pagination .page-item .page-link:focus {
    box-shadow: none
}

.pagination .page-item .page-link:hover {
    border-radius: .267rem;
    background-color: rgba(90, 141, 238, .2)
}

.pagination .page-item .page-link i {
    font-weight: 600;
    vertical-align: middle
}

.pagination .page-item.active {
    border-radius: 0
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
    border-radius: .267rem;
    background-color: #5A8DEE !important;
    color: #FFF
}

.pagination .page-item.previous {
    margin-left: .3571rem
}

.pagination .page-item.previous .page-link {
    border: 1px solid #DFE3E7;
    border-radius: .267rem
}

.pagination .page-item.previous~.page-item:nth-child(2) .page-link {
    border-right: 1px solid #DFE3E7;
    border-top-right-radius: .267rem;
    border-bottom-right-radius: .267rem
}

.pagination .page-item.previous~.page-item:nth-last-child(-n+2) .page-link {
    border-left: 1px solid #DFE3E7;
    border-top-left-radius: .267rem;
    border-bottom-left-radius: .267rem
}

.pagination .page-item.next {
    margin-right: .3571rem
}

.pagination .page-item.next .page-link {
    border: 1px solid #DFE3E7;
    border-radius: .267rem
}

.pagination.pagination-borderless .page-item .page-link {
    border: none !important
}

.pagination.pagination-borderless .page-item.next .page-link,
.pagination.pagination-borderless .page-item.previous .page-link {
    background-color: #DFE3E7
}

.pagination.pagination-borderless .page-item.next .page-link:hover,
.pagination.pagination-borderless .page-item.previous .page-link:hover {
    background-color: rgba(90, 141, 238, .2)
}

.pagination.pagination-lg .page-item:first-child .page-link {
    border-top-right-radius: .267rem;
    border-bottom-right-radius: .267rem
}

.pagination.pagination-lg .page-item:last-child .page-link {
    border-top-left-radius: .267rem;
    border-bottom-left-radius: .267rem
}
.heading-elements {
    background-color: inherit;
    position: absolute;
    top: -10px;
    left: 21px;
    cursor: pointer;
}
.profile-navbar h4
{
    font-size: 19px;
}
.title-breadcrumb-special {
    background: #eeeeee1f;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 20px;
}

.contact-list i {
    font-size: 18px;
    margin: 10px;
    background: #cfd8e340;
    padding: 8px;
    color: #838383;
}
.hidden
{
    display: none !important;
}
.main-footer
{
    direction: rtl !important;
}
@media (max-width: 774px) {
    .mainmenu {
        display: none !important;
    }
}
.widget-banner
{
    text-align:center;
}


.cresta-whatsapp-chat-box {
    width:60px;
    height:60px;
    display:block;
    position:fixed;
    bottom:19px;
    right:22px;
    cursor:pointer;
    text-align:center;
    line-height:60px;
    background:#25d366;
    border-radius:100%;
    -webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,.3);
    -moz-box-shadow:1px 1px 4px 0 rgba(0,0,0,.3);
    box-shadow:1px 1px 4px 0 rgba(0,0,0,.3);
    z-index: 100000;
    box-shadow: 2px 2px 3px #00504c;
}
.cresta-whatsapp-chat-box svg#whatsapp-msng-icon {
    width:30px;
    height:30px;
    position:absolute;
    bottom: 15px;
    left:15px;
    opacity:1;
    overflow:hidden;
    -webkit-transition:opacity 160ms ease-in-out;
    -moz-transition:opacity 160ms ease-in-out;
    -o-transition:opacity 160ms ease-in-out;
    transition:opacity 160ms ease-in-out
}
.cresta-whatsapp-chat-box svg#close-icon {
    opacity:0;
    width:20px;
    height:20px;
    position:absolute;
    top:20px;
    left:20px;
    -webkit-transition:opacity 160ms ease-in-out;
    -moz-transition:opacity 160ms ease-in-out;
    -o-transition:opacity 160ms ease-in-out;
    transition:opacity 160ms ease-in-out
}
.cresta-whatsapp-chat-box.open svg#whatsapp-msng-icon {
    opacity:0
}
.cresta-whatsapp-chat-box.open svg#close-icon {
    opacity:1
}
.cresta-whatsapp-chat-container {
    position:fixed;
    bottom:130px;
    right:15px;
    transform:translateY(50px);
    display: none;
    border-radius:10px;

    box-shadow:0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16);
    -webkit-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;
    -moz-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;
    -o-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;
    transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;
    z-index: 100000;
}
.cresta-whatsapp-chat-container iframe,
.cresta-whatsapp-chat-container-button iframe {
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px
}
.cresta-whatsapp-chat-container.open {
    opacity:1;
    transform:translateY(0);
    pointer-events:all
}
.cresta-whatsapp-chat-top-header {
    display:block;
    position:relative;
    width:300px;
    background:#25d366;
    color:#fff;
    text-align:center;
    padding: 13px 0;
    font-size:14px;
    line-height:1;
    box-sizing:border-box;
    border-top-left-radius:5px;
    border-top-right-radius:5px
}
.cresta-whatsapp-inner {
    width:300px;
    height:150px;
    background:#fff;
    position:relative;
    box-sizing:border-box
}
.cresta-whatsapp-inner textarea.cresta-whatsapp-textarea {
    border:0!important;
    outline:0;
    resize:none;
    height:100%;
    width:100%;
    background:0 0!important;
    border-radius:0!important;
    color:#000;
    padding:20px 40px!important;
    box-sizing:border-box;
    transition:none
}
.cresta-whatsapp-inner textarea.cresta-whatsapp-textarea:focus,
.cresta-whatsapp-inner textarea.cresta-whatsapp-textarea:hover {
    background:0 0!important;
    border-radius:0!important;
    border:0!important
}
.cresta-whatsapp-inner textarea.cresta-whatsapp-textarea::-webkit-input-placeholder {
    color:#cfcfcf
}
.cresta-whatsapp-inner textarea.cresta-whatsapp-textarea::-moz-placeholder {
    color:#cfcfcf
}
.cresta-whatsapp-inner textarea.cresta-whatsapp-textarea:-ms-input-placeholder {
    color:#cfcfcf
}
.cresta-whatsapp-inner textarea.cresta-whatsapp-textarea:-moz-placeholder {
    color:#cfcfcf
}
.cresta-whatsapp-to-send {
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    box-sizing:border-box
}
.cresta-whatsapp-to-send .cresta-whatsapp-send {
    width:100%;
    border-radius:0;
    outline:0;
    box-shadow:none;
    border:0;
    line-height:1;
    text-decoration:none;
    padding: 13px 0;
    background:#25d366;
    color:#fff;
    text-align:center;
    display:inline-block;
    cursor:pointer;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    margin:0;
    min-height:auto;
    font-size:inherit;
    font-family:inherit
}
.cresta-whatsapp-to-send #whatsapp-msng-icon-send {
    position:relative;
    left:0;
    top:1px;
    -o-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out
}


/****** loading ******/
#loadingMian {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100000;
    text-align: center;
}
#loadingMian img {

    margin: 15% auto;
}

/* Version 2.1.4 */

.toast-title {
    font-weight: bold;
    margin-top: -2px;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 15px !important;
}

.toast-message a,
.toast-message label {
    color: #FFFFFF;


}

.toast-message a:hover {
    color: #CCCCCC;
    text-decoration: none;
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

.toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    /*overrides*/
}

.toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity:1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

.toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center;
}

.toast-container>div:hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

.toast-container>.toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

.toast-container>.toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

.toast-container>.toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

.toast-container>.toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

.toast-container.toast-top-center>div,
.toast-container.toast-bottom-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.toast-container.toast-top-full-width>div,
.toast-container.toast-bottom-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51A351;
}

.toast-error {
    background-color: #BD362F;
}

.toast-info {
    background-color: #2F96B4;
}

.toast-warning {
    background-color: #F89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

.rtl .toast-progress {
    left: auto;
    right: 0;
}

/*Responsive Design*/
@media all and (max-width: 240px) {
    .toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    .toast-container>div.rtl {
        padding: 8px 50px 8px 8px;
    }

    .toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    .toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    .toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    .toast-container>div.rtl {
        padding: 8px 50px 8px 8px;
    }

    .toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    .toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    .toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

    .toast-container>div.rtl {
        padding: 15px 50px 15px 15px;
    }
}

.starrr {
    display: inline-block; }
.starrr a {
    font-size: 12px;
    padding: 0 1px;
    cursor: pointer;
    text-decoration: none; }
.starrr .fa-star{

    color: #FFD119 !important;  }
.product-info-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: normal;
    background-color: #f5f5f5;
    border: 3px solid #c8c8d6;
    border-radius: 14px;
    overflow: hidden;
    padding: 10px;
    margin-top: 35px;
    height: 100vh;
    max-height: 600px;
}
.warranty-info {
    padding: 10px;
    position: relative;
}
.enamad img
{
    max-width: 150px;
}
.cresta-whatsapp-chat-box.left {

    left:22px;
    right: unset;
}
.cresta-whatsapp-chat-container.left {
    left: 15px;
    right: unset;
}

@media only screen and (max-width: 600px) {
    .hidden-sm
    {
        display: none !important;
    }
    .show-sm
    {
        display: block !important;
    }
}
@media only screen and (min-width: 600px) {
    .hidden-sm
    {
        display: block !important;
    }
    .show-sm
    {
        display: none !important;
    }
}
@media only screen and (max-width: 600px) {
    body {
        padding-bottom: 70px;
    }
    .navbarfix
    {
        display: block;
    }
    .cresta-whatsapp-chat-box {
        bottom: 100px;
    }
    .filter-options-sidebar1
    {
        display: none;
    }
}
@media only screen and (min-width: 600px) {
    .navbarfix
    {
        display: none !important;
    }
}
.navbarfix
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #f8f8f8;
    height: 70px;
    display: flex;
    flex-wrap: nowrap;
    border-top: 2px solid #eee;
    z-index: 100000000000;
    width: 100%;
}
.navbarfix a
{
    width: 100px;
    margin: 10px;
    text-align: center ;
    font-size: 15px;
    color: #32373d;
}
.navbarfix a i
{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.navbarfix a span
{
    display: block;
    width: 100%;
    text-align: center;
    font-family: Shabnam;
}

.numberShow
{
    unicode-bidi: embed;
    direction: ltr;
}
.list-item-has-children {
    position: relative;
}



.list-item-has-children .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 52px;
    right: 0;
    min-width: 220px;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.list-item-has-children:hover .sub-menu {
    visibility:unset;
    opacity: 1;
    position: absolute;
    top: 52px;
    right: 0;
    min-width: 220px;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 999;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.list-item-has-children:hover .sub-menu {
    padding: 0;
    list-style: none;
}
.list-item-has-children:hover .sub-menu li {
    width: 100%;
}

@media only screen and (max-width: 600px) {
.col-xs-6
{
    width: 50%;
}
}
ul {

    list-style: none;
}
.btn:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid  #000;

}
.ads-header {
    margin: 0;
    height: 60px;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    display: block;
    transition: all 1s ease;
}
.table-responsive {
    overflow-x: scroll;
}
