@font-face  {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Regular.ttf) format("truetype"); /* Путь к файлу со шрифтом */
    font-weight: normal;
}
@font-face  {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Bold.ttf) format("truetype"); /* Путь к файлу со шрифтом */
    font-weight: bold;
}
@font-face  {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Light.ttf) format("truetype"); /* Путь к файлу со шрифтом */
    font-weight: 300;
}
@font-face  {
    font-family: 'Roboto';
    src: url(../fonts/Roboto-Medium.ttf) format("truetype"); /* Путь к файлу со шрифтом */
    font-weight: 500;
}
body {
    font-family: 'Roboto';
    background: #171717;
    overflow-x: hidden;
    font-size: var(--);
    --default-size: 14px;
    --red: #BC1B26;
}
body.menu-open {
    overflow: hidden;
}
a, a:hover{
    text-decoration: none;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex.between{
    justify-content: space-between;
}
.flex.align-center{
    align-items: center;
}
.jshop {
    width: 100%;
}
.d-none{
    display: none;
}
.align_center {
    align-items: center;
}
.visually-hidden{
    display: none;
}

.justify_center {
    justify-content: center;
}

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

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

.space_around {
    justify-content: space-around;
}

ul {
    margin: 0;
}

li, a {
    text-decoration: none;
    color: #000;
    list-style: none;
}

a:hover {
    color: inherit;
}

.pr20 {
    padding-right: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
	position:relative;
}

.pr30 {
    padding-right: 30px;
}
.mb120{
    margin-bottom: 120px;
}
.mb80{
    margin-bottom: 80px;
}
.mb30{
    margin-bottom: 30px;
}
.column {
    flex-direction: column;
}
::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-track {background: #242F33;}
::-webkit-scrollbar-thumb {background-color:  #BC1B26; border-radius: 3px;}
html, body, div, * {scrollbar-width: thin; scrollbar-color:  #BC1B26 #242F33;}
/* breadcrumbs */
.pathway {
    color: rgba(255, 255, 255, 0.75);
}
.pathway:hover{color: rgba(255, 255, 255, 0.75);}
.divider {
    padding-left: 5px;
    padding-right: 8px;
}
.modal{
    display: none;
}   

.breadcrumb {
    background: none;
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    max-width: 1281px;
    padding-left: 0;
    padding-right: 0;
    margin: 40px 0 20px;
}

#mxcpr {
    display: none;
}

.breadcrumb li{
    display: flex;
    align-items: center;
}
.breadcrumb span{color:#fff; font-weight: 500; white-space: nowrap;}
.breadcrumb a span{
    font-weight: 300;
}
/*  */

.header {
    height: 84px;
    z-index: 2;
    background: #08090C;
    width: 100%;
}
#headerMenu{
    position: relative;
    top: 0;
    width: 100%;
}
#headerMenu.sticky{
  position: sticky;
  animation: flash 0.5s linear 1;
}
@keyframes flash {
  from{opacity: 0; transform: translateY(-100%);}
  to {opacity: 1; transform: translateY(0);}
}
.header .row.mx-0 {
    justify-content: space-between;
    position: relative;
}

.header .logo {
    width: 220px;
    position: relative;
}
.logo img{
    width: 100%;
}

.container_max_width, .container_header {
    width: 95%;
    max-width: 1520px;
    margin: 0 auto;
}

.container_header .mod-menu  {
    margin-left: 0;
}

.container_header .mod-menu a {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 14px;
}
/*display:flex; - баг тут*/
.mod-menu {
    margin-left: 60px;
	display:flex;
}


.mod-menu li:not(:last-child) {
    padding-right: 20px;
}

.mod-menu li img {
    padding-right: 8px;
}

.mod-menu li a {
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #f3f3f3;
    transition: .4s;
}
@media(max-width: 1420px){
    .mod-menu li a {font-size: 14px}
}
.mod-menu li a:hover, .mod-menu li.active > a {
    color: #BC1B26;
}

#login-form {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
#login-form ul {
    list-style: none;
}
.page404 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.content404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.content404 .container, .error {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.custom_container.404{
    height: auto;
}
.error__title {
    margin-bottom: 35px;
}
.number-error-big {
    font-size: 100px;
}
.extern_wrap .extern_empty, .extern_wrap .extern_empty_jq {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}
.custom_cart .container_cart_custom {
    width: 80px;
    height: 84px;
    position: relative;
}

.custom_cart .container_cart_custom .extern_wrap {
    right: 0;
    margin-top: 0;
    box-shadow: none;
    border: none;
    border-radius: 0 0 9px 9px ;
    min-width: unset;
    max-width: unset;
    width: 550px;
    background: #20201F;
    padding: 30px 26px 30px 34px;
	max-height: calc(100vh - 125px);
	overflow: auto;
}

.custom_cart .container_cart_custom .extern_wrap .extern_row {
    border: none;
    position: relative;
}

.custom_cart .container_cart_custom .extern_wrap .extern_row::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 10px;
    background: linear-gradient(90deg, rgba(63, 95, 108, 0) 1.56%, rgba(63, 95, 108, 0.5) 46.35%, rgba(63, 95, 108, 0) 100%);
}

.extern_row div.desription-top-middle {
    display: flex ;
    justify-content: space-between;
}

div.extern_wrap div.extern_bottom {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.extern_row div.desription-top {
    width: 90%;
}

.extern_row div.pict {
    display: none;
}

.extern_row div.name {
    width: 70%;
}

.extern_row span.name {
    max-width: unset !important;
}

.extern_row  {
    min-height: unset !important;
}

.extern_row div.quantity.block {
    margin-left: 0 !important;
}

.extern_row div.desription-top-middle span,
.extern_row div.desription-top-middle span a {
    font-size: 18px;
    color: #FFFFFF;
    padding: 0;
}

.extern_wrap .summ_total {
    font-weight: bold !important;
    color: #BC1B26 !important;
    margin-left: 10px;
}


.extern_wrap .total {
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    padding-left: 0 !important;
}

div.extern_wrap div {
    border-radius: 0 0 6px 6px;
    background: #20201F;
}

.header_black {
    background: #181B22;
    height: 35px;
}

.account-name {
    color: #fff;
}
/*баг display:block;*/
.js-account-list.open_account {
    opacity: 1;
    z-index: 3;
    height: auto;
    top: 94%;
    right: 0;
	display:block;
}

.js-account-list form .login__input-box {
    position: relative;
}

.js-account-list form .login__input-box::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 1px;left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(63, 95, 108, 0) 1.56%, rgba(63, 95, 108, 0.5) 46.35%, rgba(63, 95, 108, 0) 100%);
}

.js-account-list form .login__input-box input {
    border: none;
    background: rgba(63, 95, 108, 0.05);
    border-radius: 9px; 
    height: 35px;
    width: 100%;
    max-width: 540px;
    padding: 8px 18px;
    border-radius: 6px;
    color: #fff;
}

.js-account-list form .btn_var-3 {
    width: 100%;
    background-color: #BC1B26;
    color: #fff;
    text-align: center;
    border-radius: 9px;
    padding-bottom: 5px;
    font-weight: 300;
    font-size: 20px;
}

.js-account-list form .btn_var-3:focus {
    box-shadow: none;
}

.login_additional_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.js-account-list form .login__forgot {
    padding: 0
}

.js-account-list form .login__forgot a, .js-account-list form .login__reg-link a {
    padding: 0;
    font-weight: 300;
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
    transition: all .4s ease-in-out;
}


.js-account-list form .login__forgot a:hover, .js-account-list form .login__reg-link a:hover {
    color: #BC1B26;
}
   
.js-account-list form .login__reg-link {
    padding: 0;
}

.js-account-list form input[type="checkbox"] {
    position: absolute;
    z-index: 0;
    opacity: 0;
}

.js-account-list form input[type="checkbox"] + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    color: rgba(255, 255, 255, .5);
}

.js-account-list form input[type="checkbox"] + .control-label:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.js-account-list form input[type="checkbox"]:checked + .control-label::before {
    border-color: #BC1B26;
    background-color: #BC1B26;
}

.open_account .account-context__item:hover {
    background-color: #BC1B26;
    color: #fff;
}

.custom_container {
    width: 100%;
    height: 84px;
    flex-wrap: nowrap;
}

.mycart_mini_txt {
    box-shadow: none !important;
    background: url('/images/cart.svg')no-repeat center / 28px;
    position: relative;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
}

.mycart_mini_txt.extern a {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 20px !important;
    height: 20px !important;
    background: #BC1B26;
    font-size: 12px;
    border-radius: 50%;
    padding-top: 0;
    color: #fff !important;
}

.gotocart .checkout {
    text-align: center;
    padding: 10px 30px;
    background: #BC1B26;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 6px;
}

.extern_wrap span.min-price-text {
    display: none;
}

.desription-bottom  {
    display: none !important;
}

.extern_row span.delete {
    width: 21px;
    text-align: center;
    background-color: transparent !important;
}

.extern_row span.delete a {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.extern_row span.delete i {
    transform: rotate(45deg);
}

.extern_row span.delete a:hover {
    color: #BC1B26 !important;
}
.links_list:first-child{
   margin-right:auto; 
}

.links_list .links_item a {
    color: #9C9CA3;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 300;
}
.info_list{
    flex: 1;
}
.info_list .links_item a {
    color: #fff;
}
.info_list .links_item.samo{
    font-size: 14px;
    font-weight: 300;
    align-items: center;
    text-transform: uppercase;
    margin: 0 auto;
}
.toptel_container{
    flex: 1;
}
.info_list .capt-link{
    display: flex;
    align-items: center;
    line-height: 1;
    text-align: left;
    margin-left: auto;    
}
.info_list .capt-link .capt{
    font-size: 14px;
    font-weight: 300;
    margin-right: 10px;
}
.mod-menu li {
    display: flex;
    align-items: center;
}

.mod-menu li:hover a {
    /* color: #F24F17; */
}

.mod-menu li.parent {
    display: flex;
    flex-direction: column;
    position: relative;

}

.mod-menu .nav-child {
    position: absolute;
    border-radius: 8px;
    top: 105%;
    left: 0;
    width: 200px;
    background-color: #fff;
    padding-bottom: 30px;
    opacity: 0;
    visibility: hidden;
   	transition: all 0.3s ease-in-out;
   	-o-transition: all 0.3s ease-in-out;
   	-webkit-transform: all 0.3s ease-in-out;
   	-ms-transform: all 0.3s ease-in-out;
    /*
	transform: translateY(-120px);
    -webkit-transition: opacity .1s .2s, -webkit-transform .4s .2s;
	transition: opacity .1s .2s, -webkit-transform .4s .2s;
	transition: transform .4s .2s, opacity .1s .2s;
	transition: transform .4s .2s, opacity .1s .2s, -webkit-transform .4s .2s;*/
}


.mod-menu li.parent:hover .nav-child {
    opacity: 1;
    visibility: visible;
   	transition: all 0.3s ease-in-out;
   	-o-transition: all 0.3s ease-in-out;
   	-webkit-transform: all 0.3s ease-in-out;
   	-ms-transform: all 0.3s ease-in-out;
}

.mod-menu .nav-child li {
    padding: 0;
    border: none;
    margin-top: 5px;
    padding-left: 20px;
}

.mod-menu .nav-child li a {
    font-size: 14px;
    white-space: nowrap;
    color: #2D2D2D;
    width: 100%;
}

.mod-menu .nav-child li:hover  {
    background: #FFF6F3;
}

.links_item:hover a {
    color: #fff;
} 

.info_list .topadr img {
   width: 24px;
}


.footer .time {
    font-size: 18px;
}

.footer .tel {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

.info_list .links_item span {
    color: #fff;
    margin-left: 11px;
    font-size: 12px;
}

.topadr,
.toptime {
   color: #fff;
}

.toptime {
    font-weight: 300;
}
.toptime:before, .toptel:before {
    content: '';
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 6px;
}
.toptime:before{
    background-image: url(/images/tandoor/clock.svg);
}
.toptel:before{
    background-image: url(/images/tandoor/phone.svg);
}

.chzn-container-single .chzn-single span {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.chzn-container-single .chzn-single div {
    right: 10px !important;
}

/*  */


.main-content {
    position: relative;
    display: flex;
flex-direction: column;
background: #171717;
}


.owl-carousel  .owl-item img {
    min-width: 100%;
    height: auto;
}
.main-slider{
    margin-bottom: 30px;
}

.main-slider__slide-content, .main-slider__slide-wrapper {
    position: relative;
    height: 100%;
}
.main-slider .owl-stage{
    display: flex;
}
.main-slider__slide {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 45%;
}
.main-slider__slide.slide1{
    background-image: url(/images/main-slide1.jpg);
    padding: 0;
}
.main-slider__slide.slide2{
    background-image: url(/images/combo_d.jpg);
    padding: 0;
}
.main-slider__slide.slide3{
    background-image: url(/images/bakery.jpg);
    padding: 0;
}
.main-slider__slide.slide3 .wrapper{
    max-width: 620px;
    padding: 7% 0 10%;
}
.main-slider__slide.slide3 .ttl.red{
    font-size: 110px;
    line-height: 1;
    color: #BC1B26;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.main-slider__slide.slide3 .text{
    margin-bottom: 30px;
}
.main-slider__slide.slide1 .wrapper{
    max-width: 620px;
    padding: 10% 0 15%;
}
.main-slider__slide.slide2 .title{
    font-weight: 700;
}
.main-slider__slide.slide2 .block_item_more_link{
    margin: 0;
} 
.main-slider__slide .title{
    color: #fff;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.main-slider__slide .text{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 500px;
    margin-bottom: 30px;
}
.main-slider__slide .text .caption{
    display: block;
    font-size: 75%;
    font-weight: 300;
    margin-top: 7px;
}
.main-slider__slide .price{
    font-size: 66px;
    font-weight: 700;
    text-transform: none;
    margin: 0 70px 0 0 ;
}

@media(max-width: 768px){
    .main-slider__slide.slide3 .ttl.red{
        font-size: 60px;        
    } 
}
@media(max-width: 550px){
    .header .logo{max-width: 150px}
    .main-slider__slide.slide1{
        background-image: url(/images/main-slide1-m.jpg); 
        background-position: center top;
    }
    .main-slider__slide.slide2{
        background-image: url(/images/combo_m.jpg); 
        background-position: center top;
    }
    .main-slider__slide.slide3{
        background-image: url(/images/bakery1-m.jpg); 
        background-position: center bottom;
    }

    .main-slider__slide.slide3 .wrapper{
        padding: 80px 20px 105%;
    }
    .main-slider__slide.slide3 .ttl.red {
        font-size: 55px;
        margin-bottom: 20px;
    }
    .main-slider__slide.slide3 .title{
        font-size: 30px;
    }
    .links_list:first-child {margin: 0}

    .main-slider__slide{position: relative;}
    /*.main-slider__slide:before{content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .8) 100%);}*/
    .main-slider__slide .container_max_width{position: relative; z-index: 1}
    .main-slider__slide.slide1 .wrapper{padding: 70% 30px 70px;}    
    .main-slider__slide .title{font-size: 36px; margin-bottom: 16px}
    .main-slider__slide .text{font-size: 14px;margin-bottom: 8px}
    .main-slider__slide .block_item_more_link{font-size: 14px; padding: 5px 20px}
    .main-slider__slide .price{margin-right: 30px}
    .product .short_product_info_container::after{bottom: 10px}
}

.propose__circle {
    width: 480px;
    position: relative;
    top: 220px;
    left: 227px;
}

.propose-title__min-text  {
    -webkit-transform: translateX(120px);
	-ms-transform: translateX(120px);
	transform: translateX(120px);
    opacity: 0;
    font-size: 135px;
    color: #fff;
    font-weight: 600;
    line-height: 100px;
    text-align: right;
}

.active .propose-title__min-text {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: opacity .1s 1.2s, -webkit-transform 1s 1.2s;
	transition: opacity .1s 1.2s, -webkit-transform 1s 1.2s;
	-o-transition: transform 1s 1.2s, opacity .1s 1.2s;
	transition: transform 1s 1.2s, opacity .1s 1.2s;
	transition: transform 1s 1.2s, opacity .1s 1.2s, -webkit-transform 1s 1.2s;
    background-color: #2c2b3198;
    padding: 10px;
    border-radius: 10px;
}

.active .propose-title__min-text.green_text {
    background-color: rgba(143, 174, 15, .5);;
}

.active .propose-title__min-text.orange_text {
    background-color: rgba(252, 92, 24, .5);;
}

.propose-title__min-text .first_span {
    font-size: 127px;
    color: transparent;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
}

.propose-title__min-text .second_span {
    font-size: 121px;
    color: transparent;
    -webkit-text-stroke: 1px #F24F17;
    text-stroke: 1px #F24F17;

}

.propose-title__min-text .smaller {
    font-size: 115px;
}

.propose__anim-box {
    width: 309px;
    height: 56px;
    background-color: #F24F17;
    border-radius: 4px;
    position: relative;
    align-self: flex-end;
    margin-right: 10px;
    margin-top: 24px;
    padding-top: 7px;
    display: inline;
    text-align: center !important;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
    -webkit-transform: translateX(-120px);
	-ms-transform: translateX(-120px);
	transform: translateX(-120px);
    opacity: 0;
}

.propose__anim-box.green {
    background-color: #95B315;
}

.active .propose__anim-box {
    -webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: opacity .1s .8s, -webkit-transform 1s .8s;
	transition: opacity .1s .8s, -webkit-transform 1s .8s;
	-o-transition: transform 1s .8s, opacity .1s .8s;
	transition: transform 1s .8s, opacity .1s .8s;
	transition: transform 1s .8s, opacity .1s .8s, -webkit-transform 1s .8s;
}

.propose__anim-box::before {
    content: url('../../../images/box_shadowx3.png');
    position: absolute;
    top: 30%;
    left: 0;
}

.propose__anim-box.green::before {
    content: url('../../../images/box_shadow_green.png');
    position: absolute;
    top: 30%;
    left: 0;
}


.propose__anim-box:hover {
    color: #fff;
}

.propose__anim-box::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #2C2B30;
    border-radius: 50%;
    right: 5px;
    top: 14px;
}

.main-slider__slide-content .propose__anim {
    width: 100%;
}

.propose__anim-elements {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.propose__anim-line-box  {
    position: relative;
}

.propose__anim-icon_1 {
    position: absolute !important;
    bottom: 20px;
    right: 16px;
    width: 124px;
    height: 99px;
    -webkit-transform: translateX(-120px);
	-ms-transform: translateX(-120px);
	transform: translateX(-120px);
    opacity: 0;
}

.active .propose__anim-icon_1 {
    -webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: opacity .1s .4s, -webkit-transform 1s .4s;
	transition: opacity .1s .4s, -webkit-transform 1s .4s;
	-o-transition: transform 1s .4s, opacity .1s .4s;
	transition: transform 1s .4s, opacity .1s .4s;
	transition: transform 1s .4s, opacity .1s .4s, -webkit-transform 1s .4s;
}

.propose__anim-leave_1 {
    position: absolute;
    bottom: 150px;
    right: 0;
    -webkit-transform: translateX(-120px);
	-ms-transform: translateX(-120px);
	transform: translateX(-120px);
    opacity: 0;
}


.active .propose__anim-leave_1 {
    -webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: opacity .1s .4s, -webkit-transform 1s .4s;
	transition: opacity .1s .4s, -webkit-transform 1s .4s;
	-o-transition: transform 1s .4s, opacity .1s .4s;
	transition: transform 1s .4s, opacity .1s .4s;
	transition: transform 1s .4s, opacity .1s .4s, -webkit-transform 1s .4s;
}

.propose__anim-line {
    -webkit-transform: translateX(120px);
	-ms-transform: translateX(120px);
	transform: translateX(120px);
    opacity: 0;
    position: absolute;
    bottom: 50px;
    left: 39px;
}

.active .propose__anim-line {
    -webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: opacity .1s .6s, -webkit-transform 1s .6s;
	transition: opacity .1s .6s, -webkit-transform 1s .6s;
	-o-transition: transform 1s .6s, opacity .1s .6s;
	transition: transform 1s .6s, opacity .1s .6s;
	transition: transform 1s .6s, opacity .1s .6s, -webkit-transform 1s .6s;
}

.propose__anim-icon_2 {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
    opacity: 0;
}


.active .propose__anim-icon_2 {
    -webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1;
	-webkit-transition: opacity .1s 1.4s, -webkit-transform 1s 1.4s;
	transition: opacity .1s 1.4s, -webkit-transform 1s 1.4s;
	-o-transition: rotate 1s 1.4s, opacity .1s 1.4s;
	transition: rotate 1s 1.4s, opacity .1s 1.4s;
	transition: rotate 1s 1.4s, opacity .1s 1.4s, -webkit-transform 1s 1.4s;
}

.left {
    text-align: left;
    align-self: flex-start;
}


.owl-dots {
    position: relative;
    margin: 0 auto !important;
    bottom: 65px;
    width: 10%;
    display: flex;
    justify-content: space-around;

}
/*
.owl-carousel .owl-dots .owl-dot {
    transform: rotate(45deg);
    margin: 5px 6px;
}*/

.owl-carousel .owl-dots .owl-dot span {
    border-radius: 2px;
    margin: 0;
    position: relative;
    left: 0;
    bottom: 5px;
    background-color: rgb(255, 255, 255, .2);
    display: inline-block;
    width: 15px;
    height: 15px;
	border-radius:50%;
	box-shadow:0 0 5px 2px #000;
}

.owl-carousel .owl-dots .owl-dot.active {
    border: 1px solid #BC1B26;
    border-radius: 2px;
    width: 15px;
    height: 15px;
	border-radius:50%;
	position:relative;
	bottom:3px;
	box-shadow:0 0 5px 2px #000;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #BC1B26;
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 7px;
    height: 7px;
    padding: 3px;
    display: inline-block;
}

.main_banner_container {
    /*background: url('../images/main_banner.jpg')no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 200px; 
    padding-top: 75px;
    padding-bottom: 95px;*/
}

.main_banner_content {
    width: 90%;
    max-width: 550px;
}

.main_banner_title h2 {
    font-size: 72px;
    line-height: 55px;
    text-transform: uppercase;
    color: #BC1B26;
    position: relative;
}

.main_banner_title h2 span {
    font-weight: 300;
    font-size: 36px;
}

.main_banner_title h2::before,
.main_banner_title h2::after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 209px;
    height: 1px;
    top: 27px;
    left: -220px;
    background: linear-gradient(270deg, #BC1B26 0%, rgba(251, 1, 6, 0) 100%);
}

.main_banner_title h2::after {
    left: unset;
    transform: rotate(180deg);
    right: -100px;
}

.main_banner_txt {
    margin-top: 90px;
}

.main_banner_txt .item_txt {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.main_banner_txt .item_txt  .txt {
    margin-left: 52px;
    color: #FFF;
}

.main_banner_txt .item_txt p {
    font-size: 36px;
    text-transform: uppercase;
}

.main_banner_txt .item_txt span {
    font-size: 18px;
    margin-top: 5px;
    line-height: 150%;
}

.products_titles {
    width: 100%;
    margin-top: 90px;
}

.products_titles h1,
.myorders_list h1,
.my_account_title h1 {
    font-size: 64px !important;
    line-height: 150%;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    color: #BC1B26;
    margin-bottom: 60px;
}

.products_titles h1::before,
.products_titles h1::after,
.myorders_list h1::before,
.myorders_list h1::after/*,
.my_account_title h1::before,
.my_account_title h1::after*/
 {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -240px;
    background: linear-gradient(270deg, #BC1B26 0%, rgba(251, 1, 6, 0) 100%);    
    width: 209px;
    height: 2px;
}

.products_titles h1::after {
    left: unset;
    right: -240px;
    transform: rotate(180deg);
}

.products_titles p {
    margin-top: 33px;
    margin-bottom: 68px;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    display: none;
}

.products_titles p::before, .products_titles p::after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #F24F17;
    border-radius: 50%;
}

.products_titles p::before {
    margin-right: 17px;
}

.products_titles P::after {
    margin-left: 17px;
}

.product_container {
    width: 100%;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}

.block_item {
    display: flex;
    flex-direction: column;
    max-width: 345px;
    background: #3F5F6C0D;
    border-radius: 12px;
    position: relative;
    width: calc(25% - 30px);
    margin: 0 15px 20px !important;
    transition: all .4s ease-in-out;
}
.block_item .image{
    position: relative;
}
.block_item:hover,
.orders_list_container .myorders_block_info:hover {
    box-shadow: 0px 0px 10px rgba(251, 1, 6, 0.35);
}

.block_item .name {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0 !important;
    width: 100%;
    background: rgba(200, 200, 200, 0.1);
    backdrop-filter: blur(31px);
    -webkit-backdrop-filter: blur(31px);
    min-height: 55px;
    font-size: 24px !important;
    font-weight: bold !important;
}

.block_item .name a {
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 24px;
}
.jshop_list_product .block_product {
    height: 100%;
    margin: 0
}

.jshop_list_product .block_item .jshop_price {
    color: #2A2A2F;
    font-size: 20px;
    font-weight: 700;
    /*display: flex;*/
    align-items: center;
    margin-bottom: 0 !important;
    color: #FFFFFF;
}

.block_item .jshop_price .old_price {
    font-size: 14px;
    text-decoration: line-through;
    color: #999;
}

/*.block_item .buttons {
    height: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
    width: 80%;
}*/

.was_added_to_cart {
    color: #BC1B26 !important;
    font-weight: 300;
    font-size: 18px !important;
    position: absolute;
    bottom: 5px;
    left: 0;
    text-align: center;
}

.block_item .buttons .was_added_to_cart {
    position: absolute;
    top: 40px;
    left: 0;
    font-size: 15px;
}

.block_item .weight p {
    padding-top: 6px;
    padding-bottom: 6px;
}

.jshop_list_product .block_item .image {
    width: 100%;
    height: 325px;
    margin: 0;
}

.jshop_list_product .block_item .description {
    text-align: center;
    padding: 0;
}

.block_item_more_link  {
    background: #BC1B26;
    border-radius: 9px;
    padding: 8px 38px;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    border: 1px solid #BC1B26;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 45px;
    transition: all .4s ease-in-out;
}

.block_item_more_link:hover { 
    background: transparent;
    color: #FFF;
}

.jshop_list_product .image_block {
    width: 100%;
    height: 100%;
    padding: 0;
}

.jshop_list_product .image_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.weight p {
    text-align: center;
}

.short_product_info_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 30px 30px 45px;
    position: relative;
}

.uf_options_characteristic_1 {
    margin-top: 20px;
}

.short_product_info_container::after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 5%;
    width: 90%;
    display: inline-block;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 245, 0, 0.00) 0%, rgba(255, 230, 0, 0.50) 51.04%, rgba(255, 245, 0, 0.00) 100%);
}

.short_product_info_container .weight {
    font-weight: 300;
    font-size: 18px;    
    line-height: 21px;
    color: rgba(255, 255, 255, 0.75);
    
}

.show_more {
    margin-top: 50px;
    margin-bottom: 100px;
}

.show_more a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 18px 50px;
    border: 1px solid #000;
    border-radius: 8px;
}

.home_banner {
    background: url('/images/main-ban.jpg') no-repeat center;
    height: 650px;
    background-size: cover;
    margin-top: 90px;
}

.home_banner_container {
    padding-top: 100px;
    padding-left: 11%;
}

.home_banner h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
}

.home_banner p {
    font-weight: 500;
    font-size: 96px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFFFFF;
    width: fit-content;
    position: relative;
}

.home_banner p::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 2px;
    bottom: 10px;
    left: 0;
    background: linear-gradient(90deg, rgba(251, 1, 6, 0) 0.98%, rgba(63, 95, 108, 0.5) 46.08%, rgba(251, 1, 6, 0) 100.1%);
}

.home_links{
    width: 705px;
}

.home_links--link {
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #BC1B26;
    border-radius: 4px;
    width: calc(33% - 20px);
    margin-top: 20px;
    font-weight: 500;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.home_links--link a {
    color: rgba(255, 255, 255, 0.85);
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}

.home_links--link:hover {
    background: #BC1B26;
}

.home_links--link:hover a {
    color: #fff;
}

.delivery_container  {
    padding-top: 90px;
}

.delivery_titles {
    width: 90%;
    margin: 0 auto;
}

.delivery_titles h2 {
    font-size: 64px;
    line-height: 150%;
    text-transform: uppercase;
    color: #BC1B26;
}
.delivery_titles p {
    font-size: 24px;
    line-height: 150%;  
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: lowercase;
    color: #FFFFFF;
}
     
.delivery_info_columns {
    max-width: 1281px;
    width: 100%;
    padding-bottom: 60px;
    justify-content: space-between;
    padding-top: 60px;
}

.delivery_column {
    width: calc(50% - 53px);
}

.delivery_column h4{
    font-size: 24px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.75);
}

.delivery_column h4:nth-child(3) {
    margin-top: 20px;
}

.delivery_column p {
    margin-top: 5px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
}

.delivery_info_columns img {
    padding-right: 15px;
}

.bottom_text {
    width: 100%;
    max-width:1281px;
    margin-top: 65px;
    margin-bottom: 120px;
}

.footer {
    background: #323232;
    height: 293px;
    background-size: cover;
}

.footer_container {
    padding-top: 86px;
}
.footer_menu {
    width: 90%;
    max-width: 500px;
}
.footer_menu_list {
    height: 130px;
}
.footer_menu_list--item {
    margin-top: 29px;
    text-align: center;
}

.footer_menu_list--item:first-child, .footer_menu_list--item:nth-child(4), .footer_menu_list--item:nth-child(7) {
    margin-top: 0;
}

.footer_menu_list--item a{
    text-transform: uppercase;
    color: #FFFF;
    font-size: 14px;
}

.footer .logo_container img {
    width: 360px;
}

.footer .logo_container p {
    color: #9C9CA3;
    font-size: 11px;
    width: calc(100% - 120px);
}

 .footer_info_container {
    width: 20%;
    position: relative;

}

.footer_info_container .phone_number {
    width: 100%;
}
.phone_number img {
    position: relative;
    top: 5px;
    width: 20px;  
    margin-right: 10px;  
}

.phone_number a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.work_time {
    margin: 17px 0 15px;
    
}

.social_number {
    margin-top: 45px;
    border-bottom: 1px solid rgba(156, 156, 163, 0.2);
    padding-bottom: 22px;
}

.social_icons_footer {
    justify-content: space-between;
    margin-top: 30px;
    /*width: 150px;*/
    padding: 0;
}

.footer_info_container::before {
    content: '';
    position: absolute;
    display: inline-block;
    left: -30%;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 52.6%, rgba(255, 255, 255, 0) 100%);
}

.social_icons_footer li:not(:first-child) img {
    margin-left: 5px;
}

.social_link {
    color: #F24F17;
    font-size: 14px;
    margin-left: 19px;
}

.social_link:hover {
    color: #F24F17;
}

.work_time p, .social_number p {
    color: #9C9CA3;
}

.time img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.time p a{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-left: 11px;
}

.footer_second {
    width: 100%;
    background-color: #2A2A2F;
    height: 70px;
}

.rights {
    color: #ffff;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

.social_links .links_item a{
    color: #9c9c9c;
}

.social_links .links_item img {
    margin-right: 13px;
}

.footer_menu_list--item:hover a{
    color: #fff;
}

/* Category styles */

.custom_category .jshop_list_product {
    width: 100%;
}

.container_products {
    max-width: 1281px;
    width: 100%;
}

.jshop.container_products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    width: 80%;
}

.container_products .product .image {
    width: 100%;
    height: 328px;
    position: relative;
    margin: 0;
}

.container_products .sblock3,.container_products .sblock1 {
    width: 100%;
    border-radius: 12px;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    background: rgba(63, 95, 108, 0.05);
    transition: all .4s ease-in-out;
    min-width: 300px;
    overflow: hidden;
}

.container_products .sblock3:hover,.container_products .sblock1:hover{
    box-shadow: 0px 0px 10px rgba(251, 1, 6, 0.35);
}

.container_products .name {
    position: absolute;
    bottom: 0;
    margin-bottom: 0 !important;
    width: 100%;
    background: rgba(66, 66, 66, 0.2);
    backdrop-filter: blur(31px);
    min-height: 55px;
    font-size: 24px !important;
    font-weight: bold !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.container_products .name a {
    color: #fff;
    font-size: 24px;
}
.jshop_list_product .product{
    height: 100%;
}
.jshop_list_product .product .description {
    width: 80%;
    text-align: center;
    flex: 1;
    overflow: hidden;
    padding: 40px 0 0;
}

.jshop_list_product .product .description p {
    font-size: 20px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
}

.component_container  {
    padding: 0 15px 40px;
    max-width: 1520px;
    margin: 0 auto;
    width: 95%;
}

.container_products .list_category .name {
    width: 100%;
    background: #2D2D2D;
    border-radius: 0 0 8px 8px;
    padding: 10px 0;
    position: relative;
top: 0;
}
/* 
.jshop_list_product .block_product{
    margin-bottom: 0;
} */
.jshop_list_product .list_category .product .image {
    margin-bottom: 0px;
}
.jshop_list_product .block_product.list_category {
    margin-bottom: 0px;
}
.jshop_list_product .block_product.list_category:hover {
    opacity: 0.7;
}
/* filter */

#jshop_unijax_filter {
    width: 300px;
    margin-top: 20px !important; 
}
.filter_container {
    max-width: 1281px;
    margin: 0 auto;
}

.jshop_filters {
    width: 100%;
    max-width: 308px;
    box-sizing: border-box;
    padding:0 0 30px 0;
    background: rgba(63, 95, 108, 0.05);
    border-radius: 12px;
}

.uf_select_options ul.chzn-choices {
    padding: 0 !important;
    display: none !important;
}

.jshop_filters .name {
    height: 40px;
    background-color: #2D2D2D;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
}

.jshop_filters .name p {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.characteristics_custom  {
    border: none !important;
    background: initial !important;
}

.characteristics_custom span {
    font-weight: bold;
    font-size: 24px;
    color: #FFFF;
    text-transform: uppercase;
}

.uf_wrapper {
    padding-left: 20px;
    padding-top: 30px;
}

.options_custom .uf_input {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 90%;
    background: transparent;
    position: relative;
}

.options_custom .uf_input::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(251, 1, 6, 0) 0%, #BC1B26 52.6%, rgba(251, 1, 6, 0) 100%);
    left: 0;
    bottom: 0;
    opacity: 0.5;
    transition: all .4s ease-in-out;
}

.options_custom .uf_input:hover::after {
    opacity: 1;
}

.uf_count {
    display: none !important; 
}

.uf_options {
    border: none !important;
}
.uf_input input[type="checkbox"] {
  
  position: absolute;
  z-index: -1;
  opacity: 0;

}

.uf_input input[type="checkbox"]+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
  }
.uf_input input[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.uf_input input[type="checkbox"]:checked+label::before {
    border-color: #BC1B26;
    background-color: #BC1B26;
}

.uf_input label span {
    margin-left: 10px;
    font-size: 14px;
    text-transform: lowercase;
    color: #FFFFFF;
}

.uf_input:hover  {
    background: rgba(63, 95, 108, 0.05) !important;
}

.uf_input:hover span {
    color: #fff !important;
}

uf_label_characteristics_1 {
    color: #000 impor !important;
}

.uf_label_selected {
    color: #000 !important;
}

.uf_trigon {
    display: none !important;
}

/*  Product styles */

.cat-header {
    height: 198px; 
    background: url('../../../images/cat-header.jpg')no-repeat ;
    background-size: cover; 
    color: #fff; 
    text-align: center; 
    padding-top: 54px;
}

.cat-header h1 {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.cat-header .category_description {
    margin-top: 20px;
    padding-bottom: 42px;
    border-bottom: 6px solid #F24F17;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center; 
    justify-content: center;
}

.cat-header .category_description::before, .cat-header .category_description::after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #F24F17;
    border-radius: 50%;
}

.cat-header .category_description::before {
    margin-right: 17px;
}

.cat-header .category_description::after {
    margin-left: 17px;
}

.jshop .product_label img {
    width: 60px;
    margin-top: 30px;
    margin-left: 30px;
}



.jshop_list_product .jshop .old_price {
    font-size: 14px;
}

.productfull {
    width: 100%;
    margin: 0 auto;
    margin-top: 65px;
    margin-bottom: 90px;
}

.productfull .image_middle {
    max-width: 630px;
    width: 50%;

}

.productfull .image_middle img {
    border-radius: 8px 0px 0px 8px;
    height: 100%;
    object-fit: cover;
    max-height: 600px;
    min-height: 471px;
    width: 100%;
}

.productfull .product_label img {
    width: 100px;
    height: 100px;
    min-height: 100px;
}

.product_info_container {
    width: 50%;
    max-width: 660px;
    border-radius: 0px 9px 8px 0;
    min-height: 470px;
    padding: 45px 60px 45px 60px;
    background: rgba(63, 95, 108, .05);
}

.product_info_container h1 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.product_info_container .ingredients{
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
}

.product_info_container .jshop_prod_description p {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: normal;
    opacity: 0.8;
}
.productfull .jshop_prod_description{
    font-size: 24px;
    color: #D1D1D1;
    position: relative;
}

.jshop_code_prod {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: .65;
}

.jshop_prod_description {
    margin-top: 10px;
}


.jshop_prod_description, .productweight, .prod_price, .prod_buttons {
    width: 100%;
}

.jshop_prod_description li,
.jshop_prod_description p
{
    color: rgba(255, 255, 255, .8);
    font-size: 24px;
}

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

.productweight {
    width: 166px;
    padding: 7px 0  7px 0;
    border-radius: 8px;
    border: 1px solid #000;
    text-align: center;
}

.prod_price {
    margin-top: 23px;
    padding-bottom: 40px;   
    border-bottom: 1px solid #ededed;
}

.prod_price #block_price {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.productfull .prod_buttons {
    margin-top: 41px;
    position: relative;
}

.productfull .product-buttons .btn-primary {
    background-color: #BC1B26;
    border-color: #BC1B26;
    width: 180px;
    padding: 5px 10px;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
text-transform: uppercase;

color: #FFFFFF;

}

.productfull .productweight {
    border: none;
    font-size: 24px;
    line-height: 150%;
    color: #BC1B26;
    text-transform: lowercase;
    width: auto;
    text-align: left;
}

.prod_qty_container {
    display: flex;
    align-items: center;
    border-radius: 4px;
}

.prod_qty_container .inputbox {
    background: initial;
    border: none;
    width: 45px !important;
    text-align: center;
}

.jshop .prod_qty_input input {
    font-size: 24px;
    color: #FFF !important;
}

.prod_qty_container .product_minus, .prod_qty_container .product_plus  {
    width: 30px !important;
    height: 36px;
    background: initial;
    border: none;
    color: #fff;    
}

#block_price.total_price {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #BC1B26;
}
.productfull .prod_qty_input {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.grey_container {
    background: #FAFAFA;
}
.review_header {
    margin-top: 20px;
    font-weight: bold;
    border-bottom: 1px solid #999;
}
.latest_products {
    max-width: 1520px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.oiproduct {width:100%; flex: 1}

.oiproduct .productweight {
    margin-bottom: 17px;
}

.oiproduct .jshop_price, .jshop_list_product .oiproduct .jshop_price{
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
}

.oiproduct .buttons .button_buy {
    width: 180px;
    height: 40px;
    background-color: #F24F17;
    border-radius: 4px;
    border: none;
    margin-top: 30px;
}
.container_products .sblock3:hover .oiproduct .buttons .button_buy,
.container_products .sblock1:hover .oiproduct .buttons .button_buy {
 background-color: #FA7032;
}

.btn-success:not(:disabled):not(.disabled):active {
    background-color: #FA7032 !important;
    border: none !important;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:focus {
    box-shadow: none !important;
}
/*--------------------------------------------------------------------------------------------------------------------*/

/*------------MODUL LOGIN----------------------------*/

.myorders_no_orders {
    font-size: 24px;
    color: #FFFFFF;
}

.account-btn { display: inline-block; width: 28px; height: 22px; background: url('/images/tandoor/login.svg') no-repeat; background-position: center center; }
.account-btn.active { background: none; width: auto; height: auto;}
.account-btn:hover { color: #fff;}

@media (min-width: 992px) { .account-btn:hover i { color: #00A45B; } }

.account-btn i { margin-right: 4px; color: #bbbbbb; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; display: none; }

.account-name { display: none;}
.account-name.active { display: inline-block; }
/*баг display:none;*/
.account-context { position: absolute; top: 100%; right: 0; padding: 30px; min-width: 310px; white-space: nowrap; background: #20201F; border-radius: 0px 0px 9px 9px; opacity: 0; z-index: -10; height: 0; overflow: hidden; -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); display:none; }

.account-context.shown { opacity: 1; z-index: 4; height: auto; overflow: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); -webkit-transition: opacity .3s, -webkit-transform .3s; transition: opacity .3s, -webkit-transform .3s; -o-transition: transform .3s, opacity .3s; transition: transform .3s, opacity .3s; transition: transform .3s, opacity .3s, -webkit-transform .3s; }

.account-context_sm { right: -25px; top: -webkit-calc(100% + 10px); top: calc(100% + 10px); }

.account-context__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 12px 30px; color: #FFFFFF;}

.account-context__item:hover { background: #00A45B; color: #fff; }

.account-context__item i { margin-right: 5px; color: #bbbbbb; font-size: 14px; }

.account-context__close { display: none; }

.account-context__form-box { padding: 5px 10px; }

.account-context__form-box .form-inline { display: block; }

.account__exit-btn { width: 100%; background: none; border: none; text-align: left; }

.login__input { width: 100%; }

.login__input-box { width: 100%; margin-bottom: 10px; }

.login__check-label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; cursor: pointer; padding: 10px 0; }

.login__check-label .inputbox { margin-left: 5px; }

.login__forgot { padding: 15px 0 5px; width: 100%; }

.login__forgot a:hover { color: #00A45B; }

.login__reg-link { padding: 10px 0; }

.login__reg-link a:hover { color: #00A45B; }



/*-----------END OF MODUL LOGIN----------------------------*/

/*-----------CHECKOUT----------------------------*/

#step2errors,
#step3errors,
#step4errors { display: none; }


#oneStepCheckoutForm {
    margin-top: 40px;
}

#oneStepLoginForm {
    width: 100%;
    margin-top: 30px;
}

h1.checkout_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 64px;
    padding-bottom: 30px;
    position: relative;
    color: #BC1B26;
    width: fit-content;
    margin: 20px auto 60px;
}

h1.checkout_title::after,
h1.checkout_title::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 209px;
    height: 1px;
    left: -240px;
    top: 40px;
    background: linear-gradient(270deg, #BC1B26 0%, rgba(251, 1, 6, 0) 100%);;
}

h1.checkout_title::after {
    left: unset;
    right: -240px;
    transform: rotate(180deg);
}

.jshop_payment_method p {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.75;
}


.title_uk_custom {
    display: none !important;
}


#oneStepLoginForm .uk-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: none;
    background: rgba(63, 95, 108, 0.25);
    height: 161px;
}

#oneStepLoginForm .uk-panel .input_container,  #oneStepLoginForm .uk-panel .uk-button {
    margin-left: 20px;
    margin-right: 20px;
}

#oneStepLoginForm .uk-panel .input_container {
    width: 90%;
    max-width: 300px;
}


#oneStepLoginForm .uk-panel-title {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    margin-left: 35px;
}

.uk-panel .uk-form-icon {
    display: flex;
    align-items: center;
}

.uk-panel .uk-form-icon input {
    background-color: #fff;
    border: none;
    height: 35px;
    width: 300px;
    height: 40px;
}

.uk-panel label {
    margin-bottom: 0;
    font-size: 18px;
}


.uk-panel .uk-button {
    width: 180px;
    height: 60px;
    border: 1px solid #BC1B26;
    color: #fff;
    background: #BC1B26;
    text-align: center;
    transition: all .4s ease-in-out;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.uk-panel .uk-button:hover {
    background: transparent;
}


.uk-panel .uk-button i {
    padding-right: 20px;
}

.table_container {
    max-height: 600px;
    overflow: auto;
    background: #191B1B;
    border-radius: 5px;
}

.table_container td,
.table_container td a {
    font-size: 24px;
    color: #FFFFFF;
    border-bottom: none !important;
}

.table_container td:first-child {
    padding-left: 45px;
}

.table_container td:last-child {
    padding-right: 40px;
}

.extern_row span.delete {
    top: 0 !important;
}


.table_container tr {
    position: relative;
}

.table_container tr:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(63, 95, 108, 0) 1.56%, rgba(63, 95, 108, 0.5) 46.35%, rgba(63, 95, 108, 0) 100%);    
}

.table_container .delete_item_cart  {
    font-size: 14px;
}

.table_container i {
    transform: rotate(45deg);
    font-size: 14px;
}


/*-----------END OF CHECKOUT----------------------------*/


/* User page  */
.user_info_container {
    width: 100%;
    margin-top: 30px;
}

.myaccount_urls .editdata a, .myaccount_urls .showorders a, .myaccount_urls .urllogout a{
    display: inline-block;
    min-width: 310px;
    padding: 10px 16px;
    border-radius: 9px;
    text-align: center;
    cursor: pointer;
    background: #BC1B26;
    transition: all .4s ease-in-out;
    border: 1px solid #BC1B26;
    color: #ffff;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 10px;
}

.myaccount_urls .editdata a:hover, .myaccount_urls .showorders a:hover {
    background-color: transparent;
    color: #ffff;
}

.myaccount_urls .urllogout a {
    background: transparent;
    min-width: unset;
    width: 125px;

}
/* end user page */
/* edit user acc */

.edit_account_container, .register_container {
    width: 100%;
}

.register_container {
    padding-top: 90px;
}

.register_container .form-validate {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 90px;
}

.register_container h1 {
    font-weight: normal;
    font-size: 64px;
    line-height: 150%;
    text-transform: uppercase;
    color: #BC1B26;
    position: relative;
}

.register_container h1::before,
.register_container h1::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 209px;
    left: -240px;
    top: 40px;
    height: 1px;
    background: linear-gradient(270deg, #BC1B26 0%, rgba(251, 1, 6, 0) 100%) ;
}

.register_container h1::after {
    transform: rotate(180deg);
    left: unset;
    right: -240px;
}

.form_edit_custom {
    width: 100%;
}

div.jshop_register {
    width: calc(50% - 20px);
    max-width: 580px;
    padding: 0;
}

.form_edit_custom div.jshop_register,
div.jshop_register.checkout_register {
    width: 100%;
    max-width: unset;
}

div.jshop_register.checkout_register {
    margin-top: 25px !important;
}

div.jshop_register .control-group {
    width: 100%;
    margin: 0 auto;
}

div.jshop_register .controls,
.reset_custom .controls{
    position: relative;
    margin-top: 45px;
    width: 100%;
}

.jshop_register input,
.reset_custom fieldset input {
    width: 100%;
    height: 60px;
    padding: 10px 20px ;
    background: rgba(63, 95, 108, 0.05);
    border-radius: 9px;
    margin-top: 5px;
    color: #FFFF;
    border: none;
    margin: 0;
    font-weight: 300;
    font-size: 20px;
}

.jshop_register input.button {
    background: #BC1B26;
    outline: none;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    border: 1px solid #BC1B26;
}

.jshop_register input.button:hover {
    background: transparent;   
}

div.jshop_register label,
.reset_custom fieldset label {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    opacity: 0.35;   
    transition: all .4s ease-in-out;
    width: 100%;
    padding-left: 20px;
}

div.jshop_register label::after,
.reset_custom fieldset label::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background:  linear-gradient(90deg, rgba(251, 1, 6, 0) 0%, #BC1B26 49.99%, rgba(251, 1, 6, 0) 100%);
    transition: all .4s ease-in-out;
}


div.jshop_register input:focus + label,
div.jshop_register input.filled + label,
.reset_custom fieldset input:focus + label,
.reset_custom fieldset input.filled + label{
    top: -20px;
    font-size: 16px;
    opacity: 0.9;
}

div.jshop_register input:focus + label::after,
div.jshop_register input.filled + label::after,
.reset_custom fieldset input:focus + label::after,
.reset_custom fieldset input.filled + label::after {
    bottom: -73px;
}

.other_delivery_adress {
    width: 100%;
    margin-top: 20px;
}

.other_delivery_adress .control-label {
    font-size: 16px;
    font-weight: bold;
}

.box_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-top: 30px;
}

.form_edit_custom .box_button {
    width: 100%;
}

.box_button .controls {
    width: 100%;

}
.box_button .controls .btn {
    width: 100%;
    background-color: #F24F17;
    border: 1px solid #F24F17;
    height: 45px;
}

.form_edit_custom .box_button .btn {
    background: #BC1B26;
    border: 1px solid #BC1B26;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    color: #FFFF;
    height: 50px;
    transition: all .4s ease-in-out;
}

.form_edit_custom .box_button .btn:hover {
    background: transparent;
}

.reset {
    margin: 0 auto;

    margin-top: 40px;
}

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

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

.reset_custom fieldset .control-group {
    width: 100%;

}


.reset_custom fieldset .control-label label {
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}
/* 
.reset_custom fieldset input {
    height: 50px;
    border: 1px solid #F24F17;
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
} */

.reset_custom .btn {
    width: 100%;
    background: #BC1B26;
    border-radius: 9px;
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #BC1B26;
    transition: all .4s ease-in-out;
}

.reset_custom .btn:hover {
    background: transparent;
}


/* end /*

/* orders list  */

.orders_container {
    width: 100%;
    margin-top: 30px;
}
.orders_list_container {
    margin-top: 40px;
}

.order_items .total_price {
    font-size: 18px;
    font-weight: 400;
}

.orders_list_container .myorders_block_info {
    margin: 0 10px;
    padding: 10px 20px;
    /*border: 1px solid #e9ecef;*/
    border-radius: 8px;
	background: rgba(63, 95, 108, 0.05);
    display: flex;
    flex-direction: column;
	color:rgba(255, 255, 255, 0.75);
}

.myorders_block_info .order_number,
.myorders_block_info .order_status{
	margin-bottom:20px;
	}
	
.order_number span, .order_status span{
	font-weight:900;
	}
.buttons_account_details{
	text-align: center;
    padding: 10px 30px;
    background: #BC1B26;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 6px;
	display: inline-block;
	margin-top: 20px;
}
	
.myorders_total{
	color:#fff;
	margin-top: 50px;
}
.tableOrderList{
border-top: 2px solid #fff;
padding: 15px;
}
.table_order_list {
    background-color: #fff;
    border: none;
}

.table_order_list .row-fluid div {
    margin-top: 10px;
}

.myorderinfo {
    width: 100%;
}
.myorderinfo .order_number,
.myorderinfo .order_status,
.myorderinfo .order_date,
.myorderinfo .order_total,
.myorderinfo .userinfo,
.myorderinfo .product_head,
.jshop_prod_cart .product_name,
.myorderinfo .shipping_block_info,
.myorderinfo .payment_block_info,
.myorderinfo .history
{
	padding-left:25px;
}
/* 
.shipping_block_info div, .payment_block_info div, .history div {
    text-align: right;
} */

/* end */

/* order page */

.details_button { 
    width: 80%;
    text-align: center;
    padding: 5px 0;
    background-color: #F24F17;
    border-radius: 4px;
    margin: 0 auto; 
}

.details_button a {
    color: #fff;
}

#oneStepCheckoutForm .uk-panel-box {
    background: transparent;
    border: none;
    padding-top: 0;
}

.title_uk_custom {
    font-size: 14px;

}

.registartion_column  {
    max-width: 700px;
    width: 60%;
}


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

.jshop_nvg_register .os-value span {
    width: 100%;
    display: inline-block;
}


.jshop_nvg_register .uk-grid {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
}

.jshop_nvg_register #tr_field_f_name,
.jshop_nvg_register #tr_field_l_name {
    width: calc(50% - 15px);
}

.jshop_nvg_register input,
#div_register .uk-grid .os-value input,
.uk-panel .uk-form-icon input{
    width: 100% !important;
    height: 60px !important;
    padding: 10px 20px !important;
    border: none !important;
    border-radius: 9px !important;
    margin-top: 0 !important;
    color: #FFF !important;
    background: rgba(63, 95, 108, 0.05) !important;
} 

.jshop_nvg_register .os-value {
    padding-left: 0 !important;
}

.jshop_nvg_register > div > div > span {
    position: relative;
}

.jshop_nvg_register label,
#order_add_info + label,
.uk-panel .uk-form-icon label{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    padding-left: 20px;
    font-weight: 300;
    font-size: 19px;
    color: #FFFF;
    opacity: .35;
    transition: all .4s ease-in-out;
    width: 100%;
    text-align: left;
    margin-left: 0;
}

#order_add_info + label {
    top: 20px;
}

#oneStepCheckoutForm .add_info {
    margin-top: 5px !important;
    margin-bottom: 20px;
    position: relative;
}

.jshop_nvg_register input:focus + label,
.jshop_nvg_register input.filled + label,
#order_add_info:focus + label,
#order_add_info.filled + label,
.uk-panel .uk-form-icon input:focus + label,
.uk-panel .uk-form-icon input.filled + label {
    font-size: 14px;
    top: -10px;
    opacity: 1;
}

#order_add_info:focus + label,
#order_add_info.filled + label {
    top: -20px;
}

.jshop_nvg_register .os-name {
    text-align: center;
    font-size: 18px;
}

.uk-grid:not(.uk-grid-preserve) + .uk-grid {
    margin-top: 0;
}

.step_two_container {
    display: flex;
}

#oneStepCheckoutForm .requiredtext {
    display: none;
}

#step2 .jshop_register {
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

#step2 .jshop_register .os-name {
    text-align: center;
    font-size: 18px;
}
#step2 .jshop_register .os-value select{
    width: 100%;
    margin-top: 20px;
    height: 40px;
    border-radius: 4px;
    appearance: none;

}

/* #step2 .jshop_register .os-value {
    position: relative;
}

#step2 .jshop_register .os-value::after {
    content: url('../../../images/select_icon.svg');
    width: 10px;
    height: 5px;
    position: absolute;
    right: 30px;
    top: 28px;
} */

.address_block {
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

#div_register .uk-grid {
    max-width: 630px;
    margin-left: 0;
    position: relative;
}

#div_register .uk-grid .os-name {
    padding-left: 0;
}

#div_register .uk-grid .os-value {
    padding-left: 0;
}

#div_register .uk-grid .os-value input {
    width: 100%;
}


#step3 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

#div_delivery .os-value {
    width: 100%;
}

#div_delivery .os-name {
    margin-top: 10px;
}

#div_delivery .os-value span {
    width: 100%;
    display: inline-block;
}

#div_delivery .os-value input
 {
    width: 100% !important;
    height: 45px !important;
    padding: 10px 20px !important;
    border: 1px solid #ededed !important;
    border-radius: 4px !important;
    margin-top: 10px !important;
}

#div_delivery .requiredtext {
    display: none !important;
}

.create_account_continaer input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.create_account_continaer input[type="checkbox"] + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-weight: 300;
    color: #FFFFFF;
    font-size: 20px;
}

.create_account_continaer input[type="checkbox"] + label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

.create_account_continaer input[type="checkbox"]:checked + label::before {
    border-color: #BC1B26;
    background-color: #BC1B26;
}


.shipping_method_container input[type="radio"] {
      
    position: absolute;
    z-index: -1;
    opacity: 0;
  
}

.shipping_method_container input[type="radio"]+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-weight: 300;
font-size: 20px;color: #FFFFFF;
}

.shipping_method_container input[type="radio"]+label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

.shipping_method_container input[type="radio"]:checked+label::before {
    border-color: #BC1B26;
    background-color: #BC1B26;
}

.payment_method_container input[type="radio"] {
      
    position: absolute;
    z-index: -1;
    opacity: 0;
  
}

.payment_method_container input[type="radio"]+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
}

.payment_method_container input[type="radio"]+label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

.payment_method_container input[type="radio"]:checked+label::before {
    border-color: #BC1B26;
    background-color: #BC1B26;
}

.agb_container input[type="checkbox"] {
      
    position: absolute;
    z-index: -1;
    opacity: 0;
  
}

.agb_container input[type="checkbox"]+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    justify-content: center;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
}

.agb_container input[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    transform: rotate(45deg);
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

.agb_container input[type="checkbox"]:checked+label::before {
    border-color: #F24F17;
    background-color: #F24F17;
}

agb_container

#oneStepCheckoutForm div.quantity span.quantityless::after {
    border-bottom: 0;
}

#oneStepCheckoutForm .order_info_container .uk-panel-box {
    background: transparent;
    padding: 0;
}

.order_info_container {
    width: 730px;
    box-sizing: content-box;
}

.order_info_container .jshop {
    background-color: transparent;
}

.order_info_container .uk-panel-header {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.order_info_container .minicart thead {
    background-color: #2D2D2D;
    color: #fff;
    height: 65px;
    display: none;
}

.order_info_container .minicart {
    margin-top: 0;
}

.order_info_container .uk-icon-trash-o {
    color: #F24F17;
}

.order_info_container .jshop_prod_cart,
.listOrder .jshop_prod_cart{
    height: 60px;
    background: transparent;
}


.order_info_container .jshop_prod_cart td {
    padding-top: 30px;
}

#oneStepCheckoutForm div.quantity {
    display: flex;
    align-items: center;
}

#oneStepCheckoutForm div.quantity span.quantitymore, #oneStepCheckoutForm div.quantity span.quantityless {
    position: static;
    border: none;
    display: flex;
    width: 24px;
}

#oneStepCheckoutForm div.quantity span.quantitymore::after, #oneStepCheckoutForm div.quantity span.quantityless::after {
    display: none;
} 

#oneStepCheckoutForm div.quantity span.quantitymore::before, #oneStepCheckoutForm div.quantity span.quantityless::before {
    display: inline-block;
    width: 24px;
    height: 30px;
    color: #FFFFFF;
    text-align: center;
}

#oneStepCheckoutForm div.quantity input {
    color: #FFFFFF;
}


.total_container {
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding: 0 5px;
}


#oneStepCheckoutForm div.quantity span.quantitymore::before {
    content: '+'
}

#oneStepCheckoutForm div.quantity span.quantityless::before {
    content: '-'
}

#oneStepCheckoutForm input[id^="quantity"] {
    width: 35px;
    border: none;
    font-size: 24px;
    background: initial;
    text-align: center;
}

#step5 .jshop_subtotal td {
    padding-left: 20px;
    padding-right: 20px;

}

#step5 .jshop_subtotal tr {
    height: 30px;
}

#step5 .jshop_subtotal .total {
    height: 50px;
    background-color: rgba(242, 79, 23, .2);

}

#step5 .jshop_subtotal .total  td {
    padding-top: 20px;
    padding-bottom: 20px;
}

#step5 .jshop_subtotal .name {
    text-align: left;
}

#oneStepCheckoutForm  .order_info_container .row_agb {
    border: none;
    font-size: 12px;
    width: 90%;
}

#oneStepCheckoutForm  .order_info_container .row_agb a {
    font-weight: 400;
}

.additional_info_title {
    font-size: 14px;
}

#order_add_info {
    margin-top: 20px;
    width: 100%;
    min-height: 100px;
    padding: 10px;
    margin-top: 0 !important;
    border: none !important;
    border-radius: 9px !important;
    color: #FFF !important;
    background: rgba(63, 95, 108, 0.05) !important;
	resize: none; 
}

#button_order_finish {
    width: 290px;
}

.total_container p {
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
}

.total_container p.price {
    font-weight: bold;
    color: #BC1B26;
    padding: 0 5px;
}

/* about us page */

.component_container .container {
    max-width: 1520px;
    padding: 0;
}

.article_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article_container h1,
.reset h1,
.jshop .latest_products h1,
.cart_empty_text,
.pagelogin h1 {
    text-align: center;
    font-size: 64px;
    margin-top: 60px;
    text-transform: uppercase;
    color: #BC1B26;
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.my_account_title {
    width: 100%;
    text-align: center;
}

.jshop_profile_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jshop_profile_data .name,
.jshop_profile_data .email{
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
}

.jshop_profile_data .email {
    margin-left: 60px;
}

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

a.btn-arrow-left {
    display: none;
}



.article_container h1::after,
.article_container h1::before ,
.reset h1::after,
.reset h1::before,
.jshop .latest_products h1::before,
.jshop .latest_products h1::after,
.cart_empty_text::before,
.cart_empty_text::after {
    content: '';
    display: inline-block;
    width: 209px;
    height: 1px;
    position: absolute;
    left: -240px;
    top: 40px;
    background: linear-gradient(270deg, #BC1B26 0%, rgba(251, 1, 6, 0) 100%);

}

.pagenav, .jshop_pagination {
    display: none;
}

.article_container h1::after,
.reset h1::after,
.jshop h1::after,
.jshop .latest_products h1::after,
.cart_empty_text::after {
    left: unset;
    right: -240px;
    transform: rotate(180deg);
}

.chzn-results {
    width: 100% !important;
}

.article_container p {
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 30px;text-align: center;
}

.article_container .about_list, .article_container .delivery_list {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    width: 100%;
    flex-wrap: wrap;
}

.article_container .delivery_list {
    justify-content: flex-start;    
}

.article_container .delivery_list {
    margin-top: 30px;
}

.article_container .about_list .about_list_item {
    display: flex;
    flex-direction: column;
    width: 25%;
    max-width: 292px;  
    text-align: center;
    align-items: center;
}

.article_container .delivery_list li {
    width: calc(33% - 10px);
    margin-top: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #FFF;
}

.article_container .delivery_list li span {
    font-weight: 300;
}

.article_container ul li img {
    width: 220px;
    padding-bottom: 40px;
}
/* end */


.productfull .image_middle #list_product_image_middle {
    display: flex;
}

.productfull .image_middle #list_product_image_middle a {
    display: flex;
    justify-content: end;
    width: 100%;
}

.chzn-container-single .chzn-single {
    background: none !important;
    background-color: initial !important;
    box-shadow: none !important;
    border: none !important;
    color: #fff !important;
}

.chzn-container-single .chzn-single span {
    margin-right: 0 !important;
}

.chzn-container-single .chzn-single div {
    width: 10px !important;

}

.chzn-container .chzn-results li.highlighted{
    background-color: initial !important;
    background-image:none !important;
    color: #000 !important;
}


#user-registration {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background: rgba(63, 95, 108, .05);
    padding: 35px 60px;
    border-radius: 12px;
    margin-top: 90px;
}

#user-registration h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;  
    text-transform: uppercase; 
    color: #FFFFFF;
}

#user-registration p {
    font-size: 24px;
    line-height: 35px;  
    color: #FFFFFF;
    text-align: left;
    margin-top: 30px;
}
.mobile_cart_burger  {
    position: relative;
}

.error_container {
    display: flex;
    justify-content: space-between;
    padding: 61px 80px 120px 110px;
    background: rgba(63, 95, 108, 0.1);
    border-radius: 29px;
    margin-top: 79px;
}

.error_container img,
.error_container .error_txt {
    width: 50%;
}

.error_container img {
    height: 520px;
    object-fit: contain;
}

.error_container h1 {
    text-align: left;
    font-size: 151.111px;
    margin: 0;
}

.error_container h4 {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.error_container p {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.75);
    text-align: left;
    margin-top: 17px;
}

.error_container a {
    font-weight: 500;
    font-size: 25px;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 275px;
    padding: 9px 10px;
    text-align: center;
    background: #BC1B26;
    border-radius: 9px;
    margin-top: 60px;
    display: inline-block;
}

.error_container h1::before,
.error_container h1::after {
    content: none;
}

.recommended_container {
    width: 100%;
}
/* START SEARCH IN HEADER STYLES */
.header .searchajax {
    background: #20201F;
}
.header .jshop-search-result{
    background: #20201F;
}
.searchajax .search__form {
    display: flex;
}
.searchajax .search__input {
    min-width: 213px;
    border: 1px solid rgba(188, 27, 38, 0.5);
    border-radius: 6px;
    background-color: transparent;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    transition: .4s;
    margin-right: -4px;
}
.searchajax .search__input:focus {
    border-color: rgba(188, 27, 38, 1);
}
.searchajax .search__button {
    background: #BC1B26;
    border: 1px solid #BC1B26;
    border-radius: 0px 6px 6px 0px;
    cursor: pointer;
    padding: 3px 10px;
    margin-right: 20px;
}
.searchajax .search__button img {
    width: 18px;
    height: 18px;
}

.searchajax #search-result {
    background: #20201F;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
    border-radius: 3px;
    margin-top: 10px;
    width: 250px;
    visibility: hidden;
}

.searchajax #search-result.active {
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    visibility: visible;
}

.searchajax .ajaxsearch {
    border: none;
    width: 100%;
}

.searchajax .itemsearch {
    position: relative;
}

.searchajax .itemsearch::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    display: inline-block;
    height: 1px;
    background: linear-gradient(90deg, rgba(251, 1, 6, 0) 1.56%, rgba(63, 95, 108, 0.5) 46.35%, rgba(251, 1, 6, 0) 100%);
}

.searchajax .itemsearch .itemlink {
    padding: 10px 0;
}

.searchajax .itemsearch img {
    width: 65px;
    height: 45px;
    min-width: 65px;
    min-height: 45px;
    object-fit: contain;
    margin-right: 10px;
}

.searchajax .itemsearch .aj_det .itemlink {
    text-transform: uppercase;
    color: #FFFFFF;
}

.searchajax .detailsearch {
    margin: 0;
}

.searchajax .detailsearch .titlesearch {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
}

.searchajax .detailsearch .pricesearch {
    font-size: 12px;
    line-height: 14px;
}

.searchajax .ajax-search-more-results {
    background: #BC1B26;
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 2px 10px;
    margin-top: 15px;
}

.searchajax .itemsearch:hover {
    background-color: rgba(146 178 17 / 35%);
}
/* END SEARCH IN HEADER STYLES */
/* START SEARCH PAGE STYLES */
.search-page .products_titles h1 {
    margin-bottom: 0;
}
.search-page p.subtext-result {
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    display: block;
    margin-top: 0;
    margin-bottom: 60px;
    text-transform: none;
}
.search-page p.subtext-result::before,
.search-page p.subtext-result::after {
    content: none;
}

.search-page .jshop.container_products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1520px;
}
/* END SEARCH PAGE STYLES */

#oneStepLoginForm {
    order: 1;
}

@media screen and (max-width: 1500px){
    .home_links--link {
        background: rgba(0, 0, 0, .5);
    }
}
@media screen and (max-width: 1200px){

/*    #jshop_unijax_filter {
        width: 100%;
    }*/

    .jshop_filters {
        max-width: unset;
    }

    .uf_wrapper {
        padding-right: 20px;
    }

    .uf_options_characteristic_1 {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        column-gap: 15px;
    }

    .options_custom .uf_input {
        width: 120px;
    }

    .options_custom .uf_input::after {
        content: none;
    }

    .uf_input label span {
        margin-left: 3px;
    }

    .products_titles h1::before, 
    .products_titles h1::after,
    .main_banner_title h2::before,
    .main_banner_title h2::after,
    h1.checkout_title::after,
    h1.checkout_title::before,
    .jshop h1::before,
    .jshop h1::after,
    .myorders_list h1::after,
    .myorders_list h1::before,
    .my_account_title h1::after,
    .my_account_title h1::before,
	.pageDostavka h1::before,
	.titleh2_umovi_dostavky::before, 
	.pageDostavka h1::after,
	.titleh2_umovi_dostavky::after,
	.register_container h1::before, 
	.register_container h1::after,
    .category_titles h1::before,
    .category_titles h1::after
    {
        content: none;
    }
    .mobile_cart_burger {
        width: 35%;
    }

    .burger-menu  {
        border: none;
    }

    .mod-menu li:not(:first-child) {
        border-left: none;
        padding-left: 0;
    }

    .mod-menu li img {
        padding-right: 0;
    }

    .mod-menu li.parent {
        flex-direction: row;
    }

    .mod-menu li.parent:hover .nav-child {
        opacity: 0;
        display: none;
    }

    .mod-menu li span {
        display: inline-block;
        width: 150px;
    }

    /* .custom_container, .container_header, .component_container  {
        width: 95%;
    } */

    .custom_category {
        padding-left: 20px;
        width: 100%;
    }

    .mod-menu {
        margin-left: 0;
    }

    .product_container {
        justify-content: space-around;
        max-width: 750px;
    }
    .block_item {
        max-width: 500px;
        width: calc(50% - 73px);
    }

    .delivery_info_columns {
        width: 80%;
    }

    .bottom_text {
        width: 80%;
    }

    .footer 
    {
        height: auto;
        background-size: cover;
    }

    .footer_container  {
        width: 80%;
        flex-direction: column;
        align-items: center;
    }

    .footer_menu_list, .footer_info_container {
        margin-top: 45px;
    }

    .footer_info_container {
        padding-bottom: 30px;
        width: auto;
    }

    .footer_info_container::before {
        content: none;
    }

    .second_footer_container {
        width: 80%;
    }

    .productfull {
        max-height: unset;
        height: auto;
    }

    .productfull form {
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        max-height: unset;
    }

    .productfull .image_middle {
        width: 90%; 
        display: flex;
        justify-content: center;
        
    }


    .productfull .image_middle #list_product_image_middle a {
        justify-content: center;
    }

    .productfull .image_middle img {
        border-radius: 8px 8px 0 0;
        border-top: 1px solid transparent;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
		max-height:100%;
		min-height:100%;
    }

    .product_info_container {
        border-radius: 0 0 9px 9px;
        width: 90%;
        flex-wrap: nowrap;
        max-width: 630px
    }

    .product_info_container h1 {
        border-radius:0;
    }
    /* START SEARCH IN HEADER STYLES */
    .mobile_cart_burger {
        width: 50%;
    }
    /* END SEARCH IN HEADER STYLES */
    /* START SEARCH PAGE STYLES */
    .search-page .jshop.container_products {
        grid-template-columns: 1fr 1fr 1fr;
    }
    /* END SEARCH PAGE STYLES */
}

@media screen and (max-width: 1000px) {
    .container_products{
        flex-direction: column;
        align-items: center;
    }

   /* .main-slider__slide {
        height: 580px;
    }  */  

    .propose__anim-elements {
        display: none;
    }

    .propose__circle {
        top: 90px;
        left: 80px;
    }

    .propose-title__min-text {
        font-size: 80px;
        text-align: left;
    }
    .propose-title__min-text .smaller {
        font-size: 75px;
    }
    .propose-title__min-text .first_span {
        font-size: 75px;
    }
    .propose-title__min-text .second_span {
        font-size: 75px;
    }
    .propose__anim-box {
        align-self: flex-start;
    }

    .article_container .delivery_list {
        justify-content: space-between;
    }

    .article_container .delivery_list li {
        width: 45%;
    }

    #oneStepCheckoutForm .step_two_container {
        flex-direction: column;
    }

    #oneStepCheckoutForm .step_two_container .order_info_container, #oneStepCheckoutForm .step_two_container .registartion_column   {
        width: 100%;
    }

}
@media screen and (max-width: 992px){
    .home_banner {
        height: 560px;
    }
    .home_links--link {
        font-size: 20px;
    }
    
    .home_banner_container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .error_container {
        flex-direction: column;
        align-items: center;
        padding: 20px 30px;
    }

    .error_container a  {
        width: 90%;
    }

    .error_container img ,
    .error_container .error_txt {
        width: 100%;
    }
    .myaccount_urls {
        flex-direction: column;
        align-items: center;
    }
    .myaccount_urls > div {
        margin-bottom: 30px;
    }
    .delivery_info_column {
        width: 100%;
    }

    .delivery_info_column:last-child {
        margin-top: 50px;
    }
    .article_container .about_list  {
        justify-content: space-around
    }

    .article_container .about_list .about_list_item {
        width: 45%;
        margin-top: 20px;
        
    }

    #oneStepLoginForm .uk-panel{
        height: auto;
        flex-direction: column;
        padding-top: 40px;
    }

    /* #oneStepLoginForm .uk-panel .uk-button  {
        margin-bottom: 20px;
    } */

    #oneStepLoginForm .uk-panel .input_container {
        margin-bottom: 40px;
    }

    #oneStepLoginForm .uk-panel .uk-form-icon input {
        width: 230px;
    }
    /* START SEARCH IN HEADER STYLES */
    .mobile_cart_burger {
        width: 65%;
    }
    /* END SEARCH IN HEADER STYLES */
}
@media screen and (max-width: 900px){
	.home_banner_container .home_links {
        width: 90%;
    }
}
@media screen and (max-width: 768px){

    .register_container .form-validate {
        flex-wrap: wrap;
    }

    div.jshop_register {
        width: 100%;
        max-width: unset;
    }

    .jshop.container_products {
        grid-template-columns: 1fr 1fr ;
    }

    .header_black{
        height: auto;
        padding: 6px 0;
    }
    .header_black .mod-menu{
        display: none;
    }
    .header_black .toptel:not(.samo){
        display: none;
    } 
    .info_list .links_item.samo{
        text-transform: uppercase;
        margin: 0 auto 0 0;
    }
    .header_black .mod-languages{
        display: none;
    }
    .container_header {
        flex-direction: column;
    }

    .container_header .links_list {
        display: none;
    }
	
    .info_list .links_item span {
        display: inline-block;
    }
	.info_list .links_item span.icon-arrow-phone_close2{display:none;}
	
	.dopPhone-content span.icon-arrow-phone_close,
	.dopPhone-content span.icon-arrow-phone_close2,
	.dopPhone-content span.header-phone{display:inline-block;}
	
    

    .productfull .prod_buttons {
        flex-direction: column;
        align-items: center;
    }

    .productfull .prod_buttons .total_price, .productfull .prod_buttons .buttons  {
        margin-top: 10px;
    }
   
    .productfull .prod_buttons .buttons input {
        width: 195px;
    }

    .block_item .image {
        width: 100%;
        height: auto;
    }
    .jshop_list_product .block_product{
        padding: 0;
        margin-bottom: 20px;
        border: none !important;
    }

    .sblock3 .block_product {
        border: none;
    }

    .products_titles h1 {
        text-align: center;
    }

    .home_banner_container {
        padding-left: 0;
    }
    .home_banner p {
        font-size: 75px;
    }

    /* .footer_second {
        height: 120px;
    } */

    .second_footer_container {
        flex-direction: column;
        height: 85%;
    }

    .component_container {
        flex-wrap: wrap;
    }

    .owl-dots {
        width: 20%;
    }

    #step2 .jshop_register {
        flex-direction: column;
    }

    .mobile_cart_burger {
        width: 45%;
    }
    /* START SEARCH IN HEADER STYLES */
    .mobile_cart_burger {
        width: 70%;
    }
    .searchajax .search__input {
        min-width: 125px;
    }
    /* END SEARCH IN HEADER STYLES */
    /* START SEARCH PAGE STYLES */
    .search-page .jshop.container_products {
        grid-template-columns: 1fr 1fr;
    }
    /* END SEARCH PAGE STYLES */
}
@media (max-width: 1100px){
	.main_banner_txt img {
        display: none;
    }
	.icon-arrow-phone, .icon-arrow-phone_close,
	.icon-arrow-phone, .icon-arrow-phone_close2
	{
    width: 7px;
    height: 7px;
	}
	.links_item span.icon-arrow-phone{
		display:inline-block
	}

	.main_banner_txt .item_txt .txt {
        text-align: right;
        margin-left: 0;
    }
	.main_banner_title h2 {
        font-size: 36px;
        text-align: right;
    }
    .main_banner_title h2 span {
        font-size: 24px;
    }
	.main_banner_content {
    width: 80%;
	}
	/*.main_banner_container {
        padding-right: 55px;
	}*/
}
@media (max-width: 575px) {
    /* START SEARCH IN HEADER STYLES */
    .mobile_cart_burger  {
        width: 45%;
    }
    .header .mobile_cart_burger .searchajax {
        display: none;
    }
    .header .searchajax {
        display: flex;
    }
    .header {
        height: auto;
        padding-bottom: 15px;
    }
    .header .lang-inline{
        display: flex;
        align-items: center;
        width: auto;
    }
    .header .mod-languages{
        width: 100%;
        margin: 0 16px 0 0;
    }
    .header .lang-inline li, .header .mod-languages ul.lang-inline li{
        background: transparent;
        width: auto;
        padding: 0;
        margin: 0 15px 0 0;
    }
    .container_header .mod-languages a{
        padding: 0;
    }
    .search-mob,
    .searchajax .search__form,
    .searchajax .search__input {
        width: 100%;
    }
    .searchajax .search__button {
        margin-right: 0;
    }
    .searchajax #search-result {
        margin-top: 40px;
    }
    .searchajax #search-result {
        width: 300px;
    }
    /* END SEARCH IN HEADER STYLES */
}
@media (max-width: 550px){
	.products_titles{
		margin-top:50px;
	}
    .mobile_cart_burger {
       width: 40%;
    } 
    /*.uf_options_characteristic_1 {
        flex-direction: column;
    }*/

    .jshop.container_products {
        grid-template-columns: 1fr;
    }

    .register_container h1,
    .products_titles h1,
    .delivery_titles h2,
    .reset h1,
    h1.checkout_title,
    .jshop h1,
    .myorders_list h1,
    .my_account_title h1 {
        font-size: 32px !important;
    }

    .delivery_info_columns {
        width: 95%;
    }

    .delivery_titles {
        width: 95%;
    }

    .delivery_titles p {
        text-align: left;
    }
    .delivery_column {
        width: 100%;

    }

    .toptel_container  {
        width: 100%;

    }

   .toptel_container ul {
        /*width: 60%;*/
        justify-content: flex-start;
    }
	.dopPhone-content span.header-phone {
    font-size: 8px;
}
    .account {
        width: 28px;
    }

    .account-btn {
        text-align: right;
    }
    .account-name {
        font-size: 13px;
    }
   .js-account-list.open_account {
        right: 0;
    } 

    .tel {
        font-size: 12px;
        font-weight: 400;
    }

    /*.info_list .links_item:first-child {
        width: 139px;
    }*/
    
    .topadr,
    .toptime {
        font-size: 12px;
        padding-right: 12px;
    }
    .info_list .topadr img,
    .info_list .toptime img,
    .info_list .toptel img {
            padding-right: 5px;
            width: 18px;
        
        }
    .info_list .toptel {
        padding-left: 10px;
    }    

    .account-context {
        min-width: 300px

    }

 /*   .main-slider__slide {
        height: 300px;
    }*/

    .main_banner_container {
        padding-right: 0;
        padding-bottom: 20px;
        padding-top: 50px;
    }

    .main_banner_content {
        margin: 0 auto;
    }
    .main_banner_txt {
        margin-top: 40px;
    }

    .jshop_profile_data .email {
        margin-left: 0;
    }


    .user_info_container {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .uk-table thead th {
        font-size: 12px;
    }

    .order_info_container .jshop_prod_cart td,
    .order_info_container .jshop_prod_cart td a {
        font-size: 16px;
    }

    .table_container,
    .total_container {
        width: 95%;
    }

    #oneStepCheckoutForm {
        overflow-x: hidden;
    }

    .custom_cart .container_cart_custom .extern_wrap {
        right: -60px;
        width: 320px;
    }
    .extern_row div.desription-top-middle span, .extern_row div.desription-top-middle span a {
        font-size: 16px;
    }
    .extern_row div.desription-top {
        width: 80%;
    }
    .extern_row span.delete {
        top: 0;
    }
    div.extern_wrap div.extern_bottom {
        flex-direction: column;
    }
    .gotocart .checkout {
        padding: 10px;
    }
    #oneStepLoginForm h1 {
        width: 80%;
        font-size: 26px;
        margin: 0 auto;
    }

    .uk-panel .uk-button {
        width: 230px;
    }

    .title_uk_custom {
        text-align: center;
    }

    #oneStepLoginForm .uk-panel-title {
        margin: 0 auto;
        width: 80%;
    }

    #oneStepLoginForm .uk-panel .input_container {
        margin-top: 10px;
    }

    .article_container .about_list .about_list_item  {
        width: 80%;
        align-items: center;
        text-align: center;
    }

    .article_container .delivery_list li {
        width: 80%;
    }


    .jshop_nvg_register .uk-grid {
        width: 100%;
        margin: 0;
        margin-top: 40px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .jshop_nvg_register .uk-grid .os-name {
        margin-top: 10px;
    }

    #oneStepCheckoutForm {
        margin-top: 0;
    }

    .jshop_nvg_register .uk-grid div {
        padding-left: 0;
    }

    .total_container {
        justify-content: space-around;

    }
    #oneStepCheckoutForm .button_order_finish {
        margin-top: 20px;
    }

    h1.checkout_title {
        margin-top: 30px;
    }
    #oneStepCheckoutForm .add_info {
        margin-top: 40px !important;
    }

    #order_add_info + label,
    #order_add_info:focus + label,
    #order_add_info.filled + label {
        font-size: 14px;
    }

    #step2 .jshop_register .os-value {
        display: flex;
        justify-content: center;
    }
    .address_block {
        width: 100%;
        margin: 0 auto;
    }

    #step2 .create_account_continaer {
        width: 80%;
        margin-top: 20px;
    }

    #step3, #step4 {
        width: 80%;
        margin: 0 auto;
    }


    .error__title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .number-error-big {
        font-size: 85px;
    }

    .home_banner {
        height: 480px;
    }

    .home_banner p {
        font-size: 56px;
    }
    
    .home_banner_container .home_links{
        width: 95%;
    }

    .home_banner_container {
        padding-top: 70px;
    }

    .block_item {
        width: 100%;
    }

    .footer_container {
        width: 90%;
        padding-top: 30px;
    }

    .footer_info_container{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .second_footer_container {
        width: 90%;
    }
    .footer_info_container .phone_number {
        text-align: center;
		justify-content: center;
    }

    #jshop_unijax_filter {
        width: 100%;
    }

    .custom_category {
        width: 100%;
        padding-left: 0;
    }

    .component_container {
        justify-content: center;
    }

    .container_products {
        width: 100%;
    }
    .container_products .sblock3,.container_products .sblock1, .jshop_filters {
        max-width: none;
        margin: 0;
    }

    .products_titles h1 {
        font-size: 36px;
    }
    .propose__circle {
        top: 40px;
        left: 30px;
    }

    .propose-title__min-text {
        font-size: 45px;
        line-height: 50px;
        width: max-content;
    }

    .propose-title__min-text .first_span, .propose-title__min-text .second_span {
        font-size: 45px;
    }

    .propose__anim-box {
        width: 230px;
        height: 45px;
        font-size: 20px;
        padding-top: 6px;
    }

    .propose__anim-box:before, .propose__anim-box.green::before {
        content:'';
        display: none;
    }

    .owl-dots {
        width: 40%;
        bottom: 30px;
    }
    .owl-carousel .owl-dots .owl-dot span {
        background-color: #2c2b3198;
    }

    .productfull .image_middle img {
        max-height: 250px;
        object-fit: cover;
    }

    .form_edit_custom, .register_container .form-validate {
        width: 80%;
    }

    .custom_cart .container_cart_custom {
        width: 40px;
        height: 84px;
    }
    .mycart_mini_txt.extern a {
        right: -5px;
    }
    /* START SEARCH PAGE STYLES */
    .search-page .jshop.container_products {
        grid-template-columns: 1fr;
    }
    /* END SEARCH PAGE STYLES */
    /* START FIX ADAPTIVE MOBILE STYLES */
    .products_titles {
        margin-top: 0;
    }
    .products_titles h1 {
        margin-bottom: 25px;
    }
    .latest_products {
        margin-bottom: 30px;
    }
    .block_item_more_link {
        margin-top: 10px;
    }
    .home_banner {
        margin-top: 0;
    }
    .delivery_container {
        padding-top: 40px;
    }
    .delivery_info_columns {
        padding-top: 30px;
    }
    .footer_menu_list, .footer_info_container {
        margin-top: 25px;
    }
    .footer_menu_list {
        height: 85px;
        padding-left: 0;
    }
    .footer_menu_list--item {
        margin-top: 10px;
    }
    .productfull {
        margin-top: 40px;
        margin-bottom: 0;
    }
    h1.checkout_title {
        padding-bottom: 0;
    }
    .jshop_nvg_register .uk-grid {
        margin-top: 20px !important;
    }
    #oneStepCheckoutForm .add_info {
        margin-top: 20px !important;
    }
    .total_container {
        margin-top: 20px;
    }
    #oneStepLoginForm .uk-panel {
        padding-top: 15px;
    }
    .delivery_info_columns {
        padding-bottom: 30px;
    }
    .article_container h1 {
        margin-top: 30px;
    }
    .article_container .delivery_list {
        margin-top: 0;
    }
    /* END FIX ADAPTIVE MOBILE STYLES */
}
@media screen and (max-width: 425px){
    #oneStepLoginForm{margin-top:0;}
	#oneStepLoginForm .uk-panel .input_container{margin-bottom: 20px;}
	#oneStepLoginForm .uk-panel{padding-top:20px;padding-bottom:20px;}
	.jshop_nvg_register .uk-grid{margin-top:20px !important;}
	#step3 {padding-bottom: 10px;}
	.total_container{margin-top:20px;}
	.uk-grid>*>.uk-panel+.uk-panel{margin-top:0;}
	
    .productfull .prod_qty_input {
        margin-top: 0;
    }
    .footer_menu_list {
        padding-left: 30px;
    }
    .account-btn {
    text-align: right;
}
    .account-name {
    font-size: 11px;
}
   .js-account-list.open_account {
    right: 0;
} 
    .topadr,
    .toptime {
        font-size: 11px;
        padding-right: 8px;
    }
.info_list .topadr img,
.info_list .toptime img,
.info_list .toptel img {
        padding-right: 3px;
        width: 15px;
       
    }
 .info_list .toptel {
    padding-left: 8px;
}
    
}



/*@-moz-document url-prefix() {
    .block_item .name {
        background: rgba(10, 35, 23, .9);
    }

    .container_products .name {
        background: rgba(10, 35, 23, .9);
    }
}*/


.finish-page{	
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    background: rgba(63, 95, 108, .05);
    padding: 35px 60px;
    border-radius: 12px;
    margin-top: 90px;

}
.uk-panel-finish
{
	font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.uk-description-finish p{
	font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: left;
    margin-top: 30px;
	margin-bottom:60px;
}

.phone_number{
	display:flex;
	align-items: baseline;
}
.list_phone_number{
	display:flex;
	flex-direction:column;
}

.Payment_Methods_list li{
	color:#fff;
	font-weight: 500;
}

.titleh2_umovi_dostavky{
	font-size:30px;
	color:#fff;
	margin: 20px 0;
}
.myorderinfo{
	color:#fff;
}
.listOrder{
	background: #3f5f6c3f;
}
.dopPhone-content{
	display:none;
}
.icon-arrow-phone,
.icon-arrow-phone_close {
  width: 6px;
  height: 6px;
  border-top: 2px solid #BC1B26;
  border-right: 2px solid #BC1B26;
  display: inline-block;
  cursor: pointer;
}
 .icon-arrow-phone_close2 {
  width: 6px;
  height: 6px;
  border-top: 2px solid #BC1B26;
  border-right: 2px solid #BC1B26;
  display: none;
  cursor: pointer;
}
.icon-arrow-phone {
transform: rotate(135deg);
}

.icon-arrow-phone_close,
.icon-arrow-phone_close2 {
transform: rotate(-45deg);
}

.dopPhone-content {
  display: none;
    position: absolute;
    background-color: rgba(63,95,108,09);
    max-width: 145px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 4;
    /*right: 80px;*/
    border-radius: 10px;
    top: 35px;
	right:0;
	width:170px;
	color:white;
}
.dopPhone-content li{margin:5px;}

.dopPhone-content span.header-phone{font-size: 14px;}
.dopPhone-content ul{
	padding-left:0;
}

@media screen and (max-width: 768px){
	.dopPhone-content{
		top:20px;
	}
}

.txt_error_login_div1{
	color:#BC1B26;
    margin: 0 auto;
	text-align:center;
}
.txt_error_login_div2{
	color:#BC1B26;
	text-align:left;
	padding: 20px 0 0 20px;
}

.uk-icon-plus:before{content:"\f067"; bottom:5px; color: #dd1200; font-size:16px; position:relative;}

.account_form_login{
	max-width: 345px;
    border-radius: 12px;
    position: relative;
    margin-top: 20px;
    background: rgba(63, 95, 108, 0.05);
    transition: all .4s ease-in-out;
	margin: 0 auto;
    padding: 12px;
	color:rgba(255, 255, 255, 0.75);
}
.input_login_go{
	text-align: center;
    padding: 10px 30px;
    background: #BC1B26;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-block;
    margin-top: 20px;
    border: none;
}
.lost_password{
	color:#fff;
}
.block_button_register input{
	text-align: center;
    padding: 10px 30px;
    background: #BC1B26;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-block;
    margin-top: 20px;
    border: none;
}
.inputbox_login{
	padding: 10px;
    margin-top: 0 !important;
    border: none !important;
    border-radius: 9px !important;
}
.inputbox_login:first-child{
	margin-bottom:10px;
}

.old_price{
	font-size: 14px;
    text-decoration: line-through;
    font-weight: 100;
    color: #8b9093;
    display: block;
}
.old_price_product{
	font-size: 14px;
    text-decoration: line-through;
    font-weight: 100;
    color: #8b9093;
    display: block;
	text-align:center;
	margin:0;
}
.old_price_cat{
	font-size: 14px;
    text-decoration: line-through;
    font-weight: 100;
    color: #8b9093;
    display: block;
}
/*.odPricePrice{
	display: flex;
    flex-direction: column;
}*/
.errorMessage_new{
	color: #21292c;
    background-color: #e8f0fe;
    width: 95%;
    margin: 0 auto;
	z-index: 5;
	border-radius:10px;
}
.errorMessage_new .close{
	cursor:pointer;
	float:right;
}
.errorMessage_new .alert-warning{
	color:#21292c;
	background-color:#e8f0fe;
	border-color:#e8f0fe;
	width:95%;
	margin:0 auto;
}
/*решение бага*/
#delete_inlineContent_minicart_cart_view,
#error_inlineContent_minicart_cart_view{display:none;}
/*------------------------*/

.section_PageAkcii{
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300; 

    width: 100%;
    border-radius: 12px;
    position: relative;
    padding: 20px;
    
    background: rgba(63, 95, 108, 0.05);
    transition: all .4s ease-in-out;
}
.blockAnchor{padding-top: 80px;}
.items-row .item{margin-bottom:50px;}

.section_PageAkcii h2{margin-bottom: 20px;}
.section_PageAkcii img{height:auto;max-height: 300px;}
#step5 .latest_products .products_titles {margin-top: 50px;}
#step5 .latest_products .products_titles h1{margin-top: 0; margin-bottom: 0;}
#step5 .latest_products .product_container .block_item .description{display:none;}
#step5 .latest_products .block_item_more_link{display:none;}
#step5 .latest_products .product_container .block_item .weight{display:none;}
#step5 .latest_products .product_container{margin-top: 50px; display: block;}
#step5 .latest_products .product_container .block_item {max-width: none;width: auto; flex-wrap: nowrap; flex-direction: row;}
#step5 .latest_products .product_container .block_item .name{position: initial;padding-bottom: 32px;background: none;}
#step5 .latest_products .product_container .block_item .name.align_center{align-items: baseline;}
#step5 .latest_products .product_container .block_item .short_product_info_container{justify-content: space-around;}
.mod-menu li.item-157,.mod-menu li.item-158{display:none;}
.uf_wrapper_prices .uf_label_selected {background:#fff;}
#uf_prices .uf_trackbar_inputs input,#uf_prices .uf_trackbar_inputs span, .uf_inputreset{height: 30px;width: 70px;}
.uf_trackbar_inputs {display: flex;justify-content: space-between;}
#uf_prices_label span{ color: #fff;}
#uf_prices_label {
    margin: 0;
    border: none;
    background: none;
    padding-bottom: 30px;
    font-size: 24px;
}

#uf_prices_from, #uf_prices_to{background: none; border-radius: 4px;}
#jshop_unijax_filter .uf_trackbar table.trackbar .l .leftBlock .limit, #jshop_unijax_filter .uf_trackbar table.trackbar .r .rightBlock .limit{display: none;}

/*---------------mobile-menu-----------------*/
.list_phone_number div{
    margin: 7px 0;
}
.mobile_menu{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 15px 5px 30px;
    background: #171717;
    z-index: 3;
    width: 85vw;
    height: calc(100vh - 65px);
    text-align: left;
}
.mobile_menu .mod-menu{    
    overflow-y: scroll;
}
.mobile_menu .mod-languages{
    border-bottom:1px solid #3F5F6C;
    padding: 15px 0;   
    margin: 0;  
}
.mobile_menu .mod-languages li{
    margin-right: 12px;
}

.mod-languages{
    padding: 5px 0;   
    margin: 0 0 0 30px;  
    border: none;
}
.jshop_filters .head, .jshop_filters .head_group {
    font-weight: bold;
    font-size: 24px;
    color: #FFFF;
}
.jshop_filters .head{
    text-transform: uppercase;
}
.jshop_filters .filter_item label{
    display: flex;
    align-items: center;
    position: relative;
    border: none;
    transition: .3s;
    cursor: pointer;
    padding: 10px 5px;
    margin: 0;
}
.jshop_filters .filter_item label:hover{
    background: rgba(63, 95, 108, 0.05)
}
.filter_item input[type="checkbox"]{
    display: none;
}
.jshop_filters .fblock {
    border-bottom: none!important;
}
.filter_price > span > span{
    display: none;
}
.filter_price > span > input{
    background: transparent;
    text-align: center;
}
.jshop_filters .finame{
    margin-left: 10px;
    font-size: 14px;
    text-transform: lowercase;
    color: #FFFFFF;
}
.filter_item #amount{
    display: none;
}
.filter_item .label-checkbox{
    content: '';
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.filter_item input:checked + .label-checkbox{
    background-color: var(--red);
    border-color: var(--red);
}
.filter_item label::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(251, 1, 6, 0) 0%, #BC1B26 52.6%, rgba(251, 1, 6, 0) 100%);
    left: 0;
    bottom: 0;
    opacity: 0.5;
    transition: all .4s ease-in-out;
}
.jshop_filters .filter-price-block #slider-range{
    height: 1px;
    border-color: var(--red);
    margin: 30px 0;
}
.jshop_filters .filter-price-block .box_price_currency{
    display: none;
}
.jshop_filters .show_prices .filter-price-block .filter_price {
    display: flex;
    justify-content: center;
}
.jshop_filters .filter-price-block .filter_price .inputbox{
    text-align: center;
   min-width: 70px;
   height: 30px;
   flex-shrink: 0;
   border-radius: 4px;
   border: 1px solid #fff;
   outline: none;
   color: #fff;
   font-size: 18px;
   margin: 0;
 
}
.jshop_filters .filter-price-block .block-slider-range {
    margin-bottom: 0;
}
.jshop_filters .ui-slider-horizontal .ui-slider-handle {
    top: -.6em;
}
.phoneNumber_mobileMenu{
    display: flex;
    align-items: baseline;   
    border-top:1px solid #3F5F6C;
    border-bottom:1px solid #3F5F6C;
    padding: 5px 0; 
}
.phoneNumber_mobileMenu a{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.phoneNumber_mobileMenu div img{margin-right: 15px;}
.mobile_menu .mod-languages a{color:#BC1B26;}
.mobile_menu .mod-languages a:hover{color:#fff;}
.mobile_menu .mod-languages .lang-block{display: flex;}
.mobile_menu .burger-menu span{width: 20px;}
.mobile_menu .burger-menu{width: 35px;}
.mobile_menu .account {margin-top: 25px;}
li.item-179, li.item-169{
    margin-top: 20px;
    border-top: 1px solid #3F5F6C;
    padding-top: 20px;
    max-width: 100%;    
}
.form_sort_count{
    margin-bottom: 30px;
}
.form_sort_count .control-label{
    display:none;   
}
.form_sort_count .box_products_sorting .controls{font-size: 16px;}
.form_sort_count .box_products_sorting{
    display: flex;
}
.form_sort_count .box_products_sorting .control-label{width: 120px;}
.form-horizontal .form_sort_count .block_sorting_count_to_page .box_products_sorting .controls .inputbox{width: auto;}

.form-horizontal .form_sort_count .controls .inputbox option[selected='selected']{background: rgba(251, 1, 6, 1);border-radius: 4px;}
.form-horizontal .form_sort_count .controls .inputbox option:hover{background: rgba(251, 1, 6, 1);border-radius: 4px;}

.form-horizontal .form_sort_count .controls select#order option:checked,
.form-horizontal .form_sort_count .controls select#order option:hover {
    box-shadow: 0 0 10px 100px rgba(251, 1, 6, 1) inset;
}

.form-horizontal .form_sort_count .box_products_sorting .controls{margin-left: 15px; display: flex;justify-content: space-between;}

.btn_filter{
    width: auto;
    cursor: pointer;
}
.btn_filter{display: none;}
#jshop_unijax_filter .uf_wrapper{padding-right: 20px;}
#sort_count {
    padding-top:10px;
}
/*------------------------------------------*/
.ui-slider-horizontal {
    height: 1px;
    background: var(--red);
}
/*----------------------------*/
.text_zoom{
    display: none;
}
.block_rating_hits{
    display: flex;
    justify-content: flex-end;
}
.stars_no_active {
    width: 80px!important;
    height: 16px;
    background-image: url(/components/com_jshopping/images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.jshop_filters {
    align-self: flex-start;
    padding: 30px 20px; 
    margin-right: 30px;
}
.jshop_list_product a.block_btnFlter_link{color:#fff;}
.rowFilter{display:flex;justify-content:end;align-items:baseline; padding:20px 0;max-width: 1520px;margin: 0 auto;width: 95%;}
.category_titles {
    width: 100%;
    margin-top: 0;
}

.category_titles h1{
    font-size: 64px !important;
    line-height: 150%;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    color: #BC1B26;
}

.category_titles h1::before,
.category_titles h1::after
 {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -240px;
    background: linear-gradient(270deg, #BC1B26 0%, rgba(251, 1, 6, 0) 100%);    
    width: 209px;
    height: 1px;
}

.category_titles h1::after {
    left: unset;
    right: -240px;
    transform: rotate(180deg);
}
.row_container_products{display: flex;flex-wrap: nowrap;}
.form-horizontal .form_sort_count .controls .inputbox{background: none;color:#fff; padding: 7px 15px;width: auto;border: 1px solid #354D57;border-radius: 4px;}
.form-horizontal .form_sort_count .controls .inputbox option{background: #171717; font-size: 16px;}
.form-horizontal .form_sort_count .controls .inputbox option[selected='selected']{background: rgba(251, 1, 6, 1);border-radius: 4px;}

.block_sorting_count_to_page .icon-arrow{
    background: none;
    color: #fff;
    width: 36px;
    padding: 8px;
    border: 1px solid #354D57;
    border-radius: 4px;
    margin-bottom: 0;
}   
/*--------------------------------------------*/
.pageAbout h1{
	font-size: 64px;
	line-height: 96px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    color: #BC1B26;
    margin-bottom: 60px;
	width: max-content;
    margin-left: auto;
	margin-right: auto;
}
.pageAbout h1:before,.pageAbout h1:after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -240px;
    background: linear-gradient(270deg, #BC1B26 0%, rgba(251, 1, 6, 0) 100%);
    width: 209px;
    height: 1px;
}
.pageAbout h1:after{
    left: unset;
    right: -240px;
    transform: rotate(180deg);    
}
.pageAbout p{color: rgba(255, 255, 255, 0.75);}
.columns_pageAbout{display:flex;justify-content: space-around; margin-bottom: 100px; flex-wrap: wrap;}
.column_pageAbout{ width: 300px;margin-bottom: 30px;}
.bg_item{background: rgba(63, 95, 108, 0.05); width: 220px;height: 224px;margin: 0 auto;border-radius: 9px;}
.bg_item img{padding-top: 72px;padding-left: 30%;}
.description_pageAbout{max-width: 1520px;margin-bottom: 60px;font-weight: 300; font-size: 20px;line-height: 23px;}
.column_pageAbout p{
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    padding-top: 30px;
    text-align: center;    
}
.column_pageAbout p span{
    color: #fff;
    opacity: 1;
    font-size: 20px;
    font-weight: 500;    
}
.block_btnFlter_link {
    background: #BC1B26;
    border-radius: 9px;
    padding: 8px 10px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    border: 1px solid #BC1B26;
    text-transform: uppercase;
    transition: all .4s ease-in-out;
    height: 40px;
    width: 100px;
}
/*========================*/
.mod-languages{
    width: 32px;
    padding: 8px 0;
    position: relative;
}
.header .mod-languages{
  margin-left: auto;
}
.mod-languages .lang-list a, .header .mod-languages .lang-list a{
    color: #fff;
    font-size: 14px;
    font-weight: 600; 
    text-decoration: none;   
}
.mobile-menu .mod-languages .lang-list a{
  color: #fff;
}
.mod-languages .active-language{
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--light);    
}
.mobile-menu .mod-languages .active-language{
  color: #fff;
}
.mod-languages:hover .active-language, .mod-languages .lang-list a:hover{
    color: #fff;
}
.mobile-menu .mod-languages:hover .active-language, 
.mobile-menu .mod-languages .lang-list a:hover{
    color: var(--grey);
}
.mod-languages .lang-list{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 10px 5px;
    background: #181B22;
    border-radius: 0 0 4px 4px;
    transition: 0.3s;
    z-index: 10; 
}
.mobile-menu .mod-languages .lang-list{
  background: #fff;
  border: 1px solid var(--graphit);
}
.mod-languages .lang-list li{
  text-align: center;
  margin: 0;
}
.mod-languages .lang-list li a{
    padding: 0;
}
.mod-languages .active-language:before, .mod-languages .active-language:after{    
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 6px;
  height: 2px;
  transition: all 0.3s ease-out;
  background-color: var(--red);
  transform: translate(-2px, -50%) rotate(45deg);
}
.mod-languages .active-language:after {
  transform: translate(2px, -50%) rotate(-45deg);
}
.header_black .mod-languages:hover .active-language:before
 {
  transform: translate(-2px, -50%) rotate(-45deg);
  background: #fff;
}
.header_black .mod-languages:hover .active-language:after
{
  transform: translate(2.5px, -50%) rotate(45deg);
  background: #fff;
}
.mobile-menu .mod-languages:hover .active-language:before{
  transform: translate(-2px, -50%) rotate(-45deg);
}
.mobile-menu .mod-languages:hover .active-language:after{
  transform: translate(2.5px, -50%) rotate(45deg);
}
.mod-languages:hover .lang-list{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.mobile-menu .mod-languages{
  margin: 6px 25px 0 auto;
}


/*========================*/

.rowFilter a.block_btnFlter_link{color: #FFFFFF;}
.mod-languages .chzn-container-active.chzn-with-drop .chzn-single div b,.mod-languages .chzn-container-single .chzn-single div b{
    width: 6px;
    height: 6px;
    border-top: 2px solid #BC1B26;
    border-right: 2px solid #BC1B26;
    display: inline-block;
    cursor: pointer;
    padding-left: 3px;
    transform: rotate(135deg);
    margin-left: 10px;    
}
.block_sorting_count_to_page .controls .icon-arrow img{margin-bottom: 1px;margin-left: 0;}
.pageDostavka .columns_pageDostavka{display: flex;flex-wrap: wrap;justify-content: space-around;}
.columns_pageDostavka .column{
    width: 389px; 
    height: au1to;
    background: rgba(63, 95, 108, 0.1);
    border-radius: 12px;
    padding-top: 50px;
    text-align: center;
}
.columns_pageDostavka .column img{
    border-bottom:1px solid #3F5F6C;
    padding-bottom: 50px;
    margin-bottom: 33px;
}
.columns_pageDostavka .column .title{
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}
.columns_pageDostavka .column .description{
    font-size: 18px;
    line-height: 27px;    
    text-align: center;    
}

.text_pizza{
    max-width: 684px;
    margin-top: 50px;
    margin-left: 21%;
    font-size: 20px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
}
/*-----------------------*/
.section_dostavkaPage{width:1520px;}
.pageDostavka{max-width:1346px; margin:0 auto;}
.pageDostavka p{color: rgba(255, 255, 255, 0.75);}
.pageDostavka h1{margin-bottom:90px;}
.pageDostavka h1,.titleh2_umovi_dostavky{
	font-size: 64px;
	line-height: 96px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    color: #BC1B26;
    margin-bottom: 60px;
	width: max-content;
    margin-left: auto;
	margin-right: auto;
}
.pageDostavka h1:before,.titleh2_umovi_dostavky:before, .pageDostavka h1:after,.titleh2_umovi_dostavky:after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -240px;
    background: linear-gradient(270deg, #BC1B26 0%, rgba(251, 1, 6, 0) 100%);
    width: 209px;
    height: 2px;
}
.pageDostavka h1:after,.pageDostavka h2:after {
    left: unset;
    right: -240px;
    transform: rotate(180deg);
}
.pageDostavka .columns_pageDostavka,.columns_Payment_Methods_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}
.columns_pageDostavka .column, .columns_Payment_Methods_list .column{
    max-width: 389px; 
    height: 412px;
    background: rgba(63, 95, 108, 0.1);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 21px 0 21px;
	margin: 0 15px 30px;
}
.columns_pageDostavka .column img{
    border-bottom:1px solid #3F5F6C;
    padding-bottom: 28px;
    margin-bottom: 33px;
}
.columns_pageDostavka .column .title{
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
	color:#fff;
}
.columns_pageDostavka .column .description{
    font-size: 18px;
    line-height: 27px;    
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 15px;
    transition: .4s;    
}
.columns_pageDostavka .column .description a{
    color: rgba(255, 255, 255, 0.75);
}
.columns_pageDostavka .column .description a:hover{
    color: #fff;
}
.delivery_list{
    max-width: 1389px; 
    min-height: 544px; 
    background: rgba(63, 95, 108, 0.1); 
    border-radius: 12px;
    margin-top: 60px;
    display: flex;
    margin-bottom: 30px; 
	justify-content:space-between;	
	padding-left:80px;
	padding-right:120px;
	height:auto;
	width:auto;
}
.columns_Payment_Methods_list .column:nth-child(1) img{padding:36px 0 32px 0;}
.columns_Payment_Methods_list .column:nth-child(2) img{padding:93px 0 58px 0;}
.columns_Payment_Methods_list .column:nth-child(3) img{padding:47px 0 20px 0;}
.columns_Payment_Methods_list .column{
    max-width: 389px; 
    height: 484px;
    background: rgba(63, 95, 108, 0.1);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 21px; 
	margin-bottom: 30px;
}
.columns_Payment_Methods_list .column img{
    border-bottom:1px solid #3F5F6C;
    padding-bottom: 50px;
    margin-bottom: 33px;
}
.columns_Payment_Methods_list .column .title{
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
	color:#fff;
}
.columns_Payment_Methods_list .column .description{
    font-size: 18px;
    line-height: 27px;    
    text-align: center;
    margin-top: 15px;    
}
.border_right{border-right: 1px solid #282a2b;}
.columnName{
	max-width:340px;
	text-align:left;
	font-size: 24px;
	line-height: 36px;
	color:#fff;
	padding-bottom:45px;
}
.columnNotFree{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
	color:#fff;
	text-align: center;
    padding:120px 30px 67px 30px;
}
.columnFree{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
	color:#fff;
	text-align: center;
	min-width:131px;
    padding:120px 30px 67px 30px;
}
.columnPrice{
	font-weight: 300;
	font-size: 20px;
	line-height: 23px;
	color:#fff;	
	text-align:center;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableHead {
	display: table-cell;
	padding: 3px 10px;
}
.divTableCell {
	display: table-cell;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}
.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"]{font-size:16px;}
.btn_slider_Wednesday{
    padding: 10px 40px;
    background: #BC1B26;
    border-radius: 9px;
    width: max-content;
    position: absolute;
    top: 82%;
    left: 16.5%;
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    color:#fff;
}
.btn_slider_Lanch{
    padding: 10px 40px;
    background: #BC1B26;
    border-radius: 9px;
    width: max-content;
    position: absolute;
    top: 65%;
    left: 4%;
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    color:#fff;
}
.weight-calculation{
    font-size: 12px;
    color: #BC1B26;
    margin: 0 30px 30px;
}
.no_products_filter{
    font-size: 18px;
    color: #BC1B26;
}
.req-caption{
    font-size: 16px;
    color: #BC1B26;
    text-align: left;
    margin-bottom: 30px;
}
/*=============================*/

.delivery-caption{
    font-size: 18px;
    margin-top: 30px;
}
.delivery-caption .red{
    color: #BC1B26;
}
.delivery-caption .title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.delivery-caption .text{
    color: #545656;
    margin-bottom: 10px;
}
.delivery-caption ul li{
    position: relative;
    font-size: 18px;
    color: #545656;
    padding-left: 20px;
    margin-bottom: 10px;
}
.delivery-caption ul{padding: 0}
.delivery-caption ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #BC1B26;
    position: absolute;
    top: .6em;
    left: 0;
}
.uk-description-finish .finish-order-add{
    text-transform: uppercase;
    color: #BC1B26;
}
/*======================*/
.input-group{
    display: flex;
}
.form_sort_count{
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}
.input-group .icon-arrow-up, .input-group .icon-arrow-down{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url(/components/com_jshopping/images/arrow_down.gif) no-repeat center / 16px;
}
.input-group .icon-arrow-up{
    background-image: url(/components/com_jshopping/images/arrow_up.gif);
}


@media screen and (max-width: 1520px){
.section_dostavkaPage{width:auto;}
.header .logo {max-width: 150px}
.header .mod-menu {margin-left: 30px; padding: 0}
.mod-menu li:not(:last-child) {padding-right: 15px}
.jshop.container_products {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 1350px){
    .mobile_menu .mod-menu {
        display: block;
        position: initial;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0px 0 5px 0px;
        background: #171717;
        z-index: 100;
        width: auto;
        height: 100vh;
        text-align: right;
    }
}
@media screen and (max-width: 1264px){
    .form_sort_count .box_products_sorting{
        display: flex;
        justify-content: center;
        align-items: center; 
        margin-bottom: 15px;   
    }
}
@media screen and (max-width: 1200px){
	.header .open_menu ul.mod-menu li{width:100%;}

.btn_slider_Wednesday,.btn_slider_Lanch{
    padding: 5px 30px;
    font-size: 16px;
    line-height: 38px;
}
	.pageDostavka h1::before,
	.titleh2_umovi_dostavky::before, 
	.pageDostavka h1::after,
	.titleh2_umovi_dostavky::after,
	.category_titles h1::after,
    .category_titles h1::before,
	.pageAbout h1:before,
	.pageAbout h1:after{
        content: none;
    }
	.pageDostavka .columns_pageDostavka, .columns_Payment_Methods_list{justify-content:space-around;}
    .row_container_products #jshop_unijax_filter{display:none;}
    .rowFilter{justify-content:space-between;}
    .btn_filter{display: block;}
    .row_container_products{flex-wrap: wrap;}
    .jshop.container_products {width: 100%}
    .productfull .jshop_prod_description {font-size: 18px}
}
@media screen and (max-width: 768px){
    
	.delivery_list{padding-left:40px;padding-right:60px;}
	.columnName, .columnFree, .columnNotFree{font-size:20px;line-height:30px;}
	.columnPrice{font-size:16px;}
    .btn_slider_Wednesday,.btn_slider_Lanch{
        padding: 2px 20px;
        font-size: 14px;
        line-height: 30px;
    }
    .jshop.container_products {display: block;}
}
@media screen and (max-width: 555px){
    .form_sort_count .box_products_sorting{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
        margin-bottom: 15px;   
    }
	.delivery_list{padding-right:0;}
	.columnFree,.columnNotFree{padding-left:10px; padding-right:10px;}
	.pageDostavka h1, .titleh2_umovi_dostavky {
		margin-bottom: 25px;
		font-size: 32px !important;
	}
    .product_info_container {width: 100%; padding: 30px 15px}
    .component_container {padding: 0 0 40px}

}
@media screen and (max-width: 425px){
    .row_container_products{flex-wrap: wrap;justify-content: center;}
    .form-horizontal .form_sort_count .controls .inputbox{padding: 7px 10px; width: 87px;}
    .form-horizontal .form_sort_count .block_sorting_count_to_page .box_products_sorting .controls .inputbox{width: 160px;}
	.columnName, .columnFree, .columnNotFree{font-size:16px;line-height:25px;}
	.columnPrice{font-size:12px;}
    .btn_slider_Wednesday,.btn_slider_Lanch{
        padding: 2px 10px;
        font-size: 10px;
        line-height: 10px;

    }
    .category_titles h1 {font-size: 48px!important}
    .short_product_info_container {padding: 20px 10px}
    .home_links--link {width: calc(33.3% - 8px); font-size: 14px}
    .table_container td:first-child {padding-left: 15px}
}
@media screen and (max-width: 375px){
.columns_pageDostavka .column,.columns_Payment_Methods_list .column{width:320px;height:auto;}
.delivery_list{padding-left:10px;}
}
@media screen and (max-width: 325px){
	.columnName, .columnFree, .columnNotFree{font-size:12px;line-height:20px;}
	.columnPrice{font-size:10px;}
    .form-horizontal .form_sort_count .block_sorting_count_to_page .box_products_sorting .controls .inputbox{width: 75px;}
}
.capthaNew{
    position: absolute;
    top: -1000px;
}
.capthaNew span{
    color: #fff;
    font-size: 20px;
}
.header .cartajax-module-icon{
    height: 35px;
}
.header .cartajax-module-icon .module-count {
    background-color: #BC1B26;
    color: #fff;
    font-size: 12px;
}
.header .search-desktop{
    position: relative;    
    margin: 0 20px 0 auto;
}
.header .search-desktop form{
    display: flex;
    align-items: center;
}
.header .search-desktop .inputbox {
    box-sizing: border-box;
    min-width: 213px;
    height: 40px;
    border: 1px solid rgba(188, 27, 38, 0.5);
    border-radius: 6px;
    background-color: transparent;
    padding: 9px 10px;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    transition: .4s;
    margin-right: -4px;
}
.header .search-desktop .button {
   width: 40px;
   height: 40px;
   font-size: 0;
   background: url(/images/tandoor/search.svg) no-repeat center #BC1B26;
   border-radius: 0 6px 6px 0;
   border: none;
   outline: none; 
}
.searchajax .img-block{
    width: 75px;
    flex-shrink: 0;
    margin-right: 10px;
}
.searchajax .img-block img{
    width: 100%;
    height: auto;
}
.jshop-search-result {
    background-color: #20201F;
    border: none;
    color: #fff;
    padding: 0 5px 5px;
}
.jshop-search-result .itemsearch{
    color: #fff;
}
.jshop-search-result .itemsearch:hover{
    background-color: rgba(146 178 17 / 35%);
}
.header .searchajax{
    border: none;
}
.header .titlesearch{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.header .pricesearch{
    font-weight: 300;
    color: #fff;
}
.oiproduct .buttons .button_buy{
    background: transparent!important;
    width: 41px;
    height: 33px;
}
.oiproduct .buttons .button_buy:hover{
    background: transparent;
}
.oiproduct .buttons .button_buy img{
    object-fit: contain;
}
.cartajax-module-icon .module-total{
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.cartajax-module-icon:hover .module-total{
    opacity: 1;
    visibility: visible;
}
#nevigenOneStepCheckout{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#nevigenOneStepCheckout .addr-block{
    width: calc(45% - 30px);
}
#nevigenOneStepCheckout .cart-block{
    width: calc(55% - 30px);
}
#nevigenOneStepCheckout .form-control{
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 9px;
    margin-top: 0;
    color: #FFF;
    background: rgba(63, 95, 108, 0.05);
}
#nevigenOneStepCheckout textarea.form-control{
    height: 100px;
}
#nevigenOneStepCheckout .form-control::placeholder{
    opacity: 0;
}
#nevigenOneStepCheckout .control-group{
    position: relative;
    margin-bottom: 30px;
}
#nevigenOneStepCheckout .control-group:after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(63, 95, 108, 0) 1.56%, rgba(63, 95, 108, 0.5) 46.35%, rgba(63, 95, 108, 0) 100%);
    transition: all .4s ease-in-out;
}
#nevigenOneStepCheckout .control-label{
    position: absolute;
    top: 35px;
    transform: translate(0, -50%);
    left: 0;
    padding-left: 20px;
    font-weight: 300;
    font-size: 19px;
    color: #FFFF;
    opacity: .35;
    transition: all .4s ease-in-out;
    width: 100%;
    text-align: left;
    pointer-events: none;
    margin-left: 0;
}
#nevigenOneStepCheckout .control-group.filled .control-label{
    font-size: 14px;
    top: -8px;
    opacity: 1;
}
.page-checkout .component_container{
    padding: 0 0 60px;
}
#nevigenOneStepCheckout .home_address{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#nevigenOneStepCheckout .control-group{
    width: 100%;
}
#nevigenOneStepCheckout .home_address .control-group:nth-child(-n+2) {
    width: calc(50% - 15px);
}
#nevigenOneStepCheckout .form-check-input{
    display: none;
}
#nevigenOneStepCheckout .form-check-input +label{
    display: flex;
    align-items: center;
    user-select: none;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
#nevigenOneStepCheckout .form-check-input +label:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;

}
#nevigenOneStepCheckout .form-check-input:checked +label:before{
    border-color: #BC1B26;
    background-color: #BC1B26;
}
.nevigenonestepcheckout_payments{
    border-top: 1px solid #fff;
    padding-top: 40px;
}
#nevigenOneStepCheckoutCartEditModal{
    background: rgba(63, 95, 108, 0.05);
    border-radius: 9px;
    overflow: hidden;
}
#nevigenOneStepCheckoutCartEditModal .img-box{
    width: 75px;
    height: 50px;
    flex-shrink: 0;
    overflow: hidden;
    margin-right: 15px;
}
#nevigenOneStepCheckoutCartEditModal .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}
#nevigenOneStepCheckoutCartEditModal .item{
    display: flex;
    align-items: center;
    position: relative;
    background: rgba(63, 95, 108, 0.05);
    padding: 20px 15px 10px;
}
#nevigenOneStepCheckoutCartEditModal .item:not(:last-child):after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(63, 95, 108, 0) 1.56%, rgba(63, 95, 108, 0.5) 46.35%, rgba(63, 95, 108, 0) 100%);
    transition: all .4s ease-in-out;
}
#nevigenOneStepCheckoutCartEditModal .name-col{
    flex: 1;
    min-width: 0;
    margin-right: 15px;
}
#nevigenOneStepCheckoutCartEditModal .name{
    flex: 1;
    margin-right: 35px;
}
#nevigenOneStepCheckoutCartEditModal .name a{
    font-size: 24px;
    color: #fff;
    border: none;
}
#nevigenOneStepCheckoutCartEditModal .price{
    display: flex;
    align-items: center;
    width: 160px;
    font-size: 24px;
    color: #fff;
}
#nevigenOneStepCheckoutCartEditModal .btn-quan{
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}
#nevigenOneStepCheckoutCartEditModal .form-control{
    width: 60px;
    height: 40px;
    background: transparent;
    text-align: center;
}
#nevigenOneStepCheckoutCartEditModal .btn-quan{
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    outline: none;
    width: 30px;
    height: 40px;
}
#nevigenOneStepCheckoutCartEditModal .prod-total{
    display: none;
}
#nevigenOneStepCheckoutCartEditModal .btn-close{
    width: 15px;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    font-weight: 800;
    font-size: 24px;
    color: var(--red);
    cursor: pointer;
}
#nevigenOneStepCheckout .total-name{
    font-size: 24px;
    color: #fff;
    flex: 1;
}
#nevigenOneStepCheckout .total-price{
    font-size: 24px;
    color: var(--red);
    font-weight: 700;
    margin: 0 30px;
}
#nevigenOneStepCheckout .btn-success{
    background: var(--red);
    border: 1px solid var(--red);
    transition: .4s;
}
#nevigenOneStepCheckout .btn-success:hover{
    background: transparent;
}

.product_in_cart.red{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 3px;
    color: var(--red);
    font-size: 14px;
    text-align: center;
}
.poptxtcart{
    width: 175px;
    border-radius: 8px;
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    color: #fff;
    font-size: 15px;
    background: #191B1C;
    padding: 6px;
}
.cartajax-module-icon:hover .poptxtcart{
    opacity: 1;
    visibility: visible;
}
.poptxtcart .val{
    font-size: 16px;
    color: var(--red);
    font-weight: 700;
}
.poptxtcart .ptcarbtm a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25px;
    font-size: 14px;
    color: #fff;
    background: var(--red);
    border-radius: 4px;
    margin-top: 6px;
}
.productfull .product_in_cart.red{bottom: -25px}
.nevigen-onestepcheckout-preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background: url(/images/loading.svg) no-repeat center rgba(0, 0, 0, .8)!important;
}
.nevigen-onestepcheckout-preloader .position-fixed{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/images/loading.svg) no-repeat center transparent;
}
.search-mob .search-desktop{display: none;}


@media(max-width: 1200px){
    .jshop_filters{display: none;}
}
@media(max-width: 1024px){
    #nevigenOneStepCheckout .addr-block{width: 100%}
    #nevigenOneStepCheckout .cart-block{width: 100%}
}
@media(max-width: 768px){
    .header .cartajax-module{margin: 8px 18px 0 auto;}
    
    #nevigenOneStepCheckoutCartEditModal .img-box{display: none;}
    #nevigenOneStepCheckoutCartEditModal .name a{font-size: 16px}
    #nevigenOneStepCheckoutCartEditModal .price {width: 60px; flex-wrap: wrap; font-size: 14px}
    #nevigenOneStepCheckoutCartEditModal .form-control {width: 30px; padding: 0}
    .nevigen-onestepcheckout-previewfinish{margin-top: 15px}
    #nevigenOneStepCheckout .total-name {font-size: 16px}
    .product_in_cart.red{bottom: -10px}
    .productfull .product_in_cart.red{bottom: -25px}    
}
@media(max-width: 575px){
    .header .custom_container{flex-wrap: wrap;}
    .header .search-desktop{order: 5; width: 100%; margin: 5px 0}
    .header .search-desktop form{width: 100%}
    .header .search-desktop .inputbox{flex: 1}
}
