
/*OLD
@font-face {
  font-family: mainFont;
  src: url(../fonts/verdana.ttf);
}
@font-face {
  font-family: boldFont;
  src: url(../fonts/verdanab.ttf);
}
@font-face {
  font-family: lightFont;
  src: url(../fonts/SegoeLight.ttf);
}
@font-face {
  font-family: semiFont;
  src: url(../fonts/SegoeSemiBold.ttf);
}
*/
/*OLD OLD
@font-face {
  font-family: mainFont;
  src: url(../fonts/SegoeRegular.ttf);
}
@font-face {
  font-family: boldFont;
  src: url(../fonts/SegoeBold.ttf);
}
*/


@font-face {
    font-family: 'mainFont';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'boldFont';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'lightFont';
    src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff'),
        url('../fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'semiFont';
    src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'condensedFont';
    src: url('../fonts/ProximaNovaCond-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNovaCond-Bold.woff') format('woff'),
        url('../fonts/ProximaNovaCond-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





body {
  margin: 0px;
  font-family: mainFont, Verdana ;
  font-size: 13px !important;
  color:#000000 !important;
}
input,select{
    outline:none;
    border-radius: 0 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;

}


input[type=number] {
  -moz-appearance:textfield;
}
.container {
    max-width: 1196px !important;
    overflow: hidden;

}

a {
    color: #000000;
    transition:all 0.2s;
	text-decoration: none;
}
img {
    max-width: 100%;
}
@media (hover) {
a:hover{
    color: #F47B3B;
        text-decoration: inherit;
}
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #F47B3B;
  border-radius: 10px;
}
.container-fluid {
padding-left:35px !important;
padding-right:35px !important;

  }
/* header */
.topBar .row {
    margin-right: -5px !important;
    margin-left: -5px !important;
}
.topMenuNavbar.fixed .header_search_cont {
    display: none;
}
.cd-dropdown-wrapper-search {
    display: flex;
}

.topMenuNavbar.fixed .cd-dropdown-wrapper-search .header_search{
 display: block;
}

.cd-dropdown-wrapper-search .header_search {
    margin-left: 20px;
    _min-width: 225px;
    font-size: 13px;
    display: none;
}
.header_search_fixed_cont {

    min-width: 238px;
}
.header_search_cont {
    padding-left: 35px;
    padding-right: 35px;
        padding-top: 14px;
    padding-bottom: 14px;
        position: relative;
    z-index: 99;
}
.header_search {
    position: relative;
    max-width: 550px;
    margin: auto;
}
.header_search input {
    border: none;
    border-bottom: 1px solid #F47B3B;
    width: 100%;
    padding-left: 10px;
    background-image: url(../img/search.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 99% center;
    min-height: 40px;
    transition: all 500ms;
}
.header_search.active-search input,
.header_search_fixed_cont.active-search  input{
  border-bottom: solid 4px #F47B3B;
  background-image: url(../img/search_active.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0% center;
  padding-left: 30px;
  transition: all 500ms;
}
.home_main_slider_wrapper {
    position: relative;
}

img.banner_scroll {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 30px;
    margin: 0 auto;
    bottom: 0;
    cursor:pointer;
}

.ui-autocomplete {
    border:none !important;
}




.top_menu_row {
    display: flex;
    justify-content: space-between;

    flex-wrap: wrap;
}
.top_menu_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 84px;

}

.header_cart {
    max-width: 40px;
}
.header_contact_icons_inner {
    max-width: 506px;
    display: flex;
    flex-wrap: wrap;
        height: 100%;
}
.header_contact_icons_search {
    display: flex;

    flex-grow: 1;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.header_orario {
    font-size: 12px;
    font-family: boldFont;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.header_orario img {
    margin-right: 7px;
}
.top_header_col {
    font-size: 12px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
        padding-left: 5px !important;
    padding-right: 5px !important;
}
.topBar {
    background-color: #2B2B2B;
    padding-top: 7px;
    padding-bottom: 7px;
}
.top_header_col img {
    margin-right: 10px;
}
.header_contact_icons {
    display: flex;
    justify-content: flex-end;
   height: 100%;
}
_.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
        padding-top: 15px;
    padding-bottom: 15px;
}
.logo {
    position: absolute;
    left: 50%;
    margin-left: -125px;
}
_.header_search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-grow: 1;
    margin-right: 40px;
    margin-left: 40px;
}

.info_header {

    margin-left: 25px;
}
.header_tel {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #E2E2E2;
}
.header_additional_icons,.header_tel {
    display: flex;
    align-items: center;
        flex-wrap: wrap;
}
.header_account {
    margin-right: 10px;
}
.header_cart a {
    display: block;
    position: relative;
}
.header_cart .basket_counter {
  position: absolute;
  left: 0;
  top: 11px;
  left: 17px;
  font-family: boldFont;
  font-size: 13px;
  color: #393939;
}
.header_tel {
    font-size: 19px;
    font-family: boldFont;
}

.topMenu .container-fluid {

        border-bottom: 1px solid #E2E2E2;
}
.header_tel img {
    margin-right: 7px;
}
.dropdown:hover .dropdown-menu  {display: block;}



.dropdown-menu {
  position:absolute;
width:100%;
  left:0;
  right:0;
  border:none;
  background-color:transparent;
}
.dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}


.navbar .dropdown {position:static;}

.home_main_slider ul.slick-dots {
    max-width: calc(50vw - 75px);
}
.top_offers-slider .slick-track {
    display: flex !important;
}
.top_offers-slider .slick-slide:hover {
    border-color: #F47B3B !important;
}
.top_offers-slider .slick-slide:hover img {
    transform: scale(1.15);
}
.top_offers-slider .slick-slide  img {
    transition: transform .5s ease;
}
.top_offers-slider .slick-slide:hover {
    box-shadow: 0 0 35px rgba(0,0,0,0.3);
}
.top_offers-slider .slick-slide {
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    height: inherit;
}
.top_offers-slider .slick-slide:hover .product_extras {
    transition: all 500ms;
    bottom: 10px;
    opacity: 1;
}
.top_offers.section .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.top_offers.section .container-fluid .title_arrows_cont {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
}

.sub-category-banner-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.sub-category-banner {
    margin-left: 0;
    max-width: 550px;
    width: 100%;
}
.sub-category-banner img {
    width: 100%;
}
.sub-category-banner-col {
    width: calc(50% - 275px);
	text-align: center;
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
}


.technical-speciffications p {
    margin-bottom: 10px;
    font-family: boldFont;
}

.products-description .productsCont-title {
    padding: 0px 0px 20px 0px;
    margin-bottom: 0;
    text-align: left;
    margin: 0;
}
.products-description.description {
    background-color: #F5F5F5;
    padding: 30px 0;
}
.read-more-desc {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.technical-speciffications {
    margin-bottom: 30px;
}
.products-container.simvata.simvata-axesouar {
    background-color: #f5f5f5;
}
.cart_sumvata {
    font-family: boldFont;
    padding: 10px;
}
.products-container.simvata.simvata-axesouar .cat_section_col_inner {
    padding-top: 0;
    background-color: #fff;
}
.products-container.simvata.simvata-axesouar .single-related img {
    height: 150px;
}
.products-container.simvata.simvata-axesouar .cat_section_col:hover img {
    transform: none;
}
.products-container.simvata.simvata-axesouar .cat_section_col:hover {
    box-shadow: none;
}
.products-container.simvata.simvata-axesouar  .cat_section_col {
    box-shadow: none;
    border: none;
    padding: 10px;
}
.products-container.simvata.simvata-axesouar .cat_section_col .product_extras {
    opacity: 1;
    bottom: 10px;
}
.products-container.related {
    background-color: #fff;
}
.products-container.related .productsCont-title {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 0;
    margin-top: 0;
}
.products-container.related .cat_section_col {
    align-items: flex-start;
 }
.products-container.related .cat_section_col.single-related img {
    background-color: #fff;
}



  .dropdown-menu {
     visibility: hidden;
    opacity: 0;
    height:0;
    display: block !important;
    transition:all 0.3s;
    padding: 0;
    margin: 0;
  overflow: hidden;
      background: #ffffff;

  }
  .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    height:auto;
        padding-top: 30px;

}
nav {
    padding-bottom: 0 !important;
    min-height: 60px;
    padding: 0 !important;
}

ul.navbar-nav.mr-auto {
   flex-grow: 1;

    padding-right: 50px !important;
}
nav .dropdown-toggle::after{
display:none;
}
.nav-link {
    position: relative;
    height: 100%;
}
.nav-item.dropdown.show .nav-link .menu-text{
   opacity: 0;
   visibility: hidden;

}
.nav-link:hover{
  color:inherit !important;
}
.nav-item.dropdown.show .nav-link .menu-img{
   opacity: 1;
   visibility: visible;
}
.menu-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity:0;
    visibility: hidden;
    transition: all 0.3s;
}
.menu-text {
    font-family: boldFont;
    transition: all 0.3s;
    color: #000000;
}
.col-md.menu_col {
    flex-basis: 20%;
}
.burger_middle {
    width: 31.21px;
    background: #ffffff;
  height:2px;
   margin-top: 6px;
     margin-bottom: 6px;
}
.white_burger:after {
  content:"";
  display: block;
    width: 31.21px;
    background: #ffffff;
  height: 2px;
       transition: all .3s ease-in-out;
}
.white_burger:before {
  content:"";

  display: block;
    width: 31.21px;
    background: #ffffff;
    height:2px;
    transition: all .3s ease-in-out;
}
.nav-link {
line-height: 17px;
}
#additional_cats_menu .nav-link {
    display: flex;

    align-items: center;
    color: #ffffff;
    font-size: 14px;
    font-family: boldFont;
    line-height: 16px;

    height: 100%;
    padding-right: 30px;
    background-color: #F47B3B;
}
ul.navbar-nav{
  min-height: 60px;
}

#additional_cats_menu .nav-link:hover {
color:#ffffff !important;
}
nav {
    padding-bottom: 0 !important;
}
.white_burger {
    margin-right: 15px;
}
.menu_col_cat {
    font-size: 17px;
    font-family: boldFont;
    color: #000000;
    border-left: solid 2px #f47b3b;
    padding-left: 5px;
        padding-bottom: 12px;
}
.menu_subcategories {
    border-left: solid 2px #f47b3b;
    padding-left: 5px;
}
.menu_col_sub_cat {
    margin-bottom: 8px;
}
.menu_subcategories .menu_col_sub_cat:nth-child(n+6) {
    display: none;
}
.menu_col_cat a{
    font-size: 15px !important;
    font-family: boldFont !important;
    color: #000000 !important;
       padding-right: 0 !important;
    text-overflow: clip !important;
    white-space: normal !important;
    height: auto !important;
    line-height: normal !important;
}

.menu_col_sub_cat a {
    font-size: 13px !important;
    color: #000000 !important;
    padding-right: 0 !important;
    text-overflow: clip !important;
    white-space: normal !important;
    height: auto !important;
    line-height: normal !important;
}
.cd-dropdown-content > li > a {
    text-transform: uppercase;
}
.menu_col__all_cat {
    padding-left: 5px;
}
.menu_col__all_cat a {
    font-family: boldFont, Verdana;
    font-size: 12px !important;
}

#additional_cats_menu .nav-link {
    padding-right: 12px !important;
}

body#account-page .content {
    background: none !important;
    padding-top: 0;
}
body#account-page .content {
  background: none !important;
  padding-top: 0;
}
body#account-page .account_section.section {
    min-height: auto;
}
.container-fluid.container-single-feature {
    margin-top: 30px;
}


/* } */
/*END OF 1257*/
/* header */

/* homepage */
.home_main_slider ul.slick-dots {
    list-style: none !important;
    display: block;
    padding: 0;
}
.slider_thumb {
    max-width: 236px;
    padding: 15px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color:#ffffff;
        position: relative;
        cursor: pointer;
}
.home_main_slider ul.slick-dots {
    list-style: none !important;
    display: flex;
    align-items: center;
    padding: 0;
    position: absolute;
    right: 35px;
    bottom: 40px;
    margin-bottom: 0;
}
.slider_thumb .slider-title {
    font-size: 26px;
    font-family: boldFont;
}
.slider-subTitleBig {
    font-family: boldFont;
}
.slider-subTitleSmall {
    font-size: 12px;
       font-family: semiFont;

}
ul.slick-dots li {
    margin-right: 5px;
}
ul.slick-dots li:last-child {
    margin-right: 0px;
}
.home_main_slider ul.slick-dots li.slick-active {
    border-bottom: 5px solid #F47B3B;
}
.slider_thumb:after {
  content:"";
    position: absolute;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}
.slider_thumb >div {
    position: relative;
    z-index: 9;
}
.slider_caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    color: #ffffff;
}

.home_main_slider .slick-slide {
    position: relative;
}

.slider_title {
    font-size: 80px;
    font-family: boldFont;
    line-height: 90px;
	text-shadow: rgba(0, 0, 0, 0.95) 0px 9px 7px;
}

.slider_subtitlebig {
    font-size: 40px;
    font-family: boldFont;
    line-height: 50px;
	text-shadow: rgba(0, 0, 0, 0.95) 0px 5px 3px;
}

.slider_subtitlesmall {
    font-size: 36px;
    font-family: semiFont;
    line-height: 50px;
	text-shadow: rgba(0, 0, 0, 0.95) 0px 4px 2px;
}
.home_main_slider .slick-track {
    height: 100%; /* calc(100vh - 203px); */
}
.home_main_slider  .slick-slide img {
    object-fit: cover;
    height: 100%;
    object-position: center center;
        width: 100%;
}
.cat_section_col:nth-child(4n) {
    border-right: none;
}


.categories_section.section .container-fluid {
    padding: 0 15px !important;
}




.cat_section_col {
    text-align: center;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: all 0.5s;
}
.cat-title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #000000;
}
.cat-link {
    font-size: 15px;
    color: #F47B3B;
}
@media (hover) {
.cat_section_col:hover img {
    transform: scale(1.15);
}
}
.cat_section_col.single-related img {
    height: 280px;
    object-fit: contain;
}
.cat_section_col img {
    transition: transform .5s ease;
}
.advertisment_banner.section img {
    width: 100%;
}
.categories_section.section {
    margin-bottom: 55px;
}

.analosima-burger-middle {
    width: 32.74px;
    background: #000000;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    transition: all .3s ease-in-out;
}
.analosima-burger{
  cursor:pointer;

}
.analosima-burger:after {
    content: "";
    display: block;
    width: 32.74px;
    background: #000000;
    height: 2px;
    transition: all .3s ease-in-out;
}
.analosima-burger:before {
    content: "";
    display: block;
   width: 32.74px;
    background: #000000;
    height: 2px;
    transition: all .3s ease-in-out;
}
.analosima-burger.open:before {
    transform: translateY(8px) rotate(135deg);
    -webkit-transform: translateY(8px) rotate(135deg);
    -moz-transform: translateY(8px) rotate(135deg);
}
.analosima-burger.open:after {
    transform: translateY(-8px) rotate(-135deg);
    -moz-transform: translateY(-8px) rotate(-135deg);
    -webkit-transform: translateY(-8px) rotate(-135deg);
}
.analosima-burger.open .analosima-burger-middle {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}
.analosima-burger.open {
    height: 28px;
    padding-top: 5px;
}
.analosimo_section_col:nth-child(4n) {
    border-right: none;
}


.title_burger_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
        text-align: left;
        width: 100%;
            margin-top: 50px;
                min-height: 48px;
    /* padding-left: 15px; */
    /* padding-right: 35px; */
}

.analosimo_section_col {
    padding-left: 40px !important;
    padding-right: 40px !important;
    padding-bottom: 30px;
    text-align: center;
    border-right: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
        border-top: 1px solid #DEDEDE;
    padding-top: 80px;
    position: relative;
    _display: flex;
    _align-items: center;
}

.analosimo_section_col_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.analosima_section.section .container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;

}
.analosima_section .analosima_slider{
    margin-right: -40px;
    margin-left: -40px;
        margin-top: 30px;
}


.analosima-title {
    font-size: 16px;
    font-family: boldFont;
        margin-right: 10px;
}
.analosima_subcat_title {
    margin-bottom: 11px;

    font-family: boldFont;
}
.analosima_subcat_title:last-child {
    margin-bottom: 0px;

}
.analosima_subcats {
    position: absolute;
    bottom: 78px;
    margin-bottom: 0;
    height: 0;
    transition: height 0.5s ease-in;
    width: 100%;
    left: 0;
    background-color: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
        padding-left: 35px;
    padding-right: 35px;
}
.analosima_subcats.show {

    height: calc(100% - 78px);

}
.analosima_subcats_inner {
    text-align: left;
}
@media (hover) {
.cat_section_col:hover {
    box-shadow: 0 0 35px rgba(0,0,0,0.3);
}
}
.quick_search_container {
    max-width: 1454px;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    position:relative;
}
.quick_search_banner {
    -ms-flex: 0 0 calc(70% - 15px);
    flex: 0 0 calc(70% - 15px);
    max-width: calc(70% - 15px);
}
.quick_search_form {
    -ms-flex: 0 0 calc(30% - 15px);
    flex: 0 0 calc(30% - 15px);
    max-width: calc(30% - 15px);
    margin-right: 30px;
    background-image: url(../img/quick_search_form.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick_search_banner {
    min-height: 519px;
    background-image: url(../img/quick_search_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}
.quick_search.section {
    background-color: #F5F5F5;
    padding-top: 73px;
    padding-bottom: 73px;
}
.quick_search_text {
    width: 100%;
    max-width: 820px;
    margin-bottom: 50px;

}
.quick_search_title {
    font-size: 40px;
    font-family: boldFont;
    color: #F47B3B;
    line-height: 50px;
    margin-bottom: 10px;
}



.quick_search_subtitle {
    font-size: 25px;
    color: #ffffff;
}
.quick_search_text:after {
    content: '';
    width: 71px;
    height: 5px;
    background-color: #F47B3B;
    display: block;
    margin-top: 10px;
}


.quick_search_input {
    position: relative;
    height: 53px;

    background-color: #FFFFFF;
    color: #7B7B7B;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
}
.quick-search_options.active .quick_search_input {
    color:#000000;
    }
    .quick-search_options{
 margin-bottom: 14px;
}
.search_options:last-child {
    margin-bottom: 0;
}

.quick_search_input:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transition: all .2s ease-in-out;
    transform: translateY(-50%);
}
.quick_search_input:after {
    content: url(../img/arrow-right.png);
}
.quick_search_form_inner {
    _width: 100%;
    _max-width: 312px;
        width: 86%;
}
.quick_search_form_title {
    font-size: 25px;
    font-family: boldFont;
    color: #ffffff;
    margin-bottom: 35px;
}

.quick_search_button {
    margin-top: 70px;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    background-color: #F47B3B;
    padding: 20px;
    max-width: 186px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    transition: all 0.2s;
}
@media (hover) {
.quick_search_button:hover {
    opacity: 0.8;
}
}
.section_title {
    font-size: 30px;
}
.analosima_section.section {
    margin-top: 70px;
}

.quick-search_options_values {
    position: absolute;
    top: 10px;
    left: 27%;
    width: auto;
    max-width: inherit;
    max-height: inherit;
    height: calc(100% - 20px);
    padding: 0;
    transform: inherit;
    overflow: auto;

    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    transition: all .2s ease-in-out;
    z-index: 2;
    display: none;
}
.quick-search_options.active .quick-search_options_values {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    animation: panelInDesktop .5s forwards;
}
.quick-search_options.active .quick-search_options_values {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    animation: panelInDesktop .5s forwards;
}

@keyframes panelInDesktop {
0% {
    z-index: -1;
    opacity: 0;
    transform: translate(-10%);
}

90% {
    z-index: 2;
    transform: translate(0);
}
100% {
    z-index: 2;
    opacity: 1;
    transform: translate(0);
}
}
.quick-search_options_values .row{
    margin:0 !important;
}
.quick_main_cat {
    font-size: 20px;
    font-family: boldFont;
    margin-bottom: 15px;
}

.category {
    margin-bottom: 30px;
    border-right: 1px solid #B7B7B7;
}
.quick_subcategory {
    font-size: 16px;
    color: #797979;
    margin-bottom: 10px;
        cursor: pointer;
}
.quick-search_options_values {
    padding: 30px 10px;
}
.category:nth-last-child(1),.category:nth-last-child(2),.category:nth-last-child(3) {
    margin-bottom: 0;
}
.category:nth-child(3n),.category:last-child {
    border: none;
}
.quick_subcategory:hover{
    color:#FF8900;
}
.quick_main_cat, .quick_subcategory {
    user-select: none;
}
.quick_subcategory.active {
  color: #FF8900;
  font-size: 17px;
    font-family: boldFont;
}
.quick-search_options.disabled {
    pointer-events: none;
}
.title_view_all_cont {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #cccbcb;
    margin-bottom: 50px;
    align-items: center;
    padding-bottom: 10px;
}

.view_all {
    font-size: 16px;
    color: #F47B3B;
        font-family: semiFont;
}
.blog_img {
    padding-top: 50%;
    background-size: cover;
    background-position: center center;
}

.blog_title {
    font-size: 20px;
    font-family: semiFont;
    margin-top: 10px;
    margin-bottom: 20px;
}

.blog-read-more {
    font-size: 15px;
    font-family: semiFont;
    display: flex;
    align-items: center;
}
.blog_section.section .row {
    margin-right: -30px;
    margin-left: -30px;
}
.blog_col {
    padding-left: 30px;
    padding-right: 30px;
}
.blog_section.section {
    padding-top: 65px;
    padding-bottom: 65px;
}
.brand_slide {
    margin-right: 20px;
    margin-left: 20px;
    outline: none !important;
}
.brands_section.section .slick-list {
    margin-left: 30px;
    margin-right: 30px;
}
.brands_slider .slick-track {
    display: flex !IMPORTANT;
}
.brands_slider .brand_slide {
    height: inherit !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.brands_section.section button.slick-prev.slick-arrow {
    font-size: 0;
    border: none;
    background-color: unset;
    background-image: url(../img/arrow-left-brand.png);
    width: 18px;
    height: 18px;
    background-size: auto;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -8px;
}
.brands_section.section button.slick-next.slick-arrow {
    font-size: 0;
    border: none;
    background-color: unset;
    background-image: url(../img/arrow-right-brand.png);
    width: 18px;
    height: 18px;
    background-size: auto;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}
.brands_section.section {
  padding-bottom: 65px;
  padding-top: 20px;
  background-color: #f5f5f5;
}
.brands_section.section .title_view_all_cont {
    _justify-content: center;
}
.top_offers .title_arrows_cont {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #cccbcb;
    margin-bottom: 50px;
    align-items: center;
    padding-bottom: 10px;
}
.top_offers-slider .slick-slide img {
    height: 250px;
    object-fit: contain;
}
.top_offers-slider .slick-slide {
    margin: 0 0px;
}
.top_offers-slider .slick-list {
    margin: 0 0px;
}
.top_offers-slider.slick-initialized.slick-slider {
    width: calc(100% - 1px);
}
.arrow_left_top_offers {
    margin-right: 10px;
}
.top_offers-slider .slick-slide img {
    margin: 0 auto;
    height: 250px;
    object-fit: contain;
}
.view_all:after {
    border: solid #F47B3B!important;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
  margin-left: 5px;
    transform: rotate(-45deg);
    -webkit-appearance: none;
    background: transparent !important;
    font-size: 0;
    content: '';
}
.blog-read-more:after {
    border: solid #000000!important;
    border-width: 0 1px 1px 0 !important;
    display: inline-block;
    padding: 3.5px;
    vertical-align: middle;
    margin-left: 5px;
    transform: rotate(-45deg);
    -webkit-appearance: none;
    background: transparent !important;
    font-size: 0;
    content: '';
}
@media (hover) {
.blog_col a:hover .blog-read-more:after {
    border-color: #F47B3B !important;
}
}
.blog_col .blog-read-more:after{
        transition: all 0.2s;
}
.chk_container {
    display: block !important;
    margin-top: 12px;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 23px;
}

.chk_container input {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: transparent;
    border: 1px solid #414141;
}
/*
.chk_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: transparent;
    border: 1px solid #414141;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.chk_container input:checked ~ .checkmark:after {
    display: block;
}

.chk_container .checkmark:after {
    left: 7px;
    top: 1px;
    width: 8px;
    height: 15px;
    border: solid #414141;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
span.chk_text {

    color: #414141;
    margin-left: 10px;
}
.newsletter_section.section {
    background-color: #F5F5F5;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.newsletter_container {
    max-width: 1110px;
    margin: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
        align-items: center;
}
.newsletter_text {
    flex-grow: 2;
    flex-basis: 0;
    margin-right: 55px;
}

.newsletter_form_container {
    flex-grow: 4;
    margin-right: 55px;
    flex-basis: 0;
}

.newsletter_social {
    flex-grow: 1;
    flex-basis: 0;
    text-align: right;
    align-self: flex-start;
}
.newsletter_text_reg {
    font-size: 17px;
    font-family: lightFont;
}

.newsletter_text_semi {
    font-size: 17px;
    font-family: boldFont;
    color: #F47B3B;
}

.newsletter_text_bold {
    font-size: 43px;
    font-family: boldFont;
    color: #F47B3B;
    line-height: 48px;
}

.newsletter_form .mail_submit input[type="email"] {
    width: 100%;
    max-width: 489px;
    min-height: 61px;
    background: transparent;
    border: 1px solid #F47B3B;
    padding-left: 10px;
    font-style: italic;
}

.newsletter_form .mail_submit input[type="submit"] {
    min-height: 61px;
    width: 61px;
    background: #F47B3B;
    border: none;
    background-image: url(../img/white-arrow.png);
    font-size: 0 !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.mail_submit {
    display: flex;
}

/*FOOTER*/
.bank_section.section {
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 38px;
    padding-bottom: 38px;
        border-top: 1px solid #DEDEDE;
}
.bank_container {
    max-width: 1148px;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bank_container_row .title {
    font-size: 17px;
    margin-right: 10px;
}
.bank_container_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.syn_trapezes.bank_container_row {
    padding-right: 65px;
    border-right: 1px solid #DEDEDE;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sec_trasactions.bank_container_row{
      padding-left: 65px;
     justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer_container {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 1454px;
    margin: auto;

}
.footer_title.ft_social {
    margin-top: 68px;
}
footer{
     background-color: #383535;
}
.footer_title {
    font-size: 15px;
    font-family: boldFont;
    border-bottom: 1px solid #6E6E6E;
    padding-bottom: 5px;
    margin-bottom: 19px;
    color: #fff;
    line-height: 18px;
    padding-bottom: 9px;
}
.footer_link {
    font-size: 15px;
    margin-bottom: 16px;
}
.footer_link a {
    color: #fff;
}
.footer_link:last-child {
    margin-bottom: 0;
}
.footer_col {
    padding-left: 36px;
    padding-right: 36px;
}

.footer_container .row {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 55px;
    padding-bottom: 45px;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}
.footer_contact img,.footer_contact svg {
    margin-right: 10px;
}
.footer_contact {
    margin-bottom: 5px;
    color: #fff;
}
.footer_col .header_tel {
    margin-bottom: 18px;
    border: none;
    padding: 0;
}
.footer_logo {
    margin-top: 30px;
    margin-bottom: 20px;
}
.shop_info_content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 27px;
}
.shop_number {
    font-family: 'boldFont';
    color: #fff;
    text-align: center;
    font-size: 11px;
}
.sc2 {
    min-width: 151px;
}
.shop_number span {
    color: #f47b3b;
}
.shop_acs p {
    font-size: 11px;
    color: #fff;
    font-family: 'boldFont';
    text-align: center;
    margin-bottom: 9px;
}
.shop_cards p {
    font-size: 11px;
    font-family: 'boldFont';
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 19px;
}
.sc1 {
    margin-right: 10px;
    margin-left: 10px;
}
.sc2 {
    margin-right: 35px;
}
.sc3 {
    margin-right: 24px;
}
.sc4 {
    margin-right: 43px;
}
.shop_info_content:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #6E6E6E;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    max-width: 845px;
    margin: 0 auto;
}
.footer_social img {
    max-width: 44px !important;
    margin-right: 10px;
}
.footer_col_images {
    padding-top: 45px;
}

.footer_col_images img {
    display: block;
        margin: auto;
    margin-bottom: 20px;
}

.footer_col_images img:last-child {
    margin-bottom: 0;
}
.footer-copyright {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #6E6E6E;
    padding-top: 25px;
    padding-bottom: 43px;
    color: #fff;
}
.footer_col .header_tel a {
    color: #fff;
}
.footer-copyright a {
    color: #fff;
}
.container.fcols_wrapper {
    max-width: calc(1014px + 72px) !important;
    padding: 0;
}
/*END OF FOOTER*/

 img.product_autocomplete {
    max-width: 100px !important;
}

.ui-menu .ui-menu-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
        overflow: hidden;
}
.ui-state-active {
    background: #ffffff !important;
    border:none !important;

}
.ui-state-active{
    color:#ffffff !important;
}
.ui-widget-content{
    color:#ffffff !important;
        font-family: mainFont !important;
    font-size: 18px !important;
    max-height: 430px;
    overflow: auto;
}
.ui-state-active .product_autocomplete_title{
color:#ffffff !important;
}



button:focus{

     outline: none !important;
}
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0 !important;
}
.empty-message {
    position: absolute;
    width: 100%;

    text-align: center;
    font-size: 17px;
    font-family: semiFont;

       left: 0;
    top: 100%;
    color: red;
    background: #ffffff;
    }
@media (hover) {
    .footer_social a:hover img, .newsletter_social a:hover img {
    opacity: 0.7;
}
}
.footer_social img, .newsletter_social img {
    transition: all 0.2s
}
.ui-widget.ui-widget-content li.ui-menu-item {
      border-bottom: 1px solid rgba(219, 214, 214, 0.9);
}

.ui-widget.ui-widget-content li.ui-menu-item:last-child {
    border: none;
}

.ui-menu-item-wrapper.ui-state-active  img {
    transform: scale(1.15);
}
.ui-menu-item-wrapper  img {
    transition: transform .5s ease;
}
.ui-widget-content a {
    color: #000000;
    font-family: boldFont;
}
.ui-state-active .product_autocomplete_title {
    color: #F47B3B !important;
}
ul#ui-id-1 {
    width: 100% !important;
    max-width: 550px !important;
    z-index: 99999 !important;
}
.title_arrows_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slick-slide {
    outline: none !important;
}
.analosima_slider  .slick-track{
display: flex;
}
.analosima_slider .slick-slide{
    height: auto !important;
}
.analosima_arrows {
    display: flex;
}

.analosima_arrows div{
    cursor:pointer;
}

.arrow_left_analosima {
    margin-right: 10px;
}
.topMenuNavbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
   background: #ffffff;
       box-shadow: 0 4px 5px -3px #434343;
           z-index: 99999;
}
.topMenuNavbar.fixed .top_menu_cont {
    height: 55px;
}
.topMenuNavbar.fixed .logo {
    padding-top: 7px;
    padding-bottom: 7px;
}

.topMenuNavbar.fixed .logo img {
    max-height: 45px;
}
@media (hover) {
.analosima_arrows div:hover {
    opacity: 0.7;
}
}
.analosima_arrows div {
    cursor: pointer;
    transition: all 0.2s;
}
.topMenuNavbar .dropdown-menu {
    max-height: calc(100vh - 197px);
    overflow: auto;
}
.topMenuNavbar.fixed .dropdown-menu {
    max-height: calc(100vh - 120px);

}
.alt{
    text-align: center;
}
ul.nav.nav-tabs.nav_cat_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
        padding-bottom: 30px;
}
 .nav_cat_toggle_item.active {
    color: #F47B3B;
}
.nav_cat_toggle li {
    margin-right: 30px;
}
.nav_cat_toggle li:last-child{
    margin-right: 0px;
}
.nav_cat_toggle_item {
    font-size: 16px;
}
.alt .tab-content {
    display: table;
    margin: auto;
}
/* homepage */
/*flyout menu */
.topMenuNavbar.fixed .navbar .parent-menu li .sub_menu_categories {
    max-height: calc(100vh - 120px);
}

.navbar .parent-menu li:hover .sub_menu_categories {
    transform: translateX(0);
}
.navbar .parent-menu li .sub_menu_categories {
    width: calc(100vw - 257px) !important;
    position: absolute;
    background-color: #ffffff;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: -1;
    min-height: 100%;
    width: auto;
    overflow: auto;
    -webkit-transition: left 200ms ease-in;
    -moz-transition: left 200ms ease-in;
    -ms-transition: left 200ms ease-in;
    max-height: calc(100vh - 197px);
    transition: transform 200ms ease-in;
    transform: translateX(-100%);
    padding-top: 30px;
    padding-bottom: 30px;
}
.dropdown-menu.alt2 {
    display: table !important;
    max-width: 100%;
    width: auto;
        padding-top: 0;
        height: calc(100vh - 197px);
}
.parent-menu {
    background: #ffffff;
    height: 100%;
    overflow: auto;
    width: 250px;
     padding: 30px 0;

    list-style: none;
    border-right: 1px solid #000000;
}
.topMenuNavbar.fixed .dropdown-menu.alt2 {
    height: calc(100vh - 120px);
}
.topMenuNavbar.fixed .dropdown-menu.alt2 .parent-menu{
    height: calc(100vh - 120px);
}
.topMenuNavbar .dropdown-menu.alt2 .parent-menu{
    height: calc(100vh - 197px);
}
.submenu {
    margin-bottom: 10px;
    font-family: semiFont;
    border-bottom: 1px solid #000000;
    padding: 10px;
        cursor: pointer;
}
.submenu:hover{
    color: #F47B3B !important;
}
.topMenuNavbar .dropdown-menu.alt2  {
    height: calc(100vh - 197px);

}
.navbar .parent-menu li .sub_menu_categories .col-12.col-md-4 {
    text-align: center;
    margin-bottom: 30px !important;
}
/*flyout menu */

.cat_section_col_inner {
    overflow: hidden;
        width: 100%;
        padding-top: 50px;
padding-bottom: 75px;
}
.cat_section_col img {
/*    height: 200px; */
    object-fit: contain;
}
.product_extras {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -60px;
    opacity: 0;
    transition: all 500ms;
}
.product_extras button.add_to_cart {
    height: 40px;
    margin-bottom: 0;
}
.product_extras button.add_to_cartx {
    height: 40px;
    margin-bottom: 0;
}
.product_extras .availability {
    margin-bottom: 2px;
}
@media (hover) {
.cat_section_col:hover .product_extras {
    bottom: 10px;
    opacity: 1;
}
.cat_section_col:hover .cat_section_col_inner {
    padding-bottom: 75px;
}
}
.cat_section_col_inner {
    position: relative;
}
/* category page */
.breadcrumb-container {
    background: transparent;
    font-size: 12px;
    font-family: semiFont;
    padding-top: 8px;
    padding-bottom: 8px;
    position: absolute;
	top: 135px;
	padding-top: 14px;
	padding-bottom: 14px;
	height: 68px;
	display: flex;
	align-items: center;
	width: calc( (100vw - 590px)/2);
	padding-right: 0 !important;
	flex-wrap: wrap;
	z-index: 99;
}
.single-product-page .content {
    padding-top: 20px;
}
.breadcrumb-container-prod {
    padding-bottom: 20px;
}
.breadcrumb-container-prod a {
    background: transparent;
    font-size: 12px;
    font-family: semiFont;
}
.breadcrumb-container-prod a:first-child {
    _color: #797979;
}
div.breadcrumb_last {
    color: #797979;
}
.breadcrumb-container.static-breadcrumb {
    position: static;
}
.breadcrumb-container a:first-child {
    color: #797979;
}
.breadcrumb-title {
    font-size: 25px;
    font-family: boldFont;
}
#category .breadcrumb-title {
    text-align: center;
}
.content {
    padding-top: 45px;
    padding-bottom: 45px;
}
.category-tabs,.subcategory-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 65px;
    font-size: 14px;
    font-family: semiFont;
}
.sub-category-desc {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.cat-tab:last-child {
    margin-right: 0;
}
.cat-tab.active {
    background-color: #F47B3B;
    color: #ffffff;
    order: -1;
}
.cat-tab {
    margin-right: 13px;
    padding: 3px 5px;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 0px;
}
@media (hover) {
.cat-tab:hover {
     background-color: #F47B3B;
    color: #ffffff;
}
}
.cat-tab-link:last-child {
    margin-right: 0;
}
.cat-tab-link.active {
    background-color: #F47B3B;
    color: #ffffff;
    order: -1;
}
.cat-tab-link {
    margin-right: 13px;
    padding: 3px 5px;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 0px;
}

.cat-tab-link:hover {
     background-color: #F47B3B;
    color: #ffffff !important;
}

.current-cat-title {
    font-size: 20px;
    margin-bottom: 15px;
}
.subcategories .container-fluid,.products-container .container-fluid{
    padding: 0 15px !important;
}
.subcategories .row,.products-container .row{
    border-top: 1px solid #DEDEDE;
}
.breadcrumb-title-sm {
    font-size: 20px;
    margin-bottom: 35px;
    font-family: boldFont;
}
.filters-ordering select {
    font-size: 14px;
    font-family: lightFont;
    border: none;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 35px;
    border-right: 1px solid #DEDEDE;
    -webkit-appearance: none;
    background-image: url(../img/dropdown-arrow.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #fff;

}
.filters-ordering {
    padding-left: 35px !important;
    padding-right: 35px !important;
    border-top: 1px solid #DEDEDE;

}
select.brand_select {
    background-position: calc(100% - 22px) center;
}
select.order_select {
    background-position: calc(100% - 40px) center;
}
.prod-code {
    font-size: 13px;
    color: #9B9B9B;
    margin-top: 30px;
    margin-bottom: 10px;
}

.prod-title {
    font-size: 15px;
    color: #000000 !important;
    border-bottom: 1px solid #DEDEDE;
        padding-bottom: 10px;
}

.prod-price {
    font-size: 21px;
    font-family: semiFont;
    color: #000000;

    margin-top: 15px;
}
.subcategories .cat_section_col{
    padding-left: 20px;
    padding-right: 20px;
}
/* category page */
/* product page */
.productsCont-title {
    font-size: 25px;
    font-family: semiFont;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.prod_desc_section .prod_inner_img {
    height: 475px;
}

.prod_desc_section .prod_inner_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
}
.prod_desc_section .prod_inner_img {
    height: 475px;
}
.prod_details_section .prod_inner_img {
    height: 514px;
}

.prod_inner_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
}
.product_slider_thumb img {
  height: 95px;
  object-fit: contain;
}
.prod_inner_col_title {
    font-size: 25px;
    font-family: boldFont;
    margin-bottom: 25px;
}

.prod_inner_col_des {
    font-size: 17px;
}

.prod_inner_col_text {
    padding-top: 20px;
}
.prod_desc_section, .prod_details_section {
    margin-top: 40px;
    margin-bottom: 40px;
}
.product_slider  ul.slick-dots {
    list-style: none;

   border-top: 1px solid #DEDEDE;
padding: 15px 12px;
    display: flex;
    margin: 0;
}

.product_slider ul.slick-dots li {
    margin-right: 8px;
    width: 25%;
    text-align: center;
}

.product_slider ul.slick-dots li:last-child {
    margin-right: 0;
}

.product_slider {
    border: 1px solid #DEDEDE;
_padding: 12px 10px;

}
.slick-lightbox button.slick-prev.slick-arrow:before {
    content: '';
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.slick-lightbox button.slick-next.slick-arrow:before {
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.slick-lightbox button.slick-next.slick-arrow,
.slick-lightbox button.slick-prev.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9999;
    font-family: 'Glyphicons Halflings';
}
.slick-lightbox .slick-prev:before,
.slick-lightbox .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px;
}
.slick-lightbox {
    z-index: 99999;
}
.product_slider  .slick-slide {
    min-height: 372px; /* 372 */
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-height: 372px; /* 372 */
}
.product_slider .slick-slide img {
    max-height: 372px; /* 372 */
    object-fit: contain;
}
.product_title {
    font-size: 20px;
    font-family: boldFont;
    margin-bottom: 20px;
}
.warranty_inner {
    padding: 15px 0px;
}
.warranty_inner p {
    text-align: left !IMPORTANT;
}
.arrow_warranty {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}
.warranty_inner img {
    width: 100%;
    height: auto;
}
.warrany_toggle{
  margin-top:12px
}
.down_arrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.up_arrow .arrow_warranty {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
button.warrany_toggle {
    background-color: whitesmoke;
    border: none;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    max-width: 465px;
    padding: 15px 20px;
    font-size: 16px;
    font-family: 'boldFont';
}
select#size_selector {
    height: 34px;
    margin-bottom: 10px;
}

.size_selector_wrapper label {
    color: #000;
    font-size: 12px;
    font-family: 'boldFont';
}
.product_code {
    font-size: 13px;
    color: #9B9B9B;
    margin-right: 10px;;
}
.product_code_availability {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_code_availability .availability{
    color: red;
}
.product_code_availability .availability[data-attr='available']{
    color: #52A82B;
}
.product_des {
    margin-bottom: 30px;
    margin-top: 20px;
	    font-size: 0.875rem;
    font-family: 'mainFont', sans-serif!important;
}
.technical-speciffications ul li,
.technical-description ul li {
    font-size: 0.875rem;
    font-family: 'mainFont', sans-serif!important;
}
.product_detail {
    font-size: 15px;
    font-family: boldFont;
}
.single_product_details p {
    margin-bottom: 0;
    font-size: 15px;
    font-family: boldFont;
}

.product_details {
    margin-bottom: 20px;
}

.product_note {
    color: #6A6A6A;
    margin-top: 10px;
}

.guarantee_form_link {
    text-decoration: underline;
    cursor: pointer;
}
.prod_info_col {
    padding-left: 0;
    padding-right: 10px;
}

.prod_images_col {
    padding-right: 20px;
}

.prod_price_col {
    padding-left: 10px;
}
.quantity {
    display: flex;
        margin-bottom: 10px;
}

input.minus,input.plus {
    flex-basis: 55px;
    height: 32px;
}

input.qty {
    flex-grow: 1;
    text-align: center;
    border-left: none !important;
    border-right: none !important;
}

.quantity input:last-child {
    border-right: 1px solid #ccc;
}

input[type="button"] {
  cursor: pointer
}
.price_title {
    font-family: semiFont;
}

.price {
    font-size: 22px;
    font-family: boldFont;
}

.fpa {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DEDEDE;
}

.quantity input {
    background: #ffffff;
    border: 1px solid #DEDEDE;
    font-family: boldFont;
    width:100%;
}

a.add_to_cart {
	text-align: center;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 10px;
    background-color: #F47B3B;
    font-size: 14px;
    font-family: boldFont;
    color: #ffffff;
    border: none;
    margin-bottom: 12px;
    transition: all 0.2s;
	text-decoration: none;
}

@media (hover) {
a.add_to_cart:hover {
	color:#fff !important;
}
}
button.add_to_cart {
    height: 52px;
    background-color: #F47B3B;
    font-size: 14px;
    font-family: boldFont;
    color: #ffffff;
    border: none;
    width: 100%;
    margin-bottom: 12px;
    transition: all 0.2s;
	text-decoration: none;
}
@media (hover) {
.add_to_cart:hover {
    opacity: 0.8;
}
}
a.add_to_cartx {
	text-align: center;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 10px;
    background-color: #F47B3B;
    font-size: 14px;
    font-family: boldFont;
    color: #ffffff;
    border: none;
    margin-bottom: 12px;
    transition: all 0.2s;
	text-decoration: none;
}

@media (hover) {
a.add_to_cartx:hover {
	color:#fff !important;
}
}
button.add_to_cartx {
    height: 52px;
    background-color: #F47B3B;
    font-size: 14px;
    font-family: boldFont;
    color: #ffffff;
    border: none;
    width: 100%;
    margin-bottom: 12px;
    transition: all 0.2s;
	text-decoration: none;
}
@media (hover) {
.add_to_cartx:hover {
    opacity: 0.8;
}
}
.availability {
    font-family: boldFont;
    color: #52A82B;
	text-align: center;
}
.prod_price_cont {
    padding: 20px 11px;
    background-color: #F2F2F2;
}
.apostoli a {

    color: #6A6A6A;
    font-family: mainFont;
}
.doseis,.apostoli {
    padding: 8px 11px;
}

.doseis {
    border-bottom: 1px solid #DEDEDE;
}

.prod_additional_info {
    font-family: boldFont;
    margin-bottom: 12px;
}
.delivery_calc {
    font-family: boldFont;
    text-align: center;
    border: 1px solid #F47B3B;
    color: #F47B3B;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 10px;
    transition: all 0.3s;
	text-decoration: none;
}
@media (hover) {
.delivery_calc:hover{
    opacity: 0.8;
}
}
#print img {
    margin-right: 5px;
}

.print_share_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    padding-left: 35px;
    padding-right: 35px;
}
.prev_prod, .next_prod {
    width: 180px;
}
.print_share_container_inner {display: flex;}

div#share {
    /* display: flex; */
}

.jssocials-shares {
    display: flex;
    align-items: center;
}

#print,#share {
    padding: 15px 20px;
    border-right: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
}

div#print {
    border-right: none;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.jssocials-share {
    margin-right: 12px;
    transition: all 0.3s;
	text-decoration: none;
}
@media (hover) {
.jssocials-share:hover {
     opacity: 0.8;
}
}
.jssocials-share:last-child {
    margin-right: 0;
}
.product-images-info {
    margin-bottom: 40px;
}
.modal-dialog {
    width: 90%;
    max-width: 706px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
}

ul#del_calc_tabs {
    display: flex;
    flex-wrap: nowrap;
}

ul#del_calc_tabs li.nav-item {
    flex-grow: 1;
    flex-basis: 0;
}

#del_calc_tabs .nav-link {border: none;padding: 15px !important;border-bottom: 1px solid #F47B3B;font-family: boldFont;color: #8E8E8E;}

#del_calc_tabs li.nav-item {
    margin-bottom: 0;
}



a#acs-tab {
    border-right: 1px solid #F47B3B !important;
    border-radius: 0;
}

.modal-content {
    border: none;
    border-radius: 0 !important;
    padding: 30px !important;
    padding-top: 18px !important;
}

div#del_calc_tabs_content {
    padding-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

a#acs-tab {}

#del_calc_tabs .nav-link.active {
    color: #000000;
}
ul.price_list {
    list-style: none;
    padding: 0;
    margin-bottom: 7px;
}

ul.price_list li span {
    font-family: semiFont;
}

ul.price_list li {
    margin-bottom: 5px;
}

.del_calc_text {
    margin-bottom: 5px;
}

.del_calc_light_text {
    color: #767676;
    font-style: italic;
    margin-bottom: 7px;
}
.del_calc_light_text a {
    color: #767676;
    text-decoration: underline;
}
.region_calc {
    display: flex;
    margin-top: 20px;
}

select.nomos_select {
    margin-right: 15px;
}

.region_calc select {
    border: none;
    flex-basis: 0;
    flex-grow: 1;
    border-bottom: 1px solid #888888;
    padding-bottom: 5px;
    -webkit-appearance: none;
    background-image: url(../img/dropdown.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}
.region_calc select.active {
    border-color: #F47B3B;
}
.prod_inner_col_char {
    font-size: 14px;
    font-family: boldFont;
}

.prod_inner_col_char div:nth-child(odd) {
    background-color: #F5F5F5;

}
.prod_inner_col_char div{
     padding: 6px;
}

.prod_summar_top {
    display: flex;
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 35px;
    position: fixed;
    top: 57px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #ffffff;

    border-bottom: 1px solid #E2E2E2;
        display: none;
}
#category-products .topMenuNavbar.fixed {
       border-bottom: 1px solid #E2E2E2;
    box-shadow: none;
}
.photo_des {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #E2E2E2;
    padding-right: 15px;
}

.photo_des img {
    margin-right: 10px;
    height: 47px;
}

.photo_des .des {
    max-width: 300px;
    font-size: 14px;
    font-family: semiFont;
}

.price_cart {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.price_top {
    font-size: 18px;
    font-family: boldFont;
    margin-right: 15px;
}

.add_to_cart_top {
    font-size: 14px;
    font-family: boldFont;
    color: #F47B3B;
    border: 1px solid #F47B3B;
    padding: 5px 15px;
    background-color: #ffffff;
    transition:all 0.3s;
    cursor: pointer;
}
.delivery_charge_price {
    font-family: boldFont;
}
#more-specs{
    display: none;
}
.read-more-specs {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
.apostoli img {
    margin-right: 10px;
}
#category-products .content {
    padding-bottom: 60px;
}
.prev_prod span{
    font-size: 22px;
    margin-right: 10px;
}
.next_prod span {
    font-size: 22px;
    margin-left: 10px;
}
.prev_prod, .next_prod {
    width: 180px;
    display: flex;
    align-items: center;
}
.next_prod {
    justify-content: flex-end;
}
/* product page */



.ui-autocomplete-term { color: #F47B3B !important; }

ul.results_list img {
    max-width: 85px;
        margin-right: 10px;
}

.popular_products a {
    display: flex;
    align-items: center;
}
.prod_details {
    font-size: 14px;
    font-family: semiFont;
}

.prod_price {
    text-align: right;
    margin-top: 15px;
}

.search_results_cont {
    background-color: #ECECEC;
    padding: 50px;
    display: none;

    overflow: auto;
    position: relative;
    z-index: 9;

}
 .search_results_cont {

    max-height: calc(100vh - 240px);


}
.topMenuNavbar.fixed .search_results_cont {

    max-height: calc(100vh - 56px);


}



.popular_products li {
    background-color: #ffffff;
    padding: 5px;
    margin-bottom: 10px;
}
.related_cats ul.results_list li {
    font-size: 16px;
    font-family: semiFont;
    margin-bottom: 10px;
}

.suggested_searches ul.results_list li {
    font-size: 16px;
    font-family: semiFont;
    margin-bottom: 5px;
}
.resutls_title {
    font-size: 18px;
    font-family: semiFont;
    border-bottom: 1px solid #787878;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
ul.results_list {
    margin-bottom: 0;
    max-height: 350px;
    overflow: auto;
}

.search_results_cont .row >div {
    padding-left: 35px;
    padding-right: 35px;
}
.search_results_cont .row {
    margin-right: -35px;
    margin-left: -35px;
}
.all_search_results {
    text-align: center;
    font-size: 18px;
    font-family: semiFont;
    margin-top: 60px;
}

.all_search_results span {
    margin-left: 8px;
}
.search_banner_area {
    display: flex;
    margin-top: 50px;
}

.search_banner_area a:first-child {
    margin-right: 40px;
}
.cls_btn_search {
    position: fixed;
    right: 30px;
    margin-top: -10px;
    background-color: #F47B3B;
    padding: 5px 14px;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
}
.mobile {
    display: none;
}
.header_phone.mobile{
    margin-right: 10px;
}




/* JGROWL */
.jGrowl{z-index:9999;color:#333;position:fixed}.jGrowl.top-left{left:0;top:0}.jGrowl.top-right{right:0;top:100px}.jGrowl.bottom-left{left:0;bottom:0}.jGrowl.bottom-right{right:0;bottom:0}.jGrowl.center{top:0;width:50%;left:25%}.jGrowl-closer,.jGrowl-notification{width:250px;display:none}.jGrowl.center .jGrowl-closer,.jGrowl.center .jGrowl-notification{margin-left:auto;margin-right:auto}.jGrowl-notification{background-color:rgba(241,241,241,.97);text-align:left;border-radius:3px;min-height:40px;margin:10px;box-shadow:0 1px 0 0 rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.08),0 1px 5px 0 rgba(0,0,0,.2);padding:10px}.jGrowl-notification .jGrowl-header{font-size:1em;margin-bottom:10px;font-weight:700}.jGrowl-message{overflow:hidden}.jGrowl-notification img{width:50px;float:left;margin-right:15px}.jGrowl-notification h3{font-size:12px;overflow:hidden;line-height:20px;margin:0}.jGrowl-notification .jGrowl-close{color:#fff;border-radius:3px;z-index:99;border:none;float:right;font-size:1.4em;line-height:18px;cursor:pointer;background-color:#999}.jGrowl-notification .jGrowl-close:hover{background-color:#777}.jGrowl-closer{background-color:#000;opacity:.9;filter:alpha(Opacity=(.9*100));-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(.9*100));zoom:1;border-radius:5px;cursor:pointer;font-size:.9em;font-weight:700;text-align:center;margin:10px;padding:4px 10px}.jGrowl-closer .ui-state-highlight,.jGrowl-closer .ui-widget-content .ui-state-highlight,.jGrowl-closer .ui-widget-header .ui-state-highlight,.jGrowl-notification .ui-state-highlight,.jGrowl-notification .ui-widget-content .ui-state-highlight,.jGrowl-notification .ui-widget-header .ui-state-highlight{border:1px solid #000;background:#000;color:#fff}@media print{.jGrowl{display:none}}


#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }


.topquant {position: relative;left: -15px;top: -15px;background: #555;color: #fff;width: 15px;height: 15px;display: inline-block;border-radius: 10px;font-size: 10px;line-height: 10px;padding: 2px 0;margin: 0;text-align: center;}



.technical-description td {
border: none;
border-top: 1px solid #d4d7da;
padding:10px;
padding-left: 0;
background-color: #fff;
line-height: 1.42857;
vertical-align: middle;
height: auto;
min-height: 48px;
}

.technical-description td:nth-child(2n){
background: #f5f6f6;
}

.technical-description th {
    border-bottom: solid 3px #005691;
    font-weight: 400;
    height: auto;
    min-height: 48px;
    vertical-align: middle;
    padding: 10px;
    color: #003b6a !important;
}

.technical-description td:first-child {

}

.technical-description table{
	min-width: 500px !important:
}


/*SIDE CART*/
.sidecart_overlay  {
  opacity:0;
}
.active_overlay {
    content: '';
    background-color: rgb(245 245 245 / 85%);
    position: fixed;
    width: calc(100% - 150px);
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    opacity:1;
    transition: opacity 300ms ease 0ms;
}
.cart-dropdown.header-link-dropdown.active_side_cart {
    right: 0;
    transition: right 300ms;
    -webkit-transition: right 300ms;
    -moz-transition: right 300ms;
    -o-transition: right 300ms;
}
@media (hover) {
.cart-dropdown ul li a:hover {
	color: #ff8418;
}
}
.cart_products .cart-list li .media {
	padding-right: 0;
	margin-top: 0;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px 16px 10px 16px;
	margin-bottom: 8px;
	color: #2C2D31;
}
.cart-dropdown .cart-list li .media .pull-left {
	width: 90px;
	padding-right: 0;
}
.cart-dropdown .cart-list li .media .pull-left img {
	max-width: 100%;
}
.close-cart {
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}
.cart-dropdown .input-text.qty {
	background-color: transparent;
	padding: 2px 13px;
}
.cart_products .cart-list li .media .cart-price {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.header-link-dropdown {
	background: #f5f5f5;
	box-shadow: 0 6px 12px rgb(0 0 0 / 30%);
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	position: fixed;
	width: 375px;
	height: 100%;
	right: -375px;
	top: 0;
	z-index: 1111111111111;
	padding: 0;
	border-bottom: 1px solid rgba(45, 44, 66, 0.1);
	transition: right 300ms;
	-webkit-transition: right 300ms;
	-moz-transition: right 300ms;
	-o-transition: right 300ms;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/*
@media (hover) {
#smcart:hover .header-link-dropdown {
	right: 0; 
	transition: right 300ms; 
}
}
*/
.header-right-link .link-dropdown-list > li {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dedede;
}
@media (hover) {
.cart-dropdown.header-link-dropdown .mt-20 a.btn-info.btn:hover {
    background-color: #f47b3b;
    color: #fff !important;
    border-color: #f47b3b;
}
.cart-dropdown.header-link-dropdown .mt-20 a.btn-danger.btn.mt-20:hover {
    background-color: #ff9760;
    color: #fff !important;
}
}
.cart_header {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(45, 44, 66, 0.1);
    position: relative;
    margin-top: 30px;
}
.cart_title {
    margin-top: 0;
    padding: 0px 70px 0px 20px;
    line-height: 40px;
    margin-bottom: 0;
}
.cart_title img {
    width: 29px;
    height: auto;
    margin-right: 5px;
    vertical-align: top;
}
.cart_title a {
    width: 200px;
    font-family: 'boldFont';
    font-size: 16px !important;
    display: flex;
    align-items: center;
}
a.cart_close {
    position: absolute;
    top: 0;
    right: 1rem;
    width: 40px;
    height: 40px;
    border: 2px solid #2b2b2b;
    border-radius: 4px;
    opacity: 1;
    transition: border-color 0.15s ease-out;
}
a.cart_close:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 7px;
    width: 23px;
    height: 2px;
    background-color: #2b2b2b;
    transform: rotate(45deg);
    transition: background-color 0.15s ease-out;
}
a.cart_close:after {
    content: "";
    position: absolute;
    top: 17px;
    left: 7px;
    width: 23px;
    height: 2px;
    background-color: #2b2b2b;
    transform: rotate(-45deg);
    transition: background-color 0.15s ease-out;
}
@media (hover) {
a.cart_close:hover {
    border-color: #f47b3b;
}
a.cart_close:hover:before,a.cart_close:hover:after {
    background-color: #f47b3b;
}
}
.cart_header span {
    position: static;
    font-size: 1.17em;
}
.cart_products {
    position: relative;
    padding: 10px 1rem 0px 1rem;
    flex: 1 1 auto;
    overflow: auto;
    border-bottom: 1px solid rgba(45, 44, 66, 0.1);
}
.cart_products .cart-list li .media  .media-body a {
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: 'mainFont';
    margin: 0px 0px 7px 0px;
}
.cart_products .cart-list li .media .media-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 30%;
    margin-right: 1rem;
}
.cart_products .cart-list li .media .media-body {
    flex: 1 1 60%;
}
.cart_products .cart-list li .media .media-img a.close-cart {
    position: absolute;
    border: none;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 21px;
    opacity: 0.3;
}
.cart_products .cart-list li .media .media-img a.close-cart:after,.cart_products .cart-list li .media .media-img a.close-cart:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    top: 8px;
    left: 4px;
    background-color: #2b2b2b;
}
.cart_products .cart-list li .media .media-img a.close-cart:before {
    transform: rotate(45deg);
}
.cart_products .cart-list li .media .media-img a.close-cart:after {
    transform: rotate(-45deg);
}
/*
@media (hover) {
.cart_products .cart-list li .media .media-img a.close-cart:hover {
    opacity: 1;
}
}
*/
.cart_products .cart-list li .media .media-body > span {
    max-width: 195px;
    overflow: hidden;
    display: block;
}
span.cart_cost {
    font-size: 1rem;
    font-weight: 600;
    margin-right: 7px;
}
span.cart_qty {
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.3;
}
.empty_cart h5 {
    font-size: 1.25rem;
    text-align: center;
    font-family: 'semiFont';
    max-width: 50%;
    margin: 0 auto;
}
.empty_cart .cart-sub-totle {
    margin-top: 50px;
}
.cart_info {
    padding: 1rem;
    position: relative;
    flex: 1 0 auto;
}
.cart_info p.cart-sub-totle {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 13px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(45, 44, 66, 0.1);
    align-items: center;
}
.cart_info p.cart-sub-totle span.pull-left {
    font-size: 0.875rem;
    font-weight: 400;
    vertical-align: bottom;
    line-height: 1;
    font-family: 'semiFont';
    color: #000;
}
.cart_info p.cart-sub-totle span.pull-right {
    line-height: 1;
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
}
.cart_cta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    height: 50px;
    margin-top: calc(2rem + 12px);
    flex-wrap: wrap;
}
a.cart_btn_cta {
    border-radius: 4px;
    color: #2C2D31;
    border: 2px solid rgba(0, 0, 0, 0.15);
    font-weight: 400;
    transition: color 0.15s ease-out, border-color 0.15s ease-out;
    width: 100%;
    max-width: 132px;
}
a.checkout_btn_cta {
    background-color: #f47b3b;
    border-radius: 4px;
    flex: 1 0 auto;
    margin-left: 8px;
    transition: background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    box-shadow: 0px 7px 15px  rgb(244 123 59 / 0.4);
    color: #fff;
}
a.cart_btn {
    font-family: 'semiFont';
    line-height: 1;
    text-align: center;
    padding: 0px 20px;
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (hover) {
a.cart_btn_cta:hover {
    color: #f47b3b;
    border-color: #f47b3b;
}
a.checkout_btn_cta:hover {
    background-color: #ff8240;
    color: #fff !IMPORTANT;
}
}
/*END OF SIDE CART*/
/*CART PAGE*/
a.remove {
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: block;
}
.product.removed {
  margin-left: 980px !important;
  opacity: 0;
}
.product {
  border: 1px solid #DEDEDE;
  margin: 15px 0;
  width: 100%;
  padding: 12px 24px 12px 17px;
  position: relative;
  -webkit-transition: margin 0.2s linear, opacity 0.2s linear;
  -moz-transition: margin 0.2s linear, opacity 0.2s linear;
  -ms-transition: margin 0.2s linear, opacity 0.2s linear;
  -o-transition: margin 0.2s linear, opacity 0.2s linear;
  transition: margin 0.2s linear, opacity 0.2s linear;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product .product-img img {
    height: 197px;
    object-fit: contain;
	background-color: #fff;
}
.product .product-img {
  text-align: center;
  width: 23.4%;
  margin-right: 2.6%;
  height: 211px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.remove {
  cursor: pointer;
}
.product .content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 74%;
  padding: 0;
}
.product h1 {
  font-size: 20px;
  font-family: boldFont;
  width: 69.36%;
  margin: 0;
}
.product footer.content {
  height: 50px;
  margin: 6px 0 0 0;
  padding: 0;
}
.full-price {
  color: #000;
  font-size: 22px;
  margin: 0;
  -webkit-transition: margin 0.15s linear;
  -moz-transition: margin 0.15s linear;
  -ms-transition: margin 0.15s linear;
  -o-transition: margin 0.15s linear;
  transition: margin 0.15s linear;
  font-family: boldFont;
  line-height: 30px;
}
.qt,
.qt-plus,
.qt-minus {
  display: block;
}
.qt {
  font-size: 19px;
  line-height: 50px;
  text-align: center;
  width: 44px;
  border: none;
  height: 42px;
}
.qt-plus,
.qt-minus {
  background: #fcfcfc;
  border: none;
  padding: 0 8px;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  display: flex;
}
@media (hover) {
.qt-plus:hover,
.qt-minus:hover {
  color: #000;
  cursor: pointer;
}
}
.cart-main {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.shop-cart-wrapper {
    width: 72.7%;
    margin-right: 2.55%;
}
.cart-totals-wrapper {
    width: 24.75%;
}
.cr1 {
    display: flex;
    justify-content: space-between;
}
.cr2 .product-code {
    display: flex;
    justify-content: space-between;
}
.cart-qt {
    display: flex;
    align-items: center;
    border: solid 1px #B7B7B7;
}
.cr3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-code {
    font-size: 13px;
    font-family: mainFont;
    color: #9B9B9B;
    line-height: 17px;
    margin: 24px 0;
    padding-bottom: 7px;
    border-bottom: solid 1px #DEDEDE;
}
.product-code strong {
    font-family: semiFont;
}
.cart-price div {
    font-size: 15px;
    font-family: semiFont;
    line-height: 20px;
    margin-bottom: 4px;
}
.cart-qt-wrapper {
    display: flex;
    align-items: center;
}
.qt-text {
    font-family: boldFont;
    font-size: 16px;
    margin-right: 23px;
}
.quantity-wpapper {
    padding-right: 8px;
}
.to-checkout {
    background-color: #F2F2F2;
    padding: 16px 14px 19px 14px;
}
.total p {
    margin: 0;
}
.total {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
    border-bottom: solid 1px #D6D6D6;
}
div#totals {
    margin: 15px 0;
    position: relative;
    z-index: 999;
}
.to-checkout p {
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 25px;
    margin-top: 14px;
    margin-bottom: 20px;
}
.to-checkout .total p, .to-checkout .total div {
    font-family: semiFont;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.025em;
    margin: 0;
}
.cart-coupon input {
    height: 52px;
    width: 100%;
    border: solid 1px #D6D6D6;
    padding: 0 14px;
}
a.checkout-btn {
    display: block;
    width: 100%;
    background-color: #F47B3B;
    color: #fff !important;
    text-align: center;
    line-height: 1;
    padding: 19px 0;
    font-size: 14px;
    font-family: boldFont;
    letter-spacing: 0.025em;
}
.cart-coupon {
    margin-bottom: 17px;
}
a.back-to-shop:hover svg * {
    transition: all 0.2s;
    stroke: rgb(244 123 59);
}
a.back-to-shop {
    line-height: 20px;
    font-size: 15px;
    font-family: semiFont;
}
a.back-to-shop svg {
    margin-right: 9px;
    height: 20px;
}
.return-to-shop {
    margin-top: 16.5px;
}
.shipping_section.section .container-fluid {
    padding: 0 15px !important;
}
.shipping-information-row ul.nav.nav-tabs {
    border-top: solid 1px #DEDEDE;
    border-bottom: solid 1px #DEDEDE;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.shipping-information-row ul.nav.nav-tabs li a {
    font-size: 15px;
    line-height: 25px;
    font-size: 15px;
    font-family: semiFont;
}
.shipping-information-row ul.nav.nav-tabs li {
    border-right: solid 1px #DEDEDE;
    padding: 3px 25px;
}
.shipping-information-row ul.nav.nav-tabs li:last-child {
    border-color: transparent;
}
.shipping-information-row ul.nav.nav-tabs li a.active {
    position: relative;
}
.shipping-information-row ul.nav.nav-tabs li a.active:after {
    content: '';
    width: calc(100% + 50px);
    height: 3px;
    background-color: #f47b3b;
    position: absolute;
    bottom: -8px;
    left: -25px;
}
.shipping-information-row {
    background-color: #F5F5F5;
}
.tab-content-wpapper {
    max-width: 792px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 66px;
}
.shipping-information-wrapper {
    width: 100%;
}
.shipping-information a {
    color: #f47b3b;
}
.shipping-information-wrapper .table thead th {
    border: none;
    font-size: 15px;
    font-family: boldFont;
    line-height: 35px;
    padding-left: 0;
    padding-right: 0;
}
.shipping-information-wrapper .table-responsive tbody tr:first-child td {
    border-top: none;
}
.shipping-information-wrapper .table-responsive tbody td:last-child {
    font-size: 15px;
    font-family: boldFont;
    text-align: right;
}
.shipping-information-wrapper .table-responsive tbody td {
    padding: 7px 0;
}
.shipping-information p {
    margin-bottom: 0;
    line-height: 25px;
}
.shipping-information-wrapper .table-responsive table.table {
    margin-bottom: 0;
}
div#shipping1 .shipping-information {
    margin-top: 32px;
}
.district-shipping-type {
    display: flex;
    margin-top: 20px;
}
.shipping-options-wrapper p {
    margin-bottom: 0;
    line-height: 25px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.shipping-options-wrapper select {
    width: 294px;
    height: 52px;
    border: solid 1px #D6D6D6;
    padding: 0 14px;
    color: #9D9D9D;
}
.shipping-options-wrapper:first-child {
    margin-right: 18px;
}

.shipping-options-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow:inherit;
    background-image:url('../img/select_arrow.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 14px);
}
body#cart-page .content {
    padding-bottom: 0;
}
.shipping_section.section {
    margin-top: 0px;
}
body#cart-page .cart_section.section {
    margin-bottom: 47px;
}
.alert.alert-info.empty-cart {
    color: #fff;
    background-color: #f47b3b;
    border-color: #f47b3b;
    margin-top: 30px;
    border-radius: 0;
    width: 100%;
    text-align: center;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.shipping_basket ul#del_calc_tabs {
    border-top: solid 1px #DEDEDE;
    border-bottom: solid 1px #DEDEDE;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.shipping_basket ul#del_calc_tabs li {
    border-left: solid 1px #DEDEDE !important;
    padding: 3px 25px !important;
    display: flex;
    position: relative;
}
.shipping_basket #del_calc_tabs li a {
    border: none !important;
    padding: 0 !important;
    line-height: 25px;
    font-size: 15px;
    font-family: semiFont;
    position: relative;
}
.shipping_basket #del_calc_tabs li {
    border: none;
}
.shipping_basket #del_calc_tabs li:first-child a {
    border-right: none !IMPORTANT;
}
.shipping_basket .modal-body {
    padding: 0;
}
.shipping_basket ul#del_calc_tabs li:first-child {
    justify-content: flex-end;
}
.shipping_basket #del_calc_tabs li a.active:after {
    display:block;
    content: '';
    width: calc(100% + 50px);
    height: 3px;
    background-color: #f47b3b;
    position: absolute;
    bottom: -5px;
    left: -25px;
}
.shipping_basket .shipping-information-row {
    background-color: #F5F5F5;
}
.shipping_basket .shipping-information-row .tab-content-wpapper {
    max-width: 792px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 66px;
}
.shipping_basket select#city_select {
    border-bottom: 1px solid #F47B3B;
    width: 294px;
    height: 52px;
    border: solid 1px #D6D6D6;
    padding: 0 14px;
    color: #9D9D9D;
}
.shipping_basket select#nomos_select {
    width: 294px;
    height: 52px;
    border: solid 1px #D6D6D6;
    padding: 0 14px;
    color: #9D9D9D;
}
.empty_cart_wrapper {
    width: 100%;
}
/*END OF CART PAGE*/

/*CHECKOUT PAGE*/
.checkout-col-2 {
    background-color: #F2F2F2;
    padding-left: 18px;
    padding-top: 40px;
    min-height: 100vh;
}
.box-a1{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.level-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: transparent;
    padding: 50px;
    display: none;
    padding-top: 32px !IMPORTANT;
}
.checkout_section.section .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.box-a1 {
    padding-left: 20px;
    border-bottom: solid 1px #E2E2E2;
}
.checkout-col-wrapper {
    padding-right: 20px;
}
.box-a1 .header {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    padding: 10px 0;
    justify-content: space-between;
}
.box-a1 .header div {
    font-family: mainFont;
    font-size: 30px;
    line-height: 31px;
    letter-spacing: 0.025em;
}
.box-a1 .header span {
    background-color: #f47b3b;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    font-family: boldFont;
    line-height: 27px;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.receipt-type-wrapper {
    display: flex;
    margin-bottom: 27px;
}
.receipt-type-wrapper .custom-control.custom-radio:last-child {
    margin-left: 40px;
}
.receipt-type-wrapper .custom-control-input:checked~.custom-control-label::before {
    border-color: #f47b3b;
    background-color: #f47b3b;
}
.receipt-type-wrapper label.custom-control-label {
    font-family: mainFont;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.025em;
    margin-left: 8px;
}
.col-12.col-md-8.checkout-col-1 {
    /* padding-right: 70px; */
    padding-top: 25px;
}
.orange-checkbox.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    width: 23px;
    height: 23px;
    left: -36px;
    border-color: #A1A1A1;
    top: 0;
}
.orange-checkbox.custom-control-input:checked~.custom-control-label::before {
    border-color: #f47b3b !important;
    background-color: #f47b3b;
}
.orange-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #f47b3b;
    border-color: #f47b3b;
}
.orange-checkbox .custom-control-label::after {
    width: 23px;
    height: 23px;
    left: -36px;
    top: 0px;
}
.orange-checkbox label.custom-control-label {
    margin-left: 12px;
}
.form-step-one input {
    height: 50px;
    border-radius: 0;
    border-color: #A1A1A1;
}
.form-step-one textarea {
    border-radius: 0;
    border-color: #A1A1A1;
    height: 147px;
}
.receipt-type-wrapper .custom-control-label::before {
  width: 20px;
  height: 20px;
  left: -30px;
  top: 2px;
}
.receipt-type-wrapper  .custom-radio .custom-control-input:checked~.custom-control-label::after {
  left: -30px;
  top: 2px;
  width: 20px;
  height: 20px;
  background-size: 8px;
}
.different-address-wrapper  label.custom-control-label {
    font-family: boldFont;
    line-height: 23px !important;
}
.inovice-fields {
    width: 100%;
    display: flex;
}
.custom-control.custom-checkbox.orange-checkbox label.custom-control-label {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.025em;
}
.custom-control.custom-checkbox.orange-checkbox label.custom-control-label a {
    text-decoration: underline;
}
.col-md-12.mb-3.different-address-wrapper {
    padding-bottom: 35px;
    position: relative;
}
.col-md-12.mb-3.different-address-wrapper .custom-control.custom-checkbox.orange-checkbox {
    border-bottom: solid 1px #E2E2E2;
    padding-bottom: 40px;
}
.custom-control.custom-checkbox.orange-checkbox input {
    height: 23px !important;
}
.form-step-one input,.form-step-one textarea {
    color:#555;
    font-size:14px;
    font-family:mainFont;
}
.form-step-one ::-webkit-input-placeholder {
    color:#ACACAC;
    font-size:15px;
    font-family:mainFont;
}
.form-step-one :-moz-placeholder {
    color:#555;
    font-size:14px;
    font-family:mainFont;
}
.form-step-one ::-moz-placeholder {
    color:#555;
    font-size:14px;
    font-family:mainFont;
}
.form-step-one :-ms-input-placeholder {
    color:#555;
    font-size:14px;
    font-family:mainFont;
}
.form-step-one ::-ms-input-placeholder {
    color:#555;
    font-size:14px;
    font-family:mainFont;
}
.form-step-one ::placeholder {
    color:#555;
    font-size:14px;
    font-family:mainFont;
}
button.btn.orange-btn {
    background-color: #f47b3b;
    color: #fff;
    border-radius: 0;
    padding: 15px;
    width: 100%;
    max-width: 344px;

    font-family: boldFont;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}
.checkout_section.section .container-fluid .row:first-child {
    margin: 0;
}
.products-checkout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: solid 1px #D2D2D2;
}
.products-checkout h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.025em;
}
.products-checkout span {
    font-size: 20px;
    font-family: mainFont;
    line-height: 1;
}
.product-checkout {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    margin-bottom: 7px;
    padding: 5px 0;
    padding-right: 12px;
}
.product-image {
    width: 22.42%;
    margin-right: 3.58%;
    height: 85px;
}
.product-information {
    width: 74%;
}
.products-checkout-list {
    margin-top: 26px;
    padding-bottom: 6px;
    border-bottom: solid 1px #D6D6D6;
}
.product-information h2 {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    letter-spacing: 0.025em;
    margin-top: 8px;
}
.product-image img {
    height: 85px;
    object-fit: contain;
}
.checkout-qt-price {
    display: flex;
    justify-content: flex-end;
    margin-top: 2px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.025em;
}
span.check-price {
    font-family: boldFont;
}
.checkout-col-wrapper .checkout-coupon-wrapper {
    margin-top: 11px;
}
.cart-total {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-family: semiFont;
    letter-spacing: 0.025em;
    line-height: 25px;
}
.checkout-total-wrapper p {
    margin: 0;
    line-height: 25px;
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: solid 1px #D6D6D6;
    margin-top: 2px;
}
.steps-toggles {
    display: flex;
}
.toggle-label, .toggle-label2, .toggle-label3 , .toggle-label4   {
    color: #F47B3B;
    font-size: 15px  !important;
    font-family: semiFont !IMPORTANT;
    line-height: 20px !important;
	cursor: pointer;
}
.toggle-label.step-complete {
    opacity: 1 !important;
}
.toggle-label {
    opacity: 0;
}
.different-address-inputs {
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 40px;
}
.different-address-row {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.different-address-inputs:after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #E2E2E2;
    margin-left: 15px;
    bottom: 0;
}
.payment-method-wrapper .custom-radio {
    padding-left: 57px;
    padding: 17.5px 57px;
}
.payment-method-wrapper .custom-radio label {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.025em;
}
.payment-method-wrapper .custom-control-label::before {
    border-color: #A1A1A1;
    top: 6.5px;
    left: -46px;
}
.payment-method-wrapper .custom-control-input:checked~.custom-control-label::before {
    border-color: #A1A1A1;
    background-color: #fff;
    top: 6.5px;
}
.payment-method-wrapper .custom-radio .custom-control-input:checked~.custom-control-label::after {
  width: 16px;
  height: 16px;
  top: 6px;
  left: -46px;
  background-image: url(../img/orange_dot.png);
  background-size: 10px !important;
}
@-moz-document url-prefix() {
    .payment-method-wrapper .custom-radio .custom-control-input:checked~.custom-control-label::after {
      top: 10px;
      left: -43px;
    }
}
.installemnts-wrapper {}
.installements-payment .custom-control-label {
}
select#installments {
    height: 49px;
}

select#trapezacard {
    height: 49px;
}
.payment-row select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow:inherit;
    background-image: url(../img/select_arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 9px);
    padding-left: 21px;
}
.payment-row {
    position: relative;
    border: solid 1px #A1A1A1;
    margin-bottom: 13px;
	padding: 20px;
}
.payment-info {
    padding: 0 25px;
/*    padding-bottom: 24px; */
    padding-top: 2.5px;
}

.diffaddr-info {
    padding: 0 25px;
/*    padding-bottom: 24px; */
    padding-top: 2.5px;
}

.sendtype-info {
    padding: 0 25px;
/*    padding-bottom: 24px; */
    padding-top: 2.5px;
}
.payment-method-wrapper {
    width: 100%;
    max-width: 606px;
    padding-left: 15px;
    padding-right: 15px;
}
h2.payment-title {
    margin: 0;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 24px;
    margin-top: 20px;
}
.checkout-shipping-wrapper {
    margin-top: 30px;
}
h2.shipping-title  {
    margin: 0;
    font-size: 25px;
    line-height: 34px;
}
h2.shipping-address-title {
    margin: 0;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 24px;
}
.order-details {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.order-details div {
    width: 180px;
    font-family: boldFOnt;
    font-size: 13px;
    line-height: 22px;
}
.checkout-shipping-wrapper .shipping_section.section {
    margin-top: 24px;
}
.checkout-shipping-wrapper  ul.nav.nav-tabs {
    border: none;
    justify-content: flex-start;
}
.checkout-shipping-wrapper .shipping-information-row ul.nav.nav-tabs li a.active:after {
    display: none;
}
.checkout-shipping-wrapper .shipping-information-row ul.nav.nav-tabs li {
    border: none;
    padding: 0;
    width: 100%;
    max-width: 292px;
    text-align: center;
}
.checkout-shipping-wrapper .shipping-information-row ul.nav.nav-tabs li a span {
    display: none;
}
.checkout-shipping-wrapper .shipping-information-row ul.nav.nav-tabs li a {
    display: block;
    background-color: #E9E9E9;
    color: #000;
    padding: 16px 0;
}
.checkout-shipping-wrapper .shipping-information-row ul.nav.nav-tabs li:first-child {
    margin-right: 22px;
}
.checkout-shipping-wrapper .shipping-information-row ul.nav.nav-tabs li a.active {
    background-color: #f47b3b;
    color: #fff;
}
.checkout-shipping-wrapper .shipping-information-row ul.nav.nav-tabs li a.active:hover {
    color: #fff !important;
}
.checkout-shipping-wrapper .shipping-information-row ul.nav.nav-tabs li a:hover {
    color: #000 !important;
}
.checkout-shipping-wrapper  .tab-content-wpapper {
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 47px;
}
.checkout-shipping-wrapper  .shipping-information-row {
    background-color: #fff;
}
.error_input {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.error_input.error_active {
    margin-top: .25rem;
    display: block;
}
.error_terms.error_active {
    font-size: 17px;
    margin-left: 10px;
    margin-top: .5rem;
}
.payment-method-wrapper .custom-control-input {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.checkout_section.section {
    padding-bottom: 77px;
}
.thankyou.section .jumbotron {
    background-color: #F5F5F5;
    border-radius: 0;
    box-shadow: none !important;
}
.thankyou.section a.btn.btn-lg.btn-warning {
    background-color: #f47b3b;
    color: #fff;
    border-radius: 0;
    padding: 15px 64px;
    font-family: boldFont;
    font-size: 14px;
    border: none;
    line-height: 20px;
    margin-top: 8px;
}
.thankyou.section a.btn.btn-lg.btn-warning:hover {
    color:#fff !important;
}
p.order-complete {
    display: block;
    color: green;
}
.error_order_message {
    text-align: center;
    font-size: 20px;
}
p.order-failed {
    color: red;
}

.shipping_checkout .modal-body {
    padding: 0;
    margin-top: 30px;
}
.shipping_checkout .shipping-information-row ul.nav.nav-tabs li a.active {
    color: #fff !IMPORTANT;
}
.shipping_checkout .shipping-information-row ul.nav.nav-tabs li a {
    border: none;
}
.shipping_checkout .tab-content-wpapper {
    padding-left: 0;
    padding-right: 0;
}
.shipping_checkout  select#nomos_select {
    width: 294px;
    height: 52px;
    border: solid 1px #D6D6D6;
    padding: 0 14px;
    color: #9D9D9D;
}
.shipping_checkout  select#city_select {
    width: 294px;
    height: 52px;
    border: solid 1px #D6D6D6;
    padding: 0 14px;
    color: #9D9D9D;
}
.checkout-col-2 .alert.alert-info.empty-cart {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*END OF CHECKOUT PAGE*/

/*CHECKOUT LOGIN*/
.login-wrapper {
    max-width: 342px;
    margin-left: auto;
    margin-right: 40px;
}
.guest-wrapper {
    max-width: 342px;
    margin-left: 40px;
    margin-right: auto;
}
.col-12.col-md-6.checkout-login-col-1 {
    border-right: solid calc(1px/2) transparent;
}
.col-12.col-md-6.checkout-login-col-2 {
    border-left: solid calc(1px/2) #D6D6D6;
}
.account-box h3 {
    text-align: center;
    margin: 0;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 29px;
    letter-spacing: 0.025em;
}
.account-box  p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 20px;
    margin-bottom: 15px;
}
.account-inputs-wrapper {
    margin-bottom: 12px;
}
.account-inputs-wrapper input {
    height: 52px;
}
.account-inputs-wrapper button.btn.orange-btn.login-btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 0;
}
a.forgot-password {
    display: block;
    text-align: center;
    margin-top: 2px;
    text-decoration: underline;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.025em;
}
.account-box.guest-wrapper h3 {
    margin-bottom: 14px;
}
.continune-checkout-wrapper button.btn.orange-btn.login-btn {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.checkout_login_section.section .container-fluid {
}
.c-login-col {
    padding-top: 20px;
    padding-bottom: 10px;
}
.separator-login {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 18px;
}
.separator-login span {
    height: 1px;
    display: block;
    width: 100%;
    background-color: #D6D6D6;
}
.separator-login p {
    font-size: 15px;
    color: #9D9D9D;
    letter-spacing: 0.25em;
    margin: 0;
    padding: 0 12px;
}
.account-box .continune-checkout-wrapper p {
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0.025em;
    color: #9D9D9D;
}
.social-login {
    text-align: center;
    margin-top: 5px;
}
.checkout_login_section.section {
    height: calc(100vh - 237px);
    display: flex;
    align-items: center;
    min-height: 400px;
}
body#checkout-login .content {
    padding-top: 0;
    padding-bottom: 0;
}
.account-inputs-wrapper input{
    color:#ACACAC;
    font-size: 15px;
    font-family:mainFont;
    letter-spacing:0.025em;
}
.account-inputs-wrapper ::-webkit-input-placeholder {
    color:#ACACAC;
    font-size: 15px;
    font-family:mainFont;
}
.account-inputs-wrapper :-moz-placeholder {
    color:#ACACAC;
    font-size: 15px;
    font-family:mainFont;
}
.account-inputs-wrapper ::-moz-placeholder {
    color:#ACACAC;
    font-size: 15px;
    font-family:mainFont;
}
.account-inputs-wrapper :-ms-input-placeholder {
    color:#ACACAC;
    font-size: 15px;
    font-family:mainFont;
}
.account-inputs-wrapper ::-ms-input-placeholder {
    color:#ACACAC;
    font-size: 15px;
    font-family:mainFont;
}
.account-inputs-wrapper ::placeholder {
    color:#ACACAC;
    font-size: 15px;
    font-family:mainFont;
}
/*END OF CHECKOUT LOGIN*/

/*ACCOUNT PAGE*/
body#account-page .content {
    background-image: url(../img/account_left_bg.jpg),
                      url(../img/account_right_bg.jpg);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}
body#account-page  .account_section.section {
    height: calc(100vh - 310px);
    display: flex;
    align-items: center;
    min-height: 600px;
}
.user-account .tab-pane h2 {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0.025em;
    margin-bottom: 15px;
}
div#userform {
    max-width: 500px;
    margin: 0 auto;
    min-height: 500px;
}
.user-account .tab-pane p.text-center {
    max-width: 343px;
    line-height: 20px;
    letter-spacing: 0.025em;
    margin: 0 auto;
    margin-bottom: 16px;
}
.user-account form input {
    height: 52px;
    border-color: #D6D6D6;
}
a.account {
    display: block;
    text-decoration: underline;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.025em;
    font-size: 15px;
    margin-top: 15px;
}
.user-account .mrgn-20-top button#login_btn {
    width: 100%;
    margin-top: 0;
}
.user-account .separator-login {
    margin-top: 15px;
    margin-bottom: 20px;
}
.user-account .continune-checkout-wrapper p {
    margin: 0;
    text-align: center;
    color: #9D9D9D;
    letter-spacing: 0.025em;
    line-height: 20px;
}
.user-account ul.nav.nav-tabs li a {
    color: #000000;
    font-size: 15px;
    font-family: boldFont;
    line-height: 20px;
    padding-bottom: 3px;
}
.user-account ul.nav.nav-tabs {
    max-width: 270px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 28px;
    border: none;
}
.user-account ul.nav.nav-tabs li a.active {
    color: #f47b3b;
    border-bottom: solid 3px #f47b3b;
}
.user-account .mrgn-30-top button#signup_btn {
    width: 100%;
    margin-top: 0;
}
div#userform .alert-danger {
    color: #ff0000;
    background-color: transparent;
    border-color: transparent;
    text-align: center;
}
.user-account .mrgn-20-top button {
    width: 100%;
    margin-top: 0;
}

/*END OF ACCOUNT PAGE*/

/*FORGOT PASSWORD*/
.reset-password-wrapper {
    max-width: 388px;
    margin: 0 auto;
}
.reset-password-wrapper h2 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 25px;
}
.reset-password-wrapper button#reset_btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 4px;
}
.reset-password-wrapper p.text-center {
    font-size: 13px;
    color: #9D9D9D;
    margin-top: 28px;
    line-height: 20px;
    letter-spacing: 0.025em;
}

body#forgot-password .content {
    background-image: url(../img/account_left_bg.jpg), url(../img/account_right_bg.jpg);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
}

body#forgot-password .forgot_password_section.section {
    height: calc(100vh - 310px);
    display: flex;
    align-items: center;
    min-height: 350px;
}
/*END OF FORGOT PASSWORD*/

/*HELP PAGE*/
.vertical-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.vertical-tabs-col {
    width: 32.17%;
    margin-right: 2.54%;
    background-color: #F2F2F2;
    padding-right: 20px;
    position: relative;
}
.vertical-tab-content-col {
    width: 65.2%;
    padding-top: 65px;
}
.vertical-tabs-col a.nav-link.active {
    background-color: #f47b3b;
    border-radius: 0;
}
.vertical-tabs-col a.nav-link.active:hover {
    color: #fff !important;
}
.vertical-tabs-col a.nav-link {
    padding: 8.5px 10px;
    font-size: 18px;
    font-family: semiFont;
    line-height: 1;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
    background-image: url(../img/arrow_help_black.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px);
    padding-right: 26px;
    transition: all 500ms;
}
.vertical-tabs-col h2 {
    padding-top: 55px;
    padding-bottom: 50px;
    font-size:35px;
}
.vertical-tabs-col a.nav-link.active {
    background-image: url(../img/arrow_help_white.png);
}
.vertical-tabs-col:after {
    content: '';
    position: absolute;
    left: -35px;
    width: 35px;
    background-color: #f2f2f2;
    top: 0;
    height: 100%;
}
.vertical-tab-content-col .tab-content h2 {
    margin-bottom: 0;
    font-family: semiFont;
    font-size: 18px;
    letter-spacing: 0.025em;
    line-height: 24px;
}
.vertical-tab-content-col .tab-content p {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 20px;
    margin-bottom: 20px;
}
.vertical-tab-content-col .tab-content {
    padding-right: 50px;
}
.help_section .container-fluid .row {}
.vertical-tab-content-col .tab-content h1 {
    border-bottom: solid 1px #E2E2E2;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
    font-family: semiFont;
}
.vertical-tab-content-col .tab-content p a {
    color: #F47B3B;
    text-decoration: underline;
}
.tab-table .table-responsive {
    max-width: 590px;
}
.tab-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
.tab-table .table-striped tbody tr:nth-of-type(even) {
    background-color: #F2F2F2;
}
.tab-table .table td,.tab-table  .table th {
    border: none;
}
.vertical-tab-content-col .tab-content .tab-table h2 {
    margin-bottom: 48.5px;
}
.vertical-tab-content-col .tab-content .tab-table td {
    font-size: 15px;
    letter-spacing: 0.025em;
    line-height: 20px;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
}
.vertical-tab-content-col .tab-content .tab-table td:first-child {
    padding-left: 16px;
    padding-right: 16px;
}
.vertical-tab-content-col .tab-content .tab-table td:last-child {
    padding-left: 23px;
    padding-right: 23px;
}
.tab-table table.table.table-striped {
    margin-bottom: 25px;
}
.vertical-tab-content-col .tab-content h3 {
    font-size: 15px;
    line-height: 20px;
    text-decoration: underline;
    margin-bottom: 20px;
}
.vertical-tab-content-col .tab-content .payments-information p {
    margin-bottom: 40px;
}
.banks-details h3 {
    margin-bottom: 0 !important;
}
.banks-details p {
    margin-bottom: 35px !important;
}
.bank-info-row {
    background-color: #F2F2F2;
    margin-bottom: 26px;
    padding: 15px 85px 18px 16px;
    max-width: 691px;
}
.vertical-tab-content-col .tab-content .bank-info-row h1 {
    margin-bottom: 0;
    padding-bottom: 08px;
    line-height: 24px;
    margin-bottom: 15px;
}
.bank-details-row span {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.025em;
    font-family: semiFont;
    display: block;
    text-align: left;
    width: 100%;
}
.bank-details-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cod-info h4 {
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0.025em;
    text-decoration: underline;
    line-height: 24px;
    margin-bottom: 24px;
}
.vertical-tab-content-col .tab-content .cod-info p {
    margin-bottom: 38px;
    font-size: 18px;
    letter-spacing: 0.025em;
    line-height: 24px;
}
body#help-page .content {
    padding-bottom: 0;
}
/*END OF HELP PAGE*/


/*MY ACCOUNT PAGE*/
.vertical-tabs-col.myaccounts-tabs h2 {
    padding-top: 47px;
    padding-bottom: 47px;
    font-size: 20px;
}
.vertical-tabs-col.myaccounts-tabs h1 {
    margin-bottom: 12px;
    border-bottom: solid 1px #D2D2D2;
    padding-bottom: 13px;
    font-size: 18px !IMPORTANT;
    font-family: semiFont;
}
.vertical-tabs-col.myaccounts-tabs h2 img {
    margin-right: 15.5px;
}
.vertical-tabs-col.myaccounts-tabs a.nav-link {
    margin-bottom: 6px;
}
.vertical-tabs-col.myaccounts-tabs h1.orders-title {
    margin-top: 30px;
}
.vertical-tabs-col.myaccounts-tabs {
    padding-bottom: 160px;
}
.vertical-tab-content-col .tab-content h1.welcome {
    font-size: 35px;
    line-height: 47px;
    letter-spacing: 0.025em;
    padding-bottom: 13.5px;
}
.form-group.account-inputs-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 18px;
}
.form-group.account-inputs-wrapper input {
    max-width: 490px;
    height: 50px;
}
.form-group.account-inputs-wrapper span {
    margin-left: 16px;
    color: #f47b3b;
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 1;
}
.vertical-tab-content-col.myaccounts-content button.btn.orange-btn {
    margin-top: 18px;
    padding: 15px 60px;
}
.my-account-social-media {
    max-width: 690px;
    border-top: solid 1px #D2D2D2;
    padding-top: 25.5px;
    margin-top: 75px;
}
.vertical-tab-content-col .tab-content .my-account-social-media h1 {
    border: none !important;
    margin-bottom: 14px;
    padding-bottom: 0;
}
.my-account-social-media .social-login {
    margin-top: 0;
    text-align: left;
}
.vertical-tab-content-col .tab-content .my-account-social-media p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}
button.btn.orange-btn.btn:disabled {
    opacity: 0.47;
}
body#myaccount-page .content {
    padding-bottom: 0;
}
.vertical-tab-content-col.myaccounts-content  .tab-content p {
    font-size: 18px;
    line-height: 24px;
}
.vertical-tab-content-col.myaccounts-content {
    padding-top: 54px;
    padding-bottom: 40px !IMPORTANT;
}
.vertical-tab-content-col .tab-content  p.connect-details {
    max-width: 691px;
    margin-bottom: 25px;
}
.row.additional-information-inputs input {
    color: #ACACAC;
    font-size: 15px;
    font-family: mainFont;
    letter-spacing: 0.025em;
    height: 50px;
}
.row.additional-information-inputs .col-md-6.mb-3 {
    margin-bottom: 16px !important;
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.row.additional-information-inputs {
    max-width: 691px;
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.col-md-12.mb-3.newsletter-account {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px !important;
}
.col-md-12.mb-3.newsletter-account label.custom-control-label {
    color: #f47b3b;
    line-height: 23px;
}
.col-md-12.mb-3.newsletter-account .custom-control-label::before {
    border-color: #f47b3b;
}
.vertical-tab-content-col.myaccounts-content .tab-content  p.personal-text {
    margin-bottom: 24px;
}
button#save-newsletter {
    margin-top: 30px;
}
.vertical-tab-content-col.myaccounts-content .tab-content p.disable-account {
    margin-bottom: 26px;
}
.vertical-tab-content-col.myaccounts-content .tab-content .account-general-information.disable-information p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.025em;
}
button#disable-account-save {
    margin-top: 28px;
}
.products-history-list {
    max-width: 100%;
}
.products-history-list .product-checkout {
    border: solid 1px #DCDCDC;
    max-width: 379px;
    width: 65%;
    padding-right: 2%;
}
.history-order-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    align-items: center;
}
.products-history-list {
    max-width: 100%;
}
a.download_receipt {
    background-color: #f47b3b;
    border-radius: 0;
    color: #fff;
    height: 40px;
    margin: 0.5rem 0px;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms;
    padding: 0 10px;
}
a.btnReorder {
    background-color: transparent;
    border-radius: 0;
    color: #f47b3b;
    height: 40px;
    margin: 0.5rem 0px;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #f47b3b;
    transition: all 300ms;
}
@media (hover) {
a.download_receipt:hover {
    opacity: 0.8;
    color: #fff !important;
    transition: all 300ms;
}
a.btnReorder:hover {
    background-color: #f47b3b;
    color: #fff !important;
    transition: all 300ms;
}
}
.additional_actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding-left: 2%;
    padding-right: 0px;
    border-left: 1px solid rgba(45, 44, 66, .1);
    width: 35%;
}
a.download_receipt span {
    margin: 0 10px;
}
.actions_wrapper {
    max-width: 230px;
}
.vertical-tab-content-col .tab-content .products-history-list h2 {
    font-size: 14px;
    line-height: 19px;
}
.products-history-list span.check-qt {
    color: #7F7F7F;
}
.products-history-list span.check-mp {
    color: #7F7F7F;
}
.products-history-list span.check-price {
    color: #000000;
}
.vertical-tab-content-col .tab-content h2.order-condition {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 22px;
}
.show-status {
    margin-top: 20px;
    margin-bottom: 38px;
}
.vertical-tab-content-col .tab-content  .orders-history h2 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
}
.vertical-tab-content-col.myaccounts-content .tab-content .orders-history p {
    font-size: 18px;
    letter-spacing: 0.025em;
    line-height: 24px;
    margin-bottom: 0;
}
.show-status a img {
    margin-left: 10px;
}
.show-status a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.025em;
}
form.change-address {
    background-color: #F2F2F2;
}
.editable-box-wrappper {
    border: solid 1px #A1A1A1;
}
.col-md-12.mb-3.primary-address {
    margin-bottom: 0 !important;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 14px;
    padding-right: 14px;
}
.editable-box-row {
    padding: 20px 14px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.address-content {
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 19px;
}
.toolbar a {
    display: block;
}
.toolbar {
    display: flex;
}
a.delete-address {
    margin-left: 12px;
}
.primary-address .custom-control.custom-checkbox.orange-checkbox {
    padding-left: 24px;
    min-height: 15px;
    line-height: 1;
}
.primary-address .custom-control.custom-checkbox.orange-checkbox .custom-control-label::before {
    width: 15px;
    height: 15px;
    left: -24px;
    top: 0;
    border-color: #f47b3b;
}
.primary-address .custom-control.custom-checkbox.orange-checkbox label.custom-control-label {
    font-size: 12px;
    line-height: 14px;
    margin-left: 0;
    color: #f47b3b;
}
.primary-address .custom-control.custom-checkbox.orange-checkbox input {
    height: 15px !important;
}
.primary-address .custom-control.custom-checkbox.orange-checkbox .custom-control-label::after {
    left: -24px;
    width: 15px;
    height: 15px;
    top: 1px;
}
.vertical-tab-content-col.myaccounts-content .tab-content p.edit-address {
    margin-bottom: 30px;
}
.new-address-wrappper {
    margin-top: 50px;
}
.add-btn {
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.025em;
}
.add-btn img {
    margin-right: 10px;
    vertical-align: middle;
}
.address-account-wrapper {
    max-width: 692px;
}
.new-address-row {
    margin-bottom: 23px;
}
.new-address-wrappper .row.form-step-one .col-md-6.mb-3 {
    margin-bottom: 16px !important;
}
.new-address-wrappper button#save-new-address {
    margin-top: 6px;
}
.hiddenForm {
    display: none;
}
.hiddenForm.active {
    display: block;
}
a.logout_cta h1 {
    display: flex;
    align-items: center;
}
a.logout_cta h1 svg {
    margin-right: 10px;
}
#orders_wrapper {
  /* margin: 50px 0; */
}
#orders_wrapper #orders_toggles .card {
  margin-bottom: 10px;
  border: 0;
}
#orders_wrapper #orders_toggles .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  padding: 0 20px;
}
#orders_wrapper #orders_toggles .card .card-header .btn-header-link {
  color: #fff;
  display: flex;
  text-align: left;
  color: #222;
  padding: 20px 0;
  align-items: center;
  position: relative;
  outline: none;
}
#orders_wrapper #orders_toggles .card .card-header .btn-header-link:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
  background-color: #f47b3b;
  border-radius: 50%;
  background-size: 30px 20px;
}
#orders_wrapper #orders_toggles .card .card-header .btn-header-link.collapsed {
  color: #000;
}
#orders_wrapper #orders_toggles .card .card-header .btn-header-link.collapsed:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
  transform: rotate(0deg);
  width: 24px;
  height: 24px;
  background-color: #f47b3b;
  border-radius: 50%;
  background-size: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
}
#orders_wrapper #orders_toggles .card .collapsing {
  background: #f47b3b;
  background-color:#fff;
  line-height: 30px;
}
#orders_wrapper #orders_toggles .card .collapse {
  border: 0;
}
#orders_wrapper #orders_toggles .card .collapse.show {
  line-height: 30px;
  color: #222;
}
[class*="flexCol_"] {
    padding: 0px 4px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.flexCol_2 {
    flex-basis: 16.66%;
    max-width: 16.66%;
}
.flexCol_3 {
    flex-basis: 25%;
    max-width: 25%;
}
.products-history-list .product-checkout {
    border: none;
    max-width: 100%;
    width: 100%;
    padding: 10px 20px;
}
.product-image {
    margin-right: 0;
    width: 30%;
    max-width: 190px;
}
.card-body {
    padding: 0;
}
.product-information {
    width: 70%;
}
.checkout-qt-price {
    justify-content: flex-start;
}
.historyRow.header .flexRow {
    display: flex;
    padding: 0 20px;
    border-bottom: solid 1px #000;
    margin-bottom: 10px;
}
.orderPayment.flexCol_3 {
    display: flex;
    align-items: center;
}
.orderPayment.flexCol_3 svg {
    display: block;
    margin-right: 5px;
}
.historyRow.header {
    font-size: 0.875rem;
}
#orders_wrapper * {
    outline: none !important;
    box-shadow:none !important;
}
.historyRow.header .flexRow > div {
    font-family: 'boldFont';
    font-size: 0.875rem;
    padding-bottom: 5px;
}
/*END OF MY ACCOUNT PAGE*/


/*BLOG PAGE ARCHIVE*/
body#blog-page .content {
    padding-top: 0;
}
img.img-full {
    width: 100%;
}
.blog_list .blog_col {
    margin-bottom: 90px;
}
.blog_section.blog_list.section {
    padding-top: 0;
    padding-bottom: 0;
}
.blog_list .blog_col .blog_title {
    line-height: 27px;
    margin-bottom: 24px;
}
.hide {
    display: none;
}
.load-more-wrapper {
    text-align: center;
}
.load-more {
    display: inline-block;
    cursor: pointer;
}
.load-more-wrapper img {
    margin-left: 5px;
}
.container-blog {
    padding-bottom: 107px;
}
.loading {
    background: transparent url(../img/ajax-loader.gif) center no-repeat;
}
.w994 .row {
    max-width: 994px;
}
.w792 {
    max-width: 792px;
}
.blog_section.section .row .blog_col {
    padding-left: 24px;
    padding-right: 24px;
}
.blog_section.section .row.blog-list-row {
    margin-right: -24px;
    margin-left: -24px;
}
.blog_img_archive img {
    width: 100%;
}
/*END OF BLOG PAGE ARCHIVE*/

/*SINGLE BLOG*/
.blog-list-row.blog-list-related .blog_col {
    padding-left: 24px;
    padding-right: 24px;
}
.blog-list-row.blog-list-related {
    margin-right: -24px;
    margin-left: -24px;
}
.post-outter-wrapper {
    max-width: 994px;
    margin: 0 auto;
    padding-top: 50px;
    margin-top: -73px;
    background-color: #fff;
}
.post-inner-wrapper {
    max-width: 792px;
    margin: 0 auto;
}
.post-inner-wrapper h2.post-title {
    margin-bottom: 50px;
    font-size: 35px;
    font-family: semiFont;
}
.post-inner-wrapper p {
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 15px;
    letter-spacing: 0.025em;
}
.blog-share {
    border-top: solid 1px #DEDEDE;
    border-bottom: solid 1px #DEDEDE;
}
.blog-share div#share {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.blog-share-container {
    margin-top: 18px;
    margin-bottom: 65px;
}
body#single-blog .content {
    padding-top: 7px;
}
h2.related-title {
    font-size: 30px;
    font-family: mainFont;
    line-height: 40px;
    border-bottom: solid 1px #707070;
    padding-bottom: 3px;
    margin-bottom: 42px;
}
.blog-list-related .blog_title {
    margin-bottom: 24px;
    line-height: 27px;
}
/*END OF SINGLE BLOG*/

/*CONTACT PAGE*/
div#contact-map {
    height: 430px;
}
.contact-details-row {
    max-width: 792px;
    margin: 0 auto;
    margin-top: 23px;
}
.contact-details h3 {
    font-size: 20px;
    font-family: boldFont;
    line-height: 24px;
    margin-bottom: 30px;
}
.contact-details p {
    font-size: 15px;
    font-family: boldFont;
    line-height: 24px;
    margin-bottom: 0;
}
.contact-details-columns {
    display: flex;
    margin-bottom: 50px;
}
.contact-col.cc1 {
    display: flex;
    align-items: flex-start;
}
.contact-details-columns p {
    font-family: semiFont;
    line-height: 24px;
    margin-bottom: 0;
	font-size: 14px;
margin-right: 50px;
}
.contact-col {
    width: 100%;
    max-width: 260px;
}
.contact-col.cc1 img {
    margin-top: 0px;
    margin-right: 5px;
}
.contact-details {
    margin-bottom: 32px;
}
form#contact-form {
    background-color: #F2F2F2;
    margin: 0 auto;
    padding: 55px 50px;
    margin-top: 40.5px;
    max-width: 1196px;
}
body#contact-page .content {
    padding-bottom: 33px;
}
.row.contact-form {
    max-width: 620px;
    margin: 0 auto;
}
form#contact-form .col-md-6.mb-3 {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 18px !IMPORTANT;
}
form#contact-form  .col-md-12.mb-3 {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 18px !important;
}
form#contact-form  input,form#contact-form textarea {
    border: solid 1px #A1A1A1;
    border-radius: 0px;
    height: 50px;
}
form#contact-form textarea {
    height: 158px;
}

#contact-form input,#contact-form textarea {
    color:#ACACAC;
    font-size:14px;
    font-family:mainFont;
}
#contact-form ::-webkit-input-placeholder {
    color:#ACACAC;
    font-size:14px;
    font-family:mainFont;
}
#contact-form :-moz-placeholder {
    color:#ACACAC;
    font-size:14px;
    font-family:mainFont;
}
#contact-form ::-moz-placeholder {
    color:#ACACAC;
    font-size:14px;
    font-family:mainFont;
}
#contact-form :-ms-input-placeholder {
    color:#ACACAC;
    font-size:14px;
    font-family:mainFont;
}
#contact-form ::-ms-input-placeholder {
    color:#ACACAC;
    font-size:14px;
    font-family:mainFont;
}
#contact-form ::placeholder {
    color:#ACACAC;
    font-size:14px;
    font-family:mainFont;
}
button.btn.orange-btn.submit-contact {
    padding: 15px 70px;
    float: right;
    margin-top: 0;
}

#contact-form  .g-recaptcha {
    float: right;
}
/*END OF CONTANCT PAGE*/


a.continue_checkout {
    color: #fff !important;
}

@media (hover) {
a.continue_checkout,
a.continue_checkout:hover {
    color: #fff !important;
}
}
a.continue_checkout span {
    font-size: 21px;
    line-height: 1;
    vertical-align: text-bottom;
    margin-left: 7px;
}
.toast-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toast-cart-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f47b3b;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 15px;
  z-index:999;
}


.shipping-information-row ul.nav.nav-tabs li {
    border: none !important;
    width: 50%;
    padding: 0;
}
ul#del_calc_tabs {
    border: none;;
}
.shipping-information-row {
    background-color: #fff;
}
.shipping-information-row ul.nav.nav-tabs li a {
    display: block;
    border-bottom: 1px solid #F47B3B;
    padding: 0 !important;
    padding: 15px !important;
    font-family: 'boldFont';
    font-size: 13px;
    color: #8E8E8E;
}
.shipping-information-row ul.nav.nav-tabs li a.active:after {
    display: none;
}
ul#del_calc_tabs li:first-child a {
    border-right: 1px solid #F47B3B !important;
    border-radius: 0;
}
.shipping-information-row ul.nav.nav-tabs li a.active {
    color: #f47b3b !important;
}
.shipping-information-row ul.nav.nav-tabs li a.hover {
    color: #000 !important;
}
.shipping-information-row .tab-content-wpapper {
    padding-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}
.shipping-information-wrapper .table thead th {
    width: 100%;
    line-height: 1.4;
}
.shipping-information-wrapper .table-responsive table.table thead * {
    width: 100%;
    display: block;
}
.shipping-information-wrapper .table-responsive tbody tr:first-child td {
    width: 70%;
}
.delivery_charge_price {
    margin-top: 10px;
}
.district-shipping-type select {
    border: none;
    flex-basis: 0;
    flex-grow: 1;
    padding-bottom: 5px;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 95% center;
    border-bottom: 1px solid #888888;
    outline: none !important;
    box-shadow: initial !IMPORTANT;
}
select#nomos_select {
    border-bottom: 1px solid #F47B3B;
}
#del_calc .modal{
    display: block !important; /* I added this to see the modal, you don't need this */
}
#del_calc .modal-dialog{
    overflow-y: initial !important
}
#del_calc .modal-body{
    height: 64vh;
    overflow-y: auto;
    padding: 0;
}




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

.shipping-options-wrapper:first-child {
    margin-right: 0;
    margin-bottom: 20px;
}
.district-shipping-type {
    flex-direction: column;
}
.district-shipping-type select {
    width: 100%;
}
.shipping-options-wrapper p {
    margin-bottom: 0;
}
.shipping-information-row ul.nav.nav-tabs li a {
    border: none;
    padding-top: 5px !IMPORTANT;
    padding-bottom: 5px !IMPORTANT;
    line-height: 1.4;
}
ul#del_calc_tabs {
    border-bottom: 1px solid #F47B3B;
}
ul#del_calc_tabs li:first-child a {
    border: none !important;
}
ul#del_calc_tabs li:last-child {
    border-left: 1px solid #F47B3B !important;
}
.district-shipping-type select {
    padding-bottom: 0;
    height: 43px;
}
}
/*END oF 800*/



/*RESPONSIVE*/
@media screen and (max-width:1600px) {

.cd-dropdown-content .cd-secondary-dropdown > li {
    margin-bottom: 20px;
}

}
/*END OF 1600*/


@media screen and (max-width:1435px) {
  .breadcrumb-container {
      top: 152px !important;
  }
}
/*END OF 1435*/

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

  .slider_thumb {
      padding: 10px;
  }
  .slider_thumb .slider-title {
      line-height: 1.3;
      font-size: 24px;
  }
  .slider-subTitleBig {
      font-size: 12px;
      line-height: 1.3;
  }
  .slider-subTitleSmall {
      font-size: 11px;
  }

  .header_tel {
    margin-right: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .header_orario {
      margin-right: 10px;
  }

}
/*END OF 1366*/

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

ul.navbar-nav.mr-auto {
    padding-right: 10px !important;
}

}

@media screen and (min-width:1200px) {

ul.navbar-nav.mr-auto li.nav-item {
    flex-grow: 1;
    max-width: 135px;
    text-align: center;
}

}
/*END OF 1200*/

@media screen and (max-width:1104px) {
  .breadcrumb-container {
      top: 170px !important;
  }
  .form-group.account-inputs-wrapper span {
      margin-left: 0;
      margin-top: 5px;
      display: block;
  }

  .form-group.account-inputs-wrapper {
      flex-direction: column;
      align-items: flex-start;
  }
  .post-outter-wrapper {
    width: calc(100% - 20px);
    padding-top: 20px;
  }
  .post-inner-wrapper {
      width: calc(100% - 20px);
  }

  .header_search.active-search input,
  .header_search_fixed_cont.active-search  input{
    border-bottom: solid 1px #F47B3B;

  }

}
/*END OF 1104*/


@media screen and (max-width:1024px) {
.header_search_fixed_cont {
    display: none;
    position: fixed;
    top: 42px;
    width: 100%;
    left: 0;
    top: 56px;
    z-index: 99;
}
.menu_subcategories .menu_col_sub_cat:nth-child(n+6) {
    display: block;
}
.cd-dropdown-wrapper-search .header_search {
    background-image: url(../img/search.png);
    min-width: 27px;
    min-height: 27px;
    background-size: auto;
        margin-left: 10px;
}
.search_results_cont .row >div {
    padding-left: 15px;
    padding-right: 15px;
}

.search_results_cont .row {
    margin-left: -15px;
    margin-right: -15px;
}
.quick_search_form {
    -ms-flex: 0 0 calc(45% - 15px);
    flex: 0 0 calc(45% - 15px);
    max-width: calc(45% - 15px);
}
.quick_search_banner {
    -ms-flex: 0 0 calc(60% - 15px);
    flex: 0 0 calc(55% - 15px);
    max-width: calc(55% - 15px);
    min-height: 430px;
}

}
/*END OF 1024*/

@media screen and (max-width:991px) {
  .breadcrumb-container {
      position: static !important;
      width: 100% !important;
      padding-left: 10px !IMPORTANT;
      padding-right: 10px !IMPORTANT;
  }
  .header-link-dropdown {
    border-top: 3px solid #ff8418;
  }

  .topMenu .container-fluid {
      padding-left: 10px !important;
      padding-right: 10px !IMPORTANT;
  }
  .topBar .container-fluid {
      padding-left: 10px !IMPORTANT;
      padding-right: 10px !IMPORTANT;
  }
  .top_header_col img {
      margin-right: 5px;
  }
  .top_header_col {
      padding-left: 3px !important;
      padding-right: 3px !important;
      font-size: 11px;
      line-height: 1.2;
  }
  .home_main_slider ul.slick-dots {
      right: 15px;
  }
  .slider_thumb .slider-title {
      font-size: 19px;
  }
  .slider-subTitleBig {
      font-size: 11px;
      line-height: 1.2;
  }
  .slider-subTitleSmall {
      font-size: 11px;
  }
  .slider_thumb {
      padding: 7px;
  }
@media (hover) {
  .cat_section_col:hover {
      box-shadow: none;
  }
  .cat_section_col:hover img {
      transform: scale(1.10);
  }
}
  .top_offers.section .container-fluid .title_arrows_cont {
      width: calc(100% - 20px);
  }
  .analosima_section.section .container-fluid {
      padding-left: 10px !important;
      padding-right: 10px !important;
  }	
  .top_offers-slider .slick-slide:hover {
      box-shadow: none;
  }
  .analosima_section .analosima_slider {
      margin-right: -10px;
      margin-left: -10px;
  }
  .quick_search_banner {
      min-height: 380px;
  }
  .quick_search_title {
      font-size: 36px;
      line-height: 1.2;
  }
  .quick_search_subtitle {
      font-size: 22px;
  }
  .quick_search_form {
      padding-left: 10px;
      padding-right: 10px;
  }
  .quick_search_form_inner {
      width: 90%;
  }
  .quick_search_button {
      margin-top: 40px;
  }
  .quick_search_form_title {
      margin-bottom: 25px;
  }
  .blog_section.section .container-fluid {
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
  .blog_section.section .row {
      margin-right: 0;
      margin-left: 0;
  }
  .blog_section.section .row .blog_col {
      padding-left: 10px;
      padding-right: 10px;
  }
  .blog_section.section .title_view_all_cont {
      width: calc(100% - 20px);
      margin-left: auto;
      margin-right: auto;
  }
  .brands_section.section .container-fluid {
      padding-left: 10px !IMPORTANT;
      padding-right: 10px !important;
  }
  .newsletter_container .newsletter_social {
      display: none;
  }
  .newsletter_form_container {
      margin-right: 0;
  }
  .newsletter_form .mail_submit input[type="email"] {
      max-width: 100%;
  }
  .footer_container {
      padding-left: 0;
      padding-right: 0;
  }
  .footer_col {
      padding-left: 10px;
      padding-right: 10px;
  }
  .footer_title {
      width: 80%;
  }
  .shop_col {
      margin: 0 14px;
  }
  .footer-copyright {
      width: calc(100% - 20px);
      margin-left: auto;
      margin-right: auto;
  }
  body.prod_cat .cat_section_col img {
    height: 150px;
}
body.prod_cat .cat_section_col_inner {
    padding-top: 20px;
    padding-bottom: 25px;
}
body.prod_cat
 .cat_section_col:hover .cat_section_col_inner {
    padding-bottom: 25px;
}
.container-fluid.main_cat_desc {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.category-tabs, .subcategory-tabs {
  margin-top: 35px;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex-direction: row;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
}
.overflow_container {
    position: relative;
}
.ovf_arrow {
    display: block !IMPORTANT;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ovf_arrow.ovf_left {
    left: 0;
}
.ovf_arrow.ovf_right {
    right: 0;
}
.ovf_arrow svg {
    width: 13px !important;
}
.category-tabs, .subcategory-tabs {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
}
.ovf_arrow svg path {
    fill: #f47b3b;
}
.category-tabs::-webkit-scrollbar,
.subcategory-tabs::-webkit-scrollbar{
    display: none !important;
}
.cat-tab-link {
/*    width: 100% !IMPORTANT;
    max-width: 100%; */
    display: inline-block !important;
}
.breadcrumb-container-prod.container-fluid {
    padding-left: 10px !IMPORTANT;
    padding-right: 10px !IMPORTANT;
}
.product-images-info .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.prod_info_col {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}
.prod_price_col {
    padding-left: 10px;
    padding-right: 10px;
}
.prod_images_col {
    padding-left: 10px;
    padding-right: 10px;
}
.product-images-info .row {
    margin-right: -10px;
    margin-left: -10px;
}
.products-description.description .container-fluid {
    padding-left: 10px !IMPORTANT;
    padding-right: 10px !IMPORTANT;
}
.technical-speciffications {
    margin-bottom: 0;
}
.products-container.related .cat_section_col_inner {
    padding-top: 20px;
}
.cart_section.section .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !IMPORTANT;
}
.cart-totals-wrapper {
    min-width: 300px;
}
.shop-cart-wrapper {
    width: calc(100% - 330px);
    margin-right: 30px;
}
.checkout_section.section .checkout-col-1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
}
.box-a1 {
    padding-left: 0;
}
.box-a1 .header span {
    margin-right: 10px;
}
.level-box {
    padding-left: 0;
    padding-right: 0;
}
ul#del_calc_tabs {
    border: none;
    flex-direction: revert;
}
ul#del_calc_tabs li:last-child {
    border: none !IMPORTANT;
}
ul#del_calc_tabs li a {
    line-height: 40px;
    padding-left: 0 !IMPORTANT;
    padding-right: 0 !IMPORTANT;
}
.checkout-shipping-wrapper .shipping-information-row ul.nav.nav-tabs li:first-child {
    margin-right: 15px;
}
.checkout-col-2 {
    order: 2;
    min-height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.checkout-col-1 {
    order: 1;
}
body#thankyou-page .breadcrumb-container.container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.thankyou.section .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
body#thankyou-page .content {
    padding-top: 20px;
    padding-bottom: 40px;
}
.thankyou.section .jumbotron {
    margin-bottom: 0;
}
.help_section.section .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.vertical-tabs-col h2 img {
    margin-right: 10px;
    max-width: 40px;
}
.vertical-tabs-col h2 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.vertical-tab-content-col .tab-content h1.welcome {
    font-size: 30px;
    line-height: 1.2;
}
.vertical-tab-content-col .tab-content {
    padding-right: 0;
}
.vertical-tabs-col {
    max-width: 350px;
    width: 100%;
    margin-right: 20px;
}
.vertical-tab-content-col {
    width: calc(100% - 370px);
    padding-bottom: 50px;
}
body#forgot-password .content {
    background: none !important;
}
.forgot_password_section .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.container-fluid.container-contact-details {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.container-fluid.container-contact-form {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.container-fluid.container-contact-details .row {
    margin-right: -10px;
    margin-left: -10px;
}
.container-fluid.container-contact-form .row {
    margin-right: -10px;
    margin-left: -10px;
}
body#blog-page .blog_section.blog_list.section {
    padding: 20px 0px;
}
body#blog-page .container-fluid.container-list {
    padding: 0 10px !IMPORTANT;
}
body#blog-page .blog_section.blog_list.section .container-fluid.container-blog {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 50px;
}
body#blog-page .container-fluid.container-list .row.blog-list-row {
    margin-right: -5px;
    margin-left: -5px;
}
.blog_list .blog_col {
    margin-bottom: 40px;
}
.blog_section.section .row .blog_col {
    padding-left: 5px;
    padding-right: 5px;
}
.blog_list .blog_col .blog_title {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.blog-read-more {
    font-size: 14px;
    display: flex;
    align-items: center;
}
.container-fluid.container-single-feature {
    margin-top: 0;
    padding-left: 10px !important;
    padding-right: 10px !IMPORTANT;
}
.container-fluid.container-single-feature .row {
    margin-right: -10px;
    margin-left: -10px;
}
.container-fluid.container-single-feature .col-md-12 {
    padding: 0 10px;
}
.container-fluid.container-single-share {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.container-fluid.container-single-related {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.container-fluid.container-single-share .row {
    margin-right: -10px;
    margin-left: -10px;
}
.row.blog-list-row.blog-list-related {
    margin-right: -5px;
    margin-left: -5px;
}
h2.related-title {
    margin-bottom: 25px;
}
.blog-list-row.blog-list-related .blog_col {
    padding-left: 5px;
    padding-right: 5px;
}
.blog-share-container {
    margin-bottom: 30px;
}
.help_section.section .container-fluid .row {
    margin-right: -10px;
    margin-left: -10px;
}
.forgot_password_section .container-fluid .row {
    margin-right: -10px;
    margin-left: -10px;
}
.thankyou.section .container-fluid .row {
    margin-left: -10px;
    margin-right: -10px;
}
.mobile_sticky_search input#header_search_fixed {
    border: none;
    border-bottom: 1px solid #F47B3B;
    width: 100%;
    padding-left: 10px;
    background-image: url(../img/search.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 99% center;
    min-height: 40px;
    transition: all 500ms;
    min-height: 30px;
}
.historyRow.header .flexRow {
    padding: 0 5px;
}
#orders_wrapper #orders_toggles .card .card-header {
    padding: 0 5px;
}
.historyRow.header .container {
    padding: 0;
}
div#orders_wrapper .container {
    padding: 0;
}


}
/*END OF 991*/


@media screen and (max-width:767px) {
  .home_banner.mobile img {
    width: 100%;
}
    .print_share_container {

    justify-content: center;

}
    .home_main_slider,.home_main_slider_wrapper {
    display: block;
}
    .header_search_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        padding-left: 10px;
    padding-right: 10px;
}

.header_search {
    _flex: 1;
    margin-left: unset;
    margin-right: 30px;
    max-width: calc(70% - 30px);
    width: 100%;
}

.header_additional_icons.mobile .header_account {
    border-right: 1px solid #F47B3B;
    padding-right: 10px;
}
    .mobile {
    display: block;
}
.header_additional_icons.mobile {
    display: flex;
}
.header_account, .basket_page {
    display: none !important;
}

.mobile .header_account, .mobile .basket_page {
    display: block !important;
}
a.cd-dropdown-trigger {
    font-size: 0;
        padding: 10px;
	text-decoration: none;
}

.white_burger {
    margin-right: 0;
}

.header_contact_icons {
    /* display: none; */
}

.logo {margin-left: -80px !important;}

header .header_orario {
    display: none;
}

header .header_tel {
    display: none;
}

header .logo img {
    max-width: 160px !important;
}
.topMenu .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.quick_search_banner {
    display: none;
}

.quick_search_form {
    min-height: 520px;
    margin-right: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.category {
    border: none;
}
.home_main_slider ul.slick-dots {
    display: none;
}
.home_main_slider ul.slick-dots {
    display: none !important;
}

.slider_title {
    font-size: 40px;
    line-height: 50px;
}

.slider_subtitlebig {
    font-size: 20px;
    line-height: 30px;
}

.slider_subtitlesmall {
    font-size: 18px;
    line-height: 30px;
}
.footer_social {
    text-align: center;
}

.footer_col {
    margin-bottom: 30px;
}

.footer_col:last-child {
    margin-bottom: 0;
}

.bank_container_row {
    padding-right: 0 !important;
    padding-left: 0 !important;
    border: none !important;
       display: block;
}
.bank_container{
      display: block;
}
.newsletter_container >div {
    flex-basis: 100%;
    margin-right: 0;
    flex-grow: 1;
}
.newsletter_social {
    text-align: left;
    margin-top: 20px;
}
.advertisment_banner.section .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.blog_col {
    margin-bottom: 35px;
}

_.topBar .row {
    overflow: auto;
    white-space: nowrap;
    display: block;
    margin: 0 !important;
    padding-left: 15px;
    padding-right: 15px;

}
/* Hide scrollbar for Chrome, Safari and Opera */
_.topBar .row::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
_.topBar .row {
    -ms-overflow-style: none;
}
_.top_header_col {
    display: inline;
    width: auto;

}

_.topBar .container-fluid {
    padding: 0 !important;
    overflow: hidden;
}
.topBar {
    display: none;
}
.prod_summar_top {
    display: none !important;
}
.suggested_searches, .related_cats, .search_banner_area {
    display: none;
}
.search_results_cont {
    max-height: calc(100vh - 153px);
}
.shop_col {
    margin: 20px 10px;
    width: 33.33%;
}
.shop_info_content {
    flex-wrap: wrap;
}
.footer-copyright {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.footer_title.ft_social {
    margin-top: 30px;
}
.footer_col_images {
    padding-top: 0;
}
.active_overlay {
  display:none;
}
.search_results_cont {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    top: 95px;
}
.sticky_fixed .search_results_cont {
    top: 56px;
}

.cls_btn_search {
    right: 20px;
}
.categories_section .cat_section_col_inner {
    padding-top: 10px;
    padding-bottom: 25px;
}
.cat-title {
    margin-top: 10px;
    line-height: 1.2;
    font-size: 18px;
}
.categories_section .cat_section_col:hover .cat_section_col_inner {
    padding-bottom: 35px;
}
.section_title {
    font-size: 26px;
}
.top_offers-slider .cat_section_col_inner {
    padding-top: 20px;
}
.analosimo_section_col {
    padding-top: 20px;
    padding-bottom: 20px;
}
.quick_search_form {
    max-width: 100%;
    flex-basis: 100%;
    min-height: 380px;
}
.newsletter_text {
    margin-bottom: 15px;
}
.newsletter_section.section {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}
.footer_title {
    max-width: 280px;
}

.cat_section_col:nth-child(4n) {
    border-right: 1px solid #DEDEDE;
}
.cat_section_col:nth-child(2n) {
    border-right: none;
}
.print_share_container {
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
}
button.warrany_toggle {
    max-width: 100%;
}
.warranty_inner {
    padding: 0;
}
.product-images-info {
    margin-bottom: 30px;
}
.products-container.related .productsCont-title {
    padding-bottom: 30px;
    padding-top: 30px;
}
a.prev_prod {
    order: 1;
    width: 50%;
    justify-content: center;
    border-bottom: 1px solid #DEDEDE;
}
a.next_prod {
    order: 2;
    width: 50%;
    justify-content: center;
    border-bottom: 1px solid #DEDEDE;
}
.print_share_container_inner {
    order: 3;
    width: 100%;
    justify-content: center;

}
div#share {
    border: none;
    width: 50%;
    justify-content: center;
    display: flex;
    padding: 10px 10px;
}
div#print {
    border: none;
    border-right: 1px solid #DEDEDE;
    width: 50%;
    justify-content: center;
    padding: 10px 10px;
}
.products-description.description .row {
    margin-left: -10px;
    margin-right: -10px;
}
.product {
    padding: 10px;
}
.product h1 {
    font-size: 17px;
    width: 100%;
}
.product .product-img {
    min-width: 105px;
    margin-right: 5px;
    height: auto;
    max-width: 105px;
}
.product .content {
    width: calc(100% - 110px);
}
.product .product-img img {
    height: 100px;
}
.product-code {
    margin: 12px 0;
}
.full-price {
    font-size: 18px;
}
.cr3 {
    flex-direction: column;
    align-items: flex-start;
}
.cart-price {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cart-price div {
    margin-bottom: 0;
    margin-right: 10px;
}
.cart-qt-wrapper {
    width: 100% !important;
}
.qt {
    width: 33px;
}
.quantity-wpapper {
    padding-right: 0;
}
a.remove {
    position: absolute;
    left: 5px;
    top: 5px;
    max-width: 15px;
}
.qt-text {
    margin-right: 15px;
}
body#cart-page .content {
    padding-top: 20px;
}
.shipping-information-row ul.nav.nav-tabs li {
    width: 100%;
}
ul#del_calc_tabs {
    flex-direction: column;
    border-bottom: none;
}
ul#del_calc_tabs li:last-child {
    border-left: none !important;
}
ul#del_calc_tabs li a.active {
    border-bottom: 1px solid #F47B3B !important;
}
ul#del_calc_tabs li a {
    padding-left: 10px !IMPORTANT;
    padding-right: 10px !IMPORTANT;
}
.shipping_section.section .modal-body {
    padding-left: 10px;
    padding-right: 10px;
}
.shipping_basket ul#del_calc_tabs {
    flex-direction: row;
}
.shipping_basket #del_calc_tabs li:first-child a {
    border-bottom: none !important;
}
.shipping_basket ul#del_calc_tabs li:first-child {
    border: transparent !important;
}
.shipping_basket.shipping_section.section .modal-body {
    padding: 0;
}
.shipping_basket ul#del_calc_tabs li a.active {
    border-bottom: none !IMPORTANT;
}
.checkout_section.section .checkout-col-1 {
    padding-right: 10px;
}
ul#del_calc_tabs {
    flex-direction: column;
    align-items: flex-start;
}
.checkout-shipping-wrapper .shipping-information-row ul.nav.nav-tabs li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
}
.box-a1 .header div {
    font-size: 24px;
    line-height: 1.2;
    width: calc(100% - 36px);
}
.box-a1 .header span {
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
}
h2.payment-title,
h2.shipping-title,
h2.shipping-address-title {
    font-size: 21px;
    margin-bottom: 10px;
}

body#cart-page .content {
    padding-top: 20px;
}
.checkout-total-wrapper p {
    border: none;
}
.checkout_section.section {
    padding-bottom: 20px;
}
.form-step-one input {
    height: 40px;
}
.mb-3, .my-3 {
    margin-bottom: 12px !important;
}
.payment-method-wrapper .custom-radio {
    padding: 11.5px 39px;
}
.payment-method-wrapper .custom-control-label::before {
    left: -30px;
}
.payment-method-wrapper .custom-radio .custom-control-input:checked~.custom-control-label::after {
    left: -30px;
}
.shipping_checkout select#nomos_select,
.shipping_checkout select#city_select {
    height: 40px;
}
.thankyou-column h2.text-center {
    font-size: 20px;
    margin-bottom: 20px;
}
.thankyou-column h3.text-center {
    font-size: 18px;
    margin-bottom: 15px;
}
.thankyou-column .btn-group {
    margin-top: 0 !important;
}
.thankyou.section a.btn.btn-lg.btn-warning {
    margin-top: 0;
}
.thankyou.section  p {
    font-size: 15px;
}
.account_section.section .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.form-group.account-inputs-wrapper input {
    height: 40px;
}
.user-account .mrgn-20-top button {
    padding: 9px 10px !IMPORTANT;
}
.form-group.account-inputs-wrapper {
    margin-bottom: 10px;
}
.user-account .tab-pane h2 {
    font-size: 20px;
}
div#userform {
    min-height: auto;
}
.vertical-tabs-col {
    max-width: 100%;
    margin-right: 0;
    padding-bottom: 20px !important;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.vertical-tab-content-col {
    width: 100%;
    padding-top: 40px;
}
.vertical-tabs-col h2 {
    padding-top: 20px;
    padding-bottom: 10px;
}
.vertical-tabs-col:after {
    display: none;
}
.vertical-tabs-col h1 {
    font-size: 16px !IMPORTANT;
}
.vertical-tabs-col a.nav-link {
    font-size: 16px;
    margin-bottom: 3px !IMPORTANT;
}
body#myaccount-page .content {
    padding-top: 0;
}
.vertical-tabs-col h1.orders-title {
    margin-top: 20px;
}

.checkout_login_section .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.checkout_login_section.section {
    height: auto;
}
.login-wrapper {
    margin-right: auto;
}
.guest-wrapper {
    margin-left: auto;
}
.col-12.col-md-6.checkout-login-col-2 {
    border: none;
}
.col-12.col-md-6.c-login-col.checkout-login-col-1 .account-box.login-wrapper {
    border-bottom: solid 1px #D6D6D6;
    padding-bottom: 50px;
}
.col-12.col-md-6.checkout-login-col-2 .account-box.guest-wrapper {
    padding-bottom: 30px;
}
form#contact-form {
    padding: 35px 10px;
}
form#contact-form input {
    height: 40px;
}
form#contact-form textarea {
    height: 130px;
}
button.btn.orange-btn.submit-contact {
    padding: 9px 70px;
    float: left;
}
#contact-form .g-recaptcha {
    float: left;
}
form#contact-form .col-md-12.mb-3 {
    margin-bottom: 10px !important;
}
body#contact-page .content {
    padding-top: 20px;
    padding-bottom: 0;
}
.contact-details-row {
    margin-top: 0;
}
.contact-col.cc1 {
    margin-bottom: 20px;
    max-width: 100%;
}
.contact-details h3 {
    margin-bottom: 20px;
}
div#contact-map {
    height: 280px;
}
.container-fluid.container-contact-form .row .col-md-12 {
    padding: 0;
}
.container-blog img.img-full {
    min-height: 220px;
    object-fit: cover;
}
.container-fluid.container-single-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.post-outter-wrapper {
    padding-top: 10px;
}
.post-inner-wrapper h2.post-title {
    font-size: 28px;
    margin-bottom: 20px;
}
.blog-share-container {
    margin-top: 10px;
    margin-bottom: 30px;
}
.blog-share div#share {
    width: 100%;
}
.row.blog-list-row.blog-list-related .blog_img_archive img {
    max-height: 250px;
    object-fit: cover;
}
.blog-list-related .blog_title {
    font-size: 18px;
    line-height: 1.3;
}
.container-fluid.container-single-content .row {
    margin-right: -10px;
    margin-left: -10px;
}
.account_section.section .container-fluid .row {
    margin-right: -10px;
    margin-left: -10px;
}
.checkout_login_section .container-fluid .row {
    margin-right: -10px;
    margin-left: -10px;
}
select.order_select {
    padding-left: 10px;
}
.prod_price_col {
    margin-top: 15px;
}
.header_search_fixed_cont.desktop_search {
    display: none !important;
}
.unsticky_fixed .mobile_search {
    display: none !important;
}
.mobile_search {
    display: block;
    opacity: 0;
    top: 56px;
    width: 100%;
    position: fixed;
    z-index: 9999
}
.mobile_sticky_search {
    width: 100%;
    max-width: 100%;
}

.header_search_icon_mobile {
    background-image: url(../img/search.png);
    min-width: 27px;
    min-height: 27px;
    background-size: auto;
    margin-left: 10px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}
.top_menu_cont .cd-dropdown-wrapper-search .header_search {
    display: none !IMPORTANT;
}
.topMenuNavbar.fixed  .header_search_icon_mobile {
    display: block !important;
}
.mobile_search.show_search_mobile {
    opacity: 1;
    position: fixed;
}

}
/*END OF 767*/

@media screen and (min-width: 767px) {
  .header_additional_icons.mobile,
  .mobile_sticky_search {
      display: none !important;
  }
}

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

.shop-cart-wrapper {
    width: 100%;
    margin-right: 0;
}
.cart-totals-wrapper {
    min-width: auto;
    width: 100%;
}
.product .product-img {
    min-width: auto;
    margin-right: 5px;
    height: auto;
    max-width: 130px;
    width: 100%;
}
.product .content {
    width: calc(100% - 135px);
}
.shipping-information-row .tab-content-wpapper {
    padding: 5px 10px;
}
.shipping_basket #del_calc_tabs li a.active:after {
    display: none;
}
.shipping_basket ul#del_calc_tabs {
    flex-direction: column;
    justify-content: flex-end;
}
.shipping_basket ul#del_calc_tabs li {
    justify-content: center !IMPORTANT;
}
.shipping_basket #del_calc_tabs li a {
    width: 100%;
    text-align: center;
}
.shipping_basket ul#del_calc_tabs li {
    width: 50%;
    height: 100%;
    padding-left: 5px !IMPORTANT;
    padding-right: 5px !important;
    border: none !IMPORTANT;
    width: 100%;
}
.shipping_basket ul#del_calc_tabs li a.active {
    color: #F47B3B !IMPORTANT;
}
.shipping_basket ul#del_calc_tabs li:first-child {
    border-bottom: solid 1px #dedede !IMPORTANT;
}
.container-fluid.container-single-feature img.img-full {
    min-height: 250px;
    object-fit: cover;
}
.historyRow.header .flexRow > div {
    font-size: 12px;
}
.card-header  div {
    font-size: 12px;
}
.vertical-tab-content-col .tab-content .products-history-list h2 {
    font-size: 12px;
    line-height: 12px;
}


}
/*END OF 640*/

@media (max-width: 480px) {
  .shop_col {
      margin: 15px 0px;
      width: 100%;
  }
  .shop_cards p {
      margin-bottom: 10px;
  }
  .analosima-title {
    font-size: 15px;
  }
  .quick_search_button {
      margin-top: 25px;
      padding: 10px 20px;
  }

  .filters-ordering {
      padding-left: 15px !important;
      padding-right: 15px !important;
  }

.modal-content {
    padding: 15px !IMPORTANT;
}

.shipping-information-row .tab-content-wpapper {
    padding: 10px 10px;
}
.checkout-shipping-wrapper .shipping-information-row ul.nav.nav-tabs li {
    max-width: 100%;
}
.contact-details-columns {
    flex-direction: column;
    margin-bottom: 30px;
}
.post-outter-wrapper {
    margin-top: 0;
    width: 100%;
}
.post-inner-wrapper {
    width: 100%;
}
#orders_wrapper #orders_toggles .card .card-header .btn-header-link {
    flex-direction: column;
    align-items: flex-start;
}

.flexCol_2,.flexCol_3 {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.orderCode:before {
    content: 'Κωδικός Παραγγελίας:';
    font-family: 'boldFont';
    color: #000;
    margin-right:5px;
}
.orderDate:before {
    content: 'Ημερομηνία:';
    font-family: 'boldFont';
    color: #000;
    margin-right:5px;
}
.orderPayment:before {
    content: 'Πληρωμή:';
    font-family: 'boldFont';
    color: #000;
    margin-right:5px;
}
#orders_wrapper .status:before {
    content: 'Κατάσταση:';
    font-family: 'boldFont';
    color: #000;
    margin-right:5px;
}

.historyRow.header {
    display: none;
}

}
/*END OF 480*/

@media (max-width: 419px) {
/*
.header-link-dropdown {
	right: 50%;
	transform: translateX(28%);
	-ms-transform: translateX(28%);
	-webkit-transform: translateX(28%);
	-o-transform: translateX(28%);
}
*/
}
/*END OF 419*/

@media (max-width: 360px) {

.header_search input::-webkit-input-placeholder {
    font-size: 11px;
}
.header_search input::-moz-placeholder {
    font-size: 11px;
}
.header_search input:-ms-input-placeholder {
    font-size: 11px;
}
.header_search input:-moz-placeholder {
    font-size: 11px;
}
.cat-link {
    font-size: 14px;
}
header .logo img {
    max-width: 130px !IMPORTANT;
}
.logo {
    margin-left: -65px !IMPORTANT;
}

}
/*END OF 360*/

@media screen and (max-width: 991px) and (max-height: 480px) {


.header_search_cont {
    padding-top: 2px;
    padding-bottom: 2px;
}
.breadcrumb-container {
    padding-top: 95px;
    padding-bottom: 0;
}
.top_menu_cont {
    height: 55px;
}
.header_search input {
    min-height: 30px;
}
.header_account img {
    max-width: 25px;
}
.header_additional_icons img {
    max-width: 25px;
}
.home_main_slider_wrapper {
    display: none;
}

.home_banner.mobile {
    display: block;
}
.topBar {
    display: none;
}


.header_search_fixed_cont.desktop_search {
    display: none !important;
}
.unsticky_fixed .mobile_search {
    display: none !important;
}
.mobile_search {
    display: block;
    opacity: 0;
    top: 56px;
    width: 100%;
    position: fixed;
    z-index: 9999
}
.mobile_sticky_search {
    width: 100%;
    max-width: 100%;
}

.header_search_icon_mobile {
    background-image: url(../img/search.png);
    min-width: 27px;
    min-height: 27px;
    background-size: auto;
    margin-left: 10px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}
.top_menu_cont .cd-dropdown-wrapper-search .header_search {
    display: none !IMPORTANT;
}
.topMenuNavbar.fixed  .header_search_icon_mobile {
    display: block !important;
}
.mobile_search.show_search_mobile {
    opacity: 1;
    position: fixed;
}
 .mobile_sticky_search {
    display: block !important;
}
.header_cart .basket_counter {
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

}
/*END OF 411 HEIGHT*/

/*END OF RESPONSIVE*/

.tooltipster-default{border-radius:5px;border:2px solid #000;background:#4c4c4c;color:#fff;}
.tooltipster-default .tooltipster-content{font-family:Arial, sans-serif;font-size:14px;line-height:16px;padding:8px 10px;overflow:hidden;}
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border{}
.tooltipster-icon{cursor:help;margin-left:4px;}
.tooltipster-base{padding:0;font-size:0;line-height:0;position:absolute;left:0;top:0;z-index:9999999;pointer-events:none;width:auto;overflow:visible;}
.tooltipster-base .tooltipster-content{overflow:hidden;}
.tooltipster-arrow{display:block;text-align:center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;}
.tooltipster-arrow span, .tooltipster-arrow-border{display:block;width:0;height:0;position:absolute;}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span{border-left:8px solid transparent !important;border-right:8px solid transparent !important;border-top:8px solid;bottom:-7px;}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border{border-left:9px solid transparent !important;border-right:9px solid transparent !important;border-top:9px solid;bottom:-7px;}
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span{border-left:8px solid transparent !important;border-right:8px solid transparent !important;border-bottom:8px solid;top:-7px;}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border{border-left:9px solid transparent !important;border-right:9px solid transparent !important;border-bottom:9px solid;top:-7px;}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border{left:0;right:0;margin:0 auto;}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span{left:6px;}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border{left:5px;}
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span{right:6px;}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border{right:5px;}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border{border-top:8px solid transparent !important;border-bottom:8px solid transparent !important;border-left:8px solid;top:50%;margin-top:-7px;right:-7px;}
.tooltipster-arrow-left .tooltipster-arrow-border{border-top:9px solid transparent !important;border-bottom:9px solid transparent !important;border-left:9px solid;margin-top:-8px;}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border{border-top:8px solid transparent !important;border-bottom:8px solid transparent !important;border-right:8px solid;top:50%;margin-top:-7px;left:-7px;}
.tooltipster-arrow-right .tooltipster-arrow-border{border-top:9px solid transparent !important;border-bottom:9px solid transparent !important;border-right:9px solid;margin-top:-8px;}
.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity;}
.tooltipster-fade-show{opacity:1;}
.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden;}
.tooltipster-grow-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);}
.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;}
.tooltipster-swing-show{opacity:1;-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);transform:rotateZ(0deg);-webkit-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 1);-webkit-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4);-moz-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4);-ms-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4);-o-transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4);transition-timing-function:cubic-bezier(0.230, 0.635, 0.495, 2.4);}
.tooltipster-fall{top:0;-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);}
.tooltipster-fall-show{}
.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0px !important;opacity:0;}
.tooltipster-slide{left:-40px;-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);transition-timing-function:cubic-bezier(0.175, 0.885, 0.320, 1.15);}
.tooltipster-slide.tooltipster-slide-show{}
.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0px !important;opacity:0;}
.tooltipster-content-changing{opacity:0.5;-webkit-transform:scale(1.1, 1.1);-moz-transform:scale(1.1, 1.1);-o-transform:scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1);}

.middle {
  width: 100%;
}
.middle h1 {
  color: #fff;
}
.middle input[type="radio"] {
  display: none;
}
.middle input[type="radio"]:checked + .box {
  background-color: #F47B3B;
}
.middle input[type="radio"]:checked + .box span {
  color: white;
/*  transform: translateY(30px); */
}
.middle input[type="radio"]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.middle .box {
  width: 100%;
  background-color: #fff;
  transition: all 250ms ease;
  will-change: transition;
  display: block;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-weight: 900;
  border: 2px solid #aaa;
  border-radius: 5px;
}
/*
.middle .box:active {
  transform: translateY(10px);
}
*/
.middle .box span {
  display: block;
  font-size: 2em;
  user-select: none;
  color: #333;
  padding: 10px;
}

.middle .box .plusnew {
	display: inline;
}
/*
.middle .box span:before {
  font-size: 2em;
  font-family: Arial;
  display: block;
  transform: translateY(-80px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
}

.middle .front-end span:before {
  content: '\2714';
}
.middle .back-end span:before {
  content: '\2714';
}
*/
.middle p {
  color: #fff;
  font-family: "Dax", sans-serif;
  font-weight: 400;
}
.middle p span:after {
  content: '\10004';
  font-family: Arial;
  color: yellow;
}

.middle label {
	width: 100%;
}


.analosima { width:100%; padding-left: 10%; padding-right: 0%;  }
.analosima .antsku {
	width:10%;
	border-bottom: 2px solid #053280;
	padding: 10px 0;
	float: left;
	height:55px;
}

.eidline {
	height:160px !important;
}

.analosima .antsku .mtitle {
	display: none;
}


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

.analosima { width:100%; padding-left: 5%; padding-right: 5%;  }
	
.analosima .antsku {
	width:100%;
	border-bottom: none;
	padding: 5px 0;
	float: none;
	height: auto;
}

.eidline {
	height:auto !important;
}

.analosima .antsku .mtitle {
	display: inline-block;
	width: 35%;
}

.analosimatitle {
	display: none;
}
	
	
.analosima .antsku:last-child {
	border-bottom: 2px solid #053280;
}
}

.sticky_fixed .search_results_cont {
    top: 56px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
}

.cls_btn_search {
    position: absolute;
}

@media screen and (max-width: 767px) {
	 .sidecart_overlay {
		display: none;
	}
	.cart-dropdown.header-link-dropdown {
/*		display: none; */
	}   
}

.onbasket {
	padding: 20px calc(50% - 250px);
}

@media screen and (max-width: 767px) {
.onbasket {
	padding: 20px;
	text-align: center;
}
.shipping_basket select#city_select
	{
	display: inline;
	}
.all_search_results {
    margin-top: 0;
}
}

/* prosthikes */
.search_results_inner.container a:hover {
    color: #f47b3b!important;
    text-decoration: none !important;
}
.home_main_slider ul.slick-dots {

    max-width: 90% !important;
    bottom: 75px !important;
    align-items: unset !important;
}
.slider_thumb {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.update_cart {
    margin-left: 10px;
    cursor: pointer;
}

.update_cart svg {
    width: 21px;
}
a:hover{
    color: #F47B3B !important;
        text-decoration: inherit;
}
/*prosthikes */


@media screen and (max-width: 350px) {
.header_search {
	margin-right: 0;
}
	
}

@media screen and (max-width: 550px) {
	
ul.results_list {
width: 90svw;
/*width: width: calc(90svw - 30px); */
}
	
}