﻿@font-face {
    font-family: OpenSansHebrew;
    src: url(/Fonts/opensanshebrew-light-webfont.eot?#iefix) format("embedded-opentype"),url(/Fonts/opensanshebrew-light-webfont.woff) format("woff"),url(/Fonts/opensanshebrew-light-webfont.ttf) format("truetype"),url(/fonts/opensanshebrew-light-webfont.svg#Open_Sans_Hebrew_Light_Regular) format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: OpenSansHebrew;
    src: url(/Fonts/opensanshebrew-regular-webfont.eot?#iefix) format("embedded-opentype"),url(/Fonts/opensanshebrew-regular-webfont.woff) format("woff"),url(/Fonts/opensanshebrew-regular-webfont.ttf) format("truetype"),url(/Fonts/opensanshebrew-regular-webfont.svg#Open_Sans_Hebrew_Regular) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: OpenSansHebrew;
    src: url(/Fonts/opensanshebrew-bold-webfont.eot?#iefix) format("embedded-opentype"),url(/Fonts/opensanshebrew-bold-webfont.woff) format("woff"),url(/Fonts/opensanshebrew-bold-webfont.ttf) format("truetype"),url(/Fonts/opensanshebrew-bold-webfont.svg#Open_Sans_Hebrew_Bold) format("svg");
    font-weight: 500;
    font-style: normal;
}


/*Generic Css Start*/
@-o-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


@-webkit-keyframes loading {
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        box-shadow: -17px -6px 0 #2b358f,17px 0 0 #d5d7e9;
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        box-shadow: -17px 6px 0 #2b358f,17px 6px 0 #d5d7e9;
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        box-shadow: -17px 0 0 #2b358f,17px -6px 0 #d5d7e9;
    }

    80% {
        box-shadow: -17px 0 0 #2b358f,17px 0 0 #d5d7e9;
    }
}

@keyframes loading {
    20% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        box-shadow: -17px -6px 0 #2b358f,17px 0 0 #d5d7e9;
    }

    40% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        box-shadow: -17px 6px 0 #2b358f,17px 6px 0 #d5d7e9;
    }

    60% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        box-shadow: -17px 0 0 #2b358f,17px -6px 0 #d5d7e9;
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

html {
    overflow: hidden;
    direction: ltr;
    height: 100%;
}

    html.sticky body {
        padding-top: 156px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    html.un_boxed.sticky body {
        padding-top: 170px;
    }

    html.un_boxed.sticky.landing body,
    html.sticky.landing body {
        padding-top: 125px;
    }

    html.un_boxed.landing body,
    html.landing body {
    }

.removeble {
    display: none;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none; /* non-prefixed version, currently not supported by any browser */
}
[role="button"],
[role="tab"],
input,
textarea,
select,
button,
a {
    outline: none !important;
}

    a.aspNetDisabled:hover,
    a.aspNetDisabled:hover *{
        text-decoration: none !important;
            cursor:default;
    }

    @media screen and (max-width:760px) {
        html body {
        background-attachment: fixed;
        /*max-height:100vh;*/
    }

    html.sticky body {
        padding-top: 0px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        html.sticky body form {
            /*padding-top: 140px !important;*/
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            /*bottom: -20px;*/
        }
}

html body {
    height: 100%;
    font-family: Arial;
    font-size: 17px;
    text-align: right;
    position: relative;
    overflow-x: hidden;
    direction: ltr;
    margin: 0;
}

html.un_boxed body {
    height: calc(100% - 1px);
}

a, a:visited {
    color: inherit;
    text-decoration: none;
}

ul {
    margin: 0;
}

.website_breadcrumbs ul {
    padding: 0;
}

ul li {
}

/*Generic Css End*/

/*CUSTOM BULLET LISTS*/
.ul-check,
.ul-star,
.ul-star-o,
.ul-heart,
.ul-heart-o,
.ul-heart-2,
.ul-arrow,
.ul-arrow-1,
.ul-arrow-2,
.ul-triangle,
.ul-heart-flower {
    list-style: none !important;
    list-style-type: none !important;
    padding-right: 25px;
    /*margin-right: 0;
    padding-right: 1em;
    text-indent: -1em;*/
}

    .ul-check li::before,
    .ul-star li::before,
    .ul-star-o li::before,
    .ul-heart li::before,
    .ul-heart-o li::before,
    .ul-heart-2 li::before,
    .ul-arrow li::before,
    .ul-arrow-1 li::before,
    .ul-arrow-2 li::before,
    .ul-triangle li::before,
    .ul-heart-flower li::before {
        width: 25px;
        display: inline-block;
        margin-right: -25px;
        font-size: 18px;
    }

    .ul-check li::before {
        content: '✔';
    }

    .ul-star li::before {
        content: '★';
    }

    .ul-star-o li::before {
        content: '☆';
    }

    .ul-heart li::before {
        content: '♥';
    }

    .ul-heart-o li::before {
        content: '♡';
    }

    .ul-heart-2 li::before {
        content: '💗';
        font-size: 19px;
    }

    .ul-heart-flower li::before {
        content: '❧';
    }

    .ul-arrow li::before {
        content: '←';
    }

    .ul-arrow-1 li::before {
        content: '⇐';
    }

    .ul-arrow-2 li::before {
        content: '⇦';
    }

    .ul-triangle li::before {
        content: '◀';
    }
/*END CUSTOM BULLET LISTS*/
html body .master_form {
    width: 1000px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 58px;
    direction: rtl;
    z-index: 2;
    position: relative;
    background-color: white;
}

html.un_boxed body .master_form {
    min-height: 100%;
    min-height: calc(100% - 20px);
    min-height: calc(100% - 0px);
}

/*Header Start*/
.header_container {
    padding: 16px 0 0;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #afafaf;
    /*border-bottom: 1px solid black;*/
    position: relative;
    z-index: 2;
    min-height: 95px;
    width: 1000px;
}

html.un_boxed body .header_container {
    width: 960px;
}

html.sticky .header_container {
    -webkit-backface-visibility: hidden;
    position: fixed;
    /*width: 960px;*/
    top: 0;
    z-index: 3;
}

html.sticky.regist_hdr .header_container:not(.user_zone) {
    top: 25px;
}
/*html.un_boxed.sticky.landing .header_container,
html.un_boxed.landing .header_container,
html.sticky.landing .header_container,
html.landing .header_container {
    width: 970px;
    margin-left: 15px;
    margin-right: 15px;
}*/


html.sticky.un_boxed .header_container {
}

.header_container #TopBarUpdatePanel {
    /*float: left;*/
    left: 16px;
    top: 16px;
    position: absolute;
    font-weight: normal;
}

.header_container .main_options {
    text-align: right;
    padding: 0 20px;
    margin-top: 86px;
}

.un_boxed .header_container .main_options {
    padding: 0 20px;
}

.header_container .main_options .option {
    height: 54px;
    vertical-align: middle;
    line-height: 53px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

    .header_container .main_options .option .option_link {
        padding: 0 10px;
    }
    .header_container .main_options .option button.option_link {
        background: none;
        border: 0;
        color: inherit;
        font-size:inherit;
        line-height:inherit;
        height: 100%;
        padding-bottom: 1px;
        cursor:pointer;
    }

        .header_container .main_options .selected .option_link,
        .header_container .main_options .option .option_link:focus
        .header_container .main_options .option:hover .option_link {
            color: black;
        }

   

/*.header_container .social_network_link {
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px;
    font-size: 24px;
}*/

.header_container .logo_container {
    position: absolute;
    right: 20px;
    top: 16px;
    max-width: 100%;
}

#dvLogoCont {
    float: right;
}

.logo_shortphrase {
    float: right;
    padding: 0 15px;
    height: 75px;
    max-width: 450px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
}

@media screen and (max-width:480px) {
    .header_container.noHdr .logo_shortphrase {
        display: none;
    }

    .header_container .logo_container {
        width: 100%;
        position: absolute;
        max-width: 250px;
        z-index: -1;
    }


    .logo_shortphrase {
        width: 100%;
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 5px;
        overflow: hidden;
        height: auto;
    }

        .logo_shortphrase .dvHdr {
            color: #282828;
            font-size: 18px;
        }

        .logo_shortphrase .dvSubHdr {
            font-size: 14px;
            font-weight: normal;
        }

        .logo_shortphrase .dvSubHdr,
        .logo_shortphrase .dvHdr {
            overflow: hidden;
        }
}

.un_boxed .header_container.user_zone,
.header_container.user_zone {
    min-height: 20px;
    max-height: 25px;
    margin-bottom: 0;
    padding-top: 5px !important;
    text-indent: 16px;
    z-index: 5;
    color: #434343;
    font-weight: normal;
    box-shadow: 0 5px 2px -6px;
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
}

    .un_boxed .header_container.user_zone .header_positioner,
    .header_container.user_zone .header_positioner {
        padding: 0;
    }

        .un_boxed .header_container.user_zone .header_positioner a,
        .header_container.user_zone .header_positioner a {
            text-decoration: underline;
        }

.header_container .header_logo {
    display: block;
    float: right;
    height: 75px;
    clear: left;
    margin: 0 0 0 5px;
    max-width: 100%;
    /*position: absolute;
        right: 0;
        top: 16px;*/
}

.un_boxed .header_container .header_logo {
    margin: 0;
}


.header_container .header_logo img {
    /* height: 100%;
   max-width: 250px;
    max-width: 175px;*/
}

.header_container .bar_block {
    position: relative;
    display: block;
    background-color: black;
    width: 48px;
    height: 48px;
    float: left;
    margin: 0;
    font-size: 24px;
    color: white;
    cursor: pointer;
    text-align: center;
    line-height: 47px;
}

    .header_container .bar_block .cart_counter {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAWlBMVEXmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCjmKCiMPGHsAAAAHXRSTlMAAwUGEExNV1iAgZGSk5SWrcTFxsfo6err7Pj5+se8V9QAAACmSURBVHhehZJZDoMwDAUNcdqEvUCSsvj+16yqthFQ8phPj2R5eRTJdTm4eXZDqXM6wjZI5Gl5b42THc5sZNbKH20WbScndD9fyynNx94lwf1t2ae0ZyKyksQSqZDWQZEWgKYK6ZoeSPcUkA60IL1c6KvmPR4NL4bPciM1oaPil8CHBoZx+MaxAWGCUcRBjpjDfN7QDi42+08F05FcV6NfVz9WWsXiC1LxTvZaprsvAAAAAElFTkSuQmCC') /*/images/Build/Common/ButtonNotification.png*/;
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 5px;
        right: 5px;
        line-height: 20px;
        text-align: center;
        color: white;
        font-size: 13px;
    }

    .header_container .bar_block .cart_text {
        padding: 0 0 0 5px;
        vertical-align: middle;
    }

    .header_container .bar_block .cart_icon {
        vertical-align: middle;
    }

.header_container .icon-uniE04C {
    position: relative;
}

.header_container .has_products .cart_counter {
    display: inline-block;
    z-index: 1;
}

.header_container .contacts {
    font-family: arial;
    color: black;
    font-weight: normal;
    /*height: 48px;
      line-height: 46px;*/
    font-size: 15px;
    position: absolute;
    top: 16px;
    left: 16px;
}

html.shop .header_container .contacts {
    left: 70px;
}

.header_container .contacts .contact_text {
    display: inline-block;
    /*vertical-align: middle;
    height: 100%;
    line-height: 50px;
    line-height: 56px;*/
}

.header_container .contacts .contact_numbers {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*line-height: 51px;*/
}

    .header_container .contacts .contact_numbers .contact_number {
        display: inline-block;
        direction: ltr;
        float: left;
        line-height: 56px;
    }

        .header_container .contacts .contact_numbers .contact_number span[class^="icon-"] {
            font-size: 36px;
            text-decoration: none !important;
            position: relative;
            top: 7px;
        }

        .shop_one_page .items_container .dvShopInfo .dv-info-item a:hover,
        .header_container .contacts .contact_numbers .contact_number:hover span.num {
            text-decoration: underline !important;
        }

        .header_container .contacts .contact_numbers .contact_number:hover span[class^="icon-"],
        .header_container .contacts .contact_numbers .contact_number span[class^="icon-"],
        .header_container .contacts .contact_numbers .contact_number:hover span[class^="icon-"]:before,
        .header_container .contacts .contact_numbers .contact_number span[class^="icon-"]:before {
            text-decoration: none !important;
        }

    .header_container .contacts .contact_numbers .phones_seperator {
        display: inline-block;
        float: left;
        line-height: 56px;
    }

.header_container .contacts .single_phone {
}

.header_container .contacts .icon_number {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    float: left;
    text-decoration: none !important;
    font-size: 36px;
}

    .header_container .contacts .icon_number .icon-uniE068 {
        font-size: 36px;
        vertical-align: middle;
    }


.header_container .mobile_menu_btn {
    display: none;
    background: black;
    height: 48px;
    width: 48px;
    cursor: pointer;
    color: white;
    line-height: 48px;
    margin: 17px 5px 3px 20px;
    float: left;
    text-align: center;
    font-size: 32px;
}

.shop_only .header_container .mobile_menu_btn {
    /*display: none !important;*/
    right: 20px;
    top: 27px;
    position: absolute;
    margin: 0;
}
/*.un_boxed .header_container .mobile_menu_btn{
    margin-left:0;
}*/

/*Header End*/

.content_holder {
    position: relative;
    z-index: 1;
    filter: Alpha(Opacity=90);
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    /*opacity: .9;*/
}

    .un_boxed .content_holder {
        padding-top: 0;
    }

    .un_boxed .widgets_container.content_holder,
    .widgets_container.content_holder {
        padding: 20px;
        margin: 0;
        overflow: hidden;
    }

        .un_boxed .widgets_container.content_holder.insta-edit,
        .widgets_container.content_holder.insta-edit {
            padding: 0;
        }

            .un_boxed .widgets_container.content_holder.insta-edit .main_blocks,
            .widgets_container.content_holder.insta-edit .main_blocks {
                padding: 20px;
                padding-top: 90px !important;
            }

        .widgets_container.content_holder > .pages_container.main_blocks .group-panel {
            background-color: transparent !important;
        }

    .widgets_container.sgl-position,
    .widgets_container.sgl-position .group-panel {
        padding-top: 0 !important;
    }

        .widgets_container.sgl-position .group_panel_inner {
            /*position:static !important;*/
        }

        .widgets_container.sgl-position .main_blocks,
        .widgets_container.sgl-position .main_blocks .group-panel,
        .widgets_container.sgl-position .main_blocks .group-panel .group_panel_inner {
            height: 100%;
        }

    /* common site grid */
    .site_grid {
        width: 960px;
        margin: 0 auto;
        overflow: hidden;
    }


    /*categories page*/

    .categories_page {
        color: #282828;
        padding: 18px 0 18px 0;
        font-size: 12px;
        line-height: 13px;
    }

        .categories_page h1,
        .categories_page .h1 {
            font-size: 20px;
            line-height: 40px;
        }

        .categories_page .shop_categories .categories_label {
            color: #777;
            float: right;
            margin-left: 5px;
            line-height: 47px;
            color: #222;
            font-weight: bold;
            cursor: default;
        }

        .categories_page .shop_categories {
            /*overflow: hidden;*/
            /*border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        
        margin-top: 3px;
             height: 47px;
            overflow:auto; bad for subs
        */
            max-width: 90%;
            max-width: calc(100% - 95px);
            padding: 0 8px;
            list-style: none;
            position: relative;
            font-size: 14px;
        }

            .categories_page .shop_categories .option .shop_subcategories.close,
            .categories_page .shop_categories .option .shop_subcategories {
                padding: 0 8px;
                border: 0;
                margin: 0;
                position: absolute;
                top: 41px;
                right: 0;
                background-color: #fff;
                z-index: 2;
                min-width: 150px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                overflow: hidden;
                max-height: 0;
                -webkit-transition: max-height 0.6s ease-out;
                -moz-transition: max-height 0.6s ease-out;
                -o-transition: max-height 0.6s ease-out;
                transition: max-height 0.6s ease-out;
                -webkit-box-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
                -moz-box-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
                box-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
                border-radius: 0 0 5px 5px;
            }

            /*.categories_page .shop_categories > .option.option_selected  .shop_subcategories{
            max-height:50px;
        }

         .categories_page .shop_categories > .option.option_selected  .shop_subcategories > .option {
            color: #656565;
            float: right;
            margin-left: 20px;
            line-height:47px;
        }*/

            .categories_page .shop_categories li {
                list-style: none;
            }

            /*.categories_page .shop_categories .option .shop_subcategories:hover,
            .categories_page .shop_categories .option:hover .shop_subcategories */
            .categories_page .shop_categories .option .shop_subcategories.open {
                max-height: 700px;
                -webkit-transition: max-height 0.3s ease-in;
                -moz-transition: max-height 0.3s ease-in;
                -o-transition: max-height 0.3s ease-in;
                transition: max-height 0.3s ease-in;
            }

        .categories_page .shop_sort > li:first-of-type,
        .categories_page .shop_subcategories > li:first-of-type {
            /*padding-top: 10px;*/
            border-top: 0;
        }

        .categories_page .shop_subcategories > li:last-of-type {
            /*padding-bottom: 10px;*/
        }

        .categories_page .shop_subcategories > li:first-of-type,
        .categories_page .shop_categories > li:first-of-type {
            /*display: none;*/
        }

        .categories_page .shop_categories > .option:hover {
            box-shadow: 0 2px 4px 0 rgba(0,0,0, 0.2);
            background-color: #f9f8f8;
        }

        .categories_page .shop_categories > .option {
            color: #000;
            float: right;
            padding: 0 10px;
            line-height: 40px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
        }

        .categories_page .shop_sort > .option,
        .categories_page .shop_subcategories > .option {
            line-height: 24px;
            padding: 8px 0;
            border-top: 1px solid #d7d7d7;
            font-size: 14px;
            color: #000;
            font-weight: normal;
        }



            .categories_page .shop_subcategories > .option .option_link,
            .categories_page .shop_categories > .option .option_link {
                display: block;
                display: inline-block;
            }

                .categories_page .shop_subcategories > .option_selected .option_link,
                .categories_page .shop_subcategories > .option .option_link:hover,
                .categories_page .shop_categories > .option_selected > .option_link,
                .categories_page .shop_categories > .option .option_link:hover {
                    /*color: #222;*/
                }

        .categories_page .shop_subcategories > .option_selected .option_link,
        .categories_page .shop_categories > .option_selected > .option_link {
            text-decoration: underline;
        }

        .categories_page .shop_subcategories > li.option.option_selected:hover a,
        .categories_page .shop_subcategories > li.option.option_selected a {
            /*color: #ff4444;*/
        }


        .categories_page .items_container {
        }

            .categories_page .items_container .items_options {
                height: 63px;
                line-height: 31px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 16px;
                font-size: 14px;
            }

                .categories_page .items_container .items_options .sorting_dropdown {
                    position: relative;
                    float: right;
                    vertical-align: middle;
                    margin-top: 4px;
                }

                    .categories_page .items_container .items_options .sorting_dropdown .sorting_title {
                        display: inline-block;
                    }

                    .categories_page .items_container .items_options .sorting_dropdown .sorting_current {
                        display: inline-block;
                        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAIAAAAG+GGPAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAsSURBVBhXY6ioqPiPCoAiDBAKwgcCCBsk+u/fPwgHLg0ShQBkHQhRBPj/HwBqKl2C3/qAmwAAAABJRU5ErkJggg==') /*/Images/Build/he/ArrowDownDropdown.png*/;
                        background-position: right 6px;
                        background-repeat: no-repeat;
                        padding-right: 10px;
                        color: #656565;
                    }

                    .categories_page .items_container .items_options .sorting_dropdown .sort_options {
                        display: none;
                    }

                        .categories_page .items_container .items_options .sorting_dropdown .sort_options .option {
                        }


                .categories_page .items_container .items_options .paging_container {
                    /*float: left;*/
                    text-align: center;
                }

                    .categories_page .items_container .items_options .paging_container .pages {
                        display: inline-block;
                        margin-left: 6px;
                        vertical-align: middle;
                    }

                        .categories_page .items_container .items_options .paging_container .pages .current_page {
                        }

                        .categories_page .items_container .items_options .paging_container .pages .total_page {
                        }

                    .categories_page .items_container .items_options .paging_container .show_all_button {
                        display: inline-block;
                        margin-left: 16px;
                        vertical-align: middle;
                        color: #656565;
                    }


                    .categories_page .items_container .items_options .paging_container .paging {
                        display: inline-block;
                        overflow: hidden;
                        vertical-align: middle;
                        padding: 1px;
                    }

                        .categories_page .items_container .items_options .paging_container .paging .page {
                            float: right;
                            height: 21px;
                            /*min-width: 21px;*/
                            text-align: center;
                            padding: 0 6px;
                            line-height: 19px;
                            border: 1px solid #e6e6e6;
                            margin-right: 2px;
                            margin-top: 5px;
                            cursor: pointer;
                            -moz-box-sizing: border-box;
                            -webkit-box-sizing: border-box;
                            box-sizing: border-box;
                        }

                            .categories_page .items_container .items_options .paging_container .paging .page:not(.center):hover {
                                background-color: #e6e6e6;
                            }

                        .categories_page .items_container .items_options .paging_container .paging .current_page {
                            cursor: default;
                            background-color: #e6e6e6;
                        }

                        .categories_page .items_container .items_options .paging_container .paging .center {
                            cursor: default;
                            border: none;
                            background: none;
                        }

                        .categories_page .items_container .items_options .paging_container .paging .next {
                        }

                        .categories_page .items_container .items_options .paging_container .paging .prev {
                        }



    /*SHOP WIDGET*/
    .shop-widget.shop-widget-cat .shop_item,
    .shop-widget.shop-widget-related .shop_item {
        float: left;
        margin-top: 5px;
        text-align: right;
    }

    /*.shop-widget.shop-widget-related .dvShopCarousel-rtl {
    left:auto !important;
    right:0 !important;
}
    .shop-widget.shop-widget-related .dvShopCarousel-rtl .shop_item {
        float:right;
    }*/

    .categories_page .items_container .items {
        overflow: hidden;
        padding-bottom: 70px;
        background-color: #f5f5f5;
        padding: 20px 8px 0;
        margin: 0;
    }

        .categories_page .items_container .items .item {
            width: 25%;
            float: right;
        }

        .shop-widget.shop-widget-cat .shop_item .item,
        .shop-widget.shop-widget-related .shop_item .item,
        .categories_page .items_container .items .item {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 8px;
            margin: 0 0 16px 0;
        }

            .shop-widget.shop-widget-cat .shop_item .item .item_background,
            .shop-widget.shop-widget-related .shop_item .item .item_background,
            .categories_page .items_container .items .item .item_background {
                position: relative;
                height: 290px;
                border-radius: 5px;
                box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
                background-color: #fff;
            }

                .shop-widget.shop-widget-cat .shop_item .item .item_background a,
                .shop-widget.shop-widget-related .shop_item .item .item_background a,
                .categories_page .items_container .items .item .item_background a {
                    position: relative;
                    overflow: hidden;
                    padding: 20px 18px 18px;
                    display: block;
                    border-radius: 5px;
                }

            .page_order_varification,
            .categories_page .items_container .items .item .item_general_info {
                background-color: #fff;
            }

            .shop-widget.shop-widget-cat .shop_item .item .item_image,
            .shop-widget.shop-widget-related .shop_item .item .item_image,
            .categories_page .items_container .items .item .item_image {
                width: 100%;
                /*border: 1px solid #e4e4e4;*/
                border-bottom: 0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                margin-bottom: 17px;
                height: 161px;
            }

                .shop-widget.shop-widget-cat .shop_item .item .item_image img,
                .shop-widget.shop-widget-related .shop_item .item .item_image img,
                .categories_page .items_container .items .item .item_image img {
                    /*position: relative;*/
                    width: 100%;
                }

            .shop_one_page .items_container .dvShopItems .secCategory .item .sale-label,
            .shop-widget.shop-widget-cat .shop_item .item .sale-label,
            .shop-widget.shop-widget-related .shop_item .item .sale-label,
            .categories_page .items_container .items .item .sale-label {
                width: 92px;
                height: 46px;
                /*border-radius: 5px;*/
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
                background-color: #ff2865;
                color: #fff;
                font-size: 15px;
                font-weight: bold;
                text-align: center;
                line-height: 60px;
                transform: rotate(-45deg);
                display: block;
                position: absolute;
                left: -29px;
                top: -6px;
                z-index: 1;
            }

            .categories_page .items_container .items .item .item_general_info {
            }
                /*.categories_page .items_container .items .item .item_general_info {
                    line-height: 19px;
                    border: 1px solid #e4e4e4;
                    border-top:1px solid #f3f3f3;
                    padding: 8px 16px 7px;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    min-height: 70px;
                     width:100%;
                    position: absolute;
                     background-color:#f3f3f3;
                    -webkit-box-shadow: 0 8px 6px -6px black;
                    -moz-box-shadow: 0 8px 6px -6px black;
                    box-shadow: 0 8px 6px -6px black;
                    z-index: 1;
                }*/
                .categories_page .items_container .items .item .item_general_info .item_add_info {
                    overflow: hidden;
                    height: 0;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    width: 100%;
                    background-color: #f3f3f3;
                    color: #666;
                    -webkit-transition: 0.3s ease-in-out;
                    -moz-transition: 0.3s ease-in-out;
                    -o-transition: 0.3s ease-in-out;
                    transition: 0.3s ease-in-out;
                }

            .categories_page .items_container .items .item .item_background:hover .item_add_info {
                height: 75px;
                margin-bottom: 10px;
            }

    .shop-widget .categories_page {
        padding-top: 0;
    }

        .shop-widget .categories_page .items_container .items {
            padding-bottom: 35px;
        }

            .shop-widget .categories_page .items_container .items .item .item_general_info,
            .shop-widget .categories_page .items_container .items .item .item_general_info .item_add_info {
                background-color: #fff;
            }

            .shop-widget .categories_page .items_container .items .item .item_background:hover .item_add_info {
                height: 45px;
            }




    .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info h3,
    .shop-widget.shop-widget-cat .shop_item .item .item_general_info h3,
    .shop-widget.shop-widget-related .shop_item .item .item_general_info h3,
    .categories_page .items_container .items .item .item_general_info h2 {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #262626;
    }

    .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info h4,
    .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info .prod-desc,
    .shop-widget.shop-widget-cat .shop_item .item .item_general_info h4,
    .shop-widget.shop-widget-related .shop_item .item .item_general_info h4,
    .categories_page .items_container .items .item .item_general_info h3 {
        font-size: 15px;
        line-height: 20px;
        min-height: 20px;
        font-weight: normal;
        color: #262626;
    }

    .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info .dvPrice,
    .shop-widget.shop-widget-cat .shop_item .item .item_general_info .dvPrice,
    .shop-widget.shop-widget-related .shop_item .item .item_general_info .dvPrice,
    .categories_page .items_container .items .item .item_general_info .dvPrice {
        margin-top: 12px;
    }

        .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info .dvPrice .price,
        .shop-widget.shop-widget-cat .shop_item .item .item_general_info .dvPrice .price,
        .shop-widget.shop-widget-related .shop_item .item .item_general_info .dvPrice .price,
        .categories_page .items_container .items .item .item_general_info .dvPrice .price {
            font-weight: bold;
            font-size: 15px;
            color: #2b358f;
        }

        .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info .dvPrice .mrktPrice,
        .shop-widget.shop-widget-cat .shop_item .item .item_general_info .dvPrice .mrktPrice,
        .shop-widget.shop-widget-related .shop_item .item .item_general_info .dvPrice .mrktPrice,
        .categories_page .items_container .items .item .item_general_info .dvPrice .mrktPrice {
            font-weight: normal;
            text-decoration: line-through;
            font-size: 14px;
            text-align: right;
            color: #4a4a4a;
        }

    .categories_page .dv_shop_search {
        float: left;
        width: 304px;
        height: 38px;
        border: 1px solid #16254f;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 2px 4px 0 rgba(195, 194, 194, 0.7);
    }

    .un_boxed .categories_page .dv_shop_search {
        /*margin: 13px 16px;*/
    }

    .categories_page .dv_shop_search input[type="search"] {
        text-indent: 8px;
        position: relative;
        height: 38px;
        width: 220px;
        border: 0;
        outline: 0;
        border-radius: 0 3px 3px 0;
        background-color: transparent;
        font-size: 14px;
        /*background-color: rgba(255,255,255,0.7) !important;*/
    }


        .categories_page .dv_shop_search input[type="search"]::-webkit-search-cancel-button {
            -webkit-appearance: none;
            height: 28px;
            width: 16px;
            background: url('/Images/Build/Common/ClearBtn.png') no-repeat;
            /* Will place small red box on the right of input (positioning carries over) */
            position: absolute;
            background-position: center center;
            right: 2px;
            top: 0;
        }

    .categories_page .dv_shop_search button {
        float: left;
        width: 40px;
        height: 40px;
        background-color: #fff;
        color: #16254f;
        line-height: 20px;
        padding: 10px;
        text-align: center;
        font-size: 20px;
        border: 0;
    }

        .categories_page .dv_shop_search button .color {
            fill: #16254f;
        }


    .categories_page div.shop_sort {
        float: right;
        color: #777;
        display: inline;
        margin: 0 15px;
    }

        .categories_page div.shop_sort > span {
            float: right;
            color: #222;
            font-weight: bold;
        }

        .categories_page div.shop_sort > a {
            float: right;
            padding: 0 5px;
        }

            .categories_page div.shop_sort > a > span {
                float: right;
            }

            .categories_page div.shop_sort > a > div {
                float: right;
                padding: 0 5px;
                font-size: 15px;
                line-height: 31px;
            }

    /*SHOP DIALOG*/
    .ui-widget-overlay {
        background-position: 0% 0%;
        opacity: 1 !important;
        background-color: rgba(0, 0, 0, 0.75) !important;
        background-image: none !important;
        background-repeat: repeat !important;
        background-attachment: scroll !important;
    }

    .dialog-shop {
        border: 0;
        outline: none !important;
        border-radius: 5px;
        box-shadow: 0 0 4px 0 rgba(63, 63, 63, 0.5);
    }

        .dialog-shop.ui-dialog .ui-dialog-titlebar {
            display: block;
            background: none;
            border: 0;
        }

        .dialog-shop.dialog-shop-success.ui-dialog .ui-dialog-titlebar:after {
            content: url(/Images/Build/Common/icon-v-d.svg);
            width: 64px;
            height: 64px;
            margin: 0 auto;
        }

        .dialog-shop.dialog-shop-closed.ui-dialog .ui-dialog-titlebar:after {
            content: url(/Images/Build/Common/ECommerce/imag-the-store-is-closed-d.svg);
            width: auto;
            height: 200px;
            margin: 0 auto;
        }

        .dialog-shop .ui-dialog-content {
            font-size: 24px;
            text-align: center;
        }

        .dialog-shop.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            direction: rtl;
            margin-bottom: 20px;
        }

        .dialog-shop.dialog-shop-success.ui-dialog .ui-dialog-buttonset button {
            font-size: 16px;
            font-weight: bold;
            color: #2b358f;
            background: none;
            margin: 0;
            font-family: OpenSansHebrew;
        }

            .dialog-shop.dialog-shop-success.ui-dialog .ui-dialog-buttonset button:disabled {
                opacity: 0.5;
                cursor: not-allowed;
            }

            .dialog-shop.dialog-shop-success.ui-dialog .ui-dialog-buttonset button:first-child::after {
                content: '';
                background: #000000;
                height: 22px;
                width: 2px;
                display: inline-block;
                margin-right: 17px;
                margin-left: 7px;
                vertical-align: middle;
            }

        .dialog-shop.dialog-shop-closed.ui-dialog .ui-dialog-buttonset button {
            width: 163px;
            height: 48px;
            font-size: 15px;
            font-weight: bold;
            color: #fff;
            border-radius: 24px;
            background-color: #16254f;
            margin: 0;
            font-family: OpenSansHebrew;
        }

            .dialog-shop.dialog-shop-closed.ui-dialog .ui-dialog-buttonset button .ui-button-text {
                padding: 0;
                font-size: 15px;
            }

        .dialog-shop.dialog-shop-closed h2 {
            font-size: 22px;
            font-weight: bold;
            color: #16254f;
        }

        .dialog-shop.dialog-shop-closed p {
            font-size: 17px;
            color: #16254f;
            margin: 8px 0;
        }

        .dialog-shop.dialog-shop-closed .dv-open-hours {
            font-size: 15px;
            color: #333;
            border-radius: 8px;
            border: solid 1px #d1d1d1;
            padding: 18px 24px;
            line-height: 2;
            margin-bottom: 7px;
        }

            .dialog-shop.dialog-shop-closed .dv-open-hours .td-day {
                text-align: right;
                min-width: 80px;
                max-width: 194px;
            }

            .dialog-shop.dialog-shop-closed .dv-open-hours .td-time {
                text-align: right;
                padding-right: 5px;
            }

            .dialog-shop.dialog-shop-closed .dv-open-hours .tr-today .td-day,
            .dialog-shop.dialog-shop-closed .dv-open-hours .tr-today .td-time {
                font-weight: bold;
            }

        .dialog-shop.ui-dialog .ui-dialog-titlebar-close {
            left: 5px;
            top: 15px;
            right: auto;
            border: 0;
            background: none;
            font-size: 0px;
            font-weight: bold;
            color: #000;
        }

            .dialog-shop.ui-dialog .ui-dialog-titlebar-close:after {
                content: 'X';
                font-size: 14px;
            }

            .dialog-shop.ui-dialog .ui-dialog-titlebar-close .ui-icon,
            .dialog-shop.ui-dialog .ui-dialog-titlebar-close.ui-state-default .ui-button-text,
            .dialog-shop.ui-dialog .ui-dialog-titlebar-close.ui-state-default .ui-icon {
                display: none;
            }

    @media screen and (max-width: 768px) {
        .dialog-shop .ui-dialog-content {
            font-size: 16px;
        }

        .dialog-shop .ui-dialog-buttonset button {
            font-size: 15px;
        }

        .dialog-shop.dialog-shop-closed.ui-dialog .ui-dialog-buttonset button .ui-button-text {
            padding: 0;
            font-size: 15px;
        }

        .dialog-shop.dialog-shop-success.ui-dialog .ui-dialog-titlebar:after {
            width: 48px;
            height: 48px;
        }

        .dialog-shop.dialog-shop-closed.ui-dialog .ui-dialog-titlebar:after {
            content: url(/Images/Build/Common/ECommerce/imag-the-store-is-closed-m.svg);
            height: 156px;
        }

        .dialog-shop.dialog-shop-closed h2 {
            font-size: 20px;
        }

        .dialog-shop.dialog-shop-closed p {
            font-size: 16px;
        }

        .dialog-shop.dialog-shop-closed .dv-open-hours {
            font-size: 14px;
            padding: 16px;
            line-height: 1.71;
            margin-bottom: 0px;
        }
    }

    /* Breadcrumbs */

    .breadcrumbs {
        font-size: 12px;
        color: #999999;
        padding: 9px 0 53px 0;
    }

        .breadcrumbs a {
            vertical-align: middle;
        }

            .breadcrumbs a:last-of-type {
                color: #282828;
            }

        .breadcrumbs span {
            vertical-align: middle;
            margin: 0 5px;
        }
    /* item page*/

    .item_page {
    }

        .item_page .page_content {
            overflow: hidden;
            padding-bottom: 35px;
        }


            .item_page .page_content .image_col {
                width: 490px;
                float: right;
            }

                .item_page .page_content .image_col.image_col_sm {
                    display: none;
                }

                    .item_page .page_content .image_col.image_col_sm > .image_caru_sm > .image:not(:first-child),
                    .item_page .page_content .image_col.image_col_lg > .image_caru > .image:not(:first-child) {
                        display: none;
                    }

                .item_page .page_content .image_col .caroufredsel_wrapper {
                    direction: ltr;
                }

                .item_page .page_content .image_col .image_caru {
                    height: 490px;
                    overflow: hidden;
                }

                .item_page .page_content .image_col .caroufredsel_wrapper .image_caru .image {
                    width: 450px;
                    height: 406px;
                    float: left;
                    overflow: hidden;
                    direction: rtl;
                    background-color: rgba(0,0,0,0.5);
                }

                    .item_page .page_content .image_col .caroufredsel_wrapper .image_caru_sm .image .img_cont,
                    .item_page .page_content .image_col .caroufredsel_wrapper .image_caru .image .img_cont {
                        height: 95%;
                        height: calc(100% - 38px);
                        width: 100%;
                        background-color: #fff;
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: contain;
                    }

                .item_page .page_content .image_col .caroufredsel_wrapper .image_caru_sm .image .img_cont {
                    height: calc(100% - 28px);
                    height:auto;
                }
                    .item_page .page_content .image_col .caroufredsel_wrapper .image_caru_sm .image .img_cont img{
                        margin:auto;
                    }

                    .item_page .page_content .image_col .image_caru_sm .image .img_desc,
                    .item_page .page_content .image_col .image_caru .image .img_desc {
                        font-size: 16px;
                        font-weight: bold;
                        padding-top: 16px;
                        text-align: center;
                        background-color: #fff;
                        line-height: 22px;
                        height: 38px;
                    }

                .item_page .page_content .image_col .image_caru_sm .image .img_desc {
                    font-size: 15px;
                    padding-top: 8px;
                    line-height: 20px;
                }

                .item_page .page_content .image_col .caroufredsel_wrapper .image_caru .image [data-toggle="lightbox"] {
                    cursor: zoom-in;
                }

    .ekko-lightbox.modal .modal-dialog .modal-content .modal-body {
        padding: 0;
    }

        .ekko-lightbox.modal .modal-dialog .modal-content .modal-body .modal-loading {
            padding: 15px;
            text-align: center;
        }

    .item_page .page_content .image_col .caroufredsel_wrapper .image_caru .image img {
        position: relative;
    }

    .item_page .page_content .image_col .pagination_container {
        overflow: hidden;
        margin-top: 34px;
        /*margin: 0 -7px;*/
    }

        .item_page .page_content .image_col .pagination_container .pag_thumb {
            height: 72px;
            width: 72px;
            display: block;
            float: right;
            overflow: hidden;
            margin: 4px;
            background-color: rgba(0,0,0,0.5);
            position: relative;
            border: 2px solid #fff;
        }


            .item_page .page_content .image_col .pagination_container .pag_thumb img {
                width: 100% !important;
                height: auto !important;
                vertical-align: middle;
                display: inline-block;
            }

        .item_page .page_content .image_col .pagination_container .selected {
            border: 2px solid #000;
            /*height: 82px;
                    width: 82px;*/
        }

        .item_page .page_content .image_col .pagination_container .pag_thumb .helper {
            vertical-align: middle;
            display: inline-block;
            height: 100%;
        }

        .item_page .page_content .image_col .pagination_container .pag_thumb i.icon-play {
            position: absolute;
            opacity: 0.7;
            color: #000;
            font-size: 32px;
            width: 100%;
            height: 32px;
            margin-top: calc((100% - 32px) / 2);
            text-align: center;
            z-index: 1;
        }

    .item_page .page_content .image_col_lg {
        position: relative;
        width: 450px;
    }

        .item_page .page_content .image_col_lg .prev-btn,
        .item_page .page_content .image_col_lg .next-btn {
            position: absolute;
            top: 172px;
            height: 24px;
            line-height: 24px;
            width: 24px;
            font-size: 24px;
            color: rgba(0,0,0,0.5);
            background-color: rgba(255,255,255,0.8);
            border-radius: 24px;
        }

        .item_page .page_content .image_col_lg .prev-btn {
            left: 4px;
        }

        .item_page .page_content .image_col_lg .next-btn {
            right: 4px;
        }

    .item_page .item_info_col {
        width: calc(100% - 450px);
        max-width: 510px;
        float: right;
        padding: 0 0px 0 50px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 13px;
        line-height: 16px;
        color: #262626;
    }


        .item_page .item_info_col .basic_info.add_info {
            margin-top: 60px;
        }

        .item_page .item_info_col .basic_info h1 {
            font-size: 22px;
            font-weight: bold;
            line-height: 30px;
        }

        .item_page .item_info_col .basic_info h2 {
            font-size: 18px;
            font-weight: normal;
            line-height: 24px;
            min-height: 24px;
        }

        .checkout_page h3,
        .item_page .item_info_col h3 {
            color: #262626;
            font-size: 18px;
            font-weight: bold;
            line-height: 24px;
            height: 24px;
        }

    .checkout_page h3 {
        font-size: 16px;
        padding: 32px 0;
        background-color: #fff;
        text-align: center;
    }

    .checkout_page .page_form .form_column h3 {
        font-size: 16px;
        color: #2f2f2f;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 100px;
    }

    .page_order_varification {
        text-align: center;
        color: #000;
    }

        .page_order_varification .cont_order_varification {
            padding-top: 100px;
        }

        .page_order_varification .dv_varification_title {
            font-size: 18px;
            margin-bottom: 17px;
            /*padding-top: 100px;*/
        }

        .page_order_varification .dv_varification_subtitle {
            font-size: 16px;
            margin-bottom: 55px;
        }

        .page_order_varification .dv_varification_form {
            margin-bottom: 180px;
        }

            .page_order_varification .dv_varification_form input[type=tel] {
                border: 0;
                border-bottom: solid 1px #666666;
                width: 134px;
                height: 36px;
                max-width: 134px;
                text-align: center;
                color: #666666;
                font-size: 16px;
                padding: 0;
            }

            .page_order_varification .dv_varification_form input.token-invalid {
                border-bottom: solid 1px #ff495c;
            }

        .page_order_varification .token-error {
            color: #ff495c;
            line-height: 21px;
            display: block;
            height: 21px;
        }

        .page_order_varification .dv_varification_form .btn_varification {
            font-size: 18px;
            font-weight: bold;
            color: #ff495c;
        }

        .page_order_varification .dv_varification_bottom {
        }

            .page_order_varification .dv_varification_bottom .dv_varification_label {
                font-size: 15px;
                font-weight: bold;
                color: #000000;
                margin-bottom: 24px;
            }

            .page_order_varification .dv_varification_bottom .dv_varification_bottom_link {
                line-height: 21px;
                height: 21px;
                display: inline-block;
                width: 49%;
                width: calc(50% - 3px);
                color: #16254f;
                font-size: 15px;
            }

                .page_order_varification .dv_varification_bottom .dv_varification_bottom_link.first-child a {
                    padding: 0 0 0 15px;
                }

                .page_order_varification .dv_varification_bottom .dv_varification_bottom_link.last-child a {
                    padding: 0 11px 0 0;
                }

                .page_order_varification .btn_varification:hover,
                .page_order_varification .dv_varification_bottom .dv_varification_bottom_link a:hover {
                    text-decoration: underline;
                }

                .page_order_varification .dv_varification_bottom .dv_varification_bottom_link.first-child {
                    text-align: left;
                    border-left: 1px solid #16254f;
                }

                .page_order_varification .dv_varification_bottom .dv_varification_bottom_link.last-child {
                    text-align: right;
                }


    .item_page .item_info_col .basic_info .dvPrice {
        font-size: 20px;
        display: block;
    }

        .item_page .item_info_col .basic_info .dvPrice .price {
            font-weight: bold;
            line-height: 24px;
            display: inline;
            color: #2b358f;
            display: inline-block;
            margin-top: 26px;
            margin-bottom: 38px;
        }

        .item_page .item_info_col .basic_info .dvPrice .mrktPrice {
            font-size: 16px;
            font-weight: normal;
            line-height: 24px;
            text-decoration: line-through;
            color: #4a4a4a;
            display: inline-block;
            /*float:right;*/
        }

    .item_page .item_info_col .basic_info .description {
        padding: 12px 0 0 0;
        font-size: 15px;
        margin-bottom: 60px;
        width: 100%;
    }

    .item_page .item_info_col .basic_info .catalog_num {
        padding: 34px 0 0 0;
    }

        .item_page .item_info_col .basic_info .catalog_num span {
            color: #666;
        }

    .item_page .item_info_col .basic_info .container_sales {
        height: 1%;
        overflow: hidden;
    }

    .item_page .item_info_col .properties {
        margin-top: 15px;
        margin-bottom: 10px;
        max-width: 400px;
    }

        .item_page .item_info_col .properties .property {
            min-height: 49px;
            border-top: solid 1px #d7d7d7;
        }

            .item_page .item_info_col .properties .property.prop-invalid .lbl-spec {
                color: #ff495c;
            }

            .item_page .item_info_col .properties .property:last-child {
                border-bottom: solid 1px #d7d7d7;
            }

            .item_page .item_info_col .properties .property .property-label {
                width: 109px;
                height: 47.5px;
                line-height:19.5px;
                margin-top:2px;
                font-weight: bold;
                font-size: 16px;
                padding: 13px 0;
                display: inline-block;
                float: right;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select,
            .item_page .item_info_col .properties .property .property-multi-select,
            .item_page .item_info_col .properties .property .property-select {
                width: calc(100% - 113px);
                display: inline-block;
                position: relative;
                font-size: 15px;
                color: #666;
            }

            .item_page .item_info_col .properties .property .property-select {
                padding: 14px 0;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_header,
            .item_page .item_info_col .properties .property .property-multi-select .accordion_header {
                outline: none;
                padding: 14px 0;
                cursor: pointer;
            }

            .item_page .item_info_col .properties .property .property-multi-select .accordion_header {
                background: none;
                border: 0;
            }

                .item_page .item_info_col .properties .property .property-multi-select .accordion_header .ui-accordion-header-icon {
                    display: none;
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .item-desc .accordion_header i,
                .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_header i,
                .item_page .item_info_col .properties .property .property-multi-select .accordion_header i {
                    font-size: 22px;
                    line-height: 22px;
                    float: left;
                    transform: rotate(0deg);
                    -webkit-transition: -webkit-transform .3s linear;
                    -ms-transition: -ms-transform .3s linear;
                    transition: transform .3s linear;
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_header[aria-expanded="true"] i,
                .item_page .item_info_col .properties .property .property-multi-select .accordion_header[aria-expanded="true"] i {
                    transform: rotate(-180deg);
                }

            .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont,
            .item_page .item_info_col .properties .property .property-multi-select .accordion_cont {
                display: none;
            }

            .item_page .item_info_col .properties .property .property-multi-select .accordion_cont {
                padding: 0;
                border: 0;
            }

                .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul,
                .item_page .item_info_col .properties .property .property-multi-select .accordion_cont ul {
                    list-style: none;
                    /*margin-bottom: 15px;*/
                    padding: 0;
                }

                    .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li,
                    .item_page .item_info_col .properties .property .property-multi-select .accordion_cont ul li {
                        line-height: 24px;
                    }

    .ul-radio-buttons td {
        position: relative;
    }

        .ul_filter .ul_sub_filter li input[type=checkbox],
        .ul-radio-buttons td > input[type=radio],
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=radio],
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=checkbox],
        .item_page .item_info_col .properties .property .property-multi-select .accordion_cont ul li input[type=checkbox] {
            position: absolute;
            right: 0;
        }

            .ul-radio-buttons td > input[type=radio]:disabled + label,
            .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=radio]:disabled + label,
            .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=checkbox]:disabled + label,
            .item_page .item_info_col .properties .property .property-multi-select .accordion_cont ul li input[type=checkbox]:disabled + label {
                opacity: 0.5;
            }

    .item_page .item_info_col .properties .property select {
        height: 22px;
        font-size: 15px;
        color: #262626;
        width: 100%;
        border: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        outline: none;
        position: relative;
        z-index: 1;
        background-color: transparent;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        cursor: pointer;
    }

    .item_page .item_info_col .properties .property .property-select:after {
        left: 0;
        top: 14px;
        position: absolute;
        font-size: 22px;
        line-height: 22px;
        font-family: 'bsoft' !important;
        content: "\e0d7";
        display: inline-block;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }


    .item_page .item_info_col .properties .property .property-desc {
        font-size: 15px;
        color: #262626;
        padding: 14px 0;
        display: inline-block;
    }

    .property_dropdown_wrapper {
        line-height: 23px;
        height: 24px;
        position: relative;
        margin: 0 0 18px;
        overflow: hidden;
    }

        .property_dropdown_wrapper .property_name {
            display: block;
            float: right;
            width: 30%;
            height: inherit;
        }

        .property_dropdown_wrapper .property_dropdown_panel {
            float: right;
            width: 70%;
            height: inherit;
        }

            .property_dropdown_wrapper .property_dropdown_panel select {
                position: static;
                width: 100%;
                right: auto;
                top: auto;
                height: inherit;
            }

    .ammount_input .property_dropdown_panel {
        /*padding: 0 0 0 200px;*/
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .property_dropdown_wrapper .property_current {
        height: 24px;
        border: 1px solid #999999;
        float: right;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 8px 0 30px;
        width: 100%;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAIAAABVH8vfAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADeSURBVDhPrZSxDYQwDEVhInagomIIxBDZEViEigoaSO7rYvkMSXxEyiuMie3Pjwsqa60rQUXPfOBAmogLcYdsVZjnWXOkq8jqsixJoTemuBRx9BiTrz6XkYlf7dH0Bm1HoRcm/FJ8R8aYKg2q1CdIXm0YBpq7M44jNd1JXu08z77vMVnXNUec4Jw67mg72ve9bVtWQX4chy+FO9KEwLZtTdNABRG5PwxVQHJHlDm3rmvXdYj0/iXDkW9FDGckXI0I6ZMp/uzoPcWEpmn6CV3XRVk+xRxp/6NcCv38nfsAp+G8zGGkHCAAAAAASUVORK5CYII=') /*/Images/Build/he/PropertiesDropdown.png*/;
        background-repeat: no-repeat;
        background-position: left center;
        overflow: hidden;
        cursor: pointer;
        text-align: right;
    }

    .property_dropdown_wrapper .properties_value_list {
        position: absolute;
        top: 0;
        right: 109px;
        width: 250px;
        margin: 0;
        height: 24px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /*padding: 0 8px 0 30px;*/
        border: 1px solid #999999;
        z-index: 100;
        /*display: none;*/
        background: white;
        max-height: 200px;
        overflow-y: auto;
    }

        .property_dropdown_wrapper .properties_value_list .property_value {
            border-bottom: 1px solid #999;
            cursor: pointer;
            padding: 0 8px 0 30px;
        }

    .property_dropdown_wrapper input {
        width: 30px;
        margin: 0 9px 0 0;
        text-align: center;
        font-family: Arial;
    }

    .ammount_input {
    }

        .ammount_input .property_name {
        }

        .ammount_input .property_current {
            width: 55px;
        }

        .ammount_input .properties_value_list {
            width: 55px;
            overflow-x: hidden;
        }

    .card_item_counter {
        height: 28px;
        margin: 0;
        /*top: -8px;*/
    }

        .card_item_counter .property_name {
            display: none;
        }

        .card_item_counter .property_current {
        }

        .card_item_counter .properties_value_list {
            right: 0;
        }

    .item_page .item_info_col .actions .product_contact_form {
        padding: 0 10px;
    }

        .item_page .item_info_col .actions .product_contact_form .input_wrapper {
            position: relative;
            margin: 0 0 10px 0;
            line-height: 24px;
        }

            .item_page .item_info_col .actions .product_contact_form .input_wrapper .input_label {
                width: 30%;
                display: inline-block;
            }

            .item_page .item_info_col .actions .product_contact_form .input_wrapper .textbox {
                width: 70%;
                display: inline-block;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                border: 1px solid #999999;
                padding: 0 5px;
                line-height: 22px;
            }

            .item_page .item_info_col .actions .product_contact_form .input_wrapper .input_error {
                color: red;
                position: absolute;
                left: 10px;
                top: 10px;
            }

        .item_page .item_info_col .actions .product_contact_form .button_wrapper {
            padding: 0;
            width: auto;
            float: none;
        }

    .product_contact_result_wrapper {
    }

        .product_contact_result_wrapper .contact_result_label {
        }

    .item_page .actions {
        height: 1%;
        overflow: hidden;
    }

    .item_page .item_info_col .actions {
        margin: 0px;
        margin-bottom: 8px;
        overflow: hidden;
        /*margin: 0 -10px;*/
    }

        .item_page .item_info_col .actions .button_wrapper {
            width: 50%;
            padding: 0 10px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            float: right;
        }

        .item_page .item_info_col .actions .add_to_cart {
            margin: 30px 0;
        }

            .shop_one_page .items_container .dvShopItems .secCategory .item .add_to_cart .amount_button,
            .checkout_page .cart_items_container .ammount_cont .amount_button,
            .item_page .item_info_col .actions .add_to_cart .amount_button {
                width: 25px;
                height: 25px;
                line-height: 25px;
                border-radius: 25px;
                border: 1px solid #E0E2E9;
                color: #D5214A;
                background-color: #fff;
                text-align: center;
                padding: 0;
                cursor: pointer;
            }

    .svg-plus,
    .svg-minus {
        position: relative;
        top: 3px;
    }

        .svg-plus:after,
        .svg-minus:after {
        }

        .svg-plus:after {
            content: url(/Images/Build/Common/svg-plus.svg);
            /*background-image: url(/Images/Build/Common/svg-plus.svg);*/
        }

        .svg-minus:after {
            content: url(/Images/Build/Common/svg-minus.svg);
            /*background-image: url(/Images/Build/Common/svg-minus.svg);*/
        }

    .shop_one_page .items_container .dvShopItems .secCategory .item .add_to_cart .amount_input,
    .checkout_page .cart_items_container .ammount_cont .amount_input,
    .item_page .item_info_col .actions .add_to_cart .amount_input {
        width: 45px;
        height: 25px;
        box-sizing: border-box;
        /*border: 1px solid #E0E2E9;*/
        text-align: center;
        color: #2b358f;
        font-weight: bold;
    }

    .item_page .item_info_col .actions .add_to_cart .amount_units,
    .item_page .item_info_col .actions .add_to_cart .amount_input,
    .checkout_page .cart_items_container .ammount_cont .amount_input {
        width: 60px;
        display: inline-block;
        border: 0;
    }

    .item_page .item_info_col .actions .add_to_cart .amount_input {
        width: 22px;
    }

    .item_page .item_info_col .actions .add_to_cart .amount_units {
        width: 17px;
    }

    .shop_one_page .items_container .dvShopItems .secCategory .item .add_to_cart .amount_units,
    .item_page .item_info_col .actions .add_to_cart .amount_units {
        color: #2b358f;
        font-weight: bold;
        font-size: 11px;
        margin-left: 5px;
    }

    .shopping_cart_page .empty_bag .back_to_shopping_btn,
    .shop_one_page .items_container .dvShopItems .secCategory .item .add_to_cart .add_button,
    .checkout_page .to_checkout,
    .item_page .item_info_col .actions .add_to_cart .add_button {
        width: 160px;
        height: 40px;
        border-radius: 20px;
        text-align: center;
        box-shadow: 2px 2px 6px 0 rgba(63, 63, 63, 0.5);
        background: #ff495c; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(to right, #ff495c, #ff692f); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(to right, #ff495c, #ff692f); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(to right, #ff495c, #ff692f); /* For Firefox 3.6 to 15 */
        background-image: linear-gradient(to right, #ff495c, #ff692f); /* Standard syntax */
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 40px;
        display: inline-block;
        margin-right: 30px;
    }
    /*ITEM STICKY BTNS*/
    .dv-fixed-place-holder {
        width: 100%;
        padding: 0 8px;
        background-color: #fff;
    }

    .dv-fixed-cont .add_button,
    .dv-fixed-place-holder {
        height: 52px;
    }

    .dv-fixed-cont:not(.unsticky) {
        display: block;
        position: fixed;
        bottom: 26px;
        z-index: 10;
    }

    .dv-fixed-cont.unsticky {
        display: inline-block;
    }

    .dv-fixed-cont-left {
        left: 8px;
        float: left;
    }

    .dv-fixed-cont .btnWhatsApp {
        display: inline-block;
        margin-top: 2px;
    }

    .dv-fixed-cont .add_button {
        display: inline-block;
        width: 240px;
        border-radius: 26px;
        text-align: center;
        box-shadow: 2px 2px 6px 0 rgba(63, 63, 63, 0.5);
        background: #ff495c; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(to right, #ff495c, #ff692f); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(to right, #ff495c, #ff692f); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(to right, #ff495c, #ff692f); /* For Firefox 3.6 to 15 */
        background-image: linear-gradient(to right, #ff495c, #ff692f); /* Standard syntax */
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        line-height: 56px;
        text-decoration: none;
    }

    .dv-fixed-cont:not(.unsticky) .btnWhatsApp,
    .dv-fixed-cont:not(.unsticky) .add_button {
        box-shadow: 0 0 15px 20px rgba(255,255,255,0.7);
    }

    @media screen and (min-width:1090px) {
        .dv-fixed-place-holder {
            margin: 0 -45px;
            width: 1090px;
            position: absolute;
            bottom: 26px;
            padding: 0;
        }

        .dv-fixed-cont-left {
            left: calc(((100% - 1000px) / 2) - 53px);
        }

        .dv-fixed-cont .btnWhatsApp {
            margin-top: -4px;
            box-shadow: none;
        }
    }

    @media screen and (max-width:780px) {
        .dv-fixed-place-holder {
            height: 48px;
            /*background-color:lightblue;*/
        }

        .dv-fixed-cont:not(.unsticky) {
            bottom: 11px;
        }

        .dv-fixed-cont .btnWhatsApp {
            margin-top: 0;
        }

        .dv-fixed-cont .add_button {
            height: 40px;
            font-size: 16px;
            line-height: 40px;
            margin-top: 4px;
            width: 234px;
        }
    }


    /*END ITEM STICKY BTNS*/
    .checkout_page .to_checkout {
        box-shadow: none;
    }

    .shopping_cart_page .empty_bag .back_to_shopping_btn {
        padding: 0 15px;
        margin: 0;
    }

    .checkout_page .to_checkout {
        margin: 5px 0;
    }

    .item_page .item_info_col .actions .action_button {
        width: 100%;
        color: white;
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 48px;
    }

    /*.item_page .item_info_col .actions .add_button {
        background-color: #00adef;
        margin-left: 20px;
    }*/

    .item .item_background .item_general_info .button_wrapper .add_button {
        background-color: #00adef;
        /*margin-left: 20px;*/
    }

    .item .item_background .item_general_info .button_wrapper .buy_button {
        background-color: #282828;
    }

    .item .item_background .item_general_info .button_wrapper .action_button {
        color: white;
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        min-width: 85px;
    }

    .item .item_background .item_general_info .button_wrapper {
        /*width: 40%;*/
        padding: 0 3px 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    .item_page .item_info_col .actions .buy_button {
        background-color: #282828;
    }



    .item_page .item_info_col .properties .no_choose {
    }

        .item_page .item_info_col .properties .no_choose .property_current {
            cursor: default;
            color: gray;
            background: #eee;
        }


    /*shopping cart*/

    .shopping_cart_page {
    }

        .shopping_cart_page .empty_bag {
            text-align: center;
            padding-bottom: 94px;
        }

            .shopping_cart_page .empty_bag .header_options {
                overflow: hidden;
                padding: 10px 0 10px 0;
            }

                .shopping_cart_page .empty_bag .header_options .back_to_shopping {
                    float: right;
                    font-size: 13px;
                    text-align: right;
                }

            .shopping_cart_page .empty_bag .title {
                font-weight: bold;
                font-size: 24px;
                padding: 40px 0 0 0;
            }

            .shopping_cart_page .empty_bag .sub_title {
                padding: 18px 0 0 0;
                font-size: 13px;
            }

            .shopping_cart_page .empty_bag .link_wrapper {
                padding: 36px 0 0 0;
            }



            .shopping_cart_page .empty_bag .empty_image {
                padding: 56px 0 0 0;
            }

                .shopping_cart_page .empty_bag .empty_image img {
                    margin: 0 auto;
                    display: inline-block;
                }

    .un_boxed .shopping_cart_page {
        margin: 0;
        background: rgba(255,255,255,0.9);
    }


    /* shopping bag not empty */


    .cart_items_container {
        padding: 33px 0 78px 0;
        font-size: 13px;
        padding-top: 0;
        padding: 0;
        margin-bottom: 48px;
        background-color: #fff;
        overflow: hidden;
    }


        .cart_items_container .page_title {
            font-size: 28px;
        }

        .cart_items_container .table {
            /*padding: 14px 0 0 0;*/
        }

            .cart_items_container .table .tr {
                overflow: hidden;
            }

                .cart_items_container .table .tr .td {
                    float: right;
                    width: 10%;
                }

                .cart_items_container .table .tr .price_per_unit {
                }

                .cart_items_container .table .tr .ammount {
                    padding: 0 2px;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

                .cart_items_container .table .tr .item {
                    width: 50%;
                    width: calc(100% - 385px);
                }



                .cart_items_container .table .tr .ammount .style_wrapper {
                }

                .cart_items_container .table .tr .price {
                }

            .cart_items_container .table .titles {
                font-weight: bold;
                border-bottom: 1px solid #D9D9D9;
                line-height: 42px;
                /*padding: 0 16px;*/
                font-size: 16px;
                color: #444;
                border-radius: 10px 10px 0 0;
            }

                .cart_items_container .table .titles .td {
                    /*height: 30px;
                line-height: 29px;*/
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    text-align: center;
                    font-size: 13px;
                }

                .cart_items_container .table .titles .item {
                    /*background-color: #f5f5f5;*/
                    padding: 0 10px;
                    height: 42px;
                }

                .cart_items_container .table .titles .ammount {
                    width: 110px;
                    text-align: center;
                }

                    .cart_items_container .table .titles .ammount .style_wrapper {
                        /*background-color: #f5f5f5;*/
                        padding: 0;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                    }

                .cart_items_container .table .titles .price {
                    /*background-color: #f5f5f5;*/
                    padding: 0 10px;
                    text-align: center;
                }

            .cart_items_container .table .product {
                padding: 10px 0;
                border-bottom: 1px solid #d9d9d9;
                font-size: 15px;
                /*background-color: #f2f2f2;
            border-left: 1px solid #d9d9d9;
            border-right: 1px solid #d9d9d9;*/
            }

                .cart_items_container .table .product .td {
                }

                .cart_items_container .table .product .item .remove_product {
                    float: right;
                    display: block;
                    width: 16px;
                    height: 16px;
                    margin-top: 46px;
                    margin-right: 10px;
                    /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB+SURBVDhPjZBREoAgCETV+58Zo5Y2IIZ6Hw7CPmkaf5hzWtXDHIpaSyHSOcrHGOh4740CHUVrEbGLh0/CYQdp/0RgraUnHb9Qz6DxgkKj1DqolYJNw6ILRlmk/QYuKfTec0IP4/BMdPBXAkgnBxRN30pmSBfqTTFq0uT59DEOAyYwWABbccUAAAAASUVORK5CYII=')
                /Images/Build/Common/DeleteItemBtn.png*/
                    background-repeat: no-repeat;
                    background-position: center;
                    font-size: 16px;
                    color: #444;
                }

                .cart_items_container .table .product .item:not(.item_no_img) .product_def_img {
                    float: right;
                    margin: 0 15px 0 0;
                    border-radius: 4px;
                    height: 68px;
                }

                .cart_items_container .table .product .item .product_def_img img {
                    max-width: 100%;
                    border-radius: 4px;
                }

                .cart_items_container .table .product .item .product_info {
                    float: right;
                    margin: 0 14px;
                    font-size: 14px;
                    max-width: calc(100% - 143px);
                }

                    .cart_items_container .table .product .item .product_info .product_title {
                        /*font-size: 16px;*/
                        /*line-height: 13px;*/
                        font-weight: bold;
                        color: #000;
                    }

                    .cart_items_container .table .product .item .product_info .product_properties {
                        /*line-height: 24px;*/
                        margin: 5px 0 0 0;
                        color: #4a4a4a;
                        direction: rtl;
                    }

                        .cart_items_container .table .product .item .product_info .product_properties > b {
                            float: right;
                            margin-left: 3px;
                        }

                    .cart_items_container .table .product .item .product_info .product_price_per_unit_mbl,
                    .cart_items_container .table .product .item .product_info .product_total_mbl {
                        display: none;
                    }

                .cart_items_container .table .product .ammount {
                    text-align: center;
                    width: 135px;
                    padding-top: 4px;
                }

                    .cart_items_container .table .product .ammount input {
                        /*text-align: center;
                    border: 1px solid #d9d9d9;
                    color: #282828;
                    width: 28px;
                    font-family: Arial;
                    height: 28px;
                    line-height: 27px;*/
                    }

                .cart_items_container .table .product .remove,
                .cart_items_container .table .product .price {
                    text-align: center;
                    padding-top: 8px;
                }

                .cart_items_container .table .product .price {
                    width: 80px;
                }

                .cart_items_container .table .product .remove {
                    width: 60px;
                    color: #444;
                }

                .cart_items_container .table .product .price_sum .total_price i,
                .cart_items_container .table .product .price_sum .price_calc .price_line .dvCost i,
                .cart_items_container .table .product .price i {
                    animation-name: spin;
                    display: inline-block;
                    text-indent: 0;
                    animation-duration: 1000ms;
                    animation-iteration-count: infinite;
                    animation-timing-function: linear;
                }

    .price_sum .total_price i.icon-spinner {
        line-height: 22px;
    }

    .cart_items_container .table .product .ammount .card_item_counter input {
        width: 55px;
        margin: 0;
        font-family: Arial;
    }

    .cart_items_container .table .product .price_per_unit {
        padding-top: 8px;
        width: 110px;
        text-align: center;
    }

    .cart_items_container .table .actions {
        height: 43px;
        line-height: 42px;
        text-align: center;
        border-bottom: 1px solid #d9d9d9;
        background-color: #fff;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
    }

        .cart_items_container .table .actions .back_to_shopping {
            text-decoration: underline;
            font-size: 15px;
        }

    .cart_items_container .summery {
        /*padding: 42px 0 0 0;*/
        overflow: hidden;
    }

        .cart_items_container .summery > div {
            overflow: hidden;
            background-color: #f2f2f2;
            border-radius: 0 0 10px 10px;
            border-left: 1px solid #d9d9d9;
            border-right: 1px solid #d9d9d9;
            border-bottom: 1px solid #d9d9d9;
        }

        .cart_items_container .summery .cupones {
            padding: 42px 0 0 0;
            float: right;
            position: relative;
            display: none;
        }

            .cart_items_container .summery .cupones label {
                font-weight: bold;
                vertical-align: middle;
                display: block;
                padding-bottom: 14px;
            }

            .cart_items_container .summery .cupones input {
                height: 26px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                font-family: Arial;
                padding: 0 10px;
                vertical-align: middle;
                width: 212px;
                display: inline-block;
            }

            .cart_items_container .summery .cupones a {
                background: #282828;
                color: white;
                padding: 0 26px;
                vertical-align: middle;
                line-height: 25px;
                height: 26px;
                display: inline-block;
            }

        .cart_items_container .summery .error {
            position: absolute;
            left: 0;
            top: 0;
            color: red;
        }

    .back_to_shopping {
        font-size: 14px;
        font-weight: bold;
        text-decoration: underline;
        color: #16254f;
        margin: 78px auto 46px;
        display: inline-block;
    }

    .ul-radio-buttons {
        width: 100%;
    }

        .ul-radio-buttons td {
            line-height: 30px;
            text-align: right;
            width: 100%;
            display: inline-block;
        }

            .ul-radio-buttons td > input[type="radio"] {
            }

            .ul-radio-buttons td > label {
                width: calc(100% - 25px);
                display: inline-block;
            }
.dv_coupon,
.sub_total {
    text-align: right;
    border-bottom: 1px solid #D9D9D9;
}
.sub_total {
    padding-bottom: 7px;
}
    .dv_coupon{
        padding:16px 0;
    }
        .dv_coupon .dv_add_coupon input {
            width: calc(100% - 110px);
            height: 38px;
            padding: 0;
            text-indent: 10px;
            margin-left: 4px;
            border-radius: 5px;
            box-shadow: 0 2px 4px 0 rgba(195, 194, 194, 0.7);
            border: solid 1px #818181;
            background-color: #fff;
        }


.ui-dialog.dialog-checkout .ui-dialog-content {
    color: #16254f;
    font-size: 20px;
    font-weight: bold;
    line-height:32px;
}
    .ui-dialog.dialog-checkout .ui-dialog-content small {
        display: block;
        font-size: 16px;
        font-weight: normal;
    }
    .ui-dialog.dialog-checkout .ui-dialog-content i {
        height: 50px;
        margin:14px 0 28px;
        display: block;
    }

    .ui-dialog.dialog-checkout .ui-dialog-buttonset button,
    .dv_coupon .dv_add_coupon a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        width: 85px;
        border-radius: 24px;
        box-shadow: 2px 2px 6px 0 rgba(63, 63, 63, 0.5);
        border: solid 1px #16254f;
        background-color: #fff;
        font-size: 16px;
        font-weight: bold;
        color: #16254f;
        text-align: center;
    }
        .dv_coupon .dv_add_coupon input:disabled {
            border: solid 1px #d7d7d7;
            background-color: #eaeaea;
        }


        .dv_coupon .dv_add_coupon a.aspNetDisabled,
        .dv_coupon .dv_add_coupon a:disabled {
            color: #8c8c8c;
            background-color: #eaeaea;
            border-color: #eaeaea;
        }
.ui-dialog.dialog-checkout .ui-dialog-buttonset button,
.dv_coupon .dv_add_coupon a.btn-dark {
    background-color: #16254f;
    color: #fff;
}
.ui-dialog.dialog-checkout .ui-dialog-buttonset button {
    line-height: 48px;
    height: 48px;
    width: 124px;
    margin:16px 0 22px;
}

    .price_sum .lbTitle {
        font-weight: bold;
        color: #16254f;
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
    }
.price_sum .dv_coupon_disabled .lbTitle {
    color: #8c8c8c;
}
    .price_sum .dv_coupon_disabled .lbTitle span {
        color: #dc4844;
        font-size: 12px;
        font-weight: normal;
        float: left;
        margin-left: 8px;
    }
.sub_total label,
.ul-radio-buttons .li-delivery-name {
    width: 60%;
    width: calc(100% - 93px);
    display: inline-block;
}
.ul-radio-buttons .li-delivery-name {
    width: calc(100% - 115px);
}
    .sub_total label {
            /*text-indent: 22px;*/
        }
.price_line .ul-radio-buttons td > label {
    width: 100%;
}
        .sub_total .dvCost,
        .ul-radio-buttons .li-delivery-price {
            width: 80px;
            display: inline-block;
            vertical-align: top;
            text-align:left;
        }
.ul-radio-buttons .li-delivery-free,
.dv-free-delivery .ul-radio-buttons .li-delivery-price {
    display: none;
}
.dv-free-delivery .ul-radio-buttons .li-delivery-free{
    display:inline-block;
}

    .price_sum {
    float: left;
    text-align: center;
    width: 380px;
    padding: 0 0 30px;
    box-sizing: border-box;
}

    .price_line {
        margin-top: 17px;
    }

.price_sum .price_calc {
    overflow: hidden;
    border-bottom: 1px solid #D9D9D9;
    font-size: 15px;
    padding: 0 35px 0 0;
    padding-bottom: 7px;
}

        .price_sum .price_calc .price_line {
            overflow: hidden;
            /*margin-bottom: 13px;*/
        }

            .price_sum .price_calc .price_line > label {
                float: right;
                display: block;
            }

            .price_sum .price_calc .price_line > div.cart_sum_price {
                float: left;
                width: 18%;
                text-align: center;
            }


            /*.price_sum .price_calc .price_line div.dvCost {
            float: left;
            display: block;
            width: 40%;
            text-indent: 7px;
        }*/
    .price_sum .price_calc .dv_coupon_active{
        margin-top:17px;
    }
    .price_sum .price_calc .dv_coupon_active .discount {
        font-size: 15px;
        font-weight: bold;
        float: left;
        color: #197e17;
        line-height: 24px;
        margin-left: 16px;
    }

.price_sum .total_price {
    text-align: center;
    padding: 23px 0 0 0;
    font-size: 25px;
    font-weight:bold;
    color: #16254f;
}

        .price_sum .total_price label {
            font-size: 28px;
        }

        .price_sum .total_price div {
            font-size: 28px;
            font-weight: bold;
            padding: 5px 0 0 0;
            display: inline-block;
        }

    .to_checkout_cont {
        padding: 0px 16px 16px;
    }

        .BtnUser,
        .price_sum .to_checkout,
        .to_checkout_cont .to_checkout {
            background-color: #444;
            color: white;
            font-size: 18px;
            width: 100%;
            display: block;
            text-align: center;
            line-height: 45px;
            height: 48px;
            margin: 24px 0 0 0;
        }

    .price_sum .not_active {
        background-color: #f5f5f5;
        color: #282828;
    }

    /* chekcout page*/
    .user_page,
    .checkout_page {
        font-size: 13px;
        line-height: 17px;
    }

        .checkout_page h1 {
            font-size: 27px;
            line-height: 54px;
            padding: 0 19px 0 19px;
        }

        .user_page,
        .checkout_page .page_form {
            overflow: hidden;
        }

            .user_page .user_pass_cont,
            .user_page .user_details_cont,
            .user_page .user_page_cont,
            .checkout_page .page_form .form_column {
                /*padding: 0 10px;*/
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                float: right;
                /*padding: 20px;*/
                /*border: 1px solid #d9d9d9;
            background-color: #f2f2f2;*/
                border-radius: 4px;
                margin-right: 5px;
                margin-left: 5px;
            }

                .user_page .user_page_cont,
                .checkout_page .page_form .form_column.form_column_summery {
                    width: 66.66666666%;
                    width: calc(66.66666666% - 10px);
                }

            .user_page .user_pass_cont,
            .user_page .user_details_cont,
            .user_page .user_page_cont_small {
                width: 33.33333333%;
                width: calc(33.33333333% - 10px);
            }

            .checkout_page .page_form .form_column.form_column_info {
                width: 760px;
                max-width: 100%;
                margin: 0 auto;
                float: none;
            }

                .checkout_page .page_form .form_column_payment,
                .checkout_page .page_form .form_column.form_column_info .input_container {
                    padding-bottom: 55px;
                }

            .user_page .user_pass_cont {
                position: absolute;
                top: 270px;
            }


            .checkout_page .page_form .form_column:first-of-type {
                /*padding: 0 0 0 20px;*/
            }

            .checkout_page .page_form .form_column:last-of-type {
                /*padding: 0 20px 0 0;*/
            }

            .user_page .user_pass_cont .DvTitle,
            .user_page .user_details_cont .DvHello,
            .user_page .user_page_cont > .DvTitle,
            .checkout_page .page_form .form_column .form_header {
                font-weight: bold;
                /*background-color: #D9D9D9;*/
                line-height: 42px;
                padding: 0 16px;
                font-size: 16px;
                color: #444;
                border-radius: 10px 10px 0 0;
            }

            .user_page .user_pass_cont .DvMainCont,
            .user_page .user_details_cont .DvMainCont,
            .user_page .user_page_cont .DvMainCont,
            .checkout_page .page_form .form_column .input_container {
                padding: 16px;
            }


                .user_page .user_pass_cont .input_container .input_wrapper,
                .user_page .user_page_cont .input_container .input_wrapper,
               
                .checkout_page .page_form .form_column .input_container .input_wrapper {
                    position: relative;
                    width: 100%;
                    max-width: 450px;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    height: 63px;
                }

                .checkout_page .page_form .form_column .input_container .input_wrapper {
                    width: 48%;
                    width: calc(50% - 12px);
                    margin: 0 5px;
                    display: inline-block;
                }
                    .checkout_page .page_form .form_column .input_container .input_wrapper input[type=tel] {
                        direction:rtl;
                        text-align:right;
                    }

                    .checkout_page .page_form .form_column .input_container .input_wrapper.input_wrapper_city {
                        width: 35%;
                        width: calc(37% - 12px);
                    }

                    .checkout_page .page_form .form_column .input_container .input_wrapper.input_wrapper_address {
                        width: 61%;
                        width: calc(63% - 12px);
                    }

                        .checkout_page .page_form .form_column .input_container .input_wrapper.input_wrapper_address > div {
                            margin: 0 5px;
                            display: inline-block;
                        }

                            .checkout_page .page_form .form_column .input_container .input_wrapper.input_wrapper_address > div:first-child {
                                width: 58%;
                                width: calc(60% - 7px);
                                margin-right: 0;
                            }

                            .checkout_page .page_form .form_column .input_container .input_wrapper.input_wrapper_address > div:last-child {
                                width: 39%;
                                width: calc(40% - 7px);
                                margin-left: 0;
                            }

                    .checkout_page .page_form .form_column .input_container .input_wrapper.input_wrapper_remarks {
                        width: 99%;
                        width: calc(100% - 10px);
                        max-width: 100%;
                    }

                        .checkout_page .page_form .input_wrapper.dv-checkout-btn,
                        .checkout_page .page_form .form_column .input_container .input_wrapper.input_wrapper_remarks textarea {
                            width: 100%;
                            max-width: 100%;
                        }

            .checkout_page .page_form .input_wrapper.dv-checkout-btn {
                text-align: center;
                margin-top: 80px;
            }

            .checkout_page .page_form .form_column .input_container .uneven_inp {
                padding: 0 0 11px 5px;
            }

            .checkout_page .page_form .form_column .input_container .even_inp {
                padding: 0 5px 11px 0;
            }

            .checkout_page .page_form .form_column .input_container .input_wrapper label {
                display: none;
                padding-bottom: 5px;
            }

                .checkout_page .page_form .form_column .input_container .input_wrapper label .starred {
                    color: red;
                }

            .checkout_page .page_form .form_column .input_container .input_wrapper input {
                /*display: block;
                    font-family: Arial;
                    width: 100%;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    height: 30px;
                    line-height: 29px;*/
            }

            .user_page .user_pass_cont .input_container .input_wrapper .req_msg,
            .checkout_page .page_form .form_column .input_container .input_wrapper .req_msg,
            .user_page .user_page_cont .input_container .input_wrapper .error_msg,
            .checkout_page .page_form .form_column .input_container .input_wrapper .error_msg {
                position: absolute;
                left: 0;
                top: 0;
                color: red;
            }

            .checkout_page .page_form .form_column .input_container .uneven_inp .req_msg,
            .checkout_page .page_form .form_column .input_container .uneven_inp .error_msg {
                left: 5px;
            }

            .checkout_page .page_form .form_column .radio_button_list {
                /*float:right;*/
                overflow: hidden;
            }

            .send_mail_container .radio_button_list .radio_button_list_class,
            .checkout_page .page_form .form_column_payment .radio_button_list_class {
            }

            .checkout_page .page_form .form_column_payment .radio_button_list_class {
                text-align: center;
            }

                .send_mail_container .radio_button_list .radio_button_list_class tr,
                .checkout_page .page_form .form_column_payment .radio_button_list_class tr {
                    padding: 0 0 10px 0;
                    display: block;
                }

                .checkout_page .page_form .form_column_payment .radio_button_list_class tr {
                    padding: 10px 15px 0;
                    display: inline-block;
                    white-space: nowrap;
                }

                .send_mail_container .radio_button_list .radio_button_list_class input,
                .checkout_page .page_form .form_column_payment .radio_button_list_class input {
                    vertical-align: middle;
                    cursor: pointer;
                    margin: 0;
                }

        .send_mail_container .radio_button_list .radio_button_list_class label,
        .checkout_page .form_column_payment .radio_button_list_class label {
            vertical-align: middle;
            padding: 0 5px;
        }

        .send_mail_container .radio_button_list .radio_button_list_class,
        .checkout_page .page_form .form_column_payment .radio_button_list .radio_button_list_class {
            float: right;
        }

        .checkout_page .page_form .form_column .list_prices {
            float: left;
            list-style: none;
            text-align: right;
            padding: 0;
            width: 40%;
            text-indent: 7px;
        }

            .checkout_page .page_form .form_column .list_prices li {
                padding: 0 0 10px 0;
                vertical-align: middle;
                line-height: 19px;
            }

        .checkout_page .page_form .form_column .checkout_table {
            padding: 16px;
            font-size: 15px;
        }

            .user_page .user_details_cont .DvTitle,
            .user_page .user_page_cont .DvMainCont .DvTitle,
            .checkout_page .page_form .form_column .checkout_table .tr {
                overflow: hidden;
                border-bottom: 1px solid #D9D9D9;
                padding-bottom: 8px;
            }

                .checkout_page .page_form .form_column .checkout_table .tr .td {
                }

                .checkout_page .page_form .form_column .checkout_table .tr .item {
                    width: 80%;
                    float: right;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

                .checkout_page .page_form .form_column .checkout_table .tr.actions {
                    text-align: center;
                    padding: 12px;
                    text-decoration: underline;
                }

                .checkout_page .page_form .form_column .checkout_table .tr .price {
                    width: 20%;
                    float: right;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    padding: 0 12px 0 0;
                }

            .user_page .user_page_cont .DvMainCont .DvTitle,
            .user_page .user_details_cont .DvTitle,
            .checkout_page .page_form .form_column .checkout_table .titles {
                font-weight: bold;
                color: #444;
            }

                .checkout_page .page_form .form_column .checkout_table .titles .td {
                }

                .checkout_page .page_form .form_column .checkout_table .titles .item {
                }

                .checkout_page .page_form .form_column .checkout_table .titles .price {
                }

            .checkout_page .page_form .form_column .checkout_table .products {
                padding: 17px 0 16px 0;
            }

                .checkout_page .page_form .form_column .checkout_table .products .td {
                }

                .checkout_page .page_form .form_column .checkout_table .products .item {
                }

                    .checkout_page .page_form .form_column .checkout_table .products .item .title {
                        font-weight: bold;
                    }

                    .checkout_page .page_form .form_column .checkout_table .products .item .properties {
                        line-height: 16px;
                    }

                .checkout_page .page_form .form_column .checkout_table .products .price {
                    padding: 0 7px 0 0;
                }

                .checkout_page .page_form .form_column .checkout_table .products input {
                    width: 71%;
                    font-family: Arial;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    /*margin: 2px 0 3px 0;*/
                    height: 26px;
                    line-height: 25px;
                    vertical-align: middle;
                    padding: 0 10px;
                }

                .checkout_page .page_form .form_column .checkout_table .products .error {
                    position: absolute;
                    left: 95px;
                    line-height: 24px;
                    color: red;
                }

                .checkout_page .page_form .form_column .checkout_table .products a {
                    background-color: #282828;
                    color: white;
                    text-align: center;
                    height: 26px;
                    width: 27%;
                    line-height: 25px;
                    vertical-align: middle;
                    display: inline-block;
                }

            .checkout_page .page_form .form_column .checkout_table .price_sum {
                margin-bottom: 16px;
            }

                .checkout_page .page_form .form_column .checkout_table .price_sum .price_calc {
                }

                    .checkout_page .page_form .form_column .checkout_table .price_sum .price_calc .price_line {
                        margin-bottom: 10px;
                    }

        .checkout_page .req_msg,
        .checkout_page .error_msg {
            /*margin-left: 10px;*/
            font-size: 12px;
            color: red;
        }

    /* payment pages*/
    .payment_page {
    }

        .payment_page .empty_bag .back_to_shopping_btn {
            background-color: #00adef;
        }

    .dvShopHdr {
        font-size: 20px;
        position: absolute;
        bottom: 24px;
    }

    .dvShopSubHdr {
        font-size: 16px;
        position: absolute;
        bottom: 0;
    }

    .mbl-show {
        display: none;
    }


    /*LIGHT SHOP*/
    .shop_one_page {
    }

        .shop_one_page .items_container {
            overflow: hidden;
            background-color: #f5f5f5;
            background-color: #fff;
            padding-top: 30px;
        }

            .shop_one_page .items_container ul {
                list-style: none;
                padding: 0;
            }

            .shop_one_page .items_container .dvCategories,
            .shop_one_page .items_container .dvLeft {
                width: 25%;
                display: inline-block;
                vertical-align: top;
                /*background-color: lightgoldenrodyellow;*/
                position: relative;
                overflow: visible;
                box-sizing: border-box;
                min-height: 1px;
            }

            .shop_one_page .items_container .dvCategories,
            .shop_one_page .items_container.sticky .dvCategories #side_cat_menu {
                width: 200px;
            }

            .shop_one_page .items_container .dvShopItems,
            .shop_one_page .items_container .dvCategories {
                float: right;
            }

            .shop_one_page .items_container .dvLeft {
                float: left;
            }

            .shop_one_page .items_container .dvLeft,
            .shop_one_page .items_container.sticky .dvLeft .dvLeftCont {
                /*width: 280px;*/
            }



                .shop_one_page .items_container .dvLeft .dvLeftCont {
                    padding: 15px 24px;
                    box-sizing: border-box;
                    margin-top: 7px;
                    font-size: 15px;
                    line-height: 20px;
                }

            .shop_one_page .items_container:not(.sticky) .dvLeft .dvLeftCont {
                /*margin-top: -6px;
                padding-top: 0 !important;*/
            }

            .shop_one_page .items_container .dvShopItems {
                width: 50%;
                width: calc(100% - 540px);
                background-color: #fff;
                color: #202125;
                display: inline-block;
                padding: 15px 30px 0;
                margin-top: 7px;
            }

                .shop_one_page .items_container .dvShopItems .dv-shop-desc {
                    padding-bottom: 15px;
                    /*border-bottom: 1px solid #d7d7d7;*/
                    margin-bottom: 54px;
                    font-size: 15px;
                }

            .shop_one_page .items_container .dvLeft .dvLeftCont,
            .shop_one_page .items_container .dvCategories ul {
                /*border-top: 1px solid #e4e4e4;*/
                display: block;
                width: 100%;
                padding-top: 15px;
                padding-bottom: 0;
                color: #202125;
                background-color: #fff;
            }

            .shop_one_page .items_container.sticky .dvLeft .dvLeftCont,
            .shop_one_page .items_container.sticky .dvCategories ul {
                position: fixed;
                top: 0px;
            }

            .shop_one_page .items_container.sticky_bottom .dvLeft .dvLeftCont {
                top: auto !important;
                bottom: 0px;
            }



            .shop_one_page .items_container .dvCategories ul li {
                padding-right: 30px;
                margin-bottom: 15px;
                color: #838383;
            }

                .shop_one_page .items_container .dvCategories ul li a {
                    position: relative;
                    line-height: 27px;
                    display: inline-block;
                }

                    .shop_one_page .items_container .dvCategories ul li a:after {
                        content: ' ';
                        height: 2px;
                        width: 100%;
                        bottom: 0;
                        left: 0;
                        position: absolute;
                        display: inline-block;
                        background: linear-gradient(to left,#000 50%,#fff 50%);
                        background-size: 200% 100%;
                        background-position: left bottom;
                        transition: all 0.4s ease;
                    }

                .shop_one_page .items_container .dvCategories ul li.active {
                    /*font-weight: bold;
                    color:#2b358f;*/
                    color: #202125;
                }

                    .shop_one_page .items_container .dvCategories ul li:hover a:after,
                    .shop_one_page .items_container .dvCategories ul li.active a:after {
                        /*background-color: #ff495c;
                        -webkit-transition: background-color 1000ms linear;
                        -ms-transition: background-color 1000ms linear;
                        transition: background-color 1000ms linear;*/
                        background: linear-gradient(to right,#fff 50%,#000 50%);
                        background-size: 200% 100%;
                        background-position: right bottom;
                        /*transition: all 0.8s ease;*/
                    }

    .dvshopInfoHeader,
    .dvShopInfo_top {
        display: none;
    }

    .shop_one_page .items_container .dvLeft .dvCart .dv-empty-cart,
    .shop_one_page .items_container .dvLeft .dvCart .dv-sum-cart {
        display: none;
        line-height: 24px;
        font-size: 17px;
        color: #fff;
        border-radius: 24px;
    }

        .shop_one_page .items_container .dvLeft .dvCart .dv-empty-cart span,
        .shop_one_page .items_container .dvLeft .dvCart .dv-sum-cart a {
            padding: 0 15px;
            display: block;
            line-height: 48px;
            height: 48px;
            font-size: 15px;
            font-weight: bold;
        }

    .shop_one_page .items_container .dvLeft .dvCart.cart-full .dv-sum-cart {
        /*background: #ff495c;
            background: -webkit-linear-gradient(to right, #ff495c, #ff692f);
            background: -o-linear-gradient(to right, #ff495c, #ff692f);
            background: -moz-linear-gradient(to right, #ff495c, #ff692f);
            background-image: linear-gradient(to right, #ff495c, #ff692f);*/
        /*background-color: #2b358f;*/
        background: #46474d;
        display: block;
        position: relative;
    }

        .shop_one_page .items_container .dvLeft .dvCart.cart-full .dv-sum-cart svg {
            height: 100%;
            float: right;
            margin-left: 5px;
        }

        .shop_one_page .items_container .dvLeft .dvCart.cart-full .dv-sum-cart .cart_sum {
            float: left;
        }

    .add-to-cart-ind {
        color: #fff;
        border-radius: 40px;
        text-align: center;
        line-height: 25px;
        background-color: #fff;
        color: red;
    }

    .shop_one_page .items_container .dvLeft .dvCart.cart-full .cart_counter {
        display: none;
        background: #ff495c;
        background: -webkit-linear-gradient(to right, #ff495c, #ff692f);
        background: -o-linear-gradient(to right, #ff495c, #ff692f);
        background: -moz-linear-gradient(to right, #ff495c, #ff692f);
        background-image: linear-gradient(to right, #ff495c, #ff692f);
        position: absolute;
        font-size: 16px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 20px;
        text-align: center;
        left: -12px;
        top: -12px;
        z-index: 5;
    }

    .shop_one_page .items_container .dvLeft .dvCart.cart-empty .dv-empty-cart {
        display: block;
        text-align: center;
        background: #666;
    }

        .shop_one_page .items_container .dvLeft .dvCart.cart-full .dv-sum-cart .cart_txt:before,
        .shop_one_page .items_container .dvLeft .dvCart.cart-empty .dv-empty-cart .cart_txt:before {
            vertical-align: sub;
            content: url(/Images/Build/Common/cart.svg);
        }

        .shop_one_page .items_container .dvLeft .dvCart.cart-empty .dv-empty-cart .cart_txt:before {
            margin-left: 7px;
        }

    /*.shop_one_page .items_container > .min-to-order {
    padding: 15px 0;
}*/
    .shop_one_page .items_container .dvLeft .dvLeftCont .min-to-order {
        padding: 8px 5px;
        border-bottom: 1px solid #d7d7d7;
    }

        .shop_one_page .items_container .dvLeft .dvLeftCont .min-to-order i {
            margin-left: 5px;
        }

    .cart_items_container .min-to-order {
        margin-top: 15px;
        display: inline-block;
    }

    .shop_one_page .dvShopInfo_top .dv-open-hours {
        padding-bottom: 15px;
    }

        .shop_one_page .dvShopInfo_top .dv-open-hours tr td,
        .shop_one_page .items_container .dvLeft .dvLeftCont .dv-open-hours tr td {
            /*padding-bottom: 7px;*/
        }

        .shop_one_page .dvShopInfo_top .dv-open-hours .td-day,
        .shop_one_page .items_container .dvLeft .dvLeftCont .dv-open-hours .td-day {
            text-align: right;
            min-width: 80px;
            max-width: 200px;
        }

        .shop_one_page .dvShopInfo_top .dv-open-hours .td-time,
        .shop_one_page .items_container .dvLeft .dvLeftCont .dv-open-hours .td-time {
            text-align: right;
            padding-right: 5px;
            /*width: 60px;*/
        }

        .shop_one_page .dvShopInfo_top .dv-open-hours .tr-today .td-day,
        .shop_one_page .dvShopInfo_top .dv-open-hours .tr-today .td-time,
        .shop_one_page .items_container .dvLeft .dvLeftCont .dv-open-hours .tr-today .td-day,
        .shop_one_page .items_container .dvLeft .dvLeftCont .dv-open-hours .tr-today .td-time {
            font-weight: bold;
        }

    .shop_one_page .dvShopInfo_top,
    .shop_one_page .items_container .dvLeft .dvShopInfo {
        font-size: 13.5px;
        line-height: 24px;
        color: #202125;
    }

    .shop_one_page .items_container .dvLeft .dvShopInfo {
        margin-top: 76px;
    }

    /*.shop_one_page .items_container .dvLeft .dvShopInfo h2,*/
    .shop_one_page .dvShopInfo_top h4 {
        font-weight: bold;
        font-size: 16px;
        color: #16254f;
        margin-bottom: 8px;
        padding-top: 24px;
        margin-top: 24px;
        border-top: solid 1px #d7d7d7;
    }

        .shop_one_page .items_container .dvLeft .dvShopInfo h2 .dv-limited-shopping,
        .shop_one_page .dvShopInfo_top h4 .dv-limited-shopping,
        .shop_one_page .items_container .dvLeft .dvShopInfo h2 .is_opened,
        .shop_one_page .dvShopInfo_top h4 .is_opened {
            font-size: 14px;
            font-weight: bold;
        }

        .shop_one_page .items_container .dvLeft .dvShopInfo h2 .dv-limited-shopping,
        .shop_one_page .dvShopInfo_top h4 .dv-limited-shopping {
            color: #ff0000;
            display: block;
        }

    .shop_one_page .items_container .dvLeft .dvShopInfo h2 .dv-limited-shopping {
        line-height: 10px;
        padding-top: 5px;
    }

    .shop_one_page .dvShopInfo_top h4 .dv-limited-shopping {
        margin-bottom: 20px;
    }

    .shop_one_page .dvShopInfo_top h4 .dv-limited-shopping {
        margin-top: 4px;
    }

    .shop_one_page .items_container .dvLeft .dvShopInfo h2 .is_opened,
    .shop_one_page .dvShopInfo_top h4 .is_opened,
    .shop_one_page .items_container .dvLeft .dvShopInfo .morelink,
    .shop_one_page .dvShopInfo_top .morelink {
        color: #005eb6;
    }

    .shop_one_page .items_container .dvLeft .dvShopInfo .morelink,
    .shop_one_page .dvShopInfo_top .morelink {
        text-decoration: underline;
    }

    /*.shop_one_page .dvShopInfo_top h3, 
    .shop_one_page .items_container .dvLeft .dvShopInfo h3 {
        font-weight: bold;
        font-size: 17px;
        padding: 20px 0 15px;
    }*/
    .shop_one_page .items_container .dvLeft .dvShopInfo .bus-info-accordion-wrap,
    .shop_one_page .dvShopInfo_top .bus-info-accordion {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    }

    .shop_one_page .items_container .dvLeft .dvShopInfo .bus-info-accordion-wrap {
        margin-bottom: 16px;
    }

    .shop_one_page .items_container .dvLeft .dvShopInfo .accordion_header,
    .shop_one_page .dvShopInfo_top .bus-info-accordion .accordion_header {
        line-height: 26px;
        font-size: 16px;
        font-weight: bold;
        color: #16254f;
        padding: 12px 8px;
        position: relative;
        cursor: pointer;
        background: none;
        border: 0;
    }

        .shop_one_page .items_container .dvLeft .dvShopInfo .accordion_header:after,
        .shop_one_page .dvShopInfo_top .bus-info-accordion .accordion_header:after {
            background-image: url(/Images/Build/Common/arrow-b.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 17px 17px;
            content: ' ';
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            -ms-transform: rotate(0deg); /* IE 9 */
            -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
        }

        .shop_one_page .items_container .dvLeft .dvShopInfo .accordion_header.ui-accordion-header-active:after,
        .shop_one_page .dvShopInfo_top .bus-info-accordion .accordion_header.ui-accordion-header-active:after {
            -ms-transform: rotate(180deg); /* IE 9 */
            -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
            -moz-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .shop_one_page .items_container .dvLeft .dvShopInfo .accordion_cont,
    .shop_one_page .dvShopInfo_top .bus-info-accordion .accordion_cont {
        padding: 15px;
        display: none;
        border: 0;
    }

    .shop_one_page .items_container .dvLeft .dvShopInfo .dv-delivery-desc,
    .shop_one_page .dvShopInfo_top .bus-info-accordion .dv-delivery-desc {
        border-top: solid 1px #d7d7d7;
        margin-top: 14px;
        padding-top: 14px;
    }

        .shop_one_page .items_container .dvLeft .dvShopInfo .dv-delivery-desc h5,
        .shop_one_page .dvShopInfo_top .bus-info-accordion .dv-delivery-desc h5 {
            color: #4a4a4a;
            font-weight: bold;
            font-size: 14px;
        }


    .shop_one_page .items_container .dvShopInfo .dv-info-item,
    .shop_one_page .dvShopInfo_top .dv-info-item {
        margin-top: 7px;
        padding-top: 7px;
        line-height: 30px;
    }

    .shop_one_page .items_container .dvShopInfo .dv-info-item {
        border-top: solid 1px #d7d7d7;
        line-height: 33px;
    }

    .shop_one_page .items_container .dvShopInfo .dv-shop-desc {
        padding-bottom: 5px;
    }

    .shop_one_page .items_container .dvShopInfo .bus-info-accordion-left i,
    .shop_one_page .dvShopInfo_top i {
        float: right;
        margin-left: 10px;
    }

    .shop_one_page .dvShopInfo_top .ui-accordion .ui-accordion-header .ui-accordion-header-icon,
    .shop_one_page .items_container .dvShopInfo .bus-info-accordion-left.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
        display: none;
    }

    .shop_one_page .items_container .dvShopInfo i:before,
    .shop_one_page .dvShopInfo_top i:before {
        display: inline-block;
        vertical-align: middle;
    }

    .shop_one_page .items_container .dvShopInfo .dv-info-item i:before,
    .shop_one_page .dvShopInfo_top .dv-info-item i:before {
        content: ' ';
        margin-top: 5px;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        display: block;
    }

    .shop_one_page .items_container .dvShopInfo .dv-info-item .i_address:before,
    .shop_one_page .dvShopInfo_top .dv-info-item .i_address:before {
        /*content: url(/Images/Build/Common/bc-address.svg);*/
        background-image: url(/Images/Build/Common/bc-address.svg);
    }

    .shop_one_page .items_container .dvShopInfo .dv-info-item .i_phone:before,
    .shop_one_page .dvShopInfo_top .dv-info-item .i_phone:before {
        /*content: url(/Images/Build/Common/bc-phone.svg);*/
        background-image: url(/Images/Build/Common/bc-phone.svg);
    }

    .shop_one_page .items_container .dvShopInfo .dv-info-item .i_email:before,
    .shop_one_page .dvShopInfo_top .dv-info-item .i_email:before {
        /*content: url(/Images/Build/Common/bc-email.svg);*/
        background-image: url(/Images/Build/Common/bc-email.svg);
    }


    .shop_one_page .items_container .dvShopInfo .dv-info-item .i_info:before,
    .shop_one_page .dvShopInfo_top .dv-info-item .i_info:before {
        background-image: url(/Images/Build/Common/bc-info.svg);
    }

    .shop_one_page .items_container .dvShopInfo .bus-info-accordion-left i:before,
    .shop_one_page .dvShopInfo_top i:before {
        content: ' ';
        background-size: 24px 24px;
        width: 24px;
        height: 24px;
        display: block;
    }

    .shop_one_page .items_container .dvShopInfo .i_business:before,
    .shop_one_page .dvShopInfo_top .i_business:before {
        background-image: url(/Images/Build/Common/bc-information.svg);
    }

    .shop_one_page .items_container .dvShopInfo .i_clock:before,
    .shop_one_page .dvShopInfo_top .i_clock:before {
        background-image: url(/Images/Build/Common/bc-clock-new.svg);
    }

    .shop_one_page .items_container .dvShopInfo .i_delivery:before,
    .shop_one_page .dvShopInfo_top .i_delivery:before {
        background-image: url(/Images/Build/Common/bc-delivery.svg);
    }

    .shop_one_page .items_container .dvShopItems .secCategory {
        margin-bottom: 54px;
    }

        .shop_one_page .items_container .dvShopItems .secCategory:last-child {
            margin-bottom: 30px;
        }

        .shop_one_page .items_container .dvShopItems .secCategory .dv-category-header {
            padding-bottom: 23px;
            /*border-bottom: 1px solid #e4e4e4;*/
            margin-left: 30px;
        }

        .shop_one_page .items_container .dvShopItems .secCategory h2 {
            font-size: 26.5px;
            font-weight: normal;
            line-height: 32px;
        }

        .shop_one_page .items_container .dvShopItems .secCategory .dvCatDesc {
            font-size: 14px;
            font-weight: normal;
            line-height: 20px;
            color: #000;
            padding-top: 5px;
        }

        .shop_one_page .items_container .dvShopItems .secCategory .ul-items {
        }

        .shop_one_page .items_container .dvShopItems .secCategory .item {
            color: #262626;
            position: relative;
            border-top: 1px solid #d7d7d7;
        }

            .shop_one_page .items_container .dvShopItems .secCategory .item:last-child {
                border-bottom: 1px solid #d7d7d7;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item.in {
                border-radius: 5px;
                border: solid 1px #d7d7d7;
            }

                .shop_one_page .items_container .dvShopItems .secCategory .item.in + .item {
                    border-top: 0;
                }

            .shop_one_page .items_container .dvShopItems .secCategory .item > a {
                display: block;
                cursor: pointer;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .item_background {
                /*border-bottom: 1px solid #e4e4e4;*/
                padding: 22px 19px 22px 0;
                overflow: hidden;
                margin-left: 16px;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item.in .item_background {
                border: 0;
            }

                .shop_one_page .items_container .dvShopItems .secCategory .item.in-cart .item_background .item_image:after,
                .shop_one_page .items_container .dvShopItems .secCategory .item.in .item_background .item_image:after {
                    content: ' ';
                    position: absolute;
                    background: #2f2f2f;
                    top: 22px;
                    left: 6px;
                    height: 123px;
                    border-radius: 4px;
                    width: 4px;
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item.in-cart .item_background .item_image.item_no_image:after,
                .shop_one_page .items_container .dvShopItems .secCategory .item.in .item_background .item_image.item_no_image:after {
                    height: 80px;
                }

            .shop_one_page .items_container .dvShopItems .secCategory .item.in .item-properties {
                /*border-top: 1px solid #e4e4e4;*/
                padding: 0 19px;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item.in .item_background .item_image {
                display: none;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item.in .item_background .item_general_info {
                width: 100%;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item.in .item_background .item_image {
                display: none;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item.in .item_background .item_image_open {
                /*display: block;*/
                /*height: 300px;*/
                /*max-height: 300px;*/
                height: auto;
                margin-bottom: 20px;
            }

                .shop_one_page .items_container .dvShopItems .secCategory .item.in .item_background .item_image_open .img {
                    height: 300px;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover;
                }

            /*.shop_one_page .items_container .dvShopItems .secCategory .item.closing .item_background .item_image_open {
            max-height: 0;
        }*/
            .shop_one_page .items_container .dvShopItems .secCategory .item .item-properties,
            .shop_one_page .items_container .dvShopItems .secCategory .item .item-properties .item-property:first-child {
                /*border-radius: 4px 4px 0 0;*/
            }

                .shop_one_page .items_container .dvShopItems .secCategory .item .item-properties .item-property:last-child {
                    /*border-radius: 0 0 4px 4px;*/
                }

            .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .dv-sale-label {
                width: 65px;
                height: 65px;
                border-radius: 4px 0 0 0;
                overflow: hidden;
                position: absolute;
                left: 6px;
                top: 12px;
                z-index: 1;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .sale-label {
                position: relative;
                top: -7px;
                left: -2px;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .add_button {
                border: 0;
                background-color: transparent;
                vertical-align: top;
                cursor: pointer;
                width: 32px;
                height: 32px;
                text-align: center;
                outline: none;
                padding: 0;
                margin: -3px;
                margin-left: 7px;
            }

                .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .add_button svg {
                }


            .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info {
                width: calc(100% - 210px);
                display: inline-block;
            }

                .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info h3 {
                    display: inline-block;
                    color: #202125;
                    margin-bottom: 5px;
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info h4,
                .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info .prod-desc {
                    height: auto;
                    font-size: 13.5px;
                    line-height: 19px;
                    color: #868789;
                    min-height: 5px;
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info .prod-desc {
                    color: #4a4a4a;
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info .dvPrice {
                    margin: 0;
                    margin-top: 5px;
                }

                    .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info .dvPrice .price {
                        font-size: 16px;
                        font-weight: bold;
                    }

                    .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info .dvPrice .mrktPrice {
                        color: #000;
                    }

            .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_image {
                float: left;
                display: inline-block;
                width: 199px;
                height: 123px;
                border-radius: 4px;
                background-repeat: no-repeat;
                background-position: top center;
                background-size: cover;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_image_open {
                /*background-size: cover;
            background-repeat: no-repeat;
            background-position: center;*/
                display: none;
                /*max-height: 0;
            height: 0;
            overflow: hidden;
            -webkit-transition: max-height 0.3s ease-in;
            -moz-transition: max-height 0.3s ease-in;
            -o-transition: max-height 0.3s ease-in;
            transition: max-height 0.3s ease-in;*/
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_image.item_no_image {
                height: 80px;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .add_to_cart {
                padding-bottom: 9px;
            }

                .shop_one_page .items_container .dvShopItems .secCategory .item .add_to_cart .amount_button {
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .add_to_cart .amount_input {
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .add_to_cart .add_button {
                    border: 0;
                    width: 75px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 14px;
                    font-weight: normal;
                }

            .shop_one_page .items_container .dvShopItems .secCategory .item .item-properties {
                /*max-height: 0;
                    height: 0;
                    overflow: hidden;
                    -webkit-transition: max-height 0.8s linear;
                    -moz-transition: max-height 0.8s linear;
                    -o-transition: max-height 0.8s linear;
                    transition: max-height 0.8s linear;*/
                display: none;
            }

                .shop_one_page .items_container .dvShopItems .secCategory .item .item-properties.show {
                    max-height: 1000px;
                    height: auto;
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .item-properties .item-property {
                    border-top: 1px solid #d7d7d7;
                }

                /*.shop_one_page .items_container .dvShopItems .secCategory .item .item-properties .item-property:last-child {
                    border-bottom: 0;
                }*/

                .shop_one_page .items_container .dvShopItems .secCategory .item .item-properties .item-prop-name {
                    /*font-weight:bold;*/
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .item-properties .item-prop-max {
                    margin-right: 6px;
                }


            .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont,
            .shop_one_page .items_container .dvShopItems .secCategory .item .property-single {
                font-size: 15px;
                padding: 14px 0;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .item-desc .accordion_header,
            .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont,
            .shop_one_page .items_container .dvShopItems .secCategory .item .property-single,
            .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_header {
                line-height: 34px;
                padding: 8px 0px;
                font-size: 14px;
                font-weight: normal;
                cursor: pointer;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_header {
                background: none;
                border: 0;
                margin-top: 0;
            }

                .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_header .ui-accordion-header-icon {
                    display: none;
                }

            .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont {
                line-height: 46px;
            }

                .cart_items_container .min-to-order i,
                .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .error-alert,
                .items_container .dvShopItems .secCategory .item .item-properties .item-property.item-property-invalid .item-prop-max,
                .shop_one_page .min-to-order i,
                .shop_one_page .items_container .dvLeft .dvLeftCont .min-to-order i {
                    color: #ff495c;
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .error-alert {
                    line-height: 14px;
                    padding-top: 4px;
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .add_button {
                    color: #fff;
                    float: left;
                    font-size: 15px;
                    font-weight: bold;
                    line-height: 30px;
                    border: 0;
                    width: 122px;
                    padding: 3px 0;
                    border-radius: 18px;
                    cursor: pointer;
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_cont,
                .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_button_cont {
                    display: inline-block;
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_cont {
                    width: 80px;
                    width: auto;
                    min-width: 80px;
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_button_cont {
                    /*width: calc(100% - 220px);*/
                    white-space: nowrap;
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_button {
                    border: 1px solid #d7d7d7;
                    background-color: #fff;
                    font-size: 15px;
                    line-height: 30px;
                    padding: 2px;
                    width: 40px;
                    cursor: pointer;
                }

                    .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_button:hover {
                        border-color: #e6e6e6;
                        background-color: #fff;
                        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
                        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
                    }

                .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_button_less {
                    border-radius: 0 4px 4px 0;
                }

                .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_button_more {
                    border-radius: 4px 0 0 4px;
                    margin-right: -4px;
                    border-right: 0;
                }


            .shop_one_page .items_container .dvShopItems .secCategory .item .item-desc .accordion_header i,
            .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_header i {
                line-height: 34px;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select {
                width: 100%;
            }

                .shop_one_page .items_container .dvShopItems .secCategory .item .item-desc .accordion_cont,
                .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont {
                    display: none;
                    border: 0;
                    padding: 0;
                }

                    .shop_one_page .items_container .dvShopItems .secCategory .item .item-desc .accordion_cont p,
                    .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul {
                        border-top: 1px solid #eee;
                        padding-top: 10px;
                    }

                    .shop_one_page .items_container .dvShopItems .secCategory .item .item-desc .accordion_cont p {
                        padding: 15px 30px;
                        font-size: 14px;
                        line-height: 24px;
                    }

                    .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li {
                        position: relative;
                        padding: 8px 16px;
                    }

                        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=radio],
                        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=checkbox] {
                            right: 30px;
                        }

                        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input + label {
                            font-size: 13.5px;
                        }

    .shop_only .page_title {
        font-size: 20px;
        font-weight: bold;
    }
    /*.shop_one_page .items_container .dvLeft .dvLeftCont .dv-open-hours .tr-today td,
                    .shop_one_page .items_container .dvShopInfo_top .dv-open-hours .tr-today td,
                         .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input + label:hover,
                    */
    .cart_items_container .table .product .price i,
    .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_button,
    .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_header.accordion-header-active,
    .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info .dvPrice .price,
    .shop_one_page .items_container .dvShopItems .secCategory .item .item-properties .item-prop-max,
    .shop_one_page .dvShopInfo_top .dv-openhours-today i,
    .shop_one_page .dvShopInfo_top .bus-info-accordion .accordion_header i {
        color: #ed1c24;
    }

    .shop_only .page_title {
        color: #16254f;
    }

    .categories_page .page_title {
        padding-bottom: 23px;
        padding-top: 7px;
        overflow: auto;
    }
    /*.add-to-cart-ind,*/
    .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .sale-label,
    .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .add_button,
    .shop_one_page .items_container .dvLeft .dvCart.cart-full .dv-sum-cart {
        background-color: #ed1c24;
        background-image: linear-gradient(to right, #ff495c 0%, #ff692f 100%);
        background: -moz-linear-gradient(top, #ff495c 0%, #ff692f 100%);
        background: -webkit-gradient(linear, right, left, color-stop(0%,#ff495c), color-stop(100%,#ff692f));
        background: -webkit-linear-gradient(right, #ff495c 0%,#ff692f 100%);
        background: -o-linear-gradient(right, #ff495c 0%,#ff692f 100%);
        background: -ms-linear-gradient(right, #ff495c 0%,#ff692f 100%);
        background: linear-gradient(to right, #ff495c 0%,#ff692f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    }


    .shop_one_page .items_container .dvLeft .dvCart.cart-full.cart-shop-closed .dv-sum-cart {
        background: none;
        background-color: #666;
    }

    .ui-dialog {
        padding: 10px 5px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    }

        .ui-dialog,
        .ui-dialog .ui-dialog-buttonpane {
            border: 0;
        }

            .ui-dialog .ui-dialog-titlebar {
                display: none;
            }

            .ui-dialog .ui-dialog-buttonpane button {
                background-color: #444;
                background-image: none;
                color: #fff;
                border: 0;
                border-radius: 4px;
                font-size: 12px;
                display: inline-block;
                padding: 0px 5px;
            }
    /* adittional for mobile*/

    /*SHOP MAIN CAT*/
    .items_main_cat {
    }

        .items_main_cat .dvMainCat {
            margin: 8px;
            display: inline-block;
            width: 31.33%;
            width: calc(33.33% - 19px);
            position: relative;
        }

            .items_main_cat .dvMainCat .main_cat_link {
                height: 120px;
                display: block;
                text-align: center;
                border-radius: 5px;
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
                cursor: pointer;
                position: relative;
            }

                .items_main_cat .dvMainCat .main_cat_link .cat_image {
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: top center;
                    width: 100%;
                    height: 120px;
                    border-radius: 5px;
                }

                .items_main_cat .dvMainCat .main_cat_link .cat_name {
                    font-size: 18px;
                    font-weight: bold;
                    min-height: 27px;
                    padding: 0 8px;
                    background-color: rgba(255,255,255,0.74);
                    color: #16254f;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    line-height: 27px;
                    right: 0;
                    border-radius: 0 0 5px 5px;
                }

            .items_main_cat .dvMainCat.cat_no_image .main_cat_link .cat_name,
            .items_main_cat .dvMainCat.cat_no_image .main_cat_link {
                height: 70px;
                /*line-height: 70px;*/
                background-color: #16254f;
                color: #fff;
                border-radius: 5px;
                position: static;
            }

            .items_main_cat .dvMainCat.cat_no_image .main_cat_link {
                width: 100%;
                display: table;
            }

                .items_main_cat .dvMainCat.cat_no_image .main_cat_link .cat_name {
                    display: table-cell;
                    vertical-align: middle;
                }
            /*.items_main_cat .dvMainCat.cat_no_image .main_cat_link .cat_name {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }*/
            .items_main_cat .dvMainCat .main_cat_link.cat_no_image .cat_name {
            }

            .items_main_cat .dvMainCat .shop_subcategories {
                position: absolute;
                top: 120px;
                left: 0;
                right: 0;
                z-index: 5;
                background-color: #fff;
                border-radius: 0 0 5px 5px;
                padding: 0;
                list-style: none;
                text-align: center;
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
                max-height: 0;
                overflow: hidden;
                -webkit-transition: max-height 0.3s ease-in-out;
                -moz-transition: max-height 0.3s ease-in-out;
                -o-transition: max-height 0.3s ease-in-out;
                transition: max-height 0.3s ease-in-out;
            }

            .items_main_cat .dvMainCat.cat_with_sub.opened .shop_subcategories {
                max-height: 500px;
            }

            .items_main_cat .dvMainCat .shop_subcategories:before {
                content: ' ';
                display: block;
                height: 1px;
                width: 100%;
                position: relative;
                top: -2px;
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
            }

            .items_main_cat .dvMainCat.cat_with_sub.opened .main_cat_link .cat_image,
            .items_main_cat .dvMainCat.cat_with_sub.opened .main_cat_link .cat_name,
            .items_main_cat .dvMainCat.cat_with_sub.opened .main_cat_link {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
            }

            .items_main_cat .dvMainCat.cat_no_image .shop_subcategories {
                top: 70px;
            }

            .items_main_cat .dvMainCat .shop_subcategories > li:first-of-type {
                border-top: 0;
            }

            .items_main_cat .dvMainCat .shop_subcategories .option {
                margin: 0 15px;
            }

                .items_main_cat .dvMainCat .shop_subcategories .option .option_link {
                    font-size: 14px;
                    color: #212121;
                }


        .items_main_cat .hdrMainPageProd {
            font-size: 22px;
            font-weight: bold;
            line-height: 30px;
            text-align: center;
            color: #212121;
            margin-top: 50px;
            margin-bottom: 24px;
        }

        .items_main_cat .dvSitePages {
            text-align: center;
        }

            .items_main_cat .dvSitePages .link2page {
                margin: 22px 8px;
                width: 48%;
                width: calc(50% - 19px);
                border-radius: 5px;
                display: inline-block;
                color: #212121;
                background-color: #fff;
                font-size: 18px;
                font-weight: bold;
                height: 60px;
                line-height: 60px;
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.35);
                text-overflow: ellipsis;
                white-space: nowrap;
                padding: 0 15px;
                box-sizing: border-box;
                overflow: hidden;
            }

                .items_main_cat .dvSitePages .link2page.link-w-3 {
                    width: 31%;
                    width: calc(33% - 16px);
                }
    /*END SHOP MAIN CAT*/
    .items_filter_cont {
        height: 40px;
        margin-bottom: 30px;
    }

    .items_filter {
        min-height: 40px;
        border-radius: 5px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
        background-color: #fff;
        z-index: 10;
        position: absolute;
        width: 98%;
        width: calc(100% - 18px);
    }


    .shop_sort {
        display: none;
        list-style: none;
        padding: 0 8px;
        position: absolute;
        left: 5px;
        top: 41px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
        box-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
        border-radius: 0 0 5px 5px;
    }

    .dropdown_wrapper {
        position: relative;
        cursor: pointer;
        display: inline-block;
    }

        .dropdown_wrapper.dropdown_wrapper_categories {
            display: none;
        }

        .dropdown_wrapper.dropdown_wrapper_sort {
            float: left;
            line-height: 40px;
            margin-left: 5px;
            padding: 0 10px;
        }

    .items_filter .btn_filter_close {
        visibility: hidden;
        float: left;
    }

    .items_filter .btn_filter_close,
    .drop_toggle {
        cursor: pointer;
        color: #000;
        font-size: 14px;
        font-weight: bold;
        border: 0;
        background-color: #fff;
        display: inline-block;
    }

        .drop_toggle svg {
            vertical-align: middle;
        }

    .dropdown_chosen {
        display: none;
        /*border: 1px solid #e0e0e0;
    color: #666666;
    padding: 0 14px;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 38px;
    margin-bottom: 31px;
    margin-top: 6px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAmCAIAAAA5lk5KAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB3SURBVFhH7dI7DoAwDARRDsExc+jcJEyBKBAf25GWgp3a0VOcLOOjDGvqvRvWZFiWYVmG72qtreEY3o/dl7hx0I6olFv1qx1UKf3GD3ZcpcrnurRTKlVgOtlZlYowHXZBpTpMkDWVpuCZDMsyLMuwrP/BZFjUGBvql/4WVdDt4QAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: left center;*/
    }

    .dummy_dropdown {
        display: none;
    }

    .payment_cont {
        text-align: center;
    }

        .payment_cont .payment_page {
            display: inline-block;
        }



    /*.ui-loader {
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0;
    background: 0;
    filter: Alpha(Opacity=18);
    opacity: .18;
    width: 2.875em;
    height: 2.875em;
    margin-left: -1.4375em;
    margin-top: -1.4375em;
}



    .ui-loader .ui-icon-loading {
        background-color: #000;
        display: block;
        margin: 0;
        width: 2.75em;
        height: 2.75em;
        padding: .0625em;
        -moz-border-radius: 2.25em;
        -webkit-border-radius: 2.25em;
        border-radius: 2.25em;
    }

.ui-icon-loading {
    background: url('/Images/Build/Common/ajax-loader.gif');
    background-size: 2.875em 2.875em;
}*/

.ui-loader {
    display: none;
    z-index: 9999999;
    position: fixed;
   /* background-color: rgba(0,0,0,0.5);
    background-color: rgba(255,255,255,0.5);*/
    opacity: 1;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-image: url('/Images/Build/Common/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;*/
}
.ui-loader lottie-player{
    max-width:500px;
    margin:auto;
}

    .s-loader-wrap {
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .s-loader {
        border-radius: 50%;
        box-shadow: -17px 0 0 #2b358f,17px 0 0 #d5d7e9;
        -webkit-animation: loading .75s ease-in infinite;
        animation: loading .75s ease-in infinite;
        background: #9ba0ca;
        display: inline-block;
        height: 12px;
        overflow: hidden;
        position: relative;
        width: 12px;
    }
    /* The WebSite */

    .req_indicator {
        position: absolute;
        top: 13px;
        left: 6px;
        color: red;
        font-size: 32px;
    }

    .input_wrapper_2 .req_indicator,
    .input_wrapper_3 .req_indicator {
        left: 15px;
    }

    .lbl_req_fields {
        color: #222;
    }

    .master_page_contact_us_wrapper {
        padding: 25px 30px 0;
    }

        .master_page_contact_us_wrapper .input_wrapper span {
            font-weight: normal;
            font-size: 14px;
        }



    .master_page_contact_us_wrapper {
        padding: 25px 16px 0;
        background-color: rgba(255,255,255,0.9);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        color: #666;
    }

        .master_page_contact_us_wrapper .contact-row {
            margin: 0 -8px 10px;
            overflow: hidden;
            position: relative;
        }

        .master_page_contact_us_wrapper .input_wrapper {
            float: right;
            padding: 0 8px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
        }

        .master_page_contact_us_wrapper .contact-row .input_wrapper_btn {
            position: absolute;
            left: 0;
        }

        .master_page_contact_us_wrapper .input_wrapper_1 {
            width: 10%;
        }

        .master_page_contact_us_wrapper .input_wrapper_2 {
            width: 20%;
        }

        .master_page_contact_us_wrapper .input_wrapper_3 {
            width: 30%;
        }

        .master_page_contact_us_wrapper .input_wrapper_5 {
            width: 50%;
        }

        .master_page_contact_us_wrapper .input_wrapper_7 {
            width: 70%;
        }

        .master_page_contact_us_wrapper .input_wrapper_9 {
            width: 90%;
        }

        .master_page_contact_us_wrapper .input_wrapper span {
            font-size: 15px;
            margin: 0 3px 3px 0;
            display: inline-block;
            font-weight: normal;
        }

        .master_page_contact_us_wrapper .input_wrapper label {
            font-size: 15px;
            margin: 0 3px 3px 0;
            display: inline-block;
        }

        .master_page_contact_us_wrapper .input_wrapper input.textbox {
            width: 100%;
            border: 0;
            line-height: 45px;
            height: 45px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 5px;
            color: #909090;
            background-color: rgba(0,0,0,0.05);
            border-radius: 3px;
        }

            .master_page_contact_us_wrapper .input_wrapper input.textbox[aria-invalid="true"],
            .master_page_contact_us_wrapper .input_wrapper input.textbox.req_invalid {
                border: 1px solid red;
            }

        .master_page_contact_us_wrapper .input_wrapper input[type="checkbox"] {
            width: auto;
            vertical-align: middle;
        }

        .master_page_contact_us_wrapper .input_wrapper textarea {
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            resize: none;
        }

        .master_page_contact_us_wrapper .input_wrapper .btn_send_form {
            margin: 0;
            font-size: 14px;
            line-height: 45px;
            width: 100%;
            display: block;
            text-align: center;
            background-color: #ccc;
            border-radius: 3px;
            border: 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
        }

        .master_page_contact_us_wrapper .input_wrapper .req_msg,
        .master_page_contact_us_wrapper .input_wrapper .error_msg {
            color: red;
            font-weight: normal;
            right: auto;
            left: 0;
            top: 0;
            line-height: 43px;
            border: 0;
            background-color: rgba(255,255,255,0.5);
            text-align: left;
            direction: ltr;
            text-indent: 15px;
            margin: 0 8px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            width: calc(100% - 16px);
            height: 100%;
            position: absolute;
            display: none;
        }

    .un_boxed .master_page_contact_us_wrapper {
        padding: 25px 16px 0;
    }

    .dynamic-footer-wrapper {
        z-index: 0;
        position: absolute;
        bottom: 0px;
        right: 0;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
        background-color: #fff;
        width: 1000px;
        max-width: 100%;
    }

    .un_boxed .dynamic-footer-wrapper {
        background-color: transparent;
        bottom: -20px;
        bottom: 0px;
    }

    html.un_boxed.sticky.landing .dynamic-footer-wrapper,
    html.un_boxed.landing .dynamic-footer-wrappe,
    html.sticky.landing .dynamic-footer-wrappe,
    html.landing .dynamic-footer-wrappe {
        padding: 0 15px;
    }

    .footer_container {
        overflow: hidden;
        font-size: 13px;
    }

        .footer_container .site_grid {
            padding: 20px 0;
            width: auto;
            border-top: 1px solid #EFEFEF;
            position: relative;
            padding: 20px 16px;
            height: 95px;
        }

        .footer_container .rights {
            float: right;
            margin: 10.5px 0 0 0;
        }

        .footer_container .contacts {
            /*float: left;*/
            text-align: left;
            font-size: 14px;
            left: 0;
            width: 50%;
            top: 0;
            text-align: left;
            position: absolute;
            padding: 16px;
            color: #727272;
        }

            .footer_container .contacts > .contacts {
                width: 100%;
            }

        .footer_container .contact_text {
            line-height: 24px;
        }

        .footer_container .phones_seperator,
        .footer_container .contacts .icon-uniE068,
        .footer_container .contact_number {
            float: left;
            line-height: 24px;
        }

        .footer_container .contacts .contact_numbers .contact_number:hover span.num {
            text-decoration: underline !important;
        }

        .footer_container .contacts .contact_numbers .contact_number:hover span[class^="icon-"],
        .footer_container .contacts .contact_numbers .contact_number span[class^="icon-"],
        .footer_container .contacts .contact_numbers .contact_number:hover span[class^="icon-"]:before,
        .footer_container .contacts .contact_numbers .contact_number span[class^="icon-"]:before {
            text-decoration: none !important;
        }

        .footer_container .contacts .icon_number {
            display: inline-block;
        }

            .footer_container .contacts .icon-uniE068,
            .footer_container .contacts .icon_number .icon-uniE068 {
                display: inline-block;
                font-size: 24px;
                padding-right: 5px;
            }

        .footer_container .contacts span,
        .footer_container .contacts a {
            vertical-align: middle;
        }

    .free_text_container {
        width: 100%;
        line-height: 21px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #727272;
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 1px solid #EFEFEF;
        padding: 0 16px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        /*width: 66.66666666666667%;
    float: right;
    line-height: 21px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #727272;*/
    }

    .social_network_container {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: right;
        position: absolute;
        right: 0;
        top: 0;
        padding: 16px;
        /*width: 33.33333333333333%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;*/
    }

    .menu_lang_container .social_network_container {
        padding: 0;
        top: 20px;
        left: 120px;
        right: auto;
        text-align: left;
    }

    .noLang .menu_lang_container .social_network_container {
        left: 16px;
    }

        .noLang .menu_lang_container .social_network_container.social_network_container.social_network_container-1 {
            left: 50px;
        }

    .social_network_container .social_network_link {
        font-size: 20px;
        margin: 0 5px;
        color: #727272;
    }
    /* Home page */

    .default_page {
    }

        .default_page .main_image_container {
        }

            .default_page .main_image_container .image_item {
                width: 1000px;
                height: 540px;
                float: left;
                position: relative;
                overflow: hidden;
            }

                .default_page .main_image_container .image_item .background_gradiant {
                    position: absolute;
                    top: 0;
                    right: 0;
                    width: 100%;
                    height: 100%;
                }

            .default_page .main_image_container img {
                position: relative;
                visibility: hidden;
            }

            .default_page .main_image_container .main_text {
                position: absolute;
                bottom: 36px;
                left: 36px;
                right: 36px;
                color: white;
                padding: 0px 18px;
                /*text-transform: uppercase;*/
                font-size: 52px;
                direction: rtl;
                text-align: right;
                background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.45) 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.15)), color-stop(100%,rgba(0,0,0,0.45)));
                background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.45) 100%);
                background: -o-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.45) 100%);
                background: -ms-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.45) 100%);
                background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.45) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
            }


                .default_page .main_image_container .main_text .main_title {
                    font-size: 30px;
                    display: block;
                    padding: 16px 16px 0 16px;
                }

                .default_page .main_image_container .main_text .main_sub_title {
                    font-size: 18px;
                    display: block;
                    padding: 10px 16px 0 16px;
                }

                .default_page .main_image_container .main_text .main_desc_panel {
                    font-size: 14px;
                    display: block;
                    padding: 16px 16px 16px 16px;
                    line-height: 1.5;
                }

        .default_page .video_iframe {
            height: 305px;
            cursor: auto;
            pointer-events: visible;
            border: none;
            width: 100%;
        }

        .default_page .item_container .content_wrapper .item_description {
            height: 310px;
        }

    .pages_container {
        margin: 0 -10px 0;
        overflow: hidden;
    }

    .default_page .pages_container.main_blocks {
        margin: 0 -5px 0;
    }

    .pages_container.main_blocks {
        margin: 0;
    }

    .pages_container .item_container {
        width: 33.33333333333333%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 5px;
        margin: 0 0 10px;
        float: right;
    }

        .pages_container .item_container.main-slider {
            margin-bottom: 20px;
        }

    html.landing .pages_container.main_blocks {
        overflow: visible;
        overflow: initial;
    }

    .pages_container .group-panel.slider {
        position: relative;
    }

    .pages_container .group-panel.landing {
        overflow: visible;
        overflow: initial;
    }

        .pages_container .group-panel.landing:after {
            content: " ";
            display: block;
            height: 0;
            clear: both;
        }

    .pages_container .landing .item_container {
        margin-bottom: 0;
        padding: 0 5px 0 5px;
    }



    .pages_container .no_active_link {
        /*pointer-events: none;*/
        cursor: default;
    }

    .pages_container .item_container .item_container_background {
        background: white;
        height: 100%;
        padding-bottom: 38px;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: right;
    }

    .pages_container .item_container .item_header {
        border-bottom: 1px solid #ddd;
        font-size: 18px;
        font-weight: bold;
        padding: 0 0 17px 0;
        margin: 0 0 20px 0;
    }

        .pages_container .item_container .item_header:empty {
            /*border-bottom: 1px solid #ddd;*/
            border: none;
        }

    .pages_container .item_container .item_image {
        width: 100%;
        margin: 0 0 0 0;
    }

        .pages_container .item_container .item_image img {
            width: 100%;
            height: 100%;
            display: block;
        }


    .pages_container .item_container .item_description {
        height: 40px;
        margin: 0 0 14px 0;
    }


    .pages_container .item_container .item_header_sub {
        font-weight: bold;
        padding: 0 0 19px 0;
        font-size: 18px;
    }

    .pages_container .item_container .item_button_cont {
        position: absolute;
        width: 100%;
        bottom: 0;
    }


        .pages_container .item_container .item_button_cont .item_button {
            margin: 0 0px 16px;
        }

    .pages_container .double_item_container {
        width: 100%;
    }

    .content_holder > .pages_container.main_blocks {
        padding-top: 0px;
    }

    .main_blocks .item_container .item_container_background {
        padding: 0;
        border-bottom: 1px solid #ddd;
    }

    .item_container .item_description {
        border-bottom: none;
        height: auto;
        color: #5a5a5a;
        font-size: 14px;
    }

    .item_container .item_header_sub {
        border-bottom: none;
        height: auto;
    }

    .pages_container .item_container .item_content {
        font-size: 13px;
        line-height: 18px;
        display: block;
        margin: 0 0 20px;
    }

        .pages_container .item_container .item_content .presentation_image {
            width: 100%;
        }


    .item_containers_no_bottom_border .item_container {
        border: none;
    }

    .item_container .floating_date {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(0,0,0,0.75);
        color: white;
        padding: 10px 10px;
    }

    .item_container .item_image {
        position: relative;
        font-size: 24px;
        margin-bottom: 0;
    }


    .item_container .content_wrapper {
        position: relative;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #ddd;
    }

        .item_container .content_wrapper .item_header_sub {
            padding: 0 0 10px 80px;
        }

        .item_container .content_wrapper .item_description {
            padding: 0 0 0 80px;
            /*height: 42px;*/
            /*height: 80px;*/
            height: 227px;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        .item_container .content_wrapper .price_container {
            position: absolute;
            left: 0;
            top: 0;
            border-right: 1px solid #ddd;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 80px;
            text-align: center;
            padding: 25px 0 10px 0;
            height: 100%;
        }

        .item_container .content_wrapper .no_padding {
            padding: 0 0 10px 0;
            height: 62px;
        }

            .item_container .content_wrapper .no_padding:last-of-type {
                padding: 0 0 0 0;
            }

        .item_container .content_wrapper .price_container .price {
            font-weight: bold;
            font-size: 24px;
        }

        .item_container .content_wrapper .price_container .curr {
        }

    /*advanced Generic Css*/
    .three_row_container {
        margin: 0;
    }

    .double_info_container {
        margin: 0 -10px;
    }

    .un_boxed .three_row_container {
        margin: 0 -5px;
    }

    .four_row_container {
        margin: 0 -6px;
    }



    /*About page*/
    .about_page {
        /*padding: 10px 0 30px 0;*/
        font-size: 13px;
        line-height: 18px;
    }

        .about_page .page_title {
            font-size: 28px;
            margin: 0 0 35px 0;
            line-height: normal;
        }

        .about_page .page_info_container {
            overflow: hidden;
        }

            .about_page .page_info_container .page_content_column {
                width: 51.5%;
                float: right;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 0 40px 25px;
            }

                .about_page .page_info_container .page_content_column .page_content {
                    line-height: 18px;
                }

            .about_page .page_info_container .page_image_column {
                width: 48.5%;
                float: right;
                padding: 0 0 40px 0;
            }

                .about_page .page_info_container .page_image_column img {
                    width: 100%;
                }


    /* branches item */

    .branch_item {
        width: 25%;
        float: right;
        position: relative;
        margin: 0 0 40px;
        padding: 0 6px 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .branch_item .branch_item_background {
            height: 100%;
            position: relative;
        }

        .branch_item .branch_title {
            font-weight: bold;
            font-size: 18px;
            margin: 0 0 10px 0;
            border-bottom: 1px solid #ddd;
            padding: 0 0 18px 0;
        }

        .branch_item .branch_info {
            margin: 16px 0 0;
        }

            .branch_item .branch_info .street {
                overflow: hidden;
                margin: 0 0 0 18px;
            }

            .branch_item .branch_info .phone {
            }

            .branch_item .branch_info .seperator {
                font-weight: bold;
                margin: 16px 0 4px 0;
            }

            .branch_item .branch_info .minified_content {
                margin: 0 0 16px 0;
                overflow: hidden;
            }

            .branch_item .branch_info .minified_content_last {
                margin: 0 0 57px 0;
                overflow: hidden;
            }

        .item_container .regular_button,
        .branch_item .regular_button {
            background-color: #1d1d1d;
            color: white;
            padding: 0 35px 1px;
            line-height: 30px;
            display: inline-block;
            font-size: 14px;
            position: absolute;
            bottom: 0;
            right: 0;
        }

    /*Branch page*/

    .branch_image_container {
        width: 100%;
        margin: 0 0 28px 0;
    }

        .branch_image_container img {
            width: inherit;
        }


    .branch_inner_info {
        margin: 0 0 19px 0;
    }

        .branch_inner_info .branch_name {
            font-weight: bold;
            font-size: 18px;
            padding: 0 0 24px 0;
            margin: 0 0 10px 0;
            border-bottom: 1px solid #ddd;
        }

        .branch_inner_info .branch_common_info {
            padding: 18px 0;
            font-size: 13px;
            line-height: 18px;
        }

            .branch_inner_info .branch_common_info .street {
            }

            .branch_inner_info .branch_common_info .phone {
            }

            .branch_inner_info .branch_common_info .link {
            }


    .links_blocks {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
        margin: 0 0 44px 0;
    }

        .links_blocks .link_block {
            text-align: center;
            display: block;
            width: 33.333333333%;
            float: right;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border-left: 1px solid #ddd;
            text-decoration: none;
        }

            .links_blocks .link_block .link_icon {
                font-size: 34px;
                line-height: 34px;
                height: 34px;
                margin: 22px 0 5px 0;
                color: gray;
                /*text-decoration:none !important;*/
            }

            .links_blocks .link_block:hover .link_icon {
                color: black;
            }

            .links_blocks .link_block .title {
                font-size: 17px;
                height: 18px;
                margin: 0 0 19px 0;
            }

            .links_blocks .link_block:last-of-type {
                border: none;
            }

    .about_page .pages_container {
        text-align: right;
    }

        .about_page .pages_container .item_container {
        }

            .about_page .pages_container .item_container .item_header_sub {
                font-size: 17px;
            }

    .branch_images {
    }

        .branch_images .object_title {
            font-size: 18px;
            font-weight: bold;
            padding: 0 0 18px 0;
            margin: 0 0 20px 0;
            border-bottom: 1px solid #ddd;
        }

        .branch_images .images_container {
            overflow: hidden;
        }

            .branch_images .images_container .image_cont {
                float: right;
                width: 33.33333333%;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 10px;
                height: 200px;
                margin: 0 0 20px 0;
            }

                .branch_images .images_container .image_cont img {
                    width: 100%;
                    height: inherit;
                }

                .branch_images .images_container .image_cont:nth-of-type(3n+1) {
                    padding: 0 0 0 20px;
                }

                .branch_images .images_container .image_cont:nth-of-type(3n+3) {
                    padding: 0 20px 0 0;
                }


    /*Galleries page*/

    .galleries_page {
    }

        .galleries_page .page_title {
            margin: 0 0 13px 0;
        }

    .galleria-thumbnails-container .galleria-thumbnails-list > .galleria-thumbnails {
        float: left;
    }

    .page_sub_options {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
        padding: 11px 0 14px;
        margin: 0 0 37px 0;
    }

        .page_sub_options li {
            float: right;
            margin-left: 22px;
        }

            .page_sub_options li a {
                color: #666;
            }

                .page_sub_options li a:focus,
                .page_sub_options li a:hover,
                .page_sub_options li .selected {
                    text-decoration: underline;
                    color: black;
                }

    .galleries_container {
        overflow: hidden;
    }

        .galleries_container .galleria {
            float: right;
            width: 25%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 8px;
            height: 201px;
            margin: 0 0 26px 0;
        }

        .galleries_container.thumbs-in-row-3 .galleria {
            width: 33.333%;
            height: 308px;
        }

        .galleries_container.thumbs-in-row-4 .galleria {
            width: 25%;
            height: 227px;
        }

        .galleries_container.thumbs-in-row-5 .galleria {
            width: 20%;
            height: 180px;
        }

        .galleries_container.thumbs-in-row-6 .galleria {
            width: 16.666%;
            height: 145px;
        }

        .galleries_container.thumbs-in-row-7 .galleria {
            width: 14.285%;
            height: 125px;
        }

        .galleries_container.thumbs-in-row-8 .galleria {
            width: 12.5%;
            height: 105px;
        }

        .galleries_container.thumbs-in-row-9 .galleria {
            width: 11.111%;
            height: 92px;
        }

        .galleries_container.thumbs-in-row-10 .galleria {
            width: 10%;
            height: 82px;
        }

        .galleries_container.thumbs-in-row-3 .galleria,
        .galleries_container.thumbs-in-row-4 .galleria,
        .galleries_container.thumbs-in-row-5 .galleria,
        .galleries_container.thumbs-in-row-6 .galleria,
        .galleries_container.thumbs-in-row-7 .galleria,
        .galleries_container.thumbs-in-row-8 .galleria,
        .galleries_container.thumbs-in-row-9 .galleria,
        .galleries_container.thumbs-in-row-10 .galleria {
            margin-bottom: 16px;
        }

            .galleries_container.thumbs-in-row-3 .galleria .galleria_cover_img,
            .galleries_container.thumbs-in-row-4 .galleria .galleria_cover_img,
            .galleries_container.thumbs-in-row-5 .galleria .galleria_cover_img,
            .galleries_container.thumbs-in-row-6 .galleria .galleria_cover_img,
            .galleries_container.thumbs-in-row-7 .galleria .galleria_cover_img,
            .galleries_container.thumbs-in-row-8 .galleria .galleria_cover_img,
            .galleries_container.thumbs-in-row-9 .galleria .galleria_cover_img,
            .galleries_container.thumbs-in-row-10 .galleria .galleria_cover_img {
                height: 100%;
            }

        .galleries_container .galleria .galleria_background {
            height: 100%;
            background-color: rgba(255,255,255,0.5);
        }

        .galleries_container .galleria .galleria_cover_img {
            position: relative;
            width: 100%;
            height: 201px;
            margin: 0;
        }

    .video_page .galleries_container .galleria .galleria_cover_img {
        height: auto;
    }

    .galleries_container .galleria .galleria_cover_img .img,
    .galleries_container .galleria .galleria_cover_img img {
        width: inherit;
        height: inherit;
    }

    .galleries_container .galleria .galleria_cover_img .hover_effect {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
        font-size: 48px;
        color: white;
        text-align: center;
    }

    .galleries_container .galleria .galleria_title {
        font-weight: bold;
        font-size: 17px;
        margin: 0 0 1px 0;
    }

        .galleries_container .galleria .galleria_title,
        .galleries_container .galleria .galleria_title h2 {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .galleries_container .galleria:hover .galleria_title {
        text-decoration: underline;
    }


    .galleries_container .galleria .hover_effect {
        opacity: 0;
    }

    .galleries_container .galleria:hover .hover_effect {
        opacity: 1;
        -moz-animation: fadein 0.2s linear;
        -o-animation: fadein 0.2s linear;
        -webkit-animation: fadein 0.2s linear;
        animation: fadein 0.2s linear;
    }

    .galleries_container .galleria .galleria_counter {
        font-size: 16px;
        margin: 3px 0 0 0;
    }

    .modal-dialog {
        -webkit-transition: width 1s linear .5s, height 1s linear .5s;
        transition: width 1s linear .5s, height 1s linear .5s;
    }

    .modal-header {
        padding: 10px 15px;
        line-height: 55px;
    }

        .modal-header .close {
            width: 35px;
            height: 35px;
            background-color: #ccc;
            border-radius: 5px;
            opacity: 0.5;
        }

            .modal-header .close:focus {
                box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.5);
            }

            .modal-header .close:focus,
            .modal-header .close:hover {
                opacity: 0.7;
            }

        .modal-header .modal-title {
            line-height: 35px;
            padding: 0 50px;
        }

    .ekko-lightbox-nav-overlay a.glyphicon {
        font-family: 'bsoft';
        position: relative;
        top: 1px;
        display: inline-block;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-shadow: none;
        font-size: 64px;
        padding: 0;
        text-decoration: none !important;
    }

        .ekko-lightbox-nav-overlay a.glyphicon * {
            font-family: 'bsoft';
        }

        .ekko-lightbox-nav-overlay a.glyphicon:focus {
            opacity: 1;
        }

        .ekko-lightbox-nav-overlay a.glyphicon:before {
            content: none;
        }

        .ekko-lightbox-nav-overlay a.glyphicon span:before {
            background-color: rgba(0,0,0,0.3);
            border-radius: 5px;
            margin: 5px;
        }

        .ekko-lightbox-nav-overlay a.glyphicon:focus span:before {
            border-width: 2px !important;
        }

    .ekko-lightbox-nav-overlay a.glyphicon-chevron-left span:before {
        content: "\e0d5";
    }

    .ekko-lightbox-nav-overlay a.glyphicon-chevron-right span:before {
        content: "\e0d3";
        background-color: rgba(0,0,0,0.3);
        border-radius: 5px;
        margin: 5px;
    }

    .galleries_container .galleria .gallery_caption {
        position: absolute;
        bottom: 0;
        width: 100%;
        min-height: 49px;
        color: #333;
        padding-top: 5px;
        background-color: rgba(255,255,255,0.5);
    }

    .galleries_container .galleria:hover .gallery_caption {
        display: none;
    }

    .ekko-lightbox .modal-header .modal-title {
        direction: rtl;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0 15px;
    }
    /* inner galleria */
    .gall_image_wrapper {
        background-color: black;
    }

        .gall_image_wrapper .grid_container {
            /*width: 960px;*/
            width: 100%;
            margin: 0 auto;
            position: relative;
        }

            .gall_image_wrapper .grid_container .image_container {
                text-align: center;
                height: 430px;
            }

                .gall_image_wrapper .grid_container .image_container.image_container_thumbs {
                    padding-bottom: 50px;
                }

                .gall_image_wrapper .grid_container .image_container img {
                    height: 100%;
                    display: block;
                    margin: 0 auto;
                }

            .gall_image_wrapper .grid_container .next_btn {
                width: 100px;
                height: 100px;
                position: absolute;
                left: 0;
                top: 50%;
                cursor: pointer;
                font-size: 100px;
                line-height: 100px;
                text-align: center;
                color: white;
                display: block;
                margin: -50px 0 0 -31px;
            }

            .gall_image_wrapper .grid_container .prev_btn {
                width: 100px;
                height: 100px;
                .about_page .pages_container position: absolute;
                right: 0;
                top: 50%;
                cursor: pointer;
                font-size: 100px;
                line-height: 100px;
                text-align: center;
                color: white;
                display: block;
                margin: -50px -31px 0 0;
            }

    /* services page */

    .services_page {
        text-align: right;
    }

        .services_page .pages_container .item_container {
        }

            .services_page .pages_container .item_container .item_header_sub {
                border-bottom: none;
                padding: 0 0 17px 0;
            }

            .services_page .pages_container .item_container .item_image {
                position: relative;
            }

                .services_page .pages_container .item_container .item_image img {
                    /*padding: 0 0 5px 0;*/
                }

            .services_page .pages_container .item_container .item_content {
                line-height: 16px;
                overflow: hidden;
            }

                .services_page .pages_container .item_container .item_content .item_content_title {
                    font-weight: bold;
                }



            .services_page .pages_container .item_container .item_image .date_container {
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 1px 10px 0;
                color: white;
                background-color: rgba(0,0,0,0.4);
                line-height: 40px;
                font-size: 20px;
            }

    /*Service Inner*/

    .service_container {
        overflow: hidden;
    }

        .service_container .page_info_container .page_content_column .branch_common_info {
            margin: 0 0 20px 0;
        }
    /*video_page*/

    .video_page {
    }

        .video_page .page_title {
            margin: 0 0 39px 0;
        }

        .video_page .galleries_container .galleria .galleria_counter {
            font-size: 13px;
            line-height: 16px;
            height: 30px;
            overflow: hidden;
            margin: 10px 0 0 0;
        }

        .video_page .galleries_container .galleria {
            height: 219px;
            padding: 0 6px;
        }


    /* menu page */

    .menu_page {
        position: relative;
    }


        .menu_page .page_title {
            margin: 0 0 39px 0;
        }

    .doc_container,
    .menu_container {
        overflow: hidden;
    }

        .doc_container .doc_category,
        .menu_container .menu_category {
            width: 50%;
            float: right;
            margin: 0 0 40px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 10px;
        }

    .event_container .event_category {
        width: 100%;
        margin-bottom: 10px;
    }

        .event_container .event_category .event_category_background {
            background-color: #fff;
        }

        .event_container .event_category .category_title,
        .un_boxed .qanda_block .qanda_cat,
        .qanda_block .qanda_cat,
        .doc_container .doc_category .category_title,
        .menu_container .menu_category .category_title {
            color: white;
            background-color: black;
            padding: 0 10px 2px;
            line-height: 33px;
            font-size: 18px;
            font-weight: bold;
        }

        .event_container .event_category .category_title {
            padding: 16px 12px 10px;
            line-height: 18px;
        }

        .event_container .event_category .items_list,
        .doc_container .doc_category .items_list,
        .menu_container .menu_category .items_list {
            padding: 0;
        }

            .event_container .event_category .items_list li,
            .doc_container .doc_category .items_list li,
            .menu_container .menu_category .items_list li {
                border-bottom: 1px solid #ddd;
                list-style: none;
            }

                .event_container .event_category .items_list li,
                .doc_container .doc_category .items_list li a,
                .menu_container .menu_category .items_list li a {
                    padding: 10px 0 16px;
                    position: relative;
                    display: block;
                }

            .event_container .event_category .items_list li {
                padding: 10px;
            }

            .menu_container .menu_category .items_list li a .content {
                padding-left: 70px;
                line-height: 18px;
                font-size: 13px;
                /*height: 36px;*/
            }

            .event_container .event_category .items_list li .content {
            }

            .doc_container .doc_category .items_list li a .content {
                /*padding-right: 40px;*/
                text-indent: 40px;
                line-height: 18px;
                font-size: 13px;
                /*height: 36px;*/
            }

            .event_container .event_category .items_list li .event_image,
            .doc_container .doc_category .items_list li a .doc_type {
                position: absolute;
                font-size: 18px;
                line-height: 26px;
                width: 40px;
                text-align: center;
                color: #282828;
            }

            .event_container .event_category .items_list li .content .title,
            .doc_container .doc_category .items_list li a .content .title,
            .menu_container .menu_category .items_list li a .content .title {
                font-weight: bold;
            }

            .event_container .event_category .items_list li .content .description,
            .doc_container .doc_category .items_list li a .content .description,
            .menu_container .menu_category .items_list li a .content .description {
            }

            .event_container .event_category .items_list li .content .title {
                font-size: 16px;
                color: #444;
            }

                .event_container .event_category .items_list li .content .title .alrtOffSiteDate {
                    font-weight: normal;
                    font-size: 14px;
                    color: red;
                }

            .event_container .event_category .items_list li .content .description {
                display: inline;
                font-size: 14px;
                color: #7b7b7b;
            }

            .menu_container .menu_category .items_list li a .price_container {
                position: absolute;
                left: 0;
                top: 16px;
                bottom: 16px;
                width: 70px;
                text-align: center;
                border-right: 1px solid #ddd;
            }

                .menu_container .menu_category .items_list li a .price_container .number {
                    font-size: 14px;
                    font-weight: bold;
                }

                    .menu_container .menu_category .items_list li a .price_container .number .currency {
                        font-size: 14px;
                    }

    /*.menu_container .menu_category:nth-of-type(2n+1) {
            padding: 0 0 0 20px;
        }

        .menu_container .menu_category:nth-of-type(2n+2) {
            padding: 0 20px 0 0;
        }*/


    /*menu_inner_page*/

    .menu_item_image_container {
        width: 100%;
        height: 540px;
        overflow: hidden;
    }

        .menu_item_image_container iframe {
            width: 100%;
            height: inherit;
            border: none;
        }

        .menu_item_image_container img {
            width: inherit;
        }

    .menu_item_data {
        border-bottom: 1px solid #ddd;
        position: relative;
    }

        .menu_item_data .content_wrap {
            padding: 10px 0 17px 66px;
        }

            .menu_item_data .content_wrap .title {
                font-weight: bold;
                font-size: 18px;
                margin: 0 0 2px 0;
            }

            .menu_item_data .content_wrap .description {
                min-height: 20px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 0 0 20px;
            }

        .menu_item_data .price_container {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 65px;
            border-right: 1px solid #ddd;
            text-align: center;
            padding: 10px 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .menu_item_data .price_container .price {
                font-weight: bold;
                font-size: 14px;
            }

            .menu_item_data .price_container .currency {
                font-size: 14px;
            }

    .menu_item_contents {
        overflow: hidden;
        margin: 24px 0 30px 0;
    }

        .menu_item_contents .content_one {
            width: 50%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            float: right;
        }

            .menu_item_contents .content_one:nth-of-type(2n+1) {
                padding: 0 0 0 20px;
            }

            .menu_item_contents .content_one:nth-of-type(2n+2) {
                padding: 0 20px 0 0;
            }

    /*team Page*/

    .team_page {
    }

        .team_page .page_title {
        }

        .team_page .pages_container .item_container {
        }

            .team_page .pages_container .item_container .item_image {
                height: 300px;
            }

            .team_page .pages_container .item_container .item_header_sub {
                padding: 0 0 8px 0;
            }

            .team_page .pages_container .item_container .item_content {
                margin-top: 0;
                margin-bottom: 0;
                line-height: 18px;
                height: auto;
            }

                .team_page .pages_container .item_container .item_content .item_content_title {
                    margin-top: 10px;
                }

    /* contact page */

    .contact_page {
    }

        .contact_page .contact_wrapper {
            overflow: hidden;
        }

            /*.contact_page .contact_wrapper .form_column {
            width: 43.75%;
            float: right;
            padding: 0 0 0 30px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }*/
            .contact_page .contact_wrapper .image_column {
                width: 55%;
                float: right;
                overflow: hidden;
            }

            .contact_page .contact_wrapper .form_column .regular_content {
                margin-bottom: 31px;
            }

            .contact_page .contact_wrapper .form_column .content_contact {
                margin-bottom: 28px;
            }

                .contact_page .contact_wrapper .form_column .content_contact .title {
                    font-weight: bold;
                    margin-bottom: 4px;
                }

                .contact_page .contact_wrapper .form_column .content_contact .content {
                }

            .contact_page .contact_wrapper .form_column .content_hours {
                margin-bottom: 37px;
            }

                .contact_page .contact_wrapper .form_column .content_hours .title {
                    margin-bottom: 4px;
                    font-weight: bold;
                }

                .contact_page .contact_wrapper .form_column .content_hours .content {
                    margin-bottom: 28px;
                }

            /*.contact_page .contact_wrapper .map_column {
            width: 56.25%;
            float: right;
        }*/

            .contact_page .contact_wrapper .map_column .google_map {
                width: 100%;
                height: 550px;
                width: calc(100% - 4px);
                margin-top: 2px;
            }

    .form_pre_post_container {
    }

        .form_pre_post_container .input_wrapper {
            position: relative;
            margin-bottom: 10px;
        }

            .form_pre_post_container .input_wrapper .input_label {
                display: none;
            }

            .form_pre_post_container .input_wrapper .input_star {
                color: #e72a28;
                display: none;
            }

            .user_page .user_pass_cont .input_container .input_wrapper input,
            .user_page .user_page_cont .input_container .input_wrapper input,
            .user_page .user_page_cont .input_container .input_wrapper select,
            .checkout_page .page_form .form_column .input_container .input_wrapper input,
            .checkout_page .page_form .input_container .input_wrapper textarea,
            .form_pre_post_container .input_wrapper select,
            .form_pre_post_container .input_wrapper textarea,
            .form_pre_post_container .input_wrapper input {
                width: 100%;
                max-width: 450px;
                border: 1px solid #DFE0E4;
                line-height: 42px;
                height: 42px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                text-indent: 5px;
                margin: 3px 0;
                color: #666;
                border-radius: 3px;
                background-color: rgba(255,255,255,0.75);
            }

    .contact_page .form_pre_post_container,
    .contact_page .form_pre_post_container .input_wrapper textarea,
    .contact_page .form_pre_post_container .input_wrapper input {
        max-width: 470px;
    }

    .user_page .user_page_cont .input_container .input_wrapper select.ddlDate_Year {
        width: 50%;
        max-width: 225px;
        box-sizing: border-box;
    }

    .user_page .user_page_cont .input_container .input_wrapper select.ddlDate_Day,
    .user_page .user_page_cont .input_container .input_wrapper select.ddlDate_Month {
        width: 24%;
        width: calc(25% - 4px);
        max-width: 108px;
        box-sizing: border-box;
    }

    .user_page .user_pass_cont .input_container .input_wrapper .txtInput[pl='1'],
    .user_page .user_page_cont .input_container .input_wrapper .txtInput[pl='1'],
    .form_pre_post_container .input_wrapper .txtInput[pl='1'] {
        color: #A0A0A0;
    }

    .checkout_page .page_form .input_container .input_wrapper textarea,
    .form_pre_post_container .input_wrapper textarea {
        resize: none;
        height: 65px;
        overflow-x: hidden;
        overflow-y: auto;
        font-family: sans-serif;
        line-height: 22px;
        padding: 8px 5px;
    }


        .user_page .user_pass_cont .input_container .input_wrapper input.txtInput[aria-invalid="true"],
        .user_page .user_page_cont .input_container .input_wrapper input.txtInput[aria-invalid="true"],
        .checkout_page .page_form .form_column .input_container .input_wrapper input.txtInput[aria-invalid="true"],
        .form_pre_post_container .input_wrapper textarea.txtInput[aria-invalid="true"],
        .form_pre_post_container .input_wrapper input.txtInput[aria-invalid="true"],
        .user_page .user_pass_cont .input_container .input_wrapper input.txtInput.req_invalid,
        .user_page .user_page_cont .input_container .input_wrapper input.txtInput.req_invalid,
        .checkout_page .page_form .form_column .input_container .input_wrapper input.txtInput.req_invalid,
        .form_pre_post_container .input_wrapper textarea.txtInput.req_invalid,
        .form_pre_post_container .input_wrapper input.txtInput.req_invalid {
            border: 1px solid red;
        }

    .user_page .user_pass_cont .input_container .input_wrapper .req_msg,
    .form_pre_post_container .input_wrapper .req_msg,
    .user_page .user_page_cont .input_container .input_wrapper .error_msg,
    .form_pre_post_container .input_wrapper .error_msg {
        position: absolute;
        left: 0;
        top: 0;
        color: #e72a28;
    }

    .form_pre_post_container .input_wrapper .btn_send_form {
        background-color: #444;
        border-radius: 3px;
        color: white;
        padding: 0 39px 2px;
        line-height: 28px;
        display: inline-block;
        margin: 18px 0 0 0;
        font-size: 14px;
        cursor: pointer;
    }


    .form_pre_post_container {
        -webkit-animation: fadein 0.3s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 0.3s; /* Firefox < 16 */
        -ms-animation: fadein 0.3s; /* Internet Explorer */
        -o-animation: fadein 0.3s; /* Opera < 12.1 */
        animation: fadein 0.3s;
    }

        .form_pre_post_container .dvTxt {
            font-size: 15px;
            text-align: center;
            color: #444;
            margin-top: 15px;
        }

        .form_pre_post_container .dvIconSending,
        .form_pre_post_container .dvIcon {
            background-image: url('/Images/Build/Common/mailsent_w.png');
            background-position: 20px center;
            background-repeat: no-repeat;
            background-size: 160px;
            width: 220px;
            height: 220px;
            background-color: rgba(0,0,0,0.05);
            border-radius: 150px;
            margin: 15px auto 0;
        }

        .form_pre_post_container .dvIconSending {
            display: none;
            /*background: none;*/
        }

            .form_pre_post_container .dvIconSending .dv-sending-loader {
                border: 6px solid rgba(255,255,255,0.7);
                border-right-color: #fff;
                border-radius: 150px;
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                animation-name: spin;
                animation-duration: 5000ms;
                animation-iteration-count: infinite;
                animation-timing-function: linear;
            }


        .form_pre_post_container .checkbox_wrapper {
            padding: 0;
        }


            .form_pre_post_container .checkbox_wrapper span,
            .form_pre_post_container .checkbox_wrapper label,
            .form_pre_post_container .checkbox_wrapper input {
                vertical-align: middle;
            }

            .form_pre_post_container .checkbox_wrapper span,
            .form_pre_post_container .checkbox_wrapper label {
                font-size: 15px;
                color: #666;
            }

            .form_pre_post_container .checkbox_wrapper input {
                -moz-appearance: none;
                -webkit-appearance: none;
                width: 16px;
                height: 16px;
                /*background-image: url('/Images/Build/Common/uncheck.png');
            -moz-background-size: 16px 16px;
            background-size: 16px 16px;*/
                cursor: pointer;
            }

                .form_pre_post_container .checkbox_wrapper input[type="checkbox"] {
                    position: relative;
                    z-index: 1;
                    background-color: transparent !important;
                }

                    .form_pre_post_container .checkbox_wrapper input[type="checkbox"] + div {
                        position: relative;
                        display: inline;
                        margin-right: -20px;
                        top: 4px;
                        z-index: 0;
                        color: #2b358f;
                        font-size: 16px;
                    }

                        .form_pre_post_container .checkbox_wrapper input[type="checkbox"] + div:before {
                            font-family: 'bsoft';
                            content: '\e767';
                        }

                    .form_pre_post_container .checkbox_wrapper input[type="checkbox"]:checked + div:before {
                        content: '\e766';
                    }

                    .form_pre_post_container .checkbox_wrapper input[type="checkbox"]:checked {
                        /*background-image: url('/Images/Build/Common/checked.png');*/
                    }

                .form_pre_post_container .checkbox_wrapper input[type=checkbox][disabled] {
                    opacity: 0.5;
                }

        .user_page .user_pass_cont .input_container .input_wrapper .req_msg,
        .checkout_page .page_form .form_column .input_container .input_wrapper .req_msg,
        .form_pre_post_container .input_wrapper .req_msg,
        .user_page .user_page_cont .input_container .input_wrapper .error_msg,
        .dv-main-login-cont .input_container .input_wrapper .error_msg,
        .dv-main-recover-cont .input_container .input_wrapper .error_msg,
        .checkout_page .page_form .form_column .input_container .input_wrapper .error_msg,
        .form_pre_post_container .input_wrapper .error_msg {
            position: absolute;
            width: 130px;
            height: 26px;
            line-height: 26px;
            border-radius: 3px;
            text-align: center;
            background-color: #f2f2f2;
            border: 1px solid red;
            left: -140px;
            top: 10px;
            cursor: pointer;
            display: none;
            color: red;
            font-weight: normal;
            z-index: 5;
            color: red;
        }

            .user_page .user_pass_cont .input_container .input_wrapper .req_msg:before,
            .checkout_page .page_form .form_column .input_container .input_wrapper .req_msg:before,
            .form_pre_post_container .input_wrapper .req_msg:before,
            .user_page .user_page_cont .input_container .input_wrapper .error_msg:before,
            .checkout_page .page_form .form_column .input_container .input_wrapper .error_msg:before,
            .form_pre_post_container .input_wrapper .error_msg:before {
                content: ' ';
                position: absolute;
                width: 0;
                height: 0;
                top: 0;
                border-style: solid;
                border-width: 13px 0 13px 9px;
                left: 130px;
                border-color: transparent red;
            }

    .website_breadcrumbs {
        font-size: 12px;
        line-height: 18px;
        /*width: 960px;*/
        width: 1000px;
        max-width: 100%;
        padding: 5px 0 16px;
        margin: 0 auto;
    }

        .website_breadcrumbs ul {
            display: inline-block;
        }

            .website_breadcrumbs ul li {
                display: inline-block;
                vertical-align: central;
            }

                .website_breadcrumbs ul li a:hover {
                    text-decoration: underline;
                }

    /*articles page*/

    .articles_page {
    }

        .articles_page .pages_container .item_container .item_content {
            margin: 0 0 16px 0;
            height: 45px;
        }

        .articles_page .pages_container .item_container .item_header_sub {
            padding: 0;
        }

    /* article page*/

    .article_page {
        padding: 10px 0 30px 0;
        font-size: 13px;
        line-height: 18px;
    }

        .article_page .page_parent_title {
            font-size: 28px;
            margin: 0 0 35px 0;
            line-height: normal;
        }

        .article_page .page_central_block {
            width: 700px;
        }

            .article_page .page_central_block .main_image {
                width: 100%;
                margin: 0 0 10px 0;
            }

            .article_page .page_central_block .page_title {
                font-weight: bold;
                font-size: 24px;
                margin: 0 0 10px 0;
            }

            .article_page .page_central_block .page_desc {
                border-bottom: 1px solid #e8e8e8;
                margin: 0 0 10px 0;
                padding: 0 0 10px 0;
                font-size: 18px;
                line-height: normal;
            }

        .article_page .page_content {
        }

    .about_page.article_page .page_info_container .page_content_column .page_title {
        background-color: transparent;
        padding: 0;
        font-weight: bold;
    }

    .about_page.article_page .page_info_container .page_content_column .branch_common_info.Desc {
        font-weight: bold;
    }

    /*events page*/

    .events_page {
    }

        .events_page .page_title {
        }

        .events_page .pages_container {
        }

            .events_page .pages_container .item_container {
            }

                .events_page .pages_container .item_container .item_image {
                    margin-bottom: 0;
                }

                .events_page .pages_container .item_container .content_wrapper {
                    position: relative;
                    /*border-bottom: 1px solid #dddddd;*/
                    border-bottom: none;
                    padding: 10px 0 0 0;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

                .events_page .pages_container .item_container .item_header_sub {
                    padding: 0 0 0 0;
                }

                .events_page .pages_container .item_container .content_wrapper .text_wrapper {
                    padding: 0 0 0 65px;
                }

                    .events_page .pages_container .item_container .content_wrapper .text_wrapper .item_header_sub {
                        padding: 0;
                        font-size: 20px;
                        margin: 0 0 5px 0;
                    }

                    .events_page .pages_container .item_container .content_wrapper .text_wrapper .item_content {
                        margin: 0;
                        height: auto;
                    }

                .events_page .pages_container .item_container .item_content {
                    height: auto;
                    margin: 5px 0;
                }

                .events_page .pages_container .item_container .content_wrapper .price_wrapper {
                    position: absolute;
                    width: 65px;
                    height: 100%;
                    top: 0;
                    left: 0;
                    border-right: 1px solid #dddddd;
                    text-align: center;
                }

                    .events_page .pages_container .item_container .content_wrapper .price_wrapper .price {
                        font-size: 28px;
                        font-weight: bold;
                        padding: 16px 0 5px 0;
                    }

                    .events_page .pages_container .item_container .content_wrapper .price_wrapper .currency {
                    }

                .events_page .pages_container .item_container .sub_sub_header {
                    margin: 0 0 16px 0;
                }

    /*event page*/

    /*events_tickets_page*/

    /*END events_tickets_page*/
    /*news Page*/
    /*.news_page .double_info_container{margin:0;}*/
    .news_block {
        width: 50%;
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 30px;
    }

        .news_block .news_title {
            font-size: 32px;
            line-height: normal;
            margin: 0 0 0;
        }

        .news_block .news_date {
            font-size: 13px;
            font-weight: bold;
            padding: 0 0 5px 0;
            line-height: 26px;
        }

        .news_block .news_description {
            padding: 0 0 5px 0;
            font-size: 18px;
            line-height: normal;
        }

    /*question and answers*/
    .qanda_page {
    }

        .qanda_page .page_info_container {
            overflow: hidden;
        }

    .qanda_block {
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 10px;
        margin: 0 0 20px 0;
        float: right;
    }


        .qanda_block .qanda_cat {
            font-size: 16px;
            font-weight: bold;
            margin: 0;
        }

        .qanda_block .questions {
        }

            .qanda_block .questions .question_wrapper {
                background-color: #f6f6f7;
                margin: 0 0 5px 0;
                position: relative;
                overflow: hidden;
            }

                .qanda_block .questions .question_wrapper .question {
                    font-weight: bold;
                    min-height: 20px;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    padding: 0 20px 0 80px;
                    margin: 10px 0;
                    font-size: 14px;
                    cursor: pointer;
                    overflow: hidden;
                }

                    .qanda_block .questions .question_wrapper .question .q_icon {
                        position: absolute;
                        top: 12px;
                        left: 14px;
                        font-size: 16px;
                    }

                .qanda_block .questions .question_wrapper .answer {
                    display: none;
                    padding: 0 20px 10px 20px;
                }


        .qanda_block:nth-child(2n) {
            /*padding: 0 20px 0 0;*/
        }

    .activities_page {
    }

        .activities_page .pages_container .item_container {
            width: 25%;
            padding: 0 6px;
            /*////*/
            /*height: 265px;*/
        }

            .activities_page .pages_container .item_container .item_header {
                background-color: black;
                color: white;
                border-bottom: none;
                padding: 8px 10px;
                margin: 0 !important;
            }


            .activities_page .pages_container .item_container .content_wrapper {
                height: auto;
                padding: 45px 0 16px 0;
            }

                .activities_page .pages_container .item_container .content_wrapper .item_header_sub {
                    padding: 0px 16px 0px 0;
                }

                .activities_page .pages_container .item_container .content_wrapper .item_content {
                    height: auto;
                    margin: 5px 0;
                }

                    .activities_page .pages_container .item_container .content_wrapper .item_content a {
                        text-decoration: underline;
                    }

    .info_block {
        width: 75%;
        line-height: 18px;
        margin-bottom: 10px;
    }

        .info_block .icon_block {
            margin-top: 2px;
            vertical-align: middle;
        }

    .link_block {
        text-decoration: underline;
    }


    .inner_teamate {
    }

        .inner_teamate .item_content {
            margin: 0 0 10px;
        }

            .inner_teamate .item_content .item_content_title {
                font-weight: bold;
            }

            .inner_teamate .item_content .item_content_content {
            }



.btn_remove_coupon {
    vertical-align: middle;
}

        .btn_remove_coupon img {
           height:18px;
        }


    .container_sales {
        margin: 5px 0 0 0;
    }

        .container_sales .sales_title {
            font-weight: bold;
        }



    .default_page .pages_container .item_container .item_container_background {
        height: 389px;
        overflow: hidden;
    }

    .default_page .pages_container .item_container .content_wrapper {
        border-bottom: none;
    }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~UnBoxed Section*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    .un_boxed {
    }

        .un_boxed .default_page .video_iframe {
            height: 290px;
            cursor: auto;
            pointer-events: visible;
            width: 100%;
        }

        .un_boxed .master_form {
            background: none;
        }

        .un_boxed .website_breadcrumbs {
            background: rgba(255,255,255,0.9);
            padding: 3px 16px 5px 16px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: auto;
        }

        .un_boxed .about_page .page_title {
            background: rgba(255,255,255,0.9);
            padding: 3px 16px 5px 16px;
            margin: 0 0 20px 0;
        }

        .un_boxed .article_page .page_parent_title {
            background: rgba(255,255,255,0.9);
            padding: 3px 16px 5px 16px;
            margin: 0 0 20px 0;
        }

        .un_boxed.un_boxed_fullscreen .website_breadcrumbs {
            background-color: transparent;
            padding-left: 0;
            padding-right: 0;
        }

        .un_boxed.un_boxed_fullscreen.shop_only .website_breadcrumbs {
            background-color: #fff;
            padding: 10px 22px;
        }

        .un_boxed.un_boxed_fullscreen .about_page .page_title {
            background-color: transparent;
            padding-left: 0;
            padding-right: 0;
        }

        .un_boxed.un_boxed_fullscreen .article_page .page_parent_title {
            background-color: transparent;
            padding-left: 0;
            padding-right: 0;
        }
        /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Header*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
        .un_boxed #TopBarUpdatePanel {
            background-color: white;
        }

        .un_boxed .header_container {
            background-color: white;
            margin: 0 20px 14px 20px;
            padding: 16px 0 0 0;
        }

        .un_boxed.sticky .header_container {
            margin-bottom: 10px;
        }

        /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Footer*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
        .un_boxed .footer_container {
            background-color: white;
        }

        .un_boxed .site_grid {
            width: 100%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 20px 16px;
        }

        /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Main Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
        /*White background for items in Main Page*/
        .un_boxed .default_page .pages_container .item_container .item_container_background {
        }

        .un_boxed .default_page .main_image_container .image_item {
        }

        .un_boxed .pages_container .item_container .item_header {
            margin: 0 0 20px;
            padding: 16px;
        }

        .un_boxed .item_container .content_wrapper .no_padding {
            padding: 0 16px 10px 16px;
        }

        .un_boxed .item_container .content_wrapper .item_description {
            padding: 0 16px 10px 16px;
        }

        .un_boxed .item_container .content_wrapper .item_header_sub {
            padding: 0 16px 10px 80px;
        }

        .un_boxed .item_container .content_wrapper .item_with_price {
            padding: 0 0 0 80px;
        }

        .un_boxed .pages_container .item_container .item_header_sub {
            padding: 16px 16px 19px 0;
        }

        .un_boxed .pages_container .item_container .item_content {
            padding: 8px 16px 0;
        }

        .un_boxed .pages_container .item_container .item_button_cont .item_button {
            margin: 0 16px 16px;
        }

    .item-container.free-widget .play-stop-btn,
    .item-container.image-widget .play-stop-btn,
    .main-slider .play-stop-btn {
        font-family: 'bsoft';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        cursor: pointer;
        position: absolute;
        z-index: 10;
        font-size: 42px;
        border-radius: 30px;
        padding-top: 1px;
        padding-left: 1px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background-color: #000;
        opacity: 0.3;
        color: #fff;
        left: 10px;
        top: 25px;
    }

    .full_screen_template .main-slider .play-stop-btn,
    .life_style_template .main-slider .play-stop-btn,
    .graphic_template .main-slider .play-stop-btn,
    .corporate_template .main-slider .play-stop-btn,
    .un_boxed .main-slider .play-stop-btn {
        top: 10px;
    }

    .life_style_template .main-slider .play-stop-btn,
    .corporate_template .main-slider .play-stop-btn {
        left: 15px;
    }

    .un_boxed .wide_template .main-slider .play-stop-btn {
        left: 35px;
    }

    .item-container.image-widget .play-stop-btn {
        top: 10px;
        left: 20px;
    }

    .item-container.free-widget .play-stop-btn {
        top: 10px;
        left: 18px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 23px;
    }


        .item-container.free-widget .play-stop-btn[aria-pressed='false']:before,
        .item-container.image-widget .play-stop-btn[aria-pressed='false']:before,
        .main-slider .play-stop-btn[aria-pressed='false']:before {
            content: "\e734";
        }

        .item-container.free-widget .play-stop-btn[aria-pressed='true']:before,
        .item-container.image-widget .play-stop-btn[aria-pressed='true']:before,
        .main-slider .play-stop-btn[aria-pressed='true']:before {
            content: "\e733";
        }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Branches Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .branch_item .branch_item_background {
        background: rgba(255,255,255,0.9);
    }

    .un_boxed .branch_item .branch_title {
        padding: 16px;
    }

    .un_boxed .branch_item .branch_info {
        padding: 0 16px 30px;
    }

    .un_boxed .regular_button {
        margin: 0 16px 16px 0;
    }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Branch Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .branch_inner_info {
        margin: 0;
        padding: 16px 16px 0;
        /*background: white;*/
        background: rgba(255,255,255,0.9); /*Valeriy*/
    }

    .un_boxed .links_blocks .link_block {
        /*background: white;*/
        background: rgba(255,255,255,0.9); /*Valeriy*/
    }

    .un_boxed .branch_image_container {
        margin: 0;
    }

    .un_boxed .item_container .item_content_image {
        padding: 0;
        width: 100%;
    }

        .un_boxed .item_container .item_content_image img {
            width: 100%;
        }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Service Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .service_container {
        /*background: white;*/
        background: rgba(255,255,255,0.9); /*Valeriy*/
        padding: 16px;
        margin: 0;
    }

    .un_boxed.un_boxed_fullscreen .service_container {
        background-color: transparent;
        padding: 0;
    }
    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~MenuItem*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .menu_item_data .content_wrap {
        padding: 16px;
        /*background: white;*/
        background: rgba(255,255,255,0.9); /*Valeriy*/
    }

    .un_boxed .menu_item_contents {
        margin: 0 0 60px 0;
        padding: 16px;
        /*background: white;*/
        background: rgba(255,255,255,0.9); /*Valeriy*/
    }

        .un_boxed .menu_item_contents .info_block:last-child {
            margin: 0;
        }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~MenuItem*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .item_page {
        background: #fff;
        padding: 16px;
    }

        .un_boxed .item_page .page_content .image_col .pagination_container {
            overflow: hidden;
            /*margin: 14px 11px;*/
        }
    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Video Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .galleries_container .galleria {
        margin: 0 0 52px 0;
    }


        .un_boxed .galleries_container .galleria .galleria_background {
            /*background: white;*/
            /*Valeriy*/
            /*background: rgba(255,255,255,0.9); 
            padding: 0 0 26px 0;*/
        }

        .un_boxed .galleries_container .galleria .galleria_title {
            padding: 0 16px 0 0;
        }


    .un_boxed .video_page .galleries_container .galleria .galleria_counter {
        padding: 0 16px 0 0;
    }

    .galleries_container .galleria:focus {
        outline: none !important;
    }

        .galleries_container .galleria:focus .galleria_background {
            outline: 1px solid #41a3bf;
            -webkit-box-shadow: 0px 0px 4px 0px #41a3bf;
            box-shadow: 0px 0px 6px 1px #41a3bf;
        }


    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Gallery Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .galleries_container .galleria .galleria_counter {
        padding: 0 16px 0 0;
    }

    .galleria-thumb-nav-left,
    .galleria-thumb-nav-right {
    }

    .galleria-image-nav-left,
    .galleria-image-nav-right {
        background-image: none !important;
        color: #fff;
        font-size: 24px;
        font-size: 42px;
        opacity: 0.7 !important;
        line-height: 124px;
        width: 42px !important;
        text-indent: -10px;
    }

    .galleria-image-nav-left {
        text-align: left;
        direction: ltr;
    }

    .galleria-image-nav-right {
        text-align: right;
        direction: rtl;
    }

        .galleria-image-nav-left:hover,
        .galleria-image-nav-right:hover {
            opacity: 1;
        }
    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Categories Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    .un_boxed .categories_page .items_container .items .item .item_general_info h2 {
        padding: 0 16px 0 0;
        padding: 0;
    }

    .un_boxed .categories_page .items_container .items .item .item_general_info .price {
        padding: 0 16px 0 0;
        padding: 0;
    }

    .un_boxed .categories_page > div {
        background: rgba(255,255,255,0.9);
    }

    .un_boxed .categories_page .h1,
    .un_boxed .categories_page h1 {
        margin: 0 auto 20px auto;
        padding: 0;
        padding-right: 16px;
    }

    .un_boxed .categories_page {
        padding: 0;
    }

    @media screen and (min-width:780px) {

        .categories_page.side_categories .dropdown_wrapper {
            position: relative;
            z-index: 2;
        }

        .categories_page.side_categories .shop_categories {
            float: right;
            width: 25%;
            height: auto;
            border: 0;
        }

        .categories_page.side_categories > div:first-of-type {
            border-bottom: 1px solid #e5e5e5;
        }

        .categories_page.side_categories .items_container .items .item {
            width: 33.33%;
        }

        .categories_page.side_categories .shop_categories .categories_label,
        .categories_page.side_categories .shop_categories > .option {
            float: none;
            position: relative;
        }

        .categories_page.side_categories .shop_categories > .option {
            background-color: #f3f3f3;
            margin: 0;
            text-indent: 20px;
            border: 1px solid #d7d7d7;
            border-bottom: 1px solid #fffbf0;
            border-top: 0;
            line-height: 35px;
        }

        .categories_page.side_categories .shop_categories .categories_label {
            margin-bottom: 13px;
        }

        .categories_page.side_categories .shop_categories .option .shop_subcategories.close,
        .categories_page.side_categories .shop_categories .option .shop_subcategories {
            /*position:static;
        box-shadow:none;*/
        }

            .categories_page.side_categories .shop_categories .option .shop_subcategories.close,
            .categories_page.side_categories .shop_categories .option .shop_subcategories {
                top: 0;
                padding: 0;
                right: 100%;
                -webkit-transition: max-height 0s ease-in;
                -moz-transition: max-height 0s ease-in;
                -o-transition: max-height 0s ease-in;
                transition: max-height 0s ease-in;
                -webkit-box-shadow: -2px 4px 9px -4px rgba(0,0,0,0.8);
                -moz-box-shadow: -2px 4px 9px -4px rgba(0,0,0,0.8);
                box-shadow: -2px 4px 9px -4px rgba(0,0,0,0.8);
            }

                .categories_page.side_categories .shop_categories .option .shop_subcategories.open,
                .categories_page.side_categories .shop_categories .option .shop_subcategories:hover,
                .categories_page.side_categories .shop_categories .option:hover .shop_subcategories {
                    -webkit-transition: max-height 0.3s ease-in;
                    -moz-transition: max-height 0.3s ease-in;
                    -o-transition: max-height 0.3s ease-in;
                    transition: max-height 0.3s ease-in;
                }

        .categories_page.side_categories .shop_subcategories > .option {
            white-space: nowrap;
            line-height: 35px;
            padding: 0px 16px;
            text-indent: 0;
            background-color: #fff;
            border-bottom: 1px solid #f3f3f3;
        }

        .categories_page .shop_categories .option.SubCategory {
            position: relative;
            padding-left: 30px;
        }

            .categories_page .dropdown_wrapper.dropdown_wrapper_sort.opened,
            .categories_page .shop_categories .option.SubCategory.opened {
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
                -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
                -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
                background-color: #fff;
            }

                .categories_page .dropdown_wrapper.dropdown_wrapper_sort.opened:after,
                .categories_page .shop_categories .option.SubCategory.opened:after {
                    content: '';
                    background-color: #ffffff;
                    height: 6px;
                    z-index: 2;
                    display: block;
                    position: absolute;
                    top: 37px;
                    right: 0px;
                    left: 0;
                }

            .categories_page .shop_categories .option.SubCategory > .ShowSubCategory {
                position: absolute;
                left: 10px;
                top: 0;
                cursor: pointer;
            }

                .categories_page .shop_categories .option.SubCategory > .ShowSubCategory:after {
                    font-family: 'bsoft';
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1;
                    text-indent: 0;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    /*position: absolute;*/
                    content: '\e0d7';
                    left: 0;
                    top: 0;
                    width: 40px;
                    height: 40px;
                    text-align: center;
                    line-height: 40px;
                    font-size: 18px;
                }
    }
    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Contact Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .contact_page {
        margin: 0 0 60px 0;
    }


        .un_boxed .contact_page .contact_wrapper {
            background: rgba(255,255,255,0.9);
            padding: 16px;
        }

            /*.un_boxed .contact_page .contact_wrapper .form_column {
                width: 38.75%;
                padding: 0 0 0 30px;
            }*/

            .un_boxed .contact_page .contact_wrapper .image_column {
                width: 60%;
                float: right;
            }

    @media screen and (max-width:480px) {
        .contact_page .contact_wrapper .form_column,
        .un_boxed .contact_page .contact_wrapper .form_column {
            padding: 0;
        }
    }

    /*.un_boxed .contact_page .contact_wrapper .map_column {
                width: 56.25%;
                float: left;
            }*/

    .un_boxed .form_pre_post_container .input_wrapper .input_label {
        padding: 0;
    }

    .un_boxed .form_pre_post_container .input_wrapper textarea, .un_boxed .form_pre_post_container .input_wrapper input {
        margin-right: 0;
    }

    .un_boxed .form_pre_post_container .input_wrapper .btn_send_form {
        margin: 18px 0 5px 0;
    }


    .un_boxed .contact_page .contact_wrapper .form_column .regular_content {
        padding: 0 0px 31px 0;
        margin: 0;
    }

    .un_boxed .contact_page .contact_wrapper .form_column .title {
        padding: 0;
    }

    .un_boxed .contact_page .contact_wrapper .form_column .content {
        padding: 0;
    }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~About Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .about_page .page_info_container_with_image {
        background: rgba(255,255,255,0.9);
        padding: 16px 0 0 16px;
    }

    .un_boxed_fullscreen.un_boxed .about_page .page_info_container_with_image {
        background-color: transparent;
        padding: 0;
    }

    .un_boxed .about_page .page_info_container .page_content_column .form_column,
    .un_boxed .about_page .page_info_container .page_content_column .page_content {
        padding: 0 16px 16px 0;
    }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Menu Container Menu Category*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .event_container .event_category .event_category_background,
    .un_boxed .doc_container .doc_category .doc_category_background,
    .un_boxed .menu_container .menu_category .menu_category_background {
        background: rgba(255,255,255,0.9);
    }

    .un_boxed .event_container .event_category .items_list li .content .title,
    .un_boxed .doc_container .doc_category .items_list li a .content .title,
    .un_boxed .menu_container .menu_category .items_list li a .content .title {
        padding: 0 10px 0 0;
    }

    .un_boxed .event_container .event_category .items_list li .content .description,
    .un_boxed .doc_container .doc_category .items_list li a .content .description,
    .un_boxed .menu_container .menu_category .items_list li a .content .description {
        padding: 0 10px 0 0;
    }

    .un_boxed .event_container .event_category .items_list li .content .title,
    .un_boxed .event_container .event_category .items_list li .content .description {
        padding: 0;
    }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~News Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .news_block .news_block_background {
        background: rgba(255,255,255,0.9);
        padding: 16px;
    }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~QandA Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    .un_boxed .qanda_block .qanda_block_background {
        background: rgba(255,255,255,0.9);
    }

    .un_boxed .qanda_block .qanda_cat {
        padding: 5px 16px 0;
    }

    .qanda_block .questions .question_wrapper,
    .un_boxed .qanda_block .questions .question_wrapper {
        background: none;
        border-bottom: 1px solid #ddd;
    }

        .qanda_block .questions .question_wrapper:last-of-type {
            border: 0;
        }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Shoping Cart Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

    .un_boxed .cart_items_container {
        background: #fff;
        padding: 0 8px;
    }

        .un_boxed .cart_items_container .table .titles .item {
            background: none;
        }

        .un_boxed .cart_items_container .table .titles .ammount .style_wrapper {
            background: none;
        }

        .un_boxed .cart_items_container .table .titles .price {
            background: none;
        }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Shop Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    /*.un_boxed .dropdown_wrapper {
    background: rgba(255,255,255,0.9);
    padding: 0 16px 0 16px;
}*/

    .un_boxed .categories_page .items_container {
        background: rgba(255,255,255,0.9);
    }

    .un_boxed .categories_page > div,
    .un_boxed .categories_page .items_container {
        background: #fff;
    }

    .un_boxed .four_row_container {
        padding: 0 0 1px 0;
    }

    .un_boxed .categories_page .items_container .items .item {
        /*margin: 0 0 50px 0;*/
    }


    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Check Out Page(Payment summary)*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .checkout_page .page_form {
        /*background: rgba(255,255,255,0.9);*/
        background-color: #f5f5f5;
        padding: 16px;
    }

    .un_boxed .checkout_page h1 {
        background: rgba(255,255,255,0.9);
    }

    .un_boxed .checkout_page .page_form .form_column .form_header {
        /*background: none;*/
    }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Activities Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .activities_page .pages_container .item_container .content_wrapper {
        padding: 20px 0 16px 0;
    }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Article Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .article_page {
        padding: 0 0 30px 0;
    }

        .un_boxed .article_page .page_central_block {
            background: rgba(255,255,255,0.9);
        }

            .un_boxed .article_page .page_central_block .page_title {
                padding: 0 16px;
            }


            .un_boxed .article_page .page_central_block .page_desc {
                padding: 0 16px 10px;
            }

        .un_boxed .article_page .page_content {
            padding: 0 16px 10px;
        }


    .un_boxed .item_container .regular_button, .branch_item .regular_button {
        padding: 0 22px 1px;
        margin: 0 16px 16px;
    }

    /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Blog Page*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .un_boxed .pages_container .item_container .item_container_background {
        background: rgba(255,255,255,0.9);
    }


    .pages_container {
        text-align: center;
    }

    .item-container {
        display: inline-block;
        text-align: right;
        padding: 0 10px;
        width: 33.33333333333333%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: middle;
        margin: 0 0 20px 0;
        overflow: hidden;
    }

        .item-container .free-widget-item .dv_customscroll,
        .item-container.free-widget-item .dv_customscroll {
            overflow-y: auto;
            height: 90%;
            height: calc(100% - 15px);
            width: 100%;
            margin-top: 15px;
            padding: 0 10px;
            box-sizing: border-box;
        }

            .pagination_container_innercont::-webkit-scrollbar,
            .item-container .free-widget-item .dv_customscroll::-webkit-scrollbar,
            .item-container.free-widget-item .dv_customscroll::-webkit-scrollbar {
                width: 8px;
                height: 8px;
                padding: 10px 2px;
                margin: 5px 4px;
            }

            .pagination_container_innercont::-webkit-scrollbar-track,
            .item-container .free-widget-item .dv_customscroll::-webkit-scrollbar-track,
            .item-container.free-widget-item .dv_customscroll::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
                background-color: rgba(239, 239, 239, 0.5);
            }

            .pagination_container_innercont::-webkit-scrollbar-thumb,
            .item-container .free-widget-item .dv_customscroll::-webkit-scrollbar-thumb,
            .item-container.free-widget-item .dv_customscroll::-webkit-scrollbar-thumb {
                background-color: rgba(0, 0, 0, 0.5);
                border-radius: 15px;
                margin: 8px 2px;
            }

        .item-container.free-widget-item {
            padding: 0;
        }

        .item-container .item-container-background {
            height: 390px;
            /*border-bottom: 1px solid #ddd;*/
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .item-container .item-container-background .item-header {
                border-bottom: 1px solid #ddd;
                text-align: right;
                font-size: 18px;
                font-weight: bold;
                padding: 16px 0px 10px;
                margin: 0 0 5px 0;
                overflow: hidden;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
            }

        .item-container.shop-widget-cat .item-container-background .item-header,
        .item-container.shop-widget-related .item-container-background .item-header {
            border-bottom: 0;
        }

        .item-container[role='link']:hover .item-header h2,
        a.item-container:hover .item-header h2,
        .item-container .item-container-background .item-header a:hover h2 {
            text-decoration: underline;
        }

    .un_boxed .item-container .item-container-background .item-header {
        padding: 16px 12px 10px;
        margin-bottom: 5px;
    }

    .item-container .item-container-background .image-panel img {
        width: 100%;
    }

    .item-container .item-container-background .content-wrapper {
        font-size: 12px;
    }

        .item-container .item-container-background .content-wrapper .sub-header-panel {
            border-bottom: none;
            padding: 15px 0 5px;
            font-weight: bold;
            font-size: 16px;
            text-align: right;
        }

    .item-container .item-container-background.no-img .content-wrapper .sub-header-panel {
        padding-top: 0;
    }

    .item-container .item-container-background.inner-padd .item-header {
        padding: 16px 20px 10px;
    }

    .item-container .item-container-background.inner-padd > .content-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .free-widget-slider .free-widget-item {
        float: left;
    }

    .item-container.free-widget.xl-widget .item-header {
        float: left;
        width: 653px;
        font-size: 18px;
        padding: 16px 20px 10px;
        margin-bottom: 10px;
    }


    .item-container.free-widget.qrtr-3-widget .item-header,
    .item-container.free-widget.double-widget .item-header {
        float: left;
        width: 50%;
        font-size: 18px;
        padding: 16px 20px 10px;
        margin-bottom: 10px;
    }

    .item-container.free-widget.qrtr-3-widget .item-header {
        /*width: 66.66%;*/
    }

    .item-container.free-widget.qrtr-3-widget .no-img .content-wrapper,
    .item-container.free-widget.double-widget .no-img .content-wrapper {
        width: 100%;
    }

    .item-container.free-widget.qrtr-3-widget .item-container-background .content-wrapper,
    .item-container.free-widget.double-widget .item-container-background .content-wrapper,
    .item-container.free-widget.xl-widget .item-container-background .content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .item-container.free-widget.xl-widget .item-container-background .content-wrapper {
        min-height: 280px;
        overflow: hidden;
        /*padding-bottom: 16px;*/
    }

        .item-container.free-widget.qrtr-3-widget .item-container-background .content-wrapper .sub-header-panel,
        .item-container.free-widget.double-widget .item-container-background .content-wrapper .sub-header-panel,
        .item-container.free-widget.xl-widget .item-container-background .content-wrapper .sub-header-panel {
            padding-top: 0;
        }

    .item-container.free-widget.qrtr-3-widget .item-container-background.no-Hdr .content-wrapper .sub-header-panel,
    .item-container.free-widget.double-widget .item-container-background.no-Hdr .content-wrapper .sub-header-panel,
    .item-container.free-widget.xl-widget .item-container-background.no-Hdr .content-wrapper .sub-header-panel {
        padding-top: 16px;
    }

    .free-widget {
    }

        .free-widget .image-panel {
            width: 100%;
            height: 170px;
            overflow: hidden;
        }

        .free-widget .item-container-background.no-Hdr .image-panel {
            height: 225px;
        }


        .free-widget.qrtr-3-widget .item-container-background.no-Hdr .image-panel,
        .free-widget.qrtr-3-widget .image-panel,
        .free-widget.double-widget .item-container-background.no-Hdr .image-panel,
        .free-widget.double-widget .image-panel {
            width: 50%;
            height: 390px;
            float: right;
        }

        .free-widget.qrtr-3-widget .item-container-background.no-Hdr .image-panel,
        .free-widget.qrtr-3-widget .image-panel {
            /*width: 33.33%;*/
        }

        .free-widget.qrtr-3-widget .content-wrapper,
        .free-widget.double-widget .content-wrapper {
            width: 50%;
            float: right;
            box-sizing: border-box;
        }

        .free-widget.qrtr-3-widget .content-wrapper {
            /*width: 66.66%;*/
        }

        .free-widget.xl-widget .item-container-background.no-Hdr .image-panel,
        .free-widget.xl-widget .image-panel {
            width: 307px;
            height: 367px;
            float: right;
        }

        .free-widget.xl-widget .content-wrapper {
            width: 613px;
            float: right;
        }

    .item-container.free-widget.xl-widget .item-container-background.no-img .item-header,
    .item-container.free-widget.xl-widget .item-container-background.no-img .content-wrapper {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .item-container.gallery-widget .item-container-background,
    .item-container.map-widget .item-container-background,
    .item-container.video-widget .item-container-background,
    .item-container.image-widget .item-container-background,
    .item-container.free-widget .item-container-background {
        height: 390px;
    }

    .item-container.gallery-widget.big-widget .item-container-background,
    .item-container.map-widget.big-widget .item-container-background,
    .item-container.video-widget.big-widget .item-container-background,
    .item-container.image-widget.big-widget .item-container-background,
    .item-container.free-widget.big-widget .item-container-background {
        height: 390px;
    }

    .item-container.gallery-widget.xl-widget .item-container-background,
    .item-container.map-widget.xl-widget .item-container-background,
    .item-container.video-widget.xl-widget .item-container-background,
    .item-container.image-widget.xl-widget .item-container-background,
    .item-container.free-widget.xl-widget .item-container-background {
        height: 340px;
    }

    .item-container.free-widget.xl-widget .item-container-background {
        height: 367px;
    }

    .free-widget .item-container-background .content-wrapper {
        padding: 0;
        padding: 0 20px 16px;
    }

    .un_boxed .free-widget .item-container-background .content-wrapper {
        padding: 0 16px 16px;
    }

    .free-widget .item-container-background.no-Hdr.no-img .content-wrapper {
        padding-top: 20px;
    }

    .free-widget.item-container .item-container-background .content-wrapper .content-panel {
        /*max-height: 115px;
        height: 115px;*/
        overflow: hidden;
        line-height: 14px;
        text-align: right;
    }

    .free-widget.item-container .item-container-background[dt-h='1'] .content-wrapper .content-panel {
        /*max-height: 519px;*/
    }

    .free-widget.item-container .item-container-background .content-wrapper .content-panel a {
        text-decoration: underline;
        font-weight: bold;
    }

    .free-widget.item-container .item-container-background.no-subHdr .content-wrapper .content-panel {
        /*max-height: 134px;
    height: 134px;*/
        padding-top: 16px;
    }

    .qrtr-3-widget.free-widget.item-container .item-container-background.no-subHdr .content-wrapper .content-panel,
    .double-widget.free-widget.item-container .item-container-background.no-subHdr .content-wrapper .content-panel,
    .xl-widget.free-widget.item-container .item-container-background.no-subHdr .content-wrapper .content-panel {
        padding-top: 0;
    }

    .qrtr-3-widget.free-widget.item-container .item-container-background.no-Hdr.no-subHdr .content-wrapper .content-panel,
    .double-widget.free-widget.item-container .item-container-background.no-Hdr.no-subHdr .content-wrapper .content-panel,
    .xl-widget.free-widget.item-container .item-container-background.no-Hdr .sub-header-panel,
    .xl-widget.free-widget.item-container .item-container-background.no-Hdr.no-subHdr .content-wrapper .content-panel {
        padding-top: 16px;
    }

    .qrtr-3-widget.free-widget.item-container .item-container-background.no-Hdr.no-img .content-wrapper .content-panel,
    .double-widget.free-widget.item-container .item-container-background.no-Hdr.no-img .content-wrapper .content-panel,
    .xl-widget.free-widget.item-container .item-container-background.no-Hdr .sub-header-panel,
    .xl-widget.free-widget.item-container .item-container-background.no-Hdr.no-img .content-wrapper .content-panel {
        padding-top: 0;
    }

    .free-widget.item-container .item-container-background.no-img .content-wrapper .content-panel {
        /*max-height: 300px;
    height: 300px;*/
    }

    .free-widget.item-container .item-container-background.no-subHdr.no-img .content-wrapper .content-panel {
        padding-top: 0;
    }

    .free-widget.item-container .item-container-background.no-img[dt-h='1'] .content-wrapper .content-panel {
        /*max-height: 699px;*/
    }

    .free-widget.item-container .item-container-background.no-img.no-subHdr .content-wrapper .content-panel {
        /*max-height: 321px;
    height: 321px;*/
    }

    .free-widget.item-container .item-container-background.no-img.no-subHdr[dt-h='1'] .content-wrapper .content-panel {
        /*max-height: 720px;*/
    }

    .free-widget.item-container .item-container-background[dt-h='1'] .content-wrapper .content-panel .item-container-background {
        height: 485px;
    }

    .free-widget.item-container .item-container-background.no-img[dt-h='1'] .content-wrapper .content-panel .item-container-background {
        height: 690px;
    }

    .big-widget.free-widget.item-container .item-container-background .content-wrapper .content-panel {
        /*max-height: 115px;*/
        overflow: hidden;
        line-height: 14px;
    }

    .big-widget.free-widget.item-container .item-container-background.no-img .content-wrapper .content-panel {
        /*max-height: 300px;*/
    }

    .big-widget.free-widget.item-container .item-container-background.no-img.no-subHdr .content-wrapper .content-panel {
        /*max-height: 318px;*/
    }

    .qrtr-3-widget.free-widget.item-container .item-container-background .content-wrapper .content-panel,
    .double-widget.free-widget.item-container .item-container-background .content-wrapper .content-panel {
        /*max-height: 298px;
        height: 298px;*/
        overflow: hidden;
        line-height: 14px;
    }
    /*.double-widget .xl-widget*/
    .qrtr-3-widget.free-widget.item-container .item-container-background.no-img .content-wrapper,
    .qrtr-3-widget.free-widget.item-container .item-container-background.no-img .item-header,
    .double-widget.free-widget.item-container .item-container-background.no-img .content-wrapper,
    .double-widget.free-widget.item-container .item-container-background.no-img .item-header {
        width: 100%;
    }

    .double-widget.free-widget.item-container .item-container-background.no-subHdr .content-wrapper > .content-panel,
    .double-widget.free-widget.item-container .item-container-background.no-img.no-subHdr .content-wrapper > .content-panel {
        /*max-height: 303px;
    height: 303px;*/
    }




    .xl-widget.free-widget.item-container .item-container-background .content-wrapper .content-panel {
        /*max-height: 275px;
        height: 275px;*/
        overflow: hidden;
        line-height: 14px;
    }


    /*widget button*/
    .login-widget .login-widget-button-container,
    .free-widget .free-widget-button-container {
        padding: 16px;
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .free-widget .item-container-background[dt-h='R'] .free-widget-button-container {
        position: static;
        padding-bottom: 0;
        overflow: visible;
    }

    .login-widget.xl-widget .login-widget-button-container,
    .free-widget.xl-widget .free-widget-button-container {
        /*padding-bottom: 16px;*/
    }

    .login-widget .login-widget-button,
    .free-widget .free-widget-button {
        max-width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        cursor: pointer;
        text-align: center;
    }

    .login-widget .login-widget-button {
        display: block;
    }

    .free-widget-button-container .content_whatsapp .btnWhatsApp {
    }

    .contactus-widget .content_whatsapp {
        padding-top: 10px;
    }

        .contactus-widget .content_whatsapp .btnWhatsApp {
            margin-top: 15px;
        }

    .contact_page .content_whatsapp .btnWhatsApp {
        margin: 15px 0 20px 0;
    }

    .free-widget .free-widget-button-container.dbl-button-container .content_whatsapp {
        width: 49%;
        width: calc(50% - 5px);
        display: inline-block;
    }

        .free-widget .free-widget-button-container.dbl-button-container .content_whatsapp .btnWhatsApp .btn-text {
            max-width: calc(100% - 35px);
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .free-widget .free-widget-button-container.dbl-button-container .free-widget-button {
        max-width: 49%;
        max-width: calc(50% - 5px);
        display: inline-block;
        float: left;
    }
    /*.big-widget.free-widget .free-widget-button,
.double-widget.free-widget .free-widget-button,
.xl-widget.free-widget .free-widget-button {
    max-width: 300px;
}*/
    .event_container .event_category .event_category_background .items_list li a:hover,
    .contactus-widget-button:hover,
    .login-widget-button:hover,
    .free-widget-button:hover {
        background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) );
    }

    .item_container .item_container_background .item_button_shadow,
    .contactus-widget-button.contactus-widget-button-shadow,
    .login-widget-button.login-widget-button-shadow,
    .free-widget-button.free-widget-button-shadow {
        box-shadow: 0 9px 6px -6px rgba(0,0,0,0.5);
    }

        .item_container .item_container_background .item_button_shadow:active,
        .contactus-widget-button.contactus-widget-button-shadow:active,
        .login-widget-button.login-widget-button-shadow:active,
        .free-widget-button.free-widget-button-shadow:active {
            box-shadow: 0 2px 5px -1px rgba(0,0,0,0.7);
        }

    .b144_button_style,
    .b144_button_style:hover {
        background: #ff692f; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(to right, #ff495c, #ff692f); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(to right, #ff495c, #ff692f); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(to right, #ff495c, #ff692f); /* For Firefox 3.6 to 15 */
        background-image: linear-gradient(to right, #ff495c, #ff692f); /* Standard syntax */
        color: white;
    }

    .dvCart .btn-shop.btnWhatsApp {
        display: none;
    }

    .btn-shop.btnWhatsApp.btn-fixed {
        display: inline-block;
        position: fixed;
        left: 40px;
        bottom: 26px;
        z-index: 10;
    }

    .btn-shop.btnWhatsApp {
        box-sizing: border-box;
        background-color: #2ac746;
        background-color: #007d00;
        height: 60px;
        width: 60px;
        line-height: 58px;
        text-align: center;
        padding: 10px 0;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        border-radius: 60px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        cursor: pointer;
        color: #fff;
        fill: #fff;
        vertical-align: middle;
    }

        .btn-shop.btnWhatsApp svg {
            height: 40px;
            width: 40px;
        }

    .item-container .item-container-background .iframe-panel {
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .item-container .item-container-background .iframe-panel iframe {
            height: 100%;
            width: 100%;
            border: none;
        }

    .un_boxed .item-container .item-container-background {
        background-color: rgba(255,255,255,0.9);
    }

    .item-container .item-container-background .item-container-background {
        background-color: transparent;
    }

    .un_boxed .image-widget.item-container .item-container-background,
    .image-widget.item-container .item-container-background {
        border-bottom: none;
        background-color: transparent;
    }

    .image-widget .item-container-background .image-panel {
        height: 100%;
    }

        .image-widget .item-container-background .image-panel img {
            height: 100%;
            display: block;
        }


    .free-widget .SliderPager,
    .image-widget .SliderPager {
        padding: 16px 20px 20px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .free-widget .SliderPager {
        top: 0;
        bottom: auto;
        left: 25px;
    }

        .stat-widget .SliderPager a,
        .free-widget .SliderPager a,
        .image-widget .SliderPager a {
            width: 10px;
            height: 10px;
            border-radius: 10px;
            border: 2px solid #fff;
            opacity: 0.7;
            margin: 0 5px;
            display: inline-block;
            box-shadow: rgba(0,0,0,.74902) 0 1px 3px;
            float: left;
            font-size: 0;
        }

            .stat-widget .SliderPager a.selected,
            .free-widget .SliderPager a.selected,
            .image-widget .SliderPager a.selected {
                background-color: #fff;
            }

    .item-container.free-widget,
    .item-container.image-widget {
        position: relative;
    }

    .video-widget .item-container-background {
        position: relative;
        border-bottom: none;
    }

        .un_boxed .video-widget.item-container .item-container-background .item-header,
        .video-widget .item-container-background .item-header {
            margin: 0;
            position: absolute;
            top: 0;
            width: 100%;
            right: 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            /*height: 39px;*/
        }

        .video-widget .item-container-background .content-panel {
            padding: 55px 16px 10px;
        }

        .video-widget .item-container-background.no-Hdr .content-panel {
            padding-top: 16px;
        }

    .qrtr-widget {
        width: 25%;
    }

    .big-widget {
        width: 50%;
    }

    .double-widget {
        width: 66.66%;
    }

    .qrtr-3-widget {
        width: 75%;
    }

    .xl-widget {
        width: 100%;
    }

    .group-panel {
        overflow: hidden;
        /*font-size: 0;*/
    }

    /*CONTACT US WIDGET*/
    .item-container.contactus-widget {
        overflow: visible;
        overflow: initial;
    }


        .item-container.contactus-widget .item-container-background {
            height: 390px !important;
            position: relative;
        }

            .item-container.contactus-widget .item-container-background[dt-h='R'] {
                height: auto !important;
            }


            .item-container.contactus-widget .item-container-background .dvContactForm {
                position: absolute;
                top: 45px;
                width: 100%;
                max-width: 306px;
                margin: 0 auto;
                overflow-y: hidden;
            }

            .item-container.contactus-widget .item-container-background[dt-h='R'] .dvContactForm {
                position: static;
            }

            .item-container.contactus-widget .item-container-background.no-Hdr .dvContactForm {
                top: 16px;
            }

            .item-container.contactus-widget .item-container-background .dvContactForm[dt-alg='b'] {
                top: auto;
                bottom: 16px;
            }

        .item-container.contactus-widget .content-wrapper {
            line-height: 18px;
            margin-bottom: 5px;
            font-size: 15px;
            max-height: 325px;
            padding-left: 16px;
            padding-right: 16px;
            /*overflow: hidden;*/
        }

        .item-container.contactus-widget .item-container-background[dt-h='R'] .content-wrapper {
            max-height: none;
            margin-bottom: 0;
            padding-bottom: 16px;
        }

        .item-container.contactus-widget .item-container-background[dt-h='0'] .content-wrapper {
            max-height: 367px;
        }

        .item-container.contactus-widget.login-widget .item-container-background[dt-h='0'] .content-wrapper {
            max-height: 330px;
        }

        .item-container.contactus-widget .content-panel {
            overflow: hidden;
            margin-bottom: 10px;
        }

        .item-container.contactus-widget select,
        .item-container.contactus-widget textarea.textbox,
        .item-container.contactus-widget input.textbox {
            width: 100%;
            border: 1px solid #DFE0E4;
            line-height: 42px;
            height: 42px;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0 5px;
            margin: 3px 0;
            color: #666;
            border-radius: 3px;
            background-color: rgba(255,255,255,0.8);
        }

        .item-container.contactus-widget textarea.textbox,
        .item-container.contactus-widget textarea {
            resize: none;
            height: 65px;
            overflow-x: hidden;
            overflow-y: auto;
            font-family: sans-serif;
            line-height: 22px;
        }

        .item-container.contactus-widget .textbox[pl='1'] {
            color: #A0A0A0;
        }


        .item-container.contactus-widget select[aria-invalid="true"],
        .item-container.contactus-widget textarea.textbox[aria-invalid="true"],
        .item-container.contactus-widget input.textbox[aria-invalid="true"],
        .item-container.contactus-widget select.req_invalid,
        .item-container.contactus-widget textarea.textbox.req_invalid,
        .item-container.contactus-widget input.textbox.req_invalid {
            border: 1px solid red;
        }



        .item-container.contactus-widget input[type="checkbox"] {
            width: auto;
            vertical-align: middle;
        }

        .item-container.contactus-widget input[type=checkbox],
        .master_page_contact_us_wrapper .input_wrapper input[type="checkbox"] {
            -moz-appearance: none;
            -webkit-appearance: none;
            width: 16px;
            height: 16px;
            background-image: url('/Images/Build/Common/uncheck.png');
            -moz-background-size: 16px 16px;
            background-size: 16px 16px;
            cursor: pointer;
        }

            .item-container.contactus-widget input[type=checkbox]:checked,
            .master_page_contact_us_wrapper .input_wrapper input[type="checkbox"]:checked {
                background-image: url('/Images/Build/Common/checked.png');
            }

            .item-container.contactus-widget input[type=checkbox][disabled] {
                opacity: 0.5;
            }

        .event_container .event_category .event_category_background .items_list li a,
        .item-container.contactus-widget .btn_send_form {
            margin: 0;
            font-size: 14px;
            line-height: 45px;
            width: 100%;
            max-width: 100%;
            display: block;
            text-align: center;
            background-color: #444;
            border-radius: 3px;
            border: 0;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            color: #fff;
            cursor: pointer;
            margin-top: 5px;
        }

    .event_container .event_category .event_category_background .items_list li a {
        display: inline-block;
        max-width: 150px;
        position: absolute;
        left: 10px;
        top: 0;
    }

    .item-container.contactus-widget .content-wrapper.error-panel,
    .item-container.contactus-widget .content-wrapper.after-panel {
        max-height: 325px;
        display: none;
        height: 100%;
        /*position: relative;*/
    }

        .item-container.contactus-widget .content-wrapper.error-panel > div.dvTxt,
        .item-container.contactus-widget .content-wrapper.after-panel > div.dvTxt {
            /*position:absolute;
    z-index:1;*/
        }

        .item-container.contactus-widget .content-wrapper.error-panel > div.dvIcon,
        .item-container.contactus-widget .content-wrapper.after-panel > div.dvIcon {
            background-image: url('/Images/Build/Common/mailsent_w.png');
            background-position: 20px center;
            background-repeat: no-repeat;
            background-size: 160px;
            width: 220px;
            height: 220px;
            background-color: #ccc;
            border-radius: 150px;
            margin: 0 auto;
            /*
        left: 0;
        right: 0;
        z-index: 0;
         position: absolute;
        bottom: 10px;*/
        }

    .item-container.contactus-widget .dvTicketsForm .content-wrapper.after-panel > div.dvIcon {
        font-size: 150px;
        line-height: 220px;
        text-align: center;
        color: #fdfdfd;
        background-image: none;
    }

    .item-container.contactus-widget .content-wrapper.after-panel .dvIcon-N {
        text-align: center;
    }

        .item-container.contactus-widget .content-wrapper.after-panel .dvIcon-N svg {
            height: 100%;
        }

    .item-container.contactus-widget .content-wrapper.error-panel > div.dvTxt {
    }

    .item-container.contactus-widget .content-wrapper.error-panel > div.dvIcon {
        background-image: url('/Images/Build/Common/warning50.png');
        background-position: center;
        background-color: transparent;
    }

    .item-container.contactus-widget .req_msg,
    .item-container.contactus-widget .error_msg {
        position: absolute;
        width: 130px;
        height: 26px;
        line-height: 26px;
        border-radius: 3px;
        text-align: center;
        background-color: #f2f2f2;
        border: 1px solid red;
        right: -140px;
        top: 10px;
        cursor: pointer;
        display: none;
        color: red;
        font-weight: normal;
        z-index: 5;
        right: auto;
        left: 0;
        border-radius: 3px 3px 0 0;
        box-shadow: 2px -1px 2px 0px rgba(0,0,0,0.2);
        top: -24px;
    }

        .item-container.contactus-widget .req_msg:after,
        .item-container.contactus-widget .error_msg:after {
            content: ' ';
            position: absolute;
            width: 0;
            height: 0;
            left: -9px;
            top: 0;
            border-style: solid;
            border-width: 13px 9px 13px 0;
            border-color: transparent red;
            left: 0;
            top: 26px;
            border-width: 0px 0px 15px 15px;
        }



    .group-panel .item-container.contactus-widget .req_msg.first-child,
    .group-panel .item-container.contactus-widget .error_msg.first-child {
        /*left: -140px;
    right: auto;*/
    }

        .group-panel .item-container.contactus-widget .req_msg.first-child:before,
        .group-panel .item-container.contactus-widget .error_msg.first-child:before {
            /*border-width: 13px 0 13px 9px;
        left: 130px;*/
        }

    .ul_filter .ul_sub_filter li input[type=checkbox],
    .ul-radio-buttons td > input[type=radio],
    .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=radio],
    .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=checkbox],
    .item_page .item_info_col .properties .property .property-multi-select .accordion_cont ul li input[type=checkbox],
    .dynamic-footer-wrapper .master_page_contact_us_wrapper .input_wrapper input[type=checkbox],
    .checkbox_wrapper .access-checkbox input[type=checkbox],
    .item-container.contactus-widget input[type=checkbox] {
        opacity: 0;
        width: 28px;
        height: 28px;
        margin: 0;
        vertical-align: middle;
        position: relative;
        left: 14px;
        z-index: 2;
    }

    .ul_filter .ul_sub_filter li input[type=checkbox],
    .ul-radio-buttons td > input[type=radio],
    .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=radio],
    .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=checkbox],
    .item_page .item_info_col .properties .property .property-multi-select .accordion_cont ul li input[type=checkbox] {
        position: absolute;
    }

        .ul_filter .ul_sub_filter li input[type="checkbox"] + label,
        .ul-radio-buttons td > input[type=radio] + label,
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=radio] + label,
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=checkbox] + label,
        .item_page .item_info_col .properties .property .property-multi-select .accordion_cont ul li input[type=checkbox] + label,
        .dynamic-footer-wrapper .master_page_contact_us_wrapper .input_wrapper input[type=checkbox] + span,
        .checkbox_wrapper .access-checkbox input[type=checkbox] + span,
        .item-container.contactus-widget input[type=checkbox] + span {
            margin: 0 2px;
        }

        .ul_filter .ul_sub_filter li input[type="checkbox"] + label,
        .ul-radio-buttons td > input[type=radio] + label,
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=radio] + label,
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=checkbox] + label,
        .item_page .item_info_col .properties .property .property-multi-select .accordion_cont ul li input[type=checkbox] + label,
        .dynamic-footer-wrapper .master_page_contact_us_wrapper .input_wrapper input[type=checkbox] + span {
            line-height: 30px;
        }

        .ul_filter .ul_sub_filter li input[type="checkbox"]:focus + label:before,
        .ul-radio-buttons td > input[type=radio]:focus + label:before,
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=radio]:focus + label:before,
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=checkbox]:focus + label:before,
        .item_page .item_info_col .properties .property .property-multi-select .accordion_cont ul li input[type=checkbox]:focus + label:before,
        .dynamic-footer-wrapper .master_page_contact_us_wrapper .input_wrapper input[type=checkbox]:focus + span:before,
        .checkbox_wrapper .access-checkbox input[type=checkbox]:focus + span:before,
        .item-container.contactus-widget input[type=checkbox]:focus + span:before {
            /*outline: 2px solid #9ecaed;
        box-shadow: 0px 0px 10px #9ecaed;*/
        }

        /*Add nice custom box in front and style it*/
        .ul_filter .ul_sub_filter li input[type="checkbox"] + label:before,
        .ul-radio-buttons td > input[type=radio] + label:before,
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=radio] + label:before,
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=checkbox] + label:before,
        .item_page .item_info_col .properties .property .property-multi-select .accordion_cont ul li input[type=checkbox] + label:before,
        .dynamic-footer-wrapper .master_page_contact_us_wrapper .input_wrapper input[type=checkbox] + span:before,
        .checkbox_wrapper .access-checkbox input[type=checkbox] + span:before,
        .item-container.contactus-widget input[type=checkbox] + span:before {
            vertical-align: bottom;
            /*color: #444;*/
            font-family: 'bsoft';
            font-size: 16px;
            content: '\e767';
            margin: 0 0 0 5px;
        }
        /*When checkbox is checked, adjacent element is restyled*/
        .ul_filter .ul_sub_filter li input[type="checkbox"]:checked + label:before,
        .ul-radio-buttons td > input[type=radio]:checked + label:before,
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=radio]:checked + label:before,
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=checkbox]:checked + label:before,
        .item_page .item_info_col .properties .property .property-multi-select .accordion_cont ul li input[type=checkbox]:checked + label:before,
        .dynamic-footer-wrapper .master_page_contact_us_wrapper .input_wrapper input[type=checkbox]:checked + span:before,
        .checkbox_wrapper .access-checkbox input[type=checkbox]:checked + span:before,
        .item-container.contactus-widget input[type=checkbox]:checked + span:before {
            content: '\e766';
        }

    .ul_filter .ul_sub_filter li input[type="checkbox"] + label:before,
    .ul_filter .ul_sub_filter li input[type="checkbox"]:checked + label:before {
        float: right;
    }

    .ul-radio-buttons td > input[type=radio] + label:before,
    .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=checkbox] + label:before,
    .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=radio] + label:before {
        /*content: '\e76a';
        font-size: 24px;*/
        margin-left: 10px;
        font-size: 14px;
    }

    .item_page .item_info_col .properties .property .property-multi-select .accordion_cont ul li input[type=checkbox] + label:before,
    .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=checkbox] + label:before,
    .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=radio] + label:before {
        float: right;
    }

    .ul-radio-buttons td > input[type=radio] + label:before {
        font-size: 18px;
        margin-left: 5px;
        margin-right: -2px;
        vertical-align: top;
    }
    /*.shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=checkbox]:checked + label:before,
    .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=radio]:checked + label:before,*/
    .ul-radio-buttons td > input[type=radio]:checked + label:before {
        /*content: '\e769';*/
        /*content: '\e729';*/
    }
    /*.item-container.contactus-widget input[type='checkbox'] {
    background-image: none;
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
}
    .item-container.contactus-widget input[type='checkbox'] + label {
        font-size: 16px;
        color: #444;
        margin: 5px -5px;
    }
    .item-container.contactus-widget input[type='checkbox'] + label:before {
        font-family: 'bsoft';
        font-size: 16px;
        content: '\e767';
        margin: 0 5px;
       
    }
    .item-container.contactus-widget input[type='checkbox']:checked + label:before {
        content: '\e766';
    }*/
    /*END CONTACT US WIDGET*/
    /*MAP WIDGET*/
    .map-widget.item-container .item-container-background > a[id*='navLink'] {
        display: none;
    }

    .map-widget.item-container .google_map {
        /*border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;*/
    }

    .map-widget.item-container .google_map {
        height: 390px;
    }

    .map-widget.hdr.item-container .google_map {
        height: 337px;
    }

    .map-widget.xl-widget.item-container .google_map {
        height: 360px;
    }

    .map-widget.xl-widget.hdr.item-container .google_map {
        height: 305px;
    }


    .map-widget .item-container-background[dt-h='1'] .google_map {
        height: 800px;
    }

    .map-widget.hdr.item-container .item-container-background[dt-h='1'] .google_map {
        height: 735px;
    }

    .map-widget .item-container-background[dt-h='2'] .google_map {
        height: 185px;
    }

    .map-widget.hdr.item-container .item-container-background[dt-h='2'] .google_map {
        height: 135px;
    }
    /*END MAP WIDGET*/

    /*GALLERY WIDGET*/
    .gallery-widget .gall_image_wrapper .grid_container .image_container {
        height: 327px;
    }

        .gallery-widget .gall_image_wrapper .grid_container .image_container.image_container_thumbs {
            height: 287px;
            max-width: 100%;
        }


    .gallery-widget .item-container-background.no-Hdr .gall_image_wrapper .grid_container .image_container {
        height: 382px;
    }

        .gallery-widget .item-container-background.no-Hdr .gall_image_wrapper .grid_container .image_container.image_container_thumbs {
            height: 342px;
        }

    .gallery-widget .item-container-background[dt-h='1'] .gall_image_wrapper .grid_container .image_container {
        height: 727px;
    }

        .gallery-widget .item-container-background[dt-h='1'] .gall_image_wrapper .grid_container .image_container.image_container_thumbs {
            height: 687px;
        }

    .gallery-widget .item-container-background[dt-h='2'] .gall_image_wrapper .grid_container .image_container {
        height: 127px;
    }

        .gallery-widget .item-container-background[dt-h='2'] .gall_image_wrapper .grid_container .image_container.image_container_thumbs {
            height: 87px;
        }
    /*END GALLERY WIDGET*/

    /*SHOP_WIDGET*/
    .pages_container.main_blocks .group-panel.group-panel-LiftedCorners .item-container.shop-widget > .item-container-background,
    .item-container.shop-widget .item-container-background {
        height: 465px;
        background-color: #f6f6f6;
    }

    .item-container.shop-widget.xl-widget.shop-widget-cat,
    .item-container.shop-widget.xl-widget.shop-widget-related {
        padding: 0;
    }

        .item-container.shop-widget.xl-widget.shop-widget-cat .item-container-background,
        .item-container.shop-widget.xl-widget.shop-widget-related .item-container-background {
            min-height: 360px;
            background-color: #f5f5f5;
            height: auto;
            overflow: hidden;
        }
            /*.item-container.shop-widget:not(.shop-widget-related) .item-container-background {
    border-bottom: 1px solid #ddd;
}*/
            .item-container.shop-widget.xl-widget.shop-widget-cat .item-container-background .item-header, .item-container.shop-widget.xl-widget.shop-widget-cat .item-container-background.inner-padd .item-header .item-container.shop-widget.xl-widget.shop-widget-related .item-container-background .item-header, .item-container.shop-widget.xl-widget.shop-widget-related .item-container-background.inner-padd .item-header {
                padding-left: 5px;
                padding-right: 5px;
                background-color: #fff;
            }

            .item-container.shop-widget.xl-widget.shop-widget-cat a.shop_item .item_background .item_general_info,
            .item-container.shop-widget.xl-widget.shop-widget-cat .item-container-background .item-image-pnl,
            .item-container.shop-widget.xl-widget.shop-widget-related a.shop_item .item_background .item_general_info,
            .item-container.shop-widget.xl-widget.shop-widget-related .item-container-background .item-image-pnl {
                border: 1px solid #d7d7d7;
            }

            .item-container.shop-widget.xl-widget.shop-widget-cat .item-container-background .item-image-pnl,
            .item-container.shop-widget.xl-widget.shop-widget-related .item-container-background .item-image-pnl {
                border-bottom: 0;
            }

        .item-container.shop-widget.xl-widget.shop-widget-cat a.shop_item .item_background .item_general_info,
        .item-container.shop-widget.xl-widget.shop-widget-cat a.shop_item .item_background .item_general_info .item_add_info,
        .item-container.shop-widget.xl-widget.shop-widget-related a.shop_item .item_background .item_general_info,
        .item-container.shop-widget.xl-widget.shop-widget-related a.shop_item .item_background .item_general_info .item_add_info {
            background-color: #f5f5f5;
        }

    .shop-widget a.shop_item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 6px;
        margin: 0 0 20px 0;
        float: left;
        height: 100%;
    }

        .shop-widget a.shop_item .item_background {
            min-height: 355px;
            position: relative;
            background-color: transparent;
        }

            .shop-widget a.shop_item .item_background .item_default_image {
                width: 100%;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }

            .shop-widget a.shop_item .item_background .item_general_info {
                line-height: 19px;
                border-top: 1px solid #f3f3f3;
                padding: 8px 16px 7px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                min-height: 70px;
                width: 100%;
                position: absolute;
                background-color: #fff;
                -webkit-box-shadow: 0 8px 6px -6px black;
                -moz-box-shadow: 0 8px 6px -6px black;
                box-shadow: 0 8px 6px -6px black;
                z-index: 1;
            }

                .shop-widget a.shop_item .item_background .item_general_info h3 {
                    font-size: 16px;
                    margin: 5px 0;
                    height: 40px;
                    text-align: right;
                }

                .shop-widget a.shop_item .item_background .item_general_info .item_add_info {
                    overflow: hidden;
                    height: 0;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    width: 100%;
                    background-color: #fff;
                    text-align: right;
                    color: #666;
                    -webkit-transition: 0.3s ease-in-out;
                    -moz-transition: 0.3s ease-in-out;
                    -o-transition: 0.3s ease-in-out;
                    transition: 0.3s ease-in-out;
                }

            .shop-widget a.shop_item .item_background:hover .item_general_info .item_add_info {
                height: 40px;
                margin-bottom: 10px;
            }

            .shop-widget a.shop_item .item_background .item_general_info .item_add_info > div {
                font-size: 14px;
            }

            .shop-widget a.shop_item .item_background .item_general_info .price {
                font-weight: bold;
                font-size: 16px;
                float: right;
            }

            .shop-widget a.shop_item .item_background .item_general_info .mrktPrice {
                font-weight: normal;
                font-size: 16px;
                text-decoration: line-through;
                color: #666;
                float: left;
            }

    .shop-widget.item-container .item-container-background .item-header,
    .shop-widget.item-container .item-container-background.inner-padd .item-header {
        padding-top: 3px;
        padding-bottom: 3px;
        line-height: 36px;
    }

    .shop-widget .slider-btns-cont {
        float: left;
        position: relative;
        z-index: 1;
    }

        .shop-widget .slider-btns-cont .prev-btn,
        .shop-widget .slider-btns-cont .next-btn {
            width: 20px;
            height: 36px;
            float: left;
            color: #666;
            line-height: 36px;
            text-align: center;
            border-radius: 3px;
            margin: 0 2px;
            font-size: 28px;
            cursor: pointer;
        }

            .shop-widget .slider-btns-cont .prev-btn:hover,
            .shop-widget .slider-btns-cont .next-btn:hover {
                opacity: 0.7;
            }

    /*END_SHOP_WIDGET*/

    /*FACEBOOK WIDGET*/

    .item-container.facebook-widget .item-container-background .Dv-Facebook {
        padding: 0 5px;
        text-align: center;
    }

    .item-container.facebook-widget .item-container-background iframe {
        position: static;
    }

    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.facebook-widget .item-container-background .Dv-Facebook span,
    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.facebook-widget .item-container-background iframe {
        border-radius: 0 0 10px 10px;
        overflow: hidden;
    }

    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.facebook-widget .item-container-background.no-Hdr .Dv-Facebook span,
    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.facebook-widget .item-container-background.no-Hdr iframe {
        border-radius: 10px;
        overflow: hidden;
    }

    /*END FACEBOOK WIDGET*/
    /*FACEBOOK COMMENTS WIDGET*/
    .item-container.facebook-comments-widget .item-container-background {
        background-color: #f7f7f7;
    }

        .item-container.facebook-comments-widget .item-container-background .item-header {
            margin-bottom: 0;
            border-bottom: 1px solid #dfe3ee;
            box-shadow: 1px 0px 3px 1px rgba(0, 0, 0, 0.1);
        }

            .item-container.facebook-comments-widget .item-container-background .item-header h2 {
                text-indent: 25px;
            }

        .item-container.facebook-comments-widget .item-container-background .fb-comments {
            margin: 0 10px 0 22px;
            /*background-color: #f7f7f7;*/
        }

    .item-container.shop-widget.insta-edit .item-container-background .caroufredsel_wrapper ::after,
    .item-container.facebook-widget.insta-edit .item-container-background .Dv-Facebook ::after,
    .item-container.facebook-comments-widget.insta-edit .item-container-background .fb-comments-cont ::after {
        content: ' ';
        background-color: transparent;
        /*background-color: rgba(255,255,0,0.5);*/
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
    }

    .fb-comments-cont {
        overflow: hidden;
        padding: 0 8px 0 20px;
        border-bottom: 1px solid #dfe3ee;
        margin: 0 0px 0 2px;
        box-shadow: inset 2px -1px 3px 1px rgba(0, 0, 0, 0.1);
    }

        .fb-comments-cont::-webkit-scrollbar {
            width: 15px;
            padding: 10px 2px;
            margin: 5px 4px;
        }

        .fb-comments-cont::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
            background-color: #dfe3ee;
        }

        .fb-comments-cont::-webkit-scrollbar-thumb {
            background-color: #3b5998;
            border-radius: 15px;
            /*outline: 1px solid #dfe3ee;*/
            margin: 8px 2px;
        }
    /*END FACEBOOK COMMENTS WIDGET*/

    /*B144 COMMENTS WIDGET*/
    .morecontent_b144 > span {
        display: none;
    }

    .morelink {
        color: #16254f;
    }

        .morelink:hover {
            text-decoration: underline;
        }

    .item-container.b144-comments-widget {
        font-size: 16px;
        color: #333;
        font-family: OpenSansHebrew;
    }

        .item-container.b144-comments-widget .item-container-background {
            background-color: #fff;
            position: relative;
            padding-bottom: 15px;
        }

            .item-container.b144-comments-widget .item-container-background .item-header {
                margin-bottom: 0;
                border-bottom: 1px solid #dfe3ee;
                box-shadow: 1px 0px 3px 1px rgba(0, 0, 0, 0.1);
            }

                .item-container.b144-comments-widget .item-container-background .item-header .icon-b144 {
                    height: 28px;
                    top: 10px;
                    right: 10px;
                    content: url(/Images/Build/Common/B144_logo_40PX.svg);
                }

                .item-container.b144-comments-widget .item-container-background .item-header h2 {
                    text-indent: 25px;
                }

            .item-container.b144-comments-widget .item-container-background .b144-comments {
                margin-top: 16px;
            }

        .item-container.b144-comments-widget.insta-edit .item-container-background .b144-comments-cont ::after {
            content: ' ';
            background-color: transparent;
            /*background-color: rgba(255,255,0,0.5);*/
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0px;
            z-index: 10;
        }

    .b144-comments-cont {
        overflow: hidden;
        background-color: #fff;
        padding: 0 16px;
        border-bottom: 1px solid #dfe3ee;
        margin: 0 0px 0 2px;
        box-shadow: inset 2px -1px 3px 1px rgba(0, 0, 0, 0.1);
    }

    .item-container.b144-comments-widget .item-container-background .b144-comments .b144-comment {
        background-color: #f4f4f4;
        margin-bottom: 16px;
    }

        .item-container.b144-comments-widget .item-container-background .b144-comments .b144-comment .b144-comment-cont {
            border: solid 2px #d7d7d7;
            padding: 6px;
        }

            .item-container.b144-comments-widget .item-container-background .b144-comments .b144-comment .b144-comment-cont .b144-comment-img {
                width: 56px;
                display: inline-block;
                float: right;
            }

                .item-container.b144-comments-widget .item-container-background .b144-comments .b144-comment .b144-comment-cont .b144-comment-img img {
                    border-radius: 50%;
                    border: solid 1px #2b358f;
                }

            .item-container.b144-comments-widget .item-container-background .b144-comments .b144-comment .b144-comment-cont .b144-comment-main {
                width: calc(100% - 56px);
                display: inline-block;
            }

            .item-container.b144-comments-widget .item-container-background .b144-comments .b144-comment .b144-comment-cont .b144-comment-name {
            }

                .item-container.b144-comments-widget .item-container-background .b144-comments .b144-comment .b144-comment-cont .b144-comment-name > span {
                    font-family: OpenSansHebrew;
                    font-size: 14px;
                    color: #707070;
                }

            .item-container.b144-comments-widget .item-container-background .b144-comments .b144-comment .b144-comment-cont .b144-comment-stars {
            }

                .item-container.b144-comments-widget .item-container-background .b144-comments .b144-comment .b144-comment-cont .b144-comment-stars i {
                    width: 15px;
                    height: 14px;
                    display: inline-block;
                    background-size: contain;
                    background-repeat: no-repeat;
                }

                    .item-container.b144-comments-widget .item-container-background .b144-comments .b144-comment .b144-comment-cont .b144-comment-stars i.icon-empty-star-b144 {
                        background-image: url(/Images/Build/Common/b144Comments/blue_star_empt.svg);
                    }

                    .item-container.b144-comments-widget .item-container-background .b144-comments .b144-comment .b144-comment-cont .b144-comment-stars i.icon-star-b144 {
                        background-image: url(/Images/Build/Common/b144Comments/blue_star_full.svg);
                    }

            .item-container.b144-comments-widget .item-container-background .b144-comments .b144-comment .b144-comment-cont .b144-comment-desc {
                padding-top: 20px;
            }

        .item-container.b144-comments-widget .item-container-background .b144-comments .b144-comment .b144-comment-response {
            padding: 6px;
        }

    .b144-comments-cont::-webkit-scrollbar {
        width: 8px;
        padding: 10px 2px;
        margin: 5px 4px;
    }

    .b144-comments-cont::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
        background-color: #f4f4f4;
    }

    .b144-comments-cont::-webkit-scrollbar-thumb {
        background-color: #16254f;
        border-radius: 15px;
        /*outline: 1px solid #dfe3ee;*/
        margin: 8px 2px;
    }


    /*END B144 COMMENTS WIDGET*/
  
    /*WIDGET STYLES*/
    /*ROUNDED CORNERS*/
    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container > .item-container-background,
    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container > .item-container-background .item-inner-container {
        border-radius: 10px;
        overflow: hidden;
    }

    .pages_container.main_blocks .group-panel .widget-border {
        overflow: hidden;
    }

    .pages_container.main_blocks .group-panel.group-panel-rounded .widget-border {
        border-radius: 15px !important;
        overflow: hidden;
    }

    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.free-widget .caroufredsel_wrapper,
    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.image-widget .caroufredsel_wrapper,
    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.image-widget .item_container_inner_wrap,
    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.image-widget .item-container-background .image-panel {
        border-radius: 10px;
        overflow: hidden;
    }

        .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.image-widget .caroufredsel_wrapper .image-panel {
            border-radius: 0px;
        }

    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.gallery-widget .item-container-background .galleria-container {
        border-radius: 0 0 10px 10px;
    }

    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.gallery-widget .item-container-background.no-Hdr .gall_image_wrapper,
    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.gallery-widget .item-container-background.no-Hdr .galleria-container {
        border-radius: 10px;
        overflow: hidden;
    }

    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.free-widget .item-container-background.no-Hdr .image-panel {
        border-radius: 10px 10px 0 0;
    }

    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.free-widget.qrtr-3-widget .item-container-background .image-panel,
    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.free-widget.double-widget .item-container-background .image-panel,
    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.free-widget.xl-widget .item-container-background .image-panel {
        border-radius: 0 10px 10px 0;
    }

    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.video-widget .item-container-background .iframe-panel iframe {
        border-radius: 0 0 10px 10px;
    }

    .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.free-widget .item_container_inner_wrap,
    .pages_container.main_blocks .group-panel.slider.group-panel-rounded .item_container .caroufredsel_wrapper {
        border-radius: 10px;
        overflow: hidden;
    }

    .pages_container.main_blocks .group-panel.slider.group-panel-rounded .item_container .item_container_inner_wrap {
        border-radius: 10px;
    }

    .pages_container.main_blocks .group-panel.group-panel-rounded .map-widget.item-container .google_map {
        border-radius: 10px;
    }

    .pages_container.main_blocks .group-panel.group-panel-rounded .map-widget.hdr.item-container .google_map {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    /*LiftedCorners*/
    .pages_container.main_blocks .group-panel.slider.group-panel-LiftedCorners .item_container.main-slider,
    .pages_container.main_blocks .group-panel.group-panel-LiftedCorners .item-container {
        position: relative;
    }

    .lifted-corners-cont {
        display: none;
    }

    .event_container .lifted-corners-cont,
    .pages_container.main_blocks .group-panel.slider.group-panel-LiftedCorners .item_container .lifted-corners-cont,
    .pages_container.main_blocks .group-panel.group-panel-LiftedCorners .item-container .lifted-corners-cont {
        position: absolute;
        /*border: 1px solid red;*/
        bottom: 0px;
        bottom: -20px;
        width: 100%;
        width: calc(100% - 20px);
        height: 20px;
        display: block;
        overflow: hidden;
    }

    .pages_container.main_blocks .group-panel.group-panel-LiftedCorners .item-container {
        overflow: visible;
        overflow: initial;
    }

        .event_container .lifted-corners-cont:before,
        .event_container .lifted-corners-cont:after,
        .pages_container.main_blocks .group-panel.slider.group-panel-LiftedCorners .item_container .lifted-corners-cont:before,
        .pages_container.main_blocks .group-panel.slider.group-panel-LiftedCorners .item_container .lifted-corners-cont:after,
        .pages_container.main_blocks .group-panel.group-panel-LiftedCorners .item-container .lifted-corners-cont:before,
        .pages_container.main_blocks .group-panel.group-panel-LiftedCorners .item-container .lifted-corners-cont:after {
            z-index: -1;
            position: absolute;
            content: "";
            bottom: 15px;
            width: 50%;
            top: 80%;
            max-width: 300px;
            -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
            -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
            top: -40px;
            height: 25px;
        }

        .event_container .lifted-corners-cont:before,
        .pages_container.main_blocks .group-panel.slider.group-panel-LiftedCorners .item_container .lifted-corners-cont:before,
        .pages_container.main_blocks .group-panel.group-panel-LiftedCorners .item-container .lifted-corners-cont:before {
            -webkit-transform: rotate(-3deg);
            -moz-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
            -o-transform: rotate(-3deg);
            transform: rotate(-3deg);
            left: 10px;
        }

        .event_container .lifted-corners-cont:after,
        .pages_container.main_blocks .group-panel.slider.group-panel-LiftedCorners .item_container .lifted-corners-cont:after,
        .pages_container.main_blocks .group-panel.group-panel-LiftedCorners .item-container .lifted-corners-cont:after {
            -webkit-transform: rotate(3deg);
            -moz-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
            -o-transform: rotate(3deg);
            transform: rotate(3deg);
            right: 10px;
        }

    /*BoxedShadow*/
    /*.pages_container.main_blocks .group-panel.group-panel-BoxedShadow .item-container.image-widget .caroufredsel_wrapper,
.pages_container.main_blocks .group-panel.group-panel-BoxedShadow .item-container .item_container_inner_wrap,*/
    .pages_container.main_blocks .group-panel.slider.group-panel-BoxedShadow .item_container .item_container_inner_wrap,
    .pages_container.main_blocks .group-panel.group-panel-BoxedShadow .item-container > .item-container-background {
        background-color: #fff;
    }

    .pages_container.main_blocks .group-panel.group-panel-BoxedShadow .item-container {
        overflow: visible;
        overflow: initial;
    }

        .pages_container.main_blocks .group-panel.group-panel-BoxedShadow .item-container.image-widget .caroufredsel_wrapper,
        .pages_container.main_blocks .group-panel.group-panel-BoxedShadow .item-container .item_container_inner_wrap,
        .pages_container.main_blocks .group-panel.slider.group-panel-BoxedShadow .item_container .item_container_inner_wrap,
        .pages_container.main_blocks .group-panel.group-panel-BoxedShadow .item-container > .item-container-background {
            -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.5);
            -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.5);
            box-shadow: 0 10px 6px -6px rgba(0,0,0,0.5);
        }


    /*WIDGET HEIGHT*/

    .group-panel {
        /*padding-bottom: 10px;*/
    }

    .content_holder > .pages_container.main_blocks .group-panel {
        margin: 0 -10px;
        /*left: -10px;*/
    }

    @-moz-document url-prefix() { /*Mozilla Firefox only*/
        .content_holder > .pages_container.main_blocks .group-panel {
            left: 0;
        }
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /*IE10+ only*/
        .content_holder > .pages_container.main_blocks .group-panel {
            left: 0;
        }
    }

    .content_holder > .pages_container.main_blocks .group-panel .group_panel_inner {
        width: 100%;
        height: 100%;
        position: relative;
        /*margin: 0 10px;
    margin: 0 -10px;
    width: calc(100% + 20px);*/
    }

    @media screen and (min-width:768px) {
        html:not(.landing) .content_holder > .pages_container.main_blocks .group-panel.group-panel-freestyle .group_panel_inner {
            left: -10px;
        }
    }

    .group-panel > .group-items-container, .group-panel > .group_panel_inner > .item-container {
        float: right;
    }

        .group-panel > .group-items-container > .item-container,
        .group-panel > .item-container {
            padding: 0 5px;
            margin-bottom: 5px;
        }

    .group-panel.group-panel-freestyle > .item-container {
        margin-bottom: 10px;
    }

    .group-panel > .item-container {
    }

    .group-panel .item-container .item-container-background[dt-h='0'] {
    }


    .group-panel .item-container .item-container-background[dt-h='1'] {
        height: 800px;
    }


    .group-panel .item-container .item-container-background[dt-h='2'] {
        height: 185px;
        overflow: hidden;
    }

    .group-panel .item-container.free-widget .item-container-background[dt-h='2'] {
        height: auto;
        height: initial;
        overflow: visible;
        overflow: initial;
    }

    .group-panel .item-container .item-container-background[dt-h='2'] .item-inner-container {
        height: 185px;
        overflow: hidden;
    }

    .group-panel .item-container.contactus-widget .item-container-background[dt-h='1'] {
        height: 800px !important;
    }

    .group-panel .item-container.contactus-widget .item-container-background[dt-h='2'] {
        height: 185px !important;
        overflow: hidden;
    }

    .group-panel > .group-items-container > .item-container {
        width: 100%;
    }
    /*END WIDGET HEIGHT*/
    .dvDropAddToBasket {
        text-align: left;
        padding: 0px 2px;
    }

    /*@media screen and (min-width:1000px) {
    .header_container .main_options {
        display: block !important;
    }
}*/

    @media screen and (max-width:1000px) {
        .shop_one_page .items_container {
            padding: 0 8px;
        }

        .shop_one_page .min-to-order {
            padding: 10px 15px 0px;
            background-color: #fff;
        }

        .shop_one_page .items_container .dvShopItems {
            width: 70%;
            width: calc(100% - 295px);
            padding-right: 15px;
        }

        .payment_cont .payment_page,
        .payment_cont .payment_page iframe,
        html body .master_form {
            width: 100%;
        }

        .un_boxed .header_container .header_logo {
            /*margin: 0 0 0 0;*/
        }

        .website_breadcrumbs {
        }

        .default_page .main_image_container .image_item {
        }

        .pages_container .item_container .item_image {
            height: 130px;
        }

        .about_page .page_info_container .page_content_column {
            padding: 0 0 0 40px;
        }

        .branch_item {
            width: 50%;
        }

            .branch_item:nth-of-type(2n+1) {
                padding: 0 0 31px 10px;
            }

            .branch_item:nth-of-type(2n+2) {
                padding: 0 10px 31px 0;
            }

        .galleries_container .galleria {
            width: 50%;
            height: 289px;
        }

            .galleries_container .galleria:nth-of-type(2n+1) {
                padding: 0 0 0 10px;
            }

            .galleries_container .galleria:nth-of-type(2n+2) {
                padding: 0 10px 0 0;
            }

            .galleries_container .galleria .galleria_cover_img {
                height: 240px;
            }

        .video_page .galleries_container .galleria {
            height: 308px;
        }

        .services_page .pages_container .item_container {
            width: 50%;
            margin: 0 0 20px 0;
        }


            .services_page .pages_container .item_container:nth-of-type(2n+1) {
                padding: 0 0 0 10px;
            }

            .services_page .pages_container .item_container:nth-of-type(2n+2) {
                padding: 0 10px 0 0;
            }

            .services_page .pages_container .item_container .item_image {
                height: 186px;
                padding: 0 0 5px 0;
            }

        .contact_page .contact_wrapper .form_column {
            padding: 0 0 0 40px;
        }

        .branch_images .images_container .image_cont {
            width: 50%;
            height: 235px;
        }

            .branch_images .images_container .image_cont:nth-of-type(2n+1) {
                padding: 0 0 0 10px;
            }

            .branch_images .images_container .image_cont:nth-of-type(2n+2) {
                padding: 0 10px 0 0;
            }

        .team_page .pages_container .item_container .item_image {
            height: 350px;
        }

        .double_info_container {
            margin: 0;
        }

        .three_row_container {
            margin: 0;
        }

        .four_row_container {
            margin: 0;
        }

        html.sticky .header_container,
        html.sticky.un_boxed .header_container,
        .un_boxed .header_container,
        .header_container {
            padding: 10px 0 10px 0;
            position: relative;
            overflow: visible;
            overflow: initial;
            height: 130px;
            margin: 0;
            width: 100%;
            max-width: 100%;
            box-sizing: border-box;
        }

        html.shop_only .header_container {
            height: auto;
        }

        html.sticky .header_container,
        html.sticky.un_boxed .header_container {
            position: fixed;
        }

        html.sticky .content_holder {
        }



        html.sticky .header_container.noSubHdr.noLang,
        html.sticky.un_boxed .header_container.noSubHdr.noLang,
        .un_boxed .header_container.noLang,
        .header_container.noSubHdr.noLang {
            min-height: 105px;
        }

        html.sticky .header_container.noHdr.noLang,
        html.sticky.un_boxed .header_container.noHdr.noLang,
        /*.un_boxed .header_container,*/
        .header_container.noHdr.noLang,
        .header_container.noHdr.noLang {
            height: 95px;
        }

        .un_boxed:not(.shop_only) .content_holder {
            padding-top: 10px;
        }

        .header_container .header_logo {
            position: relative;
            top: auto;
            right: auto;
            display: inline-block;
            clear: none;
        }

        .header_container .main_options {
            display: none;
            position: absolute;
            width: 100%;
            top: 74px;
            background-color: black;
            color: white;
            padding: 0;
        }

            .header_container .main_options > li {
                background-color: black;
            }

            .header_container .main_options li.selected {
                background-color: white;
            }

            .header_container .main_options .selected.option .ShowSubMenu {
                color: black;
            }

            .header_container .main_options .option {
                display: block;
                height: auto;
                line-height: normal;
            }



        /*.header_container .main_options .selected .option_link,
                .header_container .main_options .option .option_link:focus,
                .header_container .main_options .option:hover .option_link {
                    color: #00adef;
                }*/

        .header_container .mobile_menu_btn {
            display: block;
        }

        .ammount_input .property_dropdown_panel {
            padding: 0 0 0 100px;
        }



        .un_boxed .header_container .main_options {
            right: 0;
            top: 85px;
            margin-top: 0 !important;
            padding: 0;
        }


        .un_boxed .footer_container {
            right: 0;
            width: 100%;
        }

        .un_boxed .site_grid {
            width: 100%;
        }
    }

    @media screen and (max-width:768px) {



        .site_grid,
        .master_form {
            width: 100%;
            padding: 0 20px 120px 20px;
        }

        .dynamic-footer-wrapper {
            padding: 0;
            bottom: 0px;
        }

        .footer_container .contacts span.contact_text {
            display: none;
        }

        .footer_container .contacts {
            float: none;
            width: 90%;
        }

            .footer_container .contacts .icon_number .icon-uniE068 {
                color: #727272;
            }

        .footer_container .rights {
            float: none;
        }

        .send_mail_container .input_wrapper {
            margin: 5px 10px;
            max-width: 305px;
            width: 100%;
        }

            .send_mail_container .input_wrapper input {
                display: inline-block;
                width: 100%;
                max-width: 305px;
            }

        .send_mail_container .input_msg {
            max-width: 305px;
            width: 100%;
        }

            .send_mail_container .input_msg input {
                height: 90px;
            }

        .un_boxed .send_mail_container .input_msg {
            max-width: 305px;
        }

        .send_mail_container .input_label {
            display: inline-block;
            float: right;
        }

        .send_mail_container .checkbox_wrapper .input_label {
            margin: 0;
        }

        .header_container .contacts .contact_text {
            display: none;
        }

        .header_container .contacts .contact_numbers {
            margin: 0 16px 0 0;
        }

            .header_container .contacts .contact_numbers .phones_seperator,
            .header_container .contacts .contact_numbers .contact_number2,
            .header_container .contacts .contact_numbers .num {
                display: none;
            }
        /*Header Start*/
        .header_container {
            /*padding: 64px 0 10px;*/
        }

            .header_container.noLang {
                padding-top: 10px;
            }

            .header_container #TopBarUpdatePanel {
                top: 27px;
                left: 75px;
            }


            .header_container .contacts {
                left: 75px;
                top: 28px;
            }

        html.shop .header_container .contacts {
            left: 130px;
        }

        .shop_only:not(.shop) .header_container .contacts {
            left: 20px;
        }

        .header_container .main_options {
            top: 0px;
            padding-top: 100px;
            margin-top: 0;
        }


        .header_container.noHdr.noLang .main_options {
            top: 95px;
        }

        .header_container.noSubHdr.noLang .main_options {
            top: 105px;
        }

        .menu_item_image_container {
            height: 340px;
        }

        .website_breadcrumbs {
            width: 100%;
            padding-left: 8px;
            padding-right: 8px;
        }

        .shop_only .website_breadcrumbs {
            display: none;
        }

        .pages_container {
            margin: 0 0 10px 0;
        }

            .pages_container .item_container {
                width: 100%;
                padding: 0 !important;
                margin: 0 0 20px 0;
            }

        .default_page .pages_container .item_container.main-slider {
            position: relative;
        }

        .main-slider .play-stop-btn {
            top: 10px;
        }

        .pages_container .item_container .item_image {
            /*height: auto;*/
        }

        .about_page .page_info_container .page_content_column {
            float: none;
            width: 100%;
            padding: 0;
            margin: 0 0 20px 0;
        }

        .about_page .page_info_container .page_image_column {
            float: none;
            width: 100%;
        }

        .branch_item {
            width: 100%;
            padding: 0 0 31px 0 !important;
        }

        .branch_images .images_container .image_cont {
            width: 100%;
            height: auto;
            padding: 0 !important;
        }

        .galleries_container .galleria:nth-of-type(2n+1),
        .galleries_container .galleria:nth-of-type(2n+2),
        .galleries_container .galleria {
            width: 100%;
            height: auto;
            padding: 0;
            margin-bottom: 15px;
        }

            .galleries_container .galleria .galleria_cover_img {
                height: 200px;
            }

        .services_page .pages_container .item_container {
            width: 100%;
            padding: !important;
        }

            .services_page .pages_container .item_container .item_image {
                height: auto;
            }

        .video_page .galleries_container .galleria {
            height: auto;
        }

        .menu_container .menu_category {
            width: 100%;
            padding: 0 !important;
        }

        .menu_item_contents .content_one {
            width: 100%;
            padding: 0 !important;
            margin: 0 0 20px 0;
        }


        .un_boxed .about_page .page_info_container .page_content_column .form_column,
        .un_boxed .about_page .page_info_container .page_content_column .page_content {
            padding: 0 16px 16px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .un_boxed_fullscreen.un_boxed .about_page .page_info_container .page_content_column .form_column,
        .un_boxed_fullscreen.un_boxed .about_page .page_info_container .page_content_column .page_content {
            padding: 0 0 16px;
        }

        .contact_page .contact_wrapper .form_column {
            width: 100%;
            padding: 0;
            margin: 0 0 20px 0;
        }

        .contact_page .contact_wrapper .map_column {
            width: 100%;
            float: none;
        }

        .gall_image_wrapper .grid_container .image_container {
            width: 100%;
        }

            .gall_image_wrapper .grid_container .image_container img {
                height: auto;
                width: 100%;
            }

        html {
            height: auto;
            overflow: auto;
        }

            html body .master_form {
                width: 100%;
                padding: 0 0 129px;
                overflow-y: visible;
                overflow-y: initial;
            }

        .shop_only .page_title {
            /*text-align: center;*/
        }

        .un_boxed .checkout_page .page_form {
            padding: 0 8px 16px;
        }


        .page_order_varification .cont_order_varification {
            padding: 50px 0 10px;
        }

        .page_order_varification .dv_varification_title {
            margin-bottom: 11px;
        }

        .page_order_varification .dv_varification_subtitle {
            margin-bottom: 18px;
            line-height: 24px;
            font-size: 15px;
            padding: 0 35px;
        }

        .page_order_varification .dv_varification_form {
            margin-bottom: 120px;
        }

            .page_order_varification .dv_varification_form input[type=tel] {
            }

            .page_order_varification .dv_varification_form .btn_varification {
            }

        .page_order_varification .dv_varification_bottom {
        }

            .page_order_varification .dv_varification_bottom .dv_varification_label {
            }

            .page_order_varification .dv_varification_bottom .dv_varification_bottom_link {
            }

                .page_order_varification .dv_varification_bottom .dv_varification_bottom_link a {
                }


                .page_order_varification .dv_varification_bottom .dv_varification_bottom_link.first-child {
                }

                .page_order_varification .dv_varification_bottom .dv_varification_bottom_link.last-child {
                }



        .categories_page .shop_categories .categories_label {
            display: none;
        }

        .categories_page .shop_categories .option.SubCategory,
        .header_container .main_options .option.SubMenu {
            position: relative;
        }

        .header_container .main_options {
            overflow-y: auto;
            /*padding: 0 !important;*/
        }


            .categories_page .shop_categories .option .ShowSubCategory:after,
            .header_container .main_options .option.SubMenu .ShowSubMenu:after {
                font-family: 'bsoft';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                text-indent: 0;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                content: '\e0d7';
                position: absolute;
                left: 0px;
                top: 0;
                width: 42px;
                height: 42px;
                text-align: center;
                line-height: 42px;
                font-size: 18px;
                -ms-transform: rotate(0deg); /* IE 9 */
                -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
                -moz-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
            }

            /*.shop_one_page .dvShopInfo_top .bus-info-accordion .accordion_header.ui-accordion-header-active:after,*/
            .categories_page .shop_categories .option .ShowSubCategory.visible:after,
            .header_container .main_options .option.SubMenu .ShowSubMenu.visible:after {
                -ms-transform: rotate(-180deg); /* IE 9 */
                -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
                -moz-transform: rotate(-180deg);
                -o-transform: rotate(-180deg);
                transform: rotate(-180deg);
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;
            }


        .categories_page .page_title {
            position: relative;
            padding-bottom: 10px;
            padding-top: 0;
        }

        .categories_page .dv_shop_search {
            margin: 0;
            height: 40px;
            margin-bottom: 16px;
            width: 100%;
            position: absolute;
            top: 0;
            left: 8px;
            z-index: 1;
            max-width: 40px;
            overflow: hidden;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

            .categories_page .dv_shop_search:not(.opened) {
                border-color: #fff;
                box-shadow: none;
            }

            .categories_page .dv_shop_search.opened {
                max-width: 95%;
                max-width: calc(100% - 16px);
            }

            .categories_page .dv_shop_search input[type="search"] {
                width: 90%;
                width: calc(100% - 40px);
                height: 40px;
                line-height: 40px;
                background-color: #fff;
                vertical-align: top;
                padding: 0;
            }

            .categories_page .dv_shop_search button {
            }

            .categories_page .dv_shop_search.opened > button {
                color: #fff;
                background-color: #16254f;
            }

            .categories_page .dv_shop_search.opened button .color {
                fill: #fff;
            }

        .categories_page .items_container .items_options {
            height: 124px;
        }

        .categories_page div.shop_sort {
            width: 100%;
            margin: 0;
            margin-bottom: 10px;
            float: none;
            display: block;
            overflow: hidden;
        }

        .categories_page .items_container .items_options .paging_container {
            width: 100%;
            line-height: 22px;
        }

            .categories_page .items_container .items_options .paging_container .pages {
                float: right;
            }

            .categories_page .items_container .items_options .paging_container .paging {
                float: left;
            }

        .header_container .main_options .option {
            line-height: normal;
            height: auto;
            min-height: 48px;
            text-align: right;
        }

        /*categories page*/

        .categories_page {
            padding: 15px 0 18px 0;
            background-color: #fff;
        }

        .dropdown_wrapper {
            z-index: 10;
        }

        .news_block {
            width: 100%;
        }

        .items_filter_cont {
            height: 40px;
            margin: 16px 8px;
        }

        .items_filter_backdrop .items_filter_cont .items_filter {
            /*position: fixed;
        top: 0;*/
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        .items_filter {
            min-height: 30px;
            line-height: 20px;
            min-width: 240px;
            max-width: calc(100% - 28px);
            width: auto;
            padding: 10px 4px 0;
        }

        .content_holder.items_filter_backdrop {
            z-index: unset;
        }

        .items_filter_backdrop:before {
            content: '';
            background-color: rgba(0,0,0,0.25);
            position: fixed;
            width: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 3;
        }

        .dropdown_chosen {
            display: block;
            /*background-position: left center;*/
            /*margin-bottom: 8px;*/
            margin: 0;
        }

        .categories_page .dropdown_wrapper {
            padding: 0 0px 6px;
            border-bottom: 4px solid #fff;
            margin-left: 30px;
            display: inline-block;
            float: none;
            line-height: 20px;
        }

            .categories_page .dropdown_wrapper.selected {
                border-bottom: 4px solid #000;
            }

        .categories_page .shop_sort {
            position: static;
            box-shadow: none;
        }

        .categories_page .shop_categories {
            display: none;
            max-width: none;
            /*border-bottom: none;
        margin: 0;
        padding: 0;
        height: auto;
        position: absolute;
        width: 100%;
        top: 40px;
        right: 0;
        border-top: 0;*/
            /*border-left: 1px solid #808080;
        border-right: 1px solid #808080;*/
            /*-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.6);
        -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.6);
        box-shadow: 0 8px 6px -6px rgba(0,0,0,0.6);*/
        }

            .categories_page .shop_sort .option,
            .categories_page .shop_categories .option,
            .categories_page .shop_categories > .option,
            .categories_page .shop_categories > .option:hover {
                float: none;
                display: block;
                padding: 0;
                font-size: 14px;
                line-height: 39px;
                background: white;
                box-shadow: none;
                margin: 0;
                border-top: 1px solid #d7d7d7;
                font-weight: normal;
            }

            .categories_page .shop_categories > .option {
                font-weight: bold;
            }

            .categories_page .shop_categories .option.SubCategory {
                font-weight: bold;
            }

            .categories_page .shop_sort > li:first-of-type,
            .categories_page .shop_categories > li:first-of-type {
                border-top: 1px solid #d7d7d7;
            }

            .categories_page .shop_sort .option .option_link,
            .categories_page .shop_categories .option .option_link {
                display: block;
            }

            .categories_page .shop_categories .option.SubCategory > .option_link {
                display: inline-block;
                width: 80%;
            }


            .categories_page .shop_categories .option .shop_subcategories.close,
            .categories_page .shop_categories .option .shop_subcategories {
                width: 100%;
                padding: 0;
                position: static;
                box-shadow: none;
                max-height: 0;
            }

                .categories_page .shop_categories .option .shop_subcategories.open {
                    width: 95%;
                    width: calc(100% - 30px);
                    padding: 0;
                    position: static;
                    box-shadow: none;
                }

                .categories_page .shop_categories .option .shop_subcategories .option {
                    line-height: 23px;
                    padding: 8px 8px 8px 0;
                    font-weight: normal;
                }

        .categories_page .shop_subcategories > li:first-of-type {
            border-top: 1px solid #d7d7d7;
        }

        .categories_page .shop_subcategories > li:last-of-type {
            border-bottom: 0;
        }

        .categories_page .items_container .items {
            padding: 0 2px;
            margin: 0;
        }

        .items_main_cat .dvSitePages .link2page.link-w-3,
        .items_main_cat .dvSitePages .link2page,
        .items_main_cat .dvMainCat {
            width: 96%;
            width: calc(100% - 16px);
            margin: 8px;
        }

        .items_main_cat .dvSitePages .link2page {
            line-height: 56px;
            height: 56px;
        }

        .items_main_cat .dvSitePages {
            margin-top: 14px;
        }

        .items_main_cat .hdrMainPageProd {
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 12px;
            margin-top: 45px;
        }
        .b144-ratings-main-cont .b144-ratings-summary .b144-ratings-summary-cont{
            height:25px;
        }
        .b144-ratings-main-cont .b144-ratings-summary .b144-ratings-summary-cont .b144-ratings-summary-avg {
            font-size: 14px;
        }
        .b144-ratings-main-cont .b144-ratings-summary .btn-rate-collapce {
            
            margin-left: -10px;
        }

        .items_main_cat .dvMainCat .shop_subcategories {
            position: static;
        }

            .items_main_cat .dvMainCat .shop_subcategories:before {
                display: none;
            }

        .categories_page .items_container .items .item {
            width: 48%;
            width: calc(50% - 12px);
            margin: 6px;
            padding: 0;
        }

        .item-container.shop-widget.xl-widget.shop-widget-cat .item-container-background,
        .item-container.shop-widget.xl-widget.shop-widget-related .item-container-background {
            /*padding-left: 4px;
            padding-right: 4px;*/
        }

        .shop-widget.shop-widget-cat .shop_item .item,
        .shop-widget.shop-widget-related .shop_item .item {
            padding: 0 4px;
            margin-bottom: 8px;
        }

        .shop-widget.item-container .item-container-background .dvShopCarousel-rtl {
            margin-bottom: 15px;
            margin-top: 5px;
            padding-left: 4px;
            padding-right: 4px;
        }

        .shop-widget.shop-widget-cat .shop_item, .shop-widget.shop-widget-related .shop_item {
            margin-top: 0;
        }

            .shop-widget.shop-widget-cat .shop_item .item .item_background,
            .shop-widget.shop-widget-related .shop_item .item .item_background,
            .categories_page .items_container .items .item .item_background {
                height: 228px;
            }

                .shop-widget.shop-widget-cat .shop_item .item .item_background a,
                .shop-widget.shop-widget-related .shop_item .item .item_background a,
                .categories_page .items_container .items .item .item_background a {
                    padding: 12px;
                }

            .shop_one_page .items_container .dvShopItems .secCategory .item .sale-label,
            .shop-widget.shop-widget-cat .shop_item .item .sale-label,
            .shop-widget.shop-widget-related .shop_item .item .sale-label,
            .categories_page .items_container .items .item .sale-label {
                font-size: 13px;
                line-height: 46px;
                width: 64px;
                height: 32px;
                left: -21px;
                top: -5px;
            }

        .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .dv-sale-label {
            width: 44px;
            height: 44px;
        }

        .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .sale-label {
            top: -7px;
            left: -2px;
        }

        .categories_page .items_container .items .item:nth-of-type(4n+1) {
            padding: 0;
        }

        .categories_page .items_container .items .item:nth-of-type(4n+2) {
            padding: 0;
        }

        .categories_page .items_container .items .item:nth-of-type(4n+3) {
            padding: 0;
        }

        .categories_page .items_container .items .item:nth-of-type(4n+4) {
            padding: 0;
        }

        .shop-widget.shop-widget-cat .shop_item .item .item_image,
        .shop-widget.shop-widget-related .shop_item .item .item_image,
        .categories_page .items_container .items .item .item_image {
            margin-bottom: 12px;
            height: 108px;
        }

        .categories_page .items_container .items .item .item_general_info {
            /*position: static;
                height: auto;
                clear: both;
                overflow: visible;
                padding-bottom: 32px;*/
        }

            .shop-widget.shop-widget-cat .shop_item .item .item_general_info h3,
            .shop-widget.shop-widget-related .shop_item .item .item_general_info h3,
            .categories_page .items_container .items .item .item_general_info h3 {
                font-size: 14px;
            }

            .shop-widget.shop-widget-cat .shop_item .item .item_general_info h4,
            .shop-widget.shop-widget-related .shop_item .item .item_general_info h4,
            .categories_page .items_container .items .item .item_general_info h3 {
                font-size: 14px;
            }

            .shop-widget.shop-widget-cat .shop_item .item .item_general_info .dvPrice,
            .shop-widget.shop-widget-related .shop_item .item .item_general_info .dvPrice,
            .categories_page .items_container .items .item .item_general_info .dvPrice {
                margin-top: 8px;
            }

                .shop-widget.shop-widget-cat .shop_item .item .item_general_info .dvPrice .mrktPrice,
                .shop-widget.shop-widget-related .shop_item .item .item_general_info .dvPrice .mrktPrice,
                .categories_page .items_container .items .item .item_general_info .dvPrice .mrktPrice {
                    font-size: 13px;
                }

                .shop-widget.shop-widget-cat .shop_item .item .item_general_info .dvPrice .price,
                .shop-widget.shop-widget-related .shop_item .item .item_general_info .dvPrice .price,
                .categories_page .items_container .items .item .item_general_info .dvPrice .price {
                    font-size: 14px;
                }

            .categories_page .items_container .items .item .item_general_info .item_add_info {
                height: auto;
            }

        .dvShopHdr,
        .dvShopSubHdr {
            position: static;
            line-height: 24px;
        }

        .mbl-hide {
            display: none !important;
        }

        .mbl-show {
            display: block;
        }

        .dvB144_footer .dvB144Links .b144-logo {
            display: inline-block;
            height: 36px;
            width: 36px;
            margin-left: -36px;
            float: left;
        }
        /*light shop*/
        .shop_one_page .items_container {
            padding-top: 50px;
            position: relative;
        }

            .shop_one_page .items_container .dvShopItems .secCategory#cat_0 > ul > li:first-child {
                border-top: 0;
            }

            .shop_one_page .items_container .dvCategories {
                /*display:none;*/
                overflow-x: auto;
                width: 100%;
                float: none;
                background-color: #fff;
                border-bottom: solid 1px #d7d7d7;
                position: absolute;
                top: 0;
                left: 0;
            }

                .shop_one_page .items_container .dvCategories::-webkit-scrollbar {
                    display: none;
                }

            .shop_one_page .items_container.sticky .dvCategories {
                position: fixed;
                width: 100%;
                height: 50px;
                z-index: 5;
            }

                .shop_one_page .items_container.sticky .dvCategories ul {
                }

                .shop_one_page .items_container.sticky .dvCategories #side_cat_menu,
                .shop_one_page .items_container .dvCategories ul {
                    width: max-content;
                    position: static;
                }

                    .shop_one_page .items_container .dvCategories ul li {
                        display: inline-block;
                        padding: 0;
                        margin-left: 15px;
                        margin-bottom: 0;
                        color: #000;
                    }

                        .shop_one_page .items_container .dvCategories ul li.active {
                            font-weight: bold;
                        }

                        .shop_one_page .items_container .dvCategories ul li a {
                            padding: 0 5px 7px;
                            font-size: 14px;
                        }

                        .shop_one_page .items_container .dvCategories ul li:not(.active) a:after {
                            display: none;
                        }

                        .shop_one_page .items_container .dvCategories ul li a:after {
                            height: 4px;
                        }

            .shop_one_page .items_container .dvLeft,
            .shop_one_page .items_container .dvShopItems {
                width: 100%;
                padding-right: 0px;
                float: none;
                margin-top: 0;
            }

        .shop_only .dvshopInfoHeader {
            display: block;
        }

        .shop_only .page_title {
            /*display: none;*/
        }

        .header_container .logo_container.mbl-center {
            max-width: 100%;
            text-align: center;
            left: 0;
            right: 0;
            top: 60px;
        }

            .header_container .logo_container.mbl-center .header_logo {
                float: none;
                border: solid 1px #d7d7d7;
            }

        .dvShopInfo_top {
            display: block;
            font-size: 14px;
            padding: 0px 8px 27px;
        }

        .dvshopInfoHeader {
            text-align: center;
            min-height: 44px;
            padding: 25px 0 21px;
            background-color: #f5f5f5;
            font-weight: bold;
            color: #262626;
        }

        .un_boxed .dvshopInfoHeader {
            padding-top: 35px;
        }

        .shop_one_page .dvShopInfo_top .dv-openhours-today {
        }

        .cart_items_container .min-to-order {
            padding-right: 0;
        }

            .cart_items_container .min-to-order i,
            .shop_one_page .dvShopInfo_top .min-to-order i,
            .shop_one_page .dvShopInfo_top .bus-info-accordion .accordion_header i,
            .shop_one_page .dvShopInfo_top .dv-openhours-today i {
                float: right;
                margin-left: 15px;
            }

        .shop_one_page .dvShopInfo_top .bus-info-accordion .accordion_header {
            position: relative;
        }

            .shop_one_page .dvShopInfo_top .min-to-order,
            .shop_one_page .dvShopInfo_top .dv-openhours-today,
            .shop_one_page .dvShopInfo_top .bus-info-accordion,
            .shop_one_page .dvShopInfo_top .bus-info-accordion .accordion_header.ui-accordion-header-active {
                /*border-bottom: 1px solid #d7d7d7;*/
            }

                .shop_one_page .dvShopInfo_top .bus-info-accordion .accordion_header i {
                }



        .shop_one_page .items_container .dvLeft {
        }

            .shop_one_page .items_container .dvLeft .dvCart:not(.unsticky) {
                position: fixed;
                z-index: 1;
                padding: 7px 16px;
                bottom: 0;
                width: 91%;
                width: calc(100% - 32px);
                background-color: #fff;
                left: 0;
            }

            .shop_one_page .items_container .dvLeft .dvCart.unsticky {
                padding-bottom: 16px;
            }

            .shop_one_page .items_container .dvLeft .dvCart:not(.unsticky) .dv-empty-cart,
            .shop_one_page .items_container .dvLeft .dvCart:not(.unsticky) .dv-sum-cart {
                /*border-radius:0;*/
            }

            .checkout_page .to_checkout.cart-has-wa,
            .shop_one_page .items_container .dvLeft .dvCart.cart-empty.cart-has-wa .dv-empty-cart,
            .shop_one_page .items_container .dvLeft .dvCart.cart-full.cart-has-wa .dv-sum-cart {
                display: inline-block;
                width: calc(100% - 64px);
                margin-left: 11px;
                height: 48px;
                line-height: 48px;
                border-radius: 24px;
            }

        .btn-shop.btnWhatsApp {
            height: 48px;
            width: 48px;
            line-height: 46px;
            padding: 8px 0;
        }

            .btn-shop.btnWhatsApp.btn-fixed {
                left: 16px;
                bottom: 18px;
            }

                .btn-shop.btnWhatsApp.btn-fixed.btn-fixed-high {
                    bottom: 100px;
                }

            .btn-shop.btnWhatsApp svg {
                height: 32px;
                width: 32px;
            }

        .dv-checkout-btn .btn-shop.btnWhatsApp,
        .dvCart .btn-shop.btnWhatsApp {
            display: inline-block;
        }

        .shop_one_page .items_container.sticky .dvLeft .dvLeftCont {
            position: static;
            margin-bottom: 0 !important;
        }

        .shop_one_page .items_container .dvShopItems .secCategory .item .item_background {
            margin-left: 15px;
            padding: 19px 15px 19px 0;
        }

            .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_general_info {
                width: calc(100% - 125px);
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_image {
                width: 120px;
                height: 80px;
            }

                .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .item_image.item_no_image {
                    height: 67px;
                }

        .shop_one_page .items_container .dvShopItems .secCategory .item.in .item_background .item_image_open {
            /*height: 180px;*/
            /*max-height: 180px;*/
        }

            .shop_one_page .items_container .dvShopItems .secCategory .item.in .item_background .item_image_open .img {
                height: 180px;
            }

        .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont {
            line-height: 36px;
        }

            .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_cont {
                width: 70px;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_button_cont {
                /*width: calc(100% - 195px);*/
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_button {
                line-height: 24px;
                padding: 5px;
                width: 40px;
                font-size: 12px;
            }

            .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .add_button {
                line-height: 24px;
                padding: 6px 15px;
            }

        .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .add_button {
            margin-left: 3px;
        }

            .shop_one_page .items_container .dvShopItems .secCategory .item .item_background .add_button svg {
            }

        .shop_one_page .items_container .dvShopItems .secCategory .item.in-cart .item_background .item_image:after,
        .shop_one_page .items_container .dvShopItems .secCategory .item.in .item_background .item_image:after {
            height: 80px;
            top: 19px;
        }

        .shop_one_page .items_container .dvShopItems .secCategory .item.in-cart .item_background .item_image.item_no_image:after,
        .shop_one_page .items_container .dvShopItems .secCategory .item.in .item_background .item_image.item_no_image:after {
            height: 67px;
        }

        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li,
        .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont,
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-single,
        .shop_one_page .items_container .dvShopItems .secCategory .item .item-desc .accordion_header,
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_header {
            padding-left: 19px;
            padding-right: 19px;
            line-height: 29px;
            font-size: 13px;
        }

            .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=radio],
            .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li input[type=checkbox] {
                right: 19px;
            }

        .shop_one_page .items_container .dvShopItems .secCategory .item .item-properties .item-prop-max {
            font-size: 11.5px;
        }

        .cart_items_container .table .titles,
        .cart_items_container .table .product .price_per_unit {
            display: none;
        }
        /* Breadcrumbs */
        .breadcrumbs {
            display: none;
        }

        /* item page*/
        .item_page {
            background-color: #fff;
            /*padding-left:20px;
        padding-right:20px;*/
            /*padding: 30px 0 0 0;*/
        }

            .item_page .page_content {
                padding-left: 8px;
                padding-right: 8px;
            }

                .item_page .page_content .image_col {
                    width: 100%;
                }

                    .item_page .page_content .image_col.image_col_lg {
                        display: none;
                    }

                    .item_page .page_content .image_col.image_col_sm {
                        display: block;
                        position: relative;
                    }

                    .item_page .page_content .image_col .caroufredsel_wrapper {
                        width: 100%;
                    }

                        .item_page .page_content .image_col .caroufredsel_wrapper .image_caru {
                            width: 100%;
                        }

                    .item_page .page_content .image_col .image_caru_sm {
                        height: 340px;
                        overflow: hidden;
                    }

                    .item_page .page_content .image_col .caroufredsel_wrapper .image_caru_sm .image {
                        width: auto;
                        float: left;
                        overflow: hidden;
                        direction: rtl;
                        height:auto;
                        width:100vw;
                    }

                        .item_page .page_content .image_col .caroufredsel_wrapper .image_caru_sm .image.img-movie {
                            background-color: rgba(0,0,0,0.5);
                            height: 251px;
                        }

                            .item_page .page_content .image_col .caroufredsel_wrapper .image_caru_sm .image.img-movie .youtube-player-caru {
                                width: 100% !important;
                            }

                            .item_page .page_content .image_col .caroufredsel_wrapper .image_caru_sm .image.img-movie.overlay:before {
                                content: "";
                                display: block;
                                height: 100%;
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                background-color: rgba(255, 255, 255, .1);
                            }

                    .item_page .page_content .image_col .pagination_container {
                        display: none !important;
                    }


            .item_page .item_info_col {
                width: 100%;
                padding: 30px 0 0 0;
            }

                .item_page .item_info_col .basic_info.add_info {
                    margin-top: 40px;
                }

                .item_page .item_info_col .basic_info h1 {
                    font-size: 20px;
                }

                .item_page .item_info_col .basic_info h2 {
                    font-size: 17px;
                }

                .item_page .item_info_col .basic_info .dvPrice .price {
                    margin-top: 22px;
                }

                .item_page .item_info_col .actions .add_to_cart {
                    margin-top: 6px;
                    margin-bottom: 70px;
                }

                .item_page .item_info_col .properties .property .property-label {
                    font-size: 15px;
                }

                .item_page .item_info_col .basic_info .description,
                .item_page .item_info_col .properties .property .property-desc,
                .item_page .item_info_col .properties .property select {
                    font-size: 14px;
                }

                .item_page .item_info_col .properties .property {
                    min-height: 47px;
                }

                .item_page .item_info_col .properties .property_dropdown_wrapper {
                    margin-bottom: 10px;
                    height: 40px;
                }

                    .item_page .item_info_col .properties .property_dropdown_wrapper .property_name {
                        width: 20%;
                        display: block;
                        margin: 0;
                        line-height: 38px;
                        height: 40px;
                    }

                    .item_page .item_info_col .properties .property_dropdown_wrapper .property_dropdown_panel {
                        width: 80%;
                    }

                    .item_page .item_info_col .properties .property_dropdown_wrapper .property_current {
                        display: block;
                        margin: 0;
                        line-height: 38px;
                        height: 40px;
                        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAmCAIAAAA5lk5KAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAB3SURBVFhH7dI7DoAwDARRDsExc+jcJEyBKBAf25GWgp3a0VOcLOOjDGvqvRvWZFiWYVmG72qtreEY3o/dl7hx0I6olFv1qx1UKf3GD3ZcpcrnurRTKlVgOtlZlYowHXZBpTpMkDWVpuCZDMsyLMuwrP/BZFjUGBvql/4WVdDt4QAAAABJRU5ErkJggg==') /*/Images/Build/Common/DummyMobileDropdown.png*/;
                        background-repeat: no-repeat;
                        background-position: left center;
                    }

                    .item_page .item_info_col .properties .property_dropdown_wrapper .properties_value_list .property_value {
                        width: inherit;
                        height: 39px;
                    }

                .item_page .item_info_col .actions {
                    margin: 10px 0 0 0;
                }

                    .item_page .item_info_col .actions .action_button {
                        width: 100%;
                        margin: 0 0 16px 0;
                    }

            .item_page .page_content .image_col_sm .image_caru_sm {
                height: 251px;
                overflow: hidden;
                position: relative;
                height: auto;
               
            }
            /*.item_page .page_content .image_col_sm .image_caru_sm,*/
            .item_page .page_content .image_col_sm .caroufredsel_wrapper {
                -webkit-transition: max-height 0.3s ease-in;
                -moz-transition: max-height 0.3s ease-in;
                -o-transition: max-height 0.3s ease-in;
                transition: max-height 0.3s ease-in;
            }

                .item_page .page_content .image_col_sm .image_caru_sm .image,
                .item_page .page_content .image_col_sm .image_caru_sm .image img {
                    height: 100%;
                }

                    .item_page .page_content .image_col_sm .image_caru_sm .image img.prod_img_sgl{
                        width: 100%;
                        height:auto;
                    }

                    .item_page .page_content .image_col_sm .prev-btn,
                    .item_page .page_content .image_col_sm .next-btn {
                        position: absolute;
                        top: 100px;
                        height: 50px;
                        line-height: 50px;
                        font-size: 24px;
                        color: rgba(0,0,0,0.5);
                        background-color: rgba(255,255,255,0.5);
                    }

            .item_page .page_content .image_col_sm .prev-btn {
                left: 0;
            }

            .item_page .page_content .image_col_sm .next-btn {
                right: 0;
            }

            .item_page .page_content .image_col_sm .pagination_container_sm {
                overflow: hidden;
                text-align: center;
                min-height: 30px;
                direction: ltr;
            }

                .item_page .page_content .image_col_sm .pagination_container_sm .pag_thumb_sm {
                    height: 20px;
                    width: 20px;
                    display: inline-block;
                    margin: 5px;
                }

            .item_page .page_content .image_col .pagination_container_sm .pag_thumb_sm .thumb_bullet {
                background-color: #ccc;
                height: 10px;
                width: 10px;
                border-radius: 10px;
                display: inline-block;
            }

            .item_page .page_content .image_col .pagination_container_sm .pag_thumb_sm .thumb_play {
                width: 0;
                height: 0;
                display: inline-block;
                border-top: 5px solid transparent;
                border-left: 8px solid #ccc;
                border-bottom: 5px solid transparent;
            }

            .item_page .page_content .image_col .pagination_container_sm .pag_thumb_sm.selected .thumb_bullet {
                background-color: #15254F;
            }

            .item_page .page_content .image_col .pagination_container_sm .pag_thumb_sm.selected .thumb_play {
                border-left-color: #15254F;
            }


        /*shopping cart*/
        .shopping_cart_page .empty_bag .empty_image img {
            width: 100%;
        }

        .cart_items_container .dv-cart-sum {
            border-top: 1px solid #d9d9d9;
        }

        /* shopping bag not empty */
        .cart_items_container .table .tr .item {
            /*width: 66.666666%;*/
            width: 100%;
            /*position: relative;*/
            padding: 13px 0 11px;
        }

        .cart_items_container .table .titles .item {
            display: none;
        }

        .cart_items_container .table .titles .ammount {
            display: none;
        }

        .cart_items_container .table .titles .price {
            display: none;
        }

        .cart_items_container .table .product {
            line-height: normal;
            /*background: transparent;
                padding: 10px;*/
            padding: 0;
            padding-bottom: 10px;
        }

            .cart_items_container .table .product .price_sum {
                width: 100%;
                padding-bottom: 10px;
            }

                .cart_items_container .table .product .price_sum .price_calc {
                    /*padding: 0 16px;*/
                    padding: 0;
                }

                .cart_items_container .table .product .price_sum .total_price {
                    padding-top: 20px;
                }

        .dv_coupon .dv_add_coupon input {
            width: calc(100% - 101px);
        }

        .cart_items_container .table .product .price_sum .sub_total label {
            width: calc(100% - 101px);
        }

        .price_line .ul-radio-buttons td > label {
            width: 100%;
        }

        .ul-radio-buttons .li-delivery-price {
            width: 70px;
        }

        .cart_items_container .table .product .price_sum .sub_total .dvCost {
            width: 95px;
        }

        .cart_items_container .back_to_shopping {
            margin: 27px auto;
        }

        .checkout_page h3 {
            /*background-color: transparent;
            padding-top: 0;
            padding-bottom: 9px;*/
        }

        .cart_items_container .table .product .item .remove_product {
            /*display: none;*/
            position: absolute;
            left: 0;
            top: 50%;
            margin: 0;
        }

        .cart_items_container .table .product .item .product_def_img {
            /*margin: 0;
                    width: 30%;
                    height: auto;*/
        }

        .cart_items_container .table .product .item:not(.item_no_img) .product_def_img {
            margin-right: 0;
        }

        .cart_items_container .table .product .item .product_def_img img {
            /*width: 100%;*/
            margin: 0;
        }

        .cart_items_container .table .product .item .product_info {
            margin: 0px;
            width: 64%;
            width: calc(100% - 100px);
            box-sizing: border-box;
            padding-right: 10px;
            font-size: 13px;
        }

            .cart_items_container .table .product .item .product_info .product_title {
                line-height: 18px;
            }

            .cart_items_container .table .product .item .product_info .product_price_per_unit_mbl,
            .cart_items_container .table .product .item .product_info .product_total_mbl {
                display: block;
                direction: ltr;
            }

            .cart_items_container .table .product .item .product_info .product_total_mbl {
                font-size: 16px;
                color: #404956;
                line-height: 18px;
                position: absolute;
                bottom: 0;
                font-weight: bold;
            }

        .cart_items_container .table .product .ammount {
            /*display: none;*/
            width: 120px;
            text-align: center;
            /*float: left;*/
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 28px;
            line-height: 28px;
            padding-top: 0;
        }

        .cart_items_container .table .product .remove {
            padding-top: 0;
            float: left;
        }

        .cart_items_container .table .product .ammount .amount_button {
            width: 22px;
            height: 22px;
            line-height: 22px;
        }

            .cart_items_container .table .product .ammount .amount_button .svg-plus,
            .cart_items_container .table .product .ammount .amount_button .svg-minus {
                top: 2px;
            }

        .cart_items_container .table .product .remove_product {
            float: left;
            line-height: 28px;
        }

        .cart_items_container .table .product .ammount input {
            width: 38px;
            height: 21px;
            line-height: 21px;
        }

        .cart_items_container .table .product .price {
            /*display: none;*/
            /*width: 33.3333333%;
                    text-align: center;
                    float: left;*/
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            height: 28px;
            white-space: nowrap;
            font-size: 15px;
            line-height: 28px;
            font-weight: bold;
            padding: 0 10px 0 0;
            width: auto;
        }

        .checkout_page .page_form .form_column .input_container .input_wrapper,
        .checkout_page .page_form .form_column .input_container .input_wrapper.input_wrapper_address,
        .checkout_page .page_form .form_column .input_container .input_wrapper.input_wrapper_city,
        .checkout_page .page_form .form_column .input_container .input_wrapper.input_wrapper_remarks {
            width: 100%;
            margin-right: 0;
            margin-left: 0;
        }

        .checkout_page .page_form .form_column_payment {
            padding-bottom: 10px;
        }

            .checkout_page .page_form .form_column_payment .radio_button_list_class tr {
                display: block;
            }


        .card_item_counter {
            display: inline-block;
        }

        .cart_items_container .table .actions {
            /*display: none;*/
            /*background: transparent;*/
        }

        .cart_items_container .summery {
            padding: 0;
        }

            .cart_items_container .summery > div {
                /*background: transparent;
        border-radius:0;*/
                padding-bottom: 10px;
            }

            .cart_items_container .summery .cupones {
                border-bottom: 1px solid #808080;
                padding-bottom: 25px;
                float: none;
            }

                .cart_items_container .summery .cupones input {
                    width: 75%;
                    margin: 0;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

                .cart_items_container .summery .cupones a {
                    width: 23%;
                    text-align: center;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                }

        .checkout_page .page_form .form_column h3 {
            margin-top: 50px;
        }

        .checkout_page .page_form .input_wrapper.dv-checkout-btn {
            margin-top: -13px;
            margin-bottom: 30px;
        }


        /* chekcout page*/
        .checkout_page .page_form .form_column .checkout_table .tr .item {
            width: 60%;
        }

        .checkout_page .page_form .form_column .checkout_table .tr .price {
            width: 40%;
        }


        .checkout_page .page_form .form_column.form_column_summery,
        .checkout_page .page_form .form_column {
            width: 100%;
            float: none;
            padding: 0;
            margin: 0;
            margin-bottom: 10px;
        }

            .checkout_page .page_form .form_column:first-of-type {
                padding: 0;
            }

            .checkout_page .page_form .form_column:last-of-type {
                padding: 0;
            }

            .checkout_page .page_form .form_column .radio_button_list {
                padding: 0 0 20px;
            }

            /*.price_sum .price_calc .price_line div.dvCost,*/
            .checkout_page .page_form .form_column .list_prices,
            .checkout_page .page_form .form_column .checkout_table .tr .price {
                text-align: left;
            }

        /* payment pages*/
        .article_page .page_central_block {
            width: 100%;
        }

        .qanda_block {
            width: 100%;
            padding: 0 0 10px 0;
        }

            .qanda_block:nth-child(2n) {
                padding: 0;
            }


        /*UnBoxed Section*/
        /*.un_boxed .header_container {
        padding: 64px 16px 10px;
    }*/

        .un_boxed .header_container.noLang {
            padding-top: 10px;
        }

        .un_boxed .header_container .main_options {
            padding-top: 100px;
            top: 0;
        }

        .un_boxed .header_container.noHdr.noLang .main_options {
            top: 95px;
        }

        /*.un_boxed .header_container.noLang .main_options,*/
        .un_boxed .header_container.noSubHdr.noLang .main_options {
            top: 105px;
        }

        .un_boxed .header_container .contacts {
            left: 74px;
            top: 28px;
        }

        html.un_boxed.shop .header_container .contacts {
            left: 130px;
        }

        .shop_only .header_container #TopBarUpdatePanel {
            left: 20px;
        }

        html.shop.shop_only .header_container .contacts,
        html.shop_only .header_container .contacts {
            left: 75px;
        }

        .un_boxed .site_grid {
            margin: 0;
        }


        .un_boxed .categories_page .items_container .items .item {
            /*margin: 0 0 20px 0;*/
        }

        .un_boxed .categories_page .h1#SiteContent_PageTitle,
        .un_boxed .categories_page h1#SiteContent_PageTitle {
            margin-top: 0;
            background: rgba(255,255,255,0.9);
        }

        .un_boxed .categories_page {
            padding-top: 0;
        }

        .un_boxed .news_block {
            padding: 0;
        }

            .un_boxed .news_block .news_block_background {
                padding: 16px 16px 16px 16px;
            }

        .un_boxed .categories_page .items_container .items_options {
            padding: 18px 16px 24px;
        }

        .un_boxed .about_page .page_info_container .page_image_column {
            padding: 0 16px 40px 16px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .un_boxed_fullscreen.un_boxed .about_page .page_info_container .page_image_column {
            padding: 0 0 24px;
        }

        .un_boxed .contact_page .contact_wrapper .form_column {
            width: 100%;
        }

        .un_boxed .contact_page .contact_wrapper .map_column {
            width: 100%;
        }

        .un_boxed_fullscreen.un_boxed .about_page .page_info_container_with_image,
        .un_boxed .contact_page .contact_wrapper {
            padding: 16px;
        }

        .un_boxed.un_boxed_fullscreen .website_breadcrumbs,
        .un_boxed.un_boxed_fullscreen .about_page .page_title {
            padding-left: 16px;
            padding-right: 16px;
        }

        .item-container {
            width: 100%;
            padding: 0;
        }

            .item-container .item-container-background {
                height: auto;
            }

            .item-container.shop-widget.xl-widget.shop-widget-cat .item-container-background,
            .item-container.shop-widget.xl-widget.shop-widget-related .item-container-background {
                min-height: 295px;
                height: auto;
                overflow: hidden;
            }

                .item-container.shop-widget.xl-widget.shop-widget-cat .item-container-background .caroufredsel_wrapper,
                .item-container.shop-widget.xl-widget.shop-widget-related .item-container-background .caroufredsel_wrapper {
                    /*left:20px !important;*/
                    float: left !important;
                }

        .video-widget .item-container-background {
            height: 300px;
        }

        .qrtr-3-widget,
        .qrtr-widget,
        .double-widget,
        .big-widget,
        .xl-widget {
            width: 100%;
        }

        .item-container.free-widget .item-container-background,
        .item-container.free-widget.qrtr-widget .item-container-background,
        .item-container.free-widget.qrtr-3-widget .item-container-background,
        .item-container.free-widget.big-widget .item-container-background,
        .item-container.free-widget.double-widget .item-container-background,
        .item-container.free-widget.xl-widget .item-container-background {
            height: auto;
            /*min-height: 100%;*/
            width: 100%;
        }

        .free-widget-slider .free-widget-item {
            min-height: 100%;
            display: flex !important;
        }

        .item-container.free-widget.qrtr-3-widget .item-header,
        .item-container.free-widget.double-widget .item-header,
        .item-container.free-widget.xl-widget .item-header {
            float: none;
            width: 100%;
            margin-bottom: 10px;
            padding: 16px 12px 10px;
        }

        .free-widget.big-widget .image-panel img {
            width: auto;
            height: 100%;
        }

        .free-widget.qrtr-3-widget .item-container-background.no-Hdr .image-panel,
        .free-widget.double-widget .item-container-background.no-Hdr .image-panel,
        .free-widget.xl-widget .item-container-background.no-Hdr .image-panel {
            width: 100%;
            float: none;
        }

        .free-widget.qrtr-3-widget .image-panel,
        .free-widget.double-widget .image-panel,
        .free-widget.xl-widget .image-panel {
            width: 100%;
            height: 170px;
            float: none;
        }

        .free-widget.qrtr-3-widget .item-container-background.no-Hdr .image-panel,
        .free-widget.double-widget .item-container-background.no-Hdr .image-panel,
        .free-widget.xl-widget .item-container-background.no-Hdr .image-panel {
            height: 225px;
        }

        .item-container.free-widget.qrtr-3-widget .item-container-background .content-wrapper,
        .item-container.free-widget.double-widget .item-container-background .content-wrapper,
        .item-container.free-widget.xl-widget .item-container-background .content-wrapper {
            width: auto;
            padding: 0 12px 16px;
            float: none;
        }

        .double-widget.free-widget.item-container .item-container-background .content-wrapper .content-panel,
        .xl-widget.free-widget.item-container .item-container-background .content-wrapper .content-panel {
            /*max-height: 140px;*/
        }

        .item-container.free-widget.qrtr-3-widget .item-container-background .content-wrapper .sub-header-panel,
        .item-container.free-widget.double-widget .item-container-background .content-wrapper .sub-header-panel,
        .item-container.free-widget.xl-widget .item-container-background .content-wrapper .sub-header-panel {
            padding: 15px 0 5px;
        }

        .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.free-widget.qrtr-3-widget .item-container-background .image-panel,
        .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.free-widget.double-widget .item-container-background .image-panel,
        .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.free-widget.xl-widget .item-container-background .image-panel {
            border-radius: 0;
        }

        .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.free-widget.qrtr-3-widget > .item-container-background.no-Hdr .image-panel,
        .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.free-widget.double-widget > .item-container-background.no-Hdr .image-panel,
        .pages_container.main_blocks .group-panel.group-panel-rounded .item-container.free-widget.xl-widget > .item-container-background.no-Hdr .image-panel {
            border-radius: 10px 10px 0 0;
        }

        .item-container.free-widget .item-container-background.inner-padd > .content-wrapper {
            width: auto;
            padding: 0 12px 16px;
            float: none;
        }

        .login-widget .login-widget-button-container,
        .free-widget .free-widget-button-container {
            position: static;
            padding: 0;
            overflow: visible;
            overflow: hidden;
        }
        /*.free-widget.xl-widget .free-widget-button-container {
        padding-bottom: 0;
    }*/
        /*contactus widget*/

        .user_page .user_pass_cont .input_container .input_wrapper .req_msg,
        .checkout_page .page_form .form_column .input_container .input_wrapper .req_msg,
        .form_pre_post_container .input_wrapper .req_msg,
        .group-panel .item-container.contactus-widget .req_msg.first-child,
        .item-container.contactus-widget .req_msg,
        .user_page .user_page_cont .input_container .input_wrapper .error_msg,
        .checkout_page .page_form .form_column .input_container .input_wrapper .error_msg,
        .form_pre_post_container .input_wrapper .error_msg,
        .group-panel .item-container.contactus-widget .error_msg.first-child,
        .item-container.contactus-widget .error_msg {
            right: auto;
            left: 0;
            top: 0;
            line-height: 43px;
            border: 0;
            background-color: rgba(255,255,255,0.5);
            text-align: left;
            padding: 0 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
            height: 100%;
            height: calc(100% - 6px);
            margin-top: 3px;
        }

            .user_page .user_pass_cont .input_container .input_wrapper .req_msg:before,
            .user_page .user_page_cont .input_container .input_wrapper .req_msg:before,
            .checkout_page .page_form .form_column .input_container .input_wrapper .req_msg:before,
            .form_pre_post_container .input_wrapper .req_msg:before,
            .group-panel .item-container.contactus-widget .req_msg.first-child:before,
            .item-container.contactus-widget .req_msg:before,
            .user_page .user_pass_cont .input_container .input_wrapper .error_msg:before,
            .user_page .user_page_cont .input_container .input_wrapper .error_msg:before,
            .checkout_page .page_form .form_column .input_container .input_wrapper .error_msg:before,
            .form_pre_post_container .input_wrapper .error_msg:before,
            .group-panel .item-container.contactus-widget .error_msg.first-child:before,
            .item-container.contactus-widget .error_msg:before {
                border: 0;
            }


        .master_page_contact_us_wrapper .contact-row {
            margin: 0 -8px 0;
        }

        .master_page_contact_us_wrapper .input_wrapper {
            margin: 0 0 10px 0;
            position: relative;
        }

        .master_page_contact_us_wrapper .input_wrapper_1,
        .master_page_contact_us_wrapper .input_wrapper_2,
        .master_page_contact_us_wrapper .input_wrapper_3,
        .master_page_contact_us_wrapper .input_wrapper_5,
        .master_page_contact_us_wrapper .input_wrapper_7,
        .master_page_contact_us_wrapper .input_wrapper_9 {
            width: 100%;
        }

        .master_page_contact_us_wrapper .input_wrapper a {
            margin: 0;
            width: auto;
            display: inline-block;
            padding: 0 25px;
        }

        .master_page_contact_us_wrapper .contact-row .input_wrapper_btn {
            position: static;
        }

        .item-container.map-widget .item-container-background,
        .item-container.map-widget.big-widget .item-container-background,
        .item-container.map-widget.qrtr-widget .item-container-background,
        .item-container.map-widget.qrtr-3-widget .item-container-background,
        .item-container.map-widget.double-widget .item-container-background,
        .item-container.map-widget.xl-widget .item-container-background {
            height: 455px;
            /*margin-bottom: 50px;*/
        }

        .group-panel .item-container .item-container-background[dt-h='2'] {
            height: 240px;
        }

        .group-panel {
            padding-bottom: 0;
        }

            .group-panel > .item-container {
                margin-bottom: 15px;
            }

        .map-widget.item-container .item-container-background > a[id*='navLink'] {
            background-color: #444;
            display: block;
            width: 100%;
            height: 50px;
            color: #fff;
            line-height: 50px;
            font-size: 16px;
            text-align: center;
        }

        .map-widget.item-container .item-container-background > a > span.icon-location {
            font-size: 22px;
        }

        .pages_container.main_blocks .group-panel.group-panel-rounded .map-widget.item-container .item-container-background > a[id*='navLink'] {
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        .pages_container.main_blocks .group-panel.group-panel-rounded .map-widget.item-container .google_map {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

        .pages_container.main_blocks .group-panel.slider.group-panel-LiftedCorners .map-widget.item_container .item_container_inner_wrap:before,
        .pages_container.main_blocks .group-panel.slider.group-panel-LiftedCorners .map-widget.item_container .item_container_inner_wrap:after,
        .pages_container.main_blocks .group-panel.group-panel-LiftedCorners .map-widget.item-container > .item-container-background:before,
        .pages_container.main_blocks .group-panel.group-panel-LiftedCorners .map-widget.item-container > .item-container-background:after {
            /*bottom: -34px;*/
        }

        .shop-widget a.shop_item .item_background .item_general_info {
            box-shadow: none;
        }

            .shop-widget a.shop_item .item_background .item_general_info .item_add_info {
                /*height:auto;*/
            }

        /*EMBEDDED CONTENT*/
        #pnlOnePage {
            margin-right: -20px;
            margin-left: -20px;
        }

        .embedded_content_holder.content_holder {
            margin-right: 0px;
            margin-left: 0px;
            padding: 20px 20px 10px;
        }

            .embedded_content_holder.content_holder .page_title {
                font-size: 25px;
                margin-bottom: 10px;
            }

            .embedded_content_holder.content_holder .about_page .page_info_container_with_image,
            .embedded_content_holder.content_holder .rich_text_content {
                background-color: transparent;
                padding: 0;
                margin: 0;
            }

                .embedded_content_holder.content_holder .about_page .page_info_container .page_content_column .form_column,
                .embedded_content_holder.content_holder .about_page .page_info_container_with_image .page_image_column,
                .embedded_content_holder.content_holder .about_page .page_info_container_with_image .page_content {
                    padding: 0;
                }

            .embedded_content_holder.content_holder .about_page.services_page.contact_page {
                margin: 0;
            }

            .embedded_content_holder.content_holder .about_page .page_info_container_with_image .page_image_column {
                margin-bottom: 20px;
            }


        /*END EMBEDDED CONTENT*/

        /*USER AREA*/
        .user_page .user_pass_cont,
        .user_page .user_details_cont,
        .user_page .user_page_cont_small,
        .user_page .user_page_cont,
        .checkout_page .page_form .form_column.form_column_summery {
            width: 100%;
            position: static;
        }
        /*END USER AREA*/
    }

    @media screen and (max-width:480px) {
        .event_container .event_category .items_list li .content {
            width: 65%;
        }

        .event_container .event_category .event_category_background .items_list li a {
            max-width: calc(35% - 20px);
            bottom: 10px;
            top: auto;
            line-height: 37px;
        }

        .event_container .event_category .items_list li .content .title .alrtOffSiteDate {
            display: block;
        }

        .dynamic-footer-wrapper .footer_container .footer-long-social {
            padding: 0;
        }

            .dynamic-footer-wrapper .footer_container .footer-long-social #PhonesPanel,
            .dynamic-footer-wrapper .footer_container .footer-long-social .free_text_container,
            .dynamic-footer-wrapper .footer_container .footer-long-social .social_network_container {
                /*position: static;*/
                padding: 0 16px;
                height: 32px;
                line-height: 32px;
                box-sizing: border-box;
                width: 100%;
            }

            .dynamic-footer-wrapper .footer_container .footer-long-social .social_network_container {
                border-top: 1px solid rgba(255,255,255,0.3);
                /*text-align: center;*/
                padding: 4px 16px;
                margin-top: 32px;
            }

            .dynamic-footer-wrapper .footer_container .footer-long-social #PhonesPanel .contacts {
                padding: 4px 16px;
            }
    }

    @media screen and (max-width:460px) {

        /*.un_boxed .content_holder{
        margin-left:0;
        margin-right:0;
    }*/
        .header_container .header_logo img {
            max-width: 150px;
            max-height: 75px;
        }

        .un_boxed .header_container .header_logo {
            /*margin: 6px 0 0 0;*/
        }

            .un_boxed .header_container .header_logo img {
                max-width: 120px;
                height: auto;
            }

        .default_page .main_image_container .main_text {
            /*margin: 0 14px;*/
            margin: 0;
            left: 0;
            right: 0;
            bottom: 0;
            top: auto;
        }

        .facebook-comments-widget.item-container,
        .facebook-comments-widget.item-container .item-container-background,
        .facebook-comments-widget.item-container .item-container-background .fb-comments-cont,
        .free-widget.item-container .item-container-background .item-inner-container,
        .free-widget.item-container .item-container-background[dt-h='2'] .item-inner-container {
            max-height: none;
            height: auto !important;
        }

        .free-widget.item-container .item-container-background.no-img .content-wrapper .content-panel,
        .free-widget.item-container .item-container-background.no-img.no-subHdr .content-wrapper .content-panel,
        .free-widget.item-container .item-container-background .content-wrapper .content-panel,
        .qrtr-widget.free-widget.item-container .item-container-background .content-wrapper .content-panel,
        .qrtr-3-widget.free-widget.item-container .item-container-background .content-wrapper .content-panel,
        .big-widget.free-widget.item-container .item-container-background .content-wrapper .content-panel,
        .double-widget.free-widget.item-container .item-container-background .content-wrapper .content-panel,
        .xl-widget.free-widget.item-container .item-container-background .content-wrapper .content-panel {
            max-height: 700px;
            max-height: none;
            min-height: 40px;
            min-height: 20px;
            height: auto !important;
            padding-bottom: 16px;
        }
            .xl-widget.free-widget.item-container .item-container-background .content-wrapper .content-panel table[width] {
                max-width: 100%;
            }

        .default_page .pages_container.main_blocks,
        .content_holder > .pages_container.main_blocks .group-panel .group_panel_inner,
        .content_holder > .pages_container.main_blocks .group-panel {
            margin: 0;
        }

        .un_boxed.un_boxed_fullscreen .content_holder .pages_container.main_blocks .group-panel,
        .un_boxed.un_boxed_fullscreen .content_holder .group-panel {
            margin-right: 20px;
            margin-left: 20px;
        }

        .un_boxed.un_boxed_fullscreen .content_holder,
        .un_boxed.un_boxed_fullscreen .widgets_container.content_holder .group-panel,
        .un_boxed.un_boxed_fullscreen .widgets_container.content_holder .pages_container.main_blocks .group-panel {
            margin-right: 0;
            margin-left: 0;
        }

        .free-widget .item-container-background .content-wrapper {
            padding: 0 16px 16px;
        }
        /*.header_container .contacts {
        left: 0;
        top: 10px;
        position: absolute;
    }*/

        .DebugViewCont {
            top: 80px !important;
            right: 10px;
            left: auto !important;
        }
    }

    @media screen and (max-width:768px) {

        .header_container {
            /*padding: 64px 0 15px;*/
        }

            /*.un_boxed .header_container {
        padding: 64px 15px 15px;
    }*/

            /*.header_container.noLang,
    .un_boxed .header_container.noLang{
        padding-top:15px;
    }*/

            .header_container .header_logo {
                margin: 0;
            }


        .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_cont {
            width: 60px;
        }

        .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_button_cont {
            /*width: calc(100% - 175px);*/
        }

        .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_button {
            width: 36px;
        }

        .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .add_button {
            padding-right: 10px;
            padding-left: 10px;
        }

        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_cont ul li,
        .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont,
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-single,
        .shop_one_page .items_container .dvShopItems .secCategory .item .item-desc .accordion_header,
        .shop_one_page .items_container .dvShopItems .secCategory .item .property-multi-select .accordion_header {
            padding-right: 12px;
            padding-left: 12px;
            padding-right: 0;
            padding-left: 0;
        }
    }

    @media screen and (max-width:335px) {
        .default_page .main_image_container .main_text {
            /*margin: 0 14px;*/
            margin: 0;
            left: 0;
            right: 0;
            bottom: 0;
            top: auto;
        }

        .un_boxed .item_container .regular_button, .branch_item .regular_button {
            padding: 0 8px 1px;
            margin: 0 8px 8px;
        }
    }

    @media screen and (max-width:320px) {

        .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .amount_button {
            width: 32px;
        }

        .shop_one_page .items_container .dvShopItems .secCategory .item .dv-action-cont .add_button {
            padding-right: 5px;
            padding-left: 5px;
            font-size: 13px;
            width: calc(100% - 155px);
        }
    }
    /*B144 footer*/
    .dvB144_footer {
        padding: 10px 16px 20px;
        border-top: 1px solid #EFEFEF;
        color: #727272;
        direction: rtl;
        text-align: right;
    }

    .b144_footer_logo {
        fill: #727272;
    }

    .dvB144_footer .dvMainLink,
    .dvB144_footer .dvB144_category {
        display: inline;
    }

    .dvB144_footer .dvB144Links {
        display: inline-block;
        text-align: left;
        padding-left: 36px;
        line-height: 18px;
    }

    .dvB144_footer .dvMainLink a {
        display: inline-block;
        height: 36px;
        width: 36px;
        margin-bottom: -10px;
        vertical-align: bottom;
    }

    .dvB144_footer .dvB144Links .b144-logo {
        display: none;
    }

    .dvB144_footer .dvMainLink img {
        vertical-align: text-bottom;
        display: inline-block;
    }

    .dvB144_footer .dv_pwr {
        float: left;
        line-height: 16px;
    }

    @media screen and (max-width:480px) {
        .dvB144_footer {
            padding-bottom: 8px;
        }

            .dvB144_footer .dvB144_category {
                margin: 13px 0 5px;
            }

            .dvB144_footer .dvB144_category,
            .dvB144_footer .dvMainLink {
                display: block;
                text-align: center;
            }

            .dvB144_footer .dv_pwr {
                float: none;
                text-align: left;
                line-height: 34px;
            }
    }


    /*PREVIEW STATE*/
    .main-slider.insta-edit-mode {
        position: relative;
    }

        .main-slider.slider-stop-mode .prev-btn,
        .main-slider.slider-stop-mode .next-btn,
        .main-slider.insta-edit-mode .prev-btn,
        .main-slider.insta-edit-mode .next-btn {
            color: white;
            position: absolute;
            width: 55px;
            height: 70px;
            line-height: 70px;
            top: 6px;
            font-size: 62px;
            cursor: pointer;
            line-height: 70px;
            z-index: 20;
            display: none !important;
            opacity: 0.6;
        }

    .main-slider.slider-stop-mode .prev-btn,
    .main-slider.slider-stop-mode .next-btn {
        top: 20px;
        background-color: rgba(0,0,0,0.3);
    }

    .un_boxed .main-slider.slider-stop-mode .prev-btn,
    .un_boxed .main-slider.slider-stop-mode .next-btn {
        top: 0px;
    }

    .corporate_template .main-slider.slider-stop-mode .prev-btn,
    .corporate_template .main-slider.slider-stop-mode .next-btn {
        top: auto;
        bottom: 10px;
    }

    .graphic_template .main-slider.slider-stop-mode .prev-btn,
    .graphic_template .main-slider.slider-stop-mode .next-btn {
        top: 300px;
    }

    .main-slider.slider-stop-mode .prev-btn:hover,
    .main-slider.slider-stop-mode .next-btn:hover,
    .main-slider.insta-edit-mode .prev-btn:hover,
    .main-slider.insta-edit-mode .next-btn:hover {
        opacity: 1;
    }

    .main-slider.insta-edit-mode .next-btn {
        right: 15px;
    }

    .main-slider.slider-stop-mode .next-btn {
        right: 0;
    }

    .corporate_template .main-slider.slider-stop-mode .next-btn {
        right: 5px;
    }

    .wide_template .main-slider.slider-stop-mode .next-btn {
        right: 20px;
    }

    .main-slider.insta-edit-mode .prev-btn {
        right: 60px;
    }

    .main-slider.slider-stop-mode .prev-btn {
        right: 56px;
    }

    .corporate_template .main-slider.slider-stop-mode .prev-btn {
        right: 61px;
    }

    .wide_template .main-slider.slider-stop-mode .prev-btn {
        right: 76px;
    }

    .main-slider .prev-btn,
    .main-slider .next-btn {
        display: none !important;
    }

    .main-slider.slider-stop-mode .prev-btn,
    .main-slider.slider-stop-mode .next-btn,
    .main-slider.insta-edit-mode:hover .prev-btn,
    .main-slider.insta-edit-mode:hover .next-btn {
        display: block !important;
    }

    @media screen and (max-width: 768px) {
        .main-slider.slider-stop-mode .prev-btn,
        .main-slider.slider-stop-mode .next-btn {
            top: 0;
        }
    }

    .main-slider.insta-edit-mode:hover .insta-edit .insta-edit-cont {
        display: block;
    }

    .insta-edit-page .page_title .insta-edit-cont,
    .insta-edit .insta-edit-cont {
        display: none;
        width: 100%;
        background-color: rgba(0,0,0,0.7);
        height: 86px;
        position: absolute;
        /*padding: 0 4px;
    box-sizing: border-box;*/
        z-index: 15;
        box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.7);
        -webkit-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        transition: all 0.6s linear;
    }

    .insta-edit-page .page_title .insta-edit-cont {
        left: 0;
        top: 0;
    }

    .insta-edit-page .page_title:hover .insta-edit-cont,
    .insta-edit:hover .insta-edit-cont {
        display: block;
    }

    .insta-edit-page .page_title .insta-edit-cont .insta-edit-btn,
    .insta-edit .insta-edit-cont .insta-edit-btn {
        cursor: pointer;
        width: 62px;
        max-width: calc(25% - 17px);
        height: 62px;
        line-height: 62px;
        text-align: center;
        text-indent: 0;
        border: 2px solid #fff;
        color: #fff;
        display: inline-block;
        float: left;
        margin: 10px 0 10px 10px;
        font-size: 24px;
        background-color: rgba(0,0,0,0.2);
        border-radius: 3px;
    }

    .insta-edit.qrtr-widget .insta-edit-cont .insta-edit-btn {
        max-width: calc(25% - 17px);
    }

    .galleria.insta-edit .insta-edit-cont .insta-edit-btn {
        margin: 10px 0 10px 7px;
    }

    .insta-edit-page .page_title .insta-edit-cont .insta-edit-btn:hover,
    .insta-edit .insta-edit-cont .insta-edit-btn:hover {
        background-color: rgba(0,0,0,0.9);
        font-size: 32px;
    }

    .qanda_block .questions .question_wrapper.insta-edit .answer {
        display: block;
    }

    .insta-edit-embedded,
    .insta-edit-embedded-header,
    .un_boxed .qanda_block .qanda_cat.insta-edit,
    .qanda_block .qanda_cat.insta-edit,
    .doc_container .doc_category .category_title.insta-edit,
    .menu_container .menu_category .category_title.insta-edit {
        padding: 0;
        text-indent: 16px;
        line-height: 86px;
        height: 86px;
    }

    .insta-edit-embedded, .insta-edit-embedded-header {
        background-color: rgba(255,255,255,0.5);
        margin-bottom: 15px;
    }

    .insta-edit-embedded-header {
        text-align: center;
        font-size: 24px;
    }

    .menu_container .menu_category .items_list li.insta-edit,
    .doc_container .doc_category .items_list li.insta-edit,
    .qanda_block .questions .question_wrapper.insta-edit,
    .un_boxed .qanda_block .questions .question_wrapper.insta-edit {
        min-height: 86px;
        margin-bottom: 0;
    }

    @media screen and (max-width:360px) {
        .insta-edit .insta-edit-cont {
            width: 100% !important;
        }

            .insta-edit .insta-edit-cont .insta-edit-btn {
                max-width: calc(25% - 17px);
            }
    }

    .dvSocialMedia {
        position: absolute;
        left: 20px;
        top: 26px;
        height: 30px;
        z-index: 5;
    }

        .dvSocialMedia > * {
            float: left;
            margin-right: 5px;
        }

    .un_boxed .dvSocialMedia {
        left: 16px;
        padding-left: 20px;
        top: 30px;
    }

    .dvSocialMedia-home {
        background-color: rgba(255,255,255,0.85);
        padding: 5px 16px;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        height: 38px;
        margin: 0px;
    }

        .dvSocialMedia-home.dvSocialMedia-grp {
            position: relative;
        }

    .dvSocialMedia.dvSocialMedia-grp.dvSocialMedia-grp-opened {
        min-width: 200px;
    }

    .un_boxed .dvSocialMedia-home {
        margin: -10px 20px 5px;
        width: calc(100% - 40px);
    }

    .un_boxed.sticky.regist_hdr .dvSocialMedia-home,
    .sticky.regist_hdr .dvSocialMedia-home {
        margin-top: 5px;
    }

    .dvSocialMedia-home .waze-nav-link,
    .dvSocialMedia .waze-nav-link,
    .dvSocialMedia-home .btnWhatsApp,
    .dvSocialMedia .btnWhatsApp,
    .dvSocialMedia-home .btnFacebookShare,
    .dvSocialMedia .btnFacebookShare,
    .dvSocialMedia-home .btnGoogleShare,
    .dvSocialMedia .btnGoogleShare,
    .dvSocialMedia-grp .btnGroupedShare {
        background-color: #db4437;
        width: 75px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        border-radius: 4px;
        color: #fff;
        margin: 0 5px 0 0;
        float: left;
        cursor: pointer;
    }

    .dvSocialMedia-grp .btnGroupedShare {
        background-color: rgba(0,0,0,0.5);
        width: 28px;
        line-height: 32px;
        text-decoration: none;
        margin: 0;
    }

    .dvSocialMedia-home .fb-like,
    .dvSocialMedia .fb-like {
        margin: 0 5px 0 0;
        float: left;
    }

    .dvSocialMedia-home .btnFacebookShare,
    .dvSocialMedia .btnFacebookShare {
        background-color: #4267b2;
    }

    .dvSocialMedia-home .btnWhatsApp,
    .dvSocialMedia .btnWhatsApp,
    .content_whatsapp .btnWhatsApp {
        background-color: #25D366;
        color: #fff;
        cursor: pointer;
    }

    .content_whatsapp .btnWhatsApp {
        display: inline-block;
        border-radius: 25px;
        height: 32px;
        line-height: 32px;
        padding: 3px 7px;
    }


        .content_whatsapp .btnWhatsApp span {
            margin: 0 4px;
            white-space: nowrap;
            display: inline-block;
        }


        .content_whatsapp .btnWhatsApp img,
        .dvSocialMedia-home .btnWhatsApp img,
        .dvSocialMedia .btnWhatsApp img {
            margin-left: 2px;
            width: 25px;
            height: 28px;
            float: left;
        }

    .dvSocialMedia-home .waze-nav-link,
    .dvSocialMedia .waze-nav-link {
        background-color: #03a9da;
        width: 28px;
    }

        .dvSocialMedia-home .waze-nav-link span,
        .dvSocialMedia .waze-nav-link span {
            line-height: 28px;
        }

    .btnFacebookShare .icon-facebook3,
    .btnGoogleShare .icon-googleplus4 {
        vertical-align: middle;
    }

    .dvSocialMedia-prv::after {
        content: ' ';
        background-color: transparent;
        /*background-color: rgba(255,255,0,0.5);*/
        width: 100%;
        height: 38px;
        position: absolute;
        left: 0;
        top: 0px;
    }

    .fb_iframe_widget {
        /*top:-3px;*/
    }

        .fb_iframe_widget span {
            /*width:75px !important;*/
        }

    .twitter-share-button {
        margin-left: -12px;
    }

    @media screen and (max-width:480px) {
        .un_boxed .dvSocialMedia, .dvSocialMedia, .un_boxed .dvSocialMedia-home, .dvSocialMedia-home {
            margin: 0;
            top: 0;
            width: 100%;
            white-space: nowrap;
        }

        .un_boxed .dvSocialMedia,
        .dvSocialMedia {
            position: static;
            background-color: rgba(255,255,255,0.85);
            padding: 5px 16px;
            width: 100%;
            text-align: left;
            box-sizing: border-box;
            height: 38px;
        }

            .un_boxed .dvSocialMedia.dvSocialMedia-grp,
            .dvSocialMedia.dvSocialMedia-grp {
                position: relative;
            }

        .shop_only .dvSocialMedia {
            background-color: transparent;
            top: 0 !important;
            left: 0;
            height: 0;
            z-index: 5;
        }

        .shop_only .master_form {
            background-color: #f5f5f5;
        }
        /*.dvSocialMedia-home .btnWhatsApp, .dvSocialMedia .btnWhatsApp,
        .dvSocialMedia-home .btnFacebookShare, .dvSocialMedia .btnFacebookShare,
        .dvSocialMedia-home .btnGoogleShare, .dvSocialMedia .btnGoogleShare {
            max-width: calc(25% - 5px);
        }*/
        .dvSocialMedia-home > a,
        .dvSocialMedia > a {
            max-width: calc(25% - 5px);
        }

        .dvSocialMedia-home.dv-social-5 > *,
        .dvSocialMedia.dv-social-5 > * {
            max-width: calc((100% + 10px) / 5 - 5px);
            font-size: 14px;
        }

        .dvSocialMedia-home.dv-social-5.dv-social-nav > *,
        .dvSocialMedia.dv-social-5.dv-social-nav > * {
            max-width: calc((100% - 28px) / 5 - 5px);
        }

        .dvSocialMedia-home.dv-social-5.dv-social-nav .btnWhatsApp,
        .dvSocialMedia.dv-social-5.dv-social-nav .btnWhatsApp {
            position: relative;
            text-align: right;
        }

            .dvSocialMedia-home.dv-social-5.dv-social-nav .btnWhatsApp span[aria-hidden="true"],
            .dvSocialMedia.dv-social-5.dv-social-nav .btnWhatsApp span[aria-hidden="true"] {
            }

            .dvSocialMedia-home.dv-social-5.dv-social-nav .btnWhatsApp img,
            .dvSocialMedia.dv-social-5.dv-social-nav .btnWhatsApp img {
                width: 16px;
                position: absolute;
                top: 0;
                left: 0;
            }
    }


    /*DEBUG VIEW*/
    .DebugViewCont {
        position: fixed;
        z-index: 100;
        min-width: 130px;
        max-width: 500px;
        height: auto;
        max-height: 90%;
        overflow-y: auto;
        top: 10px;
        left: 8px;
        background-color: #f3f3f3;
        text-align: left;
        direction: ltr;
        font-size: 15px;
        line-height: 20px;
        border-radius: 3px;
        border: 2px solid #ccc;
        padding: 12px;
        box-shadow: -10px 10px 10px rgba(0,0,0,0.8);
    }

        .DebugViewCont .DebugViewCont_Sum {
            cursor: pointer;
        }

        .DebugViewCont .DebugViewCont_api,
        .DebugViewCont .DebugViewCont_page {
            /*display:none;*/
        }

            .DebugViewCont .DebugViewCont_page b {
                width: 36%;
                display: inline-block;
            }

            .DebugViewCont .DebugViewCont_page span {
                width: 18%;
                display: inline-block;
                white-space: nowrap;
            }

                .DebugViewCont .DebugViewCont_page span:nth-child(5n + 2) {
                    width: 23%;
                }

        .DebugViewCont .DebugViewCont_page,
        .DebugViewCont .DebugViewCont_api {
            padding: 15px 0;
            border-top: 1px solid #ccc;
        }

            .DebugViewCont .DebugViewCont_api span {
                width: 22%;
                display: inline-block;
            }

                .DebugViewCont .DebugViewCont_api span.req_time.req_over_time {
                    color: red;
                }

                .DebugViewCont .DebugViewCont_api span.req_name.req_metd {
                    color: darkgreen;
                }

                .DebugViewCont .DebugViewCont_api span.req_name.req_valid {
                    color: darkmagenta;
                }

                .DebugViewCont .DebugViewCont_api span.req_name.req_dlt {
                    color: darkgoldenrod;
                }

                .DebugViewCont .DebugViewCont_api span.req_name.req_insrt {
                    color: darkblue;
                }

                .DebugViewCont .DebugViewCont_api span.req_name.req_updt {
                    color: darkred;
                }

                .DebugViewCont .DebugViewCont_api span:nth-child(3n + 1) {
                    width: 75%;
                }

                .DebugViewCont .DebugViewCont_api span:nth-child(30n + 2),
                .DebugViewCont .DebugViewCont_api span:nth-child(30n + 1) {
                    border-bottom: 1px dashed #ccc;
                }

        .DebugViewCont .dbg_error {
            border: 1px solid red;
            padding: 10px;
            background-color: rgba(255,0,0,0.1);
            margin: 10px 0;
        }

            .DebugViewCont .dbg_error b {
                font-weight: bold;
                display: block;
            }
    /*END DEBUG VIEW*/

    /*VIDEO BACKGROUND*/
    .video-background-slide {
        background-color: #000;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }



    .video-background {
        position: fixed;
        top: 50%;
        left: 0;
        padding-top: 56.25%;
        width: 100%;
        height: 100vh;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 2s opacity ease;
        transition: 2s opacity ease;
        opacity: 1;
        z-index: -1;
    }

    .widgets-container-tv.video-background {
        position: absolute;
        top: -60px;
        left: 0;
        padding: 0;
        transform: none;
    }

        .video-background-slide.loading .video-background,
        .widgets-container-tv.video-background.loading {
            opacity: 0;
        }

    .video-foreground,
    .video-background iframe {
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    /*END VIDEO BACKGROUND*/

    .free-widget-button-share {
        text-align: right !important;
    }

        .free-widget-button-share i {
            float: left;
        }

    .dv-share-popup {
        display: none;
        position: absolute;
        z-index: 999;
        border: 1px solid #ddd;
        font-size: 24px;
        background-color: #fff;
        text-align: center;
        padding: 5px 5px 0px;
        box-shadow: 1px 0px 3px 1px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }

        .dv-share-popup:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 0;
            border: 9px solid transparent;
            border-top-color: #ddd;
            border-bottom: 0;
            margin-left: -9px;
            margin-bottom: -9px;
        }

        .dv-share-popup:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 0;
            border: 8px solid transparent;
            border-top-color: #fff;
            border-bottom: 0;
            margin-left: -8px;
            margin-bottom: -8px;
        }

    .dvSocialMedia-grp .dv-share-popup:before,
    .dvSocialMedia-grp .dv-share-popup:after {
        left: 12px;
        bottom: auto;
    }

    .dvSocialMedia-grp .dv-share-popup:before {
        border: 9px solid transparent;
        border-bottom-color: #ddd;
        border-top: 0;
        top: -9px;
    }

    .dvSocialMedia-grp .dv-share-popup:after {
        border: 8px solid transparent;
        border-bottom-color: #fff;
        border-top: 0;
        top: -8px;
    }

    .dv-share-popup a {
        margin: 5px;
        display: inline-block;
        vertical-align: text-top;
    }

        .dv-share-popup a.share-popup-fb {
            color: #2b358f;
        }

        .dv-share-popup a.share-popup-tw {
            color: #348ee1;
        }

        .dv-share-popup a.share-popup-wa {
            background-color: #25D366;
            width: 24px;
            height: 24px;
            border-radius: 4px;
        }

            .dv-share-popup a.share-popup-wa img {
                width: 90%;
                margin: 5%;
            }

        .dv-share-popup a.share-popup-em {
            color: #cd0006;
        }



    .lazy {
        background-image: none !important;
    }