/* || General styles */
/*
:root{

    --d-col: #333333;
    --w-col: #fff;
    --g-color: #828282;
    --bg-color: #BDBDBD;
    --border-color: #7D8EA5;
}
*/

/*
body {
    margin: 0;
    padding: 0;
    font-family: segoe ui, sans-serif;
    color: #777;
    min-height: 100%;
}

*, :after, :before {
    box-sizing: border-box;
    outline: none;
}

*:not(hr) {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
*/

/*
.loader {
    border-top: 1.1em solid rgba(var(--main-col), 0.2);
    border-right: 1.1em solid rgba(var(--main-col), 0.2);
    border-bottom: 1.1em solid rgba(var(--main-col), 0.2);
    border-left: 1.1em solid var(--m-col);
}

table {
    margin-bottom: 35px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 1.4;
}

table td {
    padding: 15px 12px;
    border: none;
    border-bottom: 1px solid var(--border-color);
    text-align: left;
    font-weight: inherit;
}

.payment_teble td {
    padding: 15px 12px 15px 0;
}

table th {
    padding: 15px 10px;
    border: none;
    border-bottom: 1px solid var(--border-color);
    color: var(--d-col);
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
}

td, th {
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
}

ol, ul {
    list-style: none;
    line-height: 1.4;
}

a {
    text-decoration: none;
    vertical-align: middle;
    color: #333;
}

a, button, input {
    cursor: pointer;
    touch-action: manipulation;
}

a:active, a:focus, a:hover {
    outline: 0;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, legend {
    display: block;
    margin-bottom: 20px;
    color: var(--d-col);
    font-weight: 600;
    line-height: 1.4
}

a img {
    border: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #464646;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
}

select {
    display: none;
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=date], select, textarea {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 2px solid rgba(129, 129, 129, .35);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button, input, optgroup, select, textarea {
    margin: 0;
    color: inherit;
    font: inherit;
}

[type=button], [type=submit], button, .btn {
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    color: #3E3E3E;
    position: relative;
    display: inline-block;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: inherit;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    border-radius: 4px;
}
*/

/* [type=button]:hover, [type=submit]:hover, button:hover, .btn:hover {
    background: var(--m-col);
    color: var(--w-col)
} */
/*
.ot_btn {
    color: #333;
    border-radius: 35px;
    width: 80%;
}

input[type=number] {
    -moz-appearance: textfield;
    color: var(--m-col);
    width: 50px;
    height: 30px;
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid var(--m-col);
}

input[type=number].input_number {
    border: 2px solid rgba(129, 129, 129, .35);
    width: 100%;
    height: 42px;
    padding: 0 15px;
    font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
*/

/* new radio button styles start */
/*
label  input[type="radio"] {
    display: none;
}

label input[type="radio"] ~ span::before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    margin-right: 16px;
}

label input[type="radio"]:checked ~ span {
    color: var(--d-col);  
}

label input[type="radio"]:checked ~ span::before {
    background: radial-gradient(var(--m-col) 0%, var(--m-col) 40%, transparent 50%, transparent);
    border-color: var(--m-col);
}
*/

/* label > label:nth-child(3) {
    display: none;
} */
  
/* basic layout */
/*
label input[type="radio"] + span {
    display: inline-flex;
    padding: 8px 4px 0 0;
    align-items: center;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    font-family: Montserrat arm, 'Montserrat';
}

.btns {
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    text-align: center;
}

.cd {
    cursor: default;
}

.sub_tb {
    margin-bottom: 0;
}

.sub_tb tr:last-child > td{
    border-bottom: 0;
}

.inp_gr {
    position: relative;
}

.inp_gr > input {
    background-color: #fff;
    max-width: 280px;
    padding-right: 80px;
    min-width: 150px;
    height: 46px;
    font-size: 15px;
    border-radius: 60px;
    outline: none;
}

.inp_gr > button, .inp_gr > div {
    min-width: 52px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: rgba(30, 115, 190, 0.9);
    color: #FFF;
    vertical-align: center;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    border: none;
    font-weight: 400;
}
*/

/* || Main styles*/
/*
.fl_r {
    float: right;
}

.fl_l {
    float: left;
}

.d_flex {
    display: flex;
}

.flex_wrap {
    flex-wrap: wrap;
}

.flex_row {
    flex-direction: row;
}

.flex_col {
    flex-direction: column;
}

.flex_c {
    justify-content: center;
}

.flex_l {
    justify-content: flex-start;
}

.flex_r {
    justify-content: flex-end;
}

.flex_b {
    justify-content: space-between;
}

.ali_c {
    align-items: center !important;
}

.ali_start {
    align-items: flex-start;
}

.f_wrap {
    flex-wrap: wrap;
}

.f_nwp {
    flex-wrap: nowrap;
}

.d_block {
    display: block;
}

.d_bl {
    display: block !important;
}

.d_none {
    display: none !important;
}

.v_h {
    visibility: hidden;
}

.v_v {
    visibility: visible;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.h_btn {
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    padding: 0;
    width: 50px;
    border: none;
    color: #777;
    font-weight: 400;
    font-size: 0;
}

.load {
    height: 0;
    width: 0;
    padding: 6px;
    border: 2px solid  rgba(255,255,255,0.45);
    border-right-color: #fff;
    border-radius: 50%;
    -webkit-animation: rotate 1s infinite linear;
    position: absolute;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.amount {
    color: var(--d-col);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-family: Montserrat arm, 'Montserrat';
    padding: 12px 10px;
}

/* || Text sizes, weights and styles*/
/*
.t_bold {
    font-weight: 500;
}

.t_cnt {
    text-align: center;
}

.t_left {
    text-align: left;
}

.m_bc {
    color: var(--m-col) !important;
}

.m_gc {
    color: #727272;
}

.m_t {
    font-size: 14px;
}

.ar:after {
    height: auto;
    width: auto;
    transition: all 0.2s ease;
    content: '\276F';
    pointer-events: none;
}
*/

/* || Grids*/
/*
.w_100 {
    width: 100%;
}

.w_75 {
    width: 75%;
}

.w_50 {
    width: 50%;
}

.w_1-3 {
    width: calc(100% / 3);

}
.w_1-6 {
    width: calc(100% / 6);
}

.w_25 {
    width: 25%;
}

.mr_05p {
    margin-right: 5px;
}

.ml_05p {
    margin-left: 5px;
}

.m_0 {
    margin: 0;
}

.mb_0 {
    margin-bottom: 0 !important;
}
.mb_15 {
    margin-bottom: 15px;
}

.mb_20p, .mb_20 {
    margin-bottom: 20px;
}

.mt_20 {
    margin-top: 20px;
}

.mt_50 {
    margin-top: 50px;
}

.mt_100 {
    margin-top: 100px;
}

.m_auto {
    margin: auto;
}

.pl_15 {
    padding-left: 15px;
}

.pr_15 {
    padding-right: 15px;
}

.ml_15 {
    margin-left: 15px;
}

.mr_15 {
    margin-right: 15px;
}

.space_top {
    padding-top: 50px;
}

.m_bgn {
  background: var(--m-col); 
}
*/

/* || Eshop header*/
/*
.h_main {
    width: 100%
}

.header-block {
    width: 100%;
    height: 44px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    z-index: 100;
}

.header-info {
    display: flex; 
    align-items: center;   
}

.menu-list {
    display: flex;
} 

.menu-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    font-family: Montserrat arm, 'Montserrat';
}

.call-info {
    padding: 0 10px 0 0;
    display: flex;
    align-items: center;
}

.call-info .pnoneNumber-link {
    font-weight: bolder;
    font-size: 16px;
    line-height: 16px;
    white-space: nowrap;
    font-family: Montserrat arm, 'Montserrat';
}

.languages-block {
    margin-left: auto;
}

.languages-btn + .languages-btn {
   margin-left: 6px;
}

.hl {
    position: relative;
    z-index: 403;
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: rgba(232, 232, 232, 1);

}

.t_h {
    height: 61px;
    background: var(--w-col);
}

.in_h {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hl_min {
    height: 50px;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: rgba(232, 232, 232, 1);
    z-index: 2;
}

.fix_h {

    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.fix_h.act {
    position: fixed;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    transform: translate(0, 0);
    z-index: 403;
}

.fix_h.act .logo img {
    max-height: 65px;
}

.container, .h_c, .f_c {
    width: 100%;
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    z-index: 1;
}

.container-min-height {
    min-height: calc(100vh - 431px);
}

.h_c {
    position: relative;
    height: auto;
}

.h_logo, .h_search {
    padding-right: 10px;
    padding-left: 10px;
}

.logo {
    display: inline-block;
}

.logo img {
    max-width: 246px;
}
*/
/*header search*/
/*
.h_search, .h_s, .h_nav, .h_cont, .h_qp {
    display: flex;
    align-items: center;
    flex-direction: row;
}

․h_cont h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.h_search, .h_s > form {
    position: relative;
}

.h_search, .h_s input[type=text] {
    background-color: #fff;
    min-width: 300px;
    padding-right: 220px;
    height: 46px;
    font-size: 15px;
    border-radius: 60px;
    outline: none;
}

.h_search, .h_s .btn {
    right: 0;
    width: 52px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    content: "\f125";
    vertical-align: center;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.h_search {
    background-color: var(--m-col);
    color: #FFF;
}

.h_search, .h_s button svg {
    height: 23px;
    padding: 14px;
}
*/
/*header search result*/
/*
.sr_res_c {
    position: relative;
    max-height: 50vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
}

.sr_items {
    position: relative !important;
    z-index: 1001 !important;
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: -1px;
    margin-right: -1px;
    max-width: none !important;
    max-height: none !important;
    width: auto !important;
    -webkit-animation: fadeInBottom .2s ease both;
    animation: fadeInBottom .2s ease both;
}

.fadeInBottom {
    animation-name: fadeInBottom;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1
    }
}

.sr_item {

    flex: 1 1 285px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-bottom: 1px solid rgba(129, 129, 129, .35);
    border-right: 1px solid rgba(129, 129, 129, .35);
    cursor: pointer;
    transition: background-color .25s ease;
}

.sr_item_img {
    float: left;
    margin-right: 15px;
    max-width: 65px;
    word-wrap: break-word;
    font-weight: 500;
    line-height: 1.3;
}

.sr_item_img img {
    margin-top: 10px;
    line-height: 1;
    color: var(--m-col);
}

.sr_item .ttl {
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    word-wrap: break-word
}

.no_res {
    margin-bottom: 0;
    font-size: 14px;
    word-wrap: break-word;
    font-weight: 500;
    line-height: 1.3;
    color: #333;
}

.all_res {
    flex: 1 1 100%;
    margin-top: -1px;
    height: 50px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background-color: #FFF;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 600;
    line-height: 50px;
    cursor: pointer;
    transition: background-color .25s ease;
    border-color: rgba(129, 129, 129, .35);
}


.h_ctg, .h_categoty {
    position: absolute;
    top: 2px;
    right: 52px;
    height: calc(100% - 4px);
}
.h_ctg > .e_dropdown {
    border-radius: 0;
    float: right;
    border: none;
    border-left: 1px solid rgba(129, 129, 129, .35);
    min-width: 150px;
    width: auto;
}

.h_ctg > .e_dropdown .list {
    border-radius: 0;
    min-width: 150px;
    max-width: 300px;
    right: 0 !important;
    left: unset;
    word-break: break-word;
}

.h_ctg > .e_dropdown .list {
    border-radius: 0;
    min-width: 150px;
    max-width: 300px;
    right: 0 !important;
    left: unset;
    word-break: break-word;
}
*/

/*search end*/

/* header login, wishlist, cart and personal page*/
/*
.h_login {
    margin-bottom: 0;
    font-size: 14px;
    word-wrap: break-word;
    font-weight: 500;
    line-height: 1.3;
    color: #333;
}

.h_wl, .h_sr, .h_lg {
    position: relative;
    margin-right: 10px;
}

.h_cl {
    position: relative;
}

.h_cl a {
    display: flex;
}

.h_wl_icon, .h_cl_icon, .h_sr_icon, .h_login_icon {
    vertical-align: center;
}

.h_cl_icon svg, .h_wl_icon svg, .h_sr_icon svg, .h_login_icon svg {
    height: 22px;
    position: relative;
    top: 4px;
}

.position_block {
    position: relative;
}

.h_wl > a, .h_cl > a .h_sr > a, .h_lg > a {
    transition: all .25s ease, height 0s ease;
}

.h_wlcount, .h_clcount {
    position: absolute;
    top: -2px;
    right: -8px;
    z-index: 3;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    text-align: center;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 15px;
    box-shadow: 0 3px 3px rgb(0 0 0 / 50%);
}

.h_cltext {
    margin-left: 20px;
    vertical-align: middle;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
    font-size: 13px;
    color: #333;
}

.wl_btn.added svg, .wl_btn.added svg {
    animation-name: heart;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes heart {
    0% {fill: none; stroke: #0c0c0c}
    25%{fill: var(--m-col); stroke: rgba(12, 12, 12, 0.53)}
    50% {fill:var(--m-col); stroke: rgba(12, 12, 12, 0)}
    75% {fill: var(--m-col)}
    100% {fill:var(--m-col); stroke: var(--m-col)}
}

.wl_btn {
    cursor: pointer;
}

.pl_p {
    width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 15px 0 0;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 380;
    background-color: #FFF;
    background-position: bottom right;
    background-clip: border-box;
    background-repeat: no-repeat;
    text-align: left;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
    pointer-events: none;

}

.pl_p.act {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible;
    pointer-events: unset;
}

.pl_p > ul > li {
    position: relative;
    display: block;
    margin-bottom: 0;
}

.pl_p > ul > li > a, .pl_p > ul > li > span {
    position: relative;
    display: block;
    color: #777;
    padding: 8px 18px;
    font-size: 14px;
    line-height: 20px;
}

.pl_p > ul > li > a:hover, .pl_p > ul > li > span:hover {
    background-color: #F9F9F9;
    color: #777;
}
*/
/* header menu*/
/*
.h_nav .menu {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.h_nav .menu > li {
    display: flex;
    flex-direction: row;
}

.h_nav .menu > li > a {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-right: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 1;
    height: 50px;
    color: rgba(51, 51, 51, 1);
    transition: all .25s ease, height 0s ease;
}

.h_nav .menu > li > a:hover, .h_login .h_log:hover, .h_login .h_reg:hover {
    color: rgba(51, 51, 51, .65);
}
*/
/* header navigation menu*/
/*
.tog_nav {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

.tog_nav > span {
    display: flex;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    position: relative;
    background: #000;
    border-radius: 4px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

.tog_nav > span.fst {
    transform-origin: 0% 0%;
}

.tog_nav > span.mid {
    transform-origin: 0% 100%;
}

.side_h.mob_sr {
    padding-left: 0;
    padding-right: 0;
    border: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 6px;
}

.sr_c {
    position: relative;
    z-index: 2;
    box-shadow: 0 -1px 9px rgba(0, 0, 0, 0.17);
}

.l_side .sr {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 50px !important;
    padding-left: 20px !important;
    height: 70px !important;
    border: none !important;
    font-weight: 600 !important;
    width: 80% !important;
}
*/
/*
.sr_i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    line-height: 20px;
}

.sr_c .sea {
    position: relative;
}

.mob_sr_res .sr_res_c {
    max-height: 60vh;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
}
*/
/* search for mobile*/
/*
.mobile_s {
    box-shadow: none;
}

.mobile_s input[type=text] {
    border-radius: 100px;
}
*/
/* .mobile_s .sr_btn {
    background: var(--m-col);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 35px;
} */
/*
.mobile_s .sr_btn .h_sr_icon {
    margin: 0;
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
}
*/




/* || Eshop footer */
/*
.f_main {
    width: 100%;
    min-height: 255px;
}

.fl_min {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-style: solid;
    border-width: 1px;
    border-color: rgba(232, 232, 232, 1);
}

.f_t {
    font-size: 13px;
    display: flex;
}

.f_logo {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 150px;
    height: auto;
}

.f_contact_ttl {
    color:var(--m-col);
    font-weight: 700;
    font-size: 16px;
}

.f_soc li {
    float: left;
}

.f_soc img {
    width: 28px;
}

.reserved_list {
    display: flex;
    align-items: center;
    width: 100%;
}
.reserved_item {
    width: calc(100% / 3);
}
.reserved_item:nth-child(2) {
    display: inline-block;
    text-align: center;
}
*/



/* need to continue to here */

/* || Caregory Sidebar */
/*
.sidebar {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sidebar .head {
    height: 35px;
    font-weight: bold;
    font-size: larger;
    color: #333;
    border-bottom-style: solid;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.pr_cat {
    margin-bottom: -5px;
}

.pr_cat li {
    position: relative;
    display: block;
}

.pr_cat li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 5px;
    padding-left: 15px;
    width: calc(100% - 40px);
    text-decoration: none;
    font-size: 14px;
    color: #727272;
    font-weight: 500;
}

.pr_ch {
    border-top: 1px solid rgba(129, 129, 129, .35);
    list-style: none;
}

.sidebar > .pr_ch:last-child {
    border-bottom: 1px solid rgba(129, 129, 129, .35);
}

.pr_ch a {
    display: flex;
    justify-content: space-between;
    min-height: 50px;
    align-items: center;
    font-size: 14px;
    color: #727272;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 15px;
    width: 230px;
}

.pr_ch .count {
    margin-right: 20px;
    padding-right: 5px;
    padding-left: 5px;
    min-width: 30px;
    height: 20px;
    border: 1px solid;
    border-radius: 35px;
    color: #777;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease;
    border-color: rgba(129, 129, 129, .35);
}

.pr_ch.selected, .pr_ch.selected:hover, .pr_ch.selected > a, .pr_ch.selected > a .count {
    background: var(--m-col);
    color: var(--w-col);
}

.pr_ch.selected:hover > a .count, .pr_ch.selected > a .count {
    color: var(--w-col);
    border-color: var(--w-col);
}

.pr_ch.selected a:hover:not(span.tr_cat) {
    color: var(--w-col);
}

.pr_ch:not(.selected):hover {
    background: var(--m-col);
    color: var(--d-col);
}

.pr_ch:not(.selected):hover > a {
    color: var(--w-col) !important;
}

.pr_ch:not(.selected):hover > a span {
    color: var(--w-col) !important;
}

.pr_ch:hover > a .count {
    border-color: var(--w-col);
}

.pr_cat li ul {
    flex: 1 1 auto;
    width: 100%;
    display: none;
    background-color: var(--w-col);
}

.pr_cat .cat_list {
    flex: 1 1 auto;
    padding-left: 15px;
    width: 100%;
}

.cat_ar {
    position: absolute;
    top: 7px;
    right: -25px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #BBB;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    transition: all .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.cat_ar:hover {
    background-color: #F9F9F9;
    color: #333;
}

span.tr_cat {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 0;
    width: 40px;
    height: 40px;
    color: var(--d-col);
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease;
    backface-visibility: hidden;
}

span.tr_cat:after {
    height: auto;
    width: auto;
    transition: all 0.2s ease;
    content: '\276F';
    display: block;
    pointer-events: none;
}

.rot:after {
    transform: rotateZ(90deg);
    margin-left: 10px;
}

.pr_cat .count {
    margin-right: 20px;
    padding-right: 5px;
    padding-left: 5px;
    min-width: 30px;
    height: 20px;
    border: 1px solid;
    border-radius: 35px;
    color: #777;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease;
    border-color: rgba(129, 129, 129, .35);
}

.pr_ch a:hover .count {
    background-color: var(--m-col);
    color: #fff;
}

.pr_cat a.active {
    color: #333;
}

.pr_cat a.active .count {
    background-color: var(--m-col);
    color: #fff;
}

.m_sidebar {
    display: block;
    -webkit-animation: wd-fadeIn 1s ease;
    animation: wd-fadeIn 1s ease;
}

.m_sidebar .head {
    display: none;
}

.m_sidebar ul li {
    position: relative;
    border-bottom: 1px solid rgba(129, 129, 129, .35);

}

.m_sidebar ul li a {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    min-height: 50px;
    color: var(--d-col);
    text-transform: uppercase;
    letter-spacing: .2px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3;
}

.m_sidebar ul > li:last-child {
    border-bottom: none;
}
*/

/* || Eshop content */
/* .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
} */

/*
.content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: unset;
    justify-content: center;
}

.c_loop {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    max-width: 100%;
    min-width: 25%;
}

.c_head {
    display: flex;
    width: 100%;
    min-height: 80px;
    margin-bottom: 20px;
}

.rmv_c {
    margin-bottom: 25px;
    text-align: center;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
}

.products {
    transition: opacity .25s ease, visibility .25s ease, -webkit-transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease, -webkit-transform .25s ease;
    margin-right: 0;
    margin-left: 0;
}

.product_view_1 .pr_inf {
    padding: 10px;
}

.product_view_1:not(.pr_horizonal) .pr_inf {
    height: 225px;
}

.option_height {
    min-height: 41px;
}

.product_view_2.product_hover:hover .rmv_c {
    z-index: 30;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.rmv_c a {
    position: relative;
    display: inline-block;
    color: var(--d-col);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    cursor: pointer;
}

.rmv_c .rmv {
    width: 120px;
}

.wl_c {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 10px;
    border-bottom: 1px solid;
    border-color: rgba(129, 129, 129, .35);
    height: auto;
    min-height: auto;
}

.wl_h {
    margin-right: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.p_tools {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 100%;
    width: 100%;
    top: 0;
}

.p_counts {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-right: 23px;
    color: #8E8E8E;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.p_arrange {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-right: 30px;
    vertical-align: middle;
}

.p_arrange a {
    display: inline-flex;
    margin-right: 12px;
    vertical-align: middle;
    opacity: .3;
}

.p_arrange img {
    height: 20px;
    position: relative;
}

.p_arrange a:active {
    opacity: .9;
}

.p_arrange a:hover {
    opacity: .9;
}

.p_arrange > a:focus {
    opacity: .9;
}

.p_ordering {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 30px;
    vertical-align: middle;
}

.mobile_language {
    display: none;
}

.prducts {
    min-height: calc(100vh - 250px);
}*/

/* new protuct item start */
/*
.product_view_2 {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

.product_view_1.l_w_25, 
.product_view_2.l_w_25 {
    margin-bottom: 30px;
    padding-right: 8px;
    padding-left: 8px;
}


/*from now classes for product begining with pr_ */
/*
.product_hover > .pr_wrapper {
    position: relative;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    background: var(--w-col);
    border: 1px solid #D9D2D2;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.product_view_2.product_hover:hover .pr_wrapper {
    z-index: 8;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.product_view_2 .prod_info_container {
    position: static;
}
*/

/*
.product_hover .pr_cont {
    position: static;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
    -webkit-transform: scale(.98);
    transform: scale(.98);
}

.product_view_2.product_hover:hover .pr_cont {
    transition: opacity .3s ease, visibility 0s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease;
    transition: opacity .3s ease, visibility 0s ease, transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
*/

.pr_mb {
    /*margin-bottom: -60px;*/
}

/*
.pr_tc {
    display: flex;
    position: relative;
    margin-bottom: 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    justify-content: center;
    align-items: center;
}

.pr_img_link {
    display: block;
}

.pr_img {
    width: 100%;
    justify-items: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}
*/

/* .pr_img.n_pr > img {
    opacity: 0.7;
} */

/*
.pr_img.n_pr .out_s {
    color: var(--w-col);
    position: absolute;
    background: rgba(161, 24, 24, 1);
    padding: 5px;
    border-radius: 3px;
}

.pr_img img {
    width: auto;
    object-fit: cover;
    max-width: 100%;
}
*/
/*
.product_hover .img_desc {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    min-height: 47px;
    border-top: 1px solid rgba(0, 0, 0, .07);
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    background-color: #FFF;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(102%) translateZ(0);
    transform: translateY(102%) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product_view_2.product_hover:hover .img_desc {
    -webkit-transform: none;
    transform: none;
}
*/
/*
.product_view_2 .pr_inf {
    position: static;
    padding: 18px 12px 0;
    text-align: left;
}

.pr_ttl {
    font-weight: 500;
    line-height: 1.3;
    word-wrap: break-word;
}

.product_hover .pr_ttl {
    margin-bottom: 5px;
    font-size: 16px;
    word-wrap: break-word;
    line-height: 20px;
    font-weight: 500;
    color: var(--d-col);
    font-family: Montserrat arm, 'Montserrat';
}

.pr_ttl a {
    color: inherit;
    word-wrap: break-word;
}
*/
/* .product_view_2:not(.pr_horizonal) .pr_ttl a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 56px;
} */
/*
.prod_block {
    height: 40px;
}

.prod_price {
    margin-bottom: 15px;
    font-size: 16px;
    word-wrap: break-word;
    line-height: 18px;
    font-weight: 500;
    color: var(--d-col);
    font-family: Montserrat arm, 'Montserrat';
}

.prod_price p {
    padding-top: 8px;
}

.product_view_1.l_w_25 .prod_price, 
.product_view_2.l_w_25 .prod_price, 
.product_view_1.l_w_25 .prod_block ~ .pr_ttl,
.product_view_2.l_w_25 .prod_block ~ .pr_ttl {
    font-size: 15px;
}

.prod_block p {
    padding-top: 4px;
}

.product_view_2 .prod_block {
    height: 95px;
}
*/

/*    product price div */
/*
.product_view_2 .pr_price {
    display: block;
    align-items: left;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
*/
/*    product price*/
/*
.pr_prc {
    display: block;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.3;
}

.product_view_2 .pr_prc .amount {
    color: var(--d-col);
    font-size: 12px;
    padding: 0;
    line-height: 18px;
    font-weight: 300;
}

.product_view_2 .pr_prc .amount span {
    font-weight: 500;
    text-decoration: underline;
}

.pr_prc .curr {
    color: var(--m-col);
}
*/
/*
.pr_desc {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.pr_tools {
    margin-top: 20px;
}

.product_view_2 .pr_hover_tools {
    position: static;
    visibility: visible;
    padding: 0 10px 10px 10px;
    opacity: 1;
}

.product_view_2.product_hover:hover .pr_hover_tools {
    position: relative;
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease, visibility 0s ease;
}

.pr_hover_desc {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    max-height: 88px;
    width: 100%;
}

.pr_hover_desc > div {
    line-height: 22px;
}
*/
/*
.pr_bact {
    position: static;
    flex-wrap: nowrap;
    display: flex;
}

.pr_tact {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
*/

/* .pr_bact .wishlist_btn, */
/*
.pr_bact .view_btn,
.pr_bact .add_btn {
    flex: 1 0 0;
}

.product_view_2 .action_btn {
    top: 36px;
    right: 0;
    position: absolute;
}

.product_view_2 .action_btn .wishlist_btn, 
.product_view_2 .action_btn .cartlist_btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    overflow: hidden;
    padding-left: 8px;
    background: var(--w-col);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.07);
    width: 33px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: width .3s ease, opacity .5s ease, display .5s ease, transform .3s ease, overflow .5s, -webkit-transform .3s ease;
}

.product_view_2 .action_btn .cartlist_btn {
    top: 44px;
}
*/
.product_hover:hover .wishlist_btn {
    /* width: 103px; */
    /* background-color: red; */
}
/*
.pr_bact .wishlist_btn {
    text-align: left;
}

.pr_bact .view_btn {
    text-align: right;
}

.prd_btn > a, .pr_icon > span {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: unset;
    height: 35px;
}
*/
/*
.prd_btn > a > svg, .prd_btn > span > svg, .pr_icon > span > svg, .pr_icon > span > svg, .h_btn  svg {
    height: 23px;
    min-width: 21px;
}

.like_btn {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    padding-left: 8px;
    color: var(--d-col);
    font-family: Montserrat arm, 'Montserrat';
    display: none;
    opacity: 0;
    transition: width .1s ease, opacity .1s ease, display 0s ease, transform .1s ease, -webkit-transform .1s ease;
}

.product_view_2 .action_btn .wishlist_btn:hover {
    width: 103px;
}

.product_view_2 .action_btn .cartlist_btn:hover {
    width: 140px;
}

.product_view_2 .action_btn .wishlist_btn:hover .like_btn, 
.product_view_2 .action_btn .cartlist_btn:hover .like_btn {
    display: block;
    opacity: 1;
    white-space: nowrap;
    overflow: visible;
}

.product_view_2 .pr_tools {
    display: none;
}
*/

/* .product_hover:hover .wishlist_btn .like_btn {
    display: block;
    opacity: 1;
} */

.prd_btn:hover svg:not(.pr_add svg) {
   /* fill: var(--m-col) !important; */
}

.prd_btn.added:hover {
   /* fill: none !important; */
}
/*
.product_view_2 .pr_add .btn {
    color: var(--m-col);
    border-radius: 100px;
    background-color: var(--w-col);
    padding: 10px 14px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    border: 1px solid var(--m-col);
    min-width: 100px;
}

.product_view_2 .pr_add .btn:hover {
    color: var(--w-col);
    border-radius: 100px;
    background-color: var(--m-col);
}

.product_view_2 .pr_add {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    transition: opacity .2s ease;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    text-align: center;
}
*/
/* product view 2 horisontal */
/*
.product_view_2.pr_horizonal .action_btn {
    position: static;
    display: flex;
    align-items: center;
}

.product_view_2.pr_horizonal .action_btn .cartlist_btn {
    margin-left: 12px;
}

.product_view_2.pr_horizonal .action_btn .wishlist_btn, 
.product_view_2.pr_horizonal .action_btn .cartlist_btn {
    width: auto;
    box-shadow: none;
    border-radius: 0;
    position: static;
    padding-left: 0;
}

.product_view_2.pr_horizonal .action_btn .wishlist_btn .like_btn, 
.product_view_2.pr_horizonal .action_btn .cartlist_btn .like_btn {
    display: inline-flex;
    opacity: 1;
}

.product_view_2.pr_horizonal .action_btn .wishlist_btn:hover .like_btn, 
.product_view_2.pr_horizonal .action_btn .cartlist_btn:hover .like_btn {
    color: var(--m-col);
}

.product_view_2.pr_horizonal .pr_tools {
    display: none;
}

.loop_hover:hover .loop_t {
    opacity: 0;
    -webkit-transform: translateY(-150%) translateZ(0);
    transform: translateY(-150%) translateZ(0);
    content: " ";
}

.loop_svg {
    height: 23px;
    display: none;
    position: absolute;
    transition: opacity .15s ease, -webkit-transform .25s ease;
    transition: opacity .15s ease, transform .25s ease;
    transition: opacity .15s ease, transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.loop_hover:hover .loop_svg {
    display: flex;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

*/
.pr_add svg {
    /* fill: #fff; */
}

/*
.product_view_2 .pr_order .btn {
    color: rgba(130, 130, 130, 0.5);
    border-radius: 100px;
    background-color: var(--w-col);
    padding: 10px 14px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    border: 1px solid var(--w-col);
    min-width: 100px;
    text-decoration: underline;
}

.product_view_2.l_w_25 .pr_order .btn, 
.product_view_2.l_w_25 .pr_add .btn, 
.product_view_2.l_w_25 .pr_add .out_s.btn {
    min-width: 80px;
    padding: 10px 6px
}

.product_view_2 .pr_order .btn:hover {
    color: var(--d-col);
}

.product_view_2 .pr_order {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    transition: opacity .2s ease;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    text-align: center;
    margin-left: 0;
}

.product_view_2 .pr_order .loop_hover:hover .loop_t {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    content: " ";
}

.loop_svg {
    height: 23px;
    display: none;
    position: absolute;
    transition: opacity .15s ease, -webkit-transform .25s ease;
    transition: opacity .15s ease, transform .25s ease;
    transition: opacity .15s ease, transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.loop_hover:hover .loop_svg {
    display: flex;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.pr_order svg {
    fill: #fff;
}

.out_s.btn {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    border-radius: 100px;
    background: rgba(130, 130, 130, 0.2);
    color: rgba(130, 130, 130, 0.5);
    cursor: default;
    white-space: nowrap;
}

*/









/*labels for product*/
/*
.pr_lbs {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 50%;
    transition: opacity .3s ease;
}

.pr_lbs > .pr_lb {
    min-width: 50px;
    padding: 5px 7px;
    border-radius: 35px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    word-break: break-all;
    letter-spacing: .4px;
    font-weight: 600;
    line-height: 1.2;
}

.pr_lbs > .pr_lb.round {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px;
    border-radius: 35px;
    font-size: 14px;
}

.pr_lb.alert {
    background-color: rgba(253, 88, 0, 0.9);
}

.pr_lb.featured {
    background-color: #E22D2D;
}

.pr_lb.separated {
    background-color: rgba(53, 186, 59, 0.9);
}

.pr_act {
    opacity: .9 !important;
}

.pr_horizonal {
    width: 100% !important;
    flex: auto !important;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    padding: 5px;
    border: 0.5px solid #cccccc61;
    border-radius: 6px;
    overflow: hidden;
}

.pr_horizonal .pr_cont {
    display: none;
}

.pr_horizonal .pr_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.pr_horizonal .pr_wrapper:hover {
    transform: translateY(0) translateZ(0) !important;
}

.pr_horizonal .pr_ttl {
    color: #3d3d3d;
    font-weight: bold;
    font-size: 16px;
}

.pr_horizonal .pr_ttl, .pr_horizonal .pr_desc {
    text-align: left;
    word-wrap: break-word;

}

.pr_horizonal .pr_desc > div {
    max-height: 48px;
    overflow: hidden;
}

.pr_horizonal .pr_ttl:hover {
    color: rgba(24, 24, 24, 0.75);
    word-wrap: break-word;
}

.pr_horizonal .pr_price {
    align-items: flex-start;
}

.pr_horizonal .pr_img {
    width: 150px !important;
    height: 150px !important;
}

.pr_horizonal .pr_img img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.pr_horizonal .pr_inf {
    text-align: left;
}
*/
































/*dropdown*/
/*
.pr_horizonal .add_btn {
    background: none;
    margin: 0;
}

.pr_horizonal .pr_tc {
    margin-right: 15px;
}

.category {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;

}

.c_wr {
    box-shadow: 0 0 3px 0 rgb(0,0,0,0.2);
    width: 100%;
    position: relative;
}

.c_img {
    width: 100%;
    transition: all .25s ease-in-out;
    overflow: hidden;
}

.c_img img {
    width: 100%;
    height: auto;
    border-radius: 3px 3px 0 0;
}

.c_h {
    width: 100%;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    color: #365c92;
}

.c_h h2, .c_h_hover h2 {
    margin: 0;
    font-size: 16px;
    color: var(--m-col);
    text-transform: uppercase;

}

.c_h::after {
    position: absolute;
    content: '';
    top:0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--m-col);
    transform-origin: left;
    transition: width 0.3s ease;
    z-index: -1;
}

.c_wr:hover .c_h::after {
    width: 100%;
}

.c_wr:hover .c_h {
    transform: scale(1.05);
    border-radius: 0 0 3px 3px;
}

.c_wr:hover .c_h h2 {
    color: #fff;
}

.c_wr:hover {
    box-shadow: none;
}

.c_wr:hover .c_img {
    transform: scale(1.025);
}

.by {
    bottom: 12px;
    color: #aaa;
    font-size: 12px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
*/

/* Sidebar for login, cart, and mobile menu */
/*
.dark_bgn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 403;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    transition: opacity .25s ease, visibility 0s ease .25s;
}

.dark_bgn.opened {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease, visibility 0s ease;

}
*/
/*   custom style for agent customer registration  */
/*
.dark_bgn_1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 403;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.7);
    transition: opacity .25s ease,visibility 0s ease .25s;
}
.dark_bgn_1.opened {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease,visibility 0s ease;
}
*/
/*------------------------------------------*/
/*
.r_side, .l_side {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    max-width: 448px;
    background-color: #FFF;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

.r_side {
    right: 0;
    left: auto;
    -webkit-transform: translate3d(340px, 0, 0);
    transform: translate3d(340px, 0, 0);
}

.l_side {
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);

}

.r_side.open, .l_side.open {
    -webkit-transform: none;
    transform: none;
    visibility: visible;
}

.side_h {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 12px 30px 16px 24px;
    border-bottom: 1px solid;
    border-color: var(--border-color);
}

.side_h .ttl {
    flex: 1 1 auto;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 31px;
    font-weight: 500;
    color: var(--d-col);
    word-wrap: break-word;
    font-family: Montserrat arm, 'Montserrat';
}

.side_h .close {
    position: relative;
    flex: 0 0 auto;
    color: var(--g-color);
    text-decoration: none;
    letter-spacing: .3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    cursor: pointer;
    top: 0;
    padding-right: 0;
}

.side_c {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid rgba(129, 129, 129, .35);
    line-height: 1.4;
}

.side_c > .cont {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}

.srl_c {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
}

.srl_c .srl {
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    padding-right: 0;
    max-height: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.emp_c {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 5px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    color: var(--d-col);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.emp_c > svg {
    display: block;
    margin-bottom: 22px;
    opacity: 1;
    width: 86px;
    line-height: 86px;
}

.emp_t {
    font-size: 22px;
    line-height: 31px;
    color: var(--d-col);
    text-transform: none;
    font-weight: 500;
}

.emp_btn {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.emp_btn .btn {
    font-size: 14px;
    line-height: 17px;
    color: var(--m-col);
    letter-spacing: 1%;
    font-weight: 500;
    padding: 12px 52px;
    background-color: var(--w-col);
    border: 1px solid var(--m-col);
    border-radius: 100px;
}

.emp_btn .btn:hover {
    color: var(--w-col);
    background-color: var(--m-col);
}

.slide_c:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ret_btn {
    text-align: center;
}

.ret_btn > .btn {
    color: #fff;
    border-radius: 35px;
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    background-color: var(--m-col);
}

.cart_l {
    margin-bottom: 0;
    text-align: left;
}

.cart_l .item {
    margin-bottom: 0;
    padding: 15px;
    transition: background-color .3s ease;
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border-color: rgba(129, 129, 129, .35);
}

.cart_l a.link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: #727272;
}

.rmv {
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 2;
    display: block;
    margin-bottom: 0;
    padding-right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: rgba(0, 0, 0, .8);
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    font-weight: 100;
    cursor: pointer;
}
*/

/* .cart_l .cart_img {
    margin-bottom: 0;
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
    margin-right: 15px;
} */

/* .cart_l .cart_img img {
    float: none;
    margin-right: 0;
    transition: opacity .6s ease;
    max-width: 65px;
} */

/*
.cart_l .cart_inf {
    flex: 1 1 auto;
    padding-right: 20px;
}

.cart_inf .t {
    margin-bottom: 8px;
    font-size: 14px;
    transition: all .25s ease;
    display: block;
    color: #333;
    word-wrap: break-word;
    font-weight: 500;
    line-height: 1.3;
}

.cart_inf .qtl {
    display: block;
    color: #BBB;
    font-size: 13px;
    vertical-align: top;
    white-space: nowrap;
}

.side_f {
    margin-top: 0;
    flex: 0 0 auto;
    padding-bottom: 15px;
}

.side_f .total {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
    padding: 15px;
    border-top: 2px solid;
    border-color: rgba(129, 129, 129, .35);
    margin-bottom: 5px;
}

.side_f .total > .ttl {
    color: var(--d-col);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    word-wrap: break-word
}

.side_f .total .amount {
    font-weight: 600;
    font-size: 20px;
    color: var(--m-col);
}

.side_f .c_btn {
    border-radius: 35px;
    margin-bottom: 10px;
    width: 80%;
}

.side_f .pay_btn {
    color: var(--w-col);
    border-radius: 35px;
    margin-bottom: 0;
    background-color: var(--m-col);
    width: 80%;
}

.l_side form.login, .r_side div.login, .l_side div.login {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px solid rgba(136, 136, 136, .2);
}

.r_side form.login {
    padding: 48px 54px 44px 34px;
}

.r_side form.login p, .l_side form.login p, .r_side div.login p, .l_side div.login p {
    clear: both;
    margin-bottom: 20px;
}

.r_side form.login p input, .l_side form.login p input, .r_side form.login > div input, .l_side form.login > div input, .r_side form.reg p input, .l_side form.reg p input, .r_side div.reg p input, .l_side div.reg p input, .r_side div.reg p .av_s, .l_side div.reg p .av_s {
    border-radius: 30px;
}

.r_side form.login label, .l_side form.login label {
    font-weight: 400;
    display: flex;
    font-size: 14px;
    line-height: 31px;
    margin-top: 10px;
    font-family: Montserrat arm, 'Montserrat';
}

.r_side form.login label span, .l_side form.login label span {
    font-weight: 500;
}

.ph .e_dropdown, .ph .e_dropdown {
    display: inline-block;
    border: 2px solid rgba(129, 129, 129, .35);
    border-right: 1px solid rgba(129, 129, 129, .35);
    border-radius: 30px 0 0 30px !important;
    min-width: 80px !important;
}

.ph input {
    border-radius: 0 30px 30px 0 !important;
    border-left: 1px solid rgba(129, 129, 129, .35);
    width: 100%;
}

.ph .tl_i {
    border-radius: 0 30px 30px 0 !important;
    border-left: 1px solid rgba(129, 129, 129, .35);
}

.rqd {
    display: flex;
    align-items: center;
}

.rqd:after {
    content: ' \002A';
    color: #E01020;
    font-size: 16px;
    line-height: 1;
}

.log_btn {
    color: var(--w-col);
    background-color: var(--m-col);;
    border-radius: 35px;
    width: 100%;
    max-width: 222px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
}

.lost_p.btn {
    padding: 0;
    color: var(--d-col);
    text-decoration: underline;
    background-color: unset;
    text-transform: inherit;
}

.na_btn {
    background-color: var(--m-col);
    order: 2;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    cursor:pointer;
    width: 100%;
    border-radius: 30px;
    color: var(--w-col);
    max-width: 222px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.r_me {
    order: 1;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}

.r_me input {
    width: auto;
}

.c_ac {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-bottom: 1px solid rgba(136, 136, 136, .2);
    text-align: center;
}

.c_ac svg {
    display: block;
    fill: rgba(136, 136, 136, .15);
    font-weight: 400;
    width: 100px;
    margin: 15px auto;
    line-height: 54px;
}

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

.to_reg:before, .to_reg:after {
    position: absolute;
    content: "";
    border: 1px solid #E3E8F3;
    width: 80%;
    top: 10px;
}

.to_reg:before {
    left: -100%;
}

.to_reg:after {
    right: -100%;
}

.reg_desc {
    font-size: 14px;
    line-height: 18px;
    font-family: Montserrat arm, 'Montserrat';
    margin: 20px auto;
    color: var(--d-col);
    text-align: center;
}
*/

























/* || registration sidebar*/
/*
.r_side form.reg, .l_side form, .reg.r_side div.reg, .l_side div.reg:not(.sr) {
    padding: 48px 32px 38px 32px;
}

.r_side form.reg p, .l_side form.reg p, .r_side div.reg p, .l_side div.reg p {
    clear: both;
    margin-bottom: 20px;
}
*/
/*.r_side form.reg p input, .l_side form.reg p input , .r_side div.reg p input, .l_side div.reg p input  {*/
/*    border-radius: 30px;*/
/*    width: 80%;*/
/*}*/
/*
.r_side form.reg label, .l_side form.reg label, .r_side div.reg label, .l_side div.reg label {
    font-weight: 400;
    font-size: 15px;
    line-height: 31px;
    font-family: Montserrat arm, 'Montserrat'; 
}

.r_side form.reg label span, .l_side form.reg label span, .r_side div.reg label span, .l_side div.reg label span {
    font-weight: 500;
}

.ac_bl {
    display: flex;
}

.ac_bl span {
    color: var(--d-col);
}

.ac_bl a {
    color: var(--m-col);
    text-decoration: underline;
}

.ac_bl a, .ac_bl span {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    font-family: Montserrat arm, 'Montserrat'; 
}

.rg_btn {
    background-color: var(--m-col);
    color: #FFF;
    border-radius: 35px;
    text-decoration: none;
    box-shadow: none;
    width: 100%;
    text-align: center;
    max-width: 222px;
    margin: auto;
    display: flex;
    justify-content: center;
    opacity: 0.5;
}

.rg_btn:hover {
    opacity: 1;
}

.custom_btn {
    background-color: var(--m-col);
    color: #FFF;
    max-width: 222px;
    margin: auto !important;
    justify-content: center;
    opacity: 0.5;
    border-radius: 35px;
    width: 80%;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    text-align: center ;
    text-decoration: none;
    text-transform: inherit;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: default;
}

.custom_hover {
    opacity: 1 !important;
    cursor: pointer;
}

input.is_def {
    width: 15px;
    height: 15px;
}

.prm_btn {
    background-color: var(--m-col);
    color: #FFF;
    border-radius: 35px;
    text-decoration: none;
    box-shadow: none;
    min-width: 160px;
    margin-top: 20px;
    text-align: center;
}

.btn_c {
    border-radius: 35px;
}

.alr_reg {
    color: var(--m-col);
    background-color: var(--w-col);
    border: 1px solid var(--m-col);
    order: 2;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    padding-left: 20px;
    width: 100%;
    max-width: 222px;
}

.alr_reg:hover, .lost_p:hover {
    text-decoration: underline;
}

.reg_f {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.mob_tab > ul.tab_c {
    display: flex;
    margin: 0;
    border-bottom: 1px solid rgba(129, 129, 129, .35);
    background-color: rgba(0, 0, 0, .04);
    flex-wrap: wrap;
    text-align: center;
}

ul.tab_c > li {
    width: 50%;
    position: relative;
}

ul.tab_c > li > p, ul.tab_c > li > a {
    background-color: rgba(0, 0, 0, .05);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.3;
    padding: 18px 15px;
    margin: 0;
}

ul.tab_c > li:hover p, ul.tab_c > li:hover a {
    color: #333;
}

ul.tab_c > li.act > p {
    color: #333;
}

ul.tab_c > li > p > span {
    text-align: center;
    line-height: 1.2;
    position: relative;
    display: inline-block;
}

ul.tab_c > li > p:after {
    right: 0;
    left: auto;
    top: auto;
    bottom: -1px;
    content: '';
    position: absolute;
    height: 2px;
    transition: width 0.4s cubic-bezier(.175, .885, .32, 1.15);
    background-color: var(--m-col);
}

ul.tab_c > li:hover p:after {
    width: 100%
}

ul.tab_c > li.act p:after {
    width: 100%
}
*/

/*  || separate product page*/
/*
.prd_c {
    position: relative;
    z-index: 1;
}

.prd_gl {
    opacity: 1;
    transition: opacity 0.25s ease-in-out 0s;
}

.prd_d .ttl {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    word-wrap: break-word;
    color: var(--d-col);
}

.prc {
    margin-bottom: 20px;
}

.prd_d .amount {
    font-size: 22px;
    line-height: 1.2;
    white-space: nowrap;
}

.prd_d .prd_add {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.prd_cats {
    padding-top: 20px;
    border-top: 1px solid rgba(129, 129, 129, .35);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    line-height: 1.2;
}

.prd_desc {
    display: flex;
    flex-direction: column;
}

.prd_desc * {
    max-width: 100%
}

.prd_desc table {
    width: 100% !important;
}

.desc_txt.short {
    overflow: hidden ;
    max-height: 110px;
}

.desc_txt ul, ol {
    padding: revert;
    list-style: revert;
}

.more {
    margin: 0 auto;
    text-align: center;
    color: var(--d-col);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.arrow {
    width: 17px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.arrow span {
    top: 12px;
    position: absolute;
    width: 10px;
    height: 1.5px;
    background-color: var(--d-col);
    display: inline-block;
    transition: all 0.2s ease;
}

.arrow span:first-of-type {
    left: 0;
    transform: rotate(45deg);
}

.arrow span:last-of-type {
    right: 0;
    transform: rotate(-45deg);
}
.arrow.act span:first-of-type {
    transform: rotate(-45deg);
}
.arrow.act span:last-of-type {
    transform: rotate(45deg);
}

.prd_tb > table th {
    text-transform: inherit;
    font-weight: 500;
    font-size: 14px;
}

.cat_h {
    display: block;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}
*/
/* .prd_cats > a {
    display: inline-block;
    margin: 0 1px 15px 7px;
    color: #777;
    font-weight: 400;
    font-size: 14px;
}

.prd_cats > a:hover {
    color: rgba(30, 115, 190, 1);
} */
/*
.qnty {
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-flex;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0;
}

.qnty input[type=button] {
    padding: 0 8px;
    min-width: 15px;
    height: 40px;
    border: 2px solid #E3E8F3;
    background: #F8F9FA;;
    box-shadow: none;
    display: inline-block;
    color: var(--d-col);
}

.qnty > .minus {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.qnty > .minus:hover {
    background-color: var(--m-col);
    color: #fff;
}

.qnty > .plus {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.qnty > .plus:hover {
    background-color: var(--m-col);
    color: #fff;
}

.qnty .qnty_t {
    width: 30px;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-right: none;
    border-left: none;
    border-radius: 0;
    display: inline-block;
    color: var(--d-col);
    background-color: #F8F9FA;
    border-top: 2px solid #E3E8F3;
    border-bottom: 2px solid #E3E8F3;
    font-size: 14px;
}

.add_btn {
    color: #FFF;
    border-radius: 35px;
    margin-bottom: 10px;
    background-color: var(--m-col);
}

.add_wl {
    position: relative;
    flex-direction: row;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #333
}

.add_wl > div {
    display: inline-flex;
    align-items: center;
}

.add_wl svg {
    width: 15px;
    margin-right: 5px;
}

.add_wl a:hover span {
    color: var(--m-col);
}

.add_wl a:hover svg {
    fill: var(--m-col) !important;
}

.img_gl {
    position: relative;
    display: grid;
    justify-items: center;
    align-items: center;
}

.img_gl .show {
    position: relative;
    width: 100%;
    display: grid;
    justify-items: center;
    align-items: center;
    overflow: hidden;
    min-height: 400px;
    max-height: 400px;
}

.img_gl .show img {
    max-width: 100%;
}

.i_cont {
    clear: both;
    overflow: hidden;
    width: 100%;
    float: none;
    height: 90px;
}

.s_cont {
    position: relative;
    width: 8000%;
}

.img_gl .s_img:after {
    content: "";
    display: table;
    clear: both;
}

.img_gl .s_img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    max-width: 360px;
    width: 100%;
}

.col.sel {
    border: 1px solid rgba(30, 115, 190, 0.6);
}
*/

/*
.img_gl .col {
    float: left;
    width: 105px;
    margin-right: 10px;
    height: 90px;
    overflow: hidden;
}

.img_gl .col img {
    opacity: 0.8;
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.col_hid {
    visibility: hidden;
    display: none;
}

.img_gl .col img:hover,
.img_gl .col img.act {
    opacity: 1;
}

.img_gl .prev, .img_gl .next {
    position: static;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    border: none;
    padding: 0;
}

.img_gl .prev {
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 16px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: 26px;
    background: url(../../../../frontend/default/images/eshop/prev.svg) center/contain no-repeat;
}

.img_gl .next {
    display: inline-block;
    background: url(../../../../frontend/default/images/eshop/next.svg) center/contain no-repeat;
    cursor: pointer;
    width: 14px;
    height: 16px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: 26px;
}

.img_gl .prev.custom_prev, 
.img_gl .next.custom_next {
    position: absolute;
    top: 30%;
    background: var(--w-col);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.5);
    padding: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.img_gl .prev.custom_prev {
    left: 5%;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
}

.img_gl .next.custom_next {
    right: 5%;
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
}
*/

/* || Cart*/
/*
th.c_rmv, th.check, th.rmv {
    width: 40px;
}

td.c_rmv {
    padding: 0;
    text-align: center;
}

td.c_rmv .pr_rmv {
    position: relative;
    top: 0;
    right: 0;
    font-size: 12px;
}

.pr_rmv {
    position: relative;
    display: inline-block;
    padding-right: 0 !important;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    font-size: 0;
    line-height: 30px;
    padding-right: 19px;
    cursor: pointer;
}

.c_pr {
    overflow: hidden;
}

.c_pr img {
    max-width: 85px;
    max-height: 85px;
    cursor: pointer;
}

.pr_n {
    color: var(--d-col);
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    font-family: Montserrat arm, 'Montserrat';
}

.c_pr:hover .pr_n, .pr_n:hover {
    color: rgba(51, 51, 51, .7);
}

.c_itot {
    padding: 25px;
    border: 3px solid #EFEFEF;
    margin-top: 40px;
}

.c_itot table {
    border-bottom: 1px solid var(--border-color);
}

.c_itot table td, .c_itot table th {
    border-bottom: 0;
}

.stot {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.ch_btn {
    color: #FFF;
    border-radius: 35px;
    background-color: var(--m-col);
    padding-top: 13px;
    padding-bottom: 13px;
    width: 200px;
    margin-top: 24px;
}

.ch_btn.close {
    position: static;
    border: 1px solid var(--m-col);
    color: var(--m-col);
    background-color: var(--w-col);
    border-radius: 100px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.ch_btn.close:hover {
    position: static;
    border: 1px solid var(--m-col);
    background-color: var(--m-col);
    color: var(--w-col);
}
*/

/* if there isn't product in cart*/
/*
.c_n .emp_c {
    font-size: 18px;
}

.c_n .emp_c > svg {
    width: 115px;
}
*/
/*  || login and register page*/
/*
.lg_c {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.lg_c input {
    border-radius: 30px;
}
*/
/* in cart page */
/*
.delivery_addres_info {
    display: flex;
}

.address_block_in_cart_page {
    width: 50%;
}

.address_pure {
    margin-right: 16px;
    font-size: 16px;
    line-height: 24px;
    color: var(--g-color);
}

.address_desc p {
    color: var(--m-color);
    padding: 0 12px 12px 0;
    font-size: 14px;
}

.address_desc textarea {
    border: 1px solid var(--g-color);
    width: 100%;
    min-width: 320px;
    max-width: 320px;
    color: var(--g-color);
    min-height: 68px;
    padding: 4px;
}

.delivery_time, .delivery_time_bottom {
    width: 50%;
}

.delivery_time_bottom {
    width: 100%;
}

.delivery_time p, .delivery_time_bottom p {
    padding: 0 6px;
}
*/

/* payment cart start */
/*
.payment-footer {
    display: flex;
}
.payment-left-block, .payment-right-block {
    width: 50%;
    margin-top: 24px;
}
.payment-left-block p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 14px;
    font-weight: 400;
    color: var(--g-color);
    display: flex;
    align-items: center;
    font-family: Montserrat arm, 'Montserrat';
}
.payment-left-block p .total {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    color: #808185;
    padding-left: 6px;
    text-decoration: line-through;
}
.payment-left-block p .sale {
    font-size: 24px;
    line-height: 27px;
    font-weight: 700;
    color: var(--m-col);
    padding-left: 6px;
}
.payment-left-block .email-input {
    width: 100%;
    max-width: 273px;
    height: 40px;
    border-radius: 100px;
    padding: 8px 24px;
    border: 2px solid #E3E8F3;
}
.payment-block label {
    padding: 0 16px;
    min-width: 300px;
    display: inline-flex;
}
.payment-block label + label {
    border-top: 1px solid rgba(49, 56, 65, 0.2);    
}
.payment-block label img {
    margin-left: auto;
}
.payment-list {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
    position: relative;
}
.payment-item {
    width: calc(25% - 8px);
    text-align: center;
    padding: 8px;
    border: 1px solid;
    border-radius: 8px;
    min-height: 73px;
    max-height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 30%);
    transition: all .3s ease-in-out;
    margin-bottom: 16px;
}

.payment-item:hover {
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 30%);
    background: #ececec;
    cursor: pointer;
    transform: scale(1.05);
}

.payment-item + .payment-item {
    margin-left: 12px;
}

.payment-label {
    opacity: 0.7;
}

.payment-item:hover .payment-label {
    cursor: pointer;
    opacity: 1;
}

.payment-desc {
    text-align: justify;
}

.deposit_modal [type=radio]+img {
    margin-right: 0;
}
*/
/* payment cart end */

/* || about us*/
/* .ab_cont {
    margin-top: 0;
    padding-top: 40px;
    background-color: #FFF;
}

.ab_c {
    margin-bottom: 35px !important;
    padding-top: 10px !important;
}

div.ttl {
    border-bottom-width: 1px !important;
    padding-bottom: 10px !important;
    border-bottom-color: rgba(155, 155, 155, 0.3) !important;
    border-bottom-style: solid !important;
    word-wrap: break-word;
}

div.ttl h4 {
    font-size: 22px;
    display: block;
    margin-bottom: 0;
    word-wrap: break-word;
}
 */
/*scroll style*/
/*
.srl_c .srl::-webkit-scrollbar, .e_dropdown .list::-webkit-scrollbar, .sr_res_c::-webkit-scrollbar, .r_side::-webkit-scrollbar, .l_side::-webkit-scrollbar {
    width: 5px;
}

.srl_c .srl::-webkit-scrollbar-track, .e_dropdown .list::-webkit-scrollbar-track, .sr_res_c::-webkit-scrollbar-track, .r_side::-webkit-scrollbar-track, .l_side::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.15);
}

.srl_c .srl::-webkit-scrollbar-thumb, .e_dropdown .list::-webkit-scrollbar-thumb, .sr_res_c::-webkit-scrollbar-thumb, .r_side::-webkit-scrollbar-thumb, .l_side::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    outline: none;
}
*/

/*  || My account*/
/*
.ac_wp {
    margin-left: -30px;
    margin-right: -30px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.ac_sb {
    border-right: 1px solid rgba(129, 129, 129, .35);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 25%;
}

.ac_ttl {
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(129, 129, 129, .35);
    color: var(--d-col);
}

.ac_nav {
    margin-bottom: 30px;
    display: block;
}

.ac_nav ul li a {
    display: block;
    padding: 10px 15px;
    color: rgba(0, 0, 0, .9);
    line-height: 20px;
    text-transform: none;
    font-size: 14px;
    font-weight: 600;
}

.ac_nav ul li a:hover {
    color: rgba(0, 0, 0, .9);
    background-color: #f8f8f8;
    text-decoration: none;
}

.ac_nav ul li a:active {
    color: rgba(0, 0, 0, .9);
    background-color: #f8f8f8;
    text-decoration: none;
}

.ac_nav ul li a.act {
    color: rgba(0, 0, 0, .9);
    background-color: rgba(136, 136, 136, .12);
    cursor: default;
}
*/
/* password block in customer page*/
/*
.pas_bl {
    margin-bottom: 20px;
    padding: 20px 0;
    border-top: 2px solid #E6E6E6;
    margin-top: 20px;
}
*/

/*  det_res details in manage order */
/*
.det_res {
    display: none;
    visibility: hidden;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

.det {
    text-align: center;
    color: var(--d-col);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.det_res.open {
    display: contents;
    visibility: visible;
}
*/
/* Pagination */

/*b-back, n - number, s - selected , r - quantity*/
/*
.pg * {
    cursor: pointer;
}

.pg {
    display: flex;
    margin-top: 26px;
}

.pg a, .pg span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: none;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    color: var(--m-col);
    transition: all 0.15s ease;
    margin: 0;
    padding: 3px;
    border-radius: 0;
}

.pg span {
    border: 1px solid var(--m-col);
}

.pg_s {
    font-weight: bold;
    border-bottom: 2px solid var(--m-col);
    cursor: default;
}
*/
/*number_url,celected_url*/
/*
.pg_b:active, .pg_n:active, .pg_s:active {
    background: #78909C;
    color: #fff;
    font-weight: bold;
}

div.error, div.error_postpaid {
    background: rgba(161, 24, 24, 0.7);
    border-radius: 7px;
    padding: 10px 15px;
    margin: 5px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

div.alert {
    border-radius: 7px;
    padding: 10px 15px;
    margin: 5px;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #fff;
    background-color: rgba(236, 187, 51, 0.75);
    font-weight: 500;
}

div.success {
    background: rgba(18, 132, 30, 0.8);
    border-radius: 7px;
    padding: 10px 15px;
    margin: 5px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

div.error:empty, div.alert:empty, div.success:empty {
    display: none;
}

input.fe_err,tr.fe_err, textarea.fe_err, select option.fe_err, .login .e_dropdown.fe_err, .reg .e_dropdown.fe_err {
    background: rgba(161, 24, 24, 0.1);
}
*/
/* payment*/
.non_cash:after{
    right: 0;
    left: auto;
    top: 5px;
    content: '^';
    position: absolute;
    height: 2px;
    transition: width 0.4s cubic-bezier(.175, .885, .32, 1.15);
    background-color: var(--m-col);
}

/*modal*/
/*
#postpaidModal, #depositModal, #msgModal {
    z-index: 404;
}
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}
*/
/*custom style for succes modal in register an agent*/
/*
.modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.modal_1 {
    display: block;
    position: fixed;
    z-index: 500;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

.modal_1 .modal-body {
    min-height: 40vh;
    overflow-y: hidden;
}

.modal_1 .modal-body span {
    font-size: 48px;
}

.modal_1 .modal-body .close {
    top: 12px;
    right: 8px;
}
*/

/* Modal Content */
/*
.modal-content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    width: 40%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    padding: 24px 16px 30px;
    border-radius: 16px;
    position: relative;
}
*/
/* The Close Button */
/*
.close {
    color: var(--m-col);
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 8px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
*/
/*
.modal-header {
    padding: 2px 16px;
    background-color: #fff;
    color: white;
    text-align: center;
}

.modal-body {
    padding: 2px 16px;
    height: 40vh;
    overflow-y: auto;
}

.modal-body span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: Montserrat arm, 'Montserrat';
}

.modal-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-container p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    font-family: Montserrat arm, 'Montserrat';
}

.modal-footer {
    padding: 2px 16px;
    background-color: #fff;
    color: white;
    
}

.modal_action {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
}

.modal_action span {
    margin-right: 8px;
}
.mod
al_action span + span {
    margin-left: 8px;
}

.deposit_modal [type=radio] {
    position: absolute;
    opacity: 0;
}
*/

/* .deposit_modal [type=radio]+img {
    cursor: pointer;
    margin-right: 0.5rem;
} */
/*
.deposit_modal [type=radio]:checked + img {
    outline: 1px solid var(--m-col);
    padding: 4px;
    border-radius: 4px;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 30%);
}
*/

/* checkbox */
/*
.checkmark {
    height: 20px;
    min-width: 20px;
    border: 2px solid var(--m-col);
    border-radius: 2px;
    position: relative;
    display: inline-block;
}

.checkbox-label {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-label .checkmark-wrapper {
    display: flex;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-label input:checked ~ .checkmark,
.checkbox-label input:checked ~ .checkmark-wrapper .checkmark  {
    background-color: var(--m-col);
}

.checkbox-label input:checked ~ .checkmark:after,
.checkbox-label input:checked ~ .checkmark-wrapper .checkmark:after {
    display: block;
}

.checkbox-label .checkmark:after,
.checkbox-label .checkmark-wrapper .checkmark:after {
    left: 28%;
    top: 46%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg) translate(-50%, -50%);
}

.checkmark-agree {
    display: inherit;
    flex-wrap: wrap;
}
*/
/* agent page */
/*
.ml_unset {
    margin-left: unset;
}

.tab_head h1 {
    padding-top: 60px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    font-family: Montserrat arm, 'Montserrat';
    color: var(--d-col);
}

.tab_head h2 {
    padding-top: 42px;
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat arm, 'Montserrat';
    color: var(--d-col);
}

.tab_head p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: Montserrat arm, 'Montserrat';
    color: var(--d-col);
    margin-bottom: 20px;
}

.tab_body h2 {
    font-size: 16px;
    line-height: 16px;
    font-family: Montserrat arm, 'Montserrat';
    color: var(--d-col);
}

.tab_body p, .tab_body ol li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: Montserrat arm, 'Montserrat';
    color: var(--d-col);
    margin-bottom: 20px;
}

.tab_body ol {
    padding-left: 16px;
}

.checked-block {
    padding: 36px 0 28px;

}

.checked-block p {
    font-size: 14px;
    line-height: 17px;
    font-family: Montserrat arm, 'Montserrat';
    white-space: nowrap;
    padding-left: 16px;
    color: var(--d-col);
}
*/
/* about */
/*
.ab_cont h2 {
    font-size: 20px;
    line-height: 24px;
    font-family: Montserrat arm, 'Montserrat';
    color: var(--d-col);
}

.ab_cont h3 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    font-family: Montserrat arm, 'Montserrat';
    color: var(--d-col);
}

.ab_cont p, .ab_cont ul li:not(:last-child), .ab_cont h3 {
    margin-bottom: 20px;
}

.ab_cont ul {
    list-style: disc;
    padding-left: 20px;
}

.ab_cont p, .ab_cont ul li, .ab_cont h4 {
    font-size: 14px;
    line-height: 18px;
    font-family: Montserrat arm, 'Montserrat';
    color: var(--d-col);
    font-weight: 400;
}

.tab_section {
    display: flex;
}

.selected_map {
    padding-right: 54px;
}

.contact_us {
    width: 100%;
}

.contact_us .tab_head h1 {
    padding-bottom: 60px;
    color: var(--d-col);
}

.contact_us .tab_body {
    display: inline-flex;
}

.contact_us .tab_body h2 {
    padding-top: 18px;
    color: var(--d-col);
}

.contact_us .tab_body h3 {
    font-size: 14px;
    line-height: 18px;
    font-family: Montserrat arm, 'Montserrat';
    margin-bottom: 0;
    color: var(--d-col);
}

.contact_us .tab_body h3 + a {
    font-size: 14px;
    line-height: 18px;
    font-family: Montserrat arm, 'Montserrat';
    font-weight: 400;
    color: var(--d-col);
}

.contact_us .tab_body p {
    margin-bottom: 0;
    color: var(--d-col);
}

.contact_us .tab_body p span {
    font-weight: 600;
}

.contact_us .tab_body ul li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: Montserrat arm, 'Montserrat';
    color: var(--d-col);
}
*/

/* .ab_cont ul li {
    list-style: disc;
    padding-left: 20px;
} */

/* tabs header */
/*
.mn_h_100 {
    min-height: 100%;
}
*/

/* Add Animation */
/*
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}
*/
/* prod detail */
/*
.image_container {
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title_container {
    height: 46px;
    overflow: hidden;
    padding: 4px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
*/
/* footer */

/* .footer_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: red;
} */

.footer_block, .footer_alreserved {
    /* width: 100%; */
    /* max-width: 290px; */
}

/* footer menu */
/* .footer_menu-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_menu-item {
    padding: 20px 4px 0;
}

.footer_menu-title {
    color: var(--d-col);
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.footer_submenu-link {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    display: inline-block;
}

.viber_btn {
    padding: 0;
    background: unset;
}

.viber_btn:hover {
    background-color: unset;
}

.whatsapp_btn img {
    width: 43px;
    height: 44px;
}

.subscribe-block {
    display: flex;
    border: 1px solid #E3E8F3;
    border-radius: 100px;
    overflow: hidden;
    width: 100%;
    max-width: 366px;
}

.subscribe-img {
    position: absolute;
    width: 14px;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.subscribe-input {
    border: 0 !important;
    outline: none !important;
    padding-left: 42px !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.subscribe-btn {
    background-color: var(--m-col);
    color: var(--w-col);
    border-radius: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}

.subscribe-btn:hover {
    background-color: var(--m-col);
    color: var(--w-col);
}

.social-title {
    margin-bottom: 12px;
}

.social-link {
    display: inline-block;
    margin-right: 15px;
} */

/* taxes page */
/* .station_container {
    min-height: calc(100vh - 400px);
    padding: 15px;
}

.taxes_item {
    border: 1px solid gray;
    border-radius: 24px;
    padding: 12px;
    margin: 50px;
}

.taxes_link {
    font-size: 12px;
    font-weight: bolder;
}

.coast_block {
    padding-left: 15px;
}

.coast_title {
    white-space: nowrap;
} */

/* new sidebar css */

/* .filter_sidebar {
    overflow-y: auto;
    height: 100vh;
}

.close_2 {
    display: none;
    cursor: pointer;
    padding: 16px;
    color: var(--w-col);
    position: absolute;
    top: 15px;
    right: 15px;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    background: var(--m-col);
    border-radius: 4px;
} */

/* .brands-list__list {
    display: none;
} */
/*
.category_item {
    margin-bottom: 24px;
}

.category_item h3 {
    margin-bottom: 0;
}

.category_item h3:hover .brands-list__list {
    display: block;
}

.category_item .h_search, 
.category_item .h_s input[type=text] {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.brand_link {
    display: flex;
    justify-content: space-between;
}

.brand_title {
    font-weight: 700;
}

.range_block {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.range_block input {
    border-radius: 30px;
}

.filter_btn {
    padding: 12px;
    margin-left: 12px;
    display: none;
    align-items: center;
    cursor: pointer;
}

.filter_btn svg path {
    fill: var(--m-col)
}

.filter_btn span {
   margin-left: 12px;
}
*/
/* Bonus */
/*
.bonus_block {
    display: flex; 
    justify-content: space-between; 
    margin-top: 24px;
}

.bonus_title, .bonus_how-to-use {
    color: var(--d-col);
}

.bonus_count {
    color: var(--m-col);
    font-weight: 700;
    font-size: 18px;
}

.btn_bonus {
    background: var(--m-col);
    border-radius: 16px;
    color: var(--w-col);
    border: 1px solid var(--m-col);
    white-space: nowrap;
}

.btn_bonus .bonus_count  {
    color: var(--w-col);
}

.btn_bonus:hover {
    background: var(--w-col);
    color: var(--m-col);
}

.btn_bonus:hover .bonus_count  {
    color: var(--m-col);
}

.bonus_content_list {
    display: none;
}

.bonus_content_item {
    display: flex;
    margin-top: 12px;
}

.bonus_content_item input[type=text] {
    margin-left: 16px;
    width: 100%;
    max-width: 180px;
    border-radius: 4px;
}

.bonus_content_item:last-child {
    display: flex;
    justify-content: flex-end;
}

.bonus_content_item:last-child .btn.btn_save {
    padding: 6px 12px;
    border-radius: 4px;
    color: var(--m-col);
    border: 1px solid var(--m-col);
    background: var(--w-col);
}

.bonus_content_item:last-child .btn.btn_save:hover {
    color: var(--w-col);
    background: var(--m-col);
}

.input_wrapper img, .input_wrapper svg {
    position: absolute;
    right: 14px;
    cursor: pointer;
}

.svg_color path {
    fill: var(--bg-color);
}

.svg_color.fa-eye-slash path {
    fill: var(--m-col);
}
*/
/* custom confirm css start */
/*
.dialog-ovelay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 999999
}

.dialog-ovelay .dialog {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--w-col);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    border-radius: 3px;
    overflow: hidden
}

.dialog-ovelay .dialog header {
    padding: 1% 2%;
    background-color: var(--mbc) ;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

.dialog-ovelay .dialog header h4 {
    font-size: 14px;
    margin: 0;
    align-items: center;
    color: #555;
    display: inline-block
}

.dialog-ovelay .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px;
    border-radius: 1px
}

.close_confirm_popup {
    background: var(--m-col);
    font-size: 18px;
    margin-left: auto;
    border: 1px solid var(--m-col);
}

.close_confirm_popup:hover {
    background: var(--w-col);
    border: 1px solid var(--m-col);
}

.dialog-ovelay .dialog header .fa-close:hover {
    color: var(--m-col)
}

.dialog-ovelay .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673AB7;
    color: #a2a2a2
}

.dialog-ovelay .dialog .dialog-msg {
    padding: 1% 5%
}

.dialog-ovelay .dialog .dialog-msg p {
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #333
}

.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px
}

.dialog-ovelay .dialog footer .controls {
    display: flex;
    justify-content: space-between;
}

.dialog-ovelay .dialog footer .controls .button {
    padding: 1% 5%;
    border-radius: 3px;
}

.dialog-ovelay .dialog footer .controls .button.my-btn {
    padding: 2% 5%;
    border-radius: 8px;
    background: var(--m-col);
    color: var(--w-col);
    border-color: var(--m-col);
}

.my-btn:hover {
    background: var(--w-col);
    color: var(--m-col);
    border-color: var(--w-col);
}
*/
/* selected new blocks */
/*
.selected_block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 8px;
}

.selected_list {
    display: flex;
    flex-wrap: wrap;
}

.selected_item .ms-options-wrap {
    display: inline-block;
    min-width: 100px;
}

.selected_item {
    margin-bottom: 12px;
    width: 100%;
}

.btn_filtered {
    padding: 5px 20px;;
}

.category_btn {
    position: relative;
    padding: 8px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category_in_filter_page {
    display: none;
    position: absolute;
    background: var(--w-col);
    z-index: 402;
    padding: 12px;
    top: 48px;
    left: -15px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
    width: 305px;
    min-height: 99vh;
}

.category_in_filter_page .head {
    padding: 0 12px 12px;
    font-size: 20px;
    font-weight: 700;
}
.category_in_filter_page .pr_cat .pr_ch:hover .tr_cat {
    transform: rotate(90deg);
}

.category_in_filter_page .submenu_left_opend > .pr_ch {
    display: flex;
}

.category_in_filter_page .submenu_left_opend > .pr_ch a {
    min-height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.overflow_x_auto {
    overflow-x: auto;
}
*/
/* .price_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.price_container .old_price {
    position: relative;
    margin-right: 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline;
    border-width: 2px;
    border-style: solid;
    padding: 4px 8px;
    border-radius: 8px;
    margin: 4px 12px 4px 0;
}

.price_container .old_price::before, 
.price_container .old_price::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 25px;
    top: 8px;
}

.price_container .old_price::before {
    transform: rotate(45deg);
    display: none;
}

.price_container .old_price::after {
    content: '';
    position: absolute;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    opacity: 0.7;
}

.price_container .new_price {
    font-weight: 700;
    padding-top: 0;
    margin: 4px 0;
}

.new-price-color {
    color: var(--new-price-color);
}

.old-price-color {
    color: var(--old-price-color);
}

.old-price-bg-color {
    background: var(--old-price-bg-color);
}

.old-price-box-shadow {
    box-shadow: 0 3px 3px 0 var(--old-price-box-shadow);
}

.old-price-border-color {
    border-color: var(--old-price-border-color);
}

.old-price-sale-line-color::after {
    background: var(--old-price-sale-line-color);
}

.old-price-border-radius {
    border-radius: var(--old-price-border-radius)px;
} */
/*
.address_block {
    margin-top: 8px;
    margin-bottom: 8px;
}

.address_block > p {
    width: 120px;
}

.marz_block {
    margin-left: 12px;
}

#marz_block {
    margin-right: 12px;
    width: 180px;
}

#region_block {
    width: calc(100% - 324px);
}

.marz_block label,
#region_block label {
    text-align: center;
}

#marz_block #avb_marz, #region_block #avb_region {
    position: absolute;
    background: var(--w-color);
    z-index: 2;
    height: 280px;
    overflow-y: auto;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
}

#marz_block .av_t input, #region_block .av_t input {
    border-radius: 30px;
}

#marz_block .did-floating-label, #region_block .did-floating-label {
    display: none;
}

#marz_block .ei-search {
    right: 12px;
    top: 12px;
}

#region_block .ei-search {
    right: 27px;
    top: 12px;
}

#marz_block .ei-down, #region_block .ei-down {
    right: 12px;
    top: 12px;
}
*/
/* custom page selects */
/*
#avb_marz li, #avb_region li {
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    color: #777;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
}
*/
/* width */
/*
#avb_marz::-webkit-scrollbar, #avb_region::-webkit-scrollbar {
    width: 10px;
}
  */
/* Track */
/*
#avb_marz::-webkit-scrollbar-track,  #avb_region::-webkit-scrollbar-track{
    background: #f1f1f1; 
}
   */
/* Handle */
/*
#avb_marz::-webkit-scrollbar-thumb , #avb_region::-webkit-scrollbar-thumb {
    background: #888; 
}
  */
/* Handle on hover */
/*
#avb_marz::-webkit-scrollbar-thumb:hover,  #avb_region::-webkit-scrollbar-thumb:hover{
    background: #555; 
}

#avb_marz li.active, #region_block li.active,
#avb_marz li.ds, #region_block li.ds {
    background-color: #f6f6f6 !important;
    font-weight: 600;
}

#avb_marz li:hover, #region_block li:hover {
  background-color: #f6f6f6 !important;
}

.custom_table table th {
    padding: 6px 8px;
    border-bottom: 2px solid var(--border-color);
}

.custom_table table td {
    padding: 6px 8px;
    border-bottom: 2px solid var(--border-color);
    font-weight: 400;
    position: relative;
}

.custom_table .qnty {
    margin-bottom: 0;
    margin-right: 0;
}
*/

/* error message */
/*
.error_message {
    margin: 20px auto !important;
    display: inline-block;
}*/

/* || media */
/*
@media screen and (max-width: 1280px) {
    .modal-content {
        width: 60%;
    }
}
*/
/*
@media only screen and (min-width: 576px) {

    .es_d_block {
        display: block;
    }

    .es_d_none {
        display: none;
    }

    .es_d_flex {
        display: flex !important;
    }

    .es_v_h {
        visibility: hidden;
    }

    .es_v_v {
        visibility: visible;
    }

    .es_w_100 {
        width: 100%;
    }

    .es_w_75 {
        width: 75%;
    }

    .es_w_50 {
        width: 50%;
    }

    .es_w_1-3 {
        width: calc(100% / 3);
    }
    .es_w_1-6 {
        width: calc(100% / 6);
    }

    .es_w_25 {
        width: 25%;
    }
    .product_view_2:not(.pr_horizonal) .pr_ttl a,
    .product_view_1:not(.pr_horizonal) .pr_ttl a {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 56px;
    }
}
*/
/*
@media (min-width: 769px) {
    
    .h_c, .f_c, .container {
        max-width: 100%;
    }

    .s_d_flex {
        display: flex !important;
    }

    .s_d_none {
        display: none;
    }

    .s_d_block {
        display: block;
    }

    .s_v_h {
        visibility: hidden;
    }

    .s_v_v {
        visibility: visible;
    }

    .s_w_100 {
        width: 100%;
    }

    .s_w_50 {
        width: 50%;
    }

    .s_w_75 {
        width: 75%;
    }

    .s_w_1-3 {
        width: calc(100% / 3);
    }
    .s_w_1-6 {
        width: calc(100% / 6);
    }

    .s_w_25 {
        width: 25%;
    }
}*/

/*

@media only screen and (min-width: 600px) {
    .es_w_33 {
        width: 33.33%;
    }
}


@media only screen and (min-width: 768px) {
    .es_w_25 {
        width: 25%;
    }
}
*/

/*
@media (min-width: 1025px) {
    .h_c, .f_c, .container {
        width: 96%;
    }

    .h_search, .h_s input[type=text] {
        min-width: 300px;
    }

    .m_d_block {
        display: block !important;
    }

    .m_d_none {
        display: none;
    }

    .m_d_flex {
        display: flex !important;
    }

    .m_v_h {
        visibility: hidden;
    }

    .m_v_v {
        visibility: visible;
    }

    .m_w_100 {
        width: 100%;
    }

    .m_w_75 {
        width: 75%;
    }

    .m_w_50 {
        width: 50%;
    }

    .m_w_1-3 {
        width: calc(100% / 3);
    }
    .m_w_1-6 {
        width: calc(100% / 6);
    }

    .m_w_25 {
        width: 25%;
    }

    .m_flex_c {
        justify-content: center;
    }

    .m_flex_l {
        justify-content: flex-start;
    }

    .m_flex_r {
        justify-content: flex-end;
    }

    .m_flex_b {
        justify-content: space-between !important;
    }
}
*/
/*
@media (min-width: 1200px) {
    .h_c, .f_c, .container {
        max-width: 1222px;
    }

    .h_search, .h_s input[type=text] {
        min-width: 500px;
    }

    .l_d_block {
        display: block !important;
    }

    .l_d_none {
        display: none;
    }

    .l_v_h {
        visibility: hidden;
    }

    .l_v_v {
        visibility: visible;
    }

    .l_w_100 {
        width: 100%;
    }

    .l_w_75 {
        width: 75%;
    }

    .l_w_50 {
        width: 50%;
    }

    .l_w_1-3 {
        width: calc(100% / 3);
    }

    .l_w_25 {
        width: 25%;
    }

    .l_flex_c {
        justify-content: center;
    }

    .l_flex_l {
        justify-content: flex-start;
    }

    .l_flex_r {
        justify-content: flex-end;
    }

    .l_flex_b {
        justify-content: space-between;
    }
}
*/
/*
@media (max-width: 1024px) {
    */
    /*
    .visibility_responsive_style {
        position: fixed;
        z-index: 404;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 320px;
        height: 100vh;
        overflow-y: auto;
    }

    .filter_btn {
        display: inline-flex;
    }

    .filter {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 404;
        background: var(--w-col);
        width: 100%;
        max-width: 360px;
        margin-top: 0;
    }

    .close_2 {
        display: inline-flex;
    }

    .h_c {
        background: var(--w-col) !important;
    }

    .side_h {
        padding: 12px 16px 16px;
    }

    .r_side form.login, .r_side form.reg {
        padding: 16px 16px 44px 16px;
    }

    .side_h .ttl, .side_h .close {
        font-size: 14px;
    }

    .content {
        margin-top: 0;
    }

    .content .w_100.pr_15.pl_15 {
        padding-left: 0;
        padding-right: 0;
    }

    .content .block_container .w_100.pr_15.pl_15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .lg_ttl {
        font-size: 20px;
    }

    .c_itot {
        padding: 12px;
    }

    .c_itot h2 {
        font-size: 20px;
    }

    .validate_text {
        font-size: 14px;
    }

    .payment-footer {
        flex-direction: column;
    }

    .payment-left-block, .payment-right-block {
        width: 100%;
        padding-top: 20px;
    }

    .payment-left-block p {
        font-size: 9px;
    }

    .payment-block label {
        width: 100%;
    }

    .payment-left-block p .total, .payment-left-block p .sale {
        font-size: 11px;
        display: inline-flex;
        margin-left: auto;
    }

    .ch_btn {
        width: 100%;
    }

    .modal-content {
        width: 80%;
    }

    .hl {
        height: 80px;
        position: sticky;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav_c {
        display: block;
    }

    .r_side, .l_side, .m_menu, .m_filter {
        max-width: 300px;

    }

    .head {
        padding-top: 12px;
        padding-left: 12px;
        margin-bottom: 12px;
        font-size: 18px;
    }

    .pr_img_link {
        display: flex;
        justify-content: center;
    }

    .p_tools {
        justify-content: flex-start;
    }

    .pr_hover_tools {
        visibility: visible;
        opacity: 1;
        position: relative;
        margin-top: 12px;
    }

    .pr_hover_desc {
        display: none;
    }

    .h_wlcount, .h_clcount {
        background-color: var(--m-col);

    }

    .h_cl span, .h_wl_icon span {
        color: var(--w-col) !important;
    }

    .h_log {
        color: var(--d-col) !important;
    }

    .c_head {
        flex-direction: column;
    }

    .tr_cat {
        margin-right: 20px;
    }

    .c_head {
        min-height: 35px;
    }

    .ac_wp {
        margin: 0 !important;
    }*/

    /* menu list in header */
    /*
    .header-info {
        width: 100%;
    }
    .menu-list {
        display: none;
    }
    .languages-block {
        display: none;
    }
    .mobile_language {
        display: inline-block;
        margin: 12px 12px 0;
    }
    .mobile_language .e_dropdown {
        min-width: 80px;
        background-color: #979797;
        color: var(--w-col);
    }    
    .mobile_language .e_dropdown > span.current {
        color: var(--w-col);
        font-weight: bold;
    }
    .mobile_language .e_dropdown .list {
        transition: all 0.15s cubic-bezier(1, 1, 1, 1.75), opacity .1s linear
    }
    .mobile_language .e_dropdown:active, .mobile_language .e_dropdown.open {
        background-color: var(--d-col) !important;
    }
    .ab_cont {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pr_cat.submenu_left_opend .pr_ch:hover > .submenu_left_opend {
        display: block;
        visibility: visible;
        position: static;
    }

    .space_top {
        padding-top: 0;
    } */

    /* sidebar category */
    /*
    .submenu_left_opend + .pr_ch {
        margin-top: 5px;
    }
    .pr_ch {
        background: #efefef;
    }
    .pr_ch a {
        width: 260px;
        padding: 8px 20px;
    }

    .m_sidebar ul li {
        border-bottom: 0;
    }

    .pr_cat.submenu_left_opend .pr_ch .submenu_left_opend a {
        padding-left: 20px !important;
    }

    .m_sidebar ul.menu li {
        border-bottom: 1px solid rgba(129, 129, 129, .35) !important;
    }

    .t_bold {
        padding-left: 15px;
    }
*/
    /* search result view */
    /* .mob_sr_res {
        z-index: 99;
    } */
    /*
    .all_res {
        border-bottom: 0;
    }

    .dialog-ovelay .dialog {
        width: 80%;
    }*/

    /* product details slider */
    /*
    .custom_prev {
        left: 5%;
    }
    
    .custom_next {
        right: 5%;;
    }
    
}*/

/*
@media (max-width: 768px) {

    .lg_c {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .tb > tbody > tr>td:not(.det) {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .c_pr img {
        max-width: 40px;
        max-height: 40px;
    }
    
    .det:before {
        content: none !important;
    }
    .det{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .tb > thead {
        display: none;
    }

    .t_cart > thead, .t_pr > thead, .i_tb > thead {
        display: none;
    }
    .i_tb .inp_gr {
        margin-bottom: 10px;
    }
    .i_tb .inp_gr > input {
        height: 30px;
    }

    .crt {
        margin-bottom: 25px;
        padding-bottom: 25px;
        padding-left: 55px;
        min-height: 136px;
        position: relative;
        border-bottom: 1px solid rgba(129, 129, 129, .35);
        display: block;
    }
    .custom_table .crt {
        padding-left: 0;
    }
    .pr_n {
        font-size: 14px;
    }
    .sub_tb .crt:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }

    .c_rmv, .check {
        position: absolute;
        top: -7px;
        right: -7px;
        z-index: 1;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
    }

    .c_pr {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 0;
        max-height: 115px;
        border-bottom: none;
    }

    .c_am:before, .c_qn:before, .c_mam:before, .pr_tb td:before  {
        content: attr(data-title);
        float: left;
        color: var(--d-col);
        text-transform: uppercase;
        font-weight: 600;
        flex: 1 1 auto;
        margin-bottom: 0;
        padding-top: 0;
        text-align: left;
        font-size: 11px;
    }

    .cart_tb td:not(.c_pr, .c_rmv, .check), .pr_tb td:not(.c_pr, .c_rmv, .check),  .sub_tb tr:last-child > td:not(.c_pr) {
        border-bottom: 1px dashed rgba(129, 129, 129, .35);
    }

    .pr_tb td:empty:not(.c_pr, .c_rmv, .check) {
        border-bottom: none;
    }

    .cart_tb td:before:not(.c_pr, .c_rmv , .check), .pr_tb td:before:not(.c_pr, .c_rmv , .check) {
        float: left;
        color: var(--d-col);
        text-transform: uppercase;
        font-weight: 600;
        flex: 1 1 auto;
        margin-bottom: 5px;
        padding-top: 0;
        text-align: left;
        font-size: 11px;
    }

    .pr_tb td:before:empty {
        border: none;
        margin: 0;
    }

    .c_nm {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        text-align: left;
        content: none;
        min-height: 30px;
    }

    .c_nm > a {
        margin-bottom: 10px;
        padding-right: 30px;
        color: #333;
    }
    .c_nm:before {
        content: none !important;
    }
    .c_qn input {
        height: 30px !important;
        width: 35px !important;
        padding: 0 !important;
    }

    .c_qn .qnty {
        margin-right: 0;
    }*/

    /*    product page*/
    /*
    .prd_d .ttl {
        font-size: 20px;
    }

    .prd_d .amount {
        font-size: 18px;
    }

    .wl_h {
        font-size: 16px;
    }

    .img_gl .show img {
        max-width: 100%;
        max-height: inherit;
    }

    .img_gl .show {
        width: 100%;
    }

    .prm_btn {
        width: 100%;
    }
    .flt option[data-display-text] {
        content: '';
    }

    .img_gl .show {
        min-height: 240px;
        max-height: 240px;
    }

    .d_bl {
        margin-top: 16px;
        padding-bottom: 10px !important;
    }

    .d_bl input {
        float: right;
    }*/
    
    /* error message */
    /*
    .error_message {
        margin: 20px !important;
    }    */

    /* custom table order page */
    /*
    .my_custom_table .crt {
        padding-left: 0;
    }
    .dialog-ovelay .dialog {
        width: 96%;
    }*/

    /* prod wighet 2 sale */
    /*
    .product_view_2 .price_container {
        justify-content: flex-start;
        flex-wrap: wrap;
    }*/

    /* slider */
    /*
    .img_gl .s_img {
        bottom: 70px;
    }*/

    /* cart page address deliver block */
    /*
    .delivery_addres_info {
        display: block;
    }
    
    .address_block_in_cart_page, .delivery_time, .delivery_time_bottom {
        width: 100%;
    }

    .delivery_time, .delivery_time_bottom {
        margin-top: 24px;
    }

    .delivery_time p, .delivery_time_bottom p {
        padding: 6px;
    }
}*/

/*
@media screen and (max-width: 600px) {
    .lb > div {
        min-width: 90%;
        max-width: 90%;
    }

    .footer_container {
        flex-direction: column;
    }
    
    .p_arrange a.vertical_4 {
        display: none;
    }

    .emp_c > svg {
        margin-bottom: 14px;
    }
    .emp_t {
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
    }
    
    .emp_btn {
        margin-top: 4px;
    }
    
    .emp_btn .btn {
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        padding: 8px 20px;
    }

    .deposit_modal .modal-body {
        height: auto;
    }

    .payment-item {
        width: 100%;
        max-height: unset;
    }

    .payment-item + .payment-item {
        margin-left: 0;
    }

    .bonus_block {
        display: block; 
    }

    .bonus_how-to-use {
        margin-top: 24px;
    }

    .address_desc textarea {
        min-width: calc(100vw - 75px);
        max-width: calc(100vw - 75px);
    }

    .modal-content {
        width: 90%;
    }
    
    #marz_block {
        margin-right: 0;
    }
    
    #region_block {
        width: 100%;
    }
}
*/

/*
@media screen and (max-width: 576px) {
    .title_container {
        height: auto;
        -webkit-line-clamp: unset;
    }
}
*/
/*
@media screen and (max-width: 480px) {
    .footer_menu-item {
        width: 100%;
    }

    .call-info .pnoneNumber-link {
        font-size: 14px;
    }

    .e_dropdown {
        min-width: 70px;
    }

    .product_view_2.pr_horizonal .action_btn {
        margin-top: 24px;
        display: block;
    }

    .product_view_2.pr_horizonal .action_btn .wishlist_btn, 
    .product_view_2.pr_horizonal .action_btn .cartlist_btn {
        margin-left: 0;
    }
    
    .payment-list {
        flex-direction: column;
        align-items: center;
    }
    
    .payment-list li:not(:last-child) {
        margin-bottom: 8px;
    }
    .payment-block label {
        min-width: 100%;
        max-width: 100%;
    }
    .deposit_modal [type=radio]+img {
        margin-right: 0;
    }
    .modal_action {
        flex-wrap: wrap;
    }
    .modal_action span {
        margin-right: 0;
    }
    .modal_action span + span {
        margin-left: 0;
        margin-top: 8px;
    }

    .call-info {
        display: flex;
    }

    .call-info span {
        padding-left: 25px;
    }
}
*/

/*
@media screen and (max-width: 375px) {

    .call-info .pnoneNumber-link {
        font-size: 12px;
    }

    .e_dropdown {
        min-width: 76px;
    }

    .product_view_2.pr_horizonal .action_btn {
        margin-top: 36px;
        display: block;
    }
}
*/

/*
@media screen and (max-width: 360px) {
    .call-info span {
        font-size: 10px;
    }
}
*/

/*
@media screen and (min-width: 600px) and (max-width: 768px) {
    .desc_txt {
        width: 100% !important;
        max-width: 570px !important;
        overflow: hidden;
    }
    .more {
        width: 100% !important;
        max-width: 570px !important;
    }
}
*/

/*
@media screen and (min-width: 480px) and (max-width: 600px) {
    .desc_txt, .more {
        max-width: 450px !important;
        overflow: hidden;
    }
}
*/

/*
@media screen and (min-width: 360px) and (max-width: 480px) {
    .desc_txt, .more {
        max-width: 330px !important;
        overflow: hidden;
    }
}
*/

/*
@media screen and (max-width: 360px) {
    .desc_txt, .more {
        max-width: 290px !important;
        overflow: hidden;
    }
}
*/

/*
.rounded {
    position: absolute;
    right: 0;
    top: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid;
    z-index: 3;
    background-color: orangered;
    animation: rot-anim 5.5s linear infinite ;
}

.product_view_1:hover .rounded {
    animation-play-state: paused;
}

@keyframes rot-anim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rounded .first_anim_block {
    position: absolute;
    z-index: 2;
    width: 240px;
    height: 80px;
    right: 0;
    top: 0;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: gray;
    color: #fff;
}

.rounded .rot1 {
    transform: rotate(-53deg);
    top: 50%;
    left: 50%;
    right: unset;
    transform: translate(-36%, -75%) rotate(-120deg);
}

.rounded .second_anim_block {
    position: absolute;
    z-index: 3;
    width: 240px;
    height: 60px;
    right: 10px;
    top: 0;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: darkblue;
    color: #fff;
}

.rounded .rot2 {
    right: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.rounded .first_anim_block span, .rounded .second_anim_block span {
    position: absolute;
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
    font-size: 14px;
}

.rounded .rounded_time {
    font-size: 12px;
    position: absolute;
    top: 27px;
    left: unset;
    right: 18px;
    width: 64px;
    font-weight: bold;
    padding: 0;
    border-radius: 4px;
    box-shadow: none;
    border: 0;
    opacity: 0;
    animation: time-visible 1s linear 3s;
    animation-fill-mode: forwards;
    transform: rotate(-60deg);
    right: unset;
    top: 13px;
    left: -7px;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    color: #fff;
}

@keyframes time-visible {
    from {
        opacity: 0;
        padding: 0;
        box-shadow: none;
        border: 0;
    }
    to {
        opacity: 1;
        padding: 4px;
    }
}

.right_anim {
    position: absolute;
    top: 210px;
    right: 0;
    padding: 4px;
    background-color: red;
    border-radius: 4px;
    color: #fff;
    opacity: 0;
    font-weight: bold;
    font-size: 14px;
    min-width: 80px;
    animation: opacity-anim 3s ease 2s forwards;
}

@keyframes opacity-anim {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

.right_ani_rot {
    transform: rotate(45deg);
    top: 17px;
    right: -25px;
}

.my-anim {
    animation: pulse 2s ease infinite 2s;
}

@keyframes pulse {
    from {
        transform: scale(1.1);
        opacity: 1;
    }
    to {
        transform: scale(1.0)
    }
}

/* sale percent in details page */
/*
.sale_block {
    position: absolute;
    z-index: 2;
    height: 96px;
}

.sale_img {
    transform: rotate(90deg);
    width: 96px;
}

.sale_percent {
    position: absolute;
    top: 42%;
    left: 53%;
    transform: translate(-50%, -50%);
    color: red;
    font-size: 14px;
    font-weight: bolder;
}

.special_info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    background-color: red;
    font-weight: bolder;
}
*/

/* is needed */

@font-face {
    font-family: 'elicon';
    src:  url('../../../fonts/elicon.eot?4r3eim');
    src:  url('../../../fonts/elicon.eot?4r3eim#iefix') format('embedded-opentype'),
      url('../../../fonts/elicon.ttf?4r3eim') format('truetype'),
      url('../../../fonts/elicon.woff?4r3eim') format('woff'),
      url('../../../fonts/elicon.svg?4r3eim#elicon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="ei-"],
[class*=" ei-"] {
    font-family: 'elicon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ei-down:before {
    content: "\e915";
}

.ei-search:before {
	content: "\e907";
}

.ei-search, .ei-down {
	top: 9px;
    position: absolute;
}

.ei-down {
	right: 8px;
}

.ei-search {
	right: 27px;
}
