/* Minification failed. Returning unminified contents.
(1455,179): run-time error CSS1034: Expected closing parenthesis, found ','
(1455,179): run-time error CSS1042: Expected function, found ','
(1455,184): run-time error CSS1062: Expected semicolon or closing curly-brace, 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; outline:0 !important;}
/* 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; }

/******General Classes******/
.pos_relative { position: relative; }
.display_none { display: none; }
.display_mobile { display: none; }
.disabled { pointer-events: none; }
.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; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Firefox */
input[type=number] { -moz-appearance: textfield; }


.field-validation-error { position: absolute; left: 30px; 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: 'Rubik', sans-serif; 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;  font-size: 0.8em; }
    .bread a { color: #1694C4; }
    .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; color: #202020; background-color: #fff; border-radius: 50%; text-align: center; }
        .socials > li > a:hover, .footer_socials .socials > li > a:focus { background-color: #89B32F; 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: #D82948; stroke: #000000; }

.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; }
/******End General Classes******/

/******Headlines******/
.headline1 { text-align: center;  }
    .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 #003E91; color: #049DBF; }
    .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 { }
    .headline6 > * { font-size: 1.5em; font-weight: 500; }

.headline7 { margin-bottom: 30px; }
    .headline7 > * { font-size: 2.2em; font-weight: 700; }

.headline8 { }
    .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 { }
    .headline11 > * { font-size: 1.2em; font-weight: 500; }

.headline12 { }
    .headline12 > * { font-size: 2em; font-weight: 400; }

.headline13 { }
    .headline13 > * { font-size: 1.5em; font-weight: 700; }
/******End Headlines******/

@media only screen and (max-width : 768px) {
    .main_image { height: 400px; }
}

@media only screen and (max-width : 600px) {
    .hide_mobile { display: none; }
    .bread a:nth-of-type(2), .bread a:nth-of-type(3) { display: none; }
    .bread span:nth-of-type(2), .bread span:nth-of-type(3) { display: none; }
    .bread a:last-of-type { display: inline-block; width: 40px; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .bread span:last-of-type , .bread span:nth-last-of-type(2) { display: inline-block !important; }

}

@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_items_align_end { justify-content: flex-end; }
.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_26 { width: 26.6667%; }
.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_35 { width: 35%; }
.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_15 { margin-bottom: 15px; }
.item_margin_b_20 { margin-bottom: 20px; }
.item_margin_b_25 { margin-bottom: 25px; }
.item_margin_b_30 { margin-bottom: 30px; }
.item_margin_b_35 { margin-bottom: 35px; }
.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: #D82948; 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; }

.delete_popup { }
.delete_popup .popup > h2 {font-size:1.2em;font-weight:500;text-align:center;display:block;margin-bottom:30px; }
    .delete_popup .buttons_conti { }
        .delete_popup .buttons_conti > ul { }
            .delete_popup .buttons_conti > ul > li { width:49%;}
    .delete_popup .buttons_conti > ul > li > a {display:block;text-align:center; }

.general_popup_conti { position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); right: 0; left: 0; top: 0; z-index: 1000000; padding: 45px 10px 10px 10px; box-sizing: border-box; overflow-y: auto; box-shadow: 0px 13px 16px rgba(0, 0, 0, 0.26); display: none; }
    .general_popup_conti .popup { background-color: #fff; color: #212121; margin: 0 auto; padding: 40px 10px 50px 10px; max-width: 790px; width: 100%; position: relative; box-sizing: border-box; }
        .general_popup_conti .popup::after { content: ""; position: absolute; width: 282px; height: 185px; top: 100%; left: -18px; background-image: url('/Resources/General/popupBottomBg.svg'); background-repeat: no-repeat; background-size: cover; }
    .general_popup_conti .close_popup { position: absolute; right: 10px; top: 10px; box-sizing: border-box; text-align: center; width: 36px; padding: 5px; box-sizing: border-box; z-index: 2; }
        .general_popup_conti .close_popup > img { display: block; vertical-align: middle; width: 100%; }
    .general_popup_conti .popup_title { margin-bottom: 20px; font-size: 2.2em; text-align: center; }
        .general_popup_conti .popup_title > * { font-weight: 600; color: #212121; }
    .general_popup_conti .popup_image { display: block; padding-bottom: 56%; margin-bottom: 15px; background-repeat: no-repeat; background-size: contain; }
    .general_popup_conti .general_article { margin-bottom: 20px; }
    .general_popup_conti .popup_buttons { }
        .general_popup_conti .popup_buttons > ul { display: flex; justify-content: center; }
            .general_popup_conti .popup_buttons > ul > li { width: 100%; max-width: 200px; margin-left: 20px; }
                .general_popup_conti .popup_buttons > ul > li:last-child { margin-left: 0; }
                .general_popup_conti .popup_buttons > ul > li > * { }

.promotion_popup { }
    .promotion_popup .popup_title { display: block; text-align: center; font-size: 2.2em; margin-bottom: 10px; }
        .promotion_popup .popup_title > * { font-weight: 400; }
    .promotion_popup .promotion_products { }
        .promotion_popup .promotion_products > ul { display: flex; flex-wrap: wrap; align-items: center; }
            .promotion_popup .promotion_products > ul > li { position: relative; width: 32%; margin-left: 2%; padding-bottom: 50px; }
                .promotion_popup .promotion_products > ul > li:nth-child(3n) { margin-left: 0; }
                .promotion_popup .promotion_products > ul > li .button { position: absolute; bottom: 20px; max-width: 180px; margin: 0 auto; right: 0; left: 0; border-radius: 50px; background-color: #F17555; border-color: #F17555; }
                    .promotion_popup .promotion_products > ul > li .button:hover, .promotion_popup .promotion_products > ul > li .button:focus { background-color: #a92300; }

@media only screen and (max-width : 1150px) {
    .general_popup_conti .popup_title { font-size: 1.8em; }
}

@media only screen and (max-width : 768px) {
    .popup_buttons { font-size: 0.7em; }
    .newsletter_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; }
}

.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 #202020; border-radius: 10px; line-height: 1; font-size: 1em; color: #000; }
.form input[type="date"], .form input[type="time"] { padding: 8px 10px; }
.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: #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 > 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;}

.form > iframe { width: 100%; min-height: 700px; }

.file_conti { }
    .file_conti > input {width:calc(100% - 150px) !important; }
    .file_conti > label { width: 130px; box-shadow: 0px 3px 6px #00000029; border-radius: 25px; background-color: #82ABE2; color: #fff; text-align: center; padding: 13px 0; box-sizing: border-box; font-size: 1.15em !important; margin-bottom: 0 !important; font-weight: 500; }
    .file_conti > label:hio { }
/******End Forms******/

.button { border: none; cursor: pointer; font-family: 'Rubik', sans-serif; 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: #049DBF; border-radius: 25px; 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: #00b9ff; }

.button2 { display: block; width: 100%; background-color: #fff; border-radius: 25px; 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: #D82948; border-radius: 23px; color: #fff; padding: 13px 5px; box-sizing: border-box; font-weight: 500; font-size: 1em; }
    .button3:hover, .button3:focus { background-color: #94001a; }

.button4 { display: block; text-align: center; width: 100%; background-color: #16C4C4; border-radius: 10px; 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: #00b9ff; border-radius: 10px; 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: #00688f; }

/******Header******/
.burger { display: none; width: 30px; }
    .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; }
.burger span {display:block;text-align:center;color:#000;font-size:0.7em;font-weight:300;margin-top:5px; }
header { background-color: #E4ECF1; z-index: 2; position: relative; padding: 20px 60px 20px 30px; box-sizing: border-box; min-height: 102px;margin-bottom:10px; }

.logo { display: inline-block; position: relative; width: 253px; vertical-align: middle; }
    .logo > img { width: 100%; vertical-align:bottom;}

nav { display: inline-block; vertical-align: middle; }
    nav > div { }
.close_nav {display:none; }
nav > div > ul { }
    nav > div > ul > li { display: inline-block; vertical-align: middle; border-left: 1px solid #86C3D1;position:relative; }
        nav > div > ul > li > a { display: block; color: #000000; padding: 3px 20px; box-sizing: border-box; position: relative; font-size: 1.2em; }
            nav > div > ul > li > a > i { color: #86C3D1; }
            nav > div > ul > li > a.colored { color: #FFDD00; }
            nav > div > ul > li > a:hover, nav > div > ul > li > a:focus { color: #86C3D1; }
        nav > div > ul > li.last_child { border-left:none;}

.search_and_log { position: absolute; left: 0; top: 15px; }
    .search_and_log > * { margin-right: 30px; }
    .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: #fff; border-radius: 50%; position: absolute; right: -5px; top: -5px; text-align: center; }
.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; }

.contacts_and_log_conti { position: absolute; left: 30px; top: 23px; text-align: left; }
.contacts_and_log { margin-bottom: 10px; }
    .contacts_and_log > * { margin-right: 20px; color: #000; position: relative; display: inline-block; vertical-align: middle; text-align: center; }
    .contacts_and_log > * > * { }
    .contacts_and_log > * > span {position:relative;display:block; }
        /*.contacts_and_log > * > span.log_desc { position: absolute; bottom: -16px; font-size: 1em; margin-left: 0; transform: translateX(-50%); left: 50%; white-space: nowrap; }*/
    .contacts_and_log .cart_icon { position: relative; }
    .contacts_and_log .favorites_header { position: relative; text-align:center;}
    .contacts_and_log .favorites_header > span {margin-top:6px; }
    .contacts_and_log .search_text {margin-top:5px; }
        .contacts_and_log .cart_icon .cart_total_items { display: block; width: 16px; height: 16px; line-height: 16px; background-color: #fff; border-radius: 50%; position: absolute; right: -5px; top: -5px; text-align: center; color:#000;font-size:0.8em;}
.reg_button { border-radius: 50px; background-color: #d5a60a;box-shadow:0 3px 6px rgba(0, 0, 0, 0.59); }
.reg_button > img {vertical-align:bottom; }

.drop { width: 732px; position: absolute; top: 25px; right: 0; border-top: 40px solid transparent; opacity: 0; pointer-events: none; }
.drop_nav { padding: 15px 28px; box-sizing: border-box; background-color: #fff;border-radius:0 0 20px 20px; box-shadow: 0px 3px 6px #00000029; width: 100%; max-width: 732px; margin: 0 auto; max-height:472px; overflow-y: auto; }
.drop_items { padding-left: 3%; box-sizing: border-box; color: #fff; }
    .drop_items .drop_item { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #fff; padding-left: 5px; box-sizing: border-box; }
        .drop_items .drop_item .sub_cat { font-size: 1.2em; font-weight: 500; margin-bottom: 20px; display: block; }
            .drop_items .drop_item .sub_cat:hover, .drop_items .drop_item .sub_cat:focus { text-decoration: underline; }
        .drop_items .drop_item > ul { }
            .drop_items .drop_item > ul > li { margin-bottom: 10px; }
                .drop_items .drop_item > ul > li > a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
                    .drop_items .drop_item > ul > li > a:hover, .drop_items .drop_item > ul > li > a:focus { text-decoration: underline; }

.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.8em; color: #86C3D1; }
[data-mobilesubdrop] { display: none !important; }

.mobile_nav_item {display:none; }
.mobile_search {display:none; }

.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; }

.login_drop {display:none; width:100%;max-width:519px; background-color: #fff; box-shadow: 0px 3px 6px #00000029; border-radius: 0px 0px 20px 20px; padding:20px;box-sizing:border-box;position:absolute;left:10px;top:100%;}
    .login_drop form { }
        .login_drop form > ul { justify-content:space-between;}
.login_drop form > ul > li {width:49%; margin-bottom:10px;}
    .login_drop form > ul > li:nth-child(3), .login_drop form > ul > li:nth-child(4) { width: 100%; }
 .login_drop form button {width:100%; max-width:135px;display:block;margin:0 auto;}
    .login_drop .login_headline { display:block;margin-bottom:23px;text-align:center;}
    .login_drop .login_headline > * { font-weight:400;font-size:1.2em;display:inline-block;}

.drop_nav .main_cat {}
    .drop_nav .main_cat .title { font-size:0.8em;}
.drop_nav .main_categoris { margin-bottom:0;}
.drop_nav .main_cat .soon { font-size:1em;top:10px;}

.mobile_search { display: none; position:relative;}
    .mobile_search input { width: 100%; border-radius: 10px; background-color: #fff; border: 1px solid #049DBF; padding: 12px 10px 13px 40px; box-sizing: border-box; }
    .mobile_search img {position:absolute;left:10px;top:10px;pointer-events:none; }
/******End Header******/

.mobile_links { display: none; position: fixed; z-index: 11; bottom: 0; right: 0; width: 100%; background-color: #fff; box-shadow: 0 -3px 6px #00000029; }
    .mobile_links > ul { }
        .mobile_links > ul > li { border-left: 1px solid rgba(0, 62, 145, 0.2);box-sizing:border-box;width:20%; }
        .mobile_links > ul > li:last-child {border-left:none; }
            .mobile_links > ul > li > a {display:block;padding:13px 3px 5px 3px;box-sizing:border-box; }
                .mobile_links > ul > li > a .icon { display:block;text-align:center;height:28px;width:100%;}
                .mobile_links > ul > li > a .icon > * {display:inline-block;vertical-align:bottom; }
.mobile_links > ul > li > a .title {display:block;width:100%;text-align:center;font-size:0.6em;font-weight:300; }


@media only screen and (max-width : 1700px) {
    header { padding: 20px 10px; }
    nav > div > ul > li > a { padding: 3px 15px; }
}

@media only screen and (max-width : 1550px) {
    nav > div > ul > li > a { padding: 3px 10px; font-size: 1em; }

}

@media only screen and (max-width : 1366px) {
    .logo { width: 150px; padding: 12px 0px;}
}

@media only screen and (max-width : 1270px) {
    header { min-height: 75px; }
    .contacts_and_log_conti { position: absolute; left: 10px; top: 14px; }
    .contacts_and_log { padding-top: 0; align-items: center; }
    .contacts_and_log > .phone > span { display:none;}
    .burger { display: block; position: absolute; right: 10px; top: 20px;  z-index:2;}
    .logo { margin: 0 auto; width: 150px; display: block; padding: 0; }
    .search_and_log { display: none; position: absolute; width: calc(100% + 20px); background-color: #202020; padding: 10px; top: 64px; right: -10px; box-sizing: border-box; }
    .search_input {width:100%;max-width:300px;margin:0 auto; }
    .search_and_log form { width: 100%; max-width: 300px; margin: 0 auto; }
    .mobile_search {display:inline-flex; }
    .contacts_and_log > * {  }
        .contacts_and_log > * > img { width: 25px; }

    nav { display: none; position: fixed; width: 100%; height: 100%; overflow-y: auto; background-color: rgba(0, 0, 0, 0.80); right: 0; top: 0; z-index: 10; }
    header nav > div { width: 279px; background-color: #fff; right: -300px; top: 0; padding-top: 0; box-sizing: border-box; position: absolute; border-top: 60px solid #fff; box-shadow: 0px 7px 18px #00000066; padding-bottom: 20px; min-height: 100%; }
        header nav > div::after { content: ""; width: 170px; height: 50px; 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: #000; font-size: 25px; }

    nav > div > ul > li { width: 100%; display: block;border-bottom:1px solid #000; border-left:none;}
        nav > div > ul > li > a::after, nav > div > ul > li > a::before {display:none; }
        nav > div > ul > li > a {padding:15px 10px; font-size:1em;}
    .drop {display:none;width:100%; 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;border-radius:0; }
    .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-right: 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; }

    .drop_nav .main_categoris { width: 100%; }
    .drop_nav .main_cat .soon {top:3px;font-size:0.8em;color:#fff; }
        .drop_nav .main_categoris > ul { display:block;width:100%;padding:0;}
    .drop_nav .main_categoris > ul > li {width:100%;padding:0;display:block;margin-bottom:0 !important; }
    .drop_nav .main_cat {height:auto;display:block;padding:0;border-radius:0; }
    .drop_nav .main_cat img {display:none; }
        .drop_nav .main_cat .title { font-size:1em;position:static;border-radius:0;padding:15px 5px;box-sizing:border-box;background-color:rgba(0, 0, 0, 0.6);color:#fff;}

    .mobile_search {display:block;margin-top:20px; }
    nav .socials > li > a { background-color: rgb(64, 64, 64);color:#fff; }
}

@media only screen and (max-width : 600px) {
    body {padding-bottom:55px;}
    .mobile_links {display:block;}
    .cart_button {display:none !important; }
    .login_drop { max-width:100%;left:0;}

    .logo { margin: 0 50px 0 0; }
}

    @media only screen and (max-width : 400px) {
        /*.logo { width: 85px; margin-right: 31px; }*/
        .contacts_and_log > * { margin-right: 10px; }
    }

    @media only screen and (max-width : 360px) {
        .contact_dont_mobile { display: none; }
        .contacts_and_log > * > span { font-size:0.7em;}

    }

    @media only screen and (max-width : 340px) {
        /*.contacts_and_log > * { width: 25px; }
            .contacts_and_log > * > img { width: 100%; }*/
    }

/******Footer******/
footer { color: #fff;}
.footer_bg { background-color: #263953;  background-position: center center; background-repeat: no-repeat; background-size: cover; }
    .footer_bg hr { width: 100%; height: 1px; background-color: #fff; }
footer .top_part { padding: 20px 10px 0 10px; box-sizing: border-box; }
footer .bottom_part { padding: 20px 10px 30px 10px; box-sizing: border-box; }
.footer_logo { width: 238px; }
    .footer_logo > img { width: 100%; vertical-align: middle; }
.footer_nav { }
    .footer_nav > ul { }
        .footer_nav > ul > li { border-left:1px solid rgba(255, 255, 255, 0.2);}
        .footer_nav > ul > li:last-child {border-left:none; }
            .footer_nav > ul > li > a { font-size: 1.2em; padding: 5px 23px; box-sizing: border-box; display: block; }
                .footer_nav > ul > li > a:hover, .footer_nav > ul > li > a:focus { text-decoration: underline; }

.footer_secure { padding: 5px 10px; box-sizing: border-box; background-color: rgba(0, 200, 27, 0.1); }
.powerd_by { padding: 10px; box-sizing: border-box; }
    .powerd_by a { display: inline-block; }
.footer_secure img { vertical-align: bottom; }
footer .socials > li > a {width:auto;height:auto;line-height:1; border-radius:initial;background-color:transparent !important;color:#fff; }
/******End Footer******/

@media only screen and (max-width : 1450px) {
    .footer_nav > ul > li > a { padding: 5px 10px; box-sizing: border-box; }
}

@media only screen and (max-width : 1200px) {
    .footer_nav { width: 100%; }
        .footer_nav > ul { justify-content: center; }
            .footer_nav > ul > li > a { padding: 15px 10px; box-sizing: border-box; }
    footer .credit { display: block; text-align: center; margin-top: 10px; width: 100%; }
}

@media only screen and (max-width : 736px) {
    .footer_logo { display: block; margin: 0 auto; }
    footer .socials { display: block; text-align: center; margin: 0 auto; width: 100%; }
    .socials > li { display: inline-block; }
    footer .top_part { flex-wrap: wrap; padding: 20px 10px; }
    footer .credit > p { flex-wrap: wrap; }
        footer .credit > p > * { width: 100%; text-align: center; margin-bottom: 5px; }
    .footer_bg { background-repeat: repeat; background-size: auto; }
        .footer_bg hr { display: none; }
}

@media only screen and (max-width : 414px) {
    .footer_nav > ul > li { width: 100%; text-align: center;border-left:none; }
    .footer_nav > ul { justify-content: space-between; }
    .footer_secure img { width: 55px; }
}

/****Side Cart****/
.side_cart { position: fixed; left: 0; top: 250px; z-index: 1000; }
.side_cart_cotni { background-color: #fff; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); border-radius: 0 20px 20px 0; padding: 30px 0 0 0; box-sizing: border-box; position: absolute; z-index: 10; left: -470px; top: 0; width: 407px; }
    .side_cart_cotni.active { left: 0; }
.close_side_cart { position: absolute; right: 10px; top: 5px; font-size: 30px; color: #D82948; }
    .close_side_cart:hover, .close_side_cart:focus { color: #CC6262; }
.side_cart_cotni > h2 { display: block; text-align: center; font-size: 1.5em; font-weight: 400; padding-bottom: 20px; border-bottom: 1px solid #D4D4D4; }
.side_cart_products { }
    .side_cart_products > ul { max-height: 205px; overflow-y: auto; padding: 0 20px 0 10px; box-sizing: border-box; }
        .side_cart_products > ul > li { display: block; border-bottom: 1px solid #DCDDDA; position: relative; }
.side_cart_item { padding: 20px 0; box-sizing: border-box; }
    .side_cart_item .prod_content { float: left; width: calc(100% - 93px); padding-right: 10px; padding-left: 73px; box-sizing: border-box; box-sizing: border-box; }
        .side_cart_item .prod_content > h2 { font-size: 1em; display: block; margin-bottom: 10px; font-weight: 500; }
        .side_cart_item .prod_content > p { line-height: 120%; display: block; margin-bottom: 20px; }
        .side_cart_item .prod_content > .tbl { }
            .side_cart_item .prod_content > .tbl > * { vertical-align: middle; }
            .side_cart_item .prod_content > .tbl .remove_product { width: 55px; text-align: center; position: absolute; left: 5px; top: 10px; color: #000; }
                .side_cart_item .prod_content > .tbl .remove_product:hover, .side_cart_item .prod_content > .tbl .remove_product:focus { color: #CC6262; }
            .side_cart_item .prod_content > .tbl .prod_price { width: 102px; text-align: center; position: absolute; left: 5px; top: 50%; color: #D82948; font-weight: 500; font-size: 1.2em; }
                .side_cart_item .prod_content > .tbl .prod_price i { font-size: 0.7em; }
side_cart_item .prod_content > .tbl .quantity { }
.side_cart_item .prod_image { float: right; height: 93px; width: 93px; overflow: hidden;background-size:contain; }
.side_cart_cotni .totals { padding: 10px 0; box-sizing: border-box; text-align: center; }
    .side_cart_cotni .totals > strong { display: block; font-size: 1.2em; margin-bottom: 5px; }
        .side_cart_cotni .totals > strong > i { font-size: 0.7em; }
    .side_cart_cotni .totals > small { font-size: 0.8em; }
        .side_cart_cotni .totals > small > span { }
.side_cart_cotni .buttons_conti { margin: 0 auto; background-color: #F8F5EF; padding: 20px; box-sizing: border-box; }
    .side_cart_cotni .buttons_conti > ul { width: 100%; max-width: 80%; margin: 0 auto; display: block; }
        .side_cart_cotni .buttons_conti > ul > li { }
            .side_cart_cotni .buttons_conti > ul > li:nth-child(even) { float: left; }
            .side_cart_cotni .buttons_conti > ul > li > * { display: block; padding: 20px 10px; box-sizing: border-box; text-align: center; }
.side_cart .clean_cart { position: absolute; left: 5px; top: 10px; color: #808080; }
    .side_cart .clean_cart > * { display: inline-block; vertical-align: middle; }
    .side_cart .clean_cart:hover, .side_cart .clean_cart:focus { color: #2A2A2A; }

.cart_button { position: fixed; left: 0; top: 180px; width: 73px; height: 58px; border-radius: 0 35px 35px 0; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); background-color: #29D8C6; text-align: center; padding-top: 10px; box-sizing: border-box; z-index: 10; }
    .cart_button:hover, .cart_button:focus { background-color: #06897b; }
    .cart_button > span { position: absolute; background-color: #D82948; color: #fff; width: 16px; height: 16px; font-size: 12px; line-height: 17px; border-radius: 50%; text-align: center; right: 10px; top: 10px; }
    .cart_button .image2 { width: 37px; height: 37px; background-image: url('/Content/Resources/Header/cartIcon.png'); display: inline-block; }

/****End Side Cart****/

/****Quntity*****/
.quntity { width: 127px; margin: 0 auto; background-color: #fff; border-radius: 5px; text-align: center; display: block; overflow: hidden; }
    .quntity > ul { width: 100%; }
        .quntity > ul > li { width: 100%; vertical-align: middle; }
            .quntity > ul > li:nth-child(1) { }
            .quntity > ul > li:nth-child(3) { }
            .quntity > ul > li:nth-child(2) { width: 60px; }
            .quntity > ul > li > a, .click { display: block; padding: 10px; box-sizing: border-box; font-weight: 700;}
            .quntity > ul > li > div { text-align: center; font-size: 1.2em; border: 1px solid #CCCCCC; padding: 10px; box-sizing: border-box; box-shadow: 0px 3px 6px #00000029; text-align: center; border-radius: 5px; }
            .quntity > ul > li > a:hover, .quntity > ul > li > a:focus, .click:hover, .click:focus { background-color: #E9E6DF; }
            .quntity > ul > li:nth-child(1) > a, .quntity > ul > li:nth-child(1) .click { color: #D82948; }
            .quntity > ul > li:nth-child(3) > a, .quntity > ul > li:nth-child(3) .click { color: #049DBF; }
/****End Quntity*****/

@media only screen and (max-width : 1680px) {
    .side_cart_products > ul { max-height: 135px; }
}

    @media only screen and (max-width : 1020px) {
        /*.cart_button { width: auto; height: auto; box-shadow: none; top: 5px; left: 10px; padding: 5px; border-radius: 5px; background-color: transparent; }
        .cart_button:hover, .cart_button:focus { background-color: transparent; opacity: 0.8; }
        .cart_button > span { right: -4px; top: 16px; }*/
    }

    @media only screen and (max-width : 600px) {
        /****Side Cart****/
        header { z-index: 1001; }
        .side_cart { left: initial; right: 0; top: 110px; }
        .side_cart_cotni { left: initial; right: -300px; width: 300px; border-radius: 20px 0 0 20px; }
            .side_cart_cotni.active { right: 0; }
        .close_side_cart { right: initial; left: 5px; }
        .side_cart_item .prod_image { width: 70px; height: 75px; }
        .side_cart_item .prod_content > p { min-height: 45px; }
        .side_cart_item .prod_content { width: calc(100% - 70px); }
        .side_cart_item .quntity { width: 100px; }
            .side_cart_item .quntity > ul > li:nth-child(2) { width: 40px; }
        .side_cart .clean_cart { left: initial; right: 5px; }
        .side_cart_item .prod_content > .tbl .prod_price { font-size: 1em; width: 90px; }
        /****End Side Cart****/
    }


/******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: 700; font-size: 1.5em; margin-bottom: 13px; color: #1694C4 ;}
    .artilce_item .content {height:70px;overflow:hidden;margin-bottom:10px; }
        .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-color: #D82948; color: #fff; font-weight: 700; text-align: center; right: 0; left: 0; top: -5px; margin: 0 auto; pointer-events: none; }
        .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; background-size: 80% auto; }
        .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; right: -9px; top: 10px; width: 56px; height: 56px; text-align: center; padding-top: 15px; font-size: 0.9em; font-weight: 700; border-radius: 50%; background-color: #D82948; 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; }
        .product_item .prod_content .prod_desc { display: block; text-align: center; margin-bottom: 8px; font-size: 0.8em; 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:0.95em;}
        .product_item .prod_price > * { display: inline-block; vertical-align: middle; }
        .product_item .prod_price > strong { font-weight: 700; color: #D82948; }
        .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: #049DBF; border-radius: 25px; box-shadow: 0px 3px 6px #00000059; color: #fff; padding: 13px 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: #00b9ff; }
        .product_item .prod_add .prod_quantity { padding-top: 5px; }
.prod_quantity_conti { margin-bottom: 18px; }
.prod_quantity > a { text-align: center; color: #1694C4; font-size: 1.5em; padding: 0 5px; box-sizing: border-box; }
    .prod_quantity > a:nth-of-type(1) { color: #D82948; }
    .prod_quantity > a:nth-of-type(2) { color: #049DBF; }
.prod_quantity .total { border: 1px solid #CCCCCC; padding: 10px; box-sizing: border-box; box-shadow: 0px 3px 6px #00000029; text-align: center; border-radius: 5px; width: 100px; }
    .prod_quantity .total.active, .prod_quantity .total:focus { border-color: #049DBF; }
.prod_quantity > a:hover, .prod_quantity > a:focus { color: #049DBF; }

.lines > ul { justify-content: space-between; }
    .lines > ul > li { width: 49%; margin-bottom: 10px; }

.lines .product_item { border-radius: 5px; position: relative; padding: 6px 120px 5px 6px; min-height: 115px; box-sizing: border-box; }
    .lines .product_item .prod_image { position: absolute; right: 0; top: 0; width: 115px; margin-bottom: 0; border-bottom: none; }
    .lines .product_item .prod_content { width: 100%; padding: 0; }
        .lines .product_item .prod_content .prod_desc { width: 100%; text-align: right; display: none; }
        .lines .product_item .prod_content .prod_title { text-align: right; height: auto; }
    .lines .product_item .prod_price { width: 100%; text-align: right; justify-content: flex-start; }
    .lines .product_item .prod_add { display: flex; justify-content: space-between;position:absolute;width:100%;padding-right:115px;padding-left:5px; box-sizing:border-box;bottom:5px;right:0; }
        .lines .product_item .prod_add .product_button { width: 67px; font-size: 0.8em; padding: 17px 5px; position: absolute; left: 8px; }
    .lines .product_item .prod_quantity_conti { margin-bottom: 0; }
    .lines .product_item .prod_image .sale { position: absolute; right: -9px; top: 10px; width: 35px; height: 35px; text-align: center; padding-top: 9px; font-size: 0.6em; font-weight: 700; border-radius: 50%; background-color: #D82948; color: #fff; box-sizing: border-box; }
    .lines .product_item .prod_image .demand { padding:3px;width:80px;font-size:0.6em;}
    .lines .product_item .prod_add .product_button.product_button_loged { width: 90px; }

@media only screen and (max-width : 1366px) {
    .product_item .prod_image .demand { width: 110px; 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 : 1160px) {
    .product_item .prod_price { font-size: 0.8em; }
}


@media only screen and (max-width : 1020px) {
    .lines > ul > li { width:100%;}
}

@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; }
    .lines .prod_quantity .total { padding:10px;width:80px;}
    .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 : 375px) {
    .lines .product_item {min-height:90px;padding-right:95px; }
        .lines .product_item .prod_add {padding-right:95px; }
    .lines .product_item .prod_image { width:90px;}
}

@media only screen and (max-width : 360px) {
    .products_conti > ul > li { width: 100% !important; }
    .lines .product_item .prod_add .product_button { font-size:0.6em;}
        .lines .product_item .prod_add .product_button.product_button_loged {width:auto;}
}

html { font-family: 'Rubik', sans-serif; font-size: 15px; direction: rtl; background-color: #F9F9F9; color: #000000; }
body { }
.main_wrapper { max-width: 100%; width: 100%; margin: 0 auto; overflow: hidden; }
    .main_wrapper.not_overflow { overflow: initial; }
.auto_margin { max-width: 1200px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin2 { max-width: 946px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin3 { max-width: 1500px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin4 { max-width: 790px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin5 { max-width: 1050px; width: 100%; margin: 0 auto; box-sizing: border-box; }

.message_partial { background-color: #D82948; color: #fff; display: none; }
.open_whatsapp { position: fixed; z-index: 5; top: 360px; left: 10px; }
    .open_whatsapp > img { width: 100%; }
/******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; }
/******End Footer******/

/*****Main Cats******/
.main_cat { display: flex; background-color: #fff; position: relative; height: 0; padding-bottom: 100%; box-shadow: 0px 3px 6px #00000029; align-items: center; border-radius: 40px 20px; background-position: center center; background-size: cover; background-repeat: no-repeat; }
    .main_cat img { display: block; width: 80%; margin: 0 auto; }
    .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; border-radius: 10px; }
.main_cat2 .image { position: relative; margin-bottom: 0; background-position: center center; background-size: contain; background-color: #fff; }
.main_cat .title { position: absolute; border-radius: 0 0 40px 20px; font-size: 1em; font-weight: 500; bottom: 0; padding: 10px 5px; right: 0; width: 100%; height: auto; box-sizing: border-box; background: rgba(255,255,255,0.8); }
.main_cat .soon { position: absolute; top: 10px; right: 0; text-align: center; font-size: 1.1em; font-weight: 500; width: 100%; }
.main_cat:hover .title, .main_cat:focus .title { background-color: rgba(22, 148, 196, 0.7); color: #fff; }
/*****End Main Cats******/

/*****Advertising******/
.advertising { margin-bottom: 56px; }
    .advertising .advertising_image { height: 392px; width: 458px; position: relative; }
        .advertising .advertising_image .image { position: absolute; width: 100%; height: 100%; right: 0; top: 0; }
    .advertising .content { width: calc(100% - 458px); background-color: #FFFFFF; padding: 39px 30px 40px 30px; 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; }
        .icons_partial .icon_item span { display: block; text-align: center; }
/****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: 33%; }
.banners > ul > li { margin-bottom: 5px; }
/****End Banners*****/

/*****Marketers****/
.marketers_partial .product_slider .image2 { display: block; height: 0; padding-bottom: 64%; border: 1px solid #F1F1F1; }
.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: #049DBF; 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: 39px; }
    .main_content .general_article h1, .main_content .general_article p { display: inline; }
.main_categoris { max-width: 800px; width: 100%; margin: 0 auto 89px auto; }
.products_conti { margin-bottom: 56px; }
.banners { margin-bottom: 57px; }
footer { margin-top: 50px; }
.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; }
.home_bg { position: absolute; right: 0; top: 0; z-index: -1; pointer-events: none; }
.home_main_image { width: 100%; padding-bottom: 26%; border-radius: 250px; }

.general_form { background-color: #EAF3F2; border-radius: 75px; padding: 15px 167px 0 167px; box-sizing: border-box; box-shadow: 0px 3px 6px #0000004D; }
    .general_form .headline6 { }
    .general_form > p { display: block; margin-bottom: 12px; text-align: center; font-size: 1.05em; }
    .general_form form { width: 100%; }
        .general_form form > ul { width: 100%; }
            .general_form form > ul > li { width: calc(33.33% - 45px); padding-left: 20px; box-sizing: border-box; }
                .general_form form > ul > li:last-child { width: 135px; padding-left: 0; }
.general_form1 { margin-top: -80px; margin-bottom: 25px; }
.general_form.form input { border: none; box-shadow: none; border-radius: 10px; padding: 13px 10px; }

.general_article_img img { width: auto; display: block; margin: 0 auto; }

.mini_highlights { margin-bottom: 52px; }
    .mini_highlights > ul { }
        .mini_highlights > ul > li { width: 23%; }
            .mini_highlights > ul > li:nth-child(even) { margin-top: 40px; }
.mini_highlight_item { display: block; background-color: #fff; box-shadow: 0px 3px 6px #00000029; border-radius: 10px; padding: 20px 10px; box-sizing: border-box; }
    .mini_highlight_item .icon { height: 135px; width: 136px; text-align: center; margin: 0 auto 5px auto; }
        .mini_highlight_item .icon > img { display: inline-block; vertical-align: bottom; max-width: 100%; }
    .mini_highlight_item .title { display: block; text-align: center; font-size: 1.05em; font-weight: 500; }

.arrangement { position: absolute; right: 0; top: 5px; }
    .arrangement > li { margin-left: 5px; }

.show_mobile_form { display: none; }
/*****End Index****/

/****About****/
.cover_image { padding-top: 6%; padding-bottom: 9%; }
.sub_photo { }
.sub_photo > img {max-width:100%; }
/****About****/

/*****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; text-align: center; }

.cart_totals_conti .secure_text { padding: 5px 10px; box-sizing: border-box; background-color: rgba(0, 200, 27, 0.1); 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****/

/****Nationwide****/
.nation_map { text-align: center; }
    .nation_map img { display: inline-block; max-width: 100%; max-height: 1500px; }
/****End Nationwide****/

/****Info****/
.info_conti { margin-top: 80px; }
.info_conti { align-items: flex-end; }
    .info_conti > img:nth-of-type(1) { width: 17%; }
    .info_conti > img:nth-of-type(2) { width: 83%; }
/****End Info****/

/****Register****/
.register_form { }
    .register_form button { display: inline-block; width: 260px; margin-top: 40px; }
    .register_form .form_sub_title { font-size: 1.2em; font-weight: 500; }
/****Register****/


/*****Stands*****/
.bullets { margin-bottom: 50px; }
    .bullets > .title { font-size: 1.5em;  margin-bottom:40px; }
        .bullets > .title > * { font-weight: 500; }
    .bullets > ul { display: flex; justify-content: flex-end; justify-content: space-between; flex-wrap: wrap; }
        .bullets > ul > li { width: 19%; position: relative; display: block; background-color: #fff; box-shadow: 0px 3px 6px #00000029; border-radius: 10px; padding-bottom: 20px 10px; box-sizing: border-box; margin-bottom: 10px; }
            .bullets > ul > li:nth-child(odd) { top: -20px; }
            .bullets > ul > li .image { position: relative; display: block; padding-bottom: 100%; margin-bottom: 10px; border-radius: 10px; background-size: cover; }
                .bullets > ul > li .image > span { position: absolute; right: 0; top: 0; width: 100%; text-align: center; height: 100%; color: #fff; background-color: rgb(0, 0, 0, 0.8); opacity: 0; transition: all 0.5s ease-in-out; display: flex; align-items: center; justify-content: center; pointer-events: none; border-radius: 10px; }
                .bullets > ul > li .image:hover > span, .bullets > ul > li .image:focus > span { opacity: 1; }
            .bullets > ul > li .title { display: block; text-align: center; font-size: 1.2em; font-weight: 500; line-height: 120%; padding-bottom: 5px; }
/*****End Stands*****/

@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) {
    .remove_mobile { display: none; }

    .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; }

    /*Index*/
    .general_form { padding: 15px 30px 0 30px; }
    /*End Index*/

    /*****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****/

    .main_categoris { }
    .main_cat .soon { font-size: 0.8em; }
    .main_cat .title { font-size: 0.8em; }
    .main_cat img { max-height: 60%; max-width: 60%; }
}

@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; }
    .cover_image { padding-bottom: 17%; padding-top: 12%; }
    /****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****/

    /***Stands****/
    .bullets { margin-bottom: 20px; }
        .bullets > ul > li { width: 49%; }
    /***End Stands****/

    .cart_totals { padding: 15px 10px; box-sizing: border-box; }
}

@media only screen and (max-width : 700px) {
    /*Index*/
    .general_form form > ul > li { width: 100%; padding-left: 0; }
    .general_form1 { margin-top: 20px; }
    .mini_highlights > ul > li { width: 48%; }

    /*End Index*/

    /*Info*/
    .info_conti { margin-top: 10px; }
        .info_conti > img:nth-of-type(1) { display: none; }
        .info_conti > img:nth-of-type(2) { width: 100%; }
    /*End Info*/
}

@media only screen and (max-width : 600px) {
    /***Index****/
    .general_form { position: fixed; width: 100%; right: 0; bottom: -700px; }
    .no_mobile .general_form { position: static; }
    .general_form.active { bottom: 0; }
    .show_mobile_form { font-weight: 500; color: #000; font-size: 1.2em; display: block; width: 100%; position: fixed; bottom: 0; right: 0; text-align: center; box-shadow: 0px 3px 6px #0000004D; background-color: #EAF3F2; padding: 20px 5px; box-sizing: border-box; }
    .no_mobile .show_mobile_form { display: none; }
    .show_mobile_form > span { display: none; }
        .show_mobile_form > span.active { display: block; }
    .show_mobile_form.close_form { width: 50px; border-radius: 25px 25px 0 0; height: 50px; bottom: 358px; right: 70px; box-shadow: none; }

    .main_categoris > ul { padding: 0 10px; justify-content: space-between; }
        .main_categoris > ul > li { width: 48%; padding-left: 0; }
    /***End Index****/
}

@media only screen and (max-width : 414px) {
    /***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; }
    .mini_highlights > ul { width: 276px; margin: 0 auto; }
        .mini_highlights > ul > li { width: 100%; margin: 0 0 20px 0 !important; }
    .mini_highlight_item .icon { width: 100%; }
    /*End Index*/

    /****Banners*****/
    .banner_item { position: relative; padding-bottom: 65%; }
    /****End Banners*****/
}

@media only screen and (max-width : 375px) {
}

