/*store*/
.catalog-item-links {
	margin: 0 0 10px 0;
    /* background-color: black; */
    display: inline-block;
    padding: 10px;
    /* color: #fff; */
    border: 1px solid #000;
}

.catalog-detail-desc {
    padding: 20px 0 20px 0;
}
/* index */
.d14 h3 {
  display: table;
  width: auto;
  margin: 15px auto;
  /*letter-spacing: 2px;*/
}
.d14 h3:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -25px;
  width: 30px;
  height: 20px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.d14 h3:after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -25px;
  width: 30px;
  height: 20px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
h3 {
  /*max-width: 320px;*/
  font-weight: bold;
  width: 100%;
  position: relative;
  display: inline-block;
  color: #465457;
}
/* index */

.trajan{font-family: 'Trajan Pro 3'; color:black;}

@font-face {
    font-family: 'Trajan Pro 3';
    src: url('fonts/Trajan/TrajanPro3Regular.eot'),
        url('fonts/Trajan/TrajanPro3Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Trajan/TrajanPro3Regular.woff2') format('woff2'),
        url('fonts/Trajan/TrajanPro3Regular.woff') format('woff'),
        url('fonts/Trajan/TrajanPro3Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.catalog-element-popup-element {
    color: #762a66;
    font-weight: bold;
}
.popup-window{
/**	border: dotted 3px #000;*/
}

.b24-widget-button-inner-item svg {
    position: static !important;
}

.shop-bage {
    background: url(/local/templates/zlatamira/images/basket.svg);
    width: 24.7px;
    height: 35px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}


/*.catalog-section.bx-uvelirsoft{
    min-height: 1080px;
}*/
.bx-basket-block img{
    width: 20px;
    height: 20px;
}
.bx-basket-block i{
    font-size: 18px;
}
/*.bx-basket-block{
        display: flex;
    align-items: center;
}*/
#bx_basketFKauiI .bx-basket-block{
    display: flex;
}
/*#bx_basketFKauiI .bx-basket-block > span{
    margin-left: 5px;
}*/
#bx_basketFKauiI .bx-basket-block > span {
    margin-left: 5px;
    background: green;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
}

.banners_top_catalog .row > div{
    background-repeat: no-repeat;
    background-position: 50%;

}
.banners_top_catalog .row > div{
    padding-left: 0;
    padding-right: 0;
}
.bx-blue .product-item-image-slider-control.active, .bx-blue .product-item-image-slider-control:hover{
    background-color: #0083d1;
}

*:focus{
    outline-color: #ddd;
}
.product-item-image-slider-control.active, .product-item-image-slider-control:hover,.bx-blue .product-item-image-slider-control.active, .bx-blue .product-item-image-slider-control:hover{
    background: #000;
}


header .col-md-1,
header .col-md-2,
header .col-md-3,
header .col-md-4,
header .col-md-5,
header .col-md-6,
header .col-md-7,
main .col-md-12
{
    padding-right: 0;
    padding-left: 0;
}
.row{
    margin: 0;
}

/* ALL -  */

a{
	color: #555555;
}
a:hover, a:focus{
    color: #822828;
    text-decoration: none;
}

.no-float {
  display: table-cell;
  float: none;
}

body > main{
        min-height: calc(100vh - 426px);
}




/*NEW TEMPLATE*/

header .header_menu{
    height: 45px;
}
/*header .header_menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
}
header .header_menu div{
	width: 33%;
}*/


header .header_top{
	color: #fff;
	/*background: #000;*/
	background: #464646;
}
header .header_top .phone a{
    color: #fff;
}
header .header_top .phone{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
        height: 50px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 5px 0;
}
header .header_top .menu{

}
header .header_top .socials{
          height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
header .menu.left .main_menu{
    justify-content: end;
}


.header .main_menu > li > .sub_menu .sub_menu_chains> .col ul{
    padding-left: 0;
}

.header .main_menu > li.sections:hover::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: calc(50% - 20px);
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}
.main_menu > li:hover .sub_menu .sub_menu_chains{
    /* border-right: 1px solid #acacac; */
}

.header .main_menu > li:hover .sub_menu{
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);}

.header .main_menu > li > a{
    font-weight: 600;
    font-size: 14px;
}

.header .main_menu > li:hover a{
    /*color: #822828;*/
    color: #f44336;
    text-decoration: none;
}

.header .main_menu > li > a:hover, .header .main_menu > li > a:focus{
    color: #822828;
    text-decoration: none;
}
.header .main_menu > li > a.sale{
   /* color: #822828;*/
   color: #f44336;
}
.header .main_menu > li > a.sale::before{
    content: "%";
}
.header .main_menu > li > .sub_menu  .sub_menu_chains> .col .title{
        color: #000000;
    font-weight: 600;
}

.bx-breadcrumb .bx-breadcrumb-item a span{
    color: #acacac;
}
.bx-breadcrumb .bx-breadcrumb-item a span:hover{
    color: #000;
}
.bx-breadcrumb .bx-breadcrumb-item span{
    color: #000;
}
.bx-breadcrumb .bx-breadcrumb-item .arrow{
        margin-right: 5px;
}



/* CATALOG - FILTER */

.bx-filter-parameters-box .prop-title, .bx-filter-parameters-box .prop-title-mobile{
    /*color: #000;*/
}
.bx-filter .bx-ui-slider-handle{
    width: 15px;
    height: 15px;
}
.bx-filter .bx-ui-slider-handle.left{
        margin-left: -5px;
}
.bx-filter .bx-ui-slider-handle.right{
    margin-right: -5px;
}
.bx-filter .bx-ui-slider-part{
    top: -10px;
}
.bx-filter .bx-filter-input-container input{
    text-align: center;
}
.bx-filter.bx-uvelirsoft .bx-ui-slider-pricebar-v{
    /*background-color: #000;*/
}
.bx-filter.bx-uvelirsoft .bx-ui-slider-pricebar-vd{
   /** background-color: #000;*/
}
.bx-filter .bx-ui-slider-handle.left, .bx-filter .bx-ui-slider-handle.right{
    background-color: #fff;
    border: 2px solid #031014;
    border-radius: 50%;
    top: -7px;
    z-index: 3;
}
.bx-filter-parameters-box-container .filter-option.modified{
    display: flex;
    flex-wrap: wrap;
    position: unset;
}
.modified p label{
    border-radius: 50%;
    background-color: transparent;
    width: 43px;
    height: 43px;
    margin-right: 5px;
        line-height: 32px;
}
.modified p label:hover{
    background: #000;
    color: #fff;
    cursor: pointer;
}
.modified p input[type="checkbox"]:checked + label{
    background: #000;
    color: #fff;
}
.bx-filter-input-checkbox input[type="checkbox"]:checked + span:before{
    border: solid 1px #000;
    padding: 2px;
    background-clip: content-box; /* support: IE9+ */
    background-color: #000;
    content: '';
}
.bx-filter-input-checkbox span:before{
    border: 1px solid #000;
}
.radio, .checkbox{
    margin-bottom: 20px;
}
#bx-soa-orderSave .checkbox{
	margin: 20px;
}
.bx-filter-parameters-box-container{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.bx-filter-block .col-xs-6{
    padding: 0;
}

/*
.bx_catalog_text .bx_catalog_text_category_title a{
    color: #000;
}*/

.bx-filter-parameters-box:first-child{
    border-top: 0
}



#topmenucustom_left .main_menu > li{
    padding: 0;
    padding-right: 15px;
}
#topmenucustom_right .main_menu > li{
    padding: 0;
    padding-left: 15px;
}
.menu_left .topmenu.left{
    float: right;
}
.bx-filter-parameters-box{
    padding: 10px 0px;
    margin-bottom: 30px;
}
.bx-filter .bx-filter-input-container input{

}

.bx_catalog_text_title a{
    color: #000;
}

.container > #navigation{
    margin : 20px 0px;
    padding: 0 15px;
}


.bx-pagination .bx-pagination-container{
    text-align: right;
}
.bx-pagination .bx-pagination-container ul li{
    text-align: center;
}
.bx-pagination .bx-pagination-container ul li span{
    background: #fff;
    border: 1px solid #898989;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
    background: #000;
    border: 1px solid #fff;
    color: #fff;
}

main .main_tab_block{
    margin-bottom: 30px;
}
main .main_tab_block ul{
    border-bottom: 0;
    display: flex;
    justify-content: center;
    margin: 70px 0;

}
.item_kart a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}
main .main_tab_block .nav-tabs > li{
        min-width: 250px;
}
main .main_tab_block .nav-tabs > li > a{
    border: 0;
    font-size: 32px;
    background: transparent;
    border-right: 1px solid #8b8b8b;
    border-radius: 0;
    padding: 0px 35px;
    text-align: center;

}
main .main_tab_block > .title{

    text-align: center;
    font-size: 32px;
    background: transparent;
    padding: 0px 35px;
    margin-top: 30px;
    color: #333;
    /*font-weight: bold;*/
    font-family: 'Roboto', sans-serif;
    }
main .main_tab_block .owl-prev, main .main_tab_block .owl-next{
    color: #000000 !important;
    top: 44%;

}
main .main_tab_block .owl-prev{
    left: -5%;
}
main .main_tab_block .owl-next{
    right: -5%;
}

main .main_tab_block .nav-tabs > li.active > a, main #main_tab.nav-tabs > li.active > a:hover, main #main_tab.nav-tabs > li.active > a:focus{

    border: 0;
    font-size: 32px;
    color: #333;
    border-right: 1px solid #333;
    font-weight: bold;
}
main .main_tab_block .nav-tabs > li.active:last-child > a,
main .main_tab_block .nav-tabs li:last-child > a{
    border-right: 0;
}

main .main_tab_block .title-news .item_kart-caption{
    display: block;
    font-size: 16px;
}
main .main_tab_block .news-icon{
    display: none;
}
main .main_tab_block .title-news{
    text-align: center;
    padding: 0 15px;
}
main .main_tab_block .title-news .price{
	color: #000000;
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
main .main_tab_block .title-news .price.sale{
	text-decoration: line-through;
    color: #969696;
    font-weight: normal;
    font-size: 15px;
}

main .main_tab_block .owl-carousel .owl-item img{
    width: 50%;
}
main .main_tab_block .item_mark{
    right: 10px;
    left: unset;
    top: 10px;
}
main .main_tab_block .item.item_kart .img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 281px;
}
main .main_tab_block .item-newproduct span, main .main_tab_block .item-bestseller span, main .main_tab_block .item-discount span{
    color: #d1b0b0;
    font-size: 18px;
    font-weight: bold;
}
.item-discount span, .item-newproduct span, .item-discount-prop span {
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: normal !important;
    padding: 2px 8px;
}
.input_prices{
    display: flex;
        align-items: center;
}
.input_prices .defis{
    margin: 0 5px;
}
.input_prices .currency{
    text-transform: lowercase;
    margin-left: 5px;
}
.input_prices .bx-filter-parameters-box-container-block{
    width: 33%;
}
.bx-filter .input_prices .bx-filter-input-container input{
    border-radius: 5px;
    border: 2px solid #acacac;
}
.bx-filter .bx-ui-slider-track-container{
    padding-left: 8px;
    padding-top: 38px;
}
.bx-filter .bx-ui-slider-part{
    background: #ccc;
}
.bx-filter .bx-ui-slider-part.p1 span{
    font-size: 11px;
    /* font-weight: bold; */
    position: absolute;
    top: -16px;
    display: block;
    width: 50px;
    margin-left: 0;
    text-align: left;
    color: #898989;
}
.bx-filter .bx-ui-slider-part{
    top:-12px;
}
.bx-filter .bx-ui-slider-part.p5 span{
    font-size: 11px;
    /* font-weight: bold; */
    position: absolute;
    top: -16px;
    display: block;
    width: 50px;
    margin-left: 0;
    text-align: right;
    color: #898989;
    margin-left: -50px;
}
.bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-active span{
    background: #000;
    border: 1px solid #000;
}
.bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-next a span{
    background: #dedede;
    border: 0;
    line-height: 43px;
    padding: 0 8px;
    color: #fff;
}
.bx-pagination.uvelirsoft{
    margin: 50px 0;
}
.bx-pagination.uvelirsoft .bx-pagination-container ul li span{
    padding: 0 8px;
    display: block;
    height: 43px;
    min-width: 43px;
    line-height: 43px;
    border-radius: 50%;
}

.popup__close svg{
    width: 10px;
    height: 10px;
    right: 20px;
}
#auth_and_register .nav.nav-tabs{
    display: flex;
    justify-content: center;
        align-items: center;
}
#auth_and_register input{
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 5px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
}
#auth_and_register .tab-content{
    padding: 20px;
}
#auth_and_register .nav-tabs > li.active > a,
#auth_and_register .nav-tabs > li.active > a:hover,
#auth_and_register .nav-tabs > li.active > a:focus{
    border: 0;

}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 100%; }
.product-item-info-container .product-item-properties span{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}


.basket-items-list-wrapper .basket-items-list-header{
   /* background: #000;*/
}
.basket-items-list-header-filter .basket-items-list-header-filter-item.active{
    color: #fff;
}
.bx-blue .basket-item-scu-item:hover, .bx-blue .basket-item-scu-item.selected, .bx-blue .basket-item-scu-item.not-available:hover{
    background: #000;
    color: #fff;
}
.bx-blue .basket-item-scu-item:hover, .bx-blue .basket-item-scu-item.selected, .bx-blue .basket-item-scu-item.not-available:hover{
    border: 1px solid #fff;
}
.basket-item-scu-item, .basket-item-scu-item.not-available:hover{
    /*border-radius: 50%;*/
}







/*------------------------------------------------------------------------------------------------*/
#banner{
    z-index: 0;
    margin-bottom:30px;
    margin-top:0px;
}
.owl-item{background:#ffffff}

.owl-item img {
    border-radius: 20px;
}

.owl-prev, .owl-next{
    width: auto;
    height: auto;
    color: #000 !important;
    /*color: transparent;*/
    font-size: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 36px !important;
}
.owl-prev:active, .owl-next:active, .owl-prev:hover, .owl-next:hover{ border-color:#920000;}
.owl-prev{
    /*-webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        transform:rotate(-45deg);*/
    top:35%;
    left:10px
}
.owl-next{
    /*-webkit-transform:rotate(135deg);
        -ms-transform:rotate(135deg);
        transform:rotate(135deg);*/
    top:35%;
    right:10px
}

/*#banner .owl-prev, #banner .owl-next{
    background:url(/local/templates/ustemplate/images/nav_banner.png);
    content:' ';
    width:17px;
    height:39px;
    background-repeat:no-repeat;
    border:none;
    -webkit-transform:none;
        -ms-transform:none;
        transform:none
}

#banner .owl-prev:hover, #banner .owl-next:hover,#banner .owl-prev:active, #banner .owl-next:active{background:url(/local/templates/ustemplate/images/nav_banner_active.png)}*/
#banner .owl-prev,#banner .owl-prev:active,#banner .owl-prev,#banner .owl-prev:hover{background-position:0px 0px}
#banner .owl-next,#banner .owl-next:active,#banner .owl-next,#banner .owl-next:hover{background-position:-27px 0px}
.owl-dot{
    width:15px;
    height:15px;
    display:inline-block;
    margin:7px;
    border:2px solid #000;
    border-radius:50px;
}
.owl-dot span {
        display:block;
        background:#fff;
        border: 2px solid;
        margin:1px;
        display:block;
        border-radius:50px;
        width:9px;
        height:9px;
    }
    .owl-dot.active span {
        border: 0;
        display:block;
        background:#000000;
        margin:1px;
        display:block;
        border-radius:50px;
        width:9px;
        height:9px;
    }
.owl-dots{
    position:absolute;
    width: 100%;
    text-align: center;
    margin-top: -30px;
}




.bx_catalog_text .bx_catalog_text_title {
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size: 15px;
    line-height: 36px;
    border: 1px dotted #ccc;
    padding: 0px 10px;
    border-radius: 18px;
}

.sort{
    display: flex;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    padding: 10px 0px;
}


.sort .sort-item{
     display: flex;
      align-items: center;
}
.sort .sort-item:first-child{
    flex: 1;


}
.sort .sort-item:last-child{

}
.sort-item .sort-btns .wrapper-dropdown .dropdown{
    display: flex;
    list-style-type: none;
}
.sort-item .sort-btns .bx_item_section_name_gray{
    display: none;
}

.sort-item .sort-btns .wrapper-dropdown .dropdown li span{
    padding: 0 8px;
    display: block;
    height: 33px;
    min-width: 33px;
    line-height: 33px;
    /*border-radius: 50%;*/
    background: #fff;
    border: 1px solid #898989;
    text-align: center;

}
.sort-item .sort-btns .wrapper-dropdown .dropdown li .active span{
        background: #000;
    border: 1px solid #000;
    color: #fff;
}
.sort-item .sort-btns .wrapper-dropdown .dropdown li span:hover{
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.sort-item .sort-btns .wrapper-dropdown .dropdown li{
     margin: 0 2px 0px 2px;
}
.counter_and_paginator{
    display: flex;
    align-items: center;
}
.counter_and_paginator .sort-item{
    display: flex;
    flex: 1;
    align-items: center;
    color: #000;
}
.sort-item .sort-btns .wrapper-dropdown .dropdown{
    margin: 0;
    padding-left: 5px;
}

.bx-pagination .bx-pagination-container ul li{
    margin: 0 2px 0px 2px;
}
.product-item-big-card .product-item-price-current{
    color: #000;

}
.product-item-big-card .product-item-price-container{
    text-align: center;
}
.product-item-title{
    text-align: center;
}
.style-select--mod1{
  /*  margin-left: 10px;
    border: 0;*/
    margin-left: 10px;
    border: 1px solid #ccc;
    padding: 5px;  
    
}
.product-item-info-container{
    text-align: center;
}
.product-item-info-container span{
    color: #000;
}
.bx_item_detail_rating .bx_stars_progress{
    background:#000;
}
.sort .sort-item{
    color: #000;
}
.sort .sort-item select{
    color: #000;
    background: transparent;
}



.product-item-label-text span, .product-item-label-ring{
    color: #fff;
    /*font-size: 18px;
    font-weight: bold;*/
    background: transparent;
}
.product-item-label-text div, .product-item-label-ring div{
    display: inline-block;
    margin-left: 12px;
}
.product-item-big-card .product-item-label-text.product-item-label-small span{
padding: 0px 10px;
    font-size: 11px;
}
.product-item-label-text.product-item-label-small span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{
    /*padding: 0;*/
    padding: 5px;
    font-size: 12px;
    /*font-weight: bold;*/
}
.main_menu > li:hover .sub_menu, .main_menu > li:hover .sub_menu .sub_menu_chains{
    z-index: 20;
}
.filter-tag i{
    color: #000;
    font-size: 1.1em;
    line-height: .4em;
}

.bx-catalog-element.bx-uvelirsoft h1{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 0px;
}
.bx-catalog-element.bx-uvelirsoft h2{
    color: #3f3f3f;
    font-size: 26px;
    padding-bottom: 0px;
}

.bx-catalog-element.bx-uvelirsoft .rating .product-item-detail-info-container{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}
.bx-catalog-element.bx-uvelirsoft .rating .product-item-detail-info-container table{
    margin: 0;
}
.bx-catalog-element.bx-uvelirsoft .product-item-detail-price-current{
    color: #000;
    font-weight: 600;
}
.bx-catalog-element.bx-uvelirsoft .product-item-scu-item-text-container.selected .product-item-scu-item-text-block{
    background: #000;
    color: #fff;
    border: 1px solid #000;

}
.bx-catalog-element.bx-uvelirsoft div[data-entity=sku-line-block]{
    display: flex;
    align-items: baseline;

}
.bx-catalog-element.bx-uvelirsoft div[data-entity=sku-line-block] .product-item-scu-item-list:not(.dropdown){
    /*display: flex;
    align-items: center;
    flex-wrap: wrap;*/
}
.btn_nosize_razmer{

}
.product-item-amount-field-container{
    display: flex;
    align-items: center;
}
.product-item-amount-description-container{
    margin-left: 5px;
}

.product-item-amount{
    text-align: left;
}
.bx-no-retina .product-item-detail-slider-controls-image{
    outline: 0;
}
.bx-no-retina .product-item-detail-slider-controls-image.active{
    outline-width: 1px;
    outline: 1px solid #000;
}
.product-item-price-old{
    color: #000;
}
.bx-catalog-element.bx-uvelirsoft .wrapper-dropdown{
    border: 0;

}
.bx-catalog-element.bx-uvelirsoft .wrapper-dropdown span{
    color: #000;
    min-width: 170px;
}
.bx-catalog-element.bx-uvelirsoft .wrapper-dropdown span:after{
     content: '';
    position: relative;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    clear: both;
        left: 15%;
    top: 13px;
}
.bx-catalog-element.bx-uvelirsoft  .product-item-scu-list.wrapper-dropdown .product-item-scu-item-text-block{
    border: 0;
    background: transparent;
    /*color: #000;*/
    outline-width: 0;
}
.bx-catalog-element.bx-uvelirsoft  .product-item-scu-list.wrapper-dropdown .product-item-scu-item-text-container.selected{
    background: #000;
    color: #fff;
}

.bx-catalog-element.bx-uvelirsoft .price_vals{
    display: flex;
    align-items: center;
}
.product-item-detail-price-old{
    margin-left: 20px;
    font-size: 18px;
    font-weight: 500;
}
.bx-catalog-element.bx-uvelirsoft .item_economy_price{
    margin-top: 5px;
}
.bx-catalog-element.bx-uvelirsoft .artnumb_rating{
    display: flex;
    align-items: center;
        padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.bx-catalog-element.bx-uvelirsoft .artnumb_rating .detail-item-artnumber{
    flex: 1;
    align-items: center;
    color: #acacac;
}
.bx-catalog-element.bx-uvelirsoft .rating .product-item-detail-info-container{
        margin-bottom: 0px;
}
.bx-catalog-element.bx-uvelirsoft .product-item-scu-item-list:not(.dropdown) .product-item-scu-item-text-block{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #898989;
}
.bx-catalog-element.bx-uvelirsoft div[data-entity=main-button-container]{
    display: flex;
}
.bx-catalog-element.bx-uvelirsoft div[data-entity=main-button-container] .product-item-detail-info-container{
    margin-bottom: 0;
}
.btn.product-item-detail-buy-button span{
    position: unset;
    display: block;
    line-height: unset;

}

.btn.product-item-detail-buy-button{
    width: 190px;
    height: auto;
    padding: 12px 0;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    margin-right: 10px;

}
.product-item-detail-info-container-title{
    margin-right: 10px;
}
.btn.btn-link.product-item-detail-buy-button.btn_orderInOneClick{
    background: transparent;
    border: 1px solid black;
    margin: 0;
    text-transform: none;
    color: #000;

}

.btn.product-item-detail-buy-button span{
    transform: unset;
}
.product-item-detail-properties > div span{
	color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
}
.product-item-detail-tab-link:after{
    background: #000;
}
.catalog-block-header{
        text-align: center;
        color: #333;
  		 font-size: 22px;
        border: 0;
		margin: 50px 0 20px 0;
    	text-transform: uppercase;
    	font-weight: bold;
}	

.pre_footer{
	/*height: 122px;*/
    padding: 20px 0;
	/*background: #c1b3b3;*/
	background: #ededed;
	width: 100%;
    margin-top: 15px;
}
.pre_footer .subscribe{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*justify-content: center;*/
}
.pre_footer .subscribe .title{
    font-size: 22px;
    /*color: #fff;*/
    flex: 35%;
}
.pre_footer .subscribe .sender-container{
     flex: 50%;
}
.pre_footer .btn-subscribe{
	background: black;
    /*background: transparent;*/
    /*color: #131313;*/
    border: 1px solid #131313;
    border-radius: 0 !important;
    height: 50px;
    text-transform: unset;
    font-size: 18px;
    font-weight: 600;
    width: auto;
    margin: 0;
    padding: 6px 12px;
}
.pre_footer .btn-subscribe:hover{
	color: #000000 !important;
	background: #fff;
}
.pre_footer .bx-subscribe .bx-input-group .bx-form-control{
    height: 50px;
    border: 0;
    border-radius: 0;
    margin: 0;
}
.pre_footer .bx-subscribe .bx-input-group .bx-form-control{
    font-size: 18px;
}

.bx-input-group {
    width: 50%;
    float: left;
    margin-right: 10px;
}


footer .socials{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
footer .socials i{
    color: #d4cfce;
}


footer .item_footer{
   min-height: 170px;
}
.footer_top{
    padding: 20px 0;
}
.footer_top .container>div{
    border-right: 1px solid #eee;
}
.footer_top .container>div:last-child{
    border-right: 0;
}
.footer_top .container>div:first-child .item_footer{
    padding-left: 0;
}
footer{
    position: relative;
}
footer .menu_bottom{
    display: flex;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer  ul li{
    list-style-type: none;
    margin: 0 0 15px 0px;
}
.footer_top img{
   /* width: 100%;*/
    height: auto;
}
.footer_top .inform>div{
    margin-bottom: 15px;
}

#bottom-catalog-menu{

}
/*ul#bottom-catalog-menu < li{
	   width: 25%;
}*/
/*.right{
	float: right;
}*/
.sub_menu_pictures img{
	padding: 20px;
}

ul#bottom-catalog-menu{
    display: flex;
    justify-content: space-between;
}
ul#bottom-catalog-menu .main > a{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
ul#bottom-catalog-menu .main > ul{
    margin-top: 5px;

}
ul#bottom-catalog-menu .main > ul li{
    margin-top: 5px;
}
ul#bottom-catalog-menu .main > ul a{
    color: #000;
}
ul#bottom-catalog-menu .main > a:hover,
ul#bottom-catalog-menu .main > ul a:hover{
    color: #822828;
}

.main_left a{
    display: block;

}

.money{
     display: flex;
    justify-content: center;
    align-items: center;
    /*flex-direction: column;*/
}

.money div {
    background-repeat: no-repeat;
    content: " ";
    margin: 0 3px;
    background-size: 100% auto;
    background-position: 50%;
    /*width: 57px;
    height: 36px;*/
    width: 65px;
    height: 40px;

}
.master { background: url(/local/templates/zlatamira/images/payments/master_logo.png);}
.visa {background: url(/local/templates/zlatamira/images/payments/visa_logo.png);}
.paypal{background: url(/local/templates/zlatamira/images/payments/paypal_logo.png);}
.yandex{background: url(/local/templates/zlatamira/images/payments/yandex_logo.png);}

.scroll_top{
    background: #000;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    /*transform: rotate(270deg);*/
    padding: 20px 32px;
    padding-bottom: 0;
    font-size: 26px;
    text-align: center;
    color: #fff;
    display: flex;

     border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    overflow: hidden;
}


.header{
   /* background-color: rgba(156, 122, 122, 0.2);*/
   border-bottom: 1px dotted #acacac;
}

.logo_block{
    line-height: 20px;
    padding-top: 25px;
    text-align: center;
}
    .logo img{
        max-width: 100%;
        height: auto;
    }

.navbar-default{
    background: transparent!important;
    border-color: transparent!important;
}

.search_and_profile{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

body .desctop_hide{
    display: none;
}

.logo_block .mobile{
		display: none;
    }
.product-item-detail-tabs-container{
    border-bottom: 0;
}
#commnet_block .catalog-block-header{
    display: none;
}
#commnet_block  .catalog-block-header.title_otzivi{
    display: block;
}
#popupToOrderInOneClick input, #popupToOrderInOneClick textarea{

}
#popupToOrderInOneClick  .btn-subscribe, #popupRazmerNoSize .btn-subscribe{
    padding: 6px 12px;
}
.btn-subscribe{
     background: #000;
     color: #fff;
}
.btn-subscribe:hover{
    background: #bba3a3;
    color: #000 !important;
}
#auth_and_register,#popupToOrderInOneClick_background, #popupToOrderInOneClick, #popupRazmerNoSize_background,#popupRazmerNoSize{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#reg_submit_button, #auth_login_submit{
        padding: 6px 12px;
        background: #000;
    color: #fff;
        width: 100%;
        border-radius: 4px;
            border: 0;
            margin-top: 10px;
}
#auth_and_register input.btn{
        background: #000;
    color: #fff;

}
#auth_and_register .forgot-link{
    margin-top: 10px;
    display: block;
}
#auth_and_register .modal-header{
    border: 0;
}
#registration__form .input_row #show_hide_passwd{
        top: 12px;
}

@media screen and (max-width: 1199px){
    header .container-fluid{
        padding-left: 0px;
        padding-right: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .container{
        /*padding-right: 0px;
        padding-left: 0px;*/
    }
    header .header_top .phone{
        font-size: 19px;
    }
    header .nav>li>a{
        padding: 10px;
    }
    .navbar-default{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .socials .fa-lg{
        font-size: 1.1em;
    }
    .logo_block .mobile{
		display: inline;
    }
    .logo_block .desctop{
		display: none;
    }


    .pre_footer .subscribe .title{
        font-size: 20px;
    }
    .bx-input-group{
        width: auto;
    }
    .pre_footer #sender-subscribe{
        flex: unset;
    }
    footer .item_footer{
        padding: 0 10px;
    }
    ul#bottom-catalog-menu .main > a{
        font-size: 14px;
    }
    .main_menu > li > .sub_menu{
        /*left: -180%;*/
    }

    main .main_tab_block .nav-tabs > li > a{
        font-size: 24px;
    }
    main .main_tab_block .nav-tabs > li.active > a, main #main_tab.nav-tabs > li.active > a:hover, main #main_tab.nav-tabs > li.active > a:focus{
         font-size: 24px;
    }
    main .main_tab_block .owl-next{
    	right: 0;
    }

    main .main_tab_block .owl-prev{
    	left: 0;
    }

    .sub_menu_pictures{
        display: none;
    }
    .main_menu > li:hover .sub_menu .sub_menu_chains{
        border: 0;
    }
}
@media (min-width: 767px) and (max-width: 991px){
	.subscribe .bx-subscribe form{
		display: flex;
	}
	.sort-item .sort-btns .wrapper-dropdown .dropdown li span{
		height: 35px;
	    min-width: 35px;
	    line-height: 35px;
	}
	.bx-pagination.uvelirsoft .bx-pagination-container ul li span{
		height: 35px;
	    min-width: 35px;
	    line-height: 35px;
	}
	.bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-next a span{
		line-height: 35px;
	}
	.counter_and_paginator .sort-item{
		display: none;
	}
	.counter_and_paginator{
		justify-content: flex-end;
	}
	.menu_left .main_menu > li:nth-child(n+4){
		display: none;
	}
	.topmenu.left > li:nth-child(n+4){
		display: none;
	}
	.topmenu.right > li:nth-child(n+3){
		display: none;
	}
    .menu_right #topmenucustom_right .main_menu > li:nth-child(n+7){
        display: none;
    }
}
@media screen and (max-width: 767px){
	
	.cont{
		min-height: 355px;
	}
	
    .bx-filter-popup-result{
        text-align: center;
        text-align: center;
        background: #000 !important;
        color: #fff !important;
        font-size: 14px !important;
    }
    .bx-filter-popup-result a{
        color: #fff !important;
        border-bottom: 1px solid #fff;
    }
    .pre_footer .subscribe{
        flex-direction: column;
    }
    main .main_tab_block ul{
    	margin: 30px 0;
    }
    main .main_tab_block .nav-tabs > li > a{
    	font-size: 14px;
    }
    main .main_tab_block .nav-tabs > li > a{
		padding: 0px 10px;
    }
    main .main_tab_block .nav-tabs > li{
    	min-width: unset;
    }
    main .main_tab_block .nav-tabs > li.active > a, main #main_tab.nav-tabs > li.active > a:hover, main #main_tab.nav-tabs > li.active > a:focus{
    	font-size: 14px;
    }

    .navbar-default{
    	display: block;
    }
    .main_menu{
    	display: block;
    }
    .main_menu li{
    	display: block;
    	height: 32px;
    	line-height: 32px;
    }
    .main_menu > li:hover .sub_menu, .main_menu > li:hover .sub_menu .sub_menu_chains{
    	display: none;
    }
    .header .main_menu > li.sections:hover::after{
    	display: none;
    }
    .menu_right button{
    	width: auto;
    }
    .header_top .menu_right{
		display: none;
    }
    header .header_top .socials{

    }
    header .header_top .phone{
    	justify-content: flex-start;
    }
    .mobile_hide{
        display: none;
    }
    body .desctop_hide{
        display: unset;
    }
    .logo_block .mobile{
		display: none;
    }
    .logo_block .desctop{
		display: inline;
    }
    header .navbar-toggle{
    	margin-top: 22px;
    }
    .search-form{
    	line-height: unset;
    }
    .search_and_profile{
    	margin-bottom: 15px;
    }
    .logo_block{
    	z-index: 1;
    }
    #topmenucustom_right .main_menu li{
    	display: block;
    	padding: 20px 10px;
    }
    .navbar-collapse{
    	border-bottom:  2px solid transparent;
    	margin-bottom: 15px;
    }
    .logo_block{
    	/*line-height: 80px;*/
    }

    main .main_tab_block > .title{
    	font-size: 18px;
    }
    .pre_footer .subscribe {
    	text-align: center;
    }
    .bx-input-group{
    	width: 100%;
    	margin-bottom: 5px;
    }
    .pre_footer .bx_subscribe_submit_container{
		float: left;

    }
	.sort-item .sort-btns .wrapper-dropdown .dropdown li span{
		height: 30px;
	    min-width: 30px;
	    line-height: 30px;
	    padding: 0 7px;
	}
	.bx-pagination.uvelirsoft .bx-pagination-container ul li span{
		height: 30px;
	    min-width: 30px;
	    line-height: 30px;
	    padding: 0 7px;
	}
	.bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-next a span{
		line-height: 30px;
		padding: 0 7px;
	}
	.counter_and_paginator .sort-item{
		display: none;
	}
    .counter_and_paginator{
		justify-content: flex-end;
	}
	.sort{
		display: block;
	}
	main .container {
	     padding: 0px 10px;
	}
	.bx-breadcrumb .bx-breadcrumb-item .arrow{
		margin-right: 2px;
	}
	.bx-breadcrumb .bx-breadcrumb-item{
		margin-right: 5px;
	}
	.container > #navigation{
		padding: 0px;
	}
	.sort .sort-item:last-child {
		margin-top: 10px;
	}
	.sort .sort-item:last-child .sort-btns{
		margin-left: 12px;
	}

	.catalog_main > .row > .col-xs-12{
		padding-left: 0;
		padding-right: 0;
	}

    .bx-catalog-element.bx-uvelirsoft div[data-entity=main-button-container]{
        flex-direction: column;
    }
    .btn.btn-link.product-item-detail-buy-button.btn_orderInOneClick, .btn.product-item-detail-buy-button{
        margin: 0 auto;
    }
    .btn.product-item-detail-buy-button{
        max-width: 300px;
        width: 100%;
    }

    .bx-catalog-element.bx-uvelirsoft h1{
       /* text-align: center;*/
    }
    .bx-catalog-element.bx-uvelirsoft .container-fluid .row> .col-md-6{
        padding-left: 0;
        padding-right: 0;
    }
    .bx-catalog-element.bx-uvelirsoft .artnumb_rating, .bx-catalog-element.bx-uvelirsoft .container-fluid .row> .col-md-6 > .row > .col-xs-12{
        padding-left: 0;
        padding-right: 0;
    }
    .bx-catalog-element.bx-uvelirsoft div[data-entity=sku-line-block]{
        display: block;
    }
    .bx-catalog-element.bx-uvelirsoft div[data-entity=main-button-container]{
        margin-bottom: 20px;
    }
    .btn.product-item-detail-buy-button{
         margin-bottom: 10px;
    }
    .bx-catalog-element.bx-uvelirsoft .bx_item_rating{
        margin-bottom: 0;

    }
    .bx_item_detail_rating .bx_stars_rating_votes{
        font-size: 12px;
    }
    .bx-catalog-element.bx-uvelirsoft .price_vals{
        /*display: block;*/
        justify-content: center;
        margin-top: 20px;
    }
    .bx-catalog-element.bx-uvelirsoft .item_economy_price{
        text-align: center;
    }
    .bx-retina .bx-filter .bx-filter-select-container{
        margin-right: 2px;
    }
    .product-item-amount-field-container{
        display: block;
    }
    .product-item-amount-description-container{
        text-align: center;
        margin-top: 5px;
    }
    .product-item-amount-field-container{
        text-align: center;
    }
    .pre_footer .bx_subscribe_submit_container{
        float: unset;
                width: 100%;
                margin-top: 10px;

    }
    .pre_footer .subscribe .title{
        margin-bottom: 10px;
    }
    .pre_footer .btn-subscribe{
         width: 100%
    }

    .banners_top_catalog .row > div{
        background-size: 100%;

    }
    .search-form{
        position: unset;

    }
    .search-form-block{
        top: 30px;
        left: 0;
        -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);

    }


}
@media screen and (max-width: 522px){
    .hidden-mobile{
        display: none;
    }
    .width-100{
        width: 100%;
    }
}



.row_about-work h1{
    text-transform:uppercase;
    text-align:center;
    font-size:22px;
}
.about-block_work {
	display:inline-block;
	text-align: center;
}
	.about-block_work span{
		font-size:36px;
		padding:0 10px;
	}
	.about-block_work p{
		max-width:160px;
		padding:0 10px;
		font-size:14px;
	}
.about-block{
	padding:0 8.33%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}


.order {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 30px;
}
.profile{
    margin-top:20px;
    display:inline-block;
    font-size:22px;
    padding: 0px;
    margin-bottom: 20px;
}

/* #auth_and_register .nav-tabs > li.active {
    border: 1px solid rgb(221, 221, 221);
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
}
    #auth_and_register .nav-tabs > li.active a {
        color: #333;
    } */
#auth_and_register .modal-content{
    max-width: 450px;
}

#auth_and_register .nav-tabs{
    border-bottom: 0;
    display: flex;
    justify-content: center;
    margin: 20px 0;

}
#auth_and_register .nav-tabs > li{
    min-width: 250px;
}
#auth_and_register .nav-tabs > li > a{
    border: 0;
    font-size: 20px;
    background: transparent;
    border-right: 1px solid #8b8b8b;
    border-radius: 0;
    padding: 0px 15px;
    text-align: center;
}
#auth_and_register .nav-tabs > li.active > a,
    #auth_and_register .nav-tabs > li.active > a:hover,
        #auth_and_register .nav-tabs > li.active > a:focus{
            border: 0;
            font-size: 20px;
            color: #333;
            border-right: 1px solid #333;
            font-weight: bold;
        }
#auth_and_register  .nav-tabs > li.active:last-child > a,
    #auth_and_register  .nav-tabs li:last-child > a{
        border-right: 0;
    }


@media screen and (max-width: 1000px){
    header .main_menu > li:hover{
        position: static;
    }
    header .main_menu > li:hover .sub_menu{
        left: -30px;
        width: calc(100vw - 5px);
    }
        header .main_menu > li.sections:hover::after{
            display: none;
        }
}
/*END NEW TEMPLATE*/


.test_site_message{
    border: 1px solid red;
    padding: 10px;
    text-align: center;
    color: red;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*mobile*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 2px solid transparent; 
    border-radius: 0px !important; 
}
.navbar-default .navbar-toggle {
    border-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}




}
.header .main_menu > li > .sub_menu .sub_menu_chains> .col .title {
    color: #b01758;
}
.main_menu > li > .sub_menu .sub_menu_chains > .col .title {
    /* color: rgb(255, 255, 255); */
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 20px;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.discount {
    display: inline-block;
    padding: 1px 4px;
    background-color: #e24b33;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    border-radius: 10px;
}
/*---------basket--------------*/

.basket-checkout-block-total-title,.basket-checkout-block-total-description, .basket-coupon-block-total-price-current, .basket-coupon-block-total-price-old, .basket-items-list-header-filter-item, .basket-item-property-name, .basket-item-property-custom-name, .basket-item-property-scu-text .basket-item-scu-item-inner, .basket-item-property-custom-value,.basket-item-price-title, .basket-item-amount-field-description,.basket-item-price-old-text,.basket-coupon-block-field-description
{font-family: 'Montserrat', sans-serif;}

.basket-item-actions-remove:after, .basket-item-actions-remove:before {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 6px;
    height: 30px;
    background: #d0021b;
    content: '';
    transition: 300ms background-color ease;
}
.bx-touch .bx-soa-cart-total{
    position: static !important;
    height: auto !important;
    padding-top: 10px !important;
}

/*ЛК*/
.dashboard {
  display: flex;
  flex-wrap: wrap; }
  .dashboard-item {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #E7E7E7;
    margin: 0 -1px -1px 0;
    font-size: 20px;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 20px;
    transition: background-color .15s; }
    
    @media (max-width: 499px) {
      .dashboard-item {
        min-height: 100px;
        font-size: 14px; } }
    .dashboard-item:hover {
      background-color: #f2f2f2; }
    .dashboard-item svg {
      width: 30px;
      height: 30px;
      margin-bottom: 15px;
      flex-shrink: 0;
      stroke: var(--color-grey); }