/* || General styles */
:root{
--m-col: #1e73be; --sec-col: #1e73be; --d-col: #1e73be; --l-col: #1e73be; --m-t-col: #000000; --h-col: #1e73be; --footer-bg-color: #1e73be; --footer-text-color: #ffffff; --hover-footer-text-color: #1e73be; --filled-liked-icon-color: #1e73be; --hover-filled-liked-icon-color: #1e73be; --filled-busked-icon-color: #1e73be; --hover-filled-busked-icon-color: #1e73be; --liked-icon-color: #1e73be; --hover-liked-icon-color: #1e73be; --busked-icon-color: #1e73be; --hover-busked-icon-color: #1e73be; --like-bg-count-color: #1e73be; --busket-bg-count-color: #1e73be; --like-text-count-color: #ffffff; --busket-text-count-color: #ffffff; --lng-bg-color: #1e73be; --lng-text-color: #a0c5e4; --lng-border-color: #a0c5e4; --hover-lng-bg-color: #4b8fcb; --hover-lng-text-color: #ffffff; --hover-lng-border-color: #ffffff; --active-lng-bg-color: #1e73be; --active-lng-text-color: #ffffff; --active-lng-border-color: #ffffff; --top-menu-bg-color: #1e73be; --bottom-menu-bg-color: #1e73be; --top-menu-text-color: #ffffff; --hover-top-menu-text-color: #000; --active-top-menu-text-color: #ffffff; --bottom-menu-text-color: #ffffff; --hover-bottom-menu-text-color: #ed0808; --active-bottom-menu-text-color: #ed0808; --support-text-color: #fff; --hover-support-text-color: #000; --filled-user-icon-color: #333; --hover-filled-user-icon-color: #ed0808; --user-icon-color: #f00; --hover-user-icon-color: #1e73be; --search-button-bg-color: #1e73be; --hover-search-button-bg-color: #1e73be; --search-icon-color: #fff; --hover-search-icon-color: #000; --category-btn-bg-color: #1e73be; --hover-category-btn-bg-color: #1e73be; --category-btn-icon-color: #ac1820; --hover-category-btn-icon-color: #ac1820; --website-icon-color: #fff; --hover-website-icon-color: #ff00ff; --watsapp-icon-color: #1e73be; --hover-watsapp-icon-color: #1e73be; --viber-icon-color: #1e73be; --hover-viber-icon-color: #1e73be; --phone-number-color: #ffffff; --hover-phone-number-color: #000; --wishlist-color: #1e73be; --hover-wishlist-color: #1e73be; --active-wishlist-color: #1e73be; --add-cart-btn-bg-color: #1e73be; --hover-add-cart-btn-bg-color: #1e73be; --add-cart-btn-content-color: #fff; --hover-add-cart-btn-content-color: #ffffff; --delivery-info-text-color: #ac1820; --tab-bg-color: #ffffff; --tab-text-color: #00000; --hover-tab-bg-color: #ac1820; --hover-tab-text-color: #ecd255; --active-tab-bg-color: #ac1820; --active-tab-text-color: #cccccc; --delivery-info-link-color: #ac1820; --delivery-time-bg-color: #1e73be; --delivery-time-color: #fff; --pay-amount-color: #2986cc; --pay-dedline-color: #cc0000; --ces-success-color: #edd0a8; --ces-success-bg-color: #4e8e71; --ces-error-color: #afa8ed; --ces-error-bg-color: #aabdd8; --taxes-first-item-bg-color: #; --taxes-second-item-bg-color: #; --taxes-third-item-bg-color: #; --taxes-forth-item-bg-color: #; --taxes-fifth-item-bg-color: #; --filter-btn-bg-color: #000; --hover-filter-btn-bg-color: #ccc; --filter-btn-text-color: #fff; --hover-filter-btn-text-color: #000; --clear-all-btn-bg-color: #000; --hover-clear-all-btn-bg-color: #ccc; --clear-all-btn-text-color: #fff; --hover-clear-all-btn-text-color: #000; --back_filter_page-btn-bg-color: #000; --hover-back_filter_page-btn-bg-color: #ccc; --back_filter_page-btn-text-color: #fff; --hover-back_filter_page-btn-text-color: #000; 
    --w-color: #fff;
    --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: #000;
    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 #E6E6E6;
    text-align: left;
    font-weight: inherit;
}

table th {
    padding: 15px 10px;
    border: none;
    border-bottom: 2px solid #EFEFEF;
    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;
}

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

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;
    background-color: #F3F3F3;
    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: uppercase;
    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 {
    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';
}
/* new radio button styles end */

.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;
}

/* input and button together */
.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;
    /*content: attr(data-title);*/
    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_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;
    /*left: 50%;*/
    /*top: 50%;*/
}

@-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';
    /*display: block;*/
    /*margin-top: -2px;*/
    pointer-events: none;
    /*position: absolute;*/
    /*right: -5px;*/
    /*top: 50%;*/
}

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

.w_75 {
    width: 75%;
    /*flex:0 0 75%;*/
}

.w_50 {
    width: 50%;
    /*flex: 0 0 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;
}

.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); /* main color    */
}

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

.header-1 .search-block,
.header-2 .search-block {
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
    padding-top: 16px;
}

.header-1 .search-wrapper,
.header-2 .search-wrapper {
    width: 100%
}

.header-1 .search-width,
.header-2 .search-width {
    width: 100%;
    max-width: calc(100% - 30px);
}

.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';
}

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

.languages-btn {
    width: 45px;
    height: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: Montserrat arm, 'Montserrat';
    color: var(--w-color);
    border: 0.5px solid #E9E9E9;
    border-radius: 100px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

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

.lng_active, .languages-btn:target, .languages-btn:active, .languages-btn:hover {
    background: var(--w-color);
    color: var(--m-col);
}

.hl {
    /*height: 70px;*/
    /*position: sticky;*/
    position: relative;
    z-index: 3;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: rgba(232, 232, 232, 1);
    /*border-bottom: 1px solid rgba(232, 232, 232, 1);*/
}

.t_h {
    height: 40px;
    background: var(--m-col);
}

.in_h {
    display: flex;
    align-items: center;
    /*flex-direction: row;*/
    justify-content: center;
    /*margin-right: -10px;*/
    /*margin-left: -10px;*/
}

.hl_min {
    height: 50px;
    /*border-bottom: 1px solid rgba(232, 232, 232, 1);*/
    border-bottom-style: solid;
    border-width: 1px;
    border-color: rgba(232, 232, 232, 1);
    z-index: 2;
}
.hl_min.s_col {
    /*background: var(--sec-col) ;*/
}

.fix_h {
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    /*opacity:0;*/
    /*visibility:hidden;*/

    /*transform:translate(0, -200px);*/
    z-index: 99;
    padding-top: 4px;
}

.fix_h.act {
    /*opacity:1;*/
    /*visibility:visible;*/
    position: fixed;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    transform: translate(0, 0);
}

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

.mn_h_100 {
    min-height: 100%;
}

.menu-list {
    display: flex;
}

.menu-item + .menu-item {
    /*margin-left: 10px;*/
}

.menu-item a {
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
    /*font-family: Montserrat arm, 'Montserrat';*/
    text-transform: uppercase;
    letter-spacing: 0.2px;
    padding: 0 10px;
}

.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';
}

.call-info span {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    font-family: Montserrat arm, 'Montserrat';
    margin-left: 12px;
}

.liked_text, .busket_text {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--d-col);
    text-transform: capitalize;
}

.liked_text {
    margin-left: 16px;
}

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

.languages-btn {
    /*width: 45px;
    height: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: Montserrat arm, 'Montserrat';
    color: var(--w-color);
    border: 0.5px solid #E9E9E9;
    border-radius: 100px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;*/
}

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

.hl {
    /*height: 70px;*/
    /*position: sticky;*/
    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);
    /*border-bottom: 1px solid rgba(232, 232, 232, 1);*/

}

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

.in_h {
    display: flex;
    align-items: center;
    /*flex-direction: row;*/
    justify-content: center;
    /*margin-right: -10px;*/
    /*margin-left: -10px;*/
}

.hl_min {
    height: 50px;
    /*border-bottom: 1px solid rgba(232, 232, 232, 1);*/
    border-bottom-style: solid;
    border-width: 1px;
    border-color: rgba(232, 232, 232, 1);
    z-index: 2;
}
.hl_min.s_col {
    /*background: var(--w-col) ;*/
}

.fix_h {

    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    /*opacity:0;*/
    /*visibility:hidden;*/

    /*transform:translate(0, -200px);*/
    z-index: 99;
}

.fix_h.act {
    /*opacity:1;*/
    /*visibility:visible;*/
    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 {
    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);
}

.block_container {
    width: 100%;
}

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

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

.h_logo {
    height: 100%;
    max-height: 100px;
}

.logo {
    display: inline-block;
    width: 12vw;
    max-width: 220px;
    height: 100%;
}

.logo img {
    max-width: 100%;
    height: 100%;
}

/*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;
    /*padding-left: 170px;*/
    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_scl {
    /*content for scrolling*/
    position: absolute;
    top: 25px;
    right: 20px;
    left: 20px;
    z-index: 1000;
    /*idth: auto; */
    height: auto;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    flex: 1 1 auto;
    overflow: hidden;
    width: 100%;
    max-width: 50vw;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
}

.sr_res_c {
    /*margin-right: -17px;*/
    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 {
    /*   no result in search */
    margin-bottom: 0;
    font-size: 14px;
    word-wrap: break-word;
    font-weight: 500;
    line-height: 1.3;
    color: #333;
}

.all_res {
    /*    for viewing all results*/
    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;
    /*-webkit-animation: wd-fadeIn .3s ease both;*/
    /*animation: wd-fadeIn .3s ease both;*/
    border-color: rgba(129, 129, 129, .35);
}


.h_ctg, .h_categoty {
    position: absolute;
    top: 2px;
    right: 52px;
    /*width: 150px;*/
    height: calc(100% - 4px);
}

.h_ctg > .e_dropdown {
    border-radius: 0;
    float: right;
    border: none;
    /*height: 46px;*/
    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;
    /*left: 0 !important;*/
    /*right: unset;*/
    word-break: break-word;
}

/*search end*/

.h_qp span {
    cursor: pointer;
}

/*.h_qp span:not(span.h_clcount, span.h_wlcount, span.h_cltext, span.uname) {*/
/*margin-left: 0;*/
/*}*/

/* 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 {
    /*  wishlist  */
    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_icon:hover svg, .h_cl_icon:hover svg, .h_login_icon:hover svg {
    opacity: 0.5;
}*/

.h_wl > a, .h_cl > a .h_sr > a, .h_lg > a {
    transition: all .25s ease, height 0s ease;
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
}

.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%);
    /* background-color: var(--m-col);
    color: white; */
}

.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:#ff000063; stroke: rgba(12, 12, 12, 0.53)}
    50% {fill:#ff000099; stroke: rgba(12, 12, 12, 0)}
    75% {fill: rgba(255, 0, 0, 0.8)}
    100% {fill:#ff0000; stroke: #ff0000}
}

.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;
}

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

.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;
    /*top: 15px;*/
    /*left: 15px;*/
    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: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_btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 50px;
    border: none;
    /*background-color: transparent;*/
    /*color: #777;*/
    font-weight: 400;
    font-size: 0;
    border-radius: 0 21px 21px 0;
}

.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_scl {
    /*position: static;*/
    /*right: 20px;
    left: 20px;
    top: 100%;
    z-index: 1000;
    width: auto;
    height: auto;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);*/
}

.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 .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;*/
    padding-bottom: 20px;
}

.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);
    /*background-color: #0e78a6;*/
}

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

.f_logo_block {
    width: 8vw;
}

.f_logo {
    margin-bottom: 15px;
    max-width: 100%;
    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;
}

/* 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: 8px;
    width: 30px;
    height: 30px;
}

.social-link svg, .social-link img {
    max-width: 100%;
    max-height: 100%;
}

.reserved_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

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

.reserved_item:nth-child(2) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.payment_list-logo {
    display: flex;
}

.payment_item-logo {
    padding: 5px;
    height: 36px;
}

.payment_item-logo img {
    height: 100%;
}

.sidebar, .filter {
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
}

/* || Caregory Sidebar */
.sidebar, .filter {
    padding: 15px 0;
    display: flex;
    /*flex-wrap: wrap;*/
    flex-direction: column;
    /*justify-content: center;*/
    /*align-items: center;*/
    margin-bottom: 20px;
    margin-top: 20px;
}

.sidebar .head, .filter .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;
    /*color: #fff;*/
    /*background-color: rgba(0, 123, 196, 1);*/
}

.pr_cat {
    /*padding-right: 25px;*/
    margin-bottom: -5px;
}

.pr_cat li {
    position: relative;
    display: block;
    /*align-items: center;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    /*margin-bottom: 0;*/

}

.pr_cat li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*flex: 1 1 calc(100% - 40px);*/
    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;
    /*line-height: 1.4;*/
}

.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 {
    /* color: var(--w-col) !important; */
    background: var(--m-col);
    color: var(--d-col);
}

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

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

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

.pr_cat li ul {
    /*visibility: hidden;*/
    /*!*background: #232323;*!*/
    /*float: left;*/
    /*width: 250px;*/
    /*position: absolute;*/
    /*z-index: 999;*/
    /*padding: 2px 0 10px;*/
    /*margin: 10px 0 0;*/
    /*opacity: 0;*/
    /*-webkit-transition: all .5s ease-in-out;*/
    /*-moz-transition: all .5s ease-in-out;*/
    /*-ms-transition: all .5s ease-in-out;*/
    /*-o-transition: all .5s ease-in-out;*/
    /*transition: all .5s ease-in-out;*/
    /*padding-left: 15px;*/
    flex: 1 1 auto;
    width: 100%;
    display: none;
    background-color: var(--w-col);
}

/*.pr_cat li ul.show {*/
/*    display: block;*/
/*}*/

.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;
    /*border-left: 1px solid rgba(129,129,129,.2);*/
    color: var(--d-col);
    text-align: center;
    /*line-height: 50px;*/
    line-height: 35px;
    cursor: pointer;
    transition: background-color .25s ease, color .25s ease;
    backface-visibility: hidden;
}

span.tr_cat:after {
    height: auto;
    width: auto;
    /*transform: rotateZ(90deg);*/
    transition: all 0.2s ease;
    content: '\276F';
    display: block;
    /*margin-top: -2px;*/
    pointer-events: none;
    /*position: absolute;*/
    /*right: -5px;*/
    /*top: 50%;*/
}

.rot:after {
    transform: rotateZ(90deg);
    /*right: -15px;*/
    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 ul.pr_cat {
    /*padding-right: 25px;*/
}

.m_sidebar .head {
    display: none;
}

.m_sidebar ul li {
    position: relative;
    /*display: flex;*/
    /*flex-wrap: nowrap;*/
    border-bottom: 1px solid rgba(129, 129, 129, .35);
}

.m_sidebar ul li a {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 5px 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;
}

.m_sidebar ul.pr_cat span.count {
    /*display: 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;
    /*justify-content: space-between;*/
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: unset;
    /*max-width: 100%;*/
    /*width: 100%;*/
    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%;
    /*width: 100%;*/
}

.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: -15px;*/
    /*margin-left: -15px;*/
    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.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;
    /*margin-bottom: 20px;*/
    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);
}

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

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

.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_view_2.product_hover:hover .pr_cont {
    /* visibility: visible;
    opacity: 1; */
    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);
}

.product_view_2.product_hover:hover .img_desc {
    -webkit-transform: none;
    transform: none;
}

.product_view_2 .pr_inf {
    position: static;
    /*padding: 10px;*/
    padding: 18px 12px 28px;
    text-align: left;
}

.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*/

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

.pr_prc {
    display: block;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.3;
}

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

.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;
}

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

.product {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

.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.product_hover .pr_wrapper:hover {
    z-index: 8;
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
}

.product_view_2 .prod_info_container {
    position: static;
}

.product_hover .pr_cont {
    /* position: absolute;
    top: -15px;
    right: -15px;
    bottom: 0;
    left: -15px;
    visibility: hidden;
    opacity: 0; */
    position: static;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
    -webkit-transform: scale(.98);
    transform: scale(.98);
}

.product.product_hover:hover .pr_cont {
    /* visibility: visible;
    opacity: 1; */
    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;
    /*overflow: hidden;*/
    margin-bottom: 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    justify-content: center;
    align-items: center;
}

.pr_img_link {
    display: block;
}

.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 {
    /* width: 275px; */
    width: 100%;
    height: 275px;
    display: flex;
    justify-items: center;
    align-items: flex-end;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.pr_img img {
    /* max-width: 275px;*/
    max-height: 275px;
    /* height: 100%; */
    width: auto;
    object-fit: cover;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    /*width: 100%;*/
    max-width: 100%;
}

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

.l_w_25 .pr_img  img {
    max-width: 100%;
}

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

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

.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;
}

.pr_inf {
    position: relative;
    /*padding: 10px;*/
}

.product_view_2 .pr_inf {
    position: static;
    /*padding: 10px;*/
    /* padding: 18px 12px 28px; */
    padding: 18px 12px 0;
    text-align: left;
}

.pr_ttl {
    /*word-wrap: break-word;*/
    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;
}

.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: 80px; */
    height: 95px;
}

.pr_price {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: flex-end;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

/*    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 .amount {
    color: var(--m-col);
}

.pr_prc .curr {
    color: var(--m-col);
}

.pr_desc {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.pr_tools {
    margin-top: 20px;
}

.pr_hover_tools {
    position: absolute;
    top: calc(100% - 5px);
    right: 0;
    left: 0;
    visibility: hidden;
    padding: 0 10px 10px 10px;
    opacity: 0;
}

.product_view_2 .pr_hover_tools {
    position: static;
    /* top: calc(100% - 5px);
    right: 0;
    left: 0; */
    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;
}



.product.product_hover .pr_wrapper: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 {
    /*    bottom actions */
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*justify-content: space-between;*/
    /* justify-content: center; */
}

.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 {
    position: absolute;
    right: 0;
    overflow: hidden;
    padding-left: 8px;
    background: var(--l-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;
}

.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;
    /*width: 50px;*/
    /*height: 50px;*/
    font-weight: 400;
    font-size: 0;
    line-height: 0;
}

.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;
}

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

/*.prd_btn.added:hover {*/
/*    fill: none !important;*/
/*}*/

.pr_add .btn {
    color: #FFF;
    border-radius: 35px;
    /* background-color: var(--m-col); */
    padding: 10px 14px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.pr_add {
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: 0;
    left: 0;
    margin-top: -9px;
    margin-left: -9px;
    /*opacity: 0;*/
    transition: opacity .2s ease;
    /*content: "";*/
    display: inline-block;
    width: auto;
    height: auto;
    /*border: 1px solid rgba(255,255,255,.4);*/
    /*border-left-color: #FFF;*/
    /*border-radius: 50%;*/
    vertical-align: middle;
    text-align: center;
    margin-left: auto;
}

.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;
    /*opacity: 0;*/
    transition: opacity .2s ease;
    /*content: "";*/
    display: inline-block;
    width: auto;
    height: auto;
    /*border: 1px solid rgba(255,255,255,.4);*/
    /*border-left-color: #FFF;*/
    /*border-radius: 50%;*/
    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,
.product_view_1.pr_horizonal .pr_bact {
    display: none;
}

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

.loop_svg {
    /*display: flex;*/
    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;
    /*opacity: 0;*/
    transition: opacity .2s ease;
    /*content: "";*/
    display: inline-block;
    width: auto;
    height: auto;
    /*border: 1px solid rgba(255,255,255,.4);*/
    /*border-left-color: #FFF;*/
    /*border-radius: 50%;*/
    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 {
    /*display: flex;*/
    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;
    /* min-width: 120px; */
    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: rgba(161, 24, 24, 0.9);*/
    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;
}

.pr_horizonal .pr_cont {
    display: none;
    !important;
}

.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;
    /*border: 5px solid #fff;*/
}

.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 {
/*    category wrapper*/
    box-shadow: 0 0 3px 0 rgb(0,0,0,0.2);
    width: 100%;
    position: relative;
}

.c_img {
    /* category image*/
    /*width: 275px;*/
    /*height: 200px;*/
    width: 100%;
    /* height: auto;*/
    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;
    /*border-bottom: 2px solid ;*/
    overflow: hidden;
    background: #fff;
    color: #365c92;
}

.c_h h2, .c_h_hover h2 {
    margin: 0;
    font-size: 14px;
    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;
}

.e_dropdown {
    /*background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, 0) 100%);*/
    /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, 0) 100%);*/
    /*background-repeat: repeat-x;*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40FFFFFF", endColorstr="#00FFFFFF", GradientType=0);*/
    background-color: #fff;
    border-radius: 30px;
    border: solid 1px #eee;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0075);
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    float: left;
    font-size: 14px;
    font-weight: normal;
    max-height: 42px;
    height: 42px;
    line-height: 40px;
    outline: none;
    /*padding-left: 18px;*/
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    min-width: 120px;
    flex: none !important;
}

.e_dropdown > span {
    display: block;
    padding-right: 15px;
    padding-left: 10px;
    color: #777;
    text-align: center;
    font-size: 13px;
}

.e_dropdown:focus {
    background-color: #f1f1f1;
}

.e_dropdown:hover {
    background-color: #f3f3f3;
}

.e_dropdown:active, .e_dropdown.open {
    background-color: #f0f0f0 !important;
    border-color: #e4e4e4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05) inset;
}

.e_dropdown:after {
    height: 0;
    width: 0;
    /*border-left: 4px solid transparent;*/
    /*border-right: 4px solid transparent;*/
    /*border-top: 4px solid #777;*/
    transform: rotateZ(90deg);
    transition: all 0.125s ease-in-out;
    content: '\276F';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: -5px;
    top: 50%;
}

.e_dropdown.open .list {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.e_dropdown.open li {
    cursor: pointer;
}

.e_dropdown.wide {
    width: 100%;
}

.e_dropdown.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.e_dropdown .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: auto;
    overflow-x: hidden;
    max-height: 255px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.e_dropdown .list:hover li:not(:hover) {
    background-color: transparent !important;   
}

.e_dropdown li {
    width: 100%;
    cursor: default;
    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: 100%;*/
}

.e_dropdown li:hover, .e_dropdown li:focus {
    background-color: #f6f6f6 !important;
}

.e_dropdown li.selected {
    font-weight: 600;
}

.e_dropdown li.selected:focus {
    background-color: #f6f6f6;
}

/* Sidebar for login, cart, and mobile menu */
.dark_bgn { 
    /*background for sidebar*/
    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, .ragent_side, .f_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, .ragent_side, .f_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, .ragent_side.open, .f_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;
    margin: 0;
    padding: 0;
    text-align: left;
    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;
    text-transform: uppercase;
    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 { /*scroll  content in sidebar*/
    position: relative;
    flex: 1 1 auto;
    /*overflow: hidden;*/
    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: 20px;
    opacity: 1;
    /*color: rgba(135,135,135,.15);*/
    /*font-weight: 400;*/
    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 .item a {
    margin-bottom: 0;
}

.cart_l a.link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    /*font-size: 0;*/
    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;
    /*min-width: 65px;*/
    /*max-height: 65px;*/
    /*max-width: 65px;*/
    display: inline-flex;
    justify-content: center;
    width: 65px;
    height: 65px;
}

.cart_l .cart_img img {
    float: none;
    margin-right: 0;
    transition: opacity .6s ease;
    max-width: 100%;
    max-height: 100%;
}

.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 {
    color: #333;
    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%;
}

.r_side form.login, .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;
    /*width: 250px;*/
}

.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, .l_side form.login label {
    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;
    /*height: 46px !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);
    /*width: 162px !important;*/
}

.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;
}

.log_f {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}

.log_f .lost_p, .na_btn {
    color: var(--m-col);
    order: 2;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    cursor:pointer;
    width: 100%;
    border-radius: 30px;
}

.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;
    /*margin-bottom: 15px;*/
    fill: rgba(136, 136, 136, .15);
    font-weight: 400;
    width: 100px;
    margin: 15px auto;
    /*font-size: 54px;*/
    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) {
    /*border-bottom: 1px solid;*/
    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;
}

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

.reg_f {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.mob_tab > ul.tab_c {
    /*color: #909090;*/
    /*--nav-color-hover: #333;*/
    /*--nav-color-active: #333;*/
    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);
    /*padding: 0;*/
    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 {
    /*width: 100%;*/
    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 {
    /*border-color: ;*/
    padding-top: 20px;
    border-top: 1px solid rgba(129, 129, 129, .35);
    display: flex;
    /*justify-content: space-between;*/
    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;
    /* if you use border change width*/
    /*border: 1px solid; */
    display: inline-block;
    position: relative;
    margin: 0 auto;
}

.arrow span {
    top: 12px;
    position: absolute;
    width: 10px;
    height: 1.5px;
    /*background-color: var(--m-col);*/
    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: var(--m-col);
    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;
    /*vertical-align: middle;*/
    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: inline-block;*/
    /*height: 600px;*/
    display: grid;
    justify-items: center;
    align-items: center;
    overflow: hidden;
    min-height: 400px;
    max-height: 400px;
}

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

.i_cont {
    clear: both;
    overflow: hidden;
    width: 100%;
    float: none;
    height: 90px;
    /*display: inline-grid;*/
    /*justify-content: space-around;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
}

.s_cont {
    position: relative;
    width: 8000%; /* what is it? */
}

.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: 100px;*/
    /*width: 25%;*/
    /*min-width: 105px;*/
    /*max-width: 105px;*/
    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;
    /*height: 70px;*/
    /*padding: 15px 5px;*/
}

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

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

.img_gl .prev, .img_gl .next {
    /*cursor: pointer;*/
    /*position: absolute;*/
    /*top: 45%;*/
    /*width: auto;*/
    /*!*padding: 16px;*!*/
    /*!*margin-top: -22px;*!*/
    /*color: rgba(129,129,129, 1);*/
    /*font-weight: bold;*/
    /*font-size: 18px;*/
    /*transition: 0.6s ease;*/
    /*border-radius: 0 3px 3px 0;*/
    /*user-select: none;*/
    position: static;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: transparent;
    border: none;
    padding: 0;
}

.img_gl .prev {
    display: inline-block;
    /*background: url(data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.361.238a.977.977%200%20011.278%200l7.097%206.377a.755.755%200%20010%201.147.977.977%200%2001-1.278%200L8%201.96%201.542%207.762a.977.977%200%2001-1.277%200%20.755.755%200%20010-1.147L7.36.238z%22%20fill%3D%22%23000%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%2216%22%20rx%3D%221%22%20transform%3D%22matrix(-1%200%200%201%209%200)%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E) center/contain no-repeat;*/
    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 {
    /*right: 0;*/
    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 {
    /*display: block;*/
    overflow: hidden;
    /*width: 80px;*/
}

.c_pr img {
    /*max-height: 90px;*/
    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 {
    /*color:  var(--d-col);*/
    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;
    /*max-width: 1000px;*/
}

.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_c {
    /*margin-top: 40px;*/
}

.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;
    /*-webkit-transition: all .5s ease-in-out;*/
    /*-moz-transition: all .5s ease-in-out;*/
    /*-ms-transition: all .5s ease-in-out;*/
    /*-o-transition: all .5s ease-in-out;*/
    /*transition: all .5s ease-in-out;*/
}

.det {
    text-align: center;
    color: var(--d-col);
    /*color: rgb(30, 115, 190);*/
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*width: 100%;*/
}

.det_res.open {
    display: contents;
    visibility: visible;
}

/* Pagination */

/*b-back, n - number, s - selected , r - quantity*/

.pg * {
cursor: pointer;
}

.pg {
    /*width: 300px;*/
    display: flex;
    /*justify-content: space-around;*/
}

.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;
    /*background-color: rgba(129, 129, 129, .5) !important;*/
    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: 1px solid rgba(161, 24, 24, 0.8);*/
    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: 1px solid rgba(161, 24, 24, 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, textarea.fe_err, select option.fe_err, .login .e_dropdown.fe_err, .reg .e_dropdown.fe_err {
    /*border: 1px solid rgba(161, 24, 24, 0.8) !important;*/
    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, #validateModal {
    z-index: 404;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    /*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -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; /* show by default */
    position: fixed; /* Stay in place */
    z-index: 500; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -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;
}

.modal-header {
    padding: 2px 16px;
    background-color: #fff;
    color: white;
    text-align: center;
    position: relative;
}

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

.response-first-text {
    font-size: 24px;
}

.response-second-text {
    font-size: 18px;
}

.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;
}

.modal_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%);
}

#valid_text {
    text-align: center;
}

/* 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;
    /* flex-wrap: wrap; */
}

.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}
}

.msgModal .modal-content {
    padding: 16px;
    border-radius: 12px;
}

.msgModal .close {
    position: absolute; 
    right: 0; 
    top: -10px; 
    z-index: 1;
}

.msgModal .modal-body {
    display: flex; 
    justify-content: center; 
    width: 100%
}

.msgModal .centered-content {
    text-align: center;
    display: flex; 
    justify-content:center;
}

.msgModal .centered-content {
    display: flex; 
    justify-content: flex-end;
}

.input_wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input_wrapper input {
    padding-right: 40px;
}

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

.msgModal .modal-footer {
    display: flex; 
    justify-content: center; 
    width: 100%
}

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

.filter_sidebar::-webkit-scrollbar {
    width: 6px;
}
 
.filter_sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.filter_sidebar::-webkit-scrollbar-thumb {
    background-color: var(--m-col);
    outline: 1px solid slategrey;
}

.close_2 {
    display: none;
    cursor: pointer;
    padding: 16px;
    color: var(--d-col);
    position: fixed;
    top: 0;
    left: 320px;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    background: var(--w-col);
    border-radius: 50%;
    box-shadow: 0 3px 3px 0 rgba(0,0,0, .5);
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}

/* new styles */
.sel_custom_style .list {
    width: 100%;
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, .5);
}

.e_dropdown.sel_custom_style li.selected {
    color: var(--m-col);
}

.e_dropdown.sel_custom_style li:hover, 
.e_dropdown.sel_custom_style li:focus {
    color: var(--m-col);
}

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

.price_container .old_price {
    position: relative;
    margin-right: 12px;
    font-size: 12px;
    /* color: white; */
    font-weight: 600;
    display: inline;
    /* border: 2px solid gray; */
    border-width: 2px;
    border-style: solid;
    padding: 4px 8px;
    border-radius: 8px;
    /* background: red; */
    /* box-shadow: 0 3px 3px 0 rgba(0,0,0, .3); */
    margin: 4px 12px 4px 0;
}

.price_container .old_price::before, 
.price_container .old_price::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 25px;
    /* background: var(--bg-color); */
    top: 8px;
}

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

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

.price_container .new_price {
    /* color: var(--m-col); */
    font-weight: 700;
    padding-top: 0;
    margin: 4px 0;
}

/* 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;
}

/* blocks custom colors */


.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 {
    /* border-radius: 50%; */
    /* border: 1px solid var(--m-col); */
    padding: 12px;
    /* width: 40px;
    height: 40px; */
    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 h3 {
    font-size: 24px;
    line-height: inherit;
}

.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);
}

.action_block {
    position: sticky;
    z-index: 99;
    display: inline-flex;
    flex-wrap: wrap;
    top: 95px;
    padding: 4px;
    border-radius: 4px;

    box-shadow: 0 2px 2px 0 rgba(0,0,0, .5);
    background-color: #fff;
    
}

.action_block button, .action_block > input {
    margin-right: 12px;
}

/* selected new blocks */
.selected_block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 8px;
}

.selected_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

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

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

.selected_item .av_b li, .selected_item .av_m li {
    padding: 2px 4px;
    border-radius: 4px;
    border: 1px solid var(--m-col);
    margin-bottom: 2px;
}

.selected_item .av_b li:hover span, .selected_item .av_m li:hover span {
    color: red;
}

.selected_item .av_b li:hover, .selected_item .av_m li:hover {
    background-color: var(--m-col);
    color: white;
    cursor: pointer;
}

.selected_item .av_s.bgn {
    border-radius: 4px;
}

.btn_filtered {
    padding: 12px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    height: 45px;
}

.clear_filtered {
    padding: 12px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
    display: inline-block;
    height: 45px;
}

.back_filter_page {
    padding: 12px 20px;
    border-radius: 30px;
    display: inline-block;
    height: 45px;
}

.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;
}

/* footer */
.footer-bg-color {
    background: var(--footer-bg-color);
}

.footer-text-color {
    color: var(--footer-text-color);
}

.hover-footer-text-color:hover {
    color: var(--hover-footer-text-color);
}

/* header */
/* filled */
.filled-liked-icon-color svg path {
    fill: var(--filled-liked-icon-color);
}

.hover-filled-liked-icon-color:hover svg path {
    fill: var(--hover-filled-liked-icon-color);
}

.filled-busked-icon-color svg path {
    fill: var(--filled-busked-icon-color);
}

.hover-filled-busked-icon-color:hover svg path {
    fill: var(--hover-filled-busked-icon-color);
}

.filled-user-icon-color svg path {
    fill: var(--filled-user-icon-color);
}

.hover-filled-user-icon-color:hover svg path {
    fill: var(--hover-filled-user-icon-color);
}

/* unfilled, only border */
.liked-icon-color svg path {
    fill: var(--liked-icon-color);
}

.hover-liked-icon-color svg:hover path {
    fill: var(--hover-liked-icon-color);
}

.busked-icon-color svg path, 
.busked-icon-color svg circle {
    fill: var(--busked-icon-color);
}

.hover-busked-icon-color svg:hover path, 
.hover-busked-icon-color svg:hover circle {
    fill: var(--hover-busked-icon-color);
}

.user-icon-color svg path {
    fill: var(--user-icon-color);
}

.hover-user-icon-color svg:hover path {
    fill: var(--hover-user-icon-color);
}

/* like count, busket count */

.like-bg-count-color {
    background: var(--like-bg-count-color);
}

.busket-bg-count-color {
    background: var(--busket-bg-count-color);
}

.like-text-count-color {
    color: var(--like-text-count-color);
}

.busket-text-count-color {
    color: var(--busket-text-count-color);
}

/* lng colors */

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

.lng-text-color {
    color: var(--lng-text-color);
}

.lng-border-color {
    border-color: var(--lng-border-color);
}

.hover-lng-bg-color:hover {
    background: var(--hover-lng-bg-color);
}

.hover-lng-text-color:hover {
    color: var(--hover-lng-text-color);
}

.hover-lng-border-color:hover {
    border-color: var(--hover-lng-border-color);
}

.active-lng-bg-color {
    background: var(--active-lng-bg-color);
}

.active-lng-text-color {
    color: var(--active-lng-text-color);
}

.active-lng-border-color {
    border-color: var(--active-lng-border-color);
}

/* top menu */

.top-menu-bg-color {
    background: var(--top-menu-bg-color)
}

.bottom-menu-bg-color {
    background: var(--bottom-menu-bg-color)
}

/* top menu link colors */

.top-menu-text-color {
    color: var(--top-menu-text-color)
}

.hover-top-menu-text-color:hover {
    color: var(--hover-top-menu-text-color)
}

.active-top-menu-text-color {
    color: var(--active-top-menu-text-color)
}

/* bottom menu link colors */

.bottom-menu-text-color {
    color: var(--bottom-menu-text-color)
}

.hover-bottom-menu-text-color:hover {
    color: var(--hover-bottom-menu-text-color)
}

.active-bottom-menu-text-color {
    color: var(--active-bottom-menu-text-color)
}

/* support text color */

.support-text-color {
    color: var(--support-text-color)
}

.hover-support-text-color:hover {
    color: var(--hover-support-text-color)
}

.search-button-bg-color {
    background: var(--search-button-bg-color);
}

.hover-search-button-bg-color:hover {
    background: var(--hover-search-button-bg-color)
}

.search-button-bg-color.search-icon-color svg {
    stroke: var(--search-icon-color);
}

.hover-search-button-bg-color:hover.hover-search-icon-color svg {
    stroke: var(--hover-search-icon-color);
}

.category-btn-bg-color {
    background: var(--category-btn-bg-color);
}

.hover-category-btn-bg-color:hover {
    background: var(--hover-category-btn-bg-color);
}

.category-btn-icon-color svg path, 
.category-btn-icon-color svg circle {
    fill: var(--category-btn-icon-color);
}

.hover-category-btn-icon-color:hover svg path, 
.hover-category-btn-icon-color:hover svg circle {
    fill: var(--hover-category-btn-icon-color);
}

/* footer icons */

.website-icon-color svg path {
    fill: var(--website-icon-color);
}

.hover-website-icon-color svg:hover path {
    fill: var(--hover-website-icon-color);
}

.watsapp-icon-color svg path {
    fill: var(--watsapp-icon-color);
}

.hover-watsapp-icon-color svg:hover path {
    fill: var(--hover-watsapp-icon-color);
}

.viber-icon-color svg path {
    fill: var(--viber-icon-color);
}

.hover-viber-icon-color svg:hover path {
    fill: var(--hover-viber-icon-color);
}

.phone-number-color, .phone-number-color svg path {
    fill: var(--phone-number-color);
    color: var(--phone-number-color);
}

.hover-phone-number-color:hover, .hover-phone-number-color:hover svg path {
    fill: var(--hover-phone-number-color);
    color: var(--hover-phone-number-color);
}

.wishlist-color svg path {
    fill: var(--wishlist-color);
    stroke: var(--wishlist-color);
} 

.hover-wishlist-color:hover svg path {
    fill: var(--hover-wishlist-color);
    stroke: var(--hover-wishlist-color);
}

.active-wishlist-color svg path {
    fill: var(--active-wishlist-color);
    stroke: var(--active-wishlist-color);
}

.btn.add-cart-btn-bg-color {
    background: var(--add-cart-btn-bg-color);
}

.btn.hover-add-cart-btn-bg-color:hover {
    background: var(--hover-add-cart-btn-bg-color);
}

.btn.add-cart-btn-content-color .loop_t,
.btn.add-cart-btn-content-color svg path,
.btn.add-cart-btn-content-color svg circle {
    color: var(--add-cart-btn-content-color);
    fill: var(--add-cart-btn-content-color);
}

.btn.hover-add-cart-btn-content-color:hover .loop_t,
.btn.hover-add-cart-btn-content-color:hover svg path,
.btn.hover-add-cart-btn-content-color:hover svg circle {
    color: var(--hover-add-cart-btn-content-color);
    fill: var(--hover-add-cart-btn-content-color);
}

.delivery-info-text-color {
    color: var(--delivery-info-text-color);
}

.tab-bg-color {
    background: var(--tab-bg-color)
}

.tab-text-color {
    color: var(--tab-text-color)
}

.hover-tab-bg-color:hover {
    background: var(--hover-tab-bg-color)
}

.hover-tab-text-color:hover {
    color: var(--hover-tab-text-color)
}

.active-tab-bg-color {
    background: var(--active-tab-bg-color)
}

.active-tab-text-color {
    color: var(--active-tab-text-color)
}

.delivery-info-link-color a {
    color: var(--delivery-info-link-color) !important;
}

.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;
}

.delivery-time-bg-color {
    background: var(--delivery-time-bg-color);
}

.delivery-time-color {
    color: var(--delivery-time-color);
}

/*
.pay-amount-color {
    color: var(--pay-amount-color);
}
*/

.pay-amount-color_remains {
    color: var(--pay-amount-color_remains);
}

.pay-amount-color_passed {
    color: var(--pay-amount-color_passed);
}

.pay-amount-color_now {
    color: var(--pay-amount-color_now);
}

.pay-amount-color_as_follows {
    color: var(--pay-amount-color_as_follows);
}

.pay-dedline-color {
    color: var(--pay-dedline-color)
}

.ces-success-color {
    color: var(--ces-success-color);
}

.ces-success-bg-color {
    background-color: var(--ces-success-bg-color);
}

.ces-error-color {
    color: var(--ces-error-color);
}

.ces-error-bg-color {
    background-color: var(--ces-error-bg-color);
}

.taxes-first-item-bg-color {
    background-color: var(--taxes-first-item-bg-color);
}

.taxes-second-item-bg-color {
    background-color: var(--taxes-second-item-bg-color);
}

.taxes-third-item-bg-color {
    background-color: var(--taxes-third-item-bg-color);
}

.taxes-forth-item-bg-color {
    background-color: var(--taxes-forth-item-bg-color);
}

.taxes-fifth-item-bg-color {
    background-color: var(--taxes-fifth-item-bg-color);
}


/* filter btn color */
.filter-btn-bg-color {
    background-color: var(--filter-btn-bg-color)
}

.hover-filter-btn-bg-color:hover {
    background-color: var(--hover-filter-btn-bg-color)
}

.filter-btn-text-color {
    color: var(--filter-btn-text-color);
}

.hover-filter-btn-text-color:hover {
    color: var(--hover-filter-btn-text-color);
}

/* clear all btn */
.clear-all-btn-bg-color {
    background-color: var(--clear-all-btn-bg-color)
} 

.hover-clear-all-btn-bg-color:hover {
    background-color: var(--hover-clear-all-btn-bg-color)
}

.clear-all-btn-text-color {
    color: var(--clear-all-btn-text-color)
} 

.hover-clear-all-btn-text-color:hover {
    color: var(--hover-clear-all-btn-text-color)
}

/* back to filter page btn */
.back_filter_page-btn-bg-color {
    background-color: var(--back_filter_page-btn-bg-color)
} 

.hover-back_filter_page-btn-bg-color:hover {
    background-color: var(--hover-back_filter_page-btn-bg-color)
}

.back_filter_page-btn-text-color {
    color: var(--back_filter_page-btn-text-color)
} 

.hover-back_filter_page-btn-text-color:hover {
    color: var(--hover-back_filter_page-btn-text-color)
}


/* new config colors */
/*pay-amount-color=ff0000
pay-dedline-color=ff0000
ces-success-color=ffffff
ces-success-bg-color=808080
ces-error-color=ff0000
ces-error-bg-color=ffffff*/

/* end dynamic colors*/

.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_row > * {
    width: 100%
}

.custom_table table th {
    padding: 6px 8px;
    border-bottom: 2px solid var(--border-color);
    /* white-space: break-spaces; */
}

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

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

.filter_item .av_m li {
    padding: 5px 15px;
    background: var(--m-col);
    color: var(--w-col);
    margin-bottom: 4px;
    border-radius: 4px;
    transition: all .3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 25px;
    width: 100%;
    max-width: 305px;
}

.filter_item .av_m li:hover {
    background: var(--w-col);
    color: var(--m-col);
}

.filter_item .av_m li span {
    float: right;
    width: 24px;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.filter_item .av_t {
    position: relative;
}

.filter_item .av_m {
    margin-top: 4px;
}

.selected_block .av_m {
    padding: 4px
}

.filter_item .av_t img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}

.filter_item .av_t input {
    border-radius: 4px;
}

.selected_block .av_b {
    height: 300px;
    overflow-y: auto;
    position: absolute;
    top: 50px;
    width: 100%;
    background: #fff;
    border: 1px solid var(--m-col);
    padding: 4px;
    border-radius: 4px;
    z-index: 99;
}

.selected_block .av_b::-webkit-scrollbar {
    width: 6px;
}
   
.selected_block .av_b::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
   
.selected_block .av_b::-webkit-scrollbar-thumb {
    background-color: var(--m-col);
    outline: 1px solid slategrey;
}

.filter_item .av_b li {
    padding: 5px 10px;
    background: var(--w-color);
    color: var(--m-col);
    margin-bottom: 4px;
    border: 1px solid var(--m-col);
    border-radius: 4px;
    transition: all .3s ease;
}

.selected_block .av_m li {
    display: inline-block;
}

.selected_block .av_m li {
    margin-right: 4px;
}

.filter_item .av_b li:hover {
    background: var(--m-col);
    color: var(--w-col);
}

.filter_item .av_b li, .av_m li {
    cursor: pointer;
    position: relative;
}

.filter_item .ds {
    display: none;
}

/* check path font-family: 'elicon' */

@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;
}

/* start animations */

.special_price {
    position: absolute;
    z-index: 2;
    top: 50px;
    left: -110px;
    opacity: 0;
    font-weight: bold;
    transform: rotate(-45deg);
    box-shadow: 0 3px 3px 0 rgba(0,0,0, 0.5);
    width: 100%;
    background-color: #fff;
    /* padding: 4px; */
    animation: time-visible1 1s linear 3s;
    animation-fill-mode: forwards;
}

@keyframes time-visible1 {
    from {
        opacity: 0;
        padding: 0;
        box-shadow: none;
        border: 0;
    }
    to {
        opacity: 0.8;
        padding: 4px;
        box-shadow: 0 2px 2px 0 rgba(0,0,0, 0.5);
        border: 1px solid var(--border-color);
    }
}

/*
.one_in_two {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: -90px;
    transform: rotate(45deg) scale(1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0, 0.5);
    width: 100%;
    background-color: #fff;
    padding: 4px;
    animation: pulse45deg- ease-in-out 2.2s infinite .5s;
}

@keyframes pulse45deg {
    0%, 10% {
        transform: rotate(-45deg) scale(.8);
    }

    40%, 50% {
        transform: rotate(-45deg) scale(1);
    }

    90%, 100% {
        transform: rotate(-45deg) scale(0.8);
    }
}*/

@keyframes pulse45deg- {
    0%, 10% {
        transform: rotate(45deg) scale(.8);
    }

    40%, 50% {
        transform: rotate(45deg) scale(1);
    }

    90%, 100% {
        transform: rotate(45deg) scale(0.8);
    }
}

/*
.rounded {
    -webkit-clip-path: polygon(50% 0%, 70% 30%, 100% 20%, 85% 50%, 100% 90%, 50% 60%, 0% 90%, 20% 50%, 0 20%, 30% 30%);
    clip-path: polygon(50% 0%, 70% 30%, 100% 20%, 85% 50%, 100% 90%, 50% 60%, 0% 90%, 20% 50%, 0 20%, 30% 30%);
    position: absolute;
    opacity: 0.5;
    background-color: rgba(255,0,0, 1);
    width: 120px;
    height: 120px;
    animation: pulse linear 3s infinite;
}

.rounded_text {
    position: absolute;
    transform: rotate(45deg) translate(-50%, -50%);
    color: #fff;
    width: 100%;
    top: 83%;
    left: 40%;
    font-size: 13px;
    font-weight: bolder;
}*/

@keyframes pulse {
    0% {
      transform: scale(0.8);
    }

    50% {
      transform: scale(1.1) ;
    }

    100% {
      transform: scale(0.8);
    }
}

.price_special_block_first {
    position: absolute;
    top: 200px;
    left: 0;
}

.special_block {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
}

.price_special_block_first .special_price {
    top: 50px;
    left: -50px;
    width: 200px;
}

.special_block_anim {
    animation: pulse1 linear 12s infinite 1.5s;
}

@keyframes pulse1 {
    0% {
      transform: scale(0.8) rotate(0);
    }

    15% {
      transform: scale(1.05) rotate(180deg);
    }

    30% {
      transform: scale(0.8) rotate(360deg);
    }
    45% {
        transform: rotate(360deg);
    }
    60% {
        transform: scale(0.4);
    }
    70%, 75%, 85% {
        transform: scale(0);
    }
    90% {
        transform: scale(0.4);
    }
    95%, 100% {
        transform: scale(0.8) rotate(0);
    }
}

.special_block svg g path:last-child {
    /* fill: rgba(255, 0,0, 0.4); */
    /* opacity: 0.5; */
}

.special_block p {
    position: absolute;
    color: #fff;
    width: 100%;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
}

.p1 {
    top: 80%;
    left: 33%;
    transform: rotate(50deg) translate(-50%, -50%);
}

.p2 {
    top: 90%;
    left: 18%;
    transform: rotate(52deg) translate(-50%, -50%);
}

.time {
    font-size: 12px;
    position: absolute;
    top: 27px;
    left: 18px;
    width: 64px;
    font-weight: bold;
    background: var(--w-col);
    padding: 4px;
    border-radius: 4px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0, 0.5);
    border: 1px solid var(--border-color);
}

.price_special_block_first + .ccc .time {
    position: absolute;
    z-index: 2;
    top: 50px;
    left: -70px;
    opacity: 0;
    font-weight: bold;
    transform: rotate(-45deg);
    box-shadow: 0 3px 3px 0 rgba(0,0,0, 0.5);
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    /* padding: 4px; */
    animation: time-visible1 1s linear 3s;
    animation-fill-mode: forwards;
}


/* two in one */

.two_in_one {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    color: #fff;
    padding: 8px;
    transform: rotate(90deg) scale(0);
    border-radius: 4px;
    font-size: 16px;
    animation: two_in_one ease-in-out 5s infinite 1.2s;
}

@keyframes two_in_one {
    0% {
      transform: rotate(90deg) scale(0.4);
    }

    15% {
        transform: rotate(0) scale(1);
    }

    30% {
        transform: rotate(0);
        top: 0;
        right: 0;
    }

    45% {
        background: yellowgreen;
    }

    60% {
        text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue;
        font-size: 24px;
    }

    75% {
        text-shadow: none;
        font-size: 16px;
    }

    90% {
        transform: scale(0.4);
        font-size: 24px;
    }

    100% {
        transform: scale(0) rotate(90deg);
        right: -30px;
        top: -30px;
    }

    /* 45% {
        transform: rotate(360deg);
    }
    60% {
        transform: scale(0.4);
    }
    70%, 75%, 85% {
        transform: scale(0);
    }
    90% {
        transform: scale(0.4);
    }
    95%, 100% {
        transform: scale(0.8) rotate(0);
    } */
}

@keyframes strike {
  0%   { width : 0; }
  100% { width: 100%; }
}

.new_pr_prc {
    position: relative;
    width: 100%;
}

.old_amount {
  position: relative;
  font-size: 14px;
}

.old_amount_animation::after {
  animation-name: strike;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  /* animation-fill-mode: forwards;  */
}

.old_amount::after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: black;
}

.new_amount {
    font-size: 18px;
    color: red;
    font-weight: bold;
}

.new_amount_animation {
    animation: pulse 5s linear infinite;
    animation-fill-mode: forwards;
}

@keyframes pulse {
    0%  { 
        font-size: 14px;
        color: inherit;
        font-weight: normal
    }
    100% { 
        font-size: 18px;
        color: red;
        font-weight: bold;
    }
}

.time-animation {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* opacity: 0; */
    font-size: 0;
    width: 0;
    z-index: 2;
    padding: 0;
    border: 0;
    box-shadow: none;
    animation: pulse-time 5s linear 1.2s infinite;
}

@keyframes pulse-time {
    0%  { 
        font-size: 0;
        width: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
        /* opacity: 0; */
    }
    100% { 
        font-size: 14px;
        opacity: 1;
        width: 100%;
        padding: 4px;
        border: 1px solid var(--border-color);
        box-shadow: 0 3px 3px 0 rgba(0,0,0, 0.5);
    }
}

/* triangle animation */

.view_anim {
    position: absolute;
    top: 0;
    left: 0;
}

.first_anim_block {
    position: absolute;
    z-index: 2;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    /* width: 0;
    height: 0; */
    /* z-index: -1; */
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    /* border-style: solid;
    border-width: 0 40px 80px 40px;
    border-color: transparent transparent #007bff transparent; */
    background: gray;
    color: #fff;
}

.anim1 {
    /* animation: two_in_one1 ease-in-out 6s infinite 5s; */
}

.rot1 {
    transform: rotate(-53deg);
    top: -20px;
    right: 15px;
}

.second_anim_block {
    position: absolute;
    z-index: 3;
    width: 80px;
    height: 80px;
    left: 0;
    top: 0;
    /* width: 0;
    height: 0; */
    /* z-index: -1; */
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background: darkblue;
    color: #fff;
    /* border-style: solid;
    border-width: 0 40px 80px 40px;
    border-color: transparent transparent magenta transparent; */
}

.anim2 {
    animation: two_in_one1 ease-in-out 6s infinite 2s;
}

.rot2 {
    right: 47px;
    top: -4px;
}

.first_anim_block span, 
.second_anim_block span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

<!-- @keyframes two_in_one1 {
    0% {
        transform: rotate(0deg) scale(0.4);
        right: 0px;
        top: 0px;
    }

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

    50% {
        font-size: 20px;
        transform: rotate(360deg) scale(0);
    }

    75% {
        transform: rotate(360deg) scale(0);
        font-size: 24px;
    }

    100% {
        transform: scale(0) rotate(90deg);
        right: 50px;
        top: 50px;
    }
} -->

@keyframes two_in_one1 {
    0%, 5% {
        left: 0px;
    }

    33% {
        left: 50px;
    }

    66% {
        transform: scale(0);
    }

    95%, 100% {
        transform: scale(1);
        left: 0;
    }


}

.view_anim .time {
    font-size: 12px;
    position: absolute;
    top: 27px;
    left: 8px;
    width: 64px;
    font-weight: bold;
    background: var(--w-col);
    padding: 0;
    border-radius: 4px;
    box-shadow: none;
    border: 0;
    opacity: 0;
    animation: time-visible 3s linear 3s infinite;
    /* animation-fill-mode: forwards; */
    background: red;
    z-index: 999;
}

@keyframes time-visible {
    0 {
        opacity: 0;
        padding: 0;
        box-shadow: none;
        border: 0;
        z-index: -1;
    }
    50%, 60% {
        opacity: 1;
        padding: 4px;
        box-shadow: 0 3px 3px 0 rgba(0,0,0, 0.5);
        border: 1px solid var(--border-color);
        z-index: 999;
    }
    100% {
        opacity: 0;
        padding: 0;
        box-shadow: none;
        border: 0;
        z-index: -1;
    }
}

/* animations end */

/* dictionary start */
/*
#alpha-nav {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.character-element {
    width: 32px;
    position: relative;
    text-decoration: none;
    text-align: center;
    /* font-size: 1.2em; */
    line-height: 1;
    white-space: nowrap;
    padding: 5px 6px;
    color: var(--m-col);
    border: 1px solid #aaa;
    border-radius: 3px;
    background: var(--w-col);
}
.character-element.active {
    background: var(--m-col);
    color: var(--w-col);
}
.character-element.disabled {
    color: #aaa;
    cursor: default;
}*/
.dictionary-content {
    padding-bottom: 24px;
}
.dictionary-table {
    margin-top: 36px;
}
.dictionary-item img {
    width: 120px;
    height: 120px;
    margin-left: auto;
    display: inherit;
}
.dictionary-table tr:nth-child(even) {
    background-color: #ececec;
}
/* dictionary end */


/* 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;
}

.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;
    /* z-index: -1; */
    -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;
    /* z-index: -1; */
    -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;
        /* box-shadow: 0 3px 3px 0 rgba(0,0,0, 0.5);
        border: 1px solid var(--border-color); */
    }
}

.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;
    width: 50px;
    height: 50px;
    top: 0;
    right: 15px;
    border-radius: 50%;
    animation: gradient-blink 6s infinite;
    transform: rotate(-30deg);
    overflow: hidden;
}

.product_view_1 .sale_block,
.product_view_2 .sale_block {
    right: 0;
}

/* Gradual gradient background animation */
@keyframes gradient-blink {
    0% {
      background: linear-gradient(135deg, red, #9c27b0);
    }
    50% {
      background: linear-gradient(135deg, #9c27b0, red);
    }
    100% {
      background: linear-gradient(135deg, red, #9c27b0);
    }
}

/* White blink overlay effect */
.sale_block::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 4px;
    height: 160px;
    background: rgba(255,255,255, .2);
    opacity: 0.2;
    box-shadow: 0 3px 10px rgb(255, 255, 255, 0.2);
    transform: rotate(45deg);
    animation: white-blink 6s infinite;
}

/* Smooth white blink animation */
@keyframes white-blink {
    0%, 100% {
      opacity: 0.2;
      left: -100px;
    }
    50% {
      opacity: 0.4;
      left: 200px;
    }
    100% {
      opacity: 0.2;
      left: -100px;
    }
}

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

.sale_percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    white-space: nowrap;
}

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


/* new block in detail page */
.detail_info {
    /*position: relative;
    width: 96%;
    left: 2%;
    top: 2px;
    z-index: 400;*/
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 400;
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
    /*padding: 8px;*/
}
.detail_list_wrapper {
    position: relative;
    background-color: #E0DFE4;
    padding: 16px;
    border-radius: 24px;
    border: 2px solid gray;
    margin-bottom: 12px;
}
.detail_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.detail_list_wrapper .close {
    position: absolute;
    display: inline-block;
    padding: 4px 8px;
    background-color: var(--m-col);
    color: var(--w-col);
    border-radius: 12px;
    font-size: inherit;
    top: 12px;
    right: 12px;
}
.detail_item {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.detail_item:last-child {
    margin-left: auto;
    margin-right: 16px;
}
.detail_item:only-child {
    margin-left: unset;
    margin-right: unset;
}
/*
.detail_item:nth-child(3),
.detail_item:nth-child(4) {
    width: 50%;
    margin-top: 12px;
}*/
.detail_code {
    background-color: var(--m-col);
    color: var(--w-col);
    margin: 0 12px;
    padding: 4px 8px;
    border-radius: 12px;
}

/* new option block from cart on click */
.option_container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
    background-color: var(--w-col);
    width: 100%;
    max-width: 600px;
    padding: 24px;
    border-radius: 24px;
}

.ok_option {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    background-color: var(--m-col);
    color: var(--w-col);
    border-radius: 8px;
    width: 36px;
    height: 36px;
    float: right;
    cursor: pointer;
}

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

.success_messages {
    color: #8FE32D;
}

.failed_messages {
    color: #FF4040;
}

/* lbox */

.lbox,
.lb {
    display: none;
}

.lb_thead {
    float: left;
    display: grid;
}

.lb_tbody {
    float: left;
    display: grid;
}

.lb {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #333333;
}

.lb:target {
    display: block;
    outline: none;
    background: rgba(0, 0, 0, 0.5);
}

.lb>div {
    /*width: -webkit-min-content;*/
    width: -moz-min-content;
    width: min-content;
    min-width: 580px;
    /*min-height: 250px;*/
    margin: 10% auto 0 auto;
    padding: 10px 15px 10px 20px;
    background-color: #FFF;
    box-shadow: 0 1px 26px -3px #c1c1c1;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    border-radius: 7px;

    /*margin-top: 10%;*/
}

#show_flt [class^="w_"] {
    float: none;
}

#show_flt .lb_tablet {
    padding-right: 0;
}

#show_flt .lb_t {
    margin-right: 20px;
}

#show_flt .mfe {
    margin-right: 10px;
    padding: 0;
}

.lb .lb_t {
    /* Title */
    margin: 0;
    padding: 0 0 10px 0px;
    border-bottom: 1px solid #EFF2F5;
    font-size: 20px;
    text-align: center;
    font-family: 'Montserrat arm', 'Montserrat';
    font-weight: 600;
    color: #181C32;
    font-size: 16px;
}

.lb .lb_cont {
    padding: 5px;
    display: block;
    position: relative;
}

.lb_cont {
    overflow-y: scroll;
}

.lb .lb_cl {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #6aa5f4;
    float: right;
}

.fn {
    white-space: nowrap;
}

/** Start Menu_type=2 */
/* for hover sidebar opened */
/** End Menu_type=2*/

/* for hover sidebar opened */

.pr_cat.submenu_left_opend > .pr_ch {
    transition: 0.3s; 
}
.pr_cat.submenu_left_opend > .pr_ch:hover {
    background: var(--m-col);
}

.pr_cat.submenu_left_opend > li:hover > a,
.pr_cat.submenu_left_opend > li:hover > a .count {
    color: var(--w-col);
}

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

.pr_cat.submenu_left_opend .pr_ch > .submenu_left_opend {
    position: absolute;
    left: calc(100% + 1px);
    top: 0;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
    background: #efefef;
    z-index: 9;
}

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

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

.success_order {
    text-align: center;
    font-size: 18px;
}

/* new home page */
.main {
  font-family:Arial;
  /* width:500px; */
  display:block;
  margin:0 auto;
}
h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}
.action {
  display:block;
  margin:100px auto;
  width:100%;
  text-align:center;
}
.action a {
  display:inline-block;
  padding:5px 10px; 
  background:#f30;
  color:#fff;
  text-decoration:none;
}
.action a:hover {
  background:#000;
}
.slick-prev {
    left: 25px;
    background-color: red;
    z-index: 3;
}
.slick-next {
    right: 25px;
    background-color: red;
    z-index: 3;
}

/* homepage promo slider */
.promo-slider {
    max-height: 500px;
    overflow: hidden;
    margin-top: 20px;
}

.promo-slider.slick-slider {
    margin-bottom: 0;
}

.promo-slider .slick-slide {
    max-height: 100%;
}

.promo-item {
    /* padding: 12px; */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-block {
    position: relative;
}

.promo-img {
    max-height: 100%;
    width: 100%;
}

.promo-info {
    position: absolute;
    top: 50px;
    right: 60px;
    background-color: #fff;
    padding: 12px;
    border-radius: 12px;
}

.promo-title {
    font-size: 24px;
    line-height: 36px;
}

.promo-text {
    font-size: 18px;
    line-height: 27px;
    padding: 0;
    margin: 0 0 12px 0;
}

/* brand slider */
.brands-slider {
    margin: 50px 0;
}

.brands-slider .slick-slider {
    margin-bottom: 0;
}

.brand-item {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-right: 1px dashed lightgray;
    transition: all .3s ease-in-out; 
}

.brand-item:hover {
    background-color: #f3f3f3;
}

/* product */
.bestsellers_title {
    font-size: 1.4em;
    font-weight: bold;
    color: #323232;
    background: #ffcc28;
    display: inline-block;
    padding: 5px 15px 10px;
}

.product_view_3 {
    
}

.product_view_3 .pr_wrapper {
    background-color: #fff;
    padding: 8px;

    border: 1px solid #e5e5e5;
    position: relative;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.04);
    box-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.04);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.product_view_3 .product_link {
    display: inline-block;
}

.product_view_3 .product_title {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 400;
    height: 32px;
    overflow: hidden;
}

.product_view_3 .product_desc {
    display: block;
    height: 69px;
    overflow: hidden;
    font-size: 16px;
    color: #6f6f6f;
}

.product_view_3 .price_block {
    margin-top: 12px;
    margin-bottom: 15px;
}

.product_view_3 .price_credit,.product_view_3 .price_cash, .product_view_3 .price_per_month {
    display: flex;
    white-space: nowrap;
    justify-content: space-between;
    font-size: 14px;
    line-height: 21px;
}

.product_view_3 .price {
    display: inline-block;
    font-size: 18px;
}

.product_view_3 .price.red {
    color: #f00;
}

.product_view_3 .btn {
    outline: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 18px;
    color: #fff;
    border: 2px solid transparent;
    background-color: #015aac;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: bold;
    line-height: normal;
}

.product_view_3 .btn:hover {
    border-color: #015aac;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    background-color: #fff;
    color: #015aac;
}

.product-action {
    margin: 10px 0 0 10px;
}

.compare-from-list {
    opacity: 0.25;
}

.compare-from-list:hover {
    opacity: 0.5;
}

.icon16.compare { 
    background-position:-208px -16px; 
}

.icon16.compare.active { 
    background-position:-224px -16px; 
}

i.icon16 { 
    background-repeat:no-repeat; 
    height:16px; 
    width:16px; 
    display:inline-block; 
    text-indent:-9999px; 
    text-decoration:none!important; 
    background-image: url("/application/themes/frontend/default/images/icon/icons.png"); 
    background-size: 260px 160px 
    /* 50% of the original size for auto @2x optimization */; 
}

/* banners */
.second-banner {
    margin-top: 36px;
}

.section__aura .img__aura {
    position: relative;
    left: 0;
    /* margin: 0 -5rem;
    padding: 0 5rem; */
    height: 1000px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    overflow: hidden;
}

.section__aura .img__aura .auraAnimation {
    display: block;
}

.section__aura .img__aura:after {
    content: '';
    display: block;
    clear: both;
}

a.gaming-category-title {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: normal;
    padding: 80px 50px 0px;
    margin-bottom: -80px;
    z-index: 9;
    position: relative;
    cursor: pointer;
}

.asusposition {
    position: relative;
    left: -50px;
}

.section__aura .auraAnimation.rainbowFilter #micColorBlock, .section__aura .auraAnimation.rainbowFilter #svgLogo {
    -webkit-animation: KeyStrobingSVG 4004ms linear infinite reverse;
    animation: KeyStrobingSVG 4004ms linear infinite reverse;
}

@keyframes KeyStrobingSVG {
    0% {
        fill: #2cfea7;
    }
    8.3% {
        fill: #2ffe3e;
    }
    16.6% {
        fill: #53fe3d;
    }
    24.9% {
        fill: #d0f945;
    }
    33.2% {
        fill: #ffd832;
    }
    41.5% {
        fill: #fe580e;
    }
    49.8% {
        fill: #fc0613;
    }
    58.1% {
        fill: #fd118d;
    }
    66.4% {
        fill: #6a1cfb;
    }
    74.7% {
        fill: #0023f9;
    }
    83% {
        fill: #007dfb;
    }
    91.3% {
        fill: #23f6ff;
    }

    100% {
        fill: #2cfea7;
    }
}

.section__aura .auraAnimation #nbColorBlock, .section__aura .auraAnimation #mouseColorBlock, .section__aura .auraAnimation #micColorBlock, .section__aura .auraAnimation #mouseColorBlockIE, .section__aura .auraAnimation #micColorBlockIE, .section__aura .auraAnimation #nbLogoColorBlockIE, .section__aura .auraAnimation #svgBar, .section__aura .auraAnimation #svgLogo {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.section__aura .img__aura .auraAnimation .img__aura__nb {
    width: 1022px;
    height: 899px;
    top: -72px;
    left: -335px;
    background-image: url(/images/asusrog/1x/nb1.png);
}

.section__aura .img__aura .auraAnimation figure {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section__aura .img__aura .auraAnimation .img__aura__mouse {
    width: 222px;
    height: 260px;
    position: absolute;
    top: 373px;
    left: 920px;
    background-image: url("/application/themes/frontend/default/images/mouse.png");
}

.section__aura .auraAnimation.rainbowFilter #nbColorBlock, .section__aura .auraAnimation.rainbowFilter #svgBar {
    /* background: -webkit-gradient(linear, right top, left top, from(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), color-stop(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), to(#fd118d)) !important;
    background: -webkit-linear-gradient(right, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
    background: linear-gradient(to left, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
    background-size: 400% 100% !important;
    background-position: 0% 0% !important; */
    /* -webkit-animation: KeyRainbow 8008ms linear infinite;
    animation: KeyRainbow 8008ms linear infinite; */
    -webkit-animation: KeyStrobingSVG2 4004ms linear infinite reverse;
    animation: KeyStrobingSVG2 4004ms linear infinite reverse;
}

.section__aura .img__aura .auraAnimation .img__aura__mouse {
    width: 222px;
    height: 260px;
    position: absolute;
    top: 373px;
    left: 920px;
    background-image: url("/application/themes/frontend/default/images/mouse.png");
}



.section__aura .auraAnimation.rainbowFilter #mouseColorBlock {
    -webkit-animation: KeyStrobingSVG2 4004ms linear infinite reverse;
    animation: KeyStrobingSVG2 4004ms linear infinite reverse;
}

.section__aura .auraAnimation.rainbowFilter #nbColorBlock, .section__aura .auraAnimation.rainbowFilter #svgBar {
    background: -webkit-gradient(linear, right top, left top, from(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), color-stop(#fd118d), color-stop(#fc0613), color-stop(#fe580e), color-stop(#ffd832), color-stop(#d0f945), color-stop(#53fe3d), color-stop(#2ffe3e), color-stop(#2cfea7), color-stop(#23f6ff), color-stop(#007dfb), color-stop(#0023f9), color-stop(#6a1cfb), color-stop(#f01cfa), to(#fd118d)) !important;
    background: -webkit-linear-gradient(right, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
    background: linear-gradient(to left, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d) !important;
    background-size: 400% 100% !important;
    background-position: 0% 0% !important;
    /* -webkit-animation: KeyRainbow 8008ms linear infinite;
    animation: KeyRainbow 8008ms linear infinite; */
    -webkit-animation: KeyStrobingSVG2 4004ms linear infinite reverse;
    animation: KeyStrobingSVG2 4004ms linear infinite reverse;
}

@keyframes KeyRainbow {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: -134%;
    }
}

@keyframes KeyStrobingSVG2 {
    0% {
        fill: #2cfea7;
    }
    8.3% {
        fill: #2ffe3e;
    }
    16.6% {
        fill: #53fe3d;
    }
    24.9% {
        fill: #d0f945;
    }
    33.2% {
        fill: #ffd832;
    }
    41.5% {
        fill: #fe580e;
    }
    49.8% {
        fill: #fc0613;
    }
    58.1% {
        fill: #fd118d;
    }
    66.4% {
        fill: #6a1cfb;
    }
    74.7% {
        fill: #0023f9;
    }
    83% {
        fill: #007dfb;
    }

    91.3% {
        fill: #23f6ff;
    }
    100% {
        fill: #2cfea7;
    }
}

/* homepage 3 */

.w_34 {
    width: 85%;
}

.hp_block * {
    position: relative;
}
.align-container {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    margin: 12px;
}

.compact {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 17.5%;
    min-height: 122px;
    padding: 10px;
    margin: 9px;
    
    background: #ffffff;
    text-decoration: none;
    
    /* box-shadow: 0 1px 2px rgba(0,0,0,.1); */  
    
    border: 1px solid rgba(69, 90, 100, 1);
}

.compact .checkbox-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.compact .checkbox-wrapper .checkbox-label {
    margin-right: 0;
    width: 100%;
    height: 100%;
}

.compact .checkbox-wrapper .checkbox-label input {
    height: 100%;
    width: 100%;
}

.compact .checkbox-wrapper .checkmark {
    margin-right: 0;
    background-color: #fff;
    position: absolute;
    top: 4px;
    right: 6px;
}

.wrapper_block .compact {
    width: 30%;
    height: 80%;
    /*max-height: 200px;*/
}

.scoll_block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    height: 300px;
    margin-bottom: 50px
}

.scoll_block {
    scrollbar-width: thin;
}

.compact img {
    /* width: 85%; */
    height: auto;
    max-width: initial;
}

.compact h4 {
    margin: 0px;
    width: 96%;
    top: 17px;
    position: relative;

    color: #263238;
    background-color: white;
    font-size: 13px;
    /* bottom: 160px; */
}

.wrapper_block .compact h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; /* Number of lines to show */
    text-overflow: ellipsis;
    height: 36px;
    top: unset;
    bottom: -30px;
}

/* new cloned block */
.selected_block {
    display: flex;
    align-items: flex-start;
    margin: 20px;
}

.wrapper_block {
    position: relative;
    height: 100%;
    max-height: 365px;

    padding: 12px;
    border-radius: 12px;
    border: 2px solid gray;
    
}

.align-container .compact, .selected_block .compact  {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.align-container .compact div:first-child, .selected_block .compact div:first-child {
    width: 124px;
    height: 124px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.align-container .compact img, .selected_block .compact img {
    max-width: 100%;
}

.wrapper_block .compact div:first-child {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.wrapper_block .compact img {
    width: 85%;
    max-width: 100%;
}

.button-container {
    position: absolute;
    bottom: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
}

.button-container button + button {
    margin-left: 12px;
}

/* || media */

/* clear input search btn */
.clear_input_btn {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 52px;
    top: -4px;
    width: 48px;
    height: 100%;
    cursor: pointer;
    
    font-size: 24px;
    line-height: 36px;

    color: var(--m-col);
    
}

.clearButtonVisible {
    display: inline-flex;
}

/* filter notification */
.filter_notofication_block {
    position: relative;
    display: inline-block;
}

.filter_notofication {
    display: inline-block;
    position: absolute;
    top: -12px;
    right: 20px;
    width: 12px;
    height: 12px;
}

/* user not */
.has_notification {
    position: absolute;
    top: -10px;
    right: -12px;
    transform: rotate(45deg);
    z-index: 99;
    animation: not_anim 3s infinite;
    will-change: transform; /* Adding will-change property */
}

@keyframes not_anim {
  0% {transform: rotate(45deg);}
  33% {transform: rotate(0deg);}
  66% {transform: rotate(-45deg);}
  100% {transform: rotate(45deg);}
}

/* new style for new prod */
.new_prod_row {
    background-color: rgb(241 166 45 / 30%);
}

.new_prod_style {
    color: red; 
    display: inline-block; 
    font-weight: bold; 
    padding-left: 12px; 
    transform: rotate(-20deg);
}

.all_new_prod {
    color: red;
    display: inline-block;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 12px;
    padding: 12px;
    border: 2px dashed #f1a62d;
    text-transform: uppercase;
}

@media (min-width: 1301px) {
    .section__aura .img__aura .auraAnimation #svgLogo {
        fill: #5d5d5d;
        -webkit-filter: url(#glow);
        filter: url(#glow);
    }
    .section__aura .img__aura .auraAnimation #svgLogo, .section__aura .img__aura .auraAnimation #nbLogoColorBlockIE {
        z-index: 150;
        width: 235px;
        height: 149px;
        top: 321px;
        left: 149px;
        position: absolute;
    }
    .section__aura .img__aura .auraAnimation .img__aura__nb {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        background-image: none;
    }

    .section__aura .img__aura .auraAnimation .img__aura__mouse {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
    }
    .section__aura .img__aura .auraAnimation .img__aura__nb .img__nb__mask {
        z-index: 100;
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 1022px;
        height: 899px;
        background-image: url("/application/themes/frontend/default/images/nb2.png");
    }

    .section__aura .img__aura .auraAnimation .img__aura__nb #svgBar {
        -webkit-transform: rotate(-20.35deg);
        -ms-transform: rotate(-20.35deg);
        transform: rotate(-20.35deg);
        width: 500px;
        height: 10px;
        top: 727px;
        left: 368px;
        position: absolute;
        -webkit-filter: blur(15px);
        filter: blur(15px);
    }
    .section__aura .img__aura .auraAnimation .img__aura__mouse {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
    }
    .section__aura .img__aura .auraAnimation .img__aura__mouse .img__mouse__mask {
        z-index: 90;
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 222px;
        height: 260px;
        background-image: url("/application/themes/frontend/default/images/mouse.png");
    }
    .section__aura .img__aura .auraAnimation .img__aura__mouse #mouseColorBlock {
        z-index: 85;
        width: 300px;
        height: 370px;
        position: absolute;
        top: -39px;
        left: -46px;
        fill: #5d5d5d;
    }
    .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorBlock, .section__aura .img__aura .auraAnimation .img__aura__nb #nbColorDefault {
        z-index: 90;
        top: 337px;
        left: 183px;
        position: absolute;
        -webkit-transform: rotate(-17.5deg);
        -ms-transform: rotate(-17.5deg);
        transform: rotate(-17.5deg);
        width: 674px;
        height: 285px;
    }
}

@media screen and (max-width: 1280px) {
    .modal-content {
        width: 60%;
    }
}

@media screen and (min-width: 1024px) {
    .filter_sidebar .head {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .selected_block {
        display: block;
    }
    .space_from_top {
        padding-top: 25px;
    }
    t_cart .special_info {
        top: -25px;
    }
    .action_block {
        top: 147px;
    }
}

@media only screen and (min-width: 576px) {
    .h_c, .f_c, .container {
        /*max-width: 100%;*/
    }

    .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 screen and (max-width: 1024px) {
    .logo_mobile {
        display: inline-flex;
        align-items: center;
        width: 100%;
        max-width: 180px;
        height: 100%;
    }

    .logo_mobile a {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .logo_mobile img {
        max-height: 100%;
    }

    /* new block in detail page */
    .detail_info {
        position: fixed;
        z-index: 404;
        /*height: 220px;*/
        bottom: unset;
        top: 0;
    }
    .detail_list_wrapper {
        
        background-color: #E0DFE4;
        padding: 16px;
        border-radius: 24px;
        border: 2px solid gray;*/
    }

    .detail_list {
        display: block;
    }
    .detail_list_wrapper .close {
        position: absolute;
        display: inline-block;
        padding: 4px 8px;
        background-color: var(--m-col);
        color: var(--w-col);
        border-radius: 12px;
        font-size: inherit;
        top: 12px;
        right: 12px;
    }
    .detail_item {
        display: flex;
        align-items: center;
        white-space: nowrap;
    }
    .detail_item:nth-child(3),
    .detail_item:nth-child(4) {
        width: 50%;
        margin-top: 12px;
    }
    .detail_item:nth-child(4),
    .detail_item:last-child {
        width: auto;
        margin-left: unset;
        margin-right: 0;
    }
    /*
    .detail_code {
        background-color: var(--m-col);
        color: var(--w-col);
        margin: 0 12px;
        padding: 4px 8px;
        border-radius: 12px;
    }*/
}

@media screen and (max-width: 768px) {
    .modal-content {
        width: 60%;
    }

    /* footer */
    .reserved_list {
        flex-direction: column;
    }
    .reserved_item {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .reserved_item:nth-child(2) {
        margin: 24px 0 0;
        order: 3;
    }
    .f_logo_block {
        width: 150px;
    }

    .option_container {
        width: 96%;
        padding: 12px;
    }
    .compact {
        width: 21.5%;
        min-width: 140px;
    }

    /* new style for new prod */
    .new_prod_row {
        background-color: unset;
    }

    .td_class {
        display: flex;
        background-color: rgb(241 166 45 / 30%);
    }

    .td_class .code {
        order: 2;
    }

    .product_1 .td_class {
        width: 100%;
    }

    .new_prod_style {
        padding-left: 0;
        padding-right: 24px;
        transform: rotate(0);
    }

    .all_new_prod {
        margin-top: 24px;
        padding: 8px 10px;
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .modal-content {
        width: 80%
    }
    .p_arrange {
        display:none!important;
    }
}





@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;
    }

    .logo img {
       /* max-height: 95px; */
    }

    .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_flex_30 {*/
    /*    flex: 0 0 30%;*/
    /*}*/
    .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;
    }

 /* for hover sidebar opened */

    <!-- .submenu_left_opend > .pr_ch {
        transition: 0.3s; 
    }
    .submenu_left_opend > .pr_ch:hover {
        background: var(--m-col);
    }

    .submenu_left_opend .pr_ch > .submenu_left_opend {
        position: absolute;
        left: calc(100% + 1px);
        top: 0;
        box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
        background: #efefef;
        z-index: 9;
    }

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

    .submenu_left_opend .pr_ch .submenu_left_opend a {
        padding-left: 12px !important;
    } -->



    /** Start Menu_type=2 */
    /* for hover sidebar opened */
/** End Menu_type=2*/

.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 screen and (max-width: 1024px) {
    /*.mob_sr_res {
        position: absolute;
        width: 100%;
        min-width: 320px;
        max-width: 320px;
        right: 0;
    }
    .submenu_left_opend .pr_ch > .submenu_left_opend {
        position: absolute;
        left: 0;
    }

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

    .submenu_left_opend .pr_ch .submenu_left_opend a {
        padding-left: 12px !important;
    }*/

    /*.filter_sidebar {
        height: unset;
    }*/
}





@media screen and (max-width: 1024px) {
    <!-- .submenu_left_opend .pr_ch > .submenu_left_opend {
        position: absolute;
        left: 0;
    }

    .submenu_left_opend .pr_ch:hover > .tr_cat {
        transform: rotate(90deg)
    }

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

    .submenu_left_opend .pr_ch .submenu_left_opend a {
        padding-left: 12px !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) {
    .header-2 .call-info {
        width: 100%;
        justify-content: space-between;
    }
    .header-2 .h_wl, 
    .header-2 .h_sr, 
    .header-2 .h_lg, 
    .header-2 .h_cl {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid var(--m-col);
        border-radius: 50%;
    }
    .header-2 .logo img {
        /*width: 78px;
        width: 120px;*/
    }
    .header-2 .mobile_s .sr_btn {
        width: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mob_sr_res {
        position: absolute;
        width: 100%;
        min-width: 320px;
        max-width: calc(100% - 30px);
        right: 15px;
        z-index: 99;
    }
    .mob_sr_res .sr_scl {
        left: unset;
        transform: translateX(0);
        max-width: calc(100vw - 30px);
        width: 100%;
    }
    .sr_scl {
        position: absolute;
        top: 25px;
        right: 20px;
        left: 20px;
        z-index: 1000;
        height: auto;
        background-color: #FFF;
        box-shadow: 0 0 3px rgba(0, 0, 0, .15);
        flex: 1 1 auto;
        overflow: hidden;
        width: 100%;
        max-width: 50vw;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .all_res {
        border-bottom: 0;
    }
    .submenu_left_opend .pr_ch > .submenu_left_opend {
        position: absolute;
        left: 0;
    }

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

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

    .submenu_left_opend .pr_ch > .submenu_left_opend {
        position: absolute;
        left: 0;
    }

    .submenu_left_opend .pr_ch:hover > .tr_cat {
        transform: rotate(90deg)
    }

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

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

    .menu-list {
        display: none;
    }

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

    .logo img {
        /*max-height: 48px;*/
        /*max-height: 60px;
        max-width: none;*/
    }

    .fix_h.act .logo img {
        /*max-height: 48px;*/
    }

    .nav_c {
        display: block;
    }

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

    .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: #fff;
    }

    .h_qp span {
        color: #000 !important;
    }

    .c_head {
        flex-direction: column;
    }

    .tr_cat {
        margin-right: 20px;
    }

    .c_head {
     min-height: 35px;
    }

    .ac_wp {
        margin: 0 !important;
    }

    .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;
    }

    .r_side form.reg label span {
        /* font-size: 10px; */
    }

    .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;
    }
    .call-info, .call-info span {
        /* display: block;
        padding: 0; */
        /* margin-left: unset; */
    }
    .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 {
        /* width: 100%; */
        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;
    }

    /* .m_sidebar ul li a {
        color: unset;
    } */

    .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%;
    }
    .tb > tbody > tr>td:before {
        /*content: attr(data-title);
        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;*/
    }
    .c_pr img {
        max-width: 40px;
        max-height: 40px;
    }
    .det {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .det:before {
        content: none !important;
    }

    .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: 115px;
        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;
        /*padding-top: 3px;*/
        color: var(--d-col);
        text-transform: uppercase;
        font-weight: 600;
        /*font-size: 12px;*/
        /*content: none;*/
        flex: 1 1 auto;
        margin-bottom: 5px;
        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;
        /*padding-top: 3px;*/
        color: var(--d-col);
        text-transform: uppercase;
        font-weight: 600;
        /*font-size: 12px;*/
        /*content: none;*/
        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;
    }

    .cart_tb td:not(.c_pr, .c_rmv, .check), .pr_tb td:not(.c_pr, .c_rmv, .check) {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 5px;
        padding-top: 0;
        padding-left: 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 {
        /* width: 100%;*/
        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;
    }

    /* dictionary */
    .pr_tb .dictionary-item {
        position: relative;
    }

    .dictionary-item td {
        margin-left: 120px;
        padding: 0 4px;
    }

    .pr_tb .dictionary-item td:last-child {
        border-bottom: 0;
        margin-bottom: 24px;
    }

    .dictionary-item img {
        width: 80px;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
    }

    /* 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: 688px) {
    .compact {
        width: 29%;
    }
    .wrapper_block .compact {
        width: 29%;
        min-width: 118px;
        height: 60%;
        /*max-height: 136px;*/
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 600px) {
    .lb > div {
        min-width: 90%;
        max-width: 90%;
    }
    
    /* footer */
    .footer_container {
        flex-direction: column;
    }
    
    .p_arrange a.vertical_4 {
        display: none;
    }

    /* empty page design */
    .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;
    }

    /* cart payment modal */

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

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

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

    /* .payment-item:last-child {
        margin-bottom: 132px;
    } */

    /* bonus */
    .bonus_block {
        display: block; 
    }

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

    /* cart page address */
    .address_desc textarea {
        min-width: calc(100vw - 75px);
        max-width: calc(100vw - 75px);
    }

    .modal-content {
        width: 90%;
    }
    
    /* personal page */
    #marz_block {
        margin-right: 0;
    }
    
    #region_block {
        width: 100%;
    }
    .compact {
        width: 43%;
    }
    
    .apply_actioon {
        margin-top: 12px;
    }
    .button-container button {
        font-size: 10px;
    }

    .wrapper_block .compact {
        width: 42%;
    }
}

@media screen and (max-width: 576px) {
    .title_container {
        height: auto;
        -webkit-line-clamp: unset;
    }
    .wrapper_block .compact {
        height: 45%;
    }
    .wrapper_block .compact h4 {
        width: 110%;
        font-size: 10px;
    }
}

@media screen and (max-width: 480px) {
    /* footer */
    .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 (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;
    }
    .action_block button, .action_block input {
        font-size: 10px;
    } 
    .wrapper_block .compact {
        min-width: 118px;
    }
}

@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;
    }
    .wrapper_block .compact {
        min-width: 112px;
    }
}

@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 (max-width: 360px) {
    .desc_txt, .more {
        max-width: 290px !important;
        overflow: hidden;
    }
}

<!-- @media screen and (max-width: 480px) {
    .mob_sr_res {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: calc(100% - 30px);
    }
} -->
 