/* Minification failed. Returning unminified contents.
(878,247): run-time error CSS1046: Expect comma, found '230'
(878,254): run-time error CSS1046: Expect comma, found ')'
 */
@charset "utf-8";
/* CSS Document FOR RESETING THE TAGS SO IT WOULD FIT TO ALL BROWSERS */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: none; font-size: 100%; vertical-align: baseline; background: transparent; background-repeat: no-repeat; background-position: top center; }
body { line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
    nav ul, ul { list-style: none; }
blockquote, q { quotes: none; }
    blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: top; background: transparent; text-decoration: none; color: inherit; }
/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }
/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select, textarea, button { vertical-align: middle; padding: 0; resize-x: none; box-sizing: border-box; }
button, input, select { background-image: none; }
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }

@font-face { font-family: 'OpenSans_Condensed'; font-weight: 900; src: url('./Fonts/Open_Sans/static/OpenSans_Condensed/OpenSans_Condensed-ExtraBold.ttf') format('truetype'); }
@font-face { font-family: 'OpenSans_Condensed'; font-weight: 800; src: url('./Fonts/Open_Sans/static/OpenSans_Condensed/OpenSans_Condensed-Bold.ttf') format('truetype'); }
@font-face { font-family: 'OpenSans_Condensed'; font-weight: 600; src: url('./Fonts/Open_Sans/static/OpenSans_Condensed/OpenSans_Condensed-SemiBold.ttf') format('truetype'); }
@font-face { font-family: 'OpenSans_Condensed'; font-weight: 500; src: url('./Fonts/Open_Sans/static/OpenSans_Condensed/OpenSans_Condensed-Medium.ttf') format('truetype'); }
@font-face { font-family: 'OpenSans_Condensed'; font-weight: 400; src: url('./Fonts/Open_Sans/static/OpenSans_Condensed/OpenSans_Condensed-Regular.ttf') format('truetype'); }
@font-face { font-family: 'OpenSans_Condensed'; font-weight: 300; src: url('./Fonts/Open_Sans/static/OpenSans_Condensed/OpenSans_Condensed-Light.ttf') format('truetype'); }

/******General Classes******/
.pos_relative { position: relative; }
.display_none { display: none; }
.display_mobile { display: none; }
.disabled { pointer-events: none; opacity:0.5; }
.bold { font-weight: 500; }
.clearfix::after, .clearfix::before { content: ""; width: 100%; display: block; clear: both; }
.transition { transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.translateY { transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.text_center { text-align: center; }
.text_left { text-align: left; }
.text_right { text-align: right; }
.box_sizing { box-sizing: border-box; }
.padding { padding-left: 10px; padding-right: 10px; }
.padding_t_20 { padding-top: 20px; }


.field-validation-error { position: absolute; left: 15px; top: 3px; color: #fa0404; pointer-events: none; font-size: 10px; z-index: 1; width: auto !important; }
    .input-validation-error, .field-validation-error + .like_select { box-shadow: inset 0 0 2px #ff0000 !important; }

.tbl { display: table; table-layout: fixed; }
    .tbl > * { display: table-cell; }

input, textarea, select { font-family: OpenSans_Condensed; outline: 0; }

.image { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 0; }
    .image > img { overflow: hidden; width: 100%; height: 0; opacity: 0; }
.image2 { background-position: center center; background-repeat: no-repeat; background-size: contain; }
.main_image { height: 500px; width: 100%; margin-bottom: 10px; }

.bread { padding: 5px 10px 0 10px; margin-bottom: 10px; box-sizing: border-box; text-align: left; font-size: 0.8em; }
    .bread a { color: #808080; }
    .bread > div > * { display: inline-block; vertical-align: middle; }
    .bread a:hover, .bread a:focus { text-decoration: underline; }

.socials > li { margin-left: 10px; }
    .socials > li:last-child { margin-left: 0; }
    .socials > li > a { display: block; width: 35px; height: 35px; line-height: 35px; background-color: #000; color: #fff;  border-radius: 50%; text-align: center; }
        .socials > li > a:hover, .footer_socials .socials > li > a:focus { color: #202020; background-color: #fff; }

.link { color: #1694C4; }
    .link:hover, .link:focus { text-decoration: underline; }


.favorite { position: relative; color: #202020; }
    .favorite.active { color: #004965; }
    .favorite svg path { transition: all 0.5s ease-in-out; }
    .favorite.active svg path { fill: #26D0AD; stroke: #26D0AD; }

.favorite_tooltip { width: 115px; background-color: #202020; color: #fff; padding: 5px 10px; box-sizing: border-box; border-radius: 5px; opacity: 1; font-size: 0.8em; position: absolute; top: -27px; left: -200%; z-index: 1; opacity: 0; pointer-events: none; box-shadow: 0 3px 6px #20202059; }
    .favorite_tooltip > span { white-space: nowrap; background-color: #202020; position: relative; z-index: 2; }
    .favorite_tooltip::after { content: ''; position: absolute; display: inline-block; width: 10px; height: 10px; bottom: 3px; left: 0; right: 0; margin: auto; background-color: #202020; transform: matrix(.7071,-.7071,.7071,.7071,-7,7); pointer-events: none; }
.favorite:hover .favorite_tooltip { opacity: 1; }

.video_conti { position: relative; height: 0; padding-bottom: 100%; }
    .video_conti > *, .video_conti > * > * { position: absolute; width: 100%; height: 100%; }
/******End General Classes******/

/***Arrows****/
.arrow { border: solid black; border-width: 0 2px 2px 0; display: inline-block; padding: 4px; }
.arrow_right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.arrow_left { transform: rotate(135deg); -webkit-transform: rotate(135deg); }
.arrow_up { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }
.arrow_down { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
/***End Arrows****/

@media only screen and (max-width : 768px) {
    .main_image { height: 400px; }
}

@media only screen and (max-width : 600px) {
    .hide_mobile { display: none; }
}

@media only screen and (max-width : 414px) {
    .main_image { height: 299px; }
}

/******Pagination******/
.pagination { margin-top: 20px; }
    .pagination > ul { }
        .pagination > ul > li { margin-left: 8px; display: inline-block; }
            .pagination > ul > li:last-child { margin-left: 0; }
            .pagination > ul > li > a { display: block; font-weight: 500; color: #202020; font-size: 1em; border: 1px solid #202020; border-radius: 20px; width: 50px; height: 41px; text-align: center; line-height: 41px; }
                .pagination > ul > li > a:hover, .pagination > ul > li > a:focus { background-color: #202020; color: #fff; }
                .pagination > ul > li > a.active { background-color: #202020; color: #fff; }
/******End Pagination******/

.flex { display: flex; }
.flex_space_evenly { justify-content: space-between; }
.flex_space_center { justify-content: center; }
.flex_items_align_middle { align-items: center; }
.flex_wrap { flex-wrap: wrap; }
.flex_row { flex-direction: row; }
.flex_column { flex-direction: column; }

.item_order_1 { order: 1; }
.item_order_2 { order: 2; }
.item_order_3 { order: 3; }
.item_order_4 { order: 4; }
.item_order_5 { order: 5; }
.item_order_6 { order: 6; }
.item_order_7 { order: 7; }
.item_order_8 { order: 8; }
.item_order_9 { order: 9; }
.item_order_10 { order: 10; }

.flex_column_1 { width: 10%; }
.flex_column_2 { width: 20%; }
.flex_column_3 { width: 30%; }
.flex_column_4 { width: 40%; }
.flex_column_5 { width: 50%; }
.flex_column_6 { width: 60%; }
.flex_column_7 { width: 70%; }
.flex_column_8 { width: 80%; }
.flex_column_9 { width: 90%; }
.flex_column_10 { width: 100%; }

.flex_items_1 { width: 100%; }
.flex_items_2 { width: 50%; }
.flex_items_3 { width: 33.33%; }
.flex_items_4 { width: 25%; }
.flex_items_5 { width: 20%; }
.flex_items_6 { width: 16.66%; }
.flex_items_7 { width: 14.285%; }
.flex_items_8 { width: 12.5%; }
.flex_items_9 { width: 11.11%; }
.flex_items_10 { width: 10%; }

.flex_item_space_0 { padding-left: 0; }
.flex_item_space_right_0 { padding-right: 0; }
.flex_item_space_5 { padding-left: 5px; }
.flex_item_space_right_5 { padding-right: 5px; }
.flex_column_space_5 { padding-right: 5px; }
.flex_column_space_left_5 { padding-left: 5px; }
.flex_item_space_10 { padding-left: 10px; }
.flex_item_space_right_10 { padding-right: 10px; }
.flex_column_space_10 { padding-right: 10px; }
.flex_column_space_left_10 { padding-left: 10px; }
.flex_item_space_15 { padding-left: 15px; }
.flex_item_space_right_15 { padding-right: 15px; }
.flex_column_space_15 { padding-right: 15px; }
.flex_column_space_left_15 { padding-left: 15px; }
.flex_item_space_20 { padding-left: 20px; }
.flex_item_space_right_20 { padding-right: 20px; }
.flex_column_space_20 { padding-right: 20px; }
.flex_column_space_left_20 { padding-left: 20px; }
.flex_item_space_25 { padding-left: 25px; }
.flex_item_space_right_25 { padding-right: 25px; }
.flex_column_space_25 { padding-right: 25px; }
.flex_column_space_left_25 { padding-left: 25px; }
.flex_item_space_30 { padding-left: 30px; }
.flex_item_space_right_30 { padding-right: 30px; }
.flex_column_space_30 { padding-right: 30px; }
.flex_column_space_left_30 { padding-left: 30px; }
.flex_item_space_35 { padding-left: 35px; }
.flex_item_space_right_35 { padding-right: 35px; }
.flex_column_space_35 { padding-right: 35px; }
.flex_column_space_left_35 { padding-left: 35px; }
.flex_item_space_40 { padding-left: 40px; }
.flex_item_space_right_40 { padding-right: 40px; }
.flex_column_space_40 { padding-right: 40px; }
.flex_column_space_left_40 { padding-right: 40px; }

.item_margin_b_0 { margin-bottom: 0; }
.item_margin_b_10 { margin-bottom: 10px; }
.item_margin_b_20 { margin-bottom: 20px; }
.item_margin_b_30 { margin-bottom: 30px; }
.item_margin_b_40 { margin-bottom: 40px; }
.item_margin_b_50 { margin-bottom: 50px; }
.item_margin_b_60 { margin-bottom: 60px; }
.item_margin_b_70 { margin-bottom: 70px; }
.item_margin_b_80 { margin-bottom: 80px; }
.item_margin_b_90 { margin-bottom: 90px; }
.item_margin_b_100 { margin-bottom: 100px; }

@media only screen and (max-width : 1366px) {
    .flex_laptop_column_1 { width: 10%; }
    .flex_laptop_column_2 { width: 20%; }
    .flex_laptop_column_3 { width: 30%; }
    .flex_laptop_column_4 { width: 40%; }
    .flex_laptop_column_5 { width: 50%; }
    .flex_laptop_column_6 { width: 60%; }
    .flex_laptop_column_7 { width: 70%; }
    .flex_laptop_column_8 { width: 80%; }
    .flex_laptop_column_9 { width: 90%; }
    .flex_laptop_column_10 { width: 100%; }

    .flex_laptop_items_1 { width: 100%; }
    .flex_laptop_items_2 { width: 50%; }
    .flex_laptop_items_3 { width: 33.33%; }
    .flex_laptop_items_4 { width: 25%; }
    .flex_laptop_items_5 { width: 20%; }
    .flex_laptop_items_6 { width: 16.66%; }
    .flex_laptop_items_7 { width: 14.285%; }
    .flex_laptop_items_8 { width: 12.5%; }
    .flex_laptop_items_9 { width: 11.11%; }
    .flex_laptop_items_10 { width: 10%; }

    .item_order_laptop_1 { order: 1; }
    .item_order_laptop_2 { order: 2; }
    .item_order_laptop_3 { order: 3; }
    .item_order_laptop_4 { order: 4; }
    .item_order_laptop_5 { order: 5; }
    .item_order_laptop_6 { order: 6; }
    .item_order_laptop_7 { order: 7; }
    .item_order_laptop_8 { order: 8; }
    .item_order_laptop_9 { order: 9; }
    .item_order_laptop_10 { order: 10; }

    .item_margin_b_laptop_0 { margin-bottom: 0; }
    .item_margin_b_laptop_10 { margin-bottom: 10px; }
    .item_margin_b_laptop_20 { margin-bottom: 20px; }
    .item_margin_b_laptop_30 { margin-bottom: 30px; }
    .item_margin_b_laptop_40 { margin-bottom: 40px; }
    .item_margin_b_laptop_50 { margin-bottom: 50px; }
    .item_margin_b_laptop_60 { margin-bottom: 60px; }
    .item_margin_b_laptop_70 { margin-bottom: 70px; }
    .item_margin_b_laptop_80 { margin-bottom: 80px; }
    .item_margin_b_laptop_90 { margin-bottom: 90px; }
    .item_margin_b_laptop_100 { margin-bottom: 100px; }

    .flex_item_space_laptop_0 { padding-left: 0; }
    .flex_item_space_right_laptop_0 { padding-right: 0; }
    .flex_item_space_laptop_5 { padding-left: 5px; }
    .flex_item_space_right_laptop_5 { padding-right: 5px; }
    .flex_column_space_laptop_5 { padding-right: 5px; }
    .flex_column_space_left_laptop_5 { padding-left: 5px; }
    .flex_item_space_laptop_10 { padding-left: 10px; }
    .flex_item_space_right_laptop_10 { padding-right: 10px; }
    .flex_column_space_laptop_10 { padding-right: 10px; }
    .flex_column_space_left_laptop_10 { padding-left: 10px; }
    .flex_item_space_laptop_15 { padding-left: 15px; }
    .flex_item_space_right_laptop_15 { padding-right: 15px; }
    .flex_column_space_laptop_15 { padding-right: 15px; }
    .flex_column_space_left_laptop_15 { padding-left: 15px; }
    .flex_item_space_laptop_20 { padding-left: 20px; }
    .flex_item_space_right_laptop_20 { padding-right: 20px; }
    .flex_column_space_laptop_20 { padding-right: 20px; }
    .flex_column_space_left_laptop_20 { padding-left: 20px; }
    .flex_item_space_laptop_25 { padding-left: 25px; }
    .flex_item_space_right_laptop_25 { padding-right: 25px; }
    .flex_column_space_laptop_25 { padding-right: 25px; }
    .flex_column_space_left_laptop_25 { padding-left: 25px; }
    .flex_item_space_laptop_30 { padding-left: 30px; }
    .flex_item_space_right_laptop_30 { padding-right: 30px; }
    .flex_column_space_laptop_30 { padding-right: 30px; }
    .flex_column_space_left_laptop_30 { padding-left: 30px; }
    .flex_item_space_laptop_35 { padding-left: 35px; }
    .flex_item_space_right_laptop_35 { padding-right: 35px; }
    .flex_column_space_laptop_35 { padding-right: 35px; }
    .flex_column_space_left_laptop_35 { padding-left: 35px; }
    .flex_item_space_laptop_40 { padding-left: 40px; }
    .flex_item_space_right_laptop_40 { padding-right: 40px; }
    .flex_column_space_laptop_40 { padding-right: 40px; }
    .flex_column_space_left_laptop_40 { padding-right: 40px; }
}

@media only screen and (max-width : 1020px) {
    .flex_laptop_smaller_column_1 { width: 10%; }
    .flex_laptop_smaller_column_2 { width: 20%; }
    .flex_laptop_smaller_column_3 { width: 30%; }
    .flex_laptop_smaller_column_4 { width: 40%; }
    .flex_laptop_smaller_column_5 { width: 50%; }
    .flex_laptop_smaller_column_6 { width: 60%; }
    .flex_laptop_smaller_column_7 { width: 70%; }
    .flex_laptop_smaller_column_8 { width: 80%; }
    .flex_laptop_smaller_column_9 { width: 90%; }
    .flex_laptop_smaller_column_10 { width: 100%; }

    .flex_laptop_smaller_items_1 { width: 100%; }
    .flex_laptop_smaller_items_2 { width: 50%; }
    .flex_laptop_smaller_items_3 { width: 33.33%; }
    .flex_laptop_smaller_items_4 { width: 25%; }
    .flex_laptop_smaller_items_5 { width: 20%; }
    .flex_laptop_smaller_items_6 { width: 16.66%; }
    .flex_laptop_smaller_items_7 { width: 14.285%; }
    .flex_laptop_smaller_items_8 { width: 12.5%; }
    .flex_laptop_smaller_items_9 { width: 11.11%; }
    .flex_laptop_smaller_items_10 { width: 10%; }

    .item_order_laptop_smaller_1 { order: 1; }
    .item_order_laptop_smaller_2 { order: 2; }
    .item_order_laptop_smaller_3 { order: 3; }
    .item_order_laptop_smaller_4 { order: 4; }
    .item_order_laptop_smaller_5 { order: 5; }
    .item_order_laptop_smaller_6 { order: 6; }
    .item_order_laptop_smaller_7 { order: 7; }
    .item_order_laptop_smaller_8 { order: 8; }
    .item_order_laptop_smaller_9 { order: 9; }
    .item_order_laptop_smaller_10 { order: 10; }

    .item_margin_b_laptop_smaller_0 { margin-bottom: 0; }
    .item_margin_b_laptop_smaller_10 { margin-bottom: 10px; }
    .item_margin_b_laptop_smaller_20 { margin-bottom: 20px; }
    .item_margin_b_laptop_smaller_30 { margin-bottom: 30px; }
    .item_margin_b_laptop_smaller_40 { margin-bottom: 40px; }
    .item_margin_b_laptop_smaller_50 { margin-bottom: 50px; }
    .item_margin_b_laptop_smaller_60 { margin-bottom: 60px; }
    .item_margin_b_laptop_smaller_70 { margin-bottom: 70px; }
    .item_margin_b_laptop_smaller_80 { margin-bottom: 80px; }
    .item_margin_b_laptop_smaller_90 { margin-bottom: 90px; }
    .item_margin_b_laptop_smaller_100 { margin-bottom: 100px; }

    .flex_item_space_smaller_0 { padding-left: 0; }
    .flex_item_space_right_smaller_0 { padding-right: 0; }
    .flex_item_space_smaller_5 { padding-left: 5px; }
    .flex_item_space_right_smaller_5 { padding-right: 5px; }
    .flex_column_space_smaller_5 { padding-right: 5px; }
    .flex_column_space_left_smaller_5 { padding-left: 5px; }
    .flex_item_space_smaller_10 { padding-left: 10px; }
    .flex_item_space_right_smaller_10 { padding-right: 10px; }
    .flex_column_space_smaller_10 { padding-right: 10px; }
    .flex_column_space_left_smaller_10 { padding-left: 10px; }
    .flex_item_space_smaller_15 { padding-left: 15px; }
    .flex_item_space_right_smaller_15 { padding-right: 15px; }
    .flex_column_space_smaller_15 { padding-right: 15px; }
    .flex_column_space_left_smaller_15 { padding-left: 15px; }
    .flex_item_space_smaller_20 { padding-left: 20px; }
    .flex_item_space_right_smaller_20 { padding-right: 20px; }
    .flex_column_space_smaller_20 { padding-right: 20px; }
    .flex_column_space_left_smaller_20 { padding-left: 20px; }
    .flex_item_space_smaller_25 { padding-left: 25px; }
    .flex_item_space_right_smaller_25 { padding-right: 25px; }
    .flex_column_space_smaller_25 { padding-right: 25px; }
    .flex_column_space_left_smaller_25 { padding-left: 25px; }
    .flex_item_space_smaller_30 { padding-left: 30px; }
    .flex_item_space_right_smaller_30 { padding-right: 30px; }
    .flex_column_space_smaller_30 { padding-right: 30px; }
    .flex_column_space_left_smaller_30 { padding-left: 30px; }
    .flex_item_space_smaller_35 { padding-left: 35px; }
    .flex_item_space_right_smaller_35 { padding-right: 35px; }
    .flex_column_space_smaller_35 { padding-right: 35px; }
    .flex_column_space_left_smaller_35 { padding-left: 35px; }
    .flex_item_space_smaller_40 { padding-left: 40px; }
    .flex_item_space_right_smaller_40 { padding-right: 40px; }
    .flex_column_space_smaller_40 { padding-right: 40px; }
    .flex_column_space_left_smaller_40 { padding-right: 40px; }
}

@media only screen and (max-width : 768px) {
    .flex_tab_column_1 { width: 10%; }
    .flex_tab_column_2 { width: 20%; }
    .flex_tab_column_3 { width: 30%; }
    .flex_tab_column_4 { width: 40%; }
    .flex_tab_column_5 { width: 50%; }
    .flex_tab_column_6 { width: 60%; }
    .flex_tab_column_7 { width: 70%; }
    .flex_tab_column_8 { width: 80%; }
    .flex_tab_column_9 { width: 90%; }
    .flex_tab_column_10 { width: 100%; }

    .flex_tab_items_1 { width: 100%; }
    .flex_tab_items_2 { width: 50%; }
    .flex_tab_items_3 { width: 33.33%; }
    .flex_tab_items_4 { width: 25%; }
    .flex_tab_items_5 { width: 20%; }
    .flex_tab_items_6 { width: 16.66%; }
    .flex_tab_items_7 { width: 14.285%; }
    .flex_tab_items_8 { width: 12.5%; }
    .flex_tab_items_9 { width: 11.11%; }
    .flex_tab_items_10 { width: 10%; }

    .item_order_tab_1 { order: 1; }
    .item_order_tab_2 { order: 2; }
    .item_order_tab_3 { order: 3; }
    .item_order_tab_4 { order: 4; }
    .item_order_tab_5 { order: 5; }
    .item_order_tab_6 { order: 6; }
    .item_order_tab_7 { order: 7; }
    .item_order_tab_8 { order: 8; }
    .item_order_tab_9 { order: 9; }
    .item_order_tab_10 { order: 10; }

    .item_margin_b_tab_0 { margin-bottom: 0; }
    .item_margin_b_tab_10 { margin-bottom: 10px; }
    .item_margin_b_tab_20 { margin-bottom: 20px; }
    .item_margin_b_tab_30 { margin-bottom: 30px; }
    .item_margin_b_tab_40 { margin-bottom: 40px; }
    .item_margin_b_tab_50 { margin-bottom: 50px; }
    .item_margin_b_tab_60 { margin-bottom: 60px; }
    .item_margin_b_tab_70 { margin-bottom: 70px; }
    .item_margin_b_tab_80 { margin-bottom: 80px; }
    .item_margin_b_tab_90 { margin-bottom: 90px; }
    .item_margin_b_tab_100 { margin-bottom: 100px; }

    .flex_item_space_tab_0 { padding-left: 0; }
    .flex_item_space_right_tab_0 { padding-right: 0; }
    .flex_item_space_tab_5 { padding-left: 5px; }
    .flex_item_space_right_tab_5 { padding-right: 5px; }
    .flex_column_space_tab_5 { padding-right: 5px; }
    .flex_column_space_left_tab_5 { padding-left: 5px; }
    .flex_item_space_tab_10 { padding-left: 10px; }
    .flex_item_space_right_tab_10 { padding-right: 10px; }
    .flex_column_space_tab_10 { padding-right: 10px; }
    .flex_column_space_left_tab_10 { padding-left: 10px; }
    .flex_item_space_tab_15 { padding-left: 15px; }
    .flex_item_space_right_tab_15 { padding-right: 15px; }
    .flex_column_space_tab_15 { padding-right: 15px; }
    .flex_column_space_left_tab_15 { padding-left: 15px; }
    .flex_item_space_tab_20 { padding-left: 20px; }
    .flex_item_space_right_tab_20 { padding-right: 20px; }
    .flex_column_space_tab_20 { padding-right: 20px; }
    .flex_column_space_left_tab_20 { padding-left: 20px; }
    .flex_item_space_tab_25 { padding-left: 25px; }
    .flex_item_space_right_tab_25 { padding-right: 25px; }
    .flex_column_space_tab_25 { padding-right: 25px; }
    .flex_column_space_left_tab_25 { padding-left: 25px; }
    .flex_item_space_tab_30 { padding-left: 30px; }
    .flex_item_space_right_tab_30 { padding-right: 30px; }
    .flex_column_space_tab_30 { padding-right: 30px; }
    .flex_column_space_left_tab_30 { padding-left: 30px; }
    .flex_item_space_tab_35 { padding-left: 35px; }
    .flex_item_space_right_tab_35 { padding-right: 35px; }
    .flex_column_space_tab_35 { padding-right: 35px; }
    .flex_column_space_left_tab_35 { padding-left: 35px; }
    .flex_item_space_tab_40 { padding-left: 40px; }
    .flex_item_space_right_tab_40 { padding-right: 40px; }
    .flex_column_space_tab_40 { padding-right: 40px; }
    .flex_column_space_left_tab_40 { padding-right: 40px; }
}

@media only screen and (max-width : 600px) {
    .flex_mobile_column_1 { width: 10%; }
    .flex_mobile_column_2 { width: 20%; }
    .flex_mobile_column_3 { width: 30%; }
    .flex_mobile_column_4 { width: 40%; }
    .flex_mobile_column_5 { width: 50%; }
    .flex_mobile_column_6 { width: 60%; }
    .flex_mobile_column_7 { width: 70%; }
    .flex_mobile_column_8 { width: 80%; }
    .flex_mobile_column_9 { width: 90%; }
    .flex_mobile_column_10 { width: 100%; }

    .flex_mobile_items_1 { width: 100%; }
    .flex_mobile_items_2 { width: 50%; }
    .flex_mobile_items_3 { width: 33.33%; }
    .flex_mobile_items_4 { width: 25%; }
    .flex_mobile_items_5 { width: 20%; }
    .flex_mobile_items_6 { width: 16.66%; }
    .flex_mobile_items_7 { width: 14.285%; }
    .flex_mobile_items_8 { width: 12.5%; }
    .flex_mobile_items_9 { width: 11.11%; }
    .flex_mobile_items_10 { width: 10%; }

    .item_order_mobile_1 { order: 1; }
    .item_order_mobile_2 { order: 2; }
    .item_order_mobile_3 { order: 3; }
    .item_order_mobile_4 { order: 4; }
    .item_order_mobile_5 { order: 5; }
    .item_order_mobile_6 { order: 6; }
    .item_order_mobile_7 { order: 7; }
    .item_order_mobile_8 { order: 8; }
    .item_order_mobile_9 { order: 9; }
    .item_order_mobile_10 { order: 10; }

    .item_margin_b_mobile_0 { margin-bottom: 0; }
    .item_margin_b_mobile_10 { margin-bottom: 10px; }
    .item_margin_b_mobile_20 { margin-bottom: 20px; }
    .item_margin_b_mobile_30 { margin-bottom: 30px; }
    .item_margin_b_mobile_40 { margin-bottom: 40px; }
    .item_margin_b_mobile_50 { margin-bottom: 50px; }
    .item_margin_b_mobile_60 { margin-bottom: 60px; }
    .item_margin_b_mobile_70 { margin-bottom: 70px; }
    .item_margin_b_mobile_80 { margin-bottom: 80px; }
    .item_margin_b_mobile_90 { margin-bottom: 90px; }
    .item_margin_b_mobile_100 { margin-bottom: 100px; }

    .flex_item_space_mobile_0 { padding-left: 0; }
    .flex_item_space_right_mobile_0 { padding-right: 0; }
    .flex_item_space_mobile_5 { padding-left: 5px; }
    .flex_item_space_right_mobile_5 { padding-right: 5px; }
    .flex_column_space_mobile_5 { padding-right: 5px; }
    .flex_column_space_left_mobile_5 { padding-left: 5px; }
    .flex_item_space_mobile_10 { padding-left: 10px; }
    .flex_item_space_right_mobile_10 { padding-right: 10px; }
    .flex_column_space_mobile_10 { padding-right: 10px; }
    .flex_column_space_left_mobile_10 { padding-left: 10px; }
    .flex_item_space_mobile_15 { padding-left: 15px; }
    .flex_item_space_right_mobile_15 { padding-right: 15px; }
    .flex_column_space_mobile_15 { padding-right: 15px; }
    .flex_column_space_left_mobile_15 { padding-left: 15px; }
    .flex_item_space_mobile_20 { padding-left: 20px; }
    .flex_item_space_right_mobile_20 { padding-right: 20px; }
    .flex_column_space_mobile_20 { padding-right: 20px; }
    .flex_column_space_left_mobile_20 { padding-left: 20px; }
    .flex_item_space_mobile_25 { padding-left: 25px; }
    .flex_item_space_right_mobile_25 { padding-right: 25px; }
    .flex_column_space_mobile_25 { padding-right: 25px; }
    .flex_column_space_left_mobile_25 { padding-left: 25px; }
    .flex_item_space_mobile_30 { padding-left: 30px; }
    .flex_item_space_right_mobile_30 { padding-right: 30px; }
    .flex_column_space_mobile_30 { padding-right: 30px; }
    .flex_column_space_left_mobile_30 { padding-left: 30px; }
    .flex_item_space_mobile_35 { padding-left: 35px; }
    .flex_item_space_right_mobile_35 { padding-right: 35px; }
    .flex_column_space_mobile_35 { padding-right: 35px; }
    .flex_column_space_left_mobile_35 { padding-left: 35px; }
    .flex_item_space_mobile_40 { padding-left: 40px; }
    .flex_item_space_right_mobile_40 { padding-right: 40px; }
    .flex_column_space_mobile_40 { padding-right: 40px; }
    .flex_column_space_left_mobile_40 { padding-right: 40px; }
}

/******Popups******/
.popup_conti { position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); right: 0; top: 0; z-index: 1000000; padding: 10px; box-sizing: border-box; overflow-y: auto; display: none; }
.popup { background-color: #fff; margin: 0 auto; padding: 50px; max-width: 600px; width: 100%; position: relative; box-sizing: border-box; top: 5%; border-radius: 30px; }
.close_popup { position: absolute; right: 20px; color: #000; top: 20px; font-weight: 400; font-size: 20px; }
/******End Popups******/

.product_added_popup { }
    .product_added_popup .popup { max-width: 768px; border-radius: 10px; box-shadow: 0px 5px 8px #00000075; padding: 30px 24px; box-sizing: border-box; }
    .product_added_popup .close_popup { right: initial; left: 10px; top: 25px; color: #353535; width: 32px; height: 32px; line-height: 32px; border-radius: 50%; border: 1px solid #353535; box-sizing: border-box; text-align: center; }
    .product_added_popup .popup_title { margin-bottom: 25px; }
        .product_added_popup .popup_title .check { text-align: center; width: 32px; height: 32px; line-height: 38px; border-radius: 50%; background-color: #89B32F; margin-left: 10px; }
        .product_added_popup .popup_title .title { color: #202020; font-weight: 700; font-size: 2.2em; }

    .product_added_popup .prod_conti { margin-bottom: 15px; padding: 3px; box-sizing: border-box; background-color: rgba(53, 53, 53, 0.05); }
        .product_added_popup .prod_conti .image { width: 85px; height: 85px; box-shadow: 0px 3px 6px #0000005C; background-color: #fff; }
        .product_added_popup .prod_conti .content { width: calc(100% - 90px); }
            .product_added_popup .prod_conti .content > h2 { font-size: 1.15em; display: block; margin-bottom: 10px; font-weight: 500; }
            .product_added_popup .prod_conti .content > p { font-size: 0.9em; line-height: 120%; }

    .product_added_popup .total_prices { font-size: 1.15em; display: block; margin-bottom: 32px; }
        .product_added_popup .total_prices > span { color: #1694C4; }
    .product_added_popup hr { display: block; background-color: rgba(112, 112, 112, 0.4); margin-bottom: 30px; }

    .product_added_popup .product_slider .image2 { background-color: #fff !important; box-shadow: 0px 3px 6px #00000029; margin-bottom: 11px; padding-bottom:100% !important;}
    .product_added_popup .product_slider .prod_content { }
        .product_added_popup .product_slider .prod_content > h2 { font-size: 0.8em; display: block; height: 26px; margin-bottom: 1px; font-weight: 500; overflow: hidden; }
        .product_added_popup .product_slider .prod_content .price { font-size: 0.7em; font-weight: 700; display: block; }

.popup_buttons { width: 100%; max-width: 700px; text-align: center; margin: 0 auto 32px auto; }


.newsletter_popup { padding-top: 50px; }
    .newsletter_popup .popup { max-width: 768px; border-radius: 10px; box-shadow: 0px 5px 8px #00000075; padding: 20px 0; box-sizing: border-box; }
    .newsletter_popup .close_popup { right: initial; left: -40px; top: -45px; color: #fff; width: 32px; height: 32px; line-height: 32px; border-radius: 50%; border: 1px solid #fff; box-sizing: border-box; text-align: center; }
    .newsletter_popup .popup_title { margin-bottom: 25px; font-size: 2.2em; font-weight: 700; display: block; text-align: center; }
    .newsletter_popup .main_image { height: 0; padding-bottom: 35%; margin-bottom: 15px; }
    .newsletter_popup .popup_content { padding: 0 20px; box-sizing: border-box; width: 100%; max-width: 666px; margin: 0 auto; }
    .newsletter_popup .text { margin-bottom: 20px; }
        .newsletter_popup .text > h2 { font-size: 1.5em; font-weight: 700; display: block; margin-bottom: 15px; text-align: center; }
    .newsletter_popup .form {padding:0 20px;box-sizing:border-box;width:100%; }
        .newsletter_popup .form > ul { }
            .newsletter_popup .form > ul > li button {padding:10px; }


.promotion_popup { }
.promotion_image_conti { position: absolute; width: 100%; height: 500px; max-width: 1020px; margin: 0 auto; top: 50%; transform: translateY(-50%); right: 0; left: 0; box-sizing: border-box; }
.promotion_popup .promotion_image_conti .image { position: absolute; right: 0; left: 0; margin: 0 auto; top: 0; width: calc(100% - 20px); height: 100%; }
.promotion_popup .close_popup { width: 30px; height: 30px; display: flex; border-radius: 50%; border: 1px solid #000; color: #000; justify-content: center; align-items: center; z-index: 5; }

.lead_popup { padding: 0; background-color: transparent;  max-width: 580px; max-height: 510px;left:0 !important;bottom:0 !important;top:initial !important;right:initial !important; }
    .lead_popup .popup { max-width: 568px; border-radius: 10px; box-shadow: 0px 5px 8px #00000075; padding: 20px 0; box-sizing: border-box; }
    .lead_popup .close_popup { right: initial; left: 5px; top: 5px; color: #000; width: 32px; height: 32px; line-height: 32px; border-radius: 50%; border: 1px solid #fff; box-sizing: border-box; text-align: center; }
    .lead_popup .popup_title { margin-bottom: 25px; font-size: 2.2em; font-weight: 700; display: block; text-align: center; }
    .lead_popup .main_image { height: 0; padding-bottom: 35%; margin-bottom: 15px; }
    .lead_popup .popup_content { padding: 0 20px; box-sizing: border-box; width: 100%; max-width: 666px; margin: 0 auto; }
    .lead_popup .text { margin-bottom: 20px;text-align:center; }
        .lead_popup .text > h2 { font-size: 1.5em; font-weight: 700; display: block; margin-bottom: 15px; text-align: center; }
    .lead_popup .form { box-sizing: border-box; width: 100%; }
        .lead_popup .form form > ul {justify-content:space-between; }
            .lead_popup .form form > ul > li {width:49%; }
            .lead_popup .form form > ul > li button { padding: 10px; }

.side_form_conti2 {position:fixed;left:-500px;bottom:80px;width:100%;max-width:500px; background-color:#fff;padding:30px;box-sizing:border-box;box-shadow:0 3px 6px #00000029;transition:all 0.5s ease-in-out;z-index:8;border:1px solid #000;}
    .side_form_conti2::before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }
    .side_form_conti2::after { content: ""; position: absolute; right: 10px; top: 10px; width: calc(100% - 20px); height: calc(100% - 20px);border:2px solid #000;}
.side_form_conti2.active {left:0; }
    .side_form_conti2 .close_side_form {position:absolute; right: initial; left: 10px; top: 12px; color: #000; width: 32px; height: 32px; line-height: 32px; border-radius: 50%; border: 1px solid #000; box-sizing: border-box; text-align: center; z-index:3;}
    .side_form_conti2 .bg_image { position:absolute;left:0;top:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;opacity:0.6;pointer-events:none;transform:rotateY(180deg);}
    .side_form_conti2 .form { position: relative; z-index: 2;width:100%;max-width:330px;background-color:#fff;padding:15px 20px;box-sizing:border-box;border-radius:10px;box-shadow:0 3px 6px #00000061;}
        .side_form_conti2 .form .title { font-size: 1.9em; font-weight: 700; margin-bottom: 5px; }
    .side_form_conti2 .form .sub_title { font-size:1.4em;font-weight:400;margin-bottom:20px;}
        .side_form_conti2 .form form { }
            .side_form_conti2 .form form > ul { }
.side_form_conti2 .form form > ul >li { width:100%;}
                .side_form_conti2 .form form > ul > li:last-child {margin-bottom:0; }
.side_form_conti2 .form form > ul >li > input {padding:5px 10px;}
                .side_form_conti2 .form form > ul > li .button {padding:5px;font-size:1.2em; }

@media only screen and (max-width : 1020px) {
    .newsletter_popup .close_popup { left: 0; }
    .lead_popup .close_popup { left: 0; }
    .promotion_image_conti { height: 0; padding-bottom: 38%; }
    .promotion_popup .promotion_image_conti .image { width: calc(100% - 180px); }
}

@media only screen and (max-width : 768px) {
    .popup_buttons { font-size: 0.7em; }
    .newsletter_popup .popup_title { font-size: 1.5em; }
    .lead_popup .popup_title { font-size: 1.5em; }   
}

@media only screen and (max-width : 600px) {
    .product_added_popup .popup { padding:30px 10px;}
    .product_added_popup .popup_title .title { font-size: 1.5em; }
    .product_added_popup .total_prices {font-size:1em; }
    .promotion_image_conti { height: 0; padding-bottom: 48%; }
    .promotion_popup .promotion_image_conti .image { width: calc(100% - 20px); }
    
}

.message_partial { padding: 23px 30px; box-sizing: border-box; position:relative;}
    .message_partial .close_item { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); font-size: 1em; font-weight: 300; }
    .message_partial p { font-size: 1.2em; display: block; text-align: center;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }


@media only screen and (max-width : 768px) {
}

@media only screen and (max-width : 414px) {
    .message_partial { padding:11px 10px 10px 25px; }
    .message_partial p {font-size:1.05em; }
        .message_partial .close_item { left: 10px;  }
}
/******Forms******/
.form input:not([type="checkbox"]), .form select, .form textarea { position: relative; width: 100%; box-sizing: border-box; box-shadow: 0px 3px 6px #00000029; background-color: #fff; padding: 10px; border: 1px solid #D6D6D6; border-radius: 5px; line-height: 1; font-size: 1.2em; color: #000; }
.form textarea { min-height: 145px; padding: 10px; box-sizing: border-box; }

.form ul li { position: relative; margin-bottom:20px;}
    
.form ul li label {display:block;margin-bottom:5px;font-size:0.9em; }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #000; }
::-moz-placeholder { /* Firefox 19+ */ color: #000; }
:-ms-input-placeholder { /* IE 10+ */ color: #000; }
:-moz-placeholder { /* Firefox 18- */ color: #000; }

select { /* for Firefox */ -moz-appearance: none; /* for Chrome */ -webkit-appearance: none }
select { background-image:url('/Content/Resources/General/chevronDownBlack.svg');background-position:left 10px center;background-repeat:no-repeat;}

.checkbox_conti { position: relative; box-sizing: border-box; min-height: 18px; }
    .checkbox_conti > div { position: relative; vertical-align: middle; width: 18px; height: 18px; right: 0; top: 0; display: inline-block; }
        .checkbox_conti > div > input { position: absolute; width: 100%; height: 100%; right: 0; top: 0; cursor: pointer; opacity: 0; margin:0;}
        .checkbox_conti > div > span { position: absolute; width: 100%; height: 100%; right: 0; top: 0; border-radius: 6px; border: 2px solid #202020; pointer-events: none; background-color: #fff; box-sizing:border-box;}
            .checkbox_conti > div > span::after { content: "\f00c"; font-family: "Font Awesome 5 Free"; position: absolute; width: 0; overflow: hidden; right: 0; top: 0; color: #000; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1;  font-weight: 900; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
        .checkbox_conti > div > input:checked ~ span::after { width: 100%; }
    .checkbox_conti label { display: inline-block !important; vertical-align: middle; text-align: right; margin-bottom: 0 !important; margin-right: 3px; }
        .checkbox_conti label > a { color: #5796CB; }
            .checkbox_conti label > a:hover, .checkbox_conti label > a:focus { text-decoration: underline; }
    .checkbox_conti label .bg { width:17px;height:17px;margin-left:10px;border-radius:50%;}
    .checkbox_conti label > * {display:inline-block;vertical-align:middle; }

.checkbox_conti_absolute { position: relative; box-sizing: border-box; min-height: 18px;padding-right:20px;box-sizing:border-box; }
    .checkbox_conti_absolute > div { position: absolute; vertical-align: middle; width: 18px; height: 18px; right: 0; top: 0; }
        .checkbox_conti_absolute > div > input { position: absolute; width: 100%; height: 100%; right: 0; top: 0; cursor: pointer; opacity: 0; margin: 0; }
        .checkbox_conti_absolute > div > span { position: absolute; width: 100%; height: 100%; right: 0; top: 0; border-radius: 6px; border: 2px solid #202020; pointer-events: none; background-color: #fff; box-sizing: border-box; }
            .checkbox_conti_absolute > div > span::after { content: "\f00c"; font-family: "Font Awesome 5 Free"; position: absolute; width: 0; overflow: hidden; right: 0; top: 0; color: #1E5585; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; font-family: "Font Awesome 5 Pro"; font-weight: 900; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
        .checkbox_conti_absolute > div > input:checked ~ span::after { width: 100%; }
    .checkbox_conti_absolute label { display: inline-block !important; vertical-align: bottom; text-align: right; margin-bottom: 0 !important; }
        .checkbox_conti_absolute label > a { color: #5796CB; }
            .checkbox_conti_absolute label > a:hover, .checkbox_conti label > a:focus { text-decoration: underline; }
        .checkbox_conti_absolute label .bg { width: 17px; height: 17px; margin-left: 10px; border-radius: 50%; }
        .checkbox_conti_absolute label > * { display: inline-block; vertical-align: middle; }

.radio_conti { }
    .radio_conti > div { width: 15px; height: 15px; position: relative; display: inline-block; }
        .radio_conti > div > input { position: absolute; width: 100%; height: 100%; right: 0; top: 0; cursor: pointer; opacity: 0; }
        .radio_conti > div > span { position: absolute; width: 100%; height: 100%; right: 0; top: 0; border-radius: 50%; border: 1px solid #000; pointer-events: none; }
            .radio_conti > div > span::after { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background-color: transparent; right: 2px; top: 2px; box-sizing: border-box; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
        .radio_conti > div > input:checked ~ span::after { background-color: #444444; }
    .radio_conti label { display: inline-block; vertical-align: middle; margin-right: 5px; }

.form .has_icon { padding-right: 40px !important; box-sizing: border-box; background-position: 98% center; background-repeat:no-repeat;}
.email_icon { background-image: url('/Content/Resources/General/mail.png'); }

.drop_conti {position:relative; }
.drop_down {position:absolute;right:0;top:100%;background-color:#fff;min-width:100%;box-sizing:border-box; z-index:10;border:1px solid #000;pointer-events:none;opacity:0;}
.drop_down.active {pointer-events:all;opacity:1; }
    .drop_down > ul { }
        .drop_down > ul > li {border-bottom:1px solid #808080;margin-bottom:0 !important; }
        .drop_down > ul > li:last-child {border-bottom:none; }
            .drop_down > ul > li > a { display:block;padding:5px;box-sizing:border-box;font-size:0.9em;}
                .drop_down > ul > li > a:hover, .drop_down > ul > li > a:focus, .drop_down > ul > li > a.active { background-color:#2b91e6;color:#fff;}

.has_label { position: relative; width: 100%; }
    .has_label > label { position: absolute; right: 1px; top: 2px; padding: 12px 10px; box-sizing: border-box; font-size: 1.2em; background-color: #fff; width: calc(100% - 2px); height: calc(100% - 2px); pointer-events: none; text-align: right; z-index: 2; border-radius: 10px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
    .has_label.has_padding > label { width: 93%; }
    .has_label > input, .has_label > input:hover, .has_label > textarea, .has_label > textarea:hover { color: transparent !important; }
        .has_label > input:focus ~ label, .has_label > label.active, .has_label > select:focus ~ label, .has_label > textarea:focus ~ label { top: -10px; right: 10px !important; font-size: 0.8em !important; padding:3px 5px !important; background-color: #fff; width: auto !important; height: auto !important; background-image: none !important;left:initial !important;margin:0 !important; }
        .has_label > input:focus, .has_label > input:hover, .has_label > input.active, .has_label > select:focus, .has_label > select:hover, .has_label > select.active, .has_label > textarea:focus, .has_label > textarea:hover, .has_label > textarea.active { opacity: 1; color: #686868 !important; }
    .has_label > input { color:transparent;}
        .has_label > input.input-validation-error ~ label, .has_label > select.input-validation-error ~ label { color: #FF0000 !important; }
    .has_label .field-validation-error {top:-11px; }
/******End Forms******/

button { border: none; cursor: pointer; font-family: OpenSans_Condensed; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }

.button1 { display: block; width: 100%; background-color: #000; border-radius: 5px; box-shadow: 0px 3px 6px #00000059; color: #fff; padding: 15px 5px; box-sizing: border-box; font-weight: 700; font-size: 1.15em; }
    .button1:hover, .button1:focus { background-color: #4a4a4a; }

.button2 { display: block; width: 100%; background-color: #fff; border-radius: 5px; box-shadow: 0px 3px 6px #00000059; border: 1px solid #202020; color: #202020; padding: 14px 5px; box-sizing: border-box; font-weight: 700; font-size: 1.15em; }
    .button2:hover, .button2:focus { background-color: #202020;color:#fff; }

.button3 { display: block;text-align:center; width: 100%; background-color: #89B32F; border-radius: 5px; box-shadow: 0px 3px 6px #00000059; color: #fff; padding: 15px 5px; box-sizing: border-box; font-weight: 700; font-size: 1.15em; }
    .button3:hover, .button3:focus { background-color: #446401; }

.button4 { display: block; text-align: center; width: 100%; background-color: #16C4C4; border-radius: 5px; box-shadow: 0px 3px 6px #00000059; color: #fff; padding: 15px 5px; box-sizing: border-box; font-weight: 700; font-size: 1.15em; }
    .button4:hover, .button4:focus { background-color: #009393; }

.button5 { display: block; text-align: center; width: 100%; background-color: #000; border-radius: 5px; box-shadow: 0px 3px 6px #00000059; color: #fff; padding: 10px 5px; box-sizing: border-box; font-weight: 700; font-size: 1.15em; }
    .button5:hover, .button5:focus { background-color: #002746; }


.button6 { display: block; width: 100%; background-color: #000; border-radius: 5px; box-shadow: 0px 3px 6px #00000029; color: #fff; padding: 7px 10px; box-sizing: border-box; font-weight: 400; font-size: 1.5em; }
    .button6:hover, .button6:focus { background-color: #002746; }

/******Header******/
.burger { display: none; width: 30px; z-index: 5; }
    .burger > ul { }
        .burger > ul > li { width: 100%; height: 4px; border-radius: 10px; background-color: #000; margin-bottom: 5px; }
            .burger > ul > li:last-child { margin-bottom: 0; }
header { background-color: #fff; border-bottom: 2px solid #fff; border-top: 2px solid #fff; z-index: 3; position: relative; padding: 0 40px 23px 40px; box-sizing: border-box; min-height: 100px; }

.logo { display: inline-block; position: relative; width: 206px; padding-bottom: 30px; }
    .logo > img { right: 0; top: -40px; width: 100%; }

.top_header { display: flex; justify-content: center; position: relative; border-bottom: 1px solid #202020; }
.bottom_header { display: flex; justify-content: center; border-bottom: 1px solid #202020; }

nav { display: inline-block; vertical-align: middle; padding-right: 20px; }
    nav > div { position:relative;}
.close_nav { display: none; }
nav > div > ul { }
    nav > div > ul > li { display: inline-block; vertical-align: middle; /*position: relative;*/ }
        nav > div > ul > li > a { display: block; color: #000000; padding: 10px 10px 10px 10px; box-sizing: border-box; position: relative; font-size: 1.4em; }
            nav > div > ul > li > a.colored { color: #000; }
            nav > div > ul > li > a:hover, nav > div > ul > li > a:focus { color: #000; }
            nav > div > ul > li > a::before { content: ""; height: 100%; width: 1px; position: absolute; left: 0; bottom: 0; background-color: #000; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
            nav > div > ul > li > a::after { content: ""; height: 1px; width: 0; position: absolute; left: 0; bottom: -5px; background-color: #000; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
            nav > div > ul > li > a:hover::before, nav > div > ul > li > a:focus::before { height: 0; background-color: #000; }
            nav > div > ul > li > a:hover::after, nav > div > ul > li > a:focus::after { width: 100%; background-color: #000; }
        nav > div > ul > li.last_child a::before { display: none; }

.search_and_log { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
    .search_and_log > * { margin-right: 30px; font-size: 1.6em; color: #000; display: flex; align-items: center; }
    .search_and_log > .show_mobile { display: none; }
.phone_item { }
    .phone_item > span { margin-left: 5px; }
.branches_link_conti > img { max-height: 25px; }
.search_and_log form { margin-right: 0; }
.search_and_log .log { }
.search_and_log .cart_icon { position: relative; }
    .search_and_log .cart_icon .cart_total_items { display: block; width: 16px; height: 16px; line-height: 16px; background-color: #FFDE3B; color: #000; border-radius: 50%; position: absolute; right: 0; left: 0; margin: 0 auto; top: -10px; text-align: center; font-size: 0.7em; }
.search_input { box-shadow: 0px 3px 6px #00000029; border-radius: 10px; background-color: #FFF; padding: 15px 15px; font-size: 0.95em; background-image: url('/Content/Resources/Header/search.png'); background-position: left 15px center; background-repeat: no-repeat; border: none; }
.search_item { position: relative; }
    .search_item form { position: absolute; width: 200px; display: none; top: 0; left: 0; }
.close_search { position: absolute; left: 0; top: -20px; font-size: 1.5em; }

.drop { width: 100%; position: absolute; top: 100%; right: 0; border-top: 10px solid transparent; opacity: 0; pointer-events: none; }
.drop_nav { padding: 20px; box-sizing: border-box; background-color: #fff; box-shadow: 0px 3px 6px #00000029; width: 100%; /*max-width: 1200px;*/ margin: 0 auto; overflow-y: auto; }
.drop_items { padding-left: 3%; box-sizing: border-box; color: #000;display:flex;flex-wrap:wrap; }
    .drop_items .drop_item { padding: 0; margin-bottom: 40px; box-sizing: border-box; color: #000; display: block; position: relative; width: auto;min-width:25%; font-size: 1.1em; }
        .drop_items .drop_item::after { content: ""; width: 2px; height: 100%; position: absolute; right: -5px; top: 0; transition:all 0.25s ease-in-out;}
        .drop_items .drop_item:hover::after, .drop_items .drop_item:focus::after { background-color: #000; }
        .drop_items .drop_item.active { font-weight: 500; }
        /*.drop_items .drop_item:last-child { margin-bottom: 0; }*/
        .drop_items .drop_item > a { display: flex; align-items: center; justify-content: flex-start; }
            .drop_items .drop_item > a .icon { width: 95px; height: 45px; position: relative; overflow: hidden; margin-left: 15px; }
                .drop_items .drop_item > a .icon > img { position: absolute; top: 50%; transform: translateY(-50%); right: 0; max-width: 100%; max-height: 100%; }

.has_drop:hover ~ .drop, .has_drop:focus ~ .drop, .drop:hover, .drop:focus { opacity: 1; pointer-events: all; }
.has_drop { }
    .has_drop > i { margin-right: 10px; font-size: 0.5em; /*display: none;*/ }
[data-mobilesubdrop] { display: none !important; }

.mobile_nav_item { display: none; }
/*header .contact_phone { text-align: left; position: absolute; left: 0; bottom: -20px; }*/
/*    header .contact_phone > a { }
        header .contact_phone > a > img { display:inline-block;vertical-align:middle;}
        header .contact_phone > a > span {font-size: 1.2em; display:inline-block;vertical-align:middle;}*/
.mobile_phone { display: none; }
/*.branches_link_conti { position: absolute; left: 95px; top: 3px; }
.branches_link_conti > img {width:22px; }
.branches_link_conti > * {display:inline-block;vertical-align:middle; }*/

.search_partial { padding: 0 20px; max-height: 0; overflow: hidden; box-sizing: border-box; position: absolute; width: 100%; left: 0; top: 100%; background-color: #fff; z-index: 2; box-shadow: 0 3px 6px rgba(187,177,164,.36); text-align: right; }
    .search_partial.active { max-height: 120px; padding: 20px; }
    .search_partial.visible { overflow: visible; }
    .search_partial form { width: 100%; max-width: 1000px; margin: 0 auto; position: relative; }
    .search_partial .close_search { position: absolute; left: 0; top: 0; font-size: 1.2em; }
    .search_partial form small { font-size: 1em; color: #202020; font-weight: 300; display: block; margin-bottom: 20px; }
    .search_partial form > ul { position: relative; }
        .search_partial form > ul > li:nth-child(1) { width: calc(100% - 50px); }
    .search_partial form input { font-size: 2em; width: 100%; border: none; border-bottom: 1px solid #202020; }
    .search_partial form button { display: block; background-color: transparent; font-size: 1.5em; color: #202020; }


.search_and_log > .show_mobile { display: inline-flex; }
/******End Header******/


@media only screen and (max-width : 1760px) {
    header { padding-left: 5px; padding-right: 5px; }
    nav > div > ul > li > a { padding: 10px 5px; }
}

@media only screen and (max-width : 1620px) {
    nav > div > ul > li > a { font-size: 1.2em; }
}

@media only screen and (max-width : 1480px) {
    nav > div > ul > li > a { font-size: 1em; }
    .search_and_log > * { margin-right: 15px; }
}


@media only screen and (max-width : 1380px) {
    .logo { width: 150px; }
        .logo > img { top: -24px; }
}


@media only screen and (max-width : 1250px) {
    header { min-height: 75px; padding-bottom: 0; }
    .burger { display: block; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
    .logo { margin-right: 40px; padding-bottom: 0; }
        .logo > img { top: -10px; position: relative; }
    .top_header { justify-content: space-between; }

    nav { display: none; position: fixed; width: 100%; height: 100%; overflow-y: auto; background-color: rgba(255, 255, 255, 0.80); right: 0; top: 0; z-index: 10; padding-right: 0; }
    header nav > div { width: 279px; background-color: #202020; right: -300px; top: 0; padding-top: 0; box-sizing: border-box; position: absolute; border-top: 60px solid #202020; box-shadow: 0px 7px 18px #00000066; padding-bottom: 20px; }
        header nav > div::after { content: ""; width: 150px; height: 52px; background: url('/Content/Resources/Header/logo.png') no-repeat; background-position: center center; background-size: contain; position: absolute; right: 0; left: 0; top: -50px; margin: 0 auto; pointer-events: none; }
        header nav > div.active { right: 0; }
    .close_nav { display: block; position: absolute; right: 10px; top: -50px; color: #fff; font-size: 25px; }

    nav > div > ul > li { width: 100%; display: block; border-bottom: 1px solid #fff; }
        nav > div > ul > li.not_mobile { display: none !important; }
        nav > div > ul > li > a::after, nav > div > ul > li > a::before { display: none; }
        nav > div > ul > li > a { padding: 15px 10px; color: #fff; font-size: 1.4em; }
    .drop { display: none; position: static; border-top: none; background-color: rgb(128, 128, 128); opacity: 1; pointer-events: all; transition: all 0s ease-in-out; -webkit-transition: all 0s ease-in-out; -o-transition: all 0s ease-in-out; -moz-transition: all 0s ease-in-out; }
    .drop_nav { padding: 0; max-height: initial; background-color: transparent; width: 100%; }
    .drop_items { padding: 0; width: 100%; }
        .drop_items .drop_item { width: 100%; margin-bottom: 0; padding: 0; border-bottom: none; }
    .drop .best_seller { display: none; }
    .drop_items .drop_item .sub_cat { margin-bottom: 0; padding: 10px; display: flex; font-size: 1em; font-weight: 400; border-bottom: 1px solid #fff; color: #fff; background-color: rgb(64, 64, 64); }
        .drop_items .drop_item .sub_cat:hover, .drop_items .drop_item .sub_cat:focus { text-decoration: none; }
    .drop_items .drop_item > ul { display: none; padding: 10px 15px; box-sizing: border-box; }
    [data-mobilesubdrop] { display: inline-flex !important; padding: 13px; box-sizing: border-box; background-color: #808080; font-size: 0.8em; color: #202020; }
    .drop_items .drop_item > ul > li { margin-bottom: 15px; }
    .has_drop > i { padding: 13px; box-sizing: border-box; background-color: rgb(64, 64, 64); display: inline-flex; }
    .has_drop { padding: 0 10px 0 0 !important; }
    nav .socials { padding-top: 20px; padding-right: 20px; }

    .mobile_nav_item { display: block; }
    header .contact_phone { display: none; }
    .mobile_phone { display: block; position: fixed; z-index: 5; top: calc(50% - 50px); transform: translateY(-50%); left: 10px; background-color: #fff; width: 42px; height: 42px; text-align: center; border-radius: 50%; border: 4px solid rgb(203 230 208); box-sizing: border-box; }
        .mobile_phone > img { width: 100%; }
    header .contact_phone > a > span { display: none; }

    .search_and_log > .show_mobile { display: inline-flex; }
}

@media only screen and (max-width : 450px) {
    .phone_item > span { display: none !important; }
}

@media only screen and (max-width : 360px) {
    .logo { width: 110px; margin-top: 10px; }
}

/*@media only screen and (max-width : 355px) {
    .logo { width: 110px; margin-top: 8px; }
}*/

/******Footer******/
footer { color: #fff; }
.footer_bg { background-color: #9A9A9A; }
.footer_padding {padding:10px;box-sizing:border-box; }

.border { border-left: 1px solid #000;}
.border:last-child {border-left:none; }
.border > a {display:block;font-size:1.2em;padding:8px 10px;box-sizing:border-box; }
    .border > a:hover, .border > a:focus {text-decoration:underline; }
.footer_secure { padding: 5px 10px; box-sizing: border-box;/* background-color: rgba(137, 179, 47, 0.1);*/ }
.powerd_by { padding: 10px; box-sizing: border-box; }
    .powerd_by a { display: inline-block; }
.footer_secure img { vertical-align: bottom; }
/******End Footer******/

@media only screen and (max-width : 1388px) {
    .footer_item1 {width:100%;justify-content:center;margin-bottom:20px; text-align:center;}
    .footer_logo {display:inline-block; }

    .footer_item2 { width: 100%; justify-content: center; margin-bottom: 20px; text-align: center; }
    .footer_item3 { width: 100%; justify-content: center;  text-align: center; }
   

}

@media only screen and (max-width : 768px) {
 
}

@media only screen and (max-width : 736px) {
 
}

@media only screen and (max-width : 414px) {
  
}


/******Articles******/
.general_article { }
    .general_article p { line-height: 120%; margin-bottom: 12px; font-size: 1.15em; }
    .general_article h2 { font-size: 1.5em; display: block; margin-bottom: 20px; font-weight: 500; }
    .general_article h3 { font-size: 1.3em; display: block; margin-bottom: 10px; font-weight: 500; }
.general_article { }
    .general_article > ul, .general_article > ol { margin-bottom: 20px; font-size: 1.1em; }
    .general_article li { margin-bottom: 5px; position: relative; padding-right: 10px; box-sizing: border-box; }
    .general_article > ul > li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background-color: #717171; position: absolute; right: 0; top: 5px; }
    .general_article a { color: #1DB0B5; }
        .general_article a:hover, .general_article a:focus { text-decoration: underline; }
    .general_article p strong { font-weight: 500; }
    .general_article img { width: 100%; margin-bottom: 10px; }
/******End Articles******/

/****Article Item****/
.artilce_item {display:block; }
    .artilce_item .title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 400; font-size: 1.5em; margin-bottom: 11px; color: #6d6d6d;text-align:center; }
    .artilce_item .content {height:70px;overflow:hidden;margin-bottom:10px;font-size:1.2em;font-weight:300; }
        .artilce_item .content > * { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; line-height:120%;}
    .artilce_item .content > *:not(:nth-of-type(1)) {display:none; }
    .artilce_item .image { padding-bottom: 67%; }
/****End Article Item****/

/****Tag Item****/
.tag_item { display: block; color: #202020; border: 1px solid #202020; border-radius: 20px; padding: 12px 20px; box-sizing: border-box; font-size: 0.95em; }
    .tag_item:hover, .tag_item:focus {color:#fff;background-color:#1694C4; }

/****End Tag Item****/

/****Article Inner Page****/
.inner_main_image { }
.inner_main_image > img {width:100%; }
.share {font-size:1.5em; }
.author {font-size:0.8em; }

.inner_article .side_one { width:calc(100% - 350px);}
.inner_article .side_two {width:350px; }

/****End Article Inner Page****/

@media only screen and (max-width : 1020px) {
    /****Article Inner Page****/
    .inner_article .side_one { width: 100%;margin-bottom:20px; }
    .inner_article .side_two { width: 100%;padding-right:0; }
    /****End Article Inner Page****/
}


@media only screen and (max-width : 414px) {
    /****Article Inner Page****/
    .general_article p {font-size:1em; }
    /****End Article Inner Page****/
}

.product_item { display: block; box-shadow: 0px 3px 6px #00000029; background-color: #fff; }
    .product_item .prod_image { position: relative; border-bottom: 1px solid rgba(32, 32, 32, 0.25); margin-bottom:17px;}
        .product_item .prod_image .added {position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.8);color:#fff;text-align:center;right:0;top:0;z-index:2;opacity:0;pointer-events:none;}
        .product_item .prod_image .added > span { position:absolute;top:50%;font-weight:500;right:0;width:100%;font-weight:1.2em;}
        .product_item .prod_image .added.active {opacity:1; }
        .product_item .prod_image .demand { position: absolute; padding: 10px 0; width: 167px; box-sizing: border-box; background-image: url('/Content/Resources/General/tagBanner.svg'); color: #fff; font-weight: 400; text-align: center; right: 0; left: 0; top: -5px; margin: 0 auto; pointer-events: none; font-size: 1.15em; background-position: center center; background-repeat: no-repeat; background-size: cover; z-index: 2; }
        .product_item .prod_image .free_delivery { position: absolute; width: 100%; box-sizing: border-box; font-weight: 400; text-align: center; right: 0; left: 0; top: -18px; margin: 0 auto; pointer-events: none; font-size: 0.8em; }
        .product_item .prod_image .image { padding-bottom: 100%; display: block; }
        .product_item .prod_image .favorite { position: absolute; left: 10px; top: 10px; color: #202020; }
            /*.product_item .prod_image .favorite.active { color: #FFDD00; }
                .product_item .prod_image .favorite svg path { transition:all 0.5s ease-in-out;}
            .product_item .prod_image .favorite.active svg path { fill: #00455f !important; stroke: #00455f !important; }
.product_item .prod_image .favorite:hover .favorite_tooltip {opacity:1; }*/
            .product_item .prod_image .favorite .far { }
            .product_item .prod_image .favorite .fas { display: none; }
            .product_item .prod_image .favorite.active .far { display: none; }
            .product_item .prod_image .favorite.active .fas { display: block;}
        .product_item .prod_image .sale { position: absolute; left: 0; top: 50px; width: 56px; height: 56px; text-align: center; padding-top: 15px; font-size: 0.9em; font-weight: 700; border-radius: 50%; background-color: #000;color:#fff; box-sizing: border-box; }
    .product_item .prod_colors {position:absolute;width:100%;right:0;bottom:-10px;z-index:1;width:100%; }
        .product_item .prod_colors .color_item { width: 20px; height: 20px; border: 3px solid #fff; box-shadow: 0px 3px 6px #00000029; display:block;box-sizing:border-box;border-radius:50%;text-align:center;margin:0 auto;}
        .product_item .prod_colors > ul {box-sizing:border-box; }
    /*.product_item .prod_colors > ul > li:last-child { padding-left:0;}*/
    .product_item .prod_content {padding:0 20px 10px 20px;box-sizing:border-box;text-align:center; }
        .product_item .prod_content .prod_title { display: block; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align: center; margin-bottom: 5px; font-weight: 500; height: 30px;font-size:1.2em; }
        .product_item .prod_content .prod_desc { display: block; text-align: center; margin-bottom: 8px; font-size: 1.05em; height: 42px; overflow: hidden; }
            .product_item .prod_content .prod_desc > * { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;line-height:120%; }
                .product_item .prod_content .prod_desc > *:not(:nth-child(1)) { display: none; }
        .product_item .prod_content .prod_link { display: inline-block; text-decoration: underline; color: #1694C4;margin-bottom:10px;font-size:0.8em; }
    .product_item .prod_price { text-align:center;margin-bottom:10px;font-size:1em;}
    .product_item .prod_price > * {display:inline-block;vertical-align:middle; }
        .product_item .prod_price > strong { font-weight:700;}
        .product_item .prod_price > strike { margin-right:10px;}
    .product_item .prod_add { display: block;  text-align:center;min-height:47px;}
        .product_item .prod_add .product_button { display: block; background-color: #000; border-radius: 5px; box-shadow: 0px 3px 6px #00000059; color: #fff; padding: 15px 5px; box-sizing: border-box; font-weight: 700; font-size: 1.15em; }
            .product_item .prod_add .product_button.disabled { background-color: #828181; pointer-events: all; }
            .product_item .prod_add .product_button:hover, .product_item .prod_add .product_button:focus { background-color: #4a4a4a; }
        .product_item .prod_add .prod_quantity {padding-top:5px; }
        .product_item .prod_add .product_button .arrow {border-color:#fff; }
.prod_quantity_conti { display: none; }
    .prod_quantity > a { text-align: center; color: #000;font-size:1.5em;padding:0 5px;box-sizing:border-box;}
.prod_quantity .total { border: 1px solid #000; padding: 10px; box-sizing: border-box; text-align: center; border-radius: 5px; width: 100px; }
        .prod_quantity .total.active , .prod_quantity .total:focus { border-color: #89B32F; }
    .prod_quantity > a:hover, .prod_quantity > a:focus { color: #89B32F; }
.brand_photo { position: absolute; left: 10px; bottom: 5px; width: 80px; height: 40px; background-size: contain; z-index: 2; pointer-events: none; background-position: center center; background-repeat: no-repeat;background-repeat:no-repeat; }

.cheapest_price_photo { position: absolute; right: -18px; top: 5px; width: 39%; height: 0; padding-bottom: 28%; background-size: contain; background-position: center center; background-repeat: no-repeat; }
.sale_price_photo { right: 8px; top: -10px; width: 27%; }
    .cheapest_price_photo.bottom { top: initial; bottom: 5px; width: 30%; padding-bottom: 15%;right:0; }
    .gift_icon {padding-bottom:26% !important;}
.surpluses { right: initial; right: -50px; top: 0; }
.sale_photo { left: 0; right: 0; top: 0; margin:0 auto;}


@media only screen and (max-width : 1366px) {
    .product_item .prod_image .demand { width: 130px; font-size: 0.9em; padding: 7px 0; }
    .product_item .prod_image .sale { width: 40px; height: 40px; padding-top: 9px; font-size: 0.8em; }
    .product_item .prod_add .product_button {font-size:1em; }
}

@media only screen and (max-width : 768px) {
    .product_item .prod_price { font-size:0.8em;}
}

@media only screen and (max-width : 414px) {
    .product_item .prod_add .product_button {font-size:0.9em;padding:10px 5px; }
    .product_item .prod_add {min-height:35px; }
    .prod_quantity .total { padding:6px 10px;}
    .product_item .prod_content {padding:0 5px 10px 5px; }
        .product_item .prod_content .prod_title {font-size:0.9em;margin-bottom:0; }
}

@media only screen and (max-width : 360px) {
    .products_conti > ul > li {width:100% !important; }
}

html { font-family: OpenSans_Condensed; font-size: 15px; direction: rtl; background-color: #fff; color: #202020; }
body { }
.main_wrapper { max-width: 100%; width: 100%; margin: 0 auto; overflow: hidden; }
    .main_wrapper.not_overflow { overflow: initial; }
.auto_margin { max-width: 1556px; width: 100%; margin: 0 auto; box-sizing: border-box; }

body.trigger-position-left #enable-toolbar-trigger {left:initial !important;right:5px; }
.message_partial { background-color: #1694C4; color: #fff; display: none; }
.open_whatsapp { position: fixed; z-index: 5; top: 50%; transform: translateY(-50%); left: 0; width: 43px; }
    .open_whatsapp > img { width: 100%;filter:brightness(1.2); }

.side_form_conti { position: fixed; z-index: 7; bottom: 40px; left: 20px; }
    .open_whatsapp > img { width: 100%; position: relative; right: -8px; }
    .open_whatsapp > span { color: #8DC63F; font-weight: 500; position: relative; right: -10px; }
.open_side_form { position: absolute; left: 0; top: 0; background-color: #000; border-radius: 11px 11px 0 0; color: #fff; font-weight: 400; font-size: 1.25em; width: 226px; text-align: center; }
    .open_side_form > .open_side_form_bg { position: absolute; right: -11px; top: -17px; text-align: center; border-radius: 50%; background-color: #fff; width: 31px; height: 31px; padding: 10px; box-sizing: border-box; pointer-events: none; }
        .open_side_form > .open_side_form_bg > img { width: 100%; }
.side_form_conti.active .open_side_form { top: -250px; width: 40px; color: transparent; }
    .side_form_conti.active .open_side_form::after { content: "X"; position: absolute; right: 0; left: 0; top: 10px; font-size: 20px; color: #fff; margin: 0 auto; }
.side_form_conti .lead_form { background-color: #E9E9E9; width: 247px; padding: 10px 10px 0 10px; box-sizing: border-box; position: absolute; left: 0; bottom: -410px; height: 241px; }
    .side_form_conti .lead_form > h3 { font-weight: 500; color: #545454; display: block; margin-bottom: 7px; }
.side_form_conti.active .lead_form { bottom: -30px; }
.side_form_conti .lead_form > form { }
    .side_form_conti .lead_form > form > ul { flex-wrap: wrap; }
        .side_form_conti .lead_form > form > ul > li { margin-bottom: 20px; width: 100%; }
            .side_form_conti .lead_form > form > ul > li:last-child { margin-bottom: 0; }
            .side_form_conti .lead_form > form > ul > li .button2 { width: 155px; display: block; margin: 0 auto; }

.open_side_form .text { display: inline-block; padding: 12px 10px; box-sizing: border-box; }

/******Footer******/
.small_icons_partial { background-color: #202020; border-bottom: 2px solid #707070; padding: 10px; box-sizing: border-box; color: #fff; }
    .small_icons_partial > ul { max-width: 1200px; width: 100%; margin: 0 auto; }
    .small_icons_partial .icon_item { font-size: 0.8em; }
        .small_icons_partial .icon_item .icon { display: block; text-align: center; margin-bottom: 4px; box-sizing: border-box; }
            .small_icons_partial .icon_item .icon .image2 { width: 80%; height: 40px; display: inline-block; }
        .small_icons_partial .icon_item strong { font-weight: 500; display: block; text-align: center; margin-bottom: 2px; }
        .small_icons_partial .icon_item span { display: block; text-align: center; }
.footer_logo { padding-right: 20px;display:block; }
.footer_logo > img {position:relative;top:-20px; }
/******End Footer******/

/******Headlines******/
.headline1 { text-align: center; margin-bottom: 10px; }
    .headline1 > * { font-size: 2.2em; font-weight: 700; }

.headline2 { text-align: center; margin-bottom: 30px; background-color: #F1F1F1; padding: 15px 10px; box-sizing: border-box; }
    .headline2 > * { font-size: 1.5em; font-weight: 500; color: #202020; }

.headline3 { margin-bottom: 10px; padding-bottom: 10px; box-sizing: border-box; border-bottom: 1px solid #707070; }
    .headline3 > * { font-size: 2.2em; font-weight: 700; }

.headline4 { margin-bottom: 30px; background-color: #F1F1F1; padding: 15px 10px; box-sizing: border-box; }
    .headline4 > * { font-size: 1.5em; font-weight: 500; color: #202020; }

.headline5 { text-align: center; margin-bottom: 30px; }
    .headline5 > * { font-size: 2.2em; font-weight: 700; }

.headline6 { margin-bottom: 30px; }
    .headline6 > * { font-size: 1.5em; font-weight: 700; }

.headline7 { margin-bottom: 30px; }
    .headline7 > * { font-size: 2.2em; font-weight: 700; }

.headline8 { margin-bottom: 10px; }
    .headline8 > * { font-size: 2.2em; font-weight: 700; }

.headline9 { margin-bottom: 20px; padding: 10px 0; box-sizing: border-box; border-bottom: 1px solid rgba(112, 112, 112, 0.4); border-top: 1px solid rgba(112, 112, 112, 0.4); }
    .headline9 > * { font-size: 1.5em; font-weight: 500; }

.headline10 { margin-bottom: 20px; box-sizing: border-box; }
    .headline10 > * { font-size: 1.5em; font-weight: 500; }

.headline11 { text-align: center; margin-bottom: 30px; padding: 5px 10px; box-sizing: border-box; position: relative; }
    .headline11::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; width: 58px; height: 2px; background-color: #2693D0; margin: 0 auto; }
    .headline11 > * { font-size: 1.5em; font-weight: 500; color: #202020; }

.headline12 { margin-bottom: 25px; box-sizing: border-box; text-align:center;}
    .headline12 > * { font-size: 2.1em; font-weight: 500; color: #202020; }
/******End Headlines******/

/*****Main Cats******/
.main_cat { display: block; }
    .main_cat .image { display: block; padding-bottom: 100%; box-shadow: 0px 3px 6px #00000029; margin-bottom: 15px; }
    .main_cat .title { font-size: 1.15em; font-weight: 500; height: 35px; overflow: hidden; text-align: center; }
    .main_cat .text { height: 53px; overflow: hidden; margin-bottom: 10px; text-align: center; }
        .main_cat .text > * { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-height: 120%; }
            .main_cat .text > *:not(:nth-child(1)) { display: none; }
    .main_cat .more_cats { }
        .main_cat .more_cats > li { }
            .main_cat .more_cats > li:not(:last-child)::after { content: ""; width: 3px; height: 3px; border-radius: 50%; display: inline-block; vertical-align: middle; margin: 0 10px; background-color: #1694C4; }
            .main_cat .more_cats > li > a { display: inline-block; color: #1694C4; font-weight: 500; }
/*****End Main Cats******/

/*****Advertising******/
.advertising { margin-bottom: 56px; }
    .advertising .advertising_image { height: 392px; width: 588px; position: relative; }
        .advertising .advertising_image .image { position: absolute; width: 100%; height: 100%; right: 0; top: 0; }
    .advertising .content { width: calc(100% - 588px); background-color: rgba(32, 32, 32, 0.05); padding: 39px 40px 40px 53px; box-sizing: border-box; position: relative; }
        .advertising .content .cta { margin-bottom: 25px; }
            .advertising .content .cta > span { display: inline-block; color: #fff; background-color: #89B32F; font-size: 1.05em; font-weight: 700; padding: 8px 20px; box-sizing: border-box; }
        .advertising .content .text { }
            .advertising .content .text > * { color: #202020; font-size: 1.3em; line-height: 120%; }
        .advertising .content .cta_button { position: absolute; left: 53px; bottom: 40px; box-shadow: 0px 3px 6px #00000059; border: 1px solid #202020; border-radius: 10px; color: #202020; font-size: 1.2em; font-weight: 700; padding: 10px; box-sizing: border-box; width: 100%; max-width: 260px; text-align: center; }
        .advertising .content.item_order_1 .cta_button { left: initial; right: 40px; }
/*****End Advertising******/

/****Icons Partial*****/
.icons_partial { margin-bottom: 52px; }
    .icons_partial .icon_item { }
        .icons_partial .icon_item .icon { display: block; border-radius: 10px; background-color: #F1F1F1; text-align: center; margin-bottom: 8px; padding: 15px 0; box-sizing: border-box; }
            .icons_partial .icon_item .icon .image2 { width: 80%; height: 70px; display: inline-block; }
        .icons_partial .icon_item strong { font-weight: 500; display: block; text-align: center; margin-bottom: 2px; color: #8F8375; }
        .icons_partial .icon_item span { display: block; text-align: center; color: #8F8375; }
/****End Icons Partial*****/

/****Banners*****/
.banner { display: block; width: calc(100% - 5px); height: 100%; position: absolute; right: 0; top: 0; }
.banner_item { position: relative; padding-bottom: 35%; }
.banners > ul > li { margin-bottom: 5px; }
/****End Banners*****/

/*****Marketers****/
.marketers_partial .product_slider .image2 { height: 0; padding-bottom: 60%; background-color: #fff; /*border: 1px solid #F1F1F1;*/ background-size: auto; }
.marketers_partial .product_slider .slick-slide { padding-left: 10px; box-sizing: border-box; }
.marketers_partial .slick-prev, .marketers_partial .slick-next { height: 100%; width: 30px; border-radius: 0; background-color: #19538D; color: #fff; background-size: auto; }
.marketers_partial .slick-next { right: 0; background-image: url(/Content/Resources/General/chevron-right.png); }
.marketers_partial .slick-prev { left: 0; background-image: url(/Content/Resources/General/chevron-left.png); }
/*****End Marketers****/

/*****Index****/
.swiper-container { margin-bottom: 34px; }
.main_content { margin-bottom: 20px; }
.main_categoris { margin-bottom: 27px; }
.products_conti { margin-bottom: 56px; }
.banners { margin-bottom: 57px; }
footer { margin-top: 8px; }
.more_items { font-size: 1.5em; color: #1694C4; text-decoration: underline; margin-top: 20px; display: inline-block; }
    .more_items:hover, .more_items:focus { color: #89B32F; }
.read_more_mobile { display: none; }
/*****End Index****/

/*****Contact****/
.contac_page .map { }
    .contac_page .map iframe { width: 100%; height: 287px; }
.contac_page .technical_specifications { color: #353535; margin-bottom: 20px; }
    .contac_page .technical_specifications > ul { }
        .contac_page .technical_specifications > ul:nth-child(odd) > li > div { background-color: rgba(53, 53, 53, 0.05); }
        .contac_page .technical_specifications > ul > li { }
            .contac_page .technical_specifications > ul > li > div { padding: 10px; box-sizing: border-box; }

/*****End Contact****/

/*****Cart And Checkout****/
.cart_conti .side_two { max-width: 456px; width: 100%; }
.cart_totals { box-shadow: 0px 3px 6px #00000029; width: 100%; padding: 20px 25px; box-sizing: border-box; background-color: #fff; margin-bottom: 20px; }
    .cart_totals > div { margin-bottom: 20px; align-items: center; }
        .cart_totals > div > strong { font-size: 1.5em; font-weight: 500; }
            .cart_totals > div > strong > small { font-size: 0.5em; font-weight: 400; display: block; }
        .cart_totals > div > span { font-size: 1.1em; }
            .cart_totals > div > span.colored { color: #89B32F; }
            .cart_totals > div > span.total { font-size: 1.3em; font-weight: 500; }
        .cart_totals > div > * > a { color: #1694C4; }
    .cart_totals hr { display: block; margin-bottom: 20px; background-color: #707070; }

    .cart_totals .button { max-width: 260px; width: 100%; margin: 0 auto; display: block; }

.cart_totals_conti .secure_text { padding: 5px 10px; box-sizing: border-box; background-color: rgba(137, 179, 47, 0.10); color: #353535; margin-bottom: 5px; }
.cart_totals_conti .secure { }
    .cart_totals_conti .secure > ul { }
        .cart_totals_conti .secure > ul > li { margin-right: -5px; }
            .cart_totals_conti .secure > ul > li > img { width: 75px; }

.coupon_conti { display: none; }
    .coupon_conti li { margin-bottom: 0 !important; }
        .coupon_conti li > a { padding: 13px 5px; box-sizing: border-box; font-size: 1em; }
        .coupon_conti li .checked { position: absolute; left: 11px; top: 11px; display: none; }
            .coupon_conti li .checked.active { display: block; }

/*****Cart And Checkout****/


/*****Payment****/
.payment_iframe_conti { width: 100%; }
    .payment_iframe_conti iframe { width: 100%; min-height: 700px; }
/*****End Payment****/

/*****Login****/
.login_page { padding: 50px 0; box-sizing: border-box; max-width: 1200px; margin: 0 auto; }
    .login_page .side_one { padding-left: 60px; }
    .login_page .side_two { padding-right: 60px; border-right: 1px solid #B8B8B8; }
    .login_page .button { max-width: 200px; width: 100%; margin: 0 auto; display: block; }
    .login_page .side_one .headline1 { margin-bottom: 43px; }
/*****End Login****/

/*****Password Process****/
.password_process { max-width: 320px; margin: 0 auto; padding: 60px 0; box-sizing: border-box; }
/*****End Password Process****/

/****Appointment****/
.appointment_conti { width: 100%; max-width: 889px; margin: 45px auto; background-color: #F6F6F6; border-radius: 10px; text-align: center; padding: 25px 10px; box-sizing: border-box; }
.home_page_appointment {margin:0 auto 10px auto;max-width:100%; }
    .appointment_conti .form_headline { margin-bottom: 10px; }
        .appointment_conti .form_headline > * { font-size: 1.5em; font-weight: 500; }
        .appointment_conti .form_headline > * { }
    .appointment_conti .form_text { margin-bottom: 28px; }
        .appointment_conti .form_text > * { font-size: 1.15em; font-weight: 400; }
    .appointment_conti .form { width: 100%; max-width: 654px; margin: 0 auto; }
        .appointment_conti .form form { }
            .appointment_conti .form form .form_section { }
                .appointment_conti .form form .form_section > h3 { display: block; text-align: center; margin-bottom: 10px; font-size: 1.2em; font-weight: 500; }
                .appointment_conti .form form .form_section > ul { }
                    .appointment_conti .form form .form_section > ul > li { width: 49%; }
                        .appointment_conti .form form .form_section > ul > li input:not([type="radio"]), .appointment_conti .form form .form_section > ul > li select { box-shadow: 0px 3px 6px #00000029; border: 1px solid #707070; background-color: #fff; border-radius: 5px; width: 100%; text-align: center; color: #202020; font-size: 1.19em; }
                        .appointment_conti .form form .form_section > ul > li select { padding: 12px 10px; }
                        .appointment_conti .form form .form_section > ul > li input[type="date"], .appointment_conti .form form .form_section > ul > li input[type="time"] { padding: 7.5px 10px; }
            .appointment_conti .form form .button_conti { }
                .appointment_conti .form form .button_conti button { width: 100%; max-width: 260px; display: block; margin: 0 auto; }
            .appointment_conti .form form label { text-align: center; font-size: 1.19em; color: #202020; width: auto; margin: 0 auto; right: 2px; display: inline-block; height: calc(100% - 4px); padding: 9.5px 10px; }

.radio_conti2 { position: relative; width: 100%; cursor: pointer; }
    .radio_conti2 > label { pointer-events: none; display: block; box-shadow: 0px 3px 6px #00000029; border: 1px solid #707070; background-color: #fff; border-radius: 5px; width: 100%; text-align: center; color: #202020; font-size: 1.19em; padding: 10px; box-sizing: border-box; width: 100% !important; }
    .radio_conti2 > input { position: absolute !important; cursor: pointer; right: 0; top: 0; width: 100% !important; height: 100% !important; z-index: 2; opacity: 0; }
        .radio_conti2 > input:checked ~ label { background-color: #B1E3F2; border-color: transparent; }
/****End Appointment****/

/****Branches****/
.branches_page .headline8 { margin-bottom: 40px; }
.branches_conti { color: #393939; font-weight: 500; margin-bottom: 50px; }
    .branches_conti > li { width: 100%; font-size: 1.2em; margin-bottom: 20px; }
/*.branches_conti > li:nth-child(odd) {border-left:1px solid #000; padding-left:40px;box-sizing:border-box;}
        .branches_conti > li:nth-child(even) {padding-right:40px;box-sizing:border-box; }*/
.branch_params { margin-bottom: 20px; }
    .branch_params > * { width: 100%; }
.branch_waze { }
    .branch_waze > * { font-weight: 400; display: inline-block; vertical-align: middle; text-decoration: underline; color: #005EAA; }
.branch_img_and_map { }
    .branch_img_and_map > * { width: 49%; height: 293px; }
    .branch_img_and_map > .image { position: relative; }
    .branch_img_and_map > iframe { height: calc(293px + 65px); }
    .branch_img_and_map .more_images { position: absolute; bottom: -65px; right: 0; }
        .branch_img_and_map .more_images > ul { }
            .branch_img_and_map .more_images > ul > li { margin-left: 5px; }
                .branch_img_and_map .more_images > ul > li > a { display: block; width: 60px; height: 50px; opacity:0.8;}
            .branch_img_and_map .more_images > ul > li.active > a {opacity:1; }
/****End Branches****/

@media only screen and (max-width : 1366px) {
    /*****Index****/
    .advertising { margin-bottom: 46px; }
        .advertising .advertising_image { height: 337px; width: 505px; }
        .advertising .content { width: calc(100% - 505px); padding: 32px 32px 50px 32px; }
            .advertising .content .cta_button { bottom: 15px; width: 224px; }
    /*****End Index****/
}

@media only screen and (max-width : 1200px) {
    .headline3 > * { font-size: 1.8em; }
}

@media only screen and (max-width : 1020px) {
    .advertising .advertising_image { height: 337px; width: 400px; }
    .advertising .content { width: calc(100% - 400px); padding: 20px 20px 50px 20px; }
        .advertising .content .text > * { font-size: 1.1em; }
    .headline3 > *, .headline8 > * { font-size: 1.6em; }

    /*****Login****/
    .login_page { padding: 50px 0; box-sizing: border-box; }
        .login_page .side_one { padding-left: 0; width: 100%; border-bottom: 1px solid rgba(112, 112, 112, 0.4); margin-bottom: 20px; }
        .login_page .side_two { padding-right: 0; border-right: none; width: 100%; }
        .login_page .side_one form { max-width: 450px; margin: 0 auto; display: block; }
        .login_page .side_two form { max-width: 450px; margin: 0 auto; display: block; }
        .login_page .form ul { padding-right: 0; }
            .login_page .form ul li { width: 100%; padding-left: 0; }
        .login_page .side_one .headline1 { margin-bottom: 10px; }
    /*****End Login****/

    /****Branches****/
    .branches_conti > li { width: 100%; padding: 0 !important; border: none !important; margin-bottom: 20px; }
    /****End Branches****/
}

@media only screen and (max-width : 768px) {
    /****General Classes****/
    .headline5 { margin-bottom: 10px; }
    .headline2, .headline4 { margin-bottom: 20px; }
    .headline6 { margin-bottom: 16px; }
        .headline6 > * { font-size: 1.5em; }
    .headline10 > * { font-size: 1.2em; }
    /****End General Classes****/

    /***Index***/
    .swiper-container { margin-bottom: 11px; }
    .main_content { margin-bottom: 11px; }
    .main_categoris { margin-bottom: 7px; }

    .advertising { margin-bottom: 20px; }
        .advertising .advertising_image { width: 100%; height: 0; padding-bottom: 70%; }
        .advertising .content { width: 100%; }
        .advertising .content { padding: 20px 10px 80px 10px; }

    .banners { margin-bottom: 44px; }
    .home_page .products_conti > ul > li:nth-child(5) { display: none; }

    .icons_partial .icon_item .icon .image2 { height: 60px; width: 70%; }
    /***End Index****/

    .cart_totals { padding: 15px 10px; box-sizing: border-box; }

    .marketers_partial .product_slider .image2 { background-size: contain; }
}

@media only screen and (max-width : 650px) {
    /****Appointment****/
    .appointment_conti .form form .form_section > ul > li { width: 100%; }
    /****End Appointment****/
}

@media only screen and (max-width : 550px) {
    /****Branches***/
    .branch_img_and_map > * { width: 100%; height: 279px !important; }
    .branch_img_and_map > iframe {margin-bottom:10px; }
    .branch_img_and_map > .image {margin-bottom:65px; }
    /****End Branches***/
}

@media only screen and (max-width : 500px) {

    /***Index****/
    .headline1 > *, .headline5 > * { font-size: 1.5em; }
    .headline3 > * { font-size: 1.5em; text-align: center; }
    .advertising { margin-bottom: 30px; }
        .advertising .content .cta { text-align: center; margin-bottom: 10px; }
            .advertising .content .cta > span { font-size: 0.9em; }
        .advertising .content .text { text-align: center; }
        .advertising .content .cta_button { width: 204px; margin: 10px auto 0 auto; left: 0; right: 0; position: static; display: block; font-size: 1.05em; }
        .advertising .content { padding: 10px; }

    .main_content .general_article { max-height: 100px; overflow: hidden; text-align: center; }
        .main_content .general_article > p { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
            .main_content .general_article > p:not(:nth-of-type(1)) { display: none; }
        .main_content .general_article.show_all { max-height: 1000px; }
            .main_content .general_article.show_all > p { overflow: visible; display: block; -webkit-line-clamp: initial; }
    .read_more_mobile { display: block; }
    .more_items { margin-top: 0; }
    .products_conti { margin-bottom: 30px; }
    .icons_partial { margin-bottom: 30px; }
    /***End Index****/

    /****Banners*****/
    .banner_item { position: relative; padding-bottom: 65%; }
    /****End Banners*****/

    /****Branches****/
    .branch_img_and_map > * { width: 100%; margin-bottom: 5px; }
    /****End Branches****/
}

.auto_margin2 { max-width: 1100px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin3 { max-width: 1150px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.swiper-container { margin-bottom: 0; }
.appointment_button_conti { text-align: center; margin: 50px 0; display:flex;align-items:center;justify-content:center;}
.appointment_button_conti .lotti_calander { position:relative;width:100px;pointer-events:none;}
    .appointment_button_conti .lotti_calander > * { width: 245px;height:121px; position:absolute; bottom:-60px;right:-70px;}
    .appointment_button_conti > a { display: inline-block; width: auto; padding: 15px 10px; animation: heartbit 3s infinite; }

@keyframes heartbit {
    0% { background-color: #000; }
    25% { background-color: #6D6D6D; }
    50% { background-color: #000; }
    75% { background-color: #6D6D6D; }
    100% { background-color: #000; }
}

.cat_item { display: block; text-align: center; position: relative; }
    .cat_item .image2 { height: 68px; max-width: 104px; width: 100%; position: relative; display: inline-block; z-index: 1; }
    .cat_item::after { content: ""; width: 80px; height: 80px; border-radius: 50%; background-color: #e5eaef; position: absolute; right: 0; left: 0; top: 0; left: 0; margin: auto; transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transform: scale(0); -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); -ms-transform: scale(0); }
    .cat_item > span { color: #6D6D6D; font-size: 1.2em; display: block; position: relative; z-index: 1; }
    .cat_item:hover::after, .cat_item:focus::after { transform: scale(1.5); -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5); }

.cat_item2 { display:block;}
    .cat_item2 .image { width: 100%; padding-bottom: 75%; }
.cat_item2 > span { padding:20px 5px;box-sizing:border-box;color:#000;font-size:1.5em;font-weight:300;text-align:center;display:block;}

.main_categoris2 {margin-bottom:50px; padding:0 10px;box-sizing:border-box;}
.main_categoris2 ul {display:flex;flex-wrap:wrap;}
    .main_categoris2 ul > li { width: 24%; margin-left: 1.33%; }
    .main_categoris2 ul > li:nth-child(4n) {margin-left:0;}

.main_categoris { padding: 10px; box-sizing: border-box;  }

.lead_form_item { background-color: #9A9A9A; color: #000; padding: 10px; box-sizing: border-box; margin-bottom: 25px; }
    .lead_form_item > .auto_margin2 { }
        .lead_form_item > .auto_margin2 > h2 { font-size: 1.5em; width: 370px; }
            .lead_form_item > .auto_margin2 > h2 > * { display: inline-block; vertical-align: middle; }
            .lead_form_item > .auto_margin2 > h2 > img { width: 47px; margin-left: 10px; }
            .lead_form_item > .auto_margin2 > h2 > strong { font-weight: 700; }
            .lead_form_item > .auto_margin2 > h2 > span { font-weight: 400; }
        .lead_form_item > .auto_margin2 form { width: calc(100% - 370px); padding-right: 20px; box-sizing: border-box; }
            .lead_form_item > .auto_margin2 form > ul { align-items: flex-end; width: 100%; }
                .lead_form_item > .auto_margin2 form > ul > li { width: calc(33.33% - 40px); padding-left: 10px; box-sizing: border-box; margin-bottom: 0; }
                    .lead_form_item > .auto_margin2 form > ul > li:last-child { width: 120px; padding-left: 0; }
                        .lead_form_item > .auto_margin2 form > ul > li:last-child button { }

.home_page_appointment { background-color: #9A9A9A; color: #fff; padding: 10px; box-sizing: border-box; margin-bottom: 25px; }
    .home_page_appointment .form_headline { font-size: 1.5em; font-weight: 500; display: block; text-align: center; margin-bottom: 5px; }
    .home_page_appointment .form_text { font-size: 1.15em; font-weight: 400; display: block; text-align: center; margin-bottom: 16px; }
    .home_page_appointment form { color: #000; }
        .home_page_appointment form ul { width: 100%; }
            .home_page_appointment form ul > li { width: calc(25% - 50px); margin-left: 20px; margin-bottom: 10px; }
                .home_page_appointment form ul > li:last-child { width: 119px; margin-left: 0; }
                .home_page_appointment form ul > li select { padding: 11px 10px !important; }
                .home_page_appointment form ul > li input { padding: 8px 10px !important; }
                    .home_page_appointment form ul > li input[type="date"] { padding: 8px 10px !important; }
                .home_page_appointment form ul > li .button1 { padding: 10px !important; }

.bg_strip1 { position: relative; width: 100%; pointer-events:none;z-index:-1;margin:70px 0 0 0;}
    .bg_strip1::after { content: ""; position: absolute; width: 100%; height: 0;top:-20px; padding-bottom: 20%; right: 0; background-color: #F6F5F4 ;}

.marketers_partial { background-color: #F6F5F4;padding:20px 0;margin-bottom:30px; }
    .marketers_partial .slick-arrow { display:none !important;}

@media only screen and (max-width : 1020px) {
    .lead_form_item > .auto_margin2 > h2 { width: 100%; text-align: center; margin-bottom: 10px; }
        .lead_form_item > .auto_margin2 > h2 > img { width: 30px; }
    .lead_form_item > .auto_margin2 form { width: 100%; padding: 0; }

    .main_categoris { padding-bottom: 0; }
        .main_categoris ul > li { width: 33.33%; margin-bottom: 10px; }
    .cat_item > span { font-size: 1em; }

    .main_categoris2 ul { justify-content:space-between;}
        .main_categoris2 ul > li { width: 49%; margin-left: 0; }
}

@media only screen and (max-width : 700px) {
    .home_page_appointment form ul {justify-content:space-between; }
    .home_page_appointment form ul > li { width: 49%; margin-left: 0; margin-bottom: 10px; }
        .home_page_appointment form ul > li:last-child { width: 119px; margin: 0 auto; }
}

@media only screen and (max-width : 500px) {
    .lead_form_item > .auto_margin2 form > ul > li { width: 100% !important; padding: 0; margin-bottom: 10px; }

    .remove_mobile {height:0;width:100%;overflow:hidden;margin-bottom:20px; }
}

