.se_box {
    position: relative;
    background-color: #fff;
    min-height: 150px;
    padding: 20px;
    margin: 0 0 30px;
    border-radius: 7px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
.ul_wrapper{
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.se_prod_title {
    display: block;
    color: #7b7b7b;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 50px;
}
.empty_state {
    display: block;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
.payment_icon{
    position: relative;
}
.payment_icon svg,
.payment_icon img{
    position: absolute;
    right: 0px;
    bottom: -10px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    fill: currentColor;
}
.payement_indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1098ad;
    background-color: rgba(16, 152, 173, .2);
    width: 82px;
    height: 82px;
    margin: 0 auto 15px;
    border-radius: 50%
}
.payement_indicator.paid {
    color: var(--white);
    background-color: var(--green);
    box-shadow: 0 2px 10px -3px rgb(0 0 0 / 11%);
}
.payement_indicator.unpaid {
    color: var(--white);
    background-color: var(--bg-danger);
    box-shadow: 0 2px 10px -3px rgb(0 0 0 / 11%);
}
.payement_indicator svg,
.payement_indicator img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    fill: currentColor;
}
.payment_unavailable p,
.payment_unavailable span,
.payment_unavailable small,
.payment_unavailable div{
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0px !important;
}

.empty_state p {
    margin: 0;
    font-weight: 600;
    font-size: 18px
}
.hr_top {
    padding-top: 20px;
    border-top: 1px solid var(--light-grey);
}
.hr_down {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--light-grey);
}
.se_orders_detls {
    padding: 0
}
.se_orders_detls .mini_prod_details_innr {
    padding: 20px 0
}
.se_orders_detls .mini_prod_details_innr .mini_prod_art {
    margin-right: 15px
}
.se_orders_detls .mini_prod_details_innr .mini_prod_art {
    width: 70px;
    min-width: 60px;
    height: 60px;
    text-align: center
}
.se_orders_detls .mini_prod_details_innr .mini_prod_title h3 {
    font-size: 18px;
    max-height: 42px
}
.se_orders_detls .mini_prod_details_innr .mini_prod_title b,
.se_orders_detls .mini_prod_details_innr .mini_prod_title span {
    font-size: 14px
}
.se_orders_detls .mini_prod_status b {
    font-size: 18px
}
.se_orders_detls_btm .dropdown .dropdown-toggle {
    display: inline-block;
    cursor: pointer;
    background-color: #eee;
    padding: 8px 16px;
    border-radius: 2em;
    line-height: 1;
    margin-left: 5px
}
.action_btn{
    position: relative;
    top: -20px;
}
.page_title {
    padding: 0 10px 40px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 40px
}

.page_title h2 {
    margin: 0
}

.create_new_address_cart {
    margin-top: 15px;
    padding: 0 10px
}

.add_addres_cart_btn {
    cursor: pointer;
    padding: 5px 0;
    margin-bottom: 15px
}


.prod_revs_count {
    display: inline-block;
    padding-left: 10px
}

.prod_revs_count a {
    font-size: 13px;
    color: #8b8b8b
}

.prod_revs_count a:hover {
    color: #222
}

.prod_price {
    margin: 25px 0
}

.prod_price span {
    color: #1098ad;
    font-size: 24px;
    margin-right: 15px
}

.prod_price span:not(.old-price) {
    font-weight: 700
}

.prod_price .old-price {
    color: #ce9704;
    text-decoration: line-through
}

.prod_desc {
    font-size: 15px
}

.prod_variant_type {
    display: flex;
    padding: 20px 0
}

.custom_variant_type {
    padding: 5px 0
}

.prod_variant_name {
    font-size: 15px;
    color: #878787;
    width: 110px;
    min-width: 110px;
    padding-right: 10px;
    font-weight: 700
}

.prod_variant_name .shipping {
    color: #000
}

.prod_variant_name .price {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #0b62ba
}

.prod_variant_box input,
.prod_variant_color input {
    display: none
}

.prod_variant_color label {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    transition: all .2s ease 0s;
    cursor: pointer;
    margin: 0;
    border: 2px solid grey
}

.prod_variant_color .lightblue label {
    background-color: #add8e6;
    color: #add8e6
}

.prod_variant_color .blue label {
    background-color: #00f;
    color: #00f
}

.prod_variant_color .red label {
    background-color: red;
    color: red
}

.prod_variant_color .pink label {
    background-color: pink;
    color: pink
}

.prod_variant_color .black label {
    background-color: #000;
    color: #000
}

.prod_variant_color .green label {
    background-color: green;
    color: green
}

.prod_variant_color .yellow label {
    background-color: #ff0;
    color: #ff0
}

.prod_variant_color .orange label {
    background-color: orange;
    color: orange
}

.prod_variant_color .gray label {
    background-color: gray;
    color: gray
}

.prod_variant_color .violet label {
    background-color: violet;
    color: violet
}

.prod_variant_color .lightgreen label {
    background-color: #90ee90;
    color: #90ee90
}

.prod_variant_color .purple label {
    background-color: purple;
    color: purple
}

.prod_variant_color .brown label {
    background-color: brown;
    color: brown
}

.prod_variant_color .teal label {
    background-color: teal;
    color: teal
}

.prod_variant_color input:checked+label {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px currentColor
}

.prod_variant_box label {
    cursor: pointer;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    padding: 0 15px
}

.custom_variant_box label {
    height: 30px
}

.custom_variant_ship_box.prod_sizes label {
    width: 100% !important;
    padding: 5px !important;
    margin-bottom: 3px !important;
    background-color: rgb(245 92 3 / 5%) !important
}

.custom_variant_ship_box input:checked+label {
    border-color: #ff7000 !important;
    background-color: #ff7000 !important;
    color: #fff !important;
    transition: all .2s ease 0s
}

.prod_variant_box input:checked+label {
    border-color: #1098ad;
    background-color: #1098ad;
    color: #fff;
    transition: all .2s ease 0s
}

.prod_variant_box.prod_sizes label {
    width: 100%;
    padding: 5px
}

.prod_variant_box.prod_sizes.custom---add label {
    width: 100%;
    padding: 5px 8px
}

.prod_item_actions {
    padding-top: 20px
}

.prod_quantity {
    display: inline-block;
    position: relative;
    margin-right: 35px;
    border-radius: 2em;
    overflow: hidden;
    min-width: 170px
}

.prod_quantity input {
    height: 48px;
    width: 48px;
    border: 1px solid #1098ad;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #1098ad;
    font-size: 17px;
    margin: 0 61px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    user-select: none
}

.prod_quantity .btn_prod_quantity {
    position: absolute;
    top: 0;
    left: 0;
    color: #1098ad;
    cursor: pointer;
    width: 90px;
    height: 48px;
    background: rgba(16, 152, 173, .15);
    justify-content: center;
    font-size: 0;
    transition: background-color .2s ease;
    padding: 0 25px 0 4px
}

.btn-add-wishlist:hover,
.prod_quantity .btn_prod_quantity:hover {
    background: rgba(16, 152, 173, .25);
    color: #1098ad
}

.prod_quantity .quant_inc {
    left: auto;
    right: 0;
    padding: 0 4px 0 25px
}

.btn-add-wishlist {
    margin-right: 30px;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    background: rgba(16, 152, 173, .15);
    border: 0;
    color: #1098ad
}

.btn-prod-addcart {
    border-radius: 2em;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 1px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px
}

.prod_full_desc {
    color: #3b3b3b
}

.prod_full_desc p {
    color: #5c5c5c
}

.pop-add-to-cart {
    margin: 0;
    padding: 30px 0
}

.custom-color {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    transition: all .2s ease 0s;
    cursor: pointer
}

.pop-add-to-cart .product-thumbs {
    width: 100%;
    position: relative;
    padding: 20px
}

.pop-add-to-cart .product-thumbs img {
    width: 100%;
    height: 80%;
    object-fit: cover
}

.pop-add-to-cart .item-remains {
    text-align: left
}

.pop-add-to-cart .units_price {
    display: inline;
    color: #1098ad;
    font-weight: 700;
    font-size: 20px
}

.product_img_zoom {
    padding-right: 20px;
    padding-left: 10px;
    position: relative;
    display: flex;
    flex-direction: row-reverse
}

.prod_zoom_img {
    width: 100%;
    height: 600px
}

.prod_img_zoom {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain
}

.prod_zoom_thumbs {
    margin-right: 20px
}

.prod_img_zoom-thumbs>a {
    display: block;
    width: 68px;
    height: 79px
}

.prod_img_zoom-thumbs {
    max-height: 650px;
    padding: 2px;
    overflow-y: auto
}

.prod_img_zoom-thumbs>a:not(:last-child) {
    margin-bottom: 10px
}

.prod_img_zoom-gallery {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s;
    box-shadow: 0 0 0 1px #ececec;
    border-radius: 5px;
    cursor: pointer
}

.xactive {
    box-shadow: 0 0 0 2px #1098ad
}

.xzoom-preview {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    border-radius: 5px
}

.xzoom-lens img,
.xzoom-preview img,
.xzoom-source img {
    display: block;
    max-width: none;
    max-height: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.xzoom-container {
    display: inline-block
}

.xzoom-hidden,
.xzoom-source {
    display: block;
    position: static;
    float: none;
    clear: both
}

.xzoom-hidden {
    overflow: hidden
}

.xzoom-loading {
    width: 100%;
    height: 100%;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    justify-content: center
}

.xzoom-loading:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3e%3cpath opacity='0.4' fill='%23fff' d='M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z'%3e%3c/path%3e%3cpath fill='%23fff' d='M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z' transform='rotate(323.368 20 20)'%3e%3canimateTransform attributeType='xml' attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='0.7s' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/path%3e%3c/svg%3e");
    width: 82px;
    height: 82px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%
}

.order_success {
    max-width: 700px;
    margin: auto;
    border: 1px solid #e2e2e2;
    border-radius: 5px
}

.order_success>h3 {
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
    font-weight: 700;
    font-size: 17px;
    margin: 0
}

.order_success_body {
    padding: 40px 20px
}

.order_success_icon {
    color: #49b86c;
    width: 140px;
    height: 140px;
    margin: 10px auto 30px;
    justify-content: center;
    border-radius: 50%;
    border: 5px solid #49b86c
}

.order_success_icon svg {
    width: 70px;
    height: 70px
}

.order_success_msg {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto
}

.order_success_foot {
    padding: 0 20px
}

.order_success_table {
    border: 1px solid #e2e2e2;
    margin: 20px 0 40px;
    border-radius: 5px
}

.order_success_table li {
    padding: 9px;
    font-size: 15px
}

.order_success_table li:not(:last-child) {
    border-bottom: 1px solid #e2e2e2
}

.order_success_foot .btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.prod_top_nav {
    box-shadow: 0 1px rgba(0, 0, 0, .15);
    background: #fff
}

.prod_top_nav .stick_cont {
    justify-content: center;
    overflow: hidden;
    height: 64px
}

.prod_top_nav .mini_prod_details {
    width: 100%;
    max-width: 500px;
    padding-top: 120px;
    transition: all .2s;
    visibility: hidden;
    opacity: 0;
    position: absolute
}

.mini_prod_details_innr {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center
}

.mini_prod_details_innr .mini_prod_art {
    width: 45px;
    min-width: 45px;
    height: 45px;
    float: left;
    border-radius: 2px;
    margin-right: 10px
}

.mini_prod_details_innr .mini_prod_art img {
    width: 60%;
    height: 100%;
    object-fit: contain;
}

.mini_prod_details_innr .mini_prod_title {
    max-width: calc(100% - 95px)
}

.mini_prod_details_innr .mini_prod_title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 15px;
    margin: 0;
    transition: all .2s;
    font-weight: 700
}

.mini_prod_details_innr .mini_prod_title p {
    margin: 0;
    font-size: 13px;
    color: rgba(0, 0, 0, .7);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4px;
    font-weight: 500;
    line-height: 1;
    transition: all .2s
}

.prod_top_nav .stick_cont ul {
    transition: all .2s
}

.prod_top_nav .stick_cont ul li a {
    color: #606060;
    font-weight: 700;
    display: block;
    padding: 20.2px 15px;
    height: 64px
}

.prod_top_nav .stick_cont ul li a.active {
    color: #1098ad;
    box-shadow: inset 0 -2px #1098ad
}

.prod_top_nav.stick {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all .2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    z-index: 9
}

.prod_top_nav.stick .stick_cont {
    margin: 0 auto;
    max-width: 1580px;
    padding: 0 15px;
    justify-content: normal
}

.prod_top_nav.stick .stick_cont .mini_prod_details {
    padding-top: 0;
    position: relative;
    opacity: 1;
    visibility: visible
}

.prod_top_nav.stick .stick_cont ul {
    margin-left: auto
}

.prod_detail_row {
    padding: 30px
}

.prod_detail_row>.col-lg-9 {
    border-right: 1px solid #eee
}

.prod_sold_by {
    position: sticky;
    top: 80px
}

.prod_sold_by>p,
.prod_sold_by_items>p {
    color: #949494;
    font-size: 14px
}

.prod_sold_by .avatar {
    margin: 0 auto 10px;
    width: 70px;
    height: 70px
}

.prod_sold_by .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.prod_sold_by .name {
    text-align: center;
    font-size: 19px;
    margin-bottom: 0
}

.prod_sold_by .name a {
    color: #414141
}

.prod_sold_by>.valign-wrapper {
    justify-content: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #737373
}

.prod_sold_by .btn {
    box-shadow: none !important;
    font-size: 13px;
    padding: 4px 12px;
    font-weight: 700
}

.prod_sold_by_items {
    padding: 25px 0 15px
}

.prod_sold_by_items .mini_prod_details .mini_prod_details_innr:not(:last-child) {
    margin-bottom: 15px
}

.prod_sold_by_items .mini_prod_details .mini_prod_details_innr .mini_prod_title {
    max-width: calc(100% - 55px)
}

.prod_sold_by_items .mini_prod_details .mini_prod_details_innr .mini_prod_title a {
    color: #222
}

.prod_reviews {
    padding: 30px
}

.prod_reviews_full {
    padding: 0 0 0 10px
}

.revew_top_sections {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 10px 30px
}

.prod_reviews_full .revew_top_sections {
    padding: 10px 5px
}

.revew_top_sections>.row {
    margin: 0
}

.revew_top_sections>.row>.col-md-6:first-child,
.revew_top_sections>.row>.col-md-9 {
    border-right: 1px solid #f0f0f0
}

.revew_first_section {
    padding: 30px 0
}

.revew_first_section h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0
}

.revew_first_section .prod_revs_count {
    display: block;
    padding: 0;
    margin-bottom: 5px
}

.revew_first_section .stars {
    justify-content: center;
    margin: 5px 0 15px;
    line-height: 1
}

.revew_first_section .prod_recomm_btn {
    padding: 0 10px;
    height: 21.8px;
    font-weight: 700;
    color: #007bff;
    cursor: pointer;
    border-color: #007bff;
    line-height: 21px;
    font-size: 13px
}

.revew_first_section .prod_recomm_btn:hover {
    color: #fff;
    background: #007bff
}

.prod_revw_img_gallery {
    padding: 30px 0;
    white-space: nowrap;
    overflow-x: auto
}

.prod_revw_img_gal_holder {
    width: 140px;
    height: 140px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 4px 0 0;
    display: inline-block
}

.prod_reviews_full .prod_revw_img_gallery_top {
    padding: 0
}

.prod_reviews_full .prod_revw_img_gallery_top .prod_revw_img_gal_holder {
    width: 16.066667%;
    padding-bottom: 16.066667%;
    height: 0;
    margin: 0
}

.prod_reviews_full .prod_revw_img_gallery_top .prod_revw_img_gal_holder:not(:last-child) {
    margin-right: 5px
}

.prod_revw_img_gal_holder_with_count {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.prod_revw_img_gallery_small {
    margin-bottom: 1rem;
    padding: 0
}

.prod_revw_img_gallery_small .prod_revw_img_gal_holder {
    width: 95px;
    height: 95px
}

.prod_reviews_cont {
    padding: 0 10px
}

.prod_reviews_cont .review_list {
    padding: 25px 20px 10px
}

.prod_reviews_cont .review_list:not(:last-child) {
    border-bottom: 1px solid #f0f0f0
}

.prod_reviews_cont .review_list .review_list_head {
    margin-bottom: 17px
}

.review-meta-desc {
    font-size: 14px;
    margin-bottom: 7px;
    width: auto
}

.reviewMeta--author-avatar {
    margin-right: 10px
}

.reviewMeta--author-avatar img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%
}

.reviewMeta--author-text {
    overflow: hidden
}

.reviewMeta--author-text .main {
    font-weight: 700
}

.reviewMeta--author-text .middot {
    margin: 0 6px;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 700
}

.review-meta-desc time {
    color: #a5a5a5;
    font-size: 13px
}

.prod_review-meta .Review-rating {
    color: #fff;
    margin-right: 12px;
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 5px
}

.prod_review-meta .Review-rating.five_star {
    background-color: #388e3c
}

.prod_review-meta .Review-rating.four_star {
    background-color: #4caf50
}

.prod_review-meta .Review-rating.three_star {
    background-color: #ff9800
}

.prod_review-meta .Review-rating.two_star {
    background-color: #ff7245
}

.prod_review-meta .Review-rating.one_star {
    background-color: #ff3f31
}

.verf_purchase {
    color: #ff5722;
    font-size: 13px
}

.verf_purchase svg {
    width: 18px;
    height: 18px;
    margin-right: 3px
}

.prod_review-title {
    font-weight: 700;
    font-size: 17px;
    margin: 0 0 4px
}

.prod_review-desc {
    font-size: 15px;
    color: #737373
}

.prod_review_of_itm {
    top: 20px
}

.prod_review_of_itm .avatar {
    width: 100%;
    height: 0;
    padding-bottom: 90%;
    position: relative
}

.prod_review_of_itm .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 5px
}

.prod_review_of_itm .name {
    text-align: inherit
}

.prod_review_of_itm>.valign-wrapper {
    justify-content: normal
}

.shp_tabs {
    margin-bottom: 25px
}

.shp_tabs_settings {
    margin-bottom: 50px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1
}

.shp_tabs ul {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    white-space: nowrap;
    overflow-x: auto
}

.shp_tabs ul:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e6e6e6;
    z-index: -1
}

.shp_tabs ul li {
    margin: 0
}

.shp_tabs ul li:first-child {
    margin-left: auto
}

.shp_tabs ul li:last-child {
    margin-right: auto
}

.shp_tabs ul li a {
    border-bottom: 2px solid #e6e6e6;
    font-weight: 700;
    padding: 13px 25px;
    line-height: 1;
    color: #8b8b8b;
    display: block
}

.shp_tabs ul li a:hover {
    color: #4e4e4e
}

.shp_tabs ul li.active a {
    border-bottom-color: #0f5384;
    color: #0f5384;
    background: 0 0
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
    background-color: #1098ad
}

.sett_profile_mini {
    justify-content: center;
    margin-bottom: 25px
}

.sett_profile_mini .avatar img {
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.sett_profile_mini .info h3 {
    margin: 0;
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 700
}

.sett_profile_mini .info h3 a {
    color: #4b4b4b
}

.sett_profile_mini .info p {
    margin: 0;
    color: #e4a008;
    font-size: 14px;
    font-weight: 700
}

.setting_sidebar {
    border-right: 1px solid #f0f0f0;
    height: 100%;
    margin: 0 0 10px
}

.setting_sidebar ul {
    padding: 10px 0;
    margin: 0;
    list-style: none
}

.setting_sidebar ul li {
    padding: 2px 0
}

.setting_sidebar ul li a {
    display: block;
    padding: 7px 25px 7px 0;
    color: #747474
}

.setting_sidebar ul li a:hover {
    color: #444
}

.setting_sidebar ul li.active a {
    color: #000;
    box-shadow: inset -2.5px 0 #000;
    font-weight: 700
}

.setting_main_panel .sett_title {
    margin-bottom: 30px
}

.se_prod_det_box .btn.btn-main,
.setting_main_panel .btn.btn-main {
    margin-top: 25px;
    border: 0;
    border-radius: 2em;
    font-weight: 700;
    padding: 8px 30px;
    box-shadow: 0 0 12px rgba(16, 152, 173, .5)
}

.cust_sett_switch {
    margin: 10px 0
}

.cust_sett_switch .custom-control-label {
    cursor: pointer;
    vertical-align: middle;
    padding-left: 15px;
    user-select: none
}

.cust_sett_switch .custom-control-label:before {
    width: 42px;
    height: 19px;
    border-radius: 2em;
    top: 2px;
    box-shadow: none !important
}

.cust_sett_switch .custom-control-label:after {
    width: 20px;
    height: 14px;
    top: 4.5px
}

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

.cust_sett_switch .custom-control-input:checked~.custom-control-label:after {
    left: -28px
}

.my_wallet {
    padding: 0 15px
}

.my_wallet>svg {
    margin-right: 12px;
    width: 36px;
    min-width: 36px;
    height: 36px;
    color: red
}

.my_wallet h3 {
    margin: 0;
    font-size: 19px;
    color: #818181
}

.my_wallet h3 b {
    font-size: 35px;
    color: #212529
}

.wallet_add_link .btn {
    color: #ff5722;
    background-color: rgba(255, 87, 34, .15);
    font-weight: 700
}

.wallet_add_link .btn:hover {
    background-color: rgba(255, 87, 34, .25);
    box-shadow: 0 0 12px rgba(255, 87, 34, .2)
}

.wallet_add_link .btn svg {
    width: 20px;
    height: 20px;
    margin: -3px 0 0
}

.add_money_modal {
    text-align: center;
    display: block
}

.add_money_modal>svg {
    width: 85px;
    height: 85px;
    margin-bottom: 20px;
    margin-top: 40px
}

.add_money_modal .modal-title {
    font-size: 22px;
    font-weight: 700
}

.add_money_modal .modal-body .form-group {
    margin: 0;
    padding: 0 20px
}

.add_money_modal .modal-footer {
    border: 0;
    padding: 25px 6px 40px;
    text-align: center;
    display: block
}

.add_money_modal .modal-footer .btn {
    border: 0;
    border-radius: 2em;
    font-weight: 700;
    font-size: 15px;
    padding: 7px 20px;
    margin: 0;
    box-shadow: none !important
}

.saved_cards>h3,
.transactions>h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 30px 0 20px
}

.pay_card {
    border: 1px solid #f0f0f0;
    border-radius: 7px;
    padding: 15px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    color: #fff;
    font-family: Nunito, Raleway, sans-serif
}

.pay_card.visa {
    background: #142688;
    background: linear-gradient(220deg, #144f88 0, #142688 100%)
}

.pay_card.mastercard {
    background: #eb001b;
    background: linear-gradient(220deg, #f4731b 0, #eb001b 100%)
}

.pay_card.discover {
    background: #f79e1b;
    background: linear-gradient(220deg, #f79e1b 0, #de8e0f 100%)
}

.pay_card.fps {
    background: #96a7ff;
    background: linear-gradient(220deg, #5848eb 0, #96a7ff 100%)
}

.pay_card.pay_in_shop {
    background: #24397c;
    background: linear-gradient(220deg, #000 0, #24397c 100%)
}

.pay_card.bank {
    background: #0d0d0d;
    background: linear-gradient(220deg, #cc800b 0, #353740 100%)
}

.pay_card .card_ico {
    width: 45px;
    height: 32px
}

.pay_card .card_numb {
    font-weight: 700;
    font-size: 20px;
    margin-top: 13px;
    margin-bottom: 12px
}

.pay_card .card_delete {
    display: flex;
    cursor: pointer;
    color: rgba(255, 255, 255, .83);
    margin: 12px 0
}

.pay_card .card_delete svg {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 20px -3px grey
}

.pay_card .card_holder {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, .75);
    white-space: nowrap;
    overflow: hidden;
    margin-right: 40px;
    text-overflow: ellipsis
}

.pay_card .card_name {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 40px;
    text-overflow: ellipsis
}




.addrs_cont .col-md-4 {
    padding: 0
}

.addrs_cont .col-md-4:nth-child(3n+3) .address_box {
    border-right: 0
}

.address_box {
    padding: 20px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    /* height: 100% */
}

.address_box.add_address {
    justify-content: center;
    flex-direction: column;
    cursor: pointer
}

.address_box.add_address svg {
    display: block;
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
    background-color: rgba(16, 152, 173, .15);
    color: #1098ad;
    padding: 11px;
    border-radius: 7px
}

.address_box.add_address p {
    margin: 0;
    font-weight: 600
}

.address_box p {
    margin-bottom: 8px
}

.address_box p svg {
    margin: -3px 0 0;
    width: 22px;
    height: 22px
}

.address_box .addrs_name {
    font-weight: 700;
    font-size: 19px
}

.address_box .addrs_phone {
    font-weight: 600;
    font-size: 15px
}

.address_box .addrs_phone svg {
    width: 18px;
    height: 18px;
    margin: -2px 0 0
}

.address_box .addrs_count,
.address_box .addrs_street {
    font-size: 15px;
    color: #606060
}

.address_box .addrs_foot {
    margin: 0 -10px
}

.address_box .addrs_foot .btn {
    color: #ff5722;
    font-weight: 600;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1
}

.address_box .addrs_foot .btn:hover {
    background-color: rgba(255, 87, 34, .15)
}

.address_box .addrs_foot .btn:not(:last-child) {
    margin-right: 1px
}

.add_address_modal .modal-title {
    padding: 40px 0 0
}

.add_address_modal .modal-body {
    padding: 15px 20px
}

.add_address_modal .modal-body .form-group {
    padding: 0;
    margin-bottom: 1rem
}

.add_address_modal .modal-footer {
    padding: 0 6px 40px
}

.wishlist_item {
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 15px
}

.wishlist_item:last-child {
    border: 0
}

.wishlist_item .wish_delete {
    position: absolute;
    top: 0;
    right: 0
}

.wishlist_item .wish_delete .btn {
    padding: 4px;
    border-radius: 50%;
    color: #b3b3b3
}

.wishlist_item .wish_delete .btn:hover {
    color: #f44336
}

.wishlist_item .wish_left_part {
    max-width: calc(100% - 150px);
    align-items: normal
}

.wishlist_item .wish_left_part .wish_product_img {
    width: 115px;
    min-width: 115px;
    height: 115px;
    margin-right: 15px
}

.wishlist_item .wish_left_part .wish_product_img img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover
}

.wishlist_item .wish_left_part .wish_product_details {
    max-width: inherit
}

.wishlist_item .wish_left_part .wish_product_details h3 {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 21px
}

.wishlist_item .wish_left_part .wish_product_details h3 a {
    color: #232323
}

.wishlist_item .wish_left_part .wish_product_details .desc {
    margin-bottom: 0;
    font-size: 15px;
    color: #717171;
    max-height: 45px;
    overflow: hidden
}

.wishlist_item .wish_left_part .wish_price {
    display: block;
    font-size: 24px
}

.wishlist_item .wish_right_part {
    text-align: right;
    min-width: 150px
}

.wishlist_item .wish_right_part .btn {
    border: 0;
    border-radius: 2em;
    padding: 9px 15px;
    font-size: 15px;
    line-height: 1
}

.order_list {
    border: 1px solid #f0f0f0;
    border-radius: 7px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1)
}

.order_list:not(:last-child) {
    margin-bottom: 40px
}

.order_list_hdr {
    border-bottom: 1px solid #ececec;
    padding: 23px
}

.order_list_hdr .order_list_id {
    background-color: #ececec;
    padding: 0 20px;
    border-radius: 2em;
    height: 36px;
    line-height: 36px;
    margin-right: 12px
}

.order_list_hdr time {
    font-size: 14px;
    color: #777
}

.order_list_hdr .btn {
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 2em;
    border: 0
}

.order_list_bdy {
    padding: 23px
}
.min_prod_parent{
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0 10px;
}
.min_prod_parent:last-child {
    border: none;
}
.min_prod_parent .mini_prod_details_innr{
    border-bottom: none !important;
}
.min_prod_parent .mini_prod_desc{
    margin: 0;
    padding: 0 0 0 10px;
    text-align: center;
}
.order_list_bdy .mini_prod_details_innr {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 10px
}
.order_list_bdy .mini_prod_details_innr:first-child {
    padding-top: 0
}
.order_list_bdy .mini_prod_details_innr:last-child {
    padding-bottom: 0;
    border: 0
}
.order_list_bdy .mini_prod_details_innr .mini_prod_art {
    width: 75px;
    min-width: 75px;
    height: 75px;
}

.order_list_bdy .mini_prod_details_innr .mini_prod_title h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 8px;
    white-space: normal;
    max-height: 49px
}

.order_list_bdy .mini_prod_details_innr .mini_prod_title h3 a {
    color: #252525
}

.order_list_bdy .mini_prod_details_innr .mini_prod_title span {
    color: #929292;
    display: inline-block
}

.order_list_bdy .mini_prod_details_innr .mini_prod_title b {
    margin-left: 10px
}

.mini_prod_status {
    margin-left: auto;
    padding-left: 30px;
    min-width: 130px
}

.mini_prod_date p,
.mini_prod_status p {
    margin-bottom: 0;
    font-size: 14px;
    color: #949494
}

.mini_prod_status b {
    font-size: 16px
}

.mini_prod_status b.received {
    color: #673ab7
}

.mini_prod_status b.shipped {
    color: #2196f3;
    border-radius: 20px;
    padding: 5px 11px;
    font-size: 14px;
    opacity: .7
}

.mini_prod_status b.delivered {
    color: #4caf50
}

.mini_prod_status b.pickup {
    color: #ff0b73
}

.mini_prod_status b.cancelled {
    color: #f44336
}

.mini_prod_status b.delete {
    color: #4caf50
}

.mini_prod_status b.draft {
    color: #4caf50
}

.mini_prod_status b.closed {
    color: #dc3545
}

.mini_prod_status b.delete,
.mini_prod_status b.draft {
    color: #000
}

.mini_prod_date {
    margin-left: 40px;
    min-width: 150px
}

.mini_prod_date b {
    font-size: 19px
}

.order_detail {
    border: 1px solid #f0f0f0;
    border-radius: 7px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1)
}

.order_detail:not(:last-child) {
    margin-bottom: 30px
}

.order_detail .order_list_hdr .btn {
    color: #1098ad;
    background-color: #ececec;
    font-weight: 600;
    box-shadow: inset 0 0 0 1.5px #1098ad
}

.order_detail_footer {
    margin: 0;
    padding: 15px 0
}
.total_amount {
    font-size: 18px;
    font-weight: 600;
}
.opening_hours{
    border-bottom-color: #8080801a; 
    width: 100%; padding: 5px 0px
}
.order_detail_footer>.col-md-4:not(:last-child) {
    border-right: 1px solid #f0f0f0
}

.order_detail_footer h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px
}

.order_detail_footer h3 svg {
    margin-top: -4px
}

.order_detail_footer .address_box {
    border: 0;
    padding: 0
}

.order_detail_footer .address_box .addrs_count {
    margin-bottom: 0
}

.order_detail_footer .empty_state {
    padding: 10px 0
}

.order_detail_footer .empty_state span {
    width: 72px;
    height: 72px;
    background-color: #019213;
    color: #fff
}

.order_detail_footer .empty_state p {
    font-weight: 400;
    font-size: 16px
}

.order_steps {
    padding: 10px;
    border: 1px solid #e6e6e6;
    margin: 0 20px 20px;
    border-radius: 7px
}

.order_steps_status {
    padding: 20px 20px 0
}

.order_steps_status p {
    font-size: 15px
}

.steps_header {
    padding: 30px 20px 0
}

.step_icons {
    position: relative;
    width: 100%;
    height: 52px;
    margin-bottom: 23px
}

.step_icons>div {
    position: absolute;
    top: 50%
}

.step_icons .icon-one {
    left: 0;
    transform: translateY(-50%)
}

.step_icons .icon-two {
    left: 33%;
    transform: translate(-50%, -50%)
}

.step_icons .icon-three {
    left: 66%;
    transform: translate(-50%, -50%)
}

.step_icons .icon-four {
    right: 0;
    transform: translateY(-50%)
}

.step_icons svg {
    width: 50px;
    height: 60px;
    filter: grayscale(1);
    opacity: .5
}

.step-four-active .step_icons>.icon-four>svg,
.step-four-active .step_icons>.icon-one>svg,
.step-four-active .step_icons>.icon-three>svg,
.step-four-active .step_icons>.icon-two>svg,
.step-one-active .step_icons>.icon-one>svg,
.step-three-active .step_icons>.icon-one>svg,
.step-three-active .step_icons>.icon-three>svg,
.step-three-active .step_icons>.icon-two>svg,
.step-two-active .step_icons>.icon-one>svg,
.step-two-active .step_icons>.icon-two>svg {
    filter: grayscale(0);
    opacity: 1
}

.steps_header .line {
    width: 100%;
    height: 4px;
    background: #ddd;
    position: relative;
    border-radius: 8px;
    margin-bottom: 20px
}

.steps_header .line .line_sec {
    height: 4px;
    width: 0;
    background: #388e3c;
    border-radius: 2em;
    position: absolute;
    transition: all .2s ease
}

.steps_header .line .dot-move {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    transition: .3s all ease;
    border: 2.5px solid #388e3c
}

.steps_header .line .dot {
    position: absolute;
    top: 50%;
    width: 31px;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    transition: .3s all ease;
    transform: translate(-50%, -50%) scale(.5);
    border: 6px solid #ddd
}

.steps_header .line .dot.one {
    left: 0;
    transform: translate(-10px, -50%) scale(.5)
}

.steps_header .line .dot.two {
    left: 33%
}

.steps_header .line .dot.three {
    left: 66%
}

.steps_header .line .dot.four {
    right: 0;
    transform: translate(10px, -50%) scale(.5)
}

.step-one-active.steps_header .dot.one {
    background: #388e3c;
    width: 20px;
    height: 20px;
    border: 0;
    transform: translate(0, -50%) scale(.5)
}

.step-four-active.steps_header .dot.one,
.step-three-active.steps_header .dot.one,
.step-two-active.steps_header .dot.one {
    background: #388e3c;
    width: 20px;
    height: 20px;
    border: 0;
    transform: translate(-5px, -50%) scale(.5)
}

.step-four-active.steps_header .dot.two,
.step-three-active.steps_header .dot.two,
.step-two-active.steps_header .dot.two {
    background: #388e3c;
    width: 20px;
    height: 20px;
    border: 0
}

.step-four-active.steps_header .dot.three,
.step-three-active.steps_header .dot.three {
    background: #388e3c;
    width: 20px;
    height: 20px;
    border: 0
}

.step-four-active.steps_header .dot.four {
    background: #388e3c;
    width: 20px;
    height: 20px;
    border: 0
}

.step-one-active.steps_header .line .line_sec {
    width: 0
}

.step-two-active.steps_header .line .line_sec {
    width: 33%
}

.step-three-active.steps_header .line .line_sec {
    width: 66%
}

.step-four-active.steps_header .line .line_sec {
    width: 100%
}

.step-two-active .line .dot-move {
    left: 33%;
    transform: translate(-50%, -50%)
}

.step-three-active .line .dot-move {
    left: 66%;
    transform: translate(-50%, -50%)
}

.step-four-active .line .dot-move {
    left: 100%;
    transform: translate(-50%, -50%)
}

.steps_header .steps {
    margin-bottom: 10px;
    position: relative;
    height: 42px
}

.steps_header .steps>div {
    position: absolute;
    top: 0;
    transform: translate(-50%);
    height: 42px;
    display: inline-block;
    text-align: center;
    transition: .3s all ease
}

.steps_header .steps>div>span {
    color: #626262;
    font-size: 14px;
    font-weight: 700;
    display: block
}

.steps_header .steps>div>span p {
    font-weight: 400;
    color: #626262
}

.step-four-active .steps>.step-four>span,
.step-four-active .steps>.step-one>span,
.step-four-active .steps>.step-three>span,
.step-four-active .steps>.step-two>span,
.step-one-active .steps>.step-one>span,
.step-three-active .steps>.step-one>span,
.step-three-active .steps>.step-three>span,
.step-three-active .steps>.step-two>span,
.step-two-active .steps>.step-one>span,
.step-two-active .steps>.step-two>span {
    color: #388e3c
}

.steps_header .steps>div.step-one {
    left: 0;
    transform: none;
    text-align: left
}

.steps_header .steps>div.step-two {
    left: 33%
}

.steps_header .steps>div.step-three {
    left: 66%
}

.steps_header .steps>div.step-four {
    right: 0;
    transform: none;
    text-align: right
}

.store_prof .prof_cover,
.user_prof .prof_cover {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 25%;
    overflow: hidden;
    border-radius: 7px
}

.store_prof .prof_cover img,
.user_prof .prof_cover img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.user_prof .sett_profile_mini {
    display: inline-flex;
    margin: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
    background-color: #fff;
    padding: 15px 15px 0;
    border-radius: 45px
}

.prof_user_item {
    padding: 35px 0
}

.prof_user_item:not(:last-child) {
    border-bottom: 1px solid #eee
}

.prof_user_item .reviewMeta--author-avatar img {
    width: 40px;
    min-width: 40px;
    height: 40px
}

.prof_user_item .mini_prod_details {
    padding: 10px 15px 0 50px
}

.prof_user_item .mini_prod_details_innr {
    border: 1px solid #f0f0f0;
    padding: 11px;
    border-radius: 7px
}

.prof_user_item .mini_prod_details_innr .mini_prod_art,
.prof_user_item .mini_prod_details_innr .mini_prod_art img {
    width: 60%;
    height: 100%
}

.prof_user_item .mini_prod_details_innr .mini_prod_title h3 {
    font-size: 17px
}

.prof_user_item .mini_prod_details_innr .mini_prod_title h3 a {
    color: #2d2d2d
}

.prof_user_item .mini_prod_details_innr .mini_prod_title p {
    font-size: 15px;
    margin-top: 7px
}

.prof_user_item .prod_review-title {
    margin: 7px 0 14px;
    color: #696969;
    font-weight: 600
}

.prof_sidebar {
    border: 1px solid #eee;
    border-radius: 7px;
    padding: 10px;
    margin-top: 30px
}

.prof_loc {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0 20px
}

.prof_loc>svg {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
    color: #969696
}

.prof_loc>p {
    justify-content: center;
    margin: 0
}

.prof_loc>p .flag-icon {
    margin-right: 6px
}

.prof_side_info {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 10px
}

.prof_side_info li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 0
}

.prof_side_info li:first-child {
    border-right: 1px solid #f0f0f0
}

.prof_side_info li p {
    margin: 0
}

.prof_sidebar .btn-social {
    justify-content: center;
    padding: 20px 0 10px
}

.store_prof {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 30px
}

.store_prof .prof_cover .btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    background-color: rgba(255, 255, 255, .3);
    border: 0;
    z-index: 9
}

.store_pic_cont {
    position: absolute;
    height: 85px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5
}

.store_pic_cont:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.store_pic_cont .sp_inner {
    text-align: center;
    margin-top: -100px;
    position: relative;
    z-index: 5
}

.store_pic_cont .sp_inner .avatar {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 0
}

.store_pic_cont .sp_inner .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .3)
}

.store_pic_cont .sp_inner .info {
    margin-top: 15px
}

.store_pic_cont .sp_inner .info h3 {
    margin: 0;
    font-weight: 600;
    font-size: 28px
}

.store_pic_cont .sp_inner .info h3 a {
    color: #fff
}

.brand_overview .brand_hdr {
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 40px
}

.brand_overview .brand_hdr img {
    width: 100%;
    max-width: 170px;
    border: 1px solid #eee;
    border-radius: 5px
}

.brand_overview .brand_hdr h2 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 35px;
    word-break: break-all
}

.brand_sub_hdr {
    margin-bottom: 15px
}

.brand_sub_hdr .prod_hding_main {
    margin: 0
}

.brand_sub_hdr span {
    color: #5f5f5f
}

.brand_sub_hdr .dropdown {
    margin-left: 5px
}

.brand_sub_hdr .dropdown-toggle {
    cursor: pointer;
    line-height: 1;
    padding: 3px 5px
}

.store_product_list {
    margin-bottom: 35px
}

.prod_hding_main {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px
}

.prod_hding_main span {
    color: #1098ad;
    background-color: rgba(16, 152, 173, .2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    width: 35px;
    height: 35px;
    border-radius: 50%
}

.mini_prod {
    position: relative;
    padding: 20px 20px 65px;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #e8e8e8;
    transition: all .2s;
    margin-bottom: 30px
}

.mini_prod:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .2)
}

.mini_prod .avatar {
    height: 100%;
    max-height: 180px;
    min-height: 100px;
    margin: 10px auto 30px;
    text-align: center
}

.mini_prod.large_size .avatar {
    max-height: 250px
}

.mini_prod .avatar img {
    max-height: 180px;
    height: 100%;
    width: 100%;
    object-fit: contain
}

.mini_prod.large_size .avatar img {
    max-height: 250px
}

.mini_prod h2.name {
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    min-height: 45.45px;
    max-height: 45.45px;
    overflow: hidden
}

.mini_prod.large_size h2.name {
    font-size: 25px;
    min-height: 60px;
    max-height: 60px
}

.mini_prod h2.name a {
    color: #353535
}

.mini_prod .prod_price {
    margin-top: 0;
    text-align: center
}

.mini_prod .prod_price span {
    font-size: 15px;
    margin: 0 3px
}

.mini_prod.large_size .prod_price span {
    font-size: 18px
}

.mini_prod .mini_prod_foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px 20px;
    text-align: center;
    justify-content: center
}

.mini_prod .mini_prod_foot .btn {
    font-weight: 600;
    border-radius: 10px;
    margin: 0 5px;
    padding: 0 8px;
    height: 42px;
    line-height: 42px
}

.mini_prod.large_size .mini_prod_foot .btn {
    padding: 0 12px
}

.mini_prod .mini_prod_foot .btn-default {
    background-color: #f4f4f4
}

.mini_prod .mini_prod_foot .btn svg {
    width: 18px;
    height: 18px;
    margin: -5px 0 0
}

.popular-prod a {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    display: block !important;
    font-size: 15px !important;
    margin: 0 !important;
    transition: all .2s !important;
    font-weight: 700 !important
}

@media(max-width:768px) {
    .mini_prod {
        padding: 10px 10px 45px
    }
    .mini_prod .avatar {
        max-height: 150px;
        min-height: 150px;
        margin: 10px auto -20px
    }
    .mini_prod .avatar img {
        max-height: 120px !important;
        height: 100%;
        object-fit: cover;
        width: 60%
    }
}

.prod_badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #607d8b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    padding: 0 11px;
    height: 25px;
    border-radius: 7px
}

.prod_badge.sale {
    background-color: #3f51b5
}

.prod_badge.off {
    background-color: #4caf50
}

.prod_badge.trending {
    background-color: #ff764b
}

.prod_quick_opts {
    position: absolute;
    top: 14px;
    left: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all .15s
}

.mini_prod:hover .prod_quick_opts {
    opacity: 1;
    visibility: visible
}

.prod_quick_opts .btn {
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .07);
    border-radius: 50%;
    border: 0;
    padding: 0;
    justify-content: center;
    width: 43px;
    height: 43px;
    color: #fff;
    margin: 0 0 14px
}

.prod_quick_opts .btn:hover {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .25)
}

.prod_quick_opts .btn.wshlst {
    background-color: #ff6559
}

.prod_quick_opts .btn.qckvew {
    background-color: #04abf2
}

.side_idget {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0
}

.side_idget:last-child {
    border: 0;
    padding: 0
}

.side_idget .prod_hding_main {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.side_idget .prod_hding_main span {
    width: 27px;
    height: 27px
}

.side_idget .prod_hding_main span svg {
    width: 18px;
    height: 18px
}

.price-range-slider {
    width: 100%
}

.price-range-slider .range-value {
    margin: 0
}

.price-range-slider .range-value input {
    width: 100%;
    background: 0 0;
    color: #525252;
    font-size: 15px;
    border: none;
    margin: 5px 0 20px 0
}

.price-range-slider .range-bar {
    border: none;
    background: #ece3e1;
    height: 4px;
    margin: 0 8px
}

.price-range-slider .range-bar .ui-slider-range {
    background: #ff5722
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 50%;
    background: #ff5722;
    height: 16px;
    width: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.price-range-slider .range-bar .ui-slider-handle:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

.cate_side_lists {
    max-height: 260px;
    overflow: auto
}

.cate_side_lists li {
    margin: 3px 0
}

.cate_side_lists li a {
    color: #626262
}

.cate_side_lists li a:hover {
    color: #000
}

.cate_side_variant .list-inline-item {
    margin-bottom: 9px
}

.cate_side_variant label {
    padding: 0 16px;
    border-radius: 2em
}

.cate_side_variant.prod_sizes label {
    width: 47px;
    min-width: 47px
}

.prod_quick_view {
    width: 100%;
    max-width: 850px
}

.prod_quick_view button.close {
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    justify-content: center;
    width: 30px;
    height: 30px;
    z-index: 5;
    background-color: #cacaca;
    float: none;
    border-radius: 50%
}

.prod_quick_view .modal-content {
    display: block
}

.prod_quick_view .modal-body {
    padding: 0 20px 0 0
}

.prod_quick_view .carousel {
    margin-bottom: 35px;
    border-radius: 7px 0 0 0
}

.prod_quick_view .carousel-inner {
    border-radius: 7px 0 0 0
}

.prod_quick_view .carousel-indicators {
    bottom: -45px
}

.prod_quick_view .carousel-indicators li {
    background-color: #c9c9c9;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    opacity: 1
}

.prod_quick_view .carousel-indicators li.active {
    background-color: #1098ad
}

.prod_quick_view .carousel-control-next,
.prod_quick_view .carousel-control-prev {
    width: 20%;
    opacity: 0
}

.prod_quick_view .carousel:hover .carousel-control-next,
.prod_quick_view .carousel:hover .carousel-control-prev {
    opacity: .5
}

.prod_quick_view .carousel:hover .carousel-control-next:hover,
.prod_quick_view .carousel:hover .carousel-control-prev:hover {
    opacity: 1
}

.prod_quick_view .carousel-control-next span,
.prod_quick_view .carousel-control-prev span {
    background-image: none;
    background-color: #000;
    width: 35px;
    height: 35px;
    justify-content: center;
    border-radius: 50%
}

.prod_quick_view .prod_name {
    margin-top: 20px;
    padding-right: 25px
}

.prod_quick_view .prod_quantity {
    margin-right: 20px
}

.write_review_icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    display: block;
    opacity: .7
}

.write_review_item .wish_left_part {
    max-width: 100%;
    align-items: center
}

.write_review_item .wish_left_part .wish_product_img {
    width: 90px;
    min-width: 90px;
    height: 90px
}

.write_review_item .wish_left_part .wish_price {
    margin-top: 12px
}

.write_review_title {
    margin-top: 30px;
    font-size: 25px
}

.star_rating {
    flex-direction: row-reverse;
    font-size: 30px;
    justify-content: flex-end
}

.star_rating input {
    display: none
}

.star_rating label {
    color: #dcdcdc;
    cursor: pointer
}

.star_rating :checked~label {
    color: #ef8f12
}

.star_rating label:hover,
.star_rating label:hover~label {
    color: #fc0
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.featured_prod_slider .slick-arrow {
    box-shadow: none;
    width: 70px;
    height: 70px;
    opacity: 0
}

.featured_prod_slider:hover .slick-arrow {
    opacity: 1
}

.featured_prod_slider .slick-arrow svg {
    width: 32px;
    height: 32px
}

.featured_prod_slider .slick-prev {
    left: 20px
}

.featured_prod_slider .slick-next {
    right: 20px
}

.fprod_slide {
    position: relative;
    height: 580px
}

.fprod_slide .fprod_slide_img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fprod_slide .main-container {
    height: 100%;
    padding: 0 100px
}

.fprod_slide .fprod_slide_info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%
}

.fprod_slide .fprod_slide_info:after,
.fprod_slide .fprod_slide_info:before {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    content: "";
    display: block;
    height: 24px
}

.fprod_slide .fprod_slide_info>div {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 40%
}

.fprod_slide .fprod_slide_info.left>div {
    margin: 0 auto 0 0
}

.fprod_slide .fprod_slide_info.center>div {
    margin: 0 auto;
    text-align: center
}

.fprod_slide .fprod_slide_info.right>div {
    margin: 0 0 0 auto
}

.fprod_slide.slick-active h1 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown
}

.fprod_slide.slick-active b {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp
}

.fprod_slide.slick-active .btn {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp
}

.fprod_slide h1 {
    font-weight: 700;
    font-size: 47px
}

.fprod_slide b {
    display: block;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 30px
}

.fprod_slide b sup {
    top: -10px;
    font-size: 68%
}

.fprod_slide .btn {
    color: #1098ad;
    border: 0;
    position: relative;
    background: 0 0;
    font-weight: 700;
    font-size: 18px;
    padding: 0 16px;
    height: 45px;
    line-height: 45px;
    background-size: 100% 70%;
    background-repeat: no-repeat;
    background-image: linear-gradient(to top, rgba(16, 152, 173, .25) 50%, rgba(0, 0, 0, 0) 50.1%);
    background-position: left 0 bottom 0;
    transition: background 160ms ease;
    border-radius: 2px
}

.fprod_slide .btn:hover {
    background-size: 100% 200%;
    background-position: left 0 bottom 0;
    border-radius: 5px
}

.fprod_cats {
    padding-bottom: 30px;
    height: 100%
}

.fprod_cats .fprod_cats_link {
    display: block;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    height: 100%
}

.fprod_cats .fprod_cats_link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    transition: all .3s
}

.fprod_cats .fprod_cats_link:hover::after {
    background-color: rgba(0, 0, 0, .4)
}

.fprod_cats .fprod_cats_link img {
    width: 100%;
    object-fit: cover;
    transition: all .3s
}

.fprod_cats .fprod_cats_link:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.fprod_cats .fprod_cats_etails {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1
}

.fprod_cats .fprod_cats_etails h2 {
    margin: 0;
    color: #252525;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .15)
}

.fprod_cats .fprod_cats_etails.big h2 {
    font-size: 40px
}

.fprod_cats.small_cats .fprod_cats_link img {
    height: 295px
}

.home_side_title {
    height: 100%;
    justify-content: center;
    flex-direction: column
}

.home_side_title .empty_state {
    padding: 0
}

.home_side_title h2 {
    margin: 0;
    font-size: 31px;
    font-weight: 600;
    color: #313131
}

.home_slide_prods {
    margin: 0 -10px
}

.home_slide_prods .col-md-3 {
    padding: 0 10px
}

.home_slide_prods .slick-arrow {
    width: 40px;
    height: 40px;
    background: 0 0;
    box-shadow: none
}

.home_slide_prods .slick-prev {
    left: -37px
}

.home_slide_prods .slick-next {
    right: -37px
}

.home_slide_prods .mini_prod {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    margin: 7px 0
}

.home_slide_prods .mini_prod:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12)
}

.home_slide_prods .mini_prod .avatar {
    max-height: 160px
}

.home_slide_prods .mini_prod .avatar img {
    margin: auto;
    max-height: 160px
}

.home_slide_prods .mini_prod .mini_prod_foot .btn {
    width: 65%;
    border-radius: 6px;
    height: 39px;
    line-height: 39px
}

.deal_of_week {
    border-radius: 0;
    background-color: #1098ad;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='470' height='235' viewBox='0 0 1600 800'%3E%3Cpath fill='%2380c14e' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%2349dbdb' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill-opacity='0.19' fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E")
}

.deal_of_week h2 {
    color: #fff
}

.deal_of_week .slick-arrow {
    color: #fff;
    background: rgba(255, 255, 255, .2)
}

.deal_timer {
    margin: 30px 0 0;
    width: 100%;
    text-align: center
}

.deal_timer li {
    display: inline-block;
    font-size: 13px;
    padding: 0 5px;
    text-align: center;
    color: #fff
}

.deal_timer li span {
    font-size: 18px;
    background: #83ceda;
    border-radius: 50%;
    margin: 0 auto 4px;
    height: 43px;
    width: 43px;
    color: #3f3f3f;
    display: block;
    text-align: center;
    line-height: 43px;
    font-weight: 700
}

.deal_of_week .mini_prod {
    padding: 20px
}

.deal_of_week .mini_prod .prod_price {
    margin: 0
}

.home_prods_grid_prnt {
    background: #e2e2e2;
    margin: 50px 0 80px
}

.home_prods_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 1px
}

.home_prods_grid .mini_prod {
    margin: 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none
}

.featured_brands {
    overflow: hidden;
    margin: 40px 0 70px;
    display: flex;
    justify-content: center
}

.featured_brands .feat_brand {
    width: 8%;
    float: left;
    text-align: center
}

.featured_brands .feat_brand a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px
}

.featured_brands .feat_brand img {
    height: 100%;
    pointer-events: none;
    object-fit: contain
}

.se_link_click {
    position: relative;
    display: block;
    background: #f5f8fa;
    padding: 18px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    color: inherit !important;
    border-color: #fcab32;
    border-left: 5px solid #f5c26b;
    border-radius: 0.1875rem;
    box-shadow: 0 1px 5px 0 #cbd6e2;
    cursor: pointer;
    transition: .2s ease-in-out all;
}
.se_link_click_bdr{
    border-right: 5px solid #f5c26b;
}
.se_link_click:hover {
    cursor: pointer;
    box-shadow: 0 10px 25px -5px #cbd6e2;
    transition: 0.3s ease-in-out;
    color: inherit;
    text-decoration: none;
}
.se_link_click::after {
    content: '';
    /* background-image: url(../images/right_arrow.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0.5rem;
    bottom: 1rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}
.fak_image {
    position: relative;
    width: 100%;
    height: 110px;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    background: #f7f7f7
}

.fak_image>div {
    width: 100%;
    height: 100%
}

.fak_image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fak_image .upload_fk_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.fak_image .upload_fk_image .upload_fk_image_content {
    background-color: rgba(0, 0, 0, .38);
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    cursor: pointer
}

body.seller_body {
    background-color: #f4f6f8
}

.seller_container {
    width: 100%;
    position: relative;
    min-height: calc(100vh - 122px);
    overflow: hidden
}

.se_sidebar {
    display: block;
    height: 100vh;
    width: 280px;
    max-width: 280px;
    position: absolute;
    background-color: #F4F6F8;
    top: 0;
    left: 0;
    bottom: 0;
    box-shadow: 1px 0 0 #e3e6ea;
}

.sidebar_fixed{
    position: fixed !important;
}

.se_sidebar_scroll_fixed{
    margin-top: 20px !important;
}

.sidebar_fixed .se_sidebar_scroll{
    margin-top: 120px;
    padding-top: 10px;
}

.se_sidebar_scroll{
    overflow-x: hidden;
    top: inherit;
    bottom: inherit;
    position: inherit;
    max-width: inherit;
    width: inherit;
    transition: all .2s ease-in-out;
}

.mobile_close{
    left: 0;
}

.mobile_close svg{
    width: 20px;
    color: #fff;
}

.se_sidebar .sections {
    padding: 15px 0;
    margin: 0
}

.se_sidebar .sections hr {
    margin: 15px 0;
    border-color: #e7e9ec
}

.se_sidebar .sections li a {
    padding: 0 27px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13.5px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    color: #737373;
    transition: all .1s
}

.se_sidebar .sections li a:hover {
    background-color: rgba(156, 163, 170, .1);
    color: #222
}

.se_sidebar .sections li.active a {
    color: #1098ad;
    box-shadow: inset -2.5px 0 #1098ad
}

.se_sidebar .sections li a svg {
    margin-right: 27px;
    width: 24px;
    height: 24px
}

.se_sidebar .sections li a img {
    margin-right: 27px;
    width: 24px;
    height: 24px
}

.se_content {
    position: relative;
    display: block;
    margin-left: 280px
}


header.seller_header>nav {
    padding: 12px 0
}

header.seller_header .head_menu {
    display: none;
    line-height: 1;
    padding: 5px;
    margin-right: 15px;
    cursor: pointer
}

.seller_header .header_logo {
    max-width: 135px
}

.seller_foot .bottom_footr {
    background: 0 0;
    border-top: 1px solid #e3e6ea
}

.seller_foot .bottom_footr .copyright,
.seller_foot .bottom_footr .copyright a {
    color: #373737
}

.seller_foot .foot_links {
    margin: 0;
    text-align: right
}

.seller_foot .foot_links li:not(:last-child) {
    margin-right: 11px
}

.seller_foot .foot_links li a {
    color: #373737;
    font-weight: 400
}

.seller_foot .foot_links li a:hover {
    color: #000;
    box-shadow: inset 0 -1px #000
}

.seller_prod_list {
    margin: 0 -8px
}

.seller_prod_list .col-md-3 {
    padding: 0 8px
}

.seller_prod_list .mini_prod {
    background: #fff;
    margin-bottom: 16px
}

.seller_prod_list .mini_prod .btn {
    border: 0;
    height: 37px;
    line-height: 20px
}

.seller_prod_list .mini_prod .btn-success {
    color: #28a745;
    background-color: rgba(40, 167, 69, .1)
}

.seller_prod_list .mini_prod .btn-danger {
    color: #dc3545;
    background-color: rgba(220, 53, 69, .1)
}

.seller_search_cust {
    position: relative
}

.seller_search_cust svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 7px;
    left: 9px;
    color: #878787
}

.seller_search_cust input {
    border-radius: 2em;
    padding-left: 40px
}

.seller_table {
    padding: 15px 20px;
    margin-top: 25px
}

.seller_table .table {
    margin: 0
}

.seller_table .table thead th {
    border-top: none
}

.seller_table .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .01)
}

.seller_table .table .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 6px;
    object-fit: cover
}

.seller_table .table .flag-icon {
    background-size: cover;
    width: 22px;
    height: 15px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 2px
}

.seller_orders_head {
    font-weight: 700;
    width: 100%;
    padding: 2px 20px;
    margin-top: 30px
}

.seller_orders_head li {
    float: left;
}

.seller_order_trigger .oid,
.seller_orders_head li.oid {
    width: 15%;
}

.seller_order_trigger .oplc,
.seller_orders_head li.oplc {
    width: 20%;
}

.seller_order_trigger .ocst,
.seller_orders_head li.ocst {
    width: 30%;
}

.seller_order_trigger .ottl,
.seller_orders_head li.ottl {
    width: 13%;
}

.seller_order_trigger .osts,
.seller_orders_head li.osts {
    width: 17%;
}

.seller_order_trigger .ostp,
.seller_orders_head li.ostp {
    width: 17%;
}

.seller_order_trigger .oemp,
.seller_orders_head li.oemp {
    width: 5%;
    text-align: end;
}

.seller_orders li {
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    transition: all .2s;
    border-radius: 5px;
}

.seller_orders li:hover {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
}

.seller_order_trigger {
    padding: 20px;
    cursor: pointer;
}

.seller_order_trigger svg {
    transition: all .2s;
    transform: rotate(180deg);
}

.seller_order_trigger.collapsed svg {
    transform: rotate(0);
}

.seller_order_trigger .osts span,
.seller_order_trigger .ottl span {
    display: inline-block;
    padding: 3px 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}

.seller_order_trigger .ostp span {
    border-radius: 4px;
    padding: 2px 5px;
}

.seller_order_trigger .received {
    color: #673ab7;
    background-color: rgba(103, 58, 183, .15);
}

.seller_order_trigger .shipped {
    color: #2196f3;
    background-color: rgba(33, 150, 243, .15);
}

.seller_order_trigger .delivered {
    color: #4caf50;
    background-color: rgba(76, 175, 80, .15);
}

.seller_order_trigger .pickup {
    color: #fff;
    background-color: rgba(220, 9, 99, .55);
}
.seller_order_trigger .pickup {
    color: #fff;
    background-color: rgba(220, 9, 99, .55);
}

.seller_order_trigger .cancelled {
    color: #f44336;
    background-color: rgba(244, 67, 54, .15);
}

.seller_order_trigger .pending {
    color: #000;
    background-color: rgba(0, 0, 0, .15);
}

.seller_order_trigger .closed {
    color: #fff;
    background-color: rgba(220, 56, 72, .33);
}

.seller_order_trigger .delete,
.seller_order_trigger .draft {
    color: #000;
    background-color: rgba(251, 7, 7, .3);
}

.seller_order_trigger .sentout {
    color: #fff;
    background-color: #ebad08;
}

.seller_orders .seller_table {
    margin: 0;
    padding: 5px 20px 20px;
}

.seller_orders .seller_table .table .avatar {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    margin-right: 10px;
    object-fit: contain;
}

.sel_dash_box .sel_dash_ico {
    margin-bottom: 10px;
}

.sel_dash_box .sel_dash_ico>svg {
    width: 40px;
    height: 40px;
}

.sel_dash_box .sel_dash_ico span {
    font-weight: 600;
}

.sel_dash_box .sel_dash_ico span svg {
    width: 19px;
    height: 19px;
    margin-top: -2px;
}

.sel_dash_box h3 {
    font-size: 20px;
    color: #626262;
    margin: 0;
}

.sel_dash_box b {
    font-size: 30px;
    margin-top: 5px;
    display: block;
    font-weight: 600;
}

.sel_dash_today_top .mini_prod_details_innr:not(:last-child) {
    margin-bottom: 20px
}

.sel_dash_today_top .mini_prod_details_innr .mini_prod_art,
.sel_dash_today_top .mini_prod_details_innr .mini_prod_art img {
    width: 53px;
    min-width: 53px;
    height: 53px
}

.sel_dash_today_top .mini_prod_details_innr .mini_prod_title {
    max-width: calc(100% - 70px)
}

.sel_dash_today_top .mini_prod_details_innr .mini_prod_title h3 {
    font-size: 16px
}

.sel_dash_today_top .mini_prod_details_innr .mini_prod_title h3 a {
    color: #222
}

.sel_dash_today_top .mini_prod_details_innr .mini_prod_title p {
    font-size: 14px
}

.sel_dash_top_prods {
    padding: 25px 30px 0
}

.sel_dash_top_prods .mini_prod {
    padding: 15px 15px 50px
}

.sel_dash_top_prods .mini_prod .avatar,
.sel_dash_top_prods .mini_prod .avatar img {
    max-height: 140px
}

.sel_dash_top_prods .mini_prod .mini_prod_foot {
    padding: 0 15px 5px
}

.sel_dash_top_prods .mini_prod .mini_prod_foot .btn {
    width: 100%;
    cursor: text;
    color: #3f51b5
}

.pagination {
    margin-top: 20px
}

.pagination .page-item {
    margin: 0 1px
}

.pagination .page-link {
    border: 0;
    height: 40px;
    min-width: 40px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    color: #212121;
    border-radius: 2em;
    background: 0 0;
    box-shadow: none
}

.pagination .page-item.disabled .page-link {
    background: 0 0;
    color: #a6a6a6
}

.pagination .page-item:not(.disabled) .page-link:hover {
    background-color: #fff
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
    background-color: #1098ad
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 2em
}

.se_prod_det_box {
    padding: 20px 30px
}

.se_prod_det_box .brand_sub_hdr {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 25px
}

.se_prod_det_box .se_prod_det_title {
    color: #898989;
    font-weight: 600;
    margin-bottom: 7px;
    font-size: 14px
}

#prod_desc {
    min-height: 320px
}

.create_prod_images .productimage-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px -10px
}

.create_prod_images .productimage-holder .thumb-image {
    width: 25%;
    height: 150px;
    margin: 0 0 10px;
    padding: 0 5px;
    display: flex;
    border-radius: 8px;
    object-fit: cover
}

.create_prod_images .upload-product-image {
    display: flex;
    width: 25%;
    margin: 0 0 10px;
    height: 150px;
    padding: 0 5px;
    object-fit: cover;
    order: 2
}

.create_prod_images .upload-product-image .upload-image-content {
    color: #495057;
    justify-content: center;
    width: 100%;
    background-color: #eee;
    transition: all .2s;
    border-radius: 5px;
    cursor: pointer
}

.create_prod_images .upload-product-image .upload-image-content:hover {
    color: #1098ad
}

.se_added_items {
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin: 0 20px
}

.se_added_items:last-child {
    border: 0;
    padding-bottom: 0
}

.se_added_items .se_item_color {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e3a709
}

.se_added_items .btn_del_se_item {
    border: 0;
    padding: 0;
    line-height: 1;
    width: 30px;
    height: 30px;
    color: #dc3545;
    background-color: rgba(220, 53, 69, .2);
    border-radius: 50%
}

.se_added_items .btn_del_se_item svg {
    width: 18px;
    height: 18px
}

.se_added_items .se_item_details {
    margin-top: 10px
}

.se_added_items .se_item_details b {
    display: inline-block;
    font-size: 20px
}

.se_added_items .se_item_details p {
    margin: 0;
    display: inline-block;
    font-size: 18px
}

.se_added_items .se_item_pics {
    margin-top: 10px
}

.se_item_pics_holder {
    position: relative;
    display: inline-block;
    width: 11.1111111%;
    height: 0;
    padding-bottom: 11.1111111%
}

.se_item_pics_holder img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px
}
.se_prod_ordr_title {
    color: #7b7b7b;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 17px;
    display: block;
}
.se_add_item_btn {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    border-radius: 10px;
    cursor: pointer;
    padding: 20px 10px;
    background-color: #f0f0f0
}

.se_add_item_btn svg {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 15px
}

.add_item_modal {
    text-align: inherit
}

.add_item_modal .modal-title {
    padding-top: 15px
}

.add_item_modal .modal-body {
    padding: 15px 25px
}

.add_item_modal .se_prod_ordr_title {
    margin-bottom: 0
}

.add_item_modal .modal-body .form-group {
    margin-bottom: 1rem;
    padding: 0
}

.add_item_modal .modal-footer {
    padding: 0 6px 30px
}

.se_ordr_num {
    margin-bottom: 25px
}

.se_ordr_num h4 {
    font-size: 19px;
    color: #717171
}

.se_ordr_num h2 {
    margin: 0;
    font-weight: 600;
    font-size: 25px
}

.se_ordr_num time {
    font-size: 15px;
    color: #777
}

.se_ordr_num time svg {
    margin-top: -3px
}





.customr_box .avatar {
    width: 70px;
    height: 70px;
    margin-bottom: 10px
}

.customr_box .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.customr_box .name {
    font-size: 20px;
    font-weight: 600
}

.customr_box .name a {
    color: #2d2d2d
}

.customr_box .btn {
    margin-top: 3px;
    font-size: 14px;
    padding: 4px 10px
}

.selr_adrs_box {
    border: 0;
    padding: 0
}

.selr_adrs_box .addrs_count {
    margin-bottom: 0
}

.order_timeline, .order_timeline_tracking {
    position: relative;
    padding: 5px 0
}
.order_timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    width: 3px;
    background: #607d8b;
    border-radius: 2em
}
.order_timeline_block {
    position: relative;
    margin: 20px 0
}

.order_timeline_ico {
    background: #607d8b;
    position: absolute;
    top: 15px;
    left: 14px;
    width: 15px;
    height: 15px;
    border-radius: 50%
}

.order_timeline_content {
    position: relative;
    margin-left: 45px;
    margin-right: 20px;
    background: #f2f2f2;
    border-radius: 7px;
    padding: 10px
}

.order_timeline_content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #f2f2f2
}
.order_timeline_content time {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
    display: block
}

.order_timeline_content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600
}
.order_timeline_tracking::before, 
.order_timeline_tracking .order_timeline_ico{
    background: var(--bg-default);
}
.order_timeline_tracking .order_timeline_content{
    background: var(--bg-default-50);
}
.order_timeline_tracking .order_timeline_content::before{
    border-right-color: var(--bg-default-50);
}
.design-set {
    position: relative;
    padding: 0 !important
}

.design-set .cover-set {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 80%
}

.design-set h1 {
    font-size: 25px
}

.design-set b {
    display: block
}

.design-set img {
    height: 350px;
    object-fit: contain;
    width: 100%
}

@media (min-width:768px) {
    .col-md-5lay {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .category_side_col {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }
    .category_main_col {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }
}

@media (min-width:992px) {
    .prod_img_zoom-thumbs::-webkit-scrollbar {
        width: 6px
    }
    .prod_img_zoom-thumbs::-webkit-scrollbar-track {
        border-radius: 10px;
        background: rgba(0, 0, 0, .05)
    }
    .prod_img_zoom-thumbs::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: rgba(0, 0, 0, .17)
    }
    .category_side_col {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
    .category_main_col {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }
}

@media (min-width: 1400px){
    .container-reset.container {
        max-width: 1320px !important;
    }
}
@media (min-width:1200px) {
    .category_side_col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .category_main_col {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }
}
@media (max-width:1400px) {
    .col-md-5lay {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .cat_view_prods .col-md-3 {
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%
    }
    .cart_left_area {
        width: 65%
    }
    .cart_right_area {
        width: 35%
    }
    .fprod_slide {
        height: 530px
    }
    .home_slide_prods .slick-prev {
        left: -30px
    }
    .home_slide_prods .slick-next {
        right: -30px
    }
    .prod_zoom_img {
        height: 600px
    }
    .prod_img_zoom-thumbs {
        max-height: 600px
    }
    .seller_prod_list .col-md-3 {
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%
    }
    .stor_pops_lists .mini_prod .mini_prod_foot .btn-default svg {
        display: none
    }
}
@media (max-width:1250px) {
    .home_prods_grid_prnt {
        background: 0 0
    }
    .home_prods_grid .mini_prod {
        box-shadow: 0 0 0 1px #e8e8e8
    }
    .featured_brands {
        margin: 40px 0
    }
    .featured_brands .feat_brand {
        width: 20%;
        margin-bottom: 35px
    }
    .store_prof .prof_cover {
        padding-bottom: 35%
    }
    .stor_pops_lists .mini_prod.large_size .mini_prod_foot .btn {
        padding: 0 5px
    }
    .header_logo {
        margin-right: 70px
    }
    .hdr_last_part {
        margin-left: 70px
    }
    .header_cat_menu>li>a>span,
    .header_sub_dropmenu {
        display: none
    }
}
@media (max-width:1200px) {
    .cat_view_prods .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .cart_left_area {
        width: 60%
    }
    .cart_right_area {
        width: 40%
    }
    .cart_prodcuts_innr .cart_product .cart_product_img {
        width: 100px;
        height: 100px
    }
    .cart_prodcuts_innr .cart_product .cart_product_details {
        width: calc(100% - 100px);
        padding: 38px 0 38px 20px
    }
    .cart_prodcuts_innr .cart_product .cart_product_details .actions {
        min-width: 90px
    }
    .cart_prodcuts_innr .cart_product .cart_product_details .price {
        width: 120px;
        min-width: 120px;
        font-size: 15px;
        padding: 0
    }
    .fprod_slide {
        height: 470px
    }
    .product_img_zoom {
        padding-right: 0
    }
    .prod_zoom_img {
        height: 540px
    }
    .prod_img_zoom-thumbs {
        max-height: 540px
    }
}

@media (max-width:1100px) {
    .col-md-5lay,
    .stor_pops_lists .col-md-3 {
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%
    }
    .cart_details_innr {
        padding: 20px
    }
    .cart_prodcuts_innr .cart_product .cart_product_img {
        width: 80px;
        height: 80px
    }
    .cart_prodcuts_innr .cart_product .cart_product_details {
        width: calc(100% - 80px);
        padding: 28px 0 28px 15px
    }
    .se_sidebar {
        position: fixed;
        background-color: #fff;
        box-shadow: 0 7px 15px rgba(0, 0, 0, .3);
        left: -300px;
        transition: all .15s;
        width: 100%;
        top: 0px;
    }
    body.side_open .se_sidebar_scroll {
        overflow-y: scroll;
    }
    body.side_open .se_sidebar {
        max-width: 260px;
        z-index: 99;
        left: 0;
        top: 0;
        bottom: 0;
    }
    body.side_open .se_sidebar .sections {
        padding-top: 80px;
    }
    body.side_open .mobile_close {
        position: absolute;
        background: rgba(16, 152, 173, .66);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 275px;
        border-radius: 100px;
        transform: translate(-0%, -50%);
        box-shadow: 0 0 20px -4px #cbdadd;
    }
    .se_content {
        margin-left: 0
    }
    .prod_zoom_img {
        height: 500px
    }
    .prod_img_zoom-thumbs {
        max-height: 500px
    }
    .header_logo {
        margin-right: 40px
    }
    .hdr_last_part {
        margin-left: 40px
    }
    header.seller_header .head_menu {
        display: inline-block
    }
}

@media (max-width:992px) {
    .contact_page,
    .shop_checkout {
        flex-wrap: wrap
    }
    .cart_left_area,
    .cart_right_area {
        width: 100%;
        padding: 0
    }
    .cart_right_area {
        margin-top: 30px
    }
    .contact_page>div.contact_form_part,
    .contact_page>div.contact_info_part {
        width: 100%;
        min-width: auto
    }
    .se_item_pics_holder {
        width: 16.6666667%;
        padding-bottom: 16.6666667%
    }
    .fprod_slide .fprod_slide_info>div {
        max-width: 50%
    }
    .fprod_slide h1 {
        font-size: 37px
    }
    .fprod_slide b {
        margin-bottom: 30px;
        font-size: 28px
    }
    .fprod_cats.small_cats .fprod_cats_link img {
        height: 245px
    }
    .featured_brands .feat_brand a {
        height: 40px
    }
    .order_detail_footer h3 {
        font-size: 20px
    }
    .product_img_zoom {
        padding: 0 80px;
        flex-direction: column
    }
    .prod_zoom_img {
        height: 560px
    }
    .prod_zoom_thumbs {
        margin: 25px 0 80px
    }
    .prod_img_zoom-thumbs {
        max-height: none;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        text-align: center
    }
    .prod_img_zoom-thumbs>a {
        display: inline-block
    }
    .prod_img_zoom-thumbs>a:not(:last-child) {
        margin: 0 10px 0 0
    }
    .seller_order_trigger .ottl,
    .seller_orders_head li.ottl {
        display: none
    }
    .seller_order_trigger .ocst,
    .seller_orders_head li.ocst {
        width: 37%
    }
    .seller_order_trigger .oplc,
    .seller_orders_head li.oplc {
        width: 23%
    }
    .seller_order_trigger .oid,
    .seller_orders_head li.oid {
        width: 18%
    }
    .seller_prod_list .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .store_prof .prof_cover {
        padding-bottom: 45%
    }
    .seller_foot .bottom_footr .copyright {
        text-align: center
    }
    .seller_foot .foot_links {
        margin: 10px 0 0;
        text-align: center
    }
    header.seller_header>nav,
    header>nav {
        position: relative;
        padding: 20px 0 90px
    }
    .hdr_middle_part {
        flex: none;
        position: absolute;
        bottom: 20px;
        left: 15px;
        right: 15px
    }
    .hdr_last_part {
        margin-left: auto
    }
    .se_sidebar {
        top: 80px
    }
}

@media (max-width:840px) {
    .col-md-5lay,
    .stor_pops_lists .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .cat_view_prods .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .featured_brands .feat_brand {
        width: 25%
    }
    .prod_top_nav.stick .stick_cont .mini_prod_details {
        display: none
    }
    .prod_top_nav.stick .stick_cont ul {
        margin: auto
    }
    .prod_quick_view .modal-body {
        padding: 1rem
    }
}

@media (max-width:768px) {
    .design-set h1 {
        font-size: 15px
    }
    .design-set img {
        height: 150px;
        object-fit: cover;
        width: 100%
    }
    .prod_quantity {
        margin-right: 0
    }
    .btn-prod-addcart {
        width: 50%
    }
    .head_top_section .hdr_top_dd_menu {
        margin-left: 0
    }
    .list-inline-item {
        margin-bottom: 5px !important
    }
    .mini_prod_details_innr {
        display: inline-block !important
    }
    .cat_view_prods .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .se_item_pics_holder {
        width: 20%;
        padding-bottom: 20%
    }
    .se_added_items {
        padding: 20px 5px
    }
    .fprod_slide {
        height: 380px
    }
    .fprod_slide h1 {
        font-size: 23px
    }
    .fprod_slide b {
        margin-bottom: 25px;
        font-size: 24px
    }
    .fprod_cats .fprod_cats_link img,
    .fprod_cats.small_cats .fprod_cats_link img {
        height: 250px
    }
    .featured_brands {
        flex-wrap: wrap
    }
    .home_side_title {
        padding-bottom: 40px
    }
    .order_detail .order_list_hdr {
        flex-wrap: wrap
    }
    .order_detail .order_list_hdr .btn {
        margin: 0 auto !important
    }
    .step_icons svg {
        width: 40px;
        height: 40px
    }
    .order_detail_footer>.col-md-4:not(:last-child) {
        border-bottom: 1px solid #f0f0f0;
        margin-bottom: 20px;
        padding-bottom: 20px
    }
    .order_steps {
        padding: 0
    }
    .product_img_zoom {
        padding: 0 50px
    }
    .prod_detail_row>.col-lg-9 {
        border: 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 25px
    }
    .revew_top_sections>.row>.col-md-6:first-child,
    .revew_top_sections>.row>.col-md-9 {
        border: 0;
        border-bottom: 1px solid #f0f0f0
    }
    .user_prof .prof_cover {
        padding-bottom: 40%
    }
    .seller_table tbody tr td.origin,
    .seller_table thead tr th:nth-child(11) {
        display: none
    }
    .seller_table thead tr th.origin,
    .seller_table thead tr th:nth-child(11) {
        display: none
    }
    .seller_orders .seller_table .table .avatar {
        display: none
    }
    .seller_order_trigger .oplc,
    .seller_orders_head li.oplc {
        display: none
    }
    .seller_order_trigger .osts,
    .seller_orders_head li.osts {
        width: 22%
    }
    .seller_order_trigger .ostp,
    .seller_orders_head li.ostp {
        width: 22%
    }
    .seller_order_trigger .ocst,
    .seller_orders_head li.ocst {
        width: 50%
    }
    .seller_order_trigger .oid,
    .seller_orders_head li.oid {
        width: 23%
    }
    .fak_image {
        margin-bottom: 15px
    }
    .store_prof .prof_cover {
        padding-bottom: 50%
    }
    .top_footr .footr_featr {
        border: 0;
        border-bottom: 1px solid #3d3d3d;
        margin-bottom: 50px;
        margin-bottom: 50px;
        padding-bottom: 30px;
        margin-bottom: 30px
    }
    .bottom_footr .copyright {
        text-align: center
    }
    .bottom_footr .foot_pay_icos {
        text-align: center;
        margin-top: 10px
    }
    .head_top_section .hdr_top_call,
    .head_top_section .hdr_top_hlp_link {
        display: none
    }
    .create_prod_images .upload-product-image {
        width: 50%
    }
    .create_prod_images .productimage-holder .thumb-image {
        width: 50%
    }
}

@media (max-width:700px) {
    .pop-add-to-cart {
        padding: 0 0
    }
    .pop-add-to-cart .product-thumbs {
        padding: 10px
    }
    .pop-add-to-cart .product-thumbs img {
        width: 100%;
        height: 25vh;
        object-fit: contain
    }
    .pop-add-to-cart .item-remains {
        text-align: center
    }
    .home_slide_prods .slick-list {
        overflow: visible
    }
    .home_slide_prods_prnt {
        overflow: hidden
    }
    .featured_brands .feat_brand {
        width: 33.3333333%
    }
    .order_list .order_list_hdr time {
        display: none
    }
    .prod_zoom_img {
        height: 560px
    }
    .store_prof .prof_cover {
        padding-bottom: 60%
    }
    .wishlist_item {
        padding: 20px 5px
    }
    .wishlist_item .wish_left_part .wish_product_img {
        width: 95px;
        min-width: 95px;
        height: 95px;
        margin-right: 12px
    }
    .wishlist_item .wish_left_part .wish_product_details .desc {
        display: none
    }
    .wishlist_item .wish_right_part {
        text-align: inherit;
        min-width: auto;
        position: absolute;
        left: 112px;
        bottom: 20px
    }
    .wishlist_item .wish_left_part {
        max-width: calc(100% - 30px)
    }
    .wishlist_item .wish_left_part .wish_product_details {
        max-width: calc(100% - 107px)
    }
    .wishlist_item .wish_left_part .wish_product_details h3 {
        font-size: 20px
    }
    .wishlist_item .wish_left_part .wish_price {
        font-size: 20px;
        margin-top: -5px
    }
    .wishlist_item .wish_delete {
        top: 10px
    }
}

@media (max-width:570px) {
    .cat_view_prods .col-md-3,
    .col-md-5lay,
    .stor_pops_lists .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .cat_view_prods .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .cart_prodcuts_innr .cart_product .cart_product_details,
    .cart_prodcuts_innr .cart_product .cart_product_details .actions,
    .cart_prodcuts_innr .cart_product .delete_bag_items {
        display: inline-block;
        vertical-align: middle
    }
    .cart_prodcuts_innr .cart_product .cart_product_details .actions {
        min-width: auto;
        margin-right: 15px
    }
    .cart_prodcuts_innr .cart_product .cart_product_details h3 {
        margin-bottom: 8px
    }
    .cart_prodcuts_innr .cart_product .cart_product_details {
        padding: 11.5px 0 11.5px 15px
    }
    .fprod_slide .main-container {
        padding: 0 15px
    }
    .fprod_slide {
        height: 330px
    }
    .featured_brands .feat_brand {
        width: 50%
    }
    .step_icons {
        display: none
    }
    .order_list_bdy {
        padding: 23px 10px
    }
    .order_list_bdy .mini_prod_details_innr .mini_prod_art,
    .order_list_bdy .mini_prod_details_innr .mini_prod_art img {
        width: 70px;
        height: 60px;
        padding: 0 20px 0 10px
    }
    .mini_prod_details_innr .mini_prod_title {
        max-width: calc(100% - 210px)
    }
    .order_list_bdy .mini_prod_details_innr .mini_prod_title h3 {
        font-size: 18px;
        white-space: nowrap
    }
    .order_steps {
        margin: 0;
        border-radius: 0;
        border: 0;
        border-top: 1px solid #e6e6e6
    }
    .order_steps .steps_header {
        padding: 30px 20px
    }
    .steps_header .line {
        width: 4px;
        height: 300px;
        margin-bottom: 0;
        display: inline-block
    }
    .steps_header .line .line_sec {
        width: 4px;
        height: 0
    }
    .step-one-active.steps_header .line .line_sec {
        width: 4px;
        height: 0
    }
    .step-two-active.steps_header .line .line_sec {
        height: 33%;
        width: 4px
    }
    .step-three-active.steps_header .line .line_sec {
        height: 66%;
        width: 4px
    }
    .step-four-active.steps_header .line .line_sec {
        height: 100%;
        width: 4px
    }
    .steps_header .line .dot {
        top: 0;
        left: 50%
    }
    .steps_header .line .dot.one {
        top: 0;
        left: 50%
    }
    .step-four-active.steps_header .dot.one,
    .step-three-active.steps_header .dot.one,
    .step-two-active.steps_header .dot.one {
        transform: translate(-10px, -50%) scale(.5)
    }
    .steps_header .line .dot.two {
        top: 33%;
        left: 50%
    }
    .steps_header .line .dot.three {
        top: 66%;
        left: 50%
    }
    .steps_header .line .dot.four {
        top: 100%;
        right: auto;
        transform: translate(-50%, -10px) scale(.5)
    }
    .steps_header .line .dot-move {
        top: 0;
        left: 50%;
        transform: translateX(-50%)
    }
    .step-one-active.steps_header .dot.one {
        transform: translate(-50%, 0) scale(.5)
    }
    .step-two-active .line .dot-move {
        top: 33%;
        transform: translate(-50%, -50%)
    }
    .step-three-active .line .dot-move {
        top: 66%;
        transform: translate(-50%, -50%)
    }
    .step-four-active .line .dot-move {
        top: 100%;
        transform: translate(-50%, -50%)
    }
    .steps_header .steps {
        margin: 0 0 0 auto;
        height: 300px;
        float: right;
        width: calc(100% - 28px)
    }
    .steps_header .steps>div {
        top: 0;
        left: 0;
        transform: none;
        text-align: left
    }
    .steps_header .steps>div.step-one {
        left: 0;
        top: 0
    }
    .steps_header .steps>div.step-two {
        left: 0;
        top: 30%
    }
    .steps_header .steps>div.step-three {
        left: 0;
        top: 63%
    }
    .steps_header .steps>div.step-four {
        left: 0;
        top: 98%;
        text-align: left
    }
    .product_img_zoom {
        padding: 0 0
    }
    .prod_variant_type {
        flex-direction: column;
        padding: 15px 0
    }
    .custom_variant_type {
        padding: 7px 0
    }
    .prod_variant_name {
        width: 100%;
        margin-bottom: 5px
    }
    .prod_item_actions {
        flex-wrap: wrap;
        padding: 20px 0
    }
    .prod_item_actions .prod_quantity {
        margin-left: auto
    }
    .prod_item_actions .btn-add-wishlist {
        margin: 0;
        margin-right: auto
    }
    .prod_item_actions .btn-prod-addcart {
        margin-top: 15px
    }
    .prod_reviews {
        padding: 30px 0
    }
    .prod_reviews_cont .review_list {
        padding: 25px 2px 10px
    }
    .prof_user_item .mini_prod_details_innr .mini_prod_title {
        max-width: calc(100% - 95px)
    }
    .prod_quick_view .prod_item_actions .prod_quantity {
        margin: auto
    }
    .se_orders_detls {
        padding: 0
    }
    .seller_order_trigger .ocst,
    .seller_orders_head li.ocst {
        display: none
    }
    .seller_order_trigger .ottl,
    .seller_orders_head li.ottl {
        display: inline-block;
        width: 33%
    }
    .seller_order_trigger .osts,
    .seller_orders_head li.osts {
        width: 27%
    }
    .seller_order_trigger .oid,
    .seller_orders_head li.oid {
        width: 35%
    }
    .seller_prod_list .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .store_prof {
        overflow: visible;
        margin-bottom: 120px
    }
    .store_prof .prof_cover img {
        border-radius: 7px
    }
    .store_pic_cont .sp_inner {
        margin-top: 0
    }
    .store_pic_cont .sp_inner .info h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .store_pic_cont .sp_inner .info h3 a {
        color: #303030
    }
    .store_prof .prof_cover .btn {
        top: 10px;
        bottom: auto
    }
    .my_wallet {
        flex-wrap: wrap
    }
    .my_wallet>div {
        width: 100%;
        margin: 15px 0 0 !important;
        text-align: center
    }
    .hdr_last_part>.btn {
        display: none
    }
    .head_top_section .btn-social {
        display: none
    }
}

@media (max-width:430px) {
    .cart_prodcuts_innr .cart_product {
        padding: 15px 2px
    }
    .contact_map img {
        min-height: 200px;
        height: 250px
    }
    .contact_page>div.contact_form_part {
        padding: 50px 15px 25px
    }
    .contact_page>div.contact_info_part {
        padding: 30px 15px 50px
    }
    .se_box,
    .se_prod_det_box {
        padding: 20px 15px
    }
    .se_added_items {
        margin: 0
    }
    .fprod_slide {
        height: 250px
    }
    .fprod_slide h1 {
        font-size: 20px
    }
    .fprod_slide b {
        font-size: 23px
    }
    .fprod_slide .btn {
        padding: 0 10px;
        font-size: 16px;
        height: 36px;
        line-height: 36px
    }
    .fprod_cats .fprod_cats_link img,
    .fprod_cats.small_cats .fprod_cats_link img {
        height: 160px
    }
    .fprod_cats .fprod_cats_etails h2,
    .fprod_cats .fprod_cats_etails.big h2 {
        font-size: 31px
    }
    .home_slide_prods_prnt .main-container {
        margin-left: -15px
    }
    .featured_brands .feat_brand {
        width: 100%
    }
    .order_detail .mini_prod_status,
    .order_list .mini_prod_status {
        display: inline
    }
    .mini_prod_details_innr .mini_prod_title {
        max-width: calc(100% - 85px)
    }
    .order_list_hdr .order_list_id {
        margin: auto;
        text-align: center !important;
        background: 0 0 !important
    }
    .order_list_hdr time {
        display: block;
        width: 100%;
        margin: 10px auto 0;
        text-align: center
    }
    .order_list .order_list_hdr {
        flex-wrap: wrap
    }
    .order_list .order_list_hdr .order_list_id {
        width: auto
    }
    .order_closed {
        position: relative;
        bottom: 8px;
        margin: 0
    }
    .order_list .order_list_hdr .btn {
        margin: 0 auto !important
    }
    .order_success_foot {
        padding: 0
    }
    .prod_zoom_img {
        height: 350px
    }
    .prod_revw_img_gal_holder {
        width: 110px;
        height: 110px
    }
    .se_orders_detls .mini_prod_status {
        display: none
    }
    .se_ordr_num .valign-wrapper {
        flex-direction: column;
        align-items: normal
    }
    .se_ordr_num time {
        margin: 0 !important
    }
    .seller_order_trigger .ottl,
    .seller_orders_head li.ottl {
        display: none
    }
    .seller_order_trigger .osts,
    .seller_orders_head li.osts {
        width: 35%
    }
    .seller_order_trigger .oid,
    .seller_orders_head li.oid {
        width: 60%
    }
    .store_pic_cont .sp_inner .avatar {
        width: 100px;
        height: 100px
    }
    .dropdown-hover:hover .header_cat_menu {
        display: none
    }
    .dropdown-hover .header_cat_menu.dropdown-menu.show {
        display: block
    }
}

@media (max-width:385px) {
    .prod_zoom_img {
        height: 350px
    }
    .prod_zoom_thumbs {
        margin: 25px 0 60px
    }
}



.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control:disabled:focus,
.form-control[readonly]:focus {
    border-color: #bfbebe
}

.shipping-courier {
    position: relative;
    padding: 0;
    margin: 2em 0 0 0 !important;
    background: #fff6e0;
    box-shadow: 0 0 20px -5px rgb(103 113 133 / 20%);
    border-radius: 10px
}

.shipping-active {
    position: relative;
    border: 1px solid #157347;
    box-shadow: 0 0 20px -5px rgb(21 115 71 / 50%) !important
}

.shipping-wrapper {
    position: relative;
    padding: .7em 1em;
    border-radius: 0 0 10px 10px
}

.courier_logo {
    display: inline-block;
    position: relative
}

.courier_logo img {
    width: 50px;
    height: 30px;
    object-fit: contain
}

.courier_name {
    margin: 0;
    display: inline-block;
    padding: 0 0 0 .5em
}

.courier_name p {
    margin: 0
}

.courier_name small {
    font-size: 12px;
    color: green;
    padding-left: 5px
}

.courier_name small img,
courier_name small svg {
    position: relative;
    width: 10px;
    top: -1px;
    left: -5px
}

.courier_service {
    position: relative
}

.courier_price {
    position: relative
}

.courier_price .dropoff small {
    background: #ff0b73;
    color: #fff;
    font-weight: 800;
    font-size: 10px !important
}

.courier_price .pickup small {
    background: #91df25;
    color: #000;
    font-weight: 800;
    font-size: 10px !important
}

.courier_price .dropoff,
.courier_price .pickup {
    position: relative
}

.courier_price .dropoff p,
.courier_price .pickup p {
    font-size: 20px;
    text-align: right;
    padding-right: 70px;
    margin-bottom: 10px;
    font-family: Arial;
    font-weight: 600
}

.courier_price .dropoff small,
.courier_price .pickup small {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 10px;
    text-transform: capitalize;
    border-radius: 100px;
    box-shadow: 0 0 5px -2px rgba(4, 3, 3, .31);
    font-size: 12px
}

.courier_service p {
    margin: 0;
    font-size: 16px
}

.courier_service small {
    font-size: 12px
}

.shipping-bottom {
    background: #f7f7f7;
    border-top: 1px solid #c7c7c7;
    overflow: hidden
}

.shipping-indication {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    border-color: #e5e7eb;
    background: #fff;
    color: #000;
    margin-top: .5em
}

.shipping-indication span img,
.shipping-indication span svg {
    width: 15px;
    fill: red
}

.selector_holder {
    position: relative;
    padding-left: 5px;
    margin-bottom: 15px
}

.selector_holder .checker_parent {
    display: inline-block;
    position: relative;
    padding: 0 0 0 7px
}

.selector_holder .checker_parent .select-all,
.selector_holder .checker_parent label {
    cursor: pointer
}

.selector_holder .checker_parent label {
    padding: 7px 0
}

.selector_holder .checker_parent label small,
.selector_holder .checker_parent label span {
    padding-left: 10px;
    padding: 7px 14px
}

.selector_holder .checker_parent label span {
    font-weight: 700;
    font-size: 13px
}

.selector_holder .checker_parent label small {
    display: none;
    border-right: 1px solid;
    border-right-color: rgba(109, 113, 117, .45)
}

.selector_holder--active {
    position: relative;
    border: 1px solid rgba(109, 113, 117, .45);
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px
}

.selector_holder .content_holder {
    padding-left: 40px;
    display: contents
}

.selector_holder .content_holder .span {
    display: inline-block;
    padding: 7px 14px;
    cursor: pointer
}

.selector_holder .content_holder .span:hover {
    background: #e4e5e7
}

.selector_holder .content_holder .span:not(:last-child) {
    border-right: 1px solid;
    border-right-color: rgba(109, 113, 117, .45)
}

@media(max-width:767px) {
    .selector_holder .content_holder .span {
        font-size: 14px
    }
}

.select--active {
    background: #f5ebc0
}

.select--active:not(:last-child) {
    border-bottom: 2px solid;
    border-bottom-color: #f0f8ff
}

.select--active:hover {
    background: rgba(97, 66, 66, .25) !important
}

.caret_click {
    position: relative;
    display: inline-block;
    min-height: 50px;
    width: 200px;
    height: 70px;
    padding: 20px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: #1098ad;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(16, 152, 173, .08);
    border: 1px solid rgba(16, 152, 173, .70);
    transition: all .2s ease-in-out;
}

.caret_click::after {
    content: "";
    position: absolute;
    z-index: 1;
    background: rgb(0 0 0 / 1%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.caret_click:hover {
    background-color: rgba(156, 163, 170, .1);
}

.caret_click.active {
    background: rgba(245, 158, 11, .08);
    color: #f59e0b;
    border-color: #f59e0b;
}

@media (max-width: 585px){
    .caret_click{
        width: 100%;
    }
}

.caret_click a{
    color: inherit;
}

.caret_click:not(:last-child){
    margin-right: 20px;
}

.caret_click:not(:first-child){
    margin-top: 20px;
}

.btn-download svg {
    width: 20px;
    height: 20px;
}

.bank_account b {
    font-size: 24px;
}

.cat--design {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 8px;
}

.design-set img {
    object-fit: cover;
}

.se_add_item_btn {
    max-width: 130px !important;
    padding: 0 !important;
    margin: 10px auto 0 auto !important;
}

.se_add_item_btn svg {
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    margin: 15px 0 !important;
}

.shp_tabs_settings {
    background-color: #f2f2f5 !important;
}



.generate_pass {
    float: right;
    font-size: 12px;
    padding-right: 10px;
    cursor: pointer;
}

.se_add_item_btn {
    max-width: 130px !important;
    padding: 0 !important;
    margin: 10px auto 0 auto !important
}

.se_add_item_btn svg {
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    margin: 15px 0 !important
}

.design-set img {
    height: 200px
}

.order--detail {
    background: 0 0;
    position: absolute;
    right: 20px;
    top: 20px
}

.order--detail img,
.order--detail svg {
    width: 40px
}

.payment--info p {
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: 800
}

.payment--info {
    margin-top: 0 !important
}

.item-style {
    border-bottom: 1px solid;
    border-bottom-color: #8080802e;
    padding: 5px 20px
}

.cus--staff svg {
    fill: #ff5722
}

.cus--users svg {
    fill: #a30462
}

.cus--vendor svg {
    fill: #f9c12b
}

.cus-input {
    width: 100%;
    height: 40px;
    padding: 10px;
    box-shadow: 0 0 5px -4px grey;
    border: 1px solid grey;
    background: 0 0
}

.cus-input:read-only {
    background-color: #e9e9e670
}

.cus--staff svg {
    fill: #ff5722
}

.cus--users svg {
    fill: #a30462
}

.cus--vendor svg {
    fill: #f9c12b
}

.report-card {
    position: relative;
    padding: 0
}

.report-card .sel_dash_ico {
    padding: 20px
}

.report-card h2 {
    font-size: 16px;
    font-weight: 700
}

.report-card ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.report-card ul li {
    border-bottom: 1px solid;
    border-bottom-color: #f0f1f2 !important
}
.report-card ul li a {
    color: #383b3d !important;
    padding: 10px 20px
}
.report-card ul li a:active,
.report-card ul li a:focus,
.report-card ul li a:hover {
    color: #383b3d !important
}
.report-card span {
    color: #7a7474 !important
}
.report-card ul li .arrow {
    width: 20px
}
@media (max-width:430px) {
    .seller_order_trigger .oid,
    .seller_orders_head li.oid {
        width: 50%
    }
    .seller_order_trigger .oid,
    .seller_orders_head li.oid {
        width: 50%
    }
}
@media (max-width: 992px) {
    .parcel_wettings--wrapper{
        padding: 30px 30px !important;
    }
}
@media(max-width:767px) {
    .parcel_wettings--wrapper{
        padding: 30px 0px !important;
    }
    .sidebar_fixed .se_sidebar_scroll{
        margin-top: 0px;
        transition: none;
    }
    .payment-stat {
        font-size: 12px
    }
    .payment-parent {
        text-align: right
    }
    .seller_order_trigger .ocst,
    .seller_orders_head li.ocst {
        display: inline-block
    }
    .seller_order_trigger .ocsth,
    .seller_orders_head li.ocsth {
        display: none
    }
    .seller_order_trigger .oid,
    .seller_orders_head li.oid {
        width: 55%
    }
    .payment-stat {
        font-size: 13px
    }
    .payment-parent {
        text-align: right
    }
    .mbl-mg {
        margin-top: 30px
    }
    .se_orders_detls .mini_prod_status {
        display: block !important;
        position: absolute;
        top: 20px;
        right: 0
    }
    .se_orders_detls .mini_prod_status b {
        display: block !important;
        text-align: center !important;
        font-size: 14px !important
    }
    .action_btn{
        top: -5px;
        margin: 10px 0 20px 20px;
    }
    .icon img {
        width: 50px !important
    }
    .design-set img {
        object-fit: contain !important
    }
}

/* order new css */
.btn-sm{
    min-height: 40px !important;
}
.min-w-118{
    min-width: 118px;
}
.section_from_to,
.shipping_rate_card{
    position: relative;
    font-family: 'Quicksand';
}
.shipping_rate_card div,
.shipping_rate_card p,
.shipping_rate_card small,
.shipping_rate_card span,
.shipping_rate_card ul,
.shipping_rate_card li{
    font-family: 'Sofia Pro', 'Quicksand';
}
.section_from_to .from, 
.section_from_to .to{
    display: flex;
    gap: 5px;
}
.section_from_to svg {
    position: relative;
    left: -7px;
    width: 20px;
}
.section_from_to .location {
    font-size: 14px;   
}
.section_from_to .location h2 {
    font-size: 16px;
}
.section_from_to .location small {
    font-size: 10px;
    top: -1px;
}
.section_from_to .location p {
    font-size: 14px;
}
.section_from_to .location small,
.section_from_to .location p{
    font-weight: 500;
}
.section_from_to .weight p {
    font-size: 14px;
    font-weight: 600;
}
.section_from_to .weight small {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    top: 0;
}
.shipping_rate_card{
    position: relative;
    padding: 2em 2em;
    background: var(--bg-white);
    margin-bottom: 2em;
    box-shadow: 0px 0px 20px -5px rgb(103 113 133 / 20%);
    border-radius: 4px;
}
.shipping_rate_card .top{
    padding: 0 0 10px;
}
.shipping_rate_card .top .wrapper{
    display: flex;
    gap: 30px;
}
.shipping_rate_card .top .icon,
.shipping_rate_card .top .info{
    position: relative;
}
.shipping_rate_card .top .icon svg,
.shipping_rate_card .top .icon img{
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.shipping_rate_card .top .info svg,
.shipping_rate_card .top .info img{
    width: 12px;
}
.shipping_rate_card .top .info .estimate{
    font-size: 14px;
    font-weight: 600;
}
.shipping_rate_card .top .info .estimate .days{
    color: var(--bg-background-green);
    font-size: 13px;
    display: inline-block;
}
.shipping_rate_card .top .info .name{
    font-size: 18px;
    font-weight: 700;
}
.payments_holder{
    display: flex;
    gap: 10px;
    margin: 20px 0 0;
}
.payments_holder svg,
.payments_holder img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.price_holder{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 5px;
}
.price_holder.pickup{
    justify-content: flex-start;
    padding: 0 0 0 94px;
}
.shipping_rate_card .top .btn{
    font-size: 14px;
}
.price_holder .amount,
.price_holder .price{
    font-size: 16px;
    margin: 0;
}
.price_holder .price{
    font-family: 'Raleway', 'Sofia Pro';
}
.price_holder .amount{
    font-weight: 600;
    font-family: 'Sofia Pro-Medium';
}
.price_holder.pickup .price{
    font-weight: 600;
}
.price_holder.pickup .amount{
    position: relative;
    color: var(--white);
    background: var(--bg-danger);
    font-weight: 400;
    font-size: 14px;
    padding: 5px;
    top: -5px;
    border-radius: 3px;
}
.more-details{
    position: absolute;
    text-align: center;
    left: 0;
    bottom: -20px;
    z-index: 10;
}
.more-details .btn,
.more-details button{
    color: var(--bg-footer-background);
    background: var(--bg-white);
    box-shadow: var(--box-shadow-8);
    border: 1px solid var(--bg-footer-background);
    border-radius: 8px;
}
.more-details .btn-no-border{
    border: 1px solid var(--transparent);
    box-shadow: var(--box-shadow-7) !important;
}
.btn-navigate .navigate{
    position: relative;
    display: inline-block;
    left: 6px;
    width: 20px;
    min-height: 10px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center right;
}
.btn-navigate .close {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTguNTMwMyA5LjQ2OTY3QzE4LjgyMzIgOS43NjI1NiAxOC44MjMyIDEwLjIzNzQgMTguNTMwMyAxMC41MzAzTDEyLjUzMDMgMTYuNTMwM0MxMi4yMzc0IDE2LjgyMzIgMTEuNzYyNiAxNi44MjMyIDExLjQ2OTcgMTYuNTMwM0w1LjQ2OTY3IDEwLjUzMDNDNS4xNzY3OCAxMC4yMzc0IDUuMTc2NzggOS43NjI1NiA1LjQ2OTY3IDkuNDY5NjdDNS43NjI1NiA5LjE3Njc4IDYuMjM3NDQgOS4xNzY3OCA2LjUzMDMzIDkuNDY5NjdMMTIgMTQuOTM5M0wxNy40Njk3IDkuNDY5NjdDMTcuNzYyNiA5LjE3Njc4IDE4LjIzNzQgOS4xNzY3OCAxOC41MzAzIDkuNDY5NjdaIi8+Cjwvc3ZnPgo=");

}
.btn-navigate .open {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS40Njk2NyAxNC41MzAzQzUuMTc2NzggMTQuMjM3NCA1LjE3Njc4IDEzLjc2MjYgNS40Njk2NyAxMy40Njk3TDExLjQ2OTcgNy40Njk2N0MxMS43NjI2IDcuMTc2NzggMTIuMjM3NCA3LjE3Njc4IDEyLjUzMDMgNy40Njk2N0wxOC41MzAzIDEzLjQ2OTdDMTguODIzMiAxMy43NjI2IDE4LjgyMzIgMTQuMjM3NCAxOC41MzAzIDE0LjUzMDNDMTguMjM3NCAxNC44MjMyIDE3Ljc2MjYgMTQuODIzMiAxNy40Njk3IDE0LjUzMDNMMTIgOS4wNjA2Nkw2LjUzMDMzIDE0LjUzMDNDNi4yMzc0NCAxNC44MjMyIDUuNzYyNTYgMTQuODIzMiA1LjQ2OTY3IDE0LjUzMDNaIi8+Cjwvc3ZnPgo=");
}
.shipping_rate_card .bottom{
    position: relative;
    padding: 25px 0 30px;
    margin: 10px 0 0;
    border-top: 1px solid rgb(114 74 25 / 27%);
}
.bottom .info-holder{
    position: inherit;
    margin: 0 0 30px;
}
.bottom .info-holder h3{
    font-size: 17px;
    margin: 0 0 20px;
}
.bottom .info-holder ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bottom .info-holder ul li{
    font-size: 14px;
    padding: 0;
    margin: 0 0 5px 0;
}
.bottom .info-holder ul li img,
.bottom .info-holder ul li svg{
    width: 20px;
    height: 20px;
    margin: 0 2px 0 0;
    object-fit: contain;
}
.bottom .info-holder.prohibited ul li svg{
    color: var(--bg-danger);
}
.bottom .info-holder .protection{
    font-size: 14px;
}
.bottom .info-holder .prohibited_info{
    font-size: 14px;
    padding: 10px 20px;
    color: var(--bg-primary);
    border: 1px solid var(--bg-primary);
}
.bottom .info-holder .prohibited_info a{
    color: #0559d8;
}
.filter_wrapper{
    position: relative;
}
.filter_wrapper svg,
.filter_wrapper img{
    width: 15px;
    height: 15px;
    margin: 0 3px 0 0;
    object-fit: contain;
}
/* filter modal */
.filter_modal{
    position: absolute;
    background: var(--bg-white);
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    box-shadow: var(--box-shadow-5);
    z-index: 20000;
}
.filter_modal.hide{
    opacity: 0;
    visibility: hidden;
}
.filter_modal_shadow::after {
    position: fixed;
    content: "";
    background: var(--bg-black-50);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.filter_modal .title{
    position: relative;
    margin: 0 0 30px;
}
.filter_modal .title p{
    font-weight: 600;
    font-size: 15px;
}
.filter_modal .close{
    position: absolute;
    background: var(--bg-background-rate);
    color: var(--white);
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 14px;
    border-radius: 100px;
    box-shadow: var(--box-shadow-5);
}
.filter_modal .close svg{
    width: 15px;
    height: 15px;
}
.filter_modal ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter_modal ul li{
    display: inline-block;
    background: var(--bg-back-button);
    font-size: 14px;
    text-align: center;
    padding: 8px 10px;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: rgb(0 0 0 / 6%) 0px 1px 6px -1px, rgb(0 0 0 / 28%) 0px 2px 2px -2px;
}
.filter_modal ul li.active{
    color: var(--white);
    background: var(--bg-background-rate);
}
.filter_modal ul li:not(:last-child){
    margin: 0 5px 10px 0;
}
.filter_selector{
    position: relative;
    border: 1px solid var(--bg-background-rate);
    height: 44px;
    padding: 5px;
    border-radius: 5px;
    overflow-x: auto;
    overflow-y: hidden;
}
.filter_selector ul{
    display: flex;
    position: relative;
    width: 100%;
    gap: 10px;
    height: 40px;
    justify-content: flex-start;
    align-items: baseline;
}
.filter_selector ul li{
    margin: 0 !important;
    padding: 5px 10px;
    min-width: 30%;
    height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.filter_selector::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    display: none;
}
.filter_selector::-webkit-scrollbar-track {
    background-color: transparentize(var(--scrollbar-bg), 0.7);
}
.filter_selector::-webkit-scrollbar-thumb {   
    background: transparentize(var(--scrollbar-bg), 0.5);
    box-shadow: inset 0 0 6px var(--scrollbar-shadow); 
    border-radius: 10px;
}
/* End filter modals */


/* Order boxes */
.parcel-form, .package_parent{
    position: relative;
}
.package_parent {
    margin: 0 0 30px;
}
.css-parcel__desc{
    padding-bottom: 32px;
}
.css-parcel__desc-label{
    letter-spacing: 0.03em;
    color: rgb(55, 55, 55);
    font-size: 0.75rem;
    line-height: 1.42857;
    position: absolute;
    top: 6px;
    left: 16px;
    right: 16px;
    transition: color 0.2s ease-in-out 0s, font-size 0.2s ease-in-out 0s, top 0.2s ease-in-out 0s;
    pointer-events: none;
    font-weight: 400;
}
.css-parent {
    display: flex;
    width: 100%;
    border: 1px solid var(--light-grey);
    background-color: var(--bg-white);
    border-radius: 4px;
    overflow: hidden;
}
.css-parent__input-holder {
    position: relative;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
}
.css-parent__input-holder input {
    display: block;
    width: 100%;
    color: rgb(55, 55, 55);
    background-color: var(--white) !important;
    font-weight: 700;
    font-size: 16px !important;
    font-family: 'Sofia Pro';
    line-height: 1.42857;
    text-overflow: ellipsis;
    padding: 22px 16px 4px !important;
    cursor: pointer;
    outline: none;
    border: 0px;
    transition: border-color 0.2s ease-in-out 0s;
}
.css-parent__input-holder input:focus {
    border-color: var(--white) !important;
}
.css-parent__text {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    max-width: 104px;
    color: rgb(112, 111, 111);
    padding: 0 16px 0;
    line-height: 1.42857;
}
.parcel__label {
    font-weight: 600;
    letter-spacing: 0.03em;
    color: rgb(55, 55, 55);
    font-size: 0.875rem;
    font-family: 'Sofia Pro-Medium';
    line-height: 1.42857;
    position: absolute;
    top: 6px;
    left: 16px;
    right: 16px;
    transition: color 0.2s ease-in-out 0s, font-size 0.2s ease-in-out 0s, top 0.2s ease-in-out 0s;
    pointer-events: none;
}
.css-parent__input-holder input::-webkit-outer-spin-button,
.css-parent__input-holder input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.css-parent__input-holder input[type=number] {
    -moz-appearance: textfield;
}
input:focus + .parcel__label,
.parcel__label-active  {
    letter-spacing: 0.03em;
    color: rgb(55, 55, 55);
    font-size: 0.75rem;
    line-height: 1.42857;
    position: absolute;
    top: 6px;
    left: 16px;
    right: 16px;
    transition: color 0.2s ease-in-out 0s, font-size 0.2s ease-in-out 0s, top 0.2s ease-in-out 0s;
    pointer-events: none;
    font-weight: 400;
}
.parent_box{
    display: flex;
}
.parent_box-weight {
    padding-bottom: 10px;
    flex: 0 1 30%;
}
.parent_box-items {
    flex: 1 1 0%;
    margin: 0 0 0 24px;
}
.parent_box-items-wrapper {
    display: flex;
}
.parent_box-items-wrapper > :first-of-type:not(:last-child) {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.css-blpk8i {
    overflow: hidden;
    border: 1px solid rgb(112, 111, 111);
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    display: flex;
    width: 100%;
}
.bottom-divider {
    min-height: 10px;
}
.button-remove {
    position: relative;
    background-color: var(--transparent);
    color: rgb(8, 113, 196);
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
    padding: 0px;
    margin: 8px 0 0;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.button-remove-bg{
    color: var(--bg-main) !important;
}
.icon-add{
    display: flex;
    width: 100%;
    flex-direction: column;
    grid-column-end: span 4;
    margin: -30px 0 0;
}
.icon-add__wrapper{
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.icon-add__wrapper .btn{
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(8, 113, 196) !important;
    background-color: var(--bg-notification-light);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    letter-spacing: 0em;
    padding: 12px 10px 12px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.icon-add__wrapper-bg .btn{
    color: var(--bg-main) !important;
    background-color: var(--bg-default-50);
}
.icon-add__wrapper .icon{
    display: inline-flex;
}
.icon-add__wrapper .icon svg,
.icon-add__wrapper .icon img {
    height: 24px !important;
    width: 24px !important;
    fill: currentcolor;
    object-fit: contain;
}
.legend-holder .icon-add__wrapper .btn{
    height: 35px;
    min-height: 30px;
    padding: 10px 10px;
    margin: 0;
}
.box-notice{
    position: relative;
    display: flex;
    padding: 0;
    background: var(--bg-notification-light);
    border: 1px solid var(--bg-notification);
}
.box-notice span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12%;
    background: var(--bg-notification);
    padding: 10px 0;
}
.box-notice span svg{
    color: var(--bg-white);
    width: 25px;
    height: 25px;
    margin: 0 3px 0 0;
    object-fit: contain;
}
.box-notice p{
    display: inline-block;
    font-size: 13px;
    padding: 10px 20px;
    margin: 0;
}
/* End order boxes */

/* order_navigation */
.custom__container{
    width: 100%;
    max-width: inherit;
    margin: auto;
}
.order_navigation{
    position: relative;
    padding: 0;
    margin: 0 0 40px 0;
}
.order_navigation li{
    display: inline-block;
}
.order_navigation li span{
    display: inline-block;
    font-family: 'Raleway', 'Sofia Pro-Medium';
}
.order_navigation li .indication{
    width: 34px;
    height: 34px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    margin: 0 8px 0 0;
    background-color: var(--bg-border-color);
    border-radius: 100px;
}
.order_navigation li .text{
    position: relative;
    display: none;
    visibility: hidden;
    font-size: 14px;
    margin: 0 10px 0 0;
    top: 2px;
}
.order_navigation li.active{
    position: relative;
}
.order_navigation li.active .indication{
    color: var(--white);
    background: var(--bg-default);
}
.order_navigation li.active .text,
.order_navigation li.active + li .text{
    display: inline-block;
    visibility: visible;
}
.order_navigation li.active .text{
    color: var(--bg-default);
    font-weight: 600;
}
.order_navigation li.active + li .text{
    color: #a0a0a0;
}
.elem_custom_multiple:not(:first-child) {
    margin: 50px 0 0 0;
    border-top: 1px solid #c1c1c1;
}
.filter_display{
    display: block;
    font-size: 14Dpx;
    font-weight: 600;
    text-transform: capitalize;
}
.filter_display img,
.filter_display svg{
    height: 24px !important;
    width: 24px !important;
    margin: 0 10px 0 0px;
    fill: currentcolor;
    object-fit: contain;
}
.method{
    position: relative;
    background: #ffffff;
    border: 1.4px solid #d7dce3;
    padding: 0 0 0 20px;
    box-shadow: var(--box-shadow-2);
    transition: 0.2s ease-in-out all;
}
.method:hover {
    box-shadow: none;
}
.method.active{
    background: #F2F5FF;
    border: 1.4px solid #0D6EFD;
}
.method .wrapper{
    width: 50px;
    height: 50px;
}
.method .wrapper input{
    display: none;
    visibility: hidden;
    width: 20px;
    height: 20px !important;
    border-radius: 100px !important;
}
.method .wrapper img{
    width: 100%;
    height: inherit;
    object-fit: contain;
}
.method .title{
    font-size: 15px;
}
.method .info{
    font-size: 13px;
    font-weight: 500;
    color: #231d1d;
}
.shippingTotalElem .valign-wrapper{
    font-size: 16px;
}
.shippingTotalElem span, 
.shippingTotalElem small, 
.shippingTotalElem sup, 
.shippingTotalElem sub {
    font-family: 'Ubuntu', 'Sofia Pro';
    font-size: 16px;
    font-weight: 500;
}
@media (min-width: 767px) and (max-width:992px){
    .section-login{
        padding-top: 9em;
    }
    .container{
        max-width: 800px;
    }
}
@media (max-width: 767px) {
    .shipping_rate_card .top .info .name{
        font-size: 14.5px;
    }
    .section_from_to .weight small {
        display: block;
    }
    .shipping_rate_card .top .icon svg, 
    .shipping_rate_card .top .icon img{
        width: 35px;
        height: 35px;
    }
    .price_holder.pickup{
        padding: 0 0 0 64px;
    }
    .bottom .info-holder .prohibited_info a{
        display: block;
    }
    .filter_modal{
        width: 98%;
        transform: translate(-50%, -10%);
    }
    .section_from_to .weight small {
        display: block;
    }
    .shipping_rate_card .top .icon svg, 
    .shipping_rate_card .top .icon img{
        width: 35px;
        height: 35px;
    }
    .price_holder.pickup{
        padding: 0 0 0 64px;
    }
    .bottom .info-holder .prohibited_info a{
        display: block;
    }
    .filter_modal{
        width: 98%;
        transform: translate(-50%, -10%);
    }
    .parent_box {
        display: block;
    }
    .css-parcel__desc{
        padding-bottom: 20px;
    }
    .parent_box-items {
        margin: 0;
    }
    .css-parent__text{
        max-width: 30px;
        padding: 0 8px 0 0;
        font-size: 10px;
    }
    .css-parent__input-holder[mobile] > .parcel__label,
    .css-parent__input-holder[desktop] > .parcel__label{
        font-size: 9px !important;
    }
    .css-parent__input-holder[mobile] > input{
        height: 55px !important;
        padding: 24px 5px 4px 10px !important;
    }
    .box-notice p {
        width: 90%;
    }.order_navigation li.active + li .text{
        display: none;
        visibility: hidden;
    }
    .order_navigation li .text {
        top: 6px;
        /* min-width: 100px; */
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .method{
        padding: 0 0 0 18px;
    }
    .method .wrapper{
        width: 40px;
        height: 40px;
    }
    .method .title{
        font-size: 14px !important;
    }
    .method .info{
        font-size: 11px !important;
    }
    .shippingTotalElem .valign-wrapper{
        font-size: 14px;
    }
    .shippingTotalElem span, 
    .shippingTotalElem small, 
    .shippingTotalElem sup, 
    .shippingTotalElem sub {
        font-family: 'Ubuntu', 'Sofia Pro';
        font-size: 12px;
        font-weight: 500;
    }
}
/* End order new */