/*#datetimepicker1 {*/
    /*width: 300px;*/
#header {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(20px);
    /*background: #fff !important;*/
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

.content-handler{
    background: white !important;
}

.cityBlock.page-city{
    display: none;
}
body{
    /*background: #f9f9f9 !important;*/
    background: #ECE9E6 !important;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #ECE9E6) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


#LoginForm .btn-group  {
    width: 100%;
    height: 48px;
    position: relative;
}

#LoginForm .btn-group button  {
    width: 100%;
    height: 48px;
    border: 1px solid #ff6b00 !important;
    position: relative;
    color: #000 !important;
    border-radius: 8px !important;
}

#LoginForm .btn-group button:hover  {
    background: #fff !important;
}

.login form button[type="submit"]{
    width: 100%;
    border-radius: 8px !important;
    height: 48px;
    color:  #ff6b00 !important;
    border: 1px solid #ff6b00 !important;
}
.login form button[type="submit"]:hover{
    background: #ff6b00 !important;
    color: #fff !important;
}
.login form input[type="text"], .login form input[type="password"]{
    height: 48px;
    border: 1px solid #000 !important;
    border-radius: 8px !important;
}
.login form fieldset {
    padding: 26px;
    border-radius: 24px;
    background: #007bff08;
    border: none;
}


.virtuemart_search input   {
    font-family: 'Inter';
    border: 1px solid #000;
    border-radius: 8px !important;
    height: 48px;
}
.moduletablemain-page-css{
    background: white;
    margin-top: 21px;
    border-radius: 16px;
}
#openModalBtn:not(.btn-fix-bottom), #allDisountButton:not(.btn-fix-bottom){
    border-radius: 8px !important;
    /* color: #000 !important; */
    background: #E6E6FA !important;
    /* margin: 2% 0 0 0; */
    /* padding: 6% 0; */
    max-width: 245px;
    position: fixed;
    bottom: 0;
    z-index: 888;
    height: 21px;
    /* left: 41%; */
    position: fixed;
    font-weight: bold;
    font-family: 'Inter';
    font-size: 15px;
    padding: 17px 0px 32px 0px !important;
    color: #2D0C3A !important;
    margin: auto !important;
    left: 250px;
    right: 0;
    font-family: 'Inter';
}


.hamburger_new{
    content: "\f0c9";
    font-size: 20px;
    font-family: 'FontAwesome';

}

.address-info:before {
    content: "\f041";
}

.phone-for-connect:before  {
    content: "\f095";
}
.site-or-group:before  {
    content: "\f0c0";
}


.address-info:before,.phone-for-connect:before, .site-or-group:before {
    font-family: 'FontAwesome' !important;
    color: #ff6b00;
    font-size: 25px;
    position: relative;
    top: 3px;
}
/*.the-first .span6:not(.site-or-group,.address-info,.phone-for-connect){*/
/*    display: none;*/
/*}*/

.the-first .product-fields-title{
    margin-top: 11px;
    color: rgb(107 114 128);
    font-weight: bold;
    font-size: 15px;
    padding: 4% 1%;
}
.the-first .hasTooltip {
    display: none;
}

#allcontent .the-first .product-field-display{
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;

}
#allcontent .the-first .product-field{
    padding-bottom: initial !important;

}
#allcontent .the-first .product-field .span6{
    width: 100% ;
}

.span6-first{
    margin-bottom: 10px;
}
#allDisountButton{
    background: #214381 !important;
    left: -200px;
    max-width: 180px;
    color: #fff !important;
}

@media (min-width: 139px) and (max-width: 639px) {

    #openModalBtn:not(.btn-fix-bottom), #allDisountButton:not(.btn-fix-bottom) {
        max-width: 201px;
        left: 152px;
    }

    #allDisountButton {
        left: -193px;
        max-width: 136px;
    }
    body .close-button {
        height: 37px;
        left: 27px;
        width: 125px;
        right: initial;
    }

    body .back-button {
        bottom: 0;
        position: absolute;
        right: 9px;
        left: initial;
    }
}


#openModalBtn:hover, #allDisountButton:hover {
    animation: gelatine 0.5s 1;
}

@keyframes gelatine {
    0%,
    100% {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}
#modalDisc {
    display: none;
}
#modalDisc.opened {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    z-index: 999;
    text-align: center;
}

#modalDisc iframe{
    width: 95vw !important;
    height: 90vh !important;
    margin: auto;
    position: relative;
    text-align: center;
    margin-top: 2%;
    border-radius: 1.2rem;
}

/*.circles2{*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    overflow: hidden !important;*/
/*    pointer-events: none;*/
/*    position: fixed;*/
/*}*/

/*.circles2 li{*/
/*    position: absolute;*/
/*    display: block;*/
/*    list-style: none;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: #00458B;*/
/*    animation: animate 25s linear infinite;*/
/*    bottom: -150px;*/

/*}*/

/*.circles2 li:nth-child(1){*/
/*    left: 25%;*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    animation-delay: 0s;*/
/*}*/


/*.circles2 li:nth-child(2){*/
/*    left: 10%;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    animation-delay: 2s;*/
/*    animation-duration: 5s;*/
/*}*/

/*.circles2 li:nth-child(3){*/
/*    left: 70%;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    animation-delay: 4s;*/
/*}*/

/*.circles2 li:nth-child(4){*/
/*    left: 2%;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    animation-delay: 0s;*/
/*    animation-duration: 18s;*/
/*}*/

/*.circles2 li:nth-child(5){*/
/*    left: 85%;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    animation-delay: 0s;*/
/*}*/

/*.circles2 li:nth-child(6){*/
/*    left: 75%;*/
/*    width: 110px;*/
/*    height: 110px;*/
/*    animation-delay: 3s;*/
/*}*/

/*.circles2 li:nth-child(7){*/
/*    left: 5%;*/
/*    width: 150px;*/
/*    height: 150px;*/
/*    animation-delay: 7s;*/
/*}*/

/*.circles2 li:nth-child(8){*/
/*    left: 50%;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    animation-delay: 15s;*/
/*    animation-duration: 45s;*/
/*}*/

/*.circles2 li:nth-child(9){*/
/*    left: 20%;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    animation-delay: 2s;*/
/*    animation-duration: 35s;*/
/*}*/

/*.circles2 li:nth-child(10){*/
/*    left: 85%;*/
/*    width: 150px;*/
/*    height: 150px;*/
/*    animation-delay: 0s;*/
/*    animation-duration: 11s;*/
/*}*/



/*@keyframes animate {*/

/*    0%{*/
/*        transform: translateY(0) rotate(0deg);*/
/*        opacity: 1;*/
/*        border-radius: 0;*/
/*    }*/

/*    100%{*/
/*        transform: translateY(-1000px) rotate(720deg);*/
/*        opacity: 0;*/
/*        border-radius: 50%;*/
/*    }*/

/*}*/

#allcontent {
    z-index: 4;
    position: relative;
}

body {
    overflow: hidden !important;
}

.moduletablemain-page-css{
    text-align: center;
}
.skoro.cat{
    display: none;
}

.skoro-prod .timer2{
    background: #fff;
    padding: 2% 2%;
    margin: 4%;
    display: none;
}

.days {
    font-size: 12px;
    color: #5a5a5a;
}
.hours {
    font-size: 12px;
    color: #5a5a5a;
}
.minutes {
    font-size: 12px;
    color: #5a5a5a;
}
.seconds {
    font-size: 12px;
    color: #5a5a5a;
}

strong.limitation {
    position: relative;
}

.PricebasePrice span{
    color: #fff;
}

.Priceproduct_total span{
    color: #fff;
    font-size: 2rem;
    margin: 1rem 0;
    display: inline-block;
}

.saved-money {
    background: #fff;
    display: inline-block;
    padding: 4% 15%;
    border-radius: 9999px;
    font-size: 1rem;
    font-weight: bold;
    color: #ff723b;
    margin-bottom: 10px;
}
.PricebasePrice {
    font-weight: bold;
}

.more-venodor-discounts:hover{
    transform: translateY(-2px) scale(1.02);
}

.more-venodor-discounts{
    margin-top: 30px;
    padding: 4%;
    background: #000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    color: #fff;
    font-size: 1rem;
    border-radius: 0.75rem;
    font-weight: bold;
}

#allcontent .gitem-618 a {
    font-weight: bold;
    color: #89a6a3 !important;
}

#allcontent .gitem-435 a {
    color: purple !important;
}

.virtuemart_search .inputbox {
    height: 40px;
}
.min-vendor-cat{
 height: 30px;
}

.remove-address {
    font-size: 10px;
    padding: 10px 2%;
    margin-left: 10px;
}

.address-item input {
    width: 76%;
}

#send_form .addr-img-show{
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}

.address-item {
    border: 1px solid #af89e3;
    padding: 2%;
    margin-bottom: 12px;
    background: aliceblue;
}

fieldset .upload-text span {
    text-align: center;
}
.uniq-site-title-div{
    text-align: center;
}

.uniq-site-title{
    display: none;
    font-size: 23px;
    text-align: center;
    margin: auto;
    top: 20px;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Inter';
    background: #1793a9;
    padding: 1%;
    border-radius: 10px;
    font-size: 29px;
}

#allcontent .all-disc-name {
    font-family: 'Inter';
    font-size: 2.5em !important;
    /* background: #565578c9; */
    border-radius: 10px;
    color: #000000;
    margin-bottom: 6px;
}

.disable-future-discount-div{
    text-align: center;
    top: 12px;
    width: 320px;
    color: #3fd2c7;
    position: relative;
    display: none;
}
#allcontent .disable-future-discount{
    width: 30px;
}
fieldset .well, #datetimepicker2{
    text-align: center;
    width: 100%;
}
.prem-img{
    max-height: 40px !important;
    width: auto;
}

.inp-together{
    width: 30px;
    float: left;
    padding-left: 10px;
}
#allcontent fieldset .input-append.date input {
    height: initial;
}

input#corecustomfield_9, input#corecustomfield_7 {
    max-width: 151px;
}

.skoro {
    position: absolute;
    top: -8px;
    font-size: 12px;
    background: red;
    padding: 2%;
    left:111px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}
.skoro-prod{
    top: -8px;
    font-size: 19px;
    text-align: center;
    background: red;
    padding: 1%;
    left: 87px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    MARGIN-BOTTOM: 11PX;
    width: 80%;
    margin: auto;
    margin-bottom: 15px;
    max-width: 300px;
}
.additional-code-text{
    text-align: center;
    font-size: 19px;
    color: #00458B !important;
}
#allcontent .radio-inline input {
    width: initial;
}

.fav_text_code {
    font-size: 31px;
}

.qr-disc-success img {
    float: none;
    clear: both;
    display: block;
    margin: auto;
    margin-top: 20px;
    width: 117px;
}
#vendorprofileTab_1 #vmvcontainer {
    margin-top: 32px;
}
.change-discount-text input{
    width: 30px;
    position: relative;
    top: 4px;
}
.delete-marks{
    color: red;
    padding: 3%;
    font-size: 17px;
}
#vkshare0, #vkshare0 th, #vkshare0 td {
    padding: initial;
}
.isMainSample {
    opacity: 0.7;
}
#vkshare0 {
    display: block;
    float: left;
    margin-right: 15px;
}

#allcontent .amain {
    text-decoration: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 200px;
    align-self: center;
    align-items: center;
    text-align: center;
    margin: auto;
    margin-top: 14px;
}
#block-jebsen-main-menu {
    max-height: 20px;
}
.span12new .menu-item-small::before{
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    color: #00458b;
    left: -5px;
}
#allcontent .span12new #mega-menu-mob .gitem-435 a {
    color : #f96565 !important;
    font-weight: bold;
}
.span12new .gitem-435::before{
    content: "\f0e7";
    color : #f96565;
}
.span12new .gitem-618::before {
    content: "\f15d";
}
.span12new .gitem-619::before{
    content: "\f0f5";
}
.span12new .gitem-620::before{
    content: "\f218";
    left: -7px;
}
.span12new .gitem-621::before{
    content: "\f2b5";
}
.span12new .gitem-623::before{
    content: "\f1b9";
    left: -7px;
}
.span12new .gitem-622::before{
    content: "\f06e";
    left: -7px;
}
.span12new .gitem-624::before{
    content: "\f206";
    left: -8px;
}
.span12new .gitem-744::before{
    content: "\f0c0";
    left: -8px;
}

.productdetails-view h1{
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 26px;
    text-align: center;
    color: #000;
}

.ju67 .row-fluid {
    position: relative;
}

.effect2-ins{
    border-color: rgb(255 107 53);
    background-color: rgb(255 247 237);
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    border: none;
    border-left: 4px solid rgb(255 107 53);
}
#allcontent .uu8 .spacer .pr-img-handler {
    width: inherit;
    aspect-ratio: 1;
}

#allcontent .productdetails-view .product-short-description {
    margin: 4px 0px 10px 0 !important;
    text-align: center;
    font-family: 'Roboto';
    padding: 3%;
}

#allcontent .product-price {
    text-align: center;
    margin: auto;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    background: linear-gradient(135deg, #FF6B35 0%, #FF8E53 100%);
    box-shadow: 0 10px 40px rgba(255, 107, 53, 0.3);
    border-radius: 1rem;
}

#main-content-handler .row-fluid * {
    font-family: 'Inter' !important;
}
#main-content-handler .row-fluid .fa{
    font: normal normal normal 14px/1 FontAwesome !important;
}

.promo-title {
    font-size:21px;
    font-weight: bold;
    color: #000000;
}
.promo-title strong {
    position: relative;
    top: -16px;
}

.vvvv5 {
    text-align: center;
}
.limitation{
    text-align: center;
}

#com-form-login h2{
    font-size: 17px;
    font-weight: bold;
}

#com-form-login fieldset{
    text-align: center;
    padding: 2%;
}

#com-form-login div.width30{
    text-align: center;
    display: inline-block;
    width: 100%;
}

#com-form-login  .pad20px{
    display: block;
    padding: 0;
}

form#adminForm{
    margin-bottom: 74px;
}


#main-content-handler .product-fields.the-first {
    padding: 5%;
    border-radius: 5px;
    position: relative;
}

#main-content-handler .product-fields.the-first a {
    color: #00458B;
}

#main-content-handler .product-fields .span6 {
    width: auto;
}

#main-content-handler .back-to-category {
    margin-top: 66px;
    margin-right: 18px;
}

#allcontent .breadcrumbs {
    padding: 0 0 27px 0px;
}

#allcontent .product-description.effect2 span {
    font-size: 21px;
    font-weight: bold;
    color: #00458B;
}
#allcontent .product-description.effect2 > * {
    padding: 5%;
    margin: initial;
}
#allcontent .product-description.effect2  {
    margin-bottom: 48px;
    box-shadow: 0 10px 40px rgb(195 195 195 / 30%);
}

#allcontent .product-description.effect2 > p {
    padding: 2% 5%;
    border-radius: 5px;
}


#allcontent .product-description.effect2 > span {
    background: initial;
}

.discount-price-main{
    position: absolute;
    top: 0;
    left: 13px;
    background: #ff743d;
    padding: 2%;
    animation: pulse 2s
    ease-in-out infinite;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 10px 40px rgba(255, 107, 53, 0.3);
    border-radius: 9999px;
    color: #fff;
}

#main-content-handler {
    background: rgb(245, 245, 245);
}

.limit-in-discount{
    border-radius: 1rem;
    background: #fff;
    padding: 7%;
    margin-top: 24px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 20px;
    box-sizing: border-box;
    box-shadow: 0 10px 40px rgb(195 195 195 / 30%);
}

.key-to-discount .product-field-display {
    box-shadow: none !important;
    background: none;
    border: none;
}

.discount-to-time .product-field-display {
    font-size: 1.1rem;
    text-align: center;
    border-radius: 15px;
}
.discount-to-time strong {
    font-size: 1.2rem;
    color: #000;
}
.discount-to-time .hasTooltip {
    display: none;
}
#allcontent .more-venodor-discounts a{
    color: #fff;
}
.effect2 {
    border-radius: 1rem;
    background: #fff;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}
#allcontent .search.gradient-border {
    border: 1px solid #484848;
    border-radius: 6px;
}

#allcontent .spacer .pr-img-handler img:not(.show-pop-up-image img) {
    object-fit: contain;
    object-position: center;
    height: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.hidden-phone img{
    display: none;
    border-radius: 6px;
}

#allcontent .uu8 .h-pr-title{
    padding-top: initial !important;
    padding-bottom: initial !important;
    margin-bottom: 18px !important;
    margin-top: 17px !important;
    height: 20px;
}

#allcontent .uu8 .spacer {
    padding: 0;
}
.get-code-div{
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 100;
    flex-direction: column;
    width: 100vw;
    z-index: 50;
}

.get-code-div .getAllCode2 {
    opacity: 0.8;
    left: initial;
    padding: 10px;
    background: #ff6b00;
    width: 100vw;
    font-size: 18px;
    font-weight: bold;
    POSITION: RELATIVE;
    TOP: 1PX;
    COLOR: #FFF;
}

.is-item-warning{
    color: red;
}
.tiktok-logo{
    width: 39px;
    top: -5px;
    position: relative;
}

#allcontent .span5.floatright.display-number{
    float: left;
}

#allcontent .view-as .active a {
    background: #00458b;
    color: #fff;
    border-radius: 6px;
}

#phone-code, #send-sms-btn-code {
    display: none;
}

#phone-code.show, #send-sms-btn-code.show {
    display: block;
}

.registration #phone{
    display: block;
}

.registration #phone.hide{
    display: none;
}

#allcontent .option_plus{
    display: none;
}

#allcontent .cat-view-see-hits {
    position: absolute;
    top: -2px;
}
#allcontent .btn-group .dropdown-menu li a {
    padding-top: initial;
    padding-bottom: initial;
    margin-top: 0;
    margin-bottom: 10px;
}
#allcontent .product.span4 .nobr-to-product {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-align: center;
}
#allcontent .product.span4 .nobr-to-product > span {
    display: flex;
    width: auto;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

#allcontent .product.span4 .listview-span2 {
    text-decoration: line-through;
}

#allcontent .product.span4 .vm2-normalstock, .vm2-nostock {
    bottom: 17px;
    position: absolute;
    right: -2px;
}

#allcontent .product.span4 .spacer,
#allcontent .product.span4 .action-handler {
    position: initial;
}

#allcontent .row-fluid .span9 {
    /*width: initial;*/
}

.circles2{
    display: none;
}

.spacer-buy-area > h1{
    font-size: 29px;
    color: black;
    font-weight: 400;
    font-family: 'Roboto';
    padding-bottom: 17px;
    font-weight: bold;
}

.productdetails-view .span6  .zoomimg_floating img {
    max-height: 89px;
}

img#loading{
    display: none;
}

.productdetails-view .span6  > img {
    text-align: center;
    cursor: pointer;
    /*height: 400px;*/
    max-height: 400px;
    margin: auto;
    display: block;
    border-radius: 23px;
}

ul.view-as{
    padding-left: 0;
}
span.listview-span {
    color: black;
}

.view-see-hits-img{
    height: 22px;
    display: block;
    float: left;
}

.view-see-hits{
    margin: 0;
    display: inline-block;
    float: left;
}

.view-see-hits-div{
    position: absolute;
    width: 72px;
    right: 0;
    top: 27px;
}

.icon-search-s{
    cursor: pointer;
}

#get_Discount{
    text-align: center;
    transition: all 0.2s linear;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#get_Discount span{
    position: absolute;
    font-size: 36px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sbox-window{
    /*top: 14vh !important;*/
}

.coupon-svg{
    width: 100px;
    position: relative;
    top: -6px;
}

#getAllCodesTable_filter input {
    position: relative;
    left: -12px;
    height: 44px;
    background: #edf7ff;
}

#getAllCodesTable .delete-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/media/media/images/remove.png');
    background-repeat: no-repeat;
    background-position: center center;
}

input[type="radio"].used-code-input {
    display: none;
}

input[type="radio"].used-code-input + label:before {
    content: "\2714";
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    vertical-align: middle;
    color: transparent;
    text-align: center;
}

input[type="radio"].used-code-input:checked + label:before {
    color: #007bff;
}

input[type="radio"].used-code-input + label {
    margin-right: 10px;
}

.hidden {
    display: none;
}

.visuallyhidden {
    opacity: 0;
}

#jform_vendor_store_desc{
    height: 354px !important;
}

#mega-menu > li.item-624 > a{
    z-index: 1 !important;
}

.tmp-content-area .back-to-category{
    position: absolute;
    right: 0;
    top: -3px;
}

.next-b-link{
    width: 198px;
    position: absolute;
    right: -45px;
    top: -81px;
    font-size: 14px;
    color: #000;
}

.previous-b-link {
    width: 198px;
    position: absolute;
    top: -59px;
    font-size: 14px;
    color: #000;
    left: 0;
}

.created-in-product{
    text-align: center;
    padding-top: 2px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    top: 13px;
    width: 284px;
    text-align: center;
    margin: auto;
    color: #000;
    margin: auto;
}

.add_people{
    color: rgb(107 114 128);
}

#allcontent .show-active-order .orderlist {
    /*display: block;*/
    /*opacity: 0.8;*/
    /*background: none;*/
    /*position: relative;*/
    /*margin-bottom: 51px;*/
    /*width: auto;*/
    /*border: none;*/
    /*box-shadow: initial;*/
    /*line-height: 0.7;*/
    /*top: 13px;*/
}

.active-order-img{
    width: 42px;
    position: absolute;
    margin-left: 7px;
    /* left: -48px; */
    background: #00458b;
    border: 1px solid #ddd;
    height: 35px;
    top: 1px;
    right: 0;
    display: none;
}

/*
для js в скидках
 */



.toggle_plus {
    display: none;
}
.option_plus {
    position: relative;
    margin-bottom: 1em;
}
.title_plus, .content_plus {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.2s;
}
.title_plus {
    /*background: #fff;*/
    /*padding: 1em;*/
    /*display: block;*/
    /*color: #7a7572;*/
    /*font-weight: bold;*/
}
.title_plus:after, .title_plus:before {
    content_plus: '';
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #7a7572;
    transition: all 0.2s;
}
.title_plus:after {
    transform: rotate(90deg);
}
.content_plus {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
}

.content_plus p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}

.toggle_plus:checked + .title_plus, .toggle_plus:checked + .title_plus + .content_plus {
    /*box-shadow: 3px 3px 6px #ddd, -3px 3px 6px #ddd;*/
}
.toggle_plus:checked + .title_plus + .content_plus {
    max-height: 1500px;
}
.toggle_plus:checked + .title_plus:before {
    transform: rotate(90deg) !important;
}


label > h3
{
    font-weight: 900;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 0px;
    margin: 0px 0px 2px 0px !important;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
/*
END
*/

/* leafletjs */
#mapid_lfj { height: 389px; }
/* */


.browse-view .clear, .browse-view br.clear, .browse-view .row-fluid:after {
    clear: initial !important;
}


@media (max-width:767px) {

    .if2 {
        left: 33px;
        position: absolute;
        width: 80%;
        text-align: left;
    }
    #allcontent .form-wrap-login {
        width: 100%;
    }

    #allcontent #mapid_lfj {
        /*top: -68px;*/
    }
    #allcontent #main-content-handler .vvvv5 .product-price {
        margin-top: 55px;
    }

    #allcontent .product-neighbours{
        margin-top: 90px;
    }

    #allcontent .product-description.effect2 > * {
        padding: 4% 9%;
    }

    .layout-container main {
        /*margin-bottom: 154px;*/
    }
    .productdetails-view h1{
        padding: 22px 0 0 0;
    }

    #main-content-handler .back-to-category {
        margin-top: -77px;
        margin-right: 18px;
    }

    .view-see-hits-div {
        top: 15px;
    }
    /* design 2 products by row*/
    .create_date, .update_up{
        font-size: 10px;
    }

    #allcontent .product.floatleft.span4 {
        width: 46%;
        float: left;
        margin: 29px 2% !important;
    }

    #allcontent .product.floatleft.span4.style1 {
        width: 100%;
        margin: initial !important;
        margin-bottom: 10px !important;
    }

    .style1-main


    #allcontent .product.span4 .nobr-to-product > span {
        font-size: 14px;
        min-height: 8px;
    }
    /*#allcontent .product.floatleft.span4 {*/
    /*    flex-basis: 47%;*/
    /*}*/

    .vendor-desc-prod{
        display: none;
    }
    #main-content-handler .row-fluid .span9 {
        width: 100%;
    }

    #main-content-handler .browse-view .row-fluid {
        width: 100%;
        /*flex-direction: row;*/
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*justify-content: space-around;*/
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .spacer .spacer-handler.pr-img-handler img{
        height: auto;
    }

    #main-content-handler,#tab-modules .container,#tabs-1,#top-modules .container,#welcome-box,.main-bg,#bottom-long .container,#bottom-bg .container,#top-long-2 .container{max-width:initial ;margin-left:initial;margin-right:initial;}
    .cat_vote_up, .cat_vote_down{
        width: 59px;
    }
    /* */

    /* on product page*/
    .browse-view .clear, .browse-view br.clear, .browse-view .row-fluid:after {
        /*clear: initial !important;*/
    }
    /* */
    .box-container .text-inner{
        margin: 29px 0;
    }

    #allcontent .box-container .name-cat {
        position: absolute;
        top: -9px;
        left: 5px;
        color: #000;
        background: #44EBDE;
        padding: 2%;
        display: none;
    }

    #brcr > div.custom {
        display: flex;
        flex-direction: column;
    }

    #mar0px, .mar0px {
        margin:0px;
        display: flex;
    }

    #allcontent .box-inner > img {
        max-width: 97%;
    }
    #allcontent .banner-box{
        display: flex;
        flex-basis: 50%;
        min-height: 290px;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
        height: 302.5px;
        margin-top: -65px;
    }

    #allcontent .banner-box2 .desc-main{
        position: relative;
        top: 27px;
    }

    #allcontent .banner-box1 .desc-main{
        position: relative;
        top: -2px;
    }
    .tmp-content-area{
        position: relative;
    }
    body:not(.mobile-menu-on) #header #search-positionN #searchpanelN .search {
        width: 166px;
    }
    body:not(.mobile-menu-on) #menupanel2 {
        left: 350px;
        top: -45px;
    }

    body:not(.mobile-menu-on) #header #search-positionN #searchpanelN {
        right: 27vw;
        width: 166px;
        top: -57px !important;
        display: none !important;
    }


    #menupanel {
        top: -45px;
    }

    #nav {
        top: 3px !important;
    }

    .controls .btn {
        margin: 0 0 18px 0px;
    }
    div.mega-menu-responsive-handler{width:100% !important;}

    #mega-menu {
        left: -38px !important;
        top: 49px !important;
        padding: 11% !important;
    }

}

@media (max-width:470px) {
    #allcontent .banner-box1 .desc-main{
        position: relative;
        top: 8px;
    }

    span.disc-price-main {
        right: 23px;
        font-size: 18px;
    }
}
@media (max-width:979px){

    #allcontent .new-button-get button{
        border-width: 0px !important;
        padding: 0.5em 3.25em;
    }

    #allcontent .aaamain .new-button-get button{
        border-width: 0px !important;
        font-size: 14px !important;
    }


    .aaamain .coupon-svg {
        width: 64px;
        position: relative;
        top: -6px;
    }

    #send_form .btn.btn-primary, #cancelbutton {
        width: 67% !important;
        margin: 10px auto !important;
        display: block !important;
        padding: 11px;
    }

    .cat-wrap.theme1 {
        display: none !important;
    }

    #allcontent .breadcrumbs{
        padding: initial !important;
    }

    .sj-categories{
        margin: initial !important;
    }

    #block-jebsen-main-menu .menu {
        right: -30px !important;
    }
    #header .find-a-job{
        font-size: 10px;
        line-height: 14px;
        padding-top: 7px;
        width: 104px;
        padding-bottom: 2px;
        margin-left: 14px;
    }
    .saved-disc{
        display: none;
    }
    #LoginForm{
         /*display: none;*/
        position: absolute;
        /* background: black !important; */
        /* width: 100vw !important; */
        /* height: 100vh !important; */
        top: -2px !important;
    }

    .site-logo {
        z-index: 9999;
    }
    fieldset.userdata {
        margin: 30vh 0px 10px -8vwq22 !important;
    }
    fieldset .inputbox {
        width: 100%;
    }

    #login-form {
        margin: 42vh 22vw;
    }

    #send_form input[type="text"] {
        height:50px;
    }

    #corecustomfield_7, #corecustomfield_9{
        width: 42vw !important;
    }

    legend{
        margin-bottom: initial;

    }
    label{
        font-weight: bold !important;
        font-size:14px;
    }
    .well{
        padding: initial;
    }

    #search-position{
        z-index:9998;
    }

}


.stop-scrolling {
height: 100%;
overflow: hidden;
}

input[type="text"]#send_form{

}

.fse div#product_in_stock {
    position: absolute;
    bottom: 0;
    right: 0;
}

.message_vote{
    padding-top: 20px;
    margin-bottom: 20px;
}

.vote_prod img {
    padding: 0 2%;
}
.gapb2 input {
    width: initial;

}

.krh54 {
    display: none;
}
.menu54{
    display: block;
}
.irh54{
    display: block;
}
.trt54{
  display: none;
}

#search-positionN #searchpanelN {
    background-color: #ffffff;
    color: #4e4e4e;
}

#search-positionN #searchpanelN input.inputbox {
    color: #4e4e4e;
}
#search-positionN #vmCartModule{position:relative;float:right;top:35%;}
#cl-handler.tiny #search-positionN{transition:all 500ms;position:fixed;top:20px;right:0px;margin-right:10px;z-index:1043;}
#search-positionN{position:relative;width:40px;height:40px;float:right;margin-right:0px;}
#search-positionN #searchpanelN{display:none;position:absolute;right:45px;height:40px!important;width:240px;top:5px;z-index:1001;}
#search-positionN form{margin-bottom:0px;}
#search-positionN .button{padding:10px 16px;margin:2px;}
#search-positionN .search,#search-positionN .finder{vertical-align:top;text-align:right;clear:both;overflow:hidden;width:240px;}
#search-positionN .inputbox{margin:0px;font-size:13px;font-weight:400;height:20px;min-height:0!important;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;width:auto;border:0px;background:none;float:left;padding:10px 12px;background:transparent!important;}
#search-positionN .search{position:relative;}

#search-positionN .search .inputbox,#search-positionN .finder .inputbox{max-width:135px;}
#search-positionN .search .inputbox,#search-positionN .finder .inputbox{max-width:120px;}
#search-positionN .inputbox{padding:10px 5px;}
#cl-handler.tiny div.cl-handler,#cl-handler.tiny #search-positionN{position:static!important;}

#search-positionN .search .advanced-search-button{width:21px;text-indent:9999px;font-size:0.01em;background-image:url(../images/advanced-search.png);background-position:2px 3px;background-repeat:no-repeat;overflow:hidden;float:left;}
#search-positionN .inputbox{max-width:140px;}

#searchOpenButtonN{border:0px;padding:0;margin:5px 0px 5px 5px!important;width:40px;height:40px;line-height:40px;font-size:18px;text-align:center;float:right;cursor:pointer;-moz-transition-duration:0.4s;-webkit-transition-duration:0.4s;-o-transition-duration:0.4s;-ms-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-property:all;-ms-transition-property:all;-o-transition-property:all;-moz-transition-property:all;transition-property:all;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}
#search-positionN #searchpanelN{display:none;position:absolute;right:45px;height:40px!important;width:240px;top:5px;z-index:1001;}


/* search my */

@media (min-width:1025px) and (max-width: 1198px) {

    .region--header{
        /*top: -25px;*/
        position: relative;
    }

    .sticky-header .region--header{
        top: -5px;
        position: relative;
    }

    body.sticky-header #header{
        height: 87px;
    }


    fieldset.userdata {
        left: -46px;
    }

    .desc-site-skido{
        display: none;
    }
    main {
        position: relative;
        top: -195px;
    }


}

@media (min-width: 980px) and (max-width: 1199px) {
    .mega-menu-responsive-handler {
        position: relative;
        right: -43px;
        top: 14px;
    }

    #allcontent .breadcrumbs {
        padding: initial;
    }

    #allcontent .gitem-435 a, #allcontent .gitem-618 a{
        font-weight: bold;
        color: #ff6347 !important;
    }

    #allcontent  ul#mega-menu > li > a {
        padding: 5px 1px 1px 2px !important;
        font-size: 10px !important;
    }

}

@media (min-width:980px) and (max-width: 1024px) {

    .region--header{
        top: -25px;
        position: relative;
    }

    .sticky-header .region--header{
        top: -5px;
        position: relative;
    }

    body.sticky-header #header{
        height: 120px;
    }

    .desc-site-skido{
        display: none;
    }

}

@media screen and (max-width: 1515px) {
    #allcontent .sel-city {
        position: absolute;
        width: 137px;
        cursor: pointer;
        color: #89a6a3;
        font-weight: bold;
        top: 66px;
        left: 23px;
        background: #007BFF;
        text-align: center;
        color: white;
        border-radius: 9px;
        z-index: 100;
    }

    #allcontent .cityBlock {
        left: 0px !important;
    }
}
@media screen and (max-width: 1075px) {
    #allcontent .menu-nav {
        width: 83%;
    }
}
@media (min-width: 980px){
    .aaamain button{
        padding: 0.5em 3.25em;
    }

    .get-code-div .getAllCode2 {
        opacity: 1;
    }

    .mega-menu-responsive-handler.span12new{
        display: none;
    }

    .mega-menu-responsive-handler.span12{
        display: block;
    }
}
@media (min-width: 641px) and (max-width: 979px) {

    #allcontent .added-saved-disc-menu {
        display: none;
    }

    #LoginForm ul li {
        position: relative;
        left: -108px;
    }
    #allcontent .menu54 {
        display: none;
    }
    #allcontent .loggen .menu54 {
        display: block;
    }
    #allcontent  #LoginForm .dropdown-menu {
        left: 58px !important;
        flex-direction: column;
    }

    #allcontent #menu #nav {
        display: block !important;
    }
    #allcontent  #menu  .responsive-menu ul#nav.menu-nav {
        padding: initial;
        float:  left !important;
        position: initial;
        width: initial;
        top: initial;
        box-shadow: initial;
    }

    #allcontent #menu .responsive-menu li {
        padding: initial;
    }

    #allcontent #menu .menu-nav.sf-js-enabled{
        min-width: 500px;
    }

    #allcontent #fullscreen #menu .responsive-menu{
        top: 55px;
        right: initial;
        margin-top: 94px;
        top: initial;
        margin-top: 94px;
    }

    #allcontent .loggen #menu #nav {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    #allcontent .loggen .responsive-menu .added-saved-disc-menu {
        display: flex;
        justify-content: center;
    }
    #allcontent .loggen .responsive-menu {
        display: flex;
        top: initial;
        margin-left: initial;
    }

    #allcontent .loggen .menu54 {
        display: flex !important;
        flex-direction: column;
    }

    #allcontent .loggen #menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #allcontent .loggen .logout-button{
        margin-top: 20px;
    }

    #allcontent .loggen .login-greeting.greet-mobile{
       padding-right: initial;
    }

    #allcontent .loggen .login-greeting {
        position: initial;
        top: initial;
        right: initial;
        clear: initial;
    }
}
@media screen and (max-width: 979px) {
    #allcontent #wrap-login #fullscreen .form-wrap-login {
    }
}
@media (min-width:920px) and (max-width: 979px) {
    body:not(.sticky-header) .sel-city {
        top: 13px;
        left: 224px;
    }
}
@media (min-width:896px) and (max-width: 979px) {

    body.sticky-header .sel-city{
        top: 38px;
        left: 239px;
    }

    #allcontent .wrapper, body #allcontent #header {
        /*height: 73px;*/
    }

    #allcontent .layout-container .cityBlock{
        top: 64px;
        left: 129px;
    }

    #search-positionN {
        position: relative;
        top: -45px !important;
        left: 479px !important;
        float: left;
    }
    .desc-site-skido{
        display: none;
    }

    .menu-item {
        position: relative;
        left: -20px;
    }

    .searchpanelN{
        position: relative;
        left: -199px;
    }

    #menupanel2
    {
        position: relative;
        top: -6px;
        left: -21px;
    }
}

@media (min-width:837px) and (max-width: 895px) {

    #search-positionN {
        position: relative;
        top: -45px !important;
        left: 313px !important;
        float: left;
    }
    .desc-site-skido{
        display: none;
    }

    #menupanel2 {
        position: relative;
        left: 265px !important;
        top: -45px !important;
    }

    #search-positionN #searchpanelN {
        right: -141px;
        top: 4px !important;
    }

    body #allcontent .sel-city {
        left: 214px;
        top: 32px;
    }

    #allcontent #header , #allcontent .wrapper{
        /*height: 72px;*/
    }

    #allcontent #mega-menu {
        left: 23px;
        padding: 11% !important;
        column-count: 3;
        width: 450px !important;
        background: #f8fcff;
        border-radius: 8px;
    }

    #allcontent .cityBlock {
        top: 64px !important;
        left: 114px !important;
    }

    #fullscreen .lg-row {
        margin: 0 auto;
    }
}

@media (min-width:641px) and (max-width: 836px) {

    .mega-menu-responsive-handler {
        position: relative;
        top: -40px;
        left: -145px;
        float: left;
    }
    .desc-site-skido{
        display: none;
    }
}

/* for 1*/
@media (min-width: 641px) and (max-width: 979px) {
    #searchOpenButtonN {
        display: none;
    }
}

@media (min-width:641px) and (max-width: 670px) {
    #allcontent #searchpanelN{
        width: 211px;
    }
    #mod_virtuemart_search{
        width: 211px !important;
    }
}


/* END search my */

@media (min-width:300px) {
    .desc-site-skido{
        display: none;
    }
    #searchpanel{
        display: block !important;
    }
    #searchpanelN{
        /*background: red;*/
        border: 1px solid #00458b;
        display: block !important;
    }
}

@media screen and (max-width:980px){
    #menupanel{
        display: none;
    }

    body:not(.mobile-menu-on) .fff4f4 {
        display: none;
    }
}

@media (min-width:980px){
    #allcontent .not-loggen #LoginForm ul li {
        left: initial;
    }

    #allcontent  .not-loggen .lg-row ul.dropdown-menu{
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        right: 0;
        margin: 0;
        top: 86px;
    }

    #allcontent  .not-loggen .lg-row .btn-group{
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .form-wrap-login h1 {
        float: left;
        padding-left: 24px;
        color: #000 !important;
    }

    .desc-site-skido{
        display: none;
    }
    #search-position {
        top:-5px;
    }
    #mod_virtuemart_search{
        top:10px;
        position: relative;
        height: 28px !important;
        width: 100px;
        margin-right: 10px;
    }


    #search-position {
        float: left;
    }
    .menu54{
        display: block;
    }
    .krh54{
        display: block;
        position: relative;
        float: right;
        right: 208px;
    }
    .show-search{
        display: none;
    }

    #searchpanel{
        display: block !important;
    }

    #search-position #searchpanel {
        right: initial;
    }
    .irh54{
        display: none;
    }
    .trt54{
        display: block;
    }

}

#menupanel2{
    z-index:9998;
}

@media (min-width: 768px) and (max-width:979px){
    #searchpanel input[type="submit"] {
        position: relative;
        top: -18px;
    }

    #menupanel2{
        position: relative;
        left: 42px;
        top: -9px;
        /*left: 42px;*/
        /*top: -9px;*/
    }

}
@media (min-width: 896px) and (max-width:979px){
    #block-jebsen-main-menu .menu {
        right: -21px !important;
    }

    #menupanel2 {
        left: 264px !important;
    }
}


@media (min-width: 896px) and (max-width:979px){
    #menupanel2{
        left: -40px;
        top: -45px;
    }
    #allcontent #mega-menu{
        left: 17px !important;
        top: -39px !important;
        padding: 9% 14% !important;
        width: 480px !important;
        column-count: 3;
        background: #f8fcff;
        border-radius: 8px;
    }
}


.style1 form {
    position: absolute;
    right: 32px;
    top: 0;
}

.style1 .cat_vote img {
    padding-top: 6px;
}

/* */
.auth-bar .auth-bar--top{
font: 62.5% Verdana,Tahoma,Geneva;
-webkit-font-smoothing: antialiased;
font-family: 'Open Sans',Arial,Helvetica,Verdana,sans-serif;
padding: 0;
margin: 0;
min-height: 40px;
margin-right: 10px;
display: inline-block;
vertical-align: top;
border-radius: 3px;
cursor: pointer;
transition: color .1s linear;
user-select: none;
color: #ccc;
-webkit-tap-highlight-color: transparent;
font-size: 0;
white-space: nowrap;
}

.auth-bar__item--text{
    font: 62.5% Verdana,Tahoma,Geneva;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    height: 16px;
    padding: 8px 8px 11px;
    margin: 0 -1px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: solid #ccc;
    border-width: 1px;
    transition: border-color .1s linear,color .1s linear;
    text-align: center;
    width: 21px;
    /* min-width: 92px; */
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    font-family: 'Open Sans',Arial,Helvetica,Verdana,sans-serif;
    line-height: 1.214;
    border-color: #999;
    z-index: 2;
    text-decoration: none;
    color: #333;
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}


.auth-bar__item--fb{
    font: 62.5% Verdana,Tahoma,Geneva;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans',Arial,Helvetica,Verdana,sans-serif;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    width: 18px;
    height: 17px;
    padding: 11px 10px 10px;
    margin: 0 -1px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: solid #ccc;
    border-width: 1px;
    transition: border-color .1s linear,color .1s linear;
    text-align: center;
    color: #ccc;
    font-size: 17px;
    line-height: 1;
}
.auth-bar__item--vk-alter{
    font: 62.5% Verdana,Tahoma,Geneva;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans',Arial,Helvetica,Verdana,sans-serif;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    width: 18px;
    height: 17px;
    padding: 11px 10px 10px;
    margin: 0 -1px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: solid #ccc;
    border-width: 1px;
    transition: border-color .1s linear,color .1s linear;
    text-align: center;
    color: #ccc;
    font-size: 17px;
    line-height: 1;}

.auth-bar__item--gg{
    font: 62.5% Verdana,Tahoma,Geneva;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans',Arial,Helvetica,Verdana,sans-serif;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    width: 18px;
    height: 17px;
    padding: 11px 10px 10px;
    margin: 0 -1px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: solid #ccc;
    border-width: 1px;
    transition: border-color .1s linear,color .1s linear;
    text-align: center;
    color: #ccc;
    font-size: 17px;
    line-height: 1;
    border-right-width: 1px;
    border-radius: 0 3px 3px 0;
}

.auth-bar a{
    font: 62.5% Verdana,Tahoma,Geneva;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans',Arial,Helvetica,Verdana,sans-serif;
    user-select: none;
    white-space: nowrap;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,.1);
    width: 18px;
    height: 17px;
    padding: 11px 10px 10px;
    margin: 0 -1px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: solid #ccc;
    border-width: 1px;
    transition: border-color .1s linear,color .1s linear;
    text-align: center;
    color: #ccc;
    font-size: 17px;
    line-height: 1;
    border-left-width: 1px;
    border-right-width: 1px;
    border-radius: 3px;
}

.auth-bar__item--fb::after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiP…0iRmFjZWJvb2stQ29weSIgZmlsbD0iIzNBNTk5OCI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=);
}
.auth-bar__item--fb::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiP…BaIiBpZD0iRmFjZWJvb2siIGZpbGw9IiNDQ0NDQ0MiPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+);
}

.auth-bar__item--vk-alter::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiP…AyNTU3IFoiIGlkPSJWSyIgZmlsbD0iI0NDQ0NDQyI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=);
}
.auth-bar__item--vk-alter:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiP…oiIGlkPSJWSy1Db3B5IiBmaWxsPSIjNTA3Mjk5Ij48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==);
}
.auth-bar__item--gg:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiP…cwNSBaIiBpZD0iUGF0aCIgZmlsbD0iI0NDQ0NDQyI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=);
}
.auth-bar__item--gg:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiP…BpZD0iUGF0aC1Db3B5IiBmaWxsPSIjREI0NDM3Ij48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==);
}
.auth-bar__item--cart:before {
    opacity: .5;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiP…Q9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
.auth-bar__item--cart:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiP…Q9IkNvbWJpbmVkLVNoYXBlIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
/* */

/*.gradient-border {*/
    /*--borderWidth: 3px;*/
    /*background: #1D1F20;*/
    /*position: relative;*/
    /*border-radius: var(--borderWidth);*/
/*}*/
/*.gradient-border:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: calc(-1 * var(--borderWidth));*/
    /*left: calc(-1 * var(--borderWidth));*/
    /*height: calc(100% + var(--borderWidth) * 2);*/
    /*width: calc(100% + var(--borderWidth) * 2);*/
    /*background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);*/
    /*border-radius: calc(2 * var(--borderWidth));*/
    /*z-index: -1;*/
    /*animation: animatedgradient 3s ease alternate infinite;*/
    /*background-size: 300% 300%;*/
/*}*/


/*@keyframes animatedgradient {*/
    /*0% {*/
        /*background-position: 0% 50%;*/
    /*}*/
    /*50% {*/
        /*background-position: 100% 50%;*/
    /*}*/
    /*100% {*/
        /*background-position: 0% 50%;*/
    /*}*/
/*}*/

.search-input {
    border: 1px solid red;
    top:0;
}

#member-registration input {
    padding: 4px 6px;
}


.row-fluid .product:nth-child(3n+1) {
    margin-left: 0 !important;
}

.menu-nav{
    width:100%;
}

.menu-nav li:last-child{
    float:right;
    font-style: italic;
}

ul#mega-menu > li:last-child > a {
    /*color: saddlebrown !important;*/
}

.vendor-product{
    max-width: 54px;
    padding: 0 25px;
    padding-bottom: 22px;
}

.addtofav_denied{
    display: none;
}

.orange-ribbon span{
    background: linear-gradient(#c99641 0%, #a7772f 100%)
}

.orange-ribbon span::before {
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 100%;*/
    /*z-index: -1;*/
    /*border-left: 3px solid #c99641;*/
    /*border-right: 3px solid transparent;*/
    /*border-bottom: 3px solid transparent;*/
    /*border-top: 3px solid #c99641;*/
}

.orange-ribbon span::after {
    /*content: "";*/
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 100%;*/
    /*z-index: -1;*/
    /*border-left: 3px solid transparent;*/
    /*border-right: 3px solid #c99641;*/
    /*border-bottom: 3px solid transparent;*/
    /*border-top: 3px solid #c99641;*/
}

.red-ribbon span{
    background: linear-gradient(#e67f54 0%, #e61a20 100%)
}

.red-ribbon span::before {
    /*content: "";*/
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 100%;*/
    /*z-index: -1;*/
    /*border-left: 3px solid #e67f54;*/
    /*border-right: 3px solid transparent;*/
    /*border-bottom: 3px solid transparent;*/
    /*border-top: 3px solid #e67f54;*/
}
.red {
    color: rgb(248, 126, 126);
}
.red-ribbon span::after {
    /*content: "";*/
    /*position: absolute;*/
    /*right: 0px;*/
    /*top: 100%;*/
    /*z-index: -1;*/
    /*border-left: 3px solid transparent;*/
    /*border-right: 3px solid #e67f54;*/
    /*border-bottom: 3px solid transparent;*/
    /*border-top: 3px solid #e67f54;*/
}
.create_date, .update_up{
    position: relative;
    top: -12px;
}

.style1.span4 .fa-floppy-o{
    top: 30px;
    position: relative;
}

.address {
    cursor:pointer;
    background: #fff;
    border: 1px dashed #484848;
    padding: 1%;
    margin-bottom: 1%;
}

.btn-success.btn {
    background: #00bf00 !important;
}

.btn-success.btn:hover {
    background: green !important;
}
.address:hover { color:#AA0000;text-decoration:underline }

.error-email, .error-tel {
    сolor: red;
    font-weight: bold;
}

.email-input, .tel-input {
    border: 2px solid red !important;
}

.expiration-time{
    font-size: 10px;
    color: red;
}

.month{
    display: block;
}

.day.active{
    background: mediumvioletred;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 299px;
}

.auth-bar__item.auth-bar__item--text.eerer{
    width: initial !important;
}

#search-position .search{
    width: initial;
}
.search.gradient-border input:nth-child(1){
    top: 2px !important;
    position: relative !important;
    font-weight: bold !important;
}

.auth-bar.auth-bar--top{
    float: right;
}

.megamenu-background{
    margin:inherit !important;
}

.mega-menu-responsive-handler.span12{
    float: right;
    position: relative;
    top: -17px;
}

#site-name-handler{
    position: relative;
    height: inherit !important;
    width: inherit !important;
}

#sn-position{
    position: absolute;
}

#logo-hexagon{
    fill: #FF6B00 !important;
}

#logo-circle {
    fill: #007BFF !important;
}

.site-title-text{
    color: #000000 !important;
}
.site-title-text span{
    color: #ff6b00 !important;
}




.containerloader{
}

#registration-steps label{
    font-weight: bold;
    padding: 0;
    margin: 0;
}

#registration-steps form {
    background: #f9f9f9;
    padding: 4%;
}

#registration-steps input {
    border-radius: 0;
    min-height: 30px;
}

#send-sms-btn {
    margin-bottom: 20px;
}

.registration input#terms {
    display: block;
    float: left;
    position: relative;
    margin-right: 10px;
    top: -5px;
}
.label-terms{
    display: block;
    float: left;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes color-1 {
    0% {
        background-color: #eb73b9;
    }
    100% {
        background-color: #17ead9;
    }
}
::selection {
    background: #6078ea;
    color: white;
    text-shadow: none;
}
::-webkit-selection {
    background: #6078ea;
    color: white;
    text-shadow: none;
}
.title-container-search {
    position: absolute;
    top: 38%;
    left: 50%;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    transform: translate(-50%, -50%);
}
.title-container-search .title {
    transform: translateY(-100%);
    transition: transform 0.3s ease;
    transition-delay: 0.25s;
    margin: 0;
    color: #6078ea;
}
.title-container-search .title-down {
    transform: translateY(100%);
    transition: transform 0.3s ease;
    transition-delay: 0.25s;
    margin: 0;
    color: #6078ea;
}
.is-focus .title-container-search .title {
    transform: translateY(0);
}
.is-type .title-container-search .title-down {
    transform: translateY(-30px);
}
.is-type .title-container-search .title {
    transform: translateY(-100%);
}
.field-search-container-search {
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    height: 40px;
    float: right;
}
.icons-container-search {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 35px;
    height: 32px;
    overflow: hidden;
}
.icon-close-s {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 75%;
    height: 75%;
    opacity: 0;
    cursor: pointer;
    transform: translateX(-200%);
    border-radius: 50%;
    transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
    background-image: none !important;
}
.icon-close-s:before {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 2px solid transparent;
    border-top-color: #6078ea;
    border-left-color: #6078ea;
    border-bottom-color: #6078ea;
    transition: opacity 0.2s ease;
}
.icon-close-s .x-up-s {
    position: relative;
    width: 100%;
    height: 50%;
}
.icon-close-s .x-up-s:before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 3px;
    width: 50%;
    height: 2px;
    background-color: #6078ea;
    transform: rotate(45deg);
}
.icon-close-s .x-up-s:after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0px;
    width: 50%;
    height: 2px;
    background-color: #6078ea;
    transform: rotate(-45deg);
}
.icon-close-s .x-down-s {
    position: relative;
    width: 100%;
    height: 50%;
    background-image: inherit !important;
}
.icon-close-s .x-down-s:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: 50%;
    height: 2px;
    background-color: #6078ea;
    transform: rotate(-45deg);
}
.icon-close-s .x-down-s:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 1px;
    width: 50%;
    height: 2px;
    background-color: #6078ea;
    transform: rotate(45deg);
}
.is-type .icon-close-s:before {
    opacity: 1;
    animation: spin 0.85s infinite;
}
.is-type .icon-close-s .x-up-s:before, .is-type .icon-close-s .x-up-s:after {
    animation: color-1 0.85s infinite;
}
.is-type .icon-close-s .x-up-s:after {
    animation-delay: 0.3s;
}
.is-type .icon-close-s .x-down-s:before, .is-type .icon-close-s .x-down-s:after {
    animation: color-1 0.85s infinite;
}
.is-type .icon-close-s .x-down-s:before {
    animation-delay: 0.2s;
}
.is-type .icon-close-s .x-down-s:after {
    animation-delay: 0.1s;
}
.icon-search-s {
    position: relative;
    top: 5px;
    left: 11px;
    width: 50%;
    height: 50%;
    opacity: 1;
    border-radius: 50%;
    border: 3px solid #c7d0f8;
    transition: opacity 0.25s ease, transform 0.43s cubic-bezier(0.694, 0.048, 0.335, 1);
    background-image: none !important;
}
.icon-search-s:after {
    content: "";
    position: absolute;
    bottom: -9px;
    right: -2px;
    width: 4px;
    border-radius: 3px;
    transform: rotate(-45deg);
    height: 10px;
    background-color: #c7d0f8;
}
.field-search:not(#mod_virtuemart_search_2) {
    border: 0 !important;
    width: 232px !important;
    height: 102px;
    padding: 10px 20px !important;
    /* background: white !important; */
    box-shadow: 0px 8px 15px rgba(75, 72, 72, 0.1) !important;
    transition: all 0.4s ease !important;
 }
.field-search:focus {
    outline: none;
    box-shadow: 0px 9px 20px rgba(75, 72, 72, 0.3);
}

.button-blue-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    top: 57px;
    text-align: center;
    width: auto;
    animation-fill-mode: forwards;
    margin-right: 0;
    max-width: 350px;
    margin: auto;
}

#allcontent .button-blue-container a {
    padding: 5% 7%;
}
.button-blue {
    flex: 1 1 auto;
    margin: 53px;
    padding: 20px 93px;
    border: 2px solid #00458B;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}
.button-blue:after {
    position: absolute;
    transition: 0.3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #00458B;
}
.button-blue:hover {
    cursor: pointer;
}
.button-blue:hover:after {
    width: 100%;
    left: 0;
}

#wrap-login {
    box-sizing: border-box;
    margin: 0 auto;
    overflow: visibe;
    text-align: center;
    position: relative;
    top: -23px;
}
#wrap-login h2 {
    font-size: 2em;
    padding: 30px;
    font-family: 'Droid Sans', Arial, sans-serif;
    color: #fff;
}
#wrap-login #fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: #f1f1f1;
    z-index: 9999;
    padding: 0;
    margin: 0;
    display: none;
    height: 100%;
}
#wrap-login #fullscreen i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1em;
    color: #c0c0c0;
    z-index: 999;
    padding: 10px;
}
#wrap-login #fullscreen .form-wrap-login {
    /*margin: 150px auto;*/
    min-height: 300px;
    max-width: 600px;
    min-width: 284px;
}
#wrap-login #fullscreen .form-wrap-login h1 {
    font-family: 'Droid Sans', Arial, sans-serif;
    color: #000;
    font-weight: bold;
}
#wrap-login #fullscreen .form-wrap-login form label {
    display: none;
    width: 100%;
}
#wrap-login #fullscreen .form-wrap-login form input {
    margin: 0 auto;
    border: 1px solid #000000 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    width: 70%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 0.875em;
    color: #444;
    width: 100%;
    border: 1px solid var(--border);
    /* background-color: var(--white); */
    height: 48px !important;
    border-radius: 8px !important;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}
#wrap-login #fullscreen .form-wrap-login button {
    float: right;
    color: #fff;
}
a.plug {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-family: 'Droid Sans', Arial, sans-serif;
    text-decoration: none;
    color: #fff;
}

.fa-times:before{
    font-size: 33px;
    color: #273fd9;
}

#LoginForm fieldset {
    border: 0 !important;

}
.lg-row {
    width: inherit;
}

#LoginForm{
    width: 30vw !important;
}

#LoginForm input {
    border-radius: 0px !important;
}

#LoginForm .dropdown-toggle{
    display: none;
}

#LoginForm .bl {
    height: 40px;
    width: 99px;
}

#LoginForm .dropdown-menu{
    margin-top: 38px;
    left: 108px;
}

.trt54 .menu-nav.sf-js-enabled li {
    display: block;
    clear: both;
}

#menu .responsive-menu{
    float: initial;
}

.auth-bar.auth-bar--top{
    display: none;
}

/*#fullscreen .menu54 {*/
    /*display: none;*/
/*}*/

.wrapper {
    /*background: #fff;*/
}
.thefirstwrapper{
    position: relative;
    z-index: 88;
}
#allcontent {
    visibility: hidden;
}

.trt54 .menu54 li {
    clear: initial !important;
    float: left !important;
}

.trt54 .menu54{
    position: fixed;
    top: 19px;
    right: 99px;
}

#LoginForm {
    margin: auto;
    right: 0;
    left: 0;
    position: absolute;
    /* top: 10px; */
    display: flex;
    height: 100%;
    align-items: center;
    top: -51px;
    justify-content: center;
    flex-direction: column;
}

.irh54{
    clear: both !important;
}


.virtuemart_search input[type="submit"]{
    width: 153px;
    margin: auto;
    display: block;
    position: relative;
    border: 2px solid #ff6b00 !important;
    margin-top: 14px;
}

.sectiontableentry2 a, .sectiontableentry1 a,.sectiontableentry2 b, .h-pr-title a{
    color: #00458B !important;
}

.loader-discount svg {
    display: block;
    margin: auto;
}

#menu .responsive-menu{
    position: absolute;
}

.logout-button{
    margin-top: 25px;
}

.sticky-header:not(.mobile-menu-on) #header .links.ddf {
    display: none !important;
}
.date-off-discount{
    color: red;
    font-weight: bold;
    background: #fff;
    padding: 1%;
    border-radius: 8px;
}

.btn.btn-primary.btn-large.btn-block{
    display: block !important;
    margin: 1px auto;
    color: #ffffff !important;
    background: #273fd9 !important;
}

#send_form .btn.btn-primary, #cancelbutton {
    width: 50% !important;
    margin: 10px auto !important;
    display: block !important;
}

#block-jebsen-main-menu .menu {
    position: relative;
    right: 20px;
    top: -12px;
}

#decrementButton, #incrementButton {
    margin: 10px 0;
    border: 2px solid #00458B !important;
    padding: 12px;
}

.profile a.btn {
    display: block;
    text-align: left;
}

.all-disc-name:nth-child(1){
    margin-top: 0;
}

#fullscreen[style*="display: block"] #menupanel {
    display: none;
}

#fullscreen input{
    width: 45vw !important;
}
#LoginForm ul li {
    position: relative;
    left: -130px;
}

#fullscreen input:not(:hidden){

}

.sel-city {
    position: absolute;
    width: 137px;
    cursor: pointer;
    color: #89a6a3;
    font-weight: bold;
    top: 66px;
    left: 221px;
    background: #007BFF;
    text-align: center;
    color: white;
    border-radius: 8px;
    z-index: 100;
}

@media (min-width: 1516px){
    .sel-city {
        left: 23px;
    }
}

.show-map-btn2:hover{
    background: initial !important;
}

#allcontent .cityBlock {
    z-index: 99;
    display: none;
    position: absolute;
    height: 300px;
    top: 90px;
    /*left: 226px;*/
}

.saved-disc{
    padding: 0;
    font-size: 11px;
    text-decoration: none;
    margin: 0;
    width: 159px;
    top: 25px;
    position: absolute;
    left: 8px;
    border: 0;
    cursor: pointer;
}

.saved-disc a {
    background: aliceblue;
    text-decoration: none;
    color: black !important;
    padding: 3%;
    display: none;
}

.year {
    padding: 1%;
    display: block;
    text-align: center;
}

.editpage .imgclonedInput{
    position: relative;
    padding: 19px;
}

.editpage .imgclonedInput img{
    position: absolute;
    left: 23px;
    top: 50px;
}

.editpage .imgclonedInput:not(.well) {
    margin-bottom: 31px !important;
}
.editpage .imgclonedInput:not(.well) img {
    top: 73px;
}

.editpage .imgclonedInput:not(.well) input {
    position: relative;
    /*padding-left: 19px;*/
    left: 2px;
    top: 21px;
}

.editpage .vmv-icon-trash {
    position: relative;
    left: 15px;
}

.editpage .icon-pict {
    width: 100px;
    clear: both;
    float: right;
    margin-top: 75px;
    position: relative;
    left: -169px;
}

.pos-rel{
    position: relative !important;
}

#allcontent .find-in-the-map-adr{
    display: none;
    padding-bottom: 25px;
}

#allcontent #corecustomfield_8{
    margin-bottom: 25px;
    height: 188px;
}

#allcontent .mar0px.banner-statics{
    float: left !important;
    width: 100%;
}

.editpage .marg-bot-px {
    padding-bottom: 149px;
}

.editpage .icon-pict{
    float: right;
    width: 100px;
    position: absolute;
    bottom: 79px;
    left: 44px;
}

.delete-img-warn {
    position: absolute;
    width: 215px;
    right: -28px;
    color: red;
}
.gapb{
    width: 30px !important;
    float: right;
    height: 30px;
    z-index: 888;
    background: red !important;
    color: blue !important;
    font-size: 12px !important;
    position: relative;
    bottom: -2px;
    left: -26px;
}

#allcontent .footer {
    text-align: center;
}

#allcontent .footer .wrapper > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
}

#allcontent #block-footerblock {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    z-index: 70;
}

#allcontent #block-footerblock > div {
    text-align: center;
}

#allcontent #block-footerblock .field.clearfix {
    justify-content: center;
    text-align: center;
}

#allcontent #block-footerblock .field_item {
    float: none;
    margin: auto;
    width: 100%;
    text-align: center;
}

#allcontent #block-footerblock .menu li{
    margin: 4% auto;
}

#allcontent #block-footerblock .menu li a{
    left: initial;
}
#allcontent #block-footerblock .menu {
    float: none;
    margin: auto;
    width: 100%;
    clear: both;
    text-align: center;
}

#allcontent .addedAddress{
    margin: 0 0 30px 0;
    width: 277px;
}

.addressPrepand{
    color: green;
    font-weight: bold;
    font-weight: bold;
}
.count-in-map{
    text-align: center;
    margin: 20px 0;
}

.count-addresses, .count-points{
    color: green;
    font-weight: bold;
}

#header.hidden {
    display: block;
}
@media only screen and (max-width: 990px) {
    #header.hidden {
        display: none;
    }
}
.product-edit > form > div {
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}


#allcontent .product-edit > form > div a {
    float: left;
    font-size: 21px;
    padding-left: 0;
    padding-right: 0;
}

.product-edit .btn-group{
    position: absolute;
    bottom: 0;
    left: 0;
}

.gapb2 {
    display: inline-block !important;
    float: right;
}

#allcontent .gapb{
    float: left;
    left: 58px;
    top: 2px;
    position: absolute;
    padding: 1%;
    background: #44ebde !important;
}

#allcontent .getAllCodes{
    width: 127px !important;
    float: left;
    clear: both;
    position: relative;
    left: 2px;
    border: none;
    background: #fff !important;
    font-weight: bold;
    font-size: 12px;
    color: #00458B;
    margin: 4% 0;
    top: -17px;
}

#allcontent .prodpic a img {
    max-height: 148px;
}

#allcontent .logout-button input[type="submit"]{
    max-width: 200px;
}

#allcontent .login-greeting.greet-mobile{
    padding-right: initial;
}

.login-greeting {
    clear: both;
    position: relative;
    top: -35px;
    font-size: 16px;
    font-weight: bold;
}

#allcontent #menu .responsive-menu {
    right: 54px;
    top: -16px;
}

#allcontent #menu .responsive-menu .menu-nav.sf-js-enabled{
    float: left;
}

#allcontent #menu .b-top-profile.js-userbar{
    float: left;
}

#allcontent #menu .responsive-menu .menu-nav {
    width: initial;
}

@media (min-width: 641px){

    fieldset.userdata {
        background: white;
        height: 341px;
        padding: 6%;
        border-radius: 24px;
    }

    #allcontent .find-a-job.checkcode{
        display: none;
    }

    #allcontent .menu54 .find-a-job.checkcode{
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #273fd9;
        text-decoration: none;
        font-size: 17px;
        align-self: center;
        top: 0;
        margin-bottom: 13px;
        padding: 2%;
        width: 160px;
    }

    .irh54new2{
        display: none;
    }

    .links.ddf {
        display: none;
    }
}
@media (min-width: 640px) and (max-width: 767px){
    #mar0px, .mar0px {
        margin:0px;
        display: inline-block;
        /* display: flex; */
    }

    #allcontent .box-inner > img {
        max-width: 97%;
    }
    #allcontent .banner-box{
        /* display: flex; */
        flex-basis: 50%;
        min-height: 290px;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
        height: 302.5px;
        margin-top: -65px;
        width: 49%;
        display: inline-block;
        float: left;
    }

    #allcontent .banner-box.banner-box1 {
        width: 49% !important;
        padding-bottom: 30px;
    }

    #allcontent .banner-box2 .desc-main {
        position: relative;
        top: 0px;
    }
}


@media (max-width: 640px){

    #allcontent .blog-slider{
        display: none !important;
    }

    #allcontent  article.node--type-homepage .welcome .wrapper {
        top: 83px;
    }
    #allcontent .banner-q {
        margin-bottom: 127px;
        height: 48px;
        border-radius: 8px;
        width: 83%;
    }

    #allcontent .banner-q span {
        font-size: 0.6rem;
        text-align: center;
        color: white;
        font-weight: bold;
        padding: 15px 0px 0 0;
        position: relative;
        top: 15px;
        border-radius: 17px;
        font-family: 'Inter';
        height: 20px !important;
    }
    .min-vendor-cat {
        max-height: 30px;
        max-width: 54px;
        padding: 0 4%;
        height: auto;
    }

    .show-map-btn{
        position: relative;
        top: -93px !important;
        height: 61px;
    }

    #main-content-handler .product-fields .span6 {
        width: initial;
    }
    .previous-b-link, .next-b-link {
        font-size: 11px;
    }

    .next-b-link {
        right: -97px;
    }

    .gitem-435 i, a.previous-page, a.next-page {
        display: none;
    }

    #fullscreen #LoginForm .logout-button .btn.btn-primary{
        position: relative;
        top: -29px;
    }

    .form-wrap-login #st-navigation {
        width: 100%;
        padding: 0;
    }

    .form-wrap-login .responsive-menu{
        width: 100%;
    }
    .form-wrap-login #nav {
        width: 100% !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        box-shadow: initial !important;
        text-align: center;
        display: none !important;
    }

    .form-wrap-login #nav li {
        padding-left: 0;
    }

    #allcontent #menu .responsive-menu {
        right: initial !important;
        top: initial !important;
    }

    .region_prod {
        padding-top: 32px;
        margin-top: 28px;
    }

    #allcontent .get-code-div .getAllCode2 {
        top: 94px;
        position: relative;
    }

    #wrap-login #fullscreen {
        width: inherit !important;
    }
    #allcontent #LoginForm .dropdown-menu {
        /* left: 76px; */
        background: none;
        /* left: initial !important; */
        margin: auto;
        left: 0 !important;
        text-align: center;
        right: 0;
    }

    #LoginForm ul li {
        left: initial !important;
    }


    #wrap-login #fullscreen .form-wrap-login {
        /*margin: 150px auto;*/
        min-height: 300px;
        /* max-width: 600px; */
        min-width: 284px;
    }

    #allcontent #LoginForm .dropdown-menu {
        /* left: 76px; */
        background: none;
        /* left: initial !important; */
        margin: auto;
        left: 0 !important;
        text-align: center;
        width: 100%;
        right: 0;
    }

    #LoginForm {
        position: relative !important;
        display: flex;
        align-items: center;
        width: inherit !important;
        justify-content: center;
        width: 100%;
    }

    .userdata {
        width: initial;
        margin: initial;
        width: 100%;
    }


    #LoginForm .btn-group button{
        max-width: 209px;
        /* display: block; */
        position: relative;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        width: 100%;
        float: none !important;
    }

    .form-wrap-login form, .form-wrap-login .userdata{
        width: 100%;
    }

    #allcontent p.desc-main {
        font-size: 12px;
    }

    #allcontent .menu--main ul.menu .form-wrap-login li > a {
        background: none !important;
    }

    #allcontent .loggen #LoginForm .logout-button {
        position: relative;
        top: 59px;
        left: 18px;
    }

    #allcontent .loggen #LoginForm > div {
        right: -32px;
        padding-right: 23px;
        flex: 0 0 100%;
    }

    .loggen #LoginForm {
        flex-wrap: wrap;
    }

    #searchpanelN{
        display: block !important;
    }

    #search-positionN{
        width: 81px;
        position: relative;
        left: -128px;
    }

    #search-positionN #searchpanelN {
        display: none;
        position: absolute;
        right: -81px;
        height: 37px!important;
        width: 175px;
        top: 5px;
        z-index: 1001;
        border-radius: 8px;
    }

    #mod_virtuemart_search {
        width: 175px !important;
    }
    .icon-search-s{
        display: none !important;
    }

    #mod_virtuemart_search{
        border: 1px solid #00458b !important;
    }

    .container.megamenu-background{
        z-index: 99999;
    }

    #searchOpenButtonN{
        position: relative;
        left: 79px;
        z-index: 2000;
    }
    .irh54{
        display: none;
    }
}

@media (max-width: 640px){

    #allcontent .aaamain .new-button-get button {
        margin-bottom: 110px;
        font-size: 12px !important;
    }
    .aaamain .coupon-svg {
        width: 49px;
        position: relative;
        top: -6px;
    }

    i.fa.fa-bars::before {
        content: url(/templates/modernastore/images/logo/points.png);
        position: relative;
        top: 8px;
        left: -1px;
    }
    .site-logo{
        top: -15px !important;
    }
    body.sticky-header #header {
        height: 74px;
    }

    .sticky-header-placeholder .wrapper{
        height: 0px !important;
    }

    #block-jebsen-main-menu{
        text-align: center;
    }

    ul.menu{
        width: 28px;
        display: inline-block;
    }
    .left{
        top: -243px;
        position: relative;
    }
    #menupanel2 {
        /*position: relative;*/
        /*top: -20vh;*/
        /* left: -25px; */
        float: none !important;
        display: inline-block;
        clear: both;
        /*background-color: #00458b;*/
        /*color: #ffffff !important;*/
    }

    #menupanel2new {
        float: none !important;
        display: inline-block;
        clear: both;
        position: absolute;
        right: 0;
        bottom: -14px;
    }

    .fff4f4new{
        display: inline-block;
        color: #663399;
        font-weight: bold;
    }

    #allcontent #mega-menu-mob li a{
        font-size: 16px !important;
        font-weight: bold;
        text-decoration: none;
        color: #00458b !important;
    }
    #allcontent #mega-menu-mob {
        background: #ffffff;
        display: none;
        position: absolute;
        flex-direction: column;
        align-self: center;
        width: 197px !important;
        right: 0 !important;
        /* align-items: end; */
        box-shadow: 0 8px 16px 0 rgb(0 0 0 / 18%);
        left: initial !important;
        padding: 6%;
        top: 17px;
        border-radius: 8px;
        background: #f8fcff;
    }
    .mega-menu-responsive-handler.span12new{
        z-index: 8;
        display: block;
        right: -8px;
        position: relative;
    }

    .mega-menu-responsive-handler.span12{
        display: none;
    }

    #megamenu-handler{
        position: absolute;
        top: 95px;
    }

    #mega-menu{
        /*top: -118px;*/
        left: 0 !important;
    }

    .find-a-job{
        padding: 5px !important;
        width: 155px !important;
        padding-top: 12px !important;
    }

    .wrap-login{
        left: -9px;
        position: relative;
    }
    .icon-search-s{
        display: none;
    }
    .site-logo{
        z-index: 998;
    }
    #allcontent .irh54new2{
        position: relative;
        top: -74px;
        display: none;
    }

    #header .for-links{
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: -1px;
        bottom: 90px;
    }

    #header .links li a {
        color: #00458B !important;
        text-decoration: none;
    }
    #header .links li {
        list-style: none;
        padding-bottom: 4px;
    }

    #header .links{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        top: -81px;
        font-size: 20px;
        font-family: 'Inter';
        font-weight: bold;
        background: #ffffff;
         background-color: rgb(255 255 255);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
        width: 80%;
        border-radius: 8px;
        margin: auto;
        padding: 5%;
        color: #000;
    }

    #header .links li a {
        color: #000 !important;
    }


}

@media (max-width: 280px){
    #search-positionN #searchpanelN {
       right: -130px;
        top: 37px;
    }

    #sn-position {
        width: initial;
    }
    #searchOpenButtonN {
        left: 131px;
        top: 31px;
    }
    #allcontent .region--header .close {
        right: -18px;
        top: -14px;
    }

    #allcontent #wrap-login .fa-times.close{
        left: initial;
        top: -13px;
        right: 0;
    }

    .fff4f4{
        display: none;
    }

    #menupanel2 {
        border: solid 1px #00458b;
        width: 80px;
    }
    #megamenu-handler {
        height: 15px;
    }

    #wrap-login #fullscreen .form-wrap-login {
        min-width: initial;
    }

    .form-wrap-login{
        padding: 7%;
    }

}

@media (min-width: 768px) and (max-width:895px){
    #search-positionN #searchpanelN {
        top: 48px;
    }
    li.menu-item a {
        position: relative;
        left: -18px;
    }
}
@media (min-width: 768px) and (max-width:836px){
    #allcontent #header , #allcontent .wrapper{
        /*height: 72px;*/
    }

    #search-positionN #searchpanelN {
        right: 27vw;
        top: -56px;
    }

    li.menu-item a {
        position: relative;
        left: -18px;
    }

    #allcontent #mega-menu {
        top: -3px !important;
        left: 202px !important;
        padding: 11% !important;
        column-count: 3;
        width: 454px !important;
        border-radius: 10px;
        background: #f8fcff;
        color: #fff;
    }

    #menupanel2 {
        position: relative;
        left: 452px;
        top: -4px;
    }

    body #allcontent .cityBlock {
        top: 70px;
        left: 224px;
    }

    .sel-city{
        top: 52px;
        left: 326px;
    }
    li.menu-item a{
        position: relative;
        left: -19px;
    }

    #searchOpenButtonN {
        right: 100px;
        position: relative;
    }
}

@media (min-width: 641px) and (max-width:766px){
    #searchpanelN {
        top: 16px !important;
    }
}


@media (min-width: 641px) and (max-width:767px){
    #allcontent #mega-menu {
        left: -95px !important;
        top: 20px !important;
        width: 414px !important;
        column-count: 3;
        background: #f8fcff;
        border-radius: 8px;
        color: #fff;
        padding: 42px 0 42px 42px !important;
    }
    #allcontent .cityBlock {
        top: 77px;
        left: 173px;
    }
    .site-logo{
        position: relative;
        top: -13px !important;
    }

    #allcontent .sel-city{
        top: 52px;
        left: 286px;
    }

    #allcontent #header{
        height: 72px;
    }

    /*body.sticky-header #header {*/
    /*    height: 93px;*/
    /*}*/

    /*#header #menupanel2{*/
    /*    position: relative;*/
    /*    top: -11px;*/
    /*    left: -31px;*/
    /*}*/
}

@media (min-width: 920px) and (max-width:979px){
    body:not(.sticky-header) #block-jebsen-main-menu {
        margin: 0 0 25px 0;
    }
}

@media (min-width: 641px) and (max-width: 920px){
    main {
        margin-top: 31px;
    }
}

@media (min-width: 641px) and (max-width: 920px){
    main {
        margin-top: 31px;
    }
}

@media (min-width: 920px) and (max-width:1024px){
    .sticky-header-placeholder {
        padding-top: 10px;
    }

    body:not(.sticky-header) .site-logo {
        top: -57px;
    }

    #block-jebsen-main-menu .menu {
        position: relative;
        right: 19px;
    }

    #mega-menu {
        position: relative;
        top: 3px !important;
    }

}

@media (min-width: 768px) and (max-width:979px){
    .moduletable.hidden-phone.span12 {
        display: none;
    }
    #mega-menu {
        width: 202px !important;
        left: -191px;
        top: 6px !important;
    }
    .sf-js-enabled li a {
        float: left;
    }
}


    @media (min-width: 768px) and (max-width:836px){
    #searchOpenButtonN{
        display: none !important;
    }
}

@media (min-width:1319px) {
    .menu-nav li a {
        font-size: 13px !important;
    }

}
@media (min-width:837px) and (max-width: 894px) {
    #mega-menu {
        width: 202px !important;
        left: -294px;
        top: -44px !important;
    }
}
.hamburger{
    position: relative;
    top: -93px;
}

.if2 a {
    color: #0e857c;
}
.region_prod {
    margin-top: 18px;
    color: #00458B !important;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 1px;
    top: 0;
    font-weight: bold;
    z-index: 2;
    height: 10px;
}

.update_up p, .create_date p {
    position: relative;
    margin: 0 !important;
    white-space: nowrap;
    font-size: 12px;
    top: -3px;
}

.this-group {
    font-weight: bold;
}

#cityNamePrice{
    text-align: center;
    /* color: #00458B; */
    font-weight: bold;
    /* margin-top: 22px; */
    font-weight: bold;
    font-size: 1rem;
}

.created-flex{
    display: flex;
}

.created-updated-p{
    font-size: 0.8rem;
    color: rgb(107 114 128);
}

.get_Discount_result {
    text-align: center;
    font-size: 19px;
    color: #00458B !important;
}

td.day{
    text-align: center;
}

.datepicker-days th.prev,.datepicker-days th.next, .datepicker-days .day {
    cursor: pointer;
}
.datepicker-days th.switch{
    text-align: center;
    position: relative;
    left: -11px;
}

#send_form table img {
    width: 50px;
    height: 50px;
}

#send_form #imgAdd, #send_form  #imgDel {
    background: #44EBDE !important;
    width: 150px !important;
}
.addedAddress{
    padding-bottom: 15px;
}

input[name="addr"]{
    width: 170px;
    padding: 3%;
    margin-top: 10px;
}

.address-ico{
    position: relative;
    left: -22px;
}

.selectric-addre-select{
    margin: 10px 0;
    z-index: 8888;
}

.selectric-addre-select li span {
    min-width: 200px !important;
    display: inline-block;
}

.userdata {
    width: 400px;
    margin: 0 auto;
}

.kkgkgk, .zoomContainer {
    display: none !important;
}
.productdetails-view{
    height: 300px;
}

.span9 .productdetails-view{
    height: initial;
}

td .month {
    display: table;
    margin: 0 auto;
}

.datepicker th.switch,
.datepicker-years th.switch {
    text-align: center;
}

#checkboxtd, .for-terms-td{
    text-align: center !important;
    float: none !important;
}

.secondmenu54{
    right: 223px !important;
    top: 60px !important;
}
.secondmenu54 a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.find-a-job.checkcode{
    position: relative;
    top: 68px;
}

#sbox-window {
    max-height: 90vh !important;
}


body:not(.mobile-menu-on) #wrap-login .clicky{
    font-size: 0px !important;
}

/*.region--header .clicky{*/
/*    font-size: 0px !important;*/
/*}*/

body:not(.mobile-menu-on)  #wrap-login .clicky:before {
    top: -6px;
    font-family: 'FontAwesome';
    content: "\f007";
    font-size: 28px !important;
    color: #000000;
    position: relative;
}

.field-search-container-search, #searchOpenButton{
    display: none;
}


@media screen and (max-width:640px){

    body #header {
        height: 74px;
    }

    #allcontent .sel-city {
        width: 137px;
        top: 63px;
        color: white;
        border-radius: 8px;
        left: initial;
        right: 0;
    }
    #allcontent .all-disc-name {
        font-family: 'Inter';
        font-size: 1.0em !important;
        border-radius: 8px;
        margin-bottom: 6px;
        width: 72%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 23px;
        padding: 6px;
        font-weight: bold;
        position: relative;
        top: -26px;
    }

    .show-map-btn:before{
        content: "\f041";
        font: normal normal normal 14px/1 FontAwesome;
    }

    .show-map-btn{
        font-size: 0px !important;
        border-radius: 8px !important;
        color: #000 !important;
        background: #fffc54 !important;
        width: 100%;
        margin: 2% 0 0 0;
        padding: 2%;
        max-width: 40px !important;
        position: absolute;
        top: 54px !important;
        z-index: 155;
        right: 31px;
    }

    #block-jebsen-main-menu > ul.menu{
        padding-top: 12px;
        background: #ffffff;
        padding: 10%;
        width: 172px;
        border-radius: 26px;
    }
    #block-jebsen-main-menu ul.menu .clicky{
        background: white;
        right: 0px;
        border-radius: 8px;
        color: #000000 !important;
        border: 1px solid #ff6a00;
        text-align: center;
        padding-bottom: 12px;
    }
    #allcontent .menu54 .find-a-job.checkcode{
        display: none;
    }

    #allcontent #mega-menu{
        width: 146px !important;
        border: 1px solid darkseagreen;
    }

    .init-first-display{
        display: block;
    }
    #allcontent ul#mega-menu > li > a {
        padding: 0 !important;
        line-height: 0;
        font-weight: bold;
        font-size: 11px !important;
        color: #00458B !important;
        cursor: pointer;
    }
    #allcontent #dropdown-menu a {
        margin: 0;
    }
    #allcontent #megamenu-handler {
        display: flex;
        flex-direction: row;
        text-align: center;
        align-items: center;
        position: absolute;
        justify-content: center;
        top: 184px;
        z-index: 1;
    }

    #header .find-a-job {
        margin-left: initial;
    }
    #allcontent #sn-position{
        width: initial;
    }
    #menupanel{
        display: none;
    }
    #block-jebsen-main-menu .menu {
        position: absolute;
        right: initial !important;
        width: 100%;
        /* margin: auto; */
        text-align: center;
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
        align-items: center;
        top: 91px;
    }

    #allcontent #menu{
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        right: initial !important;
    }
    #allcontent #block-jebsen-main-menu {
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0;
        width: 100%;
        top: -20vh;
        text-align: center;
        align-items: center;
    }

    #LoginForm {
        position: relative !important;
        display: flex;
        align-items: center;
        width: inherit !important;
        justify-content: center;
    }

    #allcontent #fullscreen{
        display: none;
        height: 70%;
        width: 100% !important;
    }
    .form-wrap-login {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .userdata {
         width: initial;
         margin: initial;
    }

    #fullscreen .close {
        position: absolute !important;
        top: -5px;
        left: 15px;
    }

    #fullscreen .fa.fa-times.close{
        left: 253px;
        top: -21px !important;
    }
    .greet-mobile{
        position: absolute;
        top: -2px;
    }

    #allcontent .hamburger {
        top: -111px;
        margin: 10px;
    }

    #allcontent .megamenu-background{
        height: 21px;
    }

    .saved-disc a {
        position: relative;
        top: 102px;
        left: -6px;
        font-size: 14px;
        z-index: 998;
    }

    .virtuemart_search input[type="submit"] {
        margin-top: 10px !important;
        margin: auto;
        display: block;
        position: relative;
        border: 2px solid #ff6b00 !important;
        margin-top: 14px;
        width: 100% !important;
    }
}

@media (min-width:641px) and (max-width: 979px){
        .aaamain button{
            padding: 0.5em 3.25em;
        }

        .mega-menu-responsive-handler.span12new{
            display: none;
        }

        .mega-menu-responsive-handler.span12{
            display: block;
        }
        #LoginForm {
            position: relative !important;
            display: flex !important;
            width: 100% !important;
        }

        #allcontent .loggen #LoginForm {
            flex: 0 0 100%;
            justify-content: center;
            text-align: center;
            align-items: center;
            flex-direction: column;
        }

       .form-wrap-login {
           /*margin-top: 10vh;*/
       }

    #LoginForm .dropdown-menu {
       left: initial !important;
        display: inline-flex !important;
    }

       #fullscreen{
           justify-content: center !important;
       }

       /*.clicky {*/
       /*    text-indent: -9999px;*/
       /*    background-image: url(/images/loginn.png);*/
       /*    background-size: 32px;*/
       /*    background-repeat: no-repeat;*/
       /*    width: 33px;*/
       /*}*/

       .up-menu-li {
           width: 26px;
       }

       #allcontent .menu54 li a {
           left: initial;
           font-family: 'Inter', Arial, "Microsoft JhengHei", "fontawesome", serif;
           font-size: 12px;
           font-weight: 700;
           line-height: 1;
           text-transform: uppercase;
           text-decoration: none !important;
           letter-spacing: 0.1em;
           color: #273fd9 !important;
           padding: 4% 0 !important;
           border: 0;
       }

       #allcontent .loggen .responsive-menu {
           margin-top: 0;
           padding-top: 0 !important;
           top: initial;
       }
}

@media (min-width:403px) and (max-width: 454px){
    #fullscreen .fa.fa-times.close {
        left: 236px;
    }
    #allcontent .sf-js-enabled{
        left: -13px !important;
    }

    #allcontent .banner-box {
        margin-top: -41px;
    }
}
@media screen and (max-width: 520px){
    .fav_table h3{
        font-size: 16px;
    }
    .fav_table h4{
        font-size: 12px;
    }
    .fav_col {
        padding: 2px;
    }

    .fav_row a {
        display: inline-block;
    }
    .prod_name {
       min-width: initial;
    }

    .fav_col > div > span {
        font-size: 18px;
    }
    .date-off-discount{
        font-size: 10px;
    }
}

@media (min-width:455px) and (max-width: 582px){
    #allcontent .banner-box {
        margin-top: 17px;
    }
}

@media screen and (max-width: 766px){
    .vendor-product{
        top: 20px;
        left: -13px;
        position: relative;
    }
    .back-to-category {
         line-height: initial;
    }
    .share-div{
        top: -25px !important;
        left: 0 !important;
        right: initial !important;
    }
    .tmp-content-area {
        padding: 5%;
    }
    #getAllCodesTable_filter input{
        width: 169px;
        margin: 0 30px;
    }
}

@media (min-width:583px) and (max-width: 766px){
    #allcontent .banner-box {
        margin-top: 53px;
    }
}
.show-map-btn2{
    display: none;

}
@media (min-width:1080px) {
.show-map-btn{
    display: none;

}
    .show-map-btn2{
        display: inherit;
    }
}
@media (min-width:374px) and (max-width: 402px){
    #fullscreen .fa.fa-times.close {
        left: 210px;
    }
    #allcontent .sf-js-enabled{
        left: -13px !important;
    }
}

@media (min-width:331px) and (max-width: 373px){
    #fullscreen .fa.fa-times.close {
        left: 180px;
    }
    #allcontent .sf-js-enabled{
        left: -13px !important;
    }
}


@property --k {
    syntax: "<number>";
    initial-value: -1;
    inherits: true;
}


.new-button-get button {
    --m: 1;
    grid-area: 2 / 1 / span 1 / span 2;
    position: relative;
    margin: 1em;
    border: solid 2em transparent;
    padding: 1.5em 3.25em;
    border-radius: 1em !important;
    box-shadow: inset 0 0 1px #23429e;
    background: radial-gradient(#111a39, 67.5%, #3476da) padding-box, radial-gradient(#a0c2ed, 35%, rgba(160, 194, 237, 0) 70%) 50% 0 / 80% 50% repeat-y !important;
    color: #f2fdfe !important;
    font: 700 1.5em / 1 montserrat, sans-serif;
    border-width: 64px !important;
}
.new-button-get button:hover {
    background: radial-gradient(#111a39, 67.5%, #3476da) padding-box, radial-gradient(#a0c2ed, 35%, rgba(160, 194, 237, 0) 70%) 50% 0 / 80% 50% repeat-y !important;
    opacity: 0.8;
}


.new-button-get #slow:checked ~ button {
    --m: 5 ;
}

@keyframes k {
    0%, 33.3% {
        --k: 1 ;
    }
}
.new-button-get  .particle {
    --f: 1;
    --pos-k: max(0, var(--k));
    --neg-k: max(0, -1*var(--k));
    --low-c: min(1, 4*(1 - var(--pos-k)));
    --abs-d: max(var(--neg-k) - .5, .5 - var(--neg-k));
    --mov-f: var(--pos-k);
    display: grid;
    position: absolute;
    left: var(--x);
    top: var(--y);
    rotate: var(--a);
    animation: k calc(var(--m)*1s) linear calc(var(--m)*var(--t, 0)*1s) infinite;
}
@supports (scale: sqrt(4)) {
    .new-button-get .particle {
        --mov-f: sqrt(var(--pos-k)) ;
    }
}
.new-button-get .particle::before, .new-button-get .particle::after {
    grid-area: 1/1;
    width: 0.75em;
    aspect-ratio: 1;
}
.new-button-get .particle::before {
    --sa: calc(min(1, 1 - 2*min(.5, var(--mov-f)))*45deg);
    border-radius: calc(1.25 * min(0.8, var(--mov-f)) * 50%) 50% 50%;
    transform-origin: 0 0;
    translate: calc(var(--mov-f) * var(--d));
    rotate: -45deg;
    scale: var(--f);
    transform: skew(var(--sa), var(--sa));
    opacity: var(--low-c);
    filter: Saturate(var(--low-c));
    background: radial-gradient(at 85% 85%, #bad9fa, #3e66a4 75%);
    content: "";
}
.new-button-get  .particle::after {
    translate: -50% -50%;
    scale: calc(var(--f) * (1 - 2 * var(--abs-d)));
    text-align: center;
    filter: blur(0.5px);
    content: "✦";
}

.new-button-get [type=checkbox] {
    justify-self: end;
    margin: 5px;
    width: 1em;
    aspect-ratio: 1;
}
.new-button-get [type=checkbox], [type=checkbox] + label {
    align-self: center;
    font: 1.25em orbitron, monospace;
    cursor: pointer;
}

.aaamain button{
    font: 700 15px / 1 montserrat, sans-serif !important;
    text-align: center;
    border-width: 0 !important;
    padding: 0.5em 3.25em;
}

.aaamain{
    text-align: center;
    display: none;
}



.product-field-display.l2 {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
.product-fields .product-field-display.l2{
    background: no-repeat;
    background-size: 400% 400%;
    animation: gradient 15s
    ease infinite;
    border: 4px solid #ff6b00;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


@supports not (-webkit-appearance: none) {
    .particle{
        display: none !important;
    }
}

@-moz-document url-prefix() {
    /*для мозилы  */
}


@supports (-webkit-touch-callout: none) {
    @media (hover: none) and (pointer: coarse) {
        .new-button-get .particle {
            animation: none !important;
        }
    }
}




.p-text-container {
    text-shadow: 0 0 7px rgba(255,255,255,.3), 0 0 3px rgba(255,255,255,.3);
}
.container-text {
    color: #e5e5e5;
    text-transform: uppercase;
}

.container-text .animation {
    height:20px;
    overflow:hidden;
    margin-left: 1rem;
}

.container-text .animation > div > div {
    padding: 0.25rem 0.75rem;
    height:2.81rem;
    margin-bottom: 2.81rem;
    display:inline-block;
}

.container-text .animation div:first-child {
    animation: text-animation 8s infinite;
}

.container-text .first div {
    background-color:#20a7d8;
}
.container-text .second div {
    background-color:#CD921E;
}
.container-text .third div {
    background-color:#c10528;
}

@keyframes text-animation {
    0% {margin-top: 0;}
    10% {margin-top: 0;}
    20% {margin-top: -5.62rem;}
    30% {margin-top: -5.62rem;}
    40% {margin-top: -11.24rem;}
    60% {margin-top: -11.24rem;}
    70% {margin-top: -5.62rem;}
    80% {margin-top: -5.62rem;}
    90% {margin-top: 0;}
    100% {margin-top: 0;}
}



/* для плашнетов только */
/* Стили для планшетов в портретной ориентации */

@media only screen and (min-device-width: 700px) and (max-device-width: 1024px) and (orientation: portrait) {
   .moduletable_menu, .moduletable {
       display: none;
   }
}


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#allcontent .menu--main ul.menu li > a {
    font-family: 'Inter';
    font-weight: bold;
    color: #000 !important;
}

.banner-q span {
    font-size: 29px;
    text-align: center;
    color: white;
    font-weight: bold;
    /* padding: 15px 0px 0 0; */
    position: relative;
    top: 19px;
    border-radius: 17px;
}
.banner-q {
    background: #00c3ff;
    background: -webkit-linear-gradient(to right, #ffff1c, #00c3ff);
    background: linear-gradient(to right, #00458B, #00c3ff);
    width: 100%;
    height: 80px;
    text-align: center;
    border-radius: 17px;
    box-shadow: 0 8px 16px rgb(0 0 0 / 20%) !important;
}


.banner-q a{
    text-decoration: none;
}
/*  Слайдер*/

.blog-slider > * {
    font-family: 'Inter';
}
.df43{
    margin: 25px 0;
}

.blog-slider {
   width: 95%;
   position: relative;
   max-width: 800px;
   margin: auto;
   background: #fff;
   box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
   padding: 25px;
   border-radius: 25px;
    height: 326px;
    transition: all 0.3s;
}
@media screen and (max-width: 992px) {
   .blog-slider {
       max-width: 680px;
       height: 400px;
   }
}
@media screen and (max-width: 768px) {
   .blog-slider {
       min-height: 500px;
       height: auto;
       margin: 180px auto;
   }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
   .blog-slider {
       height: 350px;
   }
}
.blog-slider__item {
   display: flex;
   align-items: center;
}
@media screen and (max-width: 768px) {
   .blog-slider__item {
       flex-direction: column;
   }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
   opacity: 1;
   transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
   opacity: 1;
   transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
   transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
   transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
   transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
   transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
   transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
   transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
   transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
   transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
   transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
   transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
   transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
   transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
   transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
   transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
   transition-delay: 1.7s;
}
.blog-slider__img {
   width: 300px;
   flex-shrink: 0;
   height: 300px;
   background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
   box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
   border-radius: 20px;
   transform: translateX(-80px);
   overflow: hidden;
}
.blog-slider__img:after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   /*background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);*/
   border-radius: 20px;
   opacity: 0.8;
}
.blog-slider__img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   opacity: 0;
   border-radius: 20px;
   transition: all 0.3s;
}
@media screen and (max-width: 768px) {
   .blog-slider__img {
       transform: translateY(-50%);
       width: 90%;
   }
}
@media screen and (max-width: 576px) {
   .blog-slider__img {
       width: 95%;
   }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
   .blog-slider__img {
       height: 270px;
   }
}
.blog-slider__content {
   padding-right: 25px;
}
@media screen and (max-width: 768px) {
   .blog-slider__content {
       margin-top: -80px;
       text-align: center;
       padding: 0 30px;
   }
}
@media screen and (max-width: 576px) {
   .blog-slider__content {
       padding: 0;
   }
}
.blog-slider__content > * {
   opacity: 0;
   transform: translateY(25px);
   transition: all 0.4s;
}
.blog-slider__code {
   color: #7b7992;
   margin-bottom: 15px;
   display: block;
   font-weight: 500;
}
.blog-slider__title {
   font-size: 24px;
   font-weight: 700;
   color: #0d0925;
   margin-bottom: 20px;
}
.blog-slider__text {
   color: #4e4a67;
   margin-bottom: 30px;
   line-height: 1.5em;
}
.blog-slider__button {
   display: inline-flex;
   background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
   padding: 15px 35px;
   border-radius: 50px;
   color: #fff;
   box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
   text-decoration: none;
   font-weight: 500;
   justify-content: center;
   text-align: center;
   letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
   .blog-slider__button {
       width: 100%;
   }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
   bottom: 10px;
   left: 0;
   width: 100%;
}
.blog-slider__pagination {
   position: absolute;
   z-index: 21;
   right: 20px;
   width: 11px !important;
   text-align: center;
   left: auto !important;
   top: 50%;
   bottom: auto !important;
   transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
   .blog-slider__pagination {
       transform: translateX(-50%);
       left: 50% !important;
       top: 205px;
       width: 100% !important;
       display: flex;
       justify-content: center;
       align-items: center;
   }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
   margin: 8px 0;
}
@media screen and (max-width: 768px) {
   .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
       margin: 0 5px;
   }
}
.blog-slider__pagination .swiper-pagination-bullet {
   width: 11px;
   height: 11px;
   display: block;
   border-radius: 10px;
   background: #062744;
   opacity: 0.2;
   transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
   opacity: 1;
   background: #fd3838;
   height: 30px;
   box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
   .blog-slider__pagination .swiper-pagination-bullet-active {
       height: 11px;
       width: 30px;
   }
}


#main-content-handler .product-fields.the-first > div {
    background: #fff;
    padding: 6% 5%;
    margin-bottom: 34px;
    border-radius: 1rem;
    box-shadow: 0 10px 40px rgb(195 195 195 / 30%);
}

@media (min-width: 1025px) {


    #main-content-handler .product-fields.the-first {
        /* padding: 5%; */
        border-radius: 5px;
        position: relative;
        /* top: 30px; */
        display: block;
        width: 49%;
        padding: 0;
        float: right;
    }

    #allcontent .product-description.effect2  {
        display: block;
        float: left;
        width: 49%;
    }

    #allcontent .product-description.effect2 span {
        font-size: 21px;
        margin-top: initial;
        font-weight: bold;
        color: #000;
    }

    .effect2-ins {
        border-color: rgb(255 107 53);
        background-color: rgb(255 247 237);
        border-top-right-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
        border: none;
        border-left: 4px solid rgb(255 107 53);
        margin: 3% !important;
    }
}
@media (min-width: 641px) and (max-width: 978px) {
    body:not(.mobile-menu-on) #wrap-login .clicky{
        font-size: 0px !important;
    }

    /*.region--header .clicky{*/
    /*    font-size: 0px !important;*/
    /*}*/

    body:not(.mobile-menu-on)  #wrap-login .clicky:before {
        top: -1px;
        font-family: 'FontAwesome';
        content: "\f007";
        font-size: 28px !important;
        color: #000000;
        position: relative;
        left: 69px;
    }

    body:not(.mobile-menu-on) #menupanel2 {
        display: none;
    }

    #header .find-a-job {
        font-size: 10px;
        width: 134px;
        left: -38px;
        position: relative;
        top: 7px;
        height: 28px;
    }

    #allcontent .sel-city {
        top: 58px;
        left: 453px;
    }

    #wrap-login #fullscreen .form-wrap-login form input {
        margin-bottom: -4px;
        height: 32px !important;
    }

    #allcontent .cityBlock {
        top: 68px;
        right: -39px !important;
        left: initial !important;
    }

    #LoginForm .btn-group button {
        width: 40%;
        height: 30px;
        margin: auto;
        float: none !important;
        top: -18px;
    }

    fieldset.userdata {
        padding: 2%;
    }

    #allcontent #LoginForm .dropdown-menu {
        left: 0px !important;
        flex-direction: column;
        right: 0px;
        margin: auto;
        float: none;
        /* top: 0; */
        font-size: 11px;
    }

    #allcontent #LoginForm .dropdown-menu a {
        font-size: 10px;
    }

    #LoginForm ul li {
        left: initial !important;
    }

    #LoginForm ul li {
        position: relative;
        left: initial !important;
        display: inline;
        float: left;
        width: initial;
        padding: 2%;
    }
    #allcontent #LoginForm .dropdown-menu {
        top: 16px;
        display: inline !important;
    }

    #allcontent #LoginForm .dropdown-menu a {
        float: left !important;
    }

    fieldset.userdata {
        height: 241px;
    }

    article.node--type-homepage .welcome .wrapper {
        top: -70px;
    }

    .blog-slider{
        display: none;
    }

    .banner-q  {
        height: 48px;
        width: 89%;
    }
    .banner-q span {
        font-size: 18px;
        top: 13px;
    }

    #allcontent .welcome .show-map-btn{
        max-width: 261px;
        position: absolute;
        top: 6px;
        font-size: 0px !important;
        width: 40px !important;
        right: 16px;
    }

    .show-map-btn:before{
        content: "\f041";
        font: normal normal normal 14px/1 FontAwesome;
    }

    .moduletablemain-page-css{
        position: relative;
    }
    #megamenu-handler{
        display: none;
    }

}
@media (max-width: 768px) and (orientation: landscape) {
    .bottom-bar {
        height: 81px;
    }

    .bottom-bar .wrapper-block-all .search-box-fixed input {
        height: 25px !important;
        width: 100%;
    }

    .wrapper-block-all > .btn-fix-bottom {
        height: 21PX;
        font-size: 10px;
        width: 84px;
        padding: 6px;
        width: 102px !important;
        min-width: initial;
    }

    .bottom-bar .menu-bot a {
        padding: 6px 16px;
    }

}