/*
 * Theme name: icsecs
 * Author: walltak
 * Version: 1.0
 */

a, button, input, select, textarea, form{
    outline: none;
}
a{
    text-decoration: none;
    transition: .2s ease;
}
a:hover {
    color: #0E7F94; 
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #e7e7e7;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #0E7F94;
}

.box_fixbtms {
    background: url(https://icsecs.com/wp-content/uploads/2022/09/wew-1.svg) no-repeat;
    background-position: center;
    background-size: 15px;
    background-color: #f4f4f4;
    position: fixed;
    bottom: 25px;
    right: 30px;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 3px 4px 6px 0px rgb(0 0 0 / 15%);
    cursor: pointer;
}
.box_fixbtms:hover{
    background: url(https://icsecs.com/wp-content/uploads/2022/09/wew-1.svg) no-repeat;
    background-position: center;
    background-color: #0E7F94;
}
.box_fixbtms.show{
    display: block;
}

.main_bodys{
    background: linear-gradient(133deg, #f1f1f1 0, #e7e7e7 100%)!important;  
}
.main_bodys.wp-night-mode-on {
    background: -webkit-linear-gradient(108deg, #3b414f 0, #282d36 100%)!important;
}

.toplevel_head{
    min-height: 122px;
    align-items: center;
}
.logoblock_head{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.logoblock_head a{
    margin-left: 47px;
}
.logoblock_head a img{
    max-width: 142px;
}
.logoblock_head p{
    margin-left: 20px;
    color: #232323;
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 700;
}
.wp-night-mode-on .logoblock_head p{
    color: #ebedee!important;
}

.logoblock_head .box_logos_main{
    display: block;
    background: url(/wp-content/uploads/2022/07/22223333.svg) no-repeat;
    background-size: contain;
    width: 142px;
    height: 32px;
}   
.wp-night-mode-on .logoblock_head .box_logos_main{
    background: url(/wp-content/uploads/2022/07/11123.svg) no-repeat;
    background-size: contain;
}   

.box_svich_cur{
    margin-right: 30px;
    max-width: 90px;
}
.box_svich_cur .dd-container, .box_svich_cur .dd-select {
    max-width: 90px!important;
    width: 90px!important;
}
.box_svich_cur .dd-select {
    border-radius: 25px;
    padding-left: 13px;
    background: rgb(244 244 244)!important;
}
.box_svich_cur .currency-switcher-form .dd-selected {
    padding: 5px!important;
}
.box_svich_cur .dd-selected-text {
    padding-bottom: 0;
    font-weight: 500!important;
    margin-bottom: 0;
    font-size: 14px;
}
.box_svich_cur .dd-selected-description {
    display: none!important;
}
.box_svich_cur .dd-pointer {
    right: 19px!important;
}
.box_svich_cur .dd-option-description.dd-desc {
    display: none!important;
}

.wp-night-mode-on .box_svich_cur .dd-select{
    border: 1px solid #282c36!important;
    background: #333945!important;

}
.wp-night-mode-on .box_svich_cur .dd-selected-text{
    color: #ebedee!important;  
}

.box_linealse .pickcurensrty{
    max-width: 75px!important;
    padding: 5px!important;
}
.box_linealse .wpcs_converter_shortcode_amount {
    border-radius: 7px!important;
        max-width: 274px;
}

.box_nightmode{
    border: 1px solid #cecece;
    padding: 6px 20px;
    border-radius: 50px;
    background: #f4f4f4; 
    max-width: 82px;
    margin-right: 40px;
}
.wp-night-mode-on .box_nightmode{
    border: 1px solid #282c36!important;
    background: #333945!important;
}

.box_nightmode .wpnm-button.style-1 {
    top: 0!important;
}
.box_nightmode .wpnm-button.style-1.active .wpnm-slider {
    background-color: #0E7F94!important;
}

.userbars_head{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.userlogin_head .box_biouser{
    display: flex;
    flex-wrap: wrap;  
    text-decoration: unset; 
}
.userlogin_head .box_biouser img{
    max-width: 55px;
    margin-right: 4px;
}

.box_biouser .rght_blk{
    display: flex;
    flex-wrap: wrap;
}
.box_biouser .rght_blk .mainsername{
    width: 100%;
    margin-top: 3px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    text-decoration: unset;
}
.wp-night-mode-on .box_biouser .rght_blk .mainsername{
    color: #ebedee!important;
}
.box_biouser .rght_blk .underusername{
    color: #a6a6a6;
    font-size: 14px;
    font-weight: 400;
    margin-top: -10px;
}

.logreg_line a{
    font-size: 16px;
    color: #000;
    text-decoration: unset;
    transition: .2s ease;
}
.logreg_line a:last-child{
    margin-left: 25px;
}
.wp-night-mode-on .logreg_line a{
    color: #ebedee;
}
.logreg_line a:hover{
    color: #0E7F94;
}

.twolevelheader{
    background-color: #F4F4F4;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 23px 23px 23px 23px;
    box-shadow: 4px 3px 6px 0px rgb(0 0 0 / 15%);  
    min-height: 90px;
}
.wp-night-mode-on .twolevelheader{
    background-color: #333945!important;
}

.twolevelheader .searchbox{
    display: flex;
    align-items: center; 
}
.searchheader{
    position: relative;
    margin-left: 47px;
    width: 100%;
}
.twolevelheader .petsearch{
    outline: 0!important;
    height: calc(2.55rem + 2px);
    font-size: .875rem;
    border: 0!important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding-left: 40px;
    transition: .2s ease;
    box-shadow: 4px 3px 6px 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    border-radius: 10px;
}
.searchheader .btm_sands{
    top: 0;
    left: 13px;
    border: 0;
    padding: 0;
    position: absolute;
    background: transparent!important;
    height: 100%;
}
/*
.searchheader .fa-search{
    background: url(/wp-content/uploads/2022/07/fdseeee.svg) no-repeat;
    display: block;
    width: 16px;
    height: 16px;
    background-size: contain;
}*/

.navigat_header{
    display: flex;
    align-items: center;
    height: 100%;
}
.navigat_header ul{
    display: flex;
    padding-left: 15px;
}
.navigat_header ul li{
    list-style: none;
}
.navigat_header ul li a{
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    transition: .2s ease;
}
.wp-night-mode-on .navigat_header ul li a{
    color: #ebedee;
}
.navigat_header ul li a:hover{
    color: #0E7F94;
}



.navigat_header .submenuse{
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.navigat_header li:first-child{
    padding-right: 35px;
    border-right: 1px solid #cdcdcd;
}
.navigat_header li:not(:first-child) {
    padding-left: 35px;
}

.navigat_header .siubmen_main{
    position: relative;
    padding-right: 30px;
}
.navigat_header .siubmen_main:before{
    content: '';
    background: url(/wp-content/uploads/2022/07/sdsss.svg) no-repeat;
    position: absolute;
    display: block;
    width: 12px;
    height: 10px;
    right: 5px;
    top: 11px;
}
.wp-night-mode-on .navigat_header .siubmen_main:before {
    background: url(/wp-content/uploads/2022/07/sdsss.svg) no-repeat;
}

.siubmen_main:hover .submenuse{
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}
.navigat_header .submenuse{
    display: flex;
    flex-direction: column;
    background: #f4f4f4;
    padding: 20px 20px 5px 20px;
    border-radius: 10px;
    box-shadow: 0px 15px 8px 0px rgb(0 0 0 / 15%);
}
.wp-night-mode-on .navigat_header .submenuse{
    background: #333945;
}
.navigat_header .submenuse li{
    padding: 0!important;
    margin-bottom: 15px;
    border-right: 0!important;
}

.box_her_addeds{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; 
}
.bos_addmenubtm{
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.1em;
    letter-spacing: 0.3px;
    background-color: #0E7F94;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 3px 4px 6px 0px rgb(0 0 0 / 15%);
    padding: 13px 20px 13px 20px;
    color: #fff;
    margin-right: 15px;
    transition: .2s ease;
}
.bos_addmenubtm:hover{
    transform: scale(0.95);
    color: #fff;
    text-decoration: none!important;
}
.bos_addmenubtm .elementor-button-text{
    margin-left: 5px;
}

.wp-night-mode-on .bos_addmenubtm .wraps_btm_add svg path{
    color: #333945!important;
    fill: #333945!important;
}
.wp-night-mode-on .bos_addmenubtm{
    color: #333945!important;
}

.bo_onelevel_home{
    margin-top: 75px;
    padding-left: 47px;
}
.headbigtext{
    color: rgb(0, 0, 0);
    font-size: 56px;
    font-weight: 700;
    line-height: 1.05em;
    letter-spacing: -0.2px;  
}
.headmiddtext{
    color: rgb(0, 0, 0);
    margin-top: 15px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.05em;
    letter-spacing: -0.4px;
}
.btms_box_home{
    display: flex;
    margin-top: 40px;
}
.btms_box_home .box_hmbtms{
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.3px;
    background-color: #0E7F94;
    border-radius: 16px 16px 16px 16px;
    box-shadow: 3px 4px 6px 0px rgb(0 0 0 / 15%);
    display: flex;
    max-width: 200px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .2s ease;
    width: 100%;
    margin-right: 20px;
}
.btms_box_home .box_hmbtms:hover{
    transform: scale(0.95);
    color: #fff;
}
.btms_box_home .box_hmbtms .textimbtm{
    margin-left: 8px;
}
.btms_box_home .box_hmbtms .iconimbtm{
    margin-top: -4px;
}

.imabe_bochka{
    width: 100%;
    margin-top: -40px;
}

.box_categories{
    margin-top: -20px!important;
    margin-bottom: 80px;
}

.titlecategorises{
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.btmcategoryhref{
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 23px;
    box-shadow: 3px 4px 6px 0px rgb(0 0 0 / 15%);
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 28px;
    display: flex;
    background: #F4F4F4;
    align-items: center;
    margin-bottom: 20px;
    transition: .2s ease;
}
.btmcategoryhref:hover{
    background: #0E7F94!important;
}
.totlecategory{
    color: #000000;
    border-left: 1px solid #cdcdcd;
    padding-left: 24px;
    margin-left: 24px;
}
.icinlinks{
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btmcategoryhref:hover .totlecategory{
    color: #fff!important;
}
.btmcategoryhref:hover .icinlinks svg path{
    fill: #fff!important;
}


.wp-night-mode-on .headbigtext{
   color: #ebedee!important; 
}
.wp-night-mode-on .headmiddtext{
   color: #ebedee!important; 
}

.wp-night-mode-on .btms_box_home .box_hmbtms .textimbtm{
   color: #333945!important; 
}
.wp-night-mode-on .btms_box_home .box_hmbtms .iconimbtm svg path{
   fill: #333945!important; 
}

.wp-night-mode-on .titlecategorises{
    color: #ebedee!important;
}
.wp-night-mode-on .btmcategoryhref {
    background: #333945!important;
}
.wp-night-mode-on .totlecategory {
    color: #ebedee;
}
.wp-night-mode-on .btmcategoryhref:hover{
    background: #0E7F94!important;
    box-shadow: 0 0 11px 0 #0E7F94!important;
}




.level_breadcum{
    margin-top: 40px;
}
.level_breadcum .woocommerce-breadcrumb{
    font-size: 12px;
    font-weight: 400;
    color: #AFAFAF;
}
.level_breadcum .woocommerce-breadcrumb a{ 
    color: #0E7F94;
}

.shop_block{
    margin-top: 30px;
}
.box_filtr_wrp{
    border-radius: 23px;
    box-shadow: 4px 3px 6px rgb(0 0 0 / 15%)!important;
    padding: 25px 15px 15px 20px!important;
    background-color: #f4f4f4;
    margin-bottom: 25px;
    border: 1px solid #ededed;
}
.box_filtr_wrp .main_filt_title{
    color: #0E7F94!important;
    font-size: 20px!important;
    padding-bottom: 15px!important;
    font-weight: 600;
}

.box_contentcat li{
    list-style: none;
    margin-bottom: 8px;
}
.box_contentcat li a{
     color: #232323;
    font-size: 16px;  
    line-height: 1.3em;
    display: block; 
}
.box_contentcat li a:hover{
     color: #0E7F94;
}
.box_contentcat li .subcatspar{
    visibility: hidden;
    padding-left: 15px;
    transition: .2s ease;
    max-height: 0;
    opacity: 0;
}

.box_contentcat li:hover .subcatspar{
    max-height: 100%; 
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
    padding-bottom: 5px;
}

.box_contentcat li.acticve a{
    color: #0E7F94;   
}
.box_contentcat li.acticve .subcatspar{
    max-height: 100%; 
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
    padding-bottom: 5px; 
}
.box_contentcat li .subcatspar a{
    color: #232323;
} 
.box_contentcat li .subcatspar a:hover{
     color: #0E7F94;
} 

.box_contentcat li.acticve .subcatspar li.acticve a{
    color: #0E7F94;
}

.box_products{

}

.box_sorts .woocommerce-result-count{
    display: none!important;
}

.box_sorts .woocommerce-ordering select{
    background: #f4f4f4;
    border: 0;
    margin-bottom: 20px;
    height: 40px;
    box-shadow: 4px 3px 6px rgb(0 0 0 / 15%)!important;
    border-radius: 7px;
    padding: 0 15px;
    font-size: 14px;
    margin-left: 10px;
}

.products{
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.products .product{
    list-style: none;
    margin-bottom: 20px;
}
.contentprodvbo{
    border-radius: 23px;
    box-shadow: 4px 3px 6px rgb(0 0 0 / 15%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 300px;
}

.line_relates .products .contentprodvbo {
    max-width: 300px;
}

.products .product .woocommerce-LoopProduct-link img{
    border-radius: 23px 23px 0 0;
    width: 100%;
    height: auto;
}

.products .product .box_context_prod{
    width: 100%;
    padding: 15px;
    border-radius: 23px;
    margin-top: -21px;
    background: #f4f4f4;
    z-index: 9;
}
.box_context_prod .woocommerce-loop-product__title{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1.3em;
    height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.box_context_prod .price{
    border-top: 1px solid #e1e1e1;
    display: block;
    padding-top: 5px;
    margin-top: 10px;
    font-size: 23px;
    font-weight: 600;
    color: #000;
}
.box_context_prod .add_to_cart_button {
    display: none!important;
}

.box_filtr_wrp .berocket_single_filter_widget .bapf_head h3{
    font-size: 16px!important;
}

.box_filtr_wrp .irs--flat .irs-bar {
    background-color: #0e7f94!important;
}
.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to {
    background-color: #0E7F94!important;
}

.filtrmiobile, .heade_offcasn{
    display: none;
}

.productpages{
    margin-top: 40px;  
}

.image_fon_prod{
    box-shadow: 4px 3px 6px rgb(0 0 0 / 15%);
    border-radius: 23px!important;
    border: 1px solid #ededed;
    background: #f4f4f4;
    padding: 15px;
}
.box_content_prod{
    box-shadow: 4px 3px 6px rgb(0 0 0 / 15%);
    border-radius: 23px!important;
    border: 1px solid #ededed;
    background: #f4f4f4;
    padding: 15px;
}
.image_fon_prod .yith_magnifier_zoom_wrap img{
        max-width: 600px;
}

.btmsunderblock{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-tabs.wc-tabs-wrapper{
    display: none!important;
}

.line_relates{
    margin-top: 45px;
    padding-top: 35px;
    border-top: 1px solid #dbdbdb;
}

.line_relates .related{
    display: block!important;
}
.line_relates .related h2{
    font-size: 22px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.box_content_prod .product_title{
    font-size: 18px;
    margin-top: 10px;
}
.box_content_prod .block_pricetime{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.box_content_prod .block_pricetime .price{
    font-size: 24px;
    font-weight: 700;
}
.box_content_prod .block_pricetime .prowc_product_countdown{
    font-size: 24px!important;
}

.addinfo{
    margin-top: 25px;
}
.addinfo .shop_attributes{
    width: 100%;
}
.addinfo .woocommerce-product-attributes-item th,
.addinfo .woocommerce-product-attributes-item td{
    font-size: 14px;
}

.box_content_esw{
    margin-top: 20px;
    border-top: 1px solid #dbdbdb;
    padding-top: 20px;
}

.box_content_esw p{
    font-size: 14px;
}
.box_actions_err .sku_wrapper{
    font-size: 12px;
}

.btm_buy, .btm_doc, .btm_fav{
    width: 32.333%; 
}
.btm_buy .single_add_to_cart_button{
    width: 100%;
    background: #0E7F94;
    border: 1px solid #0E7F94;
    color: #fff;
    height: 45px;
    border-radius: 7px;
    transition: .2s ease;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 4px 3px 6px rgb(0 0 0 / 15%)!important;
}
.btm_doc .btm_buys_prod{
    width: 100%;
    background: #0E7F94;
    border: 1px solid #0E7F94;
    color: #fff;
    height: 45px;
    border-radius: 7px;
    transition: .2s ease;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 4px 3px 6px rgb(0 0 0 / 15%)!important;
}

.btm_fav .single_add_to_wishlist{
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    color: #000;
    box-shadow: 4px 3px 6px rgb(0 0 0 / 15%)!important;
    border-radius: 7px;
    transition: .2s ease;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    display: block;
    padding: 8px 10px;
    text-align: center;
}

.btm_buy .single_add_to_cart_button:hover, .btm_doc .btm_buys_prod:hover, .btm_fav .single_add_to_wishlist:hover{
    background: transparent;
    color: #0E7F94;
}

.yith-wcwl-add-to-wishlist{
    margin-top: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-icon{
    display: none;
}

div.pp_woocommerce a.yith_expand{
    background-color: #0E7F94!important; 
}

.wp-night-mode-on .box_filtr_wrp {
    background-color: #333945;
    border: 1px solid #333945;
}
.wp-night-mode-on .box_filtr_wrp .berocket_single_filter_widget .bapf_head h3 {
    color: #ebedee;
}
.wp-night-mode-on .box_contentcat li a {
    color: #ebedee;
}
.wp-night-mode-on .box_contentcat li .subcatspar a {
    color: #ebedee;
}
.wp-night-mode-on .box_contentcat li.acticve a {
    color: #0E7F94;
}
.wp-night-mode-on .box_contentcat li a:hover {
    color: #0E7F94;
}
.wp-night-mode-on .box_contentcat li .subcatspar a:hover {
    color: #0E7F94;
}
.wp-night-mode-on .box_sorts .woocommerce-ordering select {
    background: #333945;
    color: #ebedee;
}
.wp-night-mode-on .products .product .box_context_prod {
    background: #333945;
}
.wp-night-mode-on .box_context_prod .woocommerce-loop-product__title {
    color: #ebedee;
}
.wp-night-mode-on .box_context_prod .price {
    color: #ebedee;
    border-top: 1px solid #343434;
}

.wp-night-mode-on .allfilters {
    background-color: #333945;
}

.wp-night-mode-on .image_fon_prod {
    border: 1px solid #333945;
    background: #333945;
}
.wp-night-mode-on .box_content_prod {
    border: 1px solid #333945;
    background: #333945;
}
.wp-night-mode-on .product_title{
    color: #ebedee;
}
.wp-night-mode-on .box_content_prod .block_pricetime .price {
    color: #ebedee;
}
.wp-night-mode-on .box_content_esw {
    border-top: 1px solid #2c2c2c;
}
.wp-night-mode-on .box_content_esw p {
    color: #ebedee;
}
.wp-night-mode-on .box_actions_err .sku_wrapper{
    color: #ebedee;
}
.wp-night-mode-on .line_relates .related h2{
     color: #ebedee;   
}
.wp-night-mode-on .line_relates {
    border-top: 1px solid #2c2c2c;
}
.wp-night-mode-on .btm_buy .single_add_to_cart_button {
    color: #ebedee;
}
.wp-night-mode-on .btm_doc .btm_buys_prod{
    color: #ebedee;
}
.wp-night-mode-on .box_content_prod .block_pricetime .prowc_product_countdown {
     color: #ebedee;   
}
.wp-night-mode-on .btm_buy .single_add_to_cart_button:hover {
    color: #0E7F94;
}
.wp-night-mode-on .btm_doc .btm_buys_prod:hover{
    color: #0E7F94;
}
.wp-night-mode-on .bos_addmenubtm {
    color: #ebedee!important;
}
.wp-night-mode-on .bos_addmenubtm .wraps_btm_add svg path {
    color: #ebedee!important;
    fill: #ebedee!important;
}

.yith-wcwl-wishlistaddedbrowse .feedback, .yith-wcwl-wishlistexistsbrowse .feedback{
    font-size: 0;
}
.yith-wcwl-wishlistaddedbrowse a{
    color: #0E7F94;
    font-weight: 600;
    margin-left: 8px;
}
.yith-wcwl-wishlistexistsbrowse a{
    color: #0E7F94;
    font-weight: 600;
    margin-left: 8px;
}


.lrm-user-modal .lrm-user-modal-container-inner{
    border-radius: 23px!important;
    border: 1px solid rgba(0,0,0,.125);
}
.lrm-user-modal .lrm-user-modal-container-inner .lrm-switcher a{
    font-weight: 600;
    color: #000!important;
}
.lrm-user-modal .lrm-user-modal-container .lrm-switcher a {
    background: #dfdfdf;
    color: #000000!important;
}
.lrm-nice-checkbox__label.lrm-remember-me-checkbox{
    display: none;
}

.lrm-form a.button, .lrm-form button, .lrm-form button[type=submit], .lrm-form #buddypress input[type=submit], .lrm-form input[type=submit] {
    background: #DBA744;
    color: #FFF;
}


.header_title_muacc{
    background: #f4f4f4;
    border: 1px solid rgba(0, 0, 0, .125);
    display: flex;
    flex-wrap: nowrap;
    border-radius: 23px;
    padding: 25px;
    margin-bottom: 20px;
    margin-top: 40px;
}
.header_title_muacc p{
    font-size: 21px;
    font-weight: 600;
    display: block;
}
.box_title_razdel{
    color: #0E7F94;
    font-weight: 600; 
}
.box_myacc_gfix{
    background: #f4f4f4;
    border-radius: 23px;
    padding: 20px 30px;
    box-shadow: 3px 4px 6px 0 rgb(0 0 0 / 15%);
}
.box_myacc_gfix.undernox{
    margin-top: 20px;
}
.box_myacc_gfix .ball_line {
    display: flex;
    align-items: center;
}
.box_myacc_gfix .linbebalsn {
    display: flex;
    align-items: center;
}
.box_myacc_gfix .left_namecurency {
    width: 30%;
}
.box_myacc_gfix .right_balansecurency {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.box_myacc_gfix .left_namecurency p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.right_balansecurency .curenc_menu {
    width: 5%;
    position: relative;
}
.gomenuss {
    color: #787878;
    cursor: pointer;
}

.adwalltitle .product_title {
    text-align: center;
    font-size: 22px;
}
.btm_buy.btmaddwallt{
    width: 100%!important;
}

.box_content_prod.adwalltitle{
    border-radius: 23px 23px 0 0!important;
}
.box_content_prod.walletapds{
    border-radius: 0 0 23px 23px!important;
}
.btm_buy.btmaddwallt .cart{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.btm_buy.btmaddwallt #ywcnp_form_name_your_price label{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.btm_buy.btmaddwallt #ywcnp_form_name_your_price{
    display: flex;
    align-items: center;
    justify-content: end;
}
.btm_buy.btmaddwallt .ywcnp_sugg_price{
    border-radius: 7px;
    border: 1px solid #cecece;
    height: 40px;
    padding: 5px;
    width: 100%;
    margin-left: 10px;
    max-width: 300px;
}
.btm_buy.btmaddwallt .single_add_to_cart_button {
    margin-left: 15px;
    max-width: 300px;
    height: 40px;
}





.right_balansecurency .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.right_balansecurency .fa-ellipsis-v:before {
    content: "\f142";
}
.right_balansecurency .curenc_menu .dropdown-menu {
    background: #f4f4f4;
    padding: 20px;
    width: 150px;
    box-shadow: 2px 2px 8px 0 #0000002b;
    border-radius: 20px;
}

.woocommerce-info {
    background-color: #0E7F94 !important;
}
.woocommerce-info {
    border-top-color: #0E7F94!important;
}
.woocommerce-info::before {
    color: #424242!important;
}
.woocommerce-Button{
    border-radius: 7px!important;
}
body .woocommerce-error, .woocommerce-info, .woocommerce-message{
    margin-top: 20px;
}
body .woocommerce-error {
    background-color: #0E7F94 !important;
    border-top-color: #0E7F94 !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-radius: 50px!important;
    border: 0!important;
}

.hidedblock_ball, .hidedblock_cashou, .hidedblock_transf{
    display: none;
}


.box_btm_add{
    background: #0E7F94;
    color: #fff;
    padding: 9px 20px;
    border-radius: 13px;
    display: block;
    text-align: center;
}
.box_btm_add:hover{
    background: #0e5c6b;
    color: #fff;
}
.box_btm_add.active{
    background: #0e5c6b;
    color: #fff;
}
.box_btm_add.cahoutball{
    margin-left: 15px;
}
.box_btm_add.cashtous{
    margin-left: 15px;
}
#wps_wallet_transfer_form .form-group{
    text-align: left;
}
#wps_wallet_transfer_form .form-group .control-label{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}
#wps_wallet_transfer_form .form-group #wps_wallet_recharge{
    border: 1px solid #cecece;
    height: 45px;
    background: #f4f4f4;
    border-radius: 7px!important;
}    
body #wps_wallet_transfer_form input[type=submit] {
    border: none;
    background: #0E7F94;
    color: #fff;
    padding: 9px 20px;
    border-radius: 13px;
    display: block;
    text-align: center;
}
body #wps_wallet_transfer_form input[type=submit]:hover {
    background: #0e5c6b;
    color: #fff;
}


.massageinfos{
    border: 2px solid #0E7F94;
    padding: 15px 20px;
    border-radius: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #0E7F94;  
}

.hidedblock_cashou .col-md-12{
    text-align: left;
}
.hidedblock_cashou .col-md-12 label{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px;
}


.hidedblock_cashou, .hidedblock_ball, .hidedblock_transf{
    margin-top: 30px;
    border-top: 1px solid #d3d3d3;
    padding-top: 5px;
}
body .hidedblock_cashou .form-control, .hidedblock_transf .form-control{
    border: 1px solid #cecece!important;
    height: 45px;
    background: #f4f4f4;
    border-radius: 7px!important;    
}
body .hidedblock_cashou .col-md-6, body .hidedblock_cashou .col-md-12, body .hidedblock_transf .col-md-6, body .hidedblock_transf .col-md-12{
    margin-bottom: 15px;
}

.hidedblock_transf .form-row{
    text-align: left;
}
.hidedblock_transf .form-row label{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding-bottom: 10px; 
}
.hidedblock_transf .form-row label .little_ttilew{
    color: #b5b5b5;
    font-size: 13px;
    display: block;
}
.hidedblock_transf .form-row .wps-wallet-userselect, .hidedblock_transf #wps_wallet_transfer_amount{
    border: 1px solid #cecece!important;
    height: 45px;
    background: #f4f4f4;
    border-radius: 7px!important;  
}
.hidedblock_transf .error{
    text-align: left;
    color: #a14e4e;
}

.add_box_curens{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.title_addcash{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.withdrw.box_btm_add{
    border: 0;
}
.checkcurensy{
    width: 100px;
    border: 0;
    background: transparent;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
    border-bottom: 1px solid #000;
    padding: 0;
    font-size: 20px;
}

.cardwindraw {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.card_head_windre {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.cardwindraw form{
    display: flex;
    flex-wrap: wrap;
}
.cardwindraw .form-row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#rimplenet_withdrawal_wallet option[value="rimplenetcoin"]{
    display: none!important;
}


.groupaddlatas{
    display: flex;
    justify-content: space-between;
}
.groupaddlatas .form-group{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.groupaddlatas .form-group label{
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.groupaddlatas .form-group select{
    max-width: 250px;
}
.groupaddlatas .form-group input{
    max-width: 250px;
}
.cardwindraw .form-row label{
    padding-bottom: 5px;
}

.box_rght_bar{
    list-style: none;
    position: relative;
    background-color: #f4f4f4;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    border-radius: 23px;
    padding: 20px 20px;
}
.box_rght_bar li{
    padding: 19px;
    min-width: 100% ;
    text-align: center;
    border-radius: 20px;
    color: #444;
    font-weight: 500;
    border: 1px solid #d5d5d5;
    margin-bottom: 15px;
}
.box_rght_bar li a{
    color: #444;
    display: flex;
    align-items: center;
}
.box_rght_bar li a:hover{
    color: #0E7F94;
}

.box_rght_bar li .myuicin{
    width: 40px;
    height: 23px;
    border-right: 1px solid #d5d5d5;
    margin-right: 20px;
    display: block;
}
.box_rght_bar li .myoffers .myuicin{
    background: url(/wp-content/uploads/2022/09/vector.svg) no-repeat;
    background-size: contain;
    background-position-x: left;
    background-position-y: center;
}
.box_rght_bar li .mysettings .myuicin{
    background: url(/wp-content/uploads/2022/09/vector-4.svg) no-repeat;
    background-size: contain;
    background-position-x: left;
    background-position-y: center;
}
.box_rght_bar li .myposition .myuicin{
    background: url(/wp-content/uploads/2022/09/vector-3.svg) no-repeat;
    background-size: contain;
    background-position-x: left;
    background-position-y: center;
}
.box_rght_bar li .mybalance .myuicin{
    background: url(/wp-content/uploads/2022/09/vector-1.svg) no-repeat;
    background-size: contain;
    background-position-x: left;
    background-position-y: center;
}
.box_rght_bar li .myfavorite .myuicin{
    background: url(/wp-content/uploads/2022/09/vector-2.svg) no-repeat;
    background-size: contain;
    background-position-x: left;
    background-position-y: center;
}
.box_rght_bar li .mylogout .myuicin{
    background: url(/wp-content/uploads/2022/09/vector-5.svg) no-repeat;
    background-size: contain;
    background-position-x: left;
    background-position-y: center;
}

.cont_bodu_acc{
    background: #f4f4f4;
    border-radius: 23px;
    padding: 20px 30px;
    box-shadow: 3px 4px 6px 0 rgb(0 0 0 / 15%);
}

.cont_bodu_acc table.shop_table {
    border: 0!important;
    margin: 0!important;
    border-radius: 0!important;
}
.cont_bodu_acc table.shop_table th {
    font-size: 16px!important;
}

.cont_bodu_acc .woocommerce-orders-table__row{

}
.cont_bodu_acc table.shop_table td {
    font-size: 14px!important;
    padding: 10px 8px!important;
}
.cont_bodu_acc table.shop_table td a{
    color: #0E7F94;
}
.cont_bodu_acc table.shop_table td .woocommerce-button{
    background: #f4f4f4;
    box-shadow: 3px 4px 6px 0 rgb(0 0 0 / 15%);
    border: 1px solid #dbdbdb;
    border-radius: 13px;
    margin-right: 10px;
}

.cont_bodu_acc.myordrs{

}
.cont_bodu_acc.myordrs .infomassagea{
    border: 2px solid #0E7F94;
    padding: 15px;
    border-radius: 13px;
    margin-bottom: 15px;
}
.cont_bodu_acc.myordrs .woocommerce-order-details__title, .cont_bodu_acc.myordrs .woocommerce-column__title{
    font-size: 20px;
    margin-top: 30px;
    display: block;
    font-weight: 700;
}

.cont_bodu_acc.myordrs table.shop_table tbody th, .cont_bodu_acc.myordrs table.shop_table tfoot td, .cont_bodu_acc.myordrs table.shop_table tfoot th {
    font-weight: 400;
}


.box_insetts{
    border: 2px solid #d5d5d5;
    padding: 15px;
    border-radius: 13px;
    margin-bottom: 20px;
}
.box_insetts .title_boxue{
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
}
.box_insetts .title_boxue.innerr{
    margin-top: 25px;
}
.box_insetts .woocommerce-form-row label{
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
}
.box_insetts .woocommerce-form-row .woocommerce-Input{
    border: 1px solid #cecece!important;
    height: 45px;
    background: #f4f4f4;
    padding: 10px;
    border-radius: 7px!important;  
}
.box_insetts span em{
    font-size: 12px;
}

body .box_insetts .woocommerce-Button{
    border: none;
    background: #0E7F94;
    color: #fff;
    padding: 9px 20px;
    border-radius: 13px!important;
    display: block;
    text-align: center;
    height: 45px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
body .box_insetts .woocommerce-Button:hover {
    background: #0e5c6b;
    color: #fff;
}


.favorpage .wishlist-title-container, .favorpage .yith-wcwl-share{
    display: none!important;
}
.favorpage .wishlist-empty{
    font-size: 16px!important;
    padding-top: 0!important;
    font-weight: 600;
    margin: 40px auto;
}
.cont_bodu_acc.favorpage table.shop_table th {
    display: none!important;
}
.cont_bodu_acc.favorpage table.shop_table td {
    font-size: 16px!important;
    padding: 10px 15px!important;
    text-align: left;
}
.wishlist-items-wrapper tr:first-child td{
    border: 0!important;
}

.myacc_navers{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.box_btmale{
    background: #f4f4f4;
    border-radius: 23px;
    padding: 20px 30px;
    border: 1px solid rgba(0,0,0,.125);
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box_btmale:hover .left_name{
    color: #0E7F94!important;
}
.box_btmale .left_name{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    transition: .2s ease;
}
.box_btmale .iconright{
    display: block;
    width: 32px;
    height: 32px;
}
.box_btmale .iconright.indbuys{
    background: url(/wp-content/uploads/2022/09/vector.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
.box_btmale .iconright.iconsales{
    background: url(/wp-content/uploads/2022/09/vector-3.svg) no-repeat;
    background-size: contain;
    background-position: center;
}




.wp-night-mode-on .header_title_muacc{
    background-color: #333945;  
    border: 1px solid #2a2f39;
}
.wp-night-mode-on  .header_title_muacc p {
    color: #ebedee;
}
.wp-night-mode-on .box_myacc_gfix {
    background-color: #333945;  
}
.wp-night-mode-on .box_myacc_gfix .left_namecurency p {
    color: #ebedee;
}
.wp-night-mode-on .box_btm_add {
    color: #333945;
}
.wp-night-mode-on .box_btm_add:hover {
    color: #333945;
}
.wp-night-mode-on .box_btm_add.active {
    color: #fff;
}
.wp-night-mode-on #wps_wallet_transfer_form .form-group #wps_wallet_recharge {
    background-color: #2a2f39;  
    color: #ebedee;
    border: 1px solid #2a2f39;
}
.wp-night-mode-on #wps_wallet_transfer_form .form-group .control-label {
    color: #ebedee;
}
.wp-night-mode-on #wps_wallet_transfer_form input[type=submit] {
    color: #333945;
}
.wp-night-mode-on #wps_wallet_transfer_form input[type=submit]:hover {
    color: #333945;
}
.wp-night-mode-on .hidedblock_cashou .form-control, .wp-night-mode-on .hidedblock_transf .form-control {
    background-color: #2a2f39!important;  
    color: #ebedee!important;
    border: 1px solid #2a2f39!important;
}
.wp-night-mode-on .hidedblock_cashou .col-md-12 label {
    color: #ebedee!important;
}
.wp-night-mode-on .error{
    color: #ebedee;
}
.wp-night-mode-on .hidedblock_transf .form-row label {
    color: #ebedee;
}
.wp-night-mode-on .hidedblock_transf .form-row .wps-wallet-userselect, .wp-night-mode-on .hidedblock_transf #wps_wallet_transfer_amount {
    background-color: #2a2f39!important;  
    color: #ebedee!important;
    border: 1px solid #2a2f39!important;
}
.wp-night-mode-on .hidedblock_transf .form-row label .little_ttilew {
    color: #c9c9c9;
}
.wp-night-mode-on .hidedblock_transf .error {
    color: #d96b6b;
}

.wp-night-mode-on .box_rght_bar {
    border: 1px solid #2a2f39;
    background-color: #333945;
}
.wp-night-mode-on .box_rght_bar li a {
    color: #ebedee;
}
.wp-night-mode-on .box_rght_bar li:hover a {
    color: #0E7F94;
}
.wp-night-mode-on .box_rght_bar li {
    color: #ebedee;
    border: 1px solid #2a2f39;
    box-shadow: 2px 3px 10px rgb(0 0 0 / 14%);
}
.wp-night-mode-on .box_rght_bar li .myuicin {
    border-right: 1px solid #2a2f39;
}
.wp-night-mode-on .box_btmale {
    border: 1px solid #2a2f39;
    background-color: #333945;
}
.wp-night-mode-on .box_btmale .left_name {
    color: #ebedee;
}
.wp-night-mode-on .box_btmale:hover .left_name {
    color: #0E7F94;
}

.wp-night-mode-on .cont_bodu_acc {
    background-color: #333945;
}

.wp-night-mode-on .woocommerce-orders-table th{
    color: #ebedee;
}
.wp-night-mode-on .woocommerce-orders-table td{
    color: #ebedee;
}
.wp-night-mode-on .cont_bodu_acc table.shop_table td .woocommerce-button {
    border: 1px solid #2a2f39;
    background-color: #333945;
}
.wp-night-mode-on .cont_bodu_acc.myordrs .infomassagea {
    color: #ebedee;
}

.wp-night-mode-on .cont_bodu_acc.myordrs .woocommerce-order-details__title, .wp-night-mode-on .cont_bodu_acc.myordrs .woocommerce-column__title {
    color: #ebedee;
}
.wp-night-mode-on .cont_bodu_acc table.shop_table th {
    color: #ebedee;
}
.wp-night-mode-on .cont_bodu_acc table.shop_table td {
    color: #ebedee;
}
.wp-night-mode-on .woocommerce-customer-details address{
    color: #ebedee;   
}
.wp-night-mode-on .box_insetts {
    border: 2px solid #2a2f39;
}
.wp-night-mode-on .box_insetts .title_boxue {
    color: #ebedee;
}
.wp-night-mode-on .box_insetts .woocommerce-form-row label {
    color: #ebedee;
}
.wp-night-mode-on .box_insetts .woocommerce-form-row .woocommerce-Input {
    border: 1px solid #2a2f39!important;
    background: #2a2f39;
    color: #ebedee;
}
.wp-night-mode-on .box_insetts .woocommerce-Button{
    color: #333945;
}
.wp-night-mode-on .of_mobilenav {
    background-color: #2e333d!important;
}
.wp-night-mode-on .navmenuse_mob li a {
    color: #ebedee;
}
.wp-night-mode-on .navmenuse_mob li {
    border-bottom: 1px solid #1e1e1e;
}
.wpnm-button.style-1.active .wpnm-slider {
    background-color: #0E7F94;
}

.wp-night-mode-on .btn-close {
    background: transparent url(/wp-content/uploads/2022/08/32432432423222.svg) center/1em auto no-repeat;
}
.wp-night-mode-on .cartcontent td.product-quantity .qty {
    border: 1px solid #2a2f39;
    background: #2a2f39;
    color: #fff;
}


.cartlinckmini{
    width: 60px;
    height: 46px;
    margin-right: 25px;
    border: 1px solid #cecece;
    border-radius: 16px;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartlinckmini .imagecatt{
    background: url(/wp-content/uploads/2022/09/456546.svg) no-repeat;
    display: block;
    width: 22px;
    height: 22px;
    background-size: contain;
}
.cartlinckmini:hover{
    background: #eaeaea;
}

.wp-night-mode-on .cartlinckmini {
    border: 1px solid #2a2f39;
    background: #333945;
}


.cartcontent .product-thumbnail img{
    max-width: 100px;
}
.cartcontent .product-remove{
    max-width: 20px;
}
.cartcontent .product-thumbnail{
    max-width: 70px;
}
.cartcontent table.shop_table td {
    font-size: 16px!important;
    padding: 10px 14px!important;
}
.cartcontent table.shop_table td a {
    color: #212529!important;
}

.cartcontent th.product-subtotal{
    text-align: right;
}
.cartcontent td.product-subtotal{
    text-align: right;
    font-weight: 600;
}
.cartcontent td.product-quantity .qty {
    border-radius: 50px;
    width: 4.631em;
    border: 1px solid #cdcdcd;
    height: 40px;
}

.cartcontent .actions button[name="update_cart"]{
    background: #0E7F94;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.02em;
    border-radius: 13px;
    height: 45px;
}
.cartcontent .product-remove .remove{
    line-height: 0.8em;
}

.totalsblovck .cart-collaterals .cart_totals{
    width: 100%;
}
.totalsblovck .cart-collaterals{
    height: 100%;
    width: 100%;
    background: #f4f4f4;
    border: 1px solid rgba(0, 0, 0, .125);
    display: flex;
    flex-wrap: nowrap;
    border-radius: 23px;
    padding: 25px;  
}
.totalsblovck .cart_totals {
    height: 100%;   
}

.cartcontent table.shop_table td .gocheckioy{
    background: #0E7F94!important;
    color: #fff!important;
    font-weight: 500!important;
    letter-spacing: 0.02em!important;
    border-radius: 13px!important;
    padding: 14px 13px!important;
    max-width: 170px!important;
    width: 100%!important;
    text-align: center!important;
    display: block!important;
    margin-left: 15px;
}
.cartcontent .boxbtmsert{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wp-night-mode-on .cartcontent table.shop_table td a {
        color: #ebedee!important;
}

.boxdatasloger .form-row label{
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px
}
.boxdatasloger .form-row .input-text{
    border: 1px solid #cecece!important;
    height: 45px;
    background: #f4f4f4;
    padding: 10px;
    border-radius: 7px!important;  
}
.boxdatasloger .select2-container .select2-selection{
    border: 1px solid #cecece!important;
    height: 45px;
    background: #f4f4f4;
    padding: 7px 10px;
    border-radius: 7px!important;    
}
.boxdatasloger .select2-selection .select2-selection__arrow{
    height: 45px!important;  
    top: 0px!important;  
    right: 10px!important;     
}
.boxdatasloger .woocommerce-billing-fields h3{
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.conrenewse #order_review_heading{
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 10px;
}

.conrenewse .woocommerce-checkout-review-order .woocommerce-checkout-payment{
    background: #e8e8e8!important;
    border-radius: 7px!important;
}
.conrenewse .place-order #place_order{
    margin-top: 20px;
    width: 100%;
    background: #0E7F94;
    height: 45px;
    border-radius: 13px;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 16px;
}
.conrenewse .place-order #place_order:hover{
    background: #0e5c6b;
}

.conrenewse{
    background: #e9e9e9;
    border-radius: 13px;
    border: 1px solid #cecece;  
}
.conrenewse .woocommerce-checkout-review-order-table tr:last-child td{
    border: 0!important;
}

body .conrenewse .partial_payment td{
    font-size: 16px!important;
    padding-left: 12px!important;
}


.wp-night-mode-on .boxdatasloger .form-row .input-text {
    border: 1px solid #2a2f39!important;
    background-color: #2a2f39!important; 
    color: #ebedee!important;
}
.wp-night-mode-on .boxdatasloger .select2-container .select2-selection {
    border: 1px solid #2a2f39!important;
    color: #ebedee!important;
    background-color: #2a2f39!important; 
}
.wp-night-mode-on .boxdatasloger .form-row label {
    color: #ebedee!important;
}

.wp-night-mode-on .conrenewse {
    background: #2a2f39!important;
    border: 1px solid #2a2f39!important;
}

.wp-night-mode-on .boxdatasloger .woocommerce-billing-fields h3 {
    color: #ebedee!important;
}
.wp-night-mode-on .conrenewse #order_review_heading {
    color: #ebedee!important;
}
.wp-night-mode-on .conrenewse .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    background: #373d4a!important;
}

.wp-night-mode-on .wc_payment_method label{
    color: #ebedee!important;
}
.wp-night-mode-on .woocommerce-privacy-policy-text p{
    color: #ebedee!important;
}
.wp-night-mode-on .wishlist-empty{
    color: #ebede3;
}

.wp-night-mode-on .woocommerce-product-attributes-item__label,
.wp-night-mode-on .woocommerce-product-attributes-item__value{
    color: #ebedee;
}

.woocommerce-message{
    background-color: #0E7F94 !important;
    color: #fff;
}
.woocommerce-message .restore-item{
    color: #ffffff!important;
}
.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
    display: none;
}
.woocommerce-message{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-message::before{
    height: 100%;
    display: flex;
    align-items: center;
    top: unset!important;
    color: #424242!important;
}
.woocommerce-message .wc-forward, .woocommerce-message .woocommerce-Button{
    background: #fff;
    color: #000;
    padding: 10px 15px;
    border-radius: 13px;
    order: 2;
}
.woocommerce-message .wc-forward:hover, .woocommerce-message .woocommerce-Button:hover{
    color: #000;
    background: #bbb;
}

.return-to-shop .wc-backward{
    background: #0E7F94!important;  
    color: #fff!important;  
    padding: 13px 20px!important;  
    border-radius: 13px!important;  
    text-align: center!important;  
    font-weight: 400!important;  
}
.return-to-shop .wc-backward:hover{
    background: #0e5c6b!important;
    color: #fff!important;
}

.btm_save_pop{
    width: 100%;
    max-width: 166px;
    background: #0E7F94;
    border: 1px solid #0E7F94;
    color: #fff;
    height: 45px;
    border-radius: 7px;
    transition: .2s ease;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 4px 3px 6px rgb(0 0 0 / 15%)!important;  
}
.btm_save_pop:hover{
    background: transparent;
    color: #0E7F94;
}

.order-print a{
    background: #0E7F94!important;  
    border: 1px solid #0E7F94!important;  
    color: #fff!important;
    border-radius: 7px!important;
    transition: .2s ease;
    font-weight: 600;
    letter-spacing: 0.02em;    
}
.order-print a:hover{
    background: transparent!important;  
    color: #0E7F94!important;     
}

.btm_close_pop{
    width: 100%;
    max-width: 166px;
    background: #a5a5a5;
    border: 1px solid #a5a5a5;
    color: #fff;
    height: 45px;
    border-radius: 7px;
    transition: .2s ease;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 4px 3px 6px rgb(0 0 0 / 15%)!important;  
}
.btm_close_pop:hover{
    background: transparent;
    color: #000;
}

.user_settings .form-control{
    height: 45px;
    margin-bottom: 15px;
}
.user_settings .form-controlgt{
    margin-bottom: 15px;   
    display: block;
    width: 100%;
}

.wp-night-mode-on .btm_fav .single_add_to_wishlist {
    border: 1px solid #2a2f39!important;
    background: #2a2f39;
    color: #ebedee;
}
.wp-night-mode-on .searchheader .petsearch{
    border: 1px solid #2a2f39!important;
    background: #2a2f39;
    color: #ebedee;
}
.wp-night-mode-on .searchheader .petsearch::placeholder{
    color: #ebedee;
}
.wp-night-mode-on .searchheader .btm_sands .fa-search{
    color: #ebedee;
}


.thanktable .woocommerce-notice{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
}
.thanktable .woocommerce-order-details__title{
    font-size: 20px;
    margin-top: 30px;
    font-weight: 700; 
    margin-left: 12px;
}
.thanktable .woocommerce-customer-details .woocommerce-column__title{
    display: none;
}

.wp-night-mode-on .thanktable .woocommerce-notice{
    color: #ebedee;
}
.wp-night-mode-on .thanktable .woocommerce-order-overview__date{
    color: #ebedee;
}
.wp-night-mode-on .thanktable{
    color: #ebedee;  
}

.addproduct .titleinproduct{
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}

.addproduct .apf-plugin-context .apf-input{
    border-radius: 7px;
    border: 1px solid #d3d3d3;
    background-color: #ffffff;
    color: #333434;
    padding: 10px;
    height: 45px;
}
.apf-box-container select{
      border-radius: 7px;
    border: 1px solid #d3d3d3;
    background-color: #ffffff;
    color: #333434;
    padding: 10px;
    height: 45px;  
}
.addproduct .titleimps{
    width: 100%;
}

.addproduct .apf-content{
    border: 1px solid #d3d3d3;
    border-radius: 7px;
}
.addproduct .apf-box-container .apf-content .apf-option-panel {
    width: 80%;
    float: left;
    background: #fff;
}
.addproduct .apf-plugin-context .apf-input[type="checkbox"]{
    height: 25px;
    width: 25px;
}
.contrgtblovk{
    background: #fff;
    padding: 15px;
    border-radius: 7px;
    border: 1px solid #d3d3d3;  
}



.wp-night-mode-on .titleinproduct{
    color: #ebedee;
}
.wp-night-mode-on .addproduct .apf-plugin-context .apf-input {
    border: 1px solid #2a2f39;
    background-color: #2a2f39;
    color: #ebedee;
}
.wp-night-mode-on .addproduct .apf-plugin-context .apf-input::placeholder{
    color: #ebedee;
}
.wp-night-mode-on .addproduct .mce-stack-layout{
    background: #2a2f39;
}
.wp-night-mode-on .addproduct .mce-toolbar .mce-btn-group .mce-btn.mce-listbox {
    background: #fff;
    border: 1px solid #ebedee;
}
.wp-night-mode-on .addproduct .mce-toolbar .mce-ico {
    color: #ebedee;
}
.wp-night-mode-on .addproduct .mce-menubtn button {
    color: #ebedee;
}
.wp-night-mode-on .addproduct .apf-box-container .apf-content .apf-option-panel {
    background: #333945;
}
.wp-night-mode-on .apf-option-group label {
    color: #ebedee;
}
.wp-night-mode-on .apf-box-container select {
    border: 1px solid #2a2f39;
    background-color: #2a2f39;
    color: #ebedee;
}
.wp-night-mode-on .apf-box-container select {
    border: 1px solid #2a2f39;
    background-color: #2a2f39;
    color: #ebedee;
}
.wp-night-mode-on .apf-box-container .apf-content .apf-wc-tabs:after {
    background-color: #333945;
    border-right: 1px solid #2a2f39;
}
.wp-night-mode-on .addproduct .apf-content {
    border: 1px solid #2a2f39;
}
.wp-night-mode-on .apf-plugin-context a {
    color: #ebedee;
}
.wp-night-mode-on .apf-box-container .apf-content .apf-wc-tabs {
    background-color: #333945;
    border-right: 1px solid #2a2f39;
}
.wp-night-mode-on .apf-box-container .apf-content .apf-wc-tabs a {
    border-bottom: 1px solid #2a2f39;
}
.wp-night-mode-on .apf-option-group span i{
    color: #ebedee;
}
.wp-night-mode-on .contrgtblovk {
    background: #333945;
    border: 1px solid #2a2f39;
}
.wp-night-mode-on .apf-cat-list, .wp-night-mode-on .apf-sub-cat-list{
    color: #ebedee;
}
.wp-night-mode-on .apf-image-product-descr i{
    color: #ebedee;   
}
.wp-night-mode-on #mceu_0-open{
    background: #333945;
}

.apf-tab-option.active a:hover{
    color: #ebedee!important;  
}
.wp-night-mode-on .apf-plugin-context input[type="checkbox"] {
    background: #2a2f39;
}
.wp-night-mode-on .apf-plugin-context .apf-modal-content {
    background-color: #212529;
}
.wp-night-mode-on .apf-plugin-context .apf-modal-main-section {
    color: #ebedee;
}
.wp-night-mode-on .addproduct .apf-modal-result h2{
    font-size: 20px;
}

.list_ics{
    list-style: none;
    padding-left: 0;
    margin-left: 30px;
    margin-top: 20px;
}
.list_ics li{
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.list_ics li a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-decoration: underline;
}
.list_ics .iconplac{
    background: url(/wp-content/uploads/2022/09/post-1.svg) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}
.list_ics .iconmail{
    background: url(/wp-content/uploads/2022/09/maill-1.svg) no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}

.bodoffcancd .berocket_single_filter_widget .bapf_body ul{
    padding-left: 0!important;
}
.bodoffcancd .berocket_single_filter_widget .bapf_body ul li{
    display: flex;
    align-items: flex-start;
    margin-top: 10px!important;
}
.bodoffcancd .berocket_single_filter_widget .bapf_body ul label{
    line-height: 1.2em;
    margin-top: 0;
    font-size: 14px;
    max-width: 250px;
    width: 100%;
}
.bodoffcancd .bapf_sfilter.bapf_ckbox input[type=checkbox] {
    margin-right: 7px!important;
    width: 22px!important;
    height: 20px!important;
}
.bodoffcancd .bapf_ckbox_sqchck input[type=checkbox]:checked:after {
    border-bottom: 2px solid #0E7F94!important;
    border-right: 2px solid #0E7F94!important;
}
.bodoffcancd .bapf_colaps_smb{
    font-size: 12px; 
}




.product .woocommerce-LoopProduct-link{
    overflow: hidden;
    border-radius: 23px 23px 0 0;
}
.product .woocommerce-LoopProduct-link img{
    transition: .4s ease;
}
.product:hover .woocommerce-LoopProduct-link img{
    transform: scale(1.1);
}

.box_brand{
    max-width: 120px;
    display: block;
    margin: 0 auto 15px;
    text-align: center;  
}
.box_brand .botname{
    color: #000; 
    font-size: 14px;
    margin-top: 5px;
}
.box_brand:hover .botname{
    color: #0E7F94; 
}
.box_brand .topimage img{
    max-width: 80px;
    width: 100%;
}


.balpick{
    display: none!important;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
    margin-top: 10px;
}
.balpick.visiles{
    display: flex!important;
}
.opencarttogle .iconaddlist{
    display: block;
    width: 10px;
    height: 17px;
    background: url(/wp-content/uploads/2022/09/reeerr.svg) no-repeat;
    background-position: center;
    margin-left: 10px;
    background-size: contain;
    padding-left: 6px;
    padding-right: 5px;
}
.opencarttogle .iconaddlist:hover{
    opacity: 0.7;    
}
.opencarttogle .dropdown-toggle::after{
    display: none!important;  
}

.opencarttogle .dropdown-menu li{
    text-align: center;
    margin-bottom: 5px;
}
.opencarttogle .dropdown-menu li a{
    color: #000;
}
.opencarttogle .dropdown-menu li a:hover{
    color: #0E7F94;
}

.boxaddcurency .pickcurensrty{
    display: block;
    width: 100%;
    margin-top: 10px;
    border: 0;
    border-top: 1px solid #d8d8d8;
    padding-top: 10px;
    background: transparent;
    color: #0E7F94;
    cursor: pointer;
}
.boxaddcurency{
    position: relative;
}
.boxaddcurency:after{
    content: '';
    background: url(/wp-content/uploads/2022/09/456.svg) no-repeat;
    background-position: center;
    background-size: 15px;
    background-color: #f4f4f4;
    display: block;
    width: 20px;
    height: 35px;
    position: absolute;
    right: -5px;
    top: 5px;
}


.wp-night-mode-on .opencarttogle .dropdown-menu{
    box-shadow: 4px 3px 6px 0px rgb(0 0 0 / 15%);
    background-color: #363b48;
    border-radius: 20px;
}
.wp-night-mode-on .opencarttogle .dropdown-menu li a{
    color: #ebedee;
}
.wp-night-mode-on .boxaddcurency:after {
    background: url(/wp-content/uploads/2022/09/uyyyy.svg) no-repeat;
    background-color: #333945;
}
.wp-night-mode-on .title_addcash {
    color: #ebedee;
}
.wp-night-mode-on .checkcurensy {
    color: #ebedee;
    border-bottom: 1px solid #ebedee;
}
.wp-night-mode-on .card_head_windre{
    color: #ebedee;   
}
.wp-night-mode-on .groupaddlatas .form-group label{
    color: #ebedee; 
}
.wp-night-mode-on .checkcurensy option{
    color: #333945;
}



.wp-block-table .um-register .um-postmessage{
    margin-top: 50px;
    background: #fff;
    padding: 20px;
    border-radius: 13px;
    color: #000;
    font-size: 16px;
}

.um-login, .um-register, .um-password{
    margin-top: 50px;
    background: #f4f4f4;
    padding: 20px;
    border-radius: 13px;
    box-shadow: 4px 3px 6px 0px rgb(0 0 0 / 15%);
}

body .um-button:not(.um-alt){
    background: #0E7F94!important;
}
body .um-button:not(.um-alt):hover{
    background: #c19338!important;
}


@media (min-width: 1024px){
    /***скрываем на пк****/
    .hide_peca{
        display: none!important;
    }
    .products .product .box_context_prod{
        z-index: 1;
    }
    .stickfilt{
        position: sticky;
        top: 50px;
    }
    .image_fon_prod.stickfing{
        position: sticky;
        top: 50px;
    }
    .line_relates .products .col-6{
        width: 25%;
    }

}

@media (min-width: 1024px) and (max-width: 1500px){
    .line_relates .col-lg-4{
        width: 23.933333%!important;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .image_fon_prod .size-shop_single{
        width: 100%;
        height: auto;
    }
    .products .product .woocommerce-LoopProduct-link img {
        width: 100%;
        height: auto;
    }
    .btmcategoryhref {
        font-size: 16px;
    }
    .totlecategory {
        padding-left: 15px;
        margin-left: 15px;
    }
    .box_categories {
        margin-top: 20px!important;
    }
    .btms_box_home .box_hmbtms {
        font-size: 16px;
    }
    .line_relates .related h2 {
        font-size: 12px;
    }
    .btm_doc .btm_buys_prod {
        font-size: 14px;
    }
    .btm_fav .single_add_to_wishlist {
        font-size: 14px;
    }
    .btm_buy .single_add_to_cart_button {
        font-size: 14px;
    }
}
@media (min-width: 1024px) and (max-width: 1200px){
    .logoblock_head p{
        font-size: 12px;
    }
    .bos_addmenubtm {
        font-size: 14px;
    }
    .navigat_header ul li a {
        font-size: 14px;
    }
    .logoblock_head a {
        margin-left: 20px;
    }
    .searchheader {
        margin-left: 20px;
    }
    .box_context_prod .woocommerce-loop-product__title {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        line-height: 1.2em;
    }
}

@media (max-width: 1024px){
    /***скрываем на мобильном****/
    .hide_mobile{
        display: none!important;
    }
    .btm_buy.btmaddwallt .cart {
        flex-wrap: wrap;
    }
    .btm_buy.btmaddwallt .single_add_to_cart_button {
        margin-left: 0;
    }
    .btm_buy.btmaddwallt #ywcnp_form_name_your_price label {
        font-size: 16px;
    }
    .btm_buy.btmaddwallt #ywcnp_form_name_your_price {
        width: 100%;
        justify-content: center;
    }

    .logoblock_head {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .logoblock_head a {
        margin-left: 0;
    }
    .logoblock_head p {
        font-size: 11px;
        font-weight: 500;
        margin-left: 0;
        max-width: 125px;
        line-height: 1.1em;
    }
    .mobilemenuse{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .logoblock_head .box_logos_main {
        width: 116px;
        height: 27px;
    }

    .bo_onelevel_home {
        margin-top: 15px;
        padding-left: 0;
    }
    .box_imageonmobile{
        display: none!important;
    }

    .headbigtext{
        font-size: 28px;
        text-align: center;
    }
    .headmiddtext{
        font-size: 18px;
        text-align: center;
    }
    .btms_box_home {
        margin-top: 35px;
        align-items: center;
        justify-content: center;
    }
    .btms_box_home .box_hmbtms {
        font-size: 14px;
        max-width: 160px;
        height: 40px;
        width: 100%;
        margin-right: 20px;
    }
    .icnrefet{
        max-width: 125px!important;
    }
    .lastmbrl{
        margin-right: 0!important;
    }
    .box_categories {
        margin-top: 35px!important;
        margin-bottom: 80px;
        padding-top: 20px;
        border-top: 1px solid #d9d9d9;
    }
    .titlecategorises {
        font-size: 20px;
    }
    .navmenuse_mob{
        list-style: none;
        padding-left: 0;
    }
    .navmenuse_mob li{
        margin-bottom: 10px;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 10px;
    }
    .navmenuse_mob li:last-child{
        border-bottom: 0;
    }
    .navmenuse_mob li a{
        text-decoration: none;
        font-size: 16px;
        color: #000;
        display: block;
    }
    .of_mobilenav{
        background-color: #f5f5f5!important;
    }

    .box_btmser{

    }
    .box_btmser .btms_logregtop{
        display: block;
        text-align: center;
        margin-top: 30px;
        background: #0E7F94;
        color: #fff;
        text-decoration: unset;
        padding: 10px;
        border-radius: 7px;
        border: 2px solid #0E7F94;
    }

    .box_btmser .bordercolor{
        border: 2px solid #0E7F94;
        color: #0E7F94!important;
        background: transparent!important;
        margin-top: 15px!important;
    }
    .box_btmser .btms_logregtop:hover{
        background: transparent;
    }

    .filtrmiobile {
        display: block;
        background: #0E7F94;
        border-radius: 23px;
        color: #fff;
        text-align: center;
        padding: 10px;
    }
    .filtrmiobile:hover{
        background: #bf923d;
        color: #fff;
    }
    .heade_offcasn{
        display: flex;
    }
    .main_filt_title{
        display: none;
    }

    .box_filtr_wrp {
        padding: 0!important;
        margin-bottom: 10px;
        border: 0;
        background-color: transparent;
    }
    .box_sorts{
        display: none;
    }
    .level_breadcum {
        margin-top: 0px;
    }
    .box_products{
        margin-top: 30px;
    }
    .products {
        justify-content: space-between;
    }
    .products .product .woocommerce-LoopProduct-link{
        overflow: hidden;
    }
    .products .product .woocommerce-LoopProduct-link img{
        width: 100%;
        height: auto;
    }
    .box_context_prod .woocommerce-loop-product__title {
        font-size: 12px!important;
    }
    .box_context_prod .price {
        font-size: 16px;
    }
    .box_contentcat li .subcatspar {
        max-height: 100%;
        opacity: 1;
        visibility: visible;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .productpages {
        margin-top: 0px;
    }
    .image_fon_prod .woocommerce-product-gallery__wrapper{
        margin-bottom: 0!important;
    }
    .image_fon_prod .woocommerce-product-gallery__wrapper .wp-post-image{
        width: 100%;
        height: auto;
    }
    .summary.entry-summary{
        margin-top: 20px;
    }
    .line_relates .related .woocommerce-loop-product__title{
        margin-bottom: 5px;
        margin-left: 0px;
    }

    .menublockregf{
        margin-top: 10px;
    }
    .box_myacc_gfix .linbebalsn {
        display: flex;
        flex-wrap: wrap;
    }
    .box_myacc_gfix .right_balansecurency {
        width: 100%;
        justify-content: flex-end;
    }
    .box_myacc_gfix .left_namecurency {
        width: 100%;
    }
    .box_btm_add {
        padding: 6px 10px;
        font-size: 14px;
    }
    .myacc_navers {
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .box_btmale {
        width: 100%;
        margin-bottom: 15px;
    }
    .wishlist_table{
        padding-left: 0;
    }
    .favorpage .wishlist_table .product-name a{
        color: #000;
        font-size: 18px;
    }
    .favorpage .wishlist_table .additional-info{
        display: none;
    }
    .favorpage .product-add-to-cart a{
        color: #0E7F94;
    }
    .favorpage .product-remove a{
        color: #0E7F94;
    }
    .favorpage .product-remove{
        margin-top: -30px;
    }
    .favorpage .wishlist_table.mobile li {
        margin-bottom: 15px;
    }

    .btmcategoryhref {
        font-size: 16px;
    }
    .cartlinckmini {
        width: 50px;
        height: 45px;
        margin-right: 15px;
    }
    .cartlinckmini .imagecatt {
        width: 20px;
        height: 20px;
    }
    .woocommerce .container{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .header_title_muacc {
        padding: 15px;
        margin-top: 0px;
    }
    .header_title_muacc p {
        font-size: 18px;
    }
    .box_myacc_gfix {
        padding: 15px;
    }
    .box_btmale .left_name {
        font-size: 16px;
    }
    .box_btmale .iconright {
        width: 25px;
        height: 25px;
    }
    .cont_bodu_acc {
        padding: 15px;
    }
    .cont_bodu_acc.myordrs .infomassagea {
        font-size: 14px;
    }
    .cont_bodu_acc table.shop_table th {
        font-size: 14px!important;
    }
    .box_insetts .woocommerce-form-row{
        width: 100%!important;
    }
    .box_insetts .woocommerce-form-row label {
        font-size: 12px;
    }
    .box_insetts {
        padding: 10px;
    }
    .box_insetts .title_boxue {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .cartcontent .boxbtmsert {
        flex-wrap: wrap;
    }
    .cartcontent table.shop_table td .gocheckioy {
        max-width: 100%!important;
        margin-left: 0;
        margin-top: 15px;
        font-size: 14px;
    }
    .cartcontent .actions button[name="update_cart"]{
        font-size: 14px;
    }
    .boxdatasloger .woocommerce-billing-fields h3 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .woocommerce-checkout .form-row{
        width: 100%!important;
    }
    .boxdatasloger .form-row label {
        font-size: 12px;
    }
    .conrenewse #order_review_heading {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 15px;
        margin-left: 10px;
    }
    .conrenewse {
        margin-top: 20px;
    }
    .line_relates .related h2 {
        font-size: 18px;
    }
    .addproduct .apf-plugin-context .apf-input.apf-input-inner {
        width: 100%;
    }
    .addproduct .apf-option-group p select {
        width: 100%;
    }
    .addproduct .apf-tooltip{
        display: none!important;
    }
    .addproduct .apf-option-group p.apf-dimensions-field span {
        width: 100%;
    }
    .apf-plugin-context .apf-modal-content {
        width: 100%;
    }

    .box_linealse label{
        width: 100%;
    }
    .box_linealse .pickcurensrty{
        width: 30%!important;
    }
    .box_linealse .wpcs_converter_shortcode_amount{
        width: 70%!important;
    }
    .boxaddcurency .pickcurensrty{
        margin-top: 20px;
        border: 0;
        max-width: 155px;
    }
    .boxaddcurency {
        max-width: 155px;
    }
    .boxaddcurency:after {
        right: -5px;
        top: 5px;
    }
    .right_balansecurency.btmcurense{
        margin-top: 30px;
        justify-content: flex-start;
    }
    .add_box_curens {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .title_addcash {
        font-size: 16px;
    }
    .checkcurensy {
        font-size: 18px;
    }
    .cardwindraw {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .cartcontenr_wall .form-group{
        width: 100%;

    }
    .cartcontenr_wall .form-row{
        width: 100%;
    }
    .opencarttogle .dropdown-menu{
        left: unset;
        right: 0;
    }
    .line_relates .products .contentprodvbo {
        margin-left: 5px;
        margin-right: 5px;
    }

}


@media (max-width: 768px){
    .box_content_prod .block_pricetime .price {
        font-size: 20px;
    }
    .box_content_prod .block_pricetime .prowc_product_countdown {
        font-size: 20px!important;
    }
    .box_content_prod .block_pricetime {
        margin-top: 15px;
    }
    .box_content_esw p {
        font-size: 14px;
    }
    .box_content_esw {
        margin-top: 15px;
        padding-top: 15px;
    }
    .btm_buy, .btm_doc{
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .btm_fav{
        width: 100%;
    }
    .btmsunderblock {
        flex-wrap: wrap;
    }
    .btm_buy .single_add_to_cart_button {
        font-size: 14px;
    }
    .btm_doc .btm_buys_prod, .btm_fav .single_add_to_wishlist{
        font-size: 14px;
    }
    .woocommerce-message .wc-forward, .woocommerce-message .woocommerce-Button{
        padding: 6px 15px;
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .woocommerce-message {
        flex-wrap: wrap;
        line-height: 1.2em;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
    }
    .woocommerce-info {
        font-size: 14px;
    }

}








.cont_bodu_acc .wishlist_table .product-name a{
    color: #232323;
    line-height: 1.2em;
    display: block;
    font-weight: 500;
}
.woocommerce-terms-and-conditions-checkbox-text a{
    color: #0E7F94;
}
.cartcontent .product-thumbnail img{
    width: 100%;
    height: auto;
}
body .cartcontent td.product-thumbnail {
    padding: 5px!important;
}

.product .imnsf_wrpa{
    height: 250px;
    overflow: hidden;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    display: flex;
    align-items: center;
}
.product .imnsf_wrpa img{
    border-radius: 0!important;
}
.box_context_prod .woocommerce-loop-product__title {
    line-height: 1.3em;
    max-height: 64px;
    min-height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

.related .product .woocommerce-loop-product__title{
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
    max-height: 64px;
    min-height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    margin-bottom: 0;
    margin-left: 0;
}
.box_content_prod .woocommerce-product-attributes-item__value a{
    color: #0E7F94;
}
.image_fon_prod .slick-slide img {
    width: 100%;
    height: auto;
}

.search_ppoups {
    margin-left: 0;
    margin-bottom: 15px;
}
.search_ppoups .petsearch{
    width: 100%;
    height: 45px;
    border-radius: 50px;
    padding-left: 15px;
    font-size: 14px;
    border: 1px solid #d0d0d0;
}
.search_ppoups.searchheader .btm_sands {
    right: 18px;
    left: unset;
}
.wp-night-mode-on .box_filtr_wrp.searchsertf {
    background-color: transparent;
    border: 0;
}

.productpages .image_fon_prod img{
    width: 100%;
    height: auto;
}

.products .product_cat-ics,
.products .product_cat-dot,
.products .product_cat-sol,
.products .product_cat-trx,
.products .product_cat-xrp,
.products .product_cat-ada,
.products .product_cat-eth,
.products .product_cat-ltc,
.products .product_cat-btc,
.products .product_cat-jpy,
.products .product_cat-cny,
.products .product_cat-gbp,
.products .product_cat-eur,
.products .product_cat-usd,
.products .product_cat-wallet{
    display: none!important;
}

.wp-night-mode-on .box_insetts em{
    color: #ebedee;
}
.wp-night-mode-on .cont_bodu_acc p{
    color: #ebedee;
}
.wp-night-mode-on .item-wrapper .product-name h3 a{
    color: #ebedee;
}
.wp-night-mode-on .item-wrapper .item-details-table{
    color: #ebedee;
}
.wp-night-mode-on .cont_bodu_acc .wishlist_table .product-name a{
    color: #ebedee;
}
.wp-night-mode-on .cont_bodu_acc .list_ics li span{
    color: #ebedee;
}
.wp-night-mode-on .box_brand .botname{
    color: #ebedee;
}
.wp-night-mode-on .box_contentcat li.acticve .subcatspar a {
    color: #ebedee;
}
.wp-night-mode-on .box_contentcat li.acticve .subcatspar a:hover {
    color: #0E7F94;
}
.wp-night-mode-on .berocket_single_filter_widget label{
    color: #ebedee;
}
.wp-night-mode-on .offcanvas .offcanvas-title{
    color: #ebedee;   
}
.wp-night-mode-on .woocommerce-checkout-payment .payment_box {
    background-color: #2a2f39!important;
}
.wp-night-mode-on .woocommerce-checkout-payment .payment_box::before{
    border: 1em solid #2a2f39!important;
    border-right-color: transparent!important;
    border-left-color: transparent!important;
    border-top-color: transparent!important;
}

@media (min-width: 1024px) and (max-width: 1400px){
    .products .product {
        width: 30.8333%;
    }
}
@media (min-width: 1024px) and (max-width: 1280px){
    .products .product {
        width: 30.3333%;
    }
}

@media (max-width: 1024px){
    .favorpage .wishlist_table .product-name a{
        font-size: 16px;
        display: block;
        line-height: 1.2em;
    }
    body .box_insetts .woocommerce-Button {
        font-size: 14px;
    }
    .box_insetts .title_boxue {
        font-size: 16px;
    }
    .menublockregf{
        margin-top: 25px;
    }
    .myacc_navers{
        display: none;
    }
    .cartcontent table.shop_table td {
        font-size: 14px!important;
    }
    .cartcontent .woocommerce-cart-form__cart-item{
        margin-bottom: 25px;
    }
    .cartcontent .product-remove{
        border: 0!important;
    }
    .product .imnsf_wrpa {
        height: 25vw;
    }
    .box_btmser .btms_logregtop {
        border-radius: 35px;
    }
}

@media (max-width: 768px){
    .product .imnsf_wrpa {
        height: 35vw;
    }
    .box_context_prod .woocommerce-loop-product__title {
        max-height: 44px;
        min-height: 44px;
    }
    .sandzayavk {
        font-size: 12px;
    }
    .related .product .woocommerce-loop-product__title {
        max-height: 48px;
        min-height: 48px;
    }
    .contentprodvbo {
        margin-left: 5px;
        margin-right: 5px;
    }
}
