* {
    margin: var(--SITEMARGIN);
    padding: var(--SITEPADDING);
    box-sizing: var(--SITEBORDERSIZING);
}
.StatusOfOrderOuter {
    width: auto;
    padding: 5px;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}
.reginput::placeholder{
	color:#ababab;
}
.ContactMessageMultiLine::placeholder {
    color: #ababab;
}
.breadcrumb {
    background-color: white;
    padding: 0px;
}

.breadcrumbAnchorText {
    color: var(--SimpleBreadcrumbLinkColor);
    font-weight: bold;
    font-size: var(--SimpleBreadcrumbLinkFontSize);
}

    .breadcrumbAnchorText:hover {
        text-decoration: underline;
    }

.breadcrumbSimpleText {
    font-size: var(--SimpleBreadcrumbLinkFontSize);
}
.SeeAllProductsShopPageView {
    color: black;
    cursor: pointer;
    font-size: 14pt;
}

    .SeeAllProductsShopPageView:hover {
        color: var(--SITEHOVERBUTTONS);
    }

.MyAccountAddListToCartBtnContainer {
    width: auto;
    display: inline-block;
    margin-right: 15px;
}

.MyAccountSendListBtnContainer {
    width: auto;
    display: inline-block;
}

.MyAccountAddListToCartBtnContainer button {
    width: auto;
}

.MyAccountSendListBtnContainer button {
    width: auto;
}

body, html {
    height: 100%;
    font-family: var(--SITEFONTFAMILY);
    font-weight: var(--SITEFONTWEIGHT);
    background-color: var(--SITEBACKGROUNDCOLOR);
}

.elementToFadeInAndOut {
    -webkit-animation: fadeinout 5s linear forwards;
    animation: fadeinout 5s linear forwards;
    font-size: 9pt;
}

@-webkit-keyframes fadeinout {
    0%,100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeinout {
    0%,100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    color: black !important;
}

.innercartcontainer {
    max-height: 70vh !important;
}

.PageBunner{
  width:100%;
  max-width:100%;
}

.BrochureContainerTemplate:hover {
    box-shadow: 0px 3px 9px 1px rgb(0 10 20 / 20%);
}

.BrochureContainerTemplateActive:hover {
    box-shadow: 0px 3px 9px 1px rgb(0 10 20 / 20%);
}


.RemoveAllProducts {
    font-size: 10pt;
    font-style: italic;
    cursor: pointer;
}

    .RemoveAllProducts:hover {
        font-style: normal;
        text-decoration: underline;
    }
.ProductContainerCartItem {
    box-shadow: 0px 3px 9px 1px rgb(0 10 20 / 20%);
    border-radius: 5px;
    padding: 5px;
}

.MenuImageIcon {
    width: 30px;
    height: 30px;
}
.ordersummarytext {
    padding-right: 5px;
}

.pricerangefilters {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.productcontainershoppageview {
    margin: 2px;
    height: 52vh;
    max-height: 52vh;
}
.CategoryNameOnMasonry {
    font-weight: bold;
}

.tooltip .tooltiptextSignout {
        visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    font-size: 9pt;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -77px;
}

    /*.tooltip .tooltiptextSignout::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }*/

.tooltip:hover .tooltiptextSignout {
    visibility: visible;
}


.tooltip .tooltiptextMyAccount {
visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 99%;
    left: 0px;
    margin-left: -60px;
    font-size: 9pt;
}

    /*.tooltip .tooltiptextMyAccount::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }*/

.tooltip:hover .tooltiptextMyAccount {
    visibility: visible;
}

.tooltip .tooltiptextCart {
       visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 99%;
    left: 0px;
    margin-left: -53px;
    font-size: 9pt;
}

    /*.tooltip .tooltiptextCart::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }*/

.tooltip:hover .tooltiptextCart {
    visibility: visible;
}

.tooltip .tooltiptextCompare {
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 99%;
    font-size: 9pt;
    left: 0px;
    margin-left: -63px;
}

    /*.tooltip .tooltiptextCompare::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black transparent;
    }*/

.tooltip:hover .tooltiptextCompare {
    visibility: visible;
}


.tooltip .tooltiptextWishList {
       visibility: hidden;
    width: 200px;
    font-size: 9pt;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 73%;
    left: 50%;
    margin-left: -71px;
}


.tooltip:hover .tooltiptextWishList {
    visibility: visible;
}


.ovfy::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.ovfy {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.tooltip .tooltiptext {
  visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    font-size: 9pt;
    position: absolute;
    z-index: 1;
    top: 87%;
    left: 50%;
    margin-left: -124px;
}

  

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.shopnamecontainerOnMyAccount {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    height: 170px;
   overflow: hidden;
}
.quicklistonnav {
    top: 3px;
}

.SectionStyleOnShopView {
    box-shadow: 0px 3px 9px 1px rgb(0 10 20 / 20%);
    border-radius: 5px;
}
.ShopNameStyle {
    font-size: 18pt;
    font-family: 'EB Garamond', serif;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #06377b;
}
.ddlLanguagesOnMenuBtn img {
  margin-top:-1px;
}
.policyoncheckout {
    padding-left: 35px;
    line-height: 1.2;
    font-size: 12pt;
    color: black;
}
#SiteMenu_DivContainerMenuDesktop{
  width:100%;
  text-align:right !important;
}

.OrderReturnButton {
    font-size: 12pt;
    color: black;
    text-decoration: underline;
    cursor: pointer;
    width: 100%;
}

    .OrderReturnButton:hover {
        color: black;
    }

.navheadermobile {
    display: none;
}

.MobileMenuHeaderContainer {
    display: none;
}

.btn-show-menu-mobile {
    display: none;
}


.BrochureHeaders {
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid var(--h1color);
}
.BrochureContainerTemplateActive {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    text-align: center;
  padding:5px;
}

.BrochureContainerTemplate {
    width: 15%;
    float: left;
    margin: 10px;
    text-align: center;
    display: block;
  padding:5px;
}
.BrochureImageActive {
    width: 100%;
    float: left;
}
.BrochureImage {
    width: 100%;
    float: left;
}
 .BrochureImage img {
        width: 100px;
        height: 150px;
    }

.BrochureInfo {
    width: 100%;
    float: left;
    text-align: center;
    display: block;
}

.BrochureTitle {
    width: 100%;
    float: left;
}

.BrochureHeadingTitle {
     margin-top: 4px;
    float: left;
    font-size: 8pt;
    width: 100%;
}

.BrochureReadMore {
    width: auto;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.BrochureAnchorButton {
    padding: 5px
}

.SiteWidthOnMenu {
    width: calc(var(--SITEWIDTH) - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

.ProductQuantityContainerOnCart {
    display: flex;
    justify-content: center;
    background-color: #f0eeee;
    height: 39px;
    width: max-content;
}

.PlusMinusContainerOnQuantityOnCart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}




.ProductQuantityContainerOnProduct {
    display: flex;
    justify-content: center;
    background-color: #f0eeee;
    height: 39px;
    width: max-content;
}


.PlusMinusContainerOnQuantityOnProduct {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}


.ProductQuantityContainerOnCompare {
    display: flex;
    justify-content: center;
    background-color: #f0eeee;
    height: 39px;
    width: 145px;
    margin: 0 auto;
    position: absolute;
    margin-top: 10px;
   left: 50%;
    transform: translate(-50%,0%);
}

.PlusMinusContainerOnQuantityOnCompare {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    border: 1px solid #d8d8d8;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.ProductQuantityInputOnCompare {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border: 1px solid #d8d8d8;
    width: 70px;
}


.ProductQuantityContainer {
    display: flex;
    justify-content: center;
    background-color: #f0eeee;
    height: 39px;
    width: 145px;
    margin: 0 auto;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0%);
}

.ProductQuantityContainerMiniSlider {
    display: flex;
    justify-content: center;
    background-color: #f0eeee;
    height: 39px;
    width: 145px;
    margin: 9px auto;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}


.PlusMinusContainerOnQuantity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

.ProductQuantityInput {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    width: 70px;
    border-radius: 0;
}


.form-control {
    border-radius: 0px;
}

.inputProductQty {
    text-align: center;
    background-color: white;
    color: #06377b;
    height: 37px;
    border: 0;
    font-size: 12px;
    box-shadow: none;
    border-radius: 0;
}


.wrapper {
    width: 78%;
    float: left;
    margin-left: 15px;
}

.SideMenuContainer {
    width: 20%;
    float: left;
   position: sticky;
    top: 144px;
}
.PolicyAndTermsOnCheckout {
    font-size: 11pt;
}

    .PolicyAndTermsOnCheckout a {
        font-size: 11pt;
    }
.PaymentMethodContainer {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.PaymentTitleContainer {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: underline;
}
.PaymentDescriptionContainer {
    width: 100%;
    float: left;
}
.DateOfLastModification{
    width:100%;
    text-align:right;
    margin-top:5px;
    margin-bottom:5px;
     font-style:italic;
}
.ProductsCounterOnMasonrySquares {
    width: 100%;
    text-align: center;
    color: black;
}

.ProductsCounterOnMasonryCapules {
    font-size: 10pt;
    font-style: italic;
}


.ddlLanguagesOnMenuBtn {
    background-color: var(--DropDownLanguagesBackgroundColor);
    color: var(--DropDownLanguagesColor);
    padding: 5px;
    font-size: 16px;
    border: none;
    width: 110px;
    pointer-events: none;
    cursor: pointer;
}

.dropdownLanguagesContainer {
    position: relative;
    display: inline-block;
    margin-top: 0px;
}

.dropdown-languagesstyle {
    display: none;
    position: absolute;
    background-color: #f2f5f2;
    width: 110px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-languagesstyle a {
        color: white;
        padding: 5px;
        text-decoration: none;
        display: block;
        text-align: center;
      background-color:#8d802a;
    }

        .dropdown-languagesstyle a:hover {
            background-color: var(--DropDownLanguagesActiveBackgroundColor);
            color: var(--DropDownLanguagesActiveColor);
        }

.dropdownLanguagesContainer:hover .dropdown-languagesstyle {
    display: block;
}

.dropdownLanguagesContainer:hover .ddlLanguagesOnMenuBtn {
    background-color: var(--DropDownLanguagesHover);
}

.SearchMobileControl {
    display: none;
}

.SearchDesktopControl {
    display: block;
}
a.ProductAttributesAsFilter {
    text-decoration: underline;
    text-decoration-color: black;
}

    a.ProductAttributesAsFilter:hover {
        text-decoration: underline !important;
        text-decoration-color: black !important;
    }
.side-menuDesktopRight .main-menu {	
    width: var(--MobileMenuOnDesktopRightWidth);
    height: 80vh;
}
	
	
.side-menuDesktop .main-menu {
    width: 20vw;
    height: 80vh;
}
.buttonshowmore {
    color: var(--SeeMoreCustomLink) !important;
    cursor: pointer;
    border: none;
    font-family: var(--SITEFONTFAMILY);
    font-size: var(--SITEFONTSIZEBUTTONS);
    width: 100%;
}


.buttonshowmoreOnBottom {
    color: var(--SeeMoreCustomLink) !important;
    cursor: pointer;
    border: none;
    font-family: var(--SITEFONTFAMILY);
    font-size: var(--SITEFONTSIZEBUTTONS);
    width: 100%;
    display: none;
}
.cbxPrivacyContainer {	
    width: auto;	
    float: left;	
}		
.PolicyContainer {	
    width: auto;	
    float: left;	
}


.CustomMarginResponsive {	
    padding-left: 15px;	
}

.main-menu .fa {
    font-size: 11pt !important;
}


.headericonsLanguages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
    padding-top: var(--MenuIconsPadding);
    margin-top: var(--MenuIconsMargin);
    align-items:center;
  padding-right:0px;
}

.reginputMenuLanguages {
    padding: 5px 0px 5px 5px;
    color: black;
    background: #e6e6e6;
    width: auto;
    font-size: 12pt;
    margin: 0;
    font-family: var(--SITEFONTFAMILY);
    border: 1px solid var(--TOPBARBGCOLOR);
    height: var(--DropdownLanguagesHeight) !important;
}


.navmenu .fa {
	
    font-size: var(--MenuIconsWidthInPt);
	
}
	
	.main_menu > li > a .fa {
    font-size: var(--MENUITEMSLIAFONTSIZE);
}
	
.nav-wishlistheart {
	
    font-size: var(--MenuIconsWidthInPt);
	
}
	
	
.navmenu .fa:hover {
	
    color: var( --MenuIconsHoverColor) !important;
	
}
	
	
.nav-wishlistheart:hover {
	
    color: var( --MenuIconsHoverColor) !important;
	
}




    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        opacity: 1;
        display: block;
        padding: 2px;
    }

img {
    max-width: var(--IMGMAXWIDTH);
    height: var(--IMGHEIGHT);
}

@font-face {
    font-family: 'ElegantIcons';
    src: url('ElegantIcons.eot');
    src: url('ElegantIcons.eot?#iefix') format('embedded-opentype'), url('ElegantIcons.woff') format('woff'), url('ElegantIcons.ttf') format('truetype'), url('ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.errorpanel {
    border: 1px solid black;
    padding: 10px;
}

.errorpaneltitle {
    color: var(--ErrorColor);
    text-decoration: none;
    border-bottom: 1px solid black;
}


.icon_heart, .icon_heart_alt, .icon_heartmenu {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

    .icon_heart_alt:before {
        content: "\e030";
    }

    .icon_heart:before {
        content: "\e089";
        color: #ED1C24;
        font-size: 16pt;
    }

    .icon_heartmenu:before {
        content: "\e089";
    }

.controlcontainer {
    width: 100%;
    float: left;
}

.block2-newprice {
    color: #ED1C24;
    font-size: 14pt;
}

.social_icons_style {
    font-size: 14pt;
}

.copyrightbox {
    height: var(--COPYRIGHTBOXHEIGHT);
    padding-top: var(--COPYRIGHTBOXPADDING);
    padding-bottom: var(--COPYRIGHTBOXPADDING);
    background-color: var(--COPYRIGHTBOXBGCOLOR);
    color: var(--COLORCOPYRIGHTBOX);
    font-size: 10pt;
}

    .copyrightbox a {
        color: var(--COLORCOPYRIGHTBOX) !important;
       margin: 5px;
    }


        .copyrightbox a:hover {
            color: var(--COLORHOVERCOPYRIGHTBOX) !important;
        }

.footer {
    background-color: var(--FOOTERBGCOLOR);
    color: var(--COLORFOOTER);
    position: relative;
    margin-top:50px;
}

    .footer a {
        color: var(--COLORFOOTER);
    }

        .footer a:hover {
            color: var(--COLORFOOTERHOVER);
        }

.headersfooter {
    color: var(--COLORHEADERFOOTER);
    font-size: var(--FONTSIZEFOOTER);
  	text-decoration: underline;
}

.footertext {
    color: var(--COLORFOOTER);
    font-size: var(--FONTSIZEFOOTER);
}

    .footertext a {
        color: var(--COLORFOOTER);
        font-size: var(--FONTSIZEFOOTER);
    }

/* ------------------------------------ */
a {
    font-family: var(--SITEFONTFAMILY);
    font-size: var(--ANCHORFONTSIZE);
    line-height: var(--ANCHORLINEHEIGHT);
    margin: var(--ANCHORMARGIN);
    transition: var(--ANCHORTRANSITION);
    -webkit-transition: var(--ANCHORTRANSITION);
    -o-transition: var(--ANCHORTRANSITION);
    -moz-transition: var(--ANCHORTRANSITION);
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
        color: var(--ANCHORHOVERCOLOR);
    }

/* ------------------------------------ */
h1, h2, h3, h4, h5, h6 {
    margin: var(--H1H2H3H4H5H6MARGIN);
}
h1 {
    color: var(--h1color);
}

h2 {
    color: var(--h2color);
}
p {
    font-family: var(--SITEFONTFAMILY);
    font-size: var(--PARAGRAPHFONTSIZE);
    line-height: var(--PARAGRAPHLINEHEIGHT);
    margin: var(--PARAGRAPHMARGIN);
}

ul {
    margin: var(--ULMARGIN);
    list-style-type: var(--ULLISTSTYLETYPE);
}

li {
    margin: var(--LIMARGIN);
    list-style-type: var(--LILISTSTYLETYPE);
}

.wrap_header li {
    padding: 10px 3px 10px 3px;
}

li .notmegamenuheader, .megamenuitems, .megamenuheader {
    padding: 0px 0px 0px 10px;
}

.sliderredirect {
    margin: 10px;
    padding: 15px;
    border: 2px solid white;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .3s;
    background-color: rgba(237,28,36, 0.55);
    color: white;
    width: auto;
}

    .sliderredirect:hover {
        color: #ED1C24;
        border: 2px solid #ED1C24;
        background-color: white;
        opacity: 0.55;
    }
/* ------------------------------------ */
input {
    outline: var(--INPUTOUTLINE);
}

textarea {
    outline: none;
}

input::-webkit-input-placeholder {
    color: var(--PLACEHOLDERSCOLOR);
}

input:-moz-placeholder {
    color: var(--PLACEHOLDERSCOLOR);
}

input::-moz-placeholder {
    color: var(--PLACEHOLDERSCOLOR);
}

input:-ms-input-placeholder {
    color: var(--PLACEHOLDERSCOLOR);
}

textarea::-webkit-input-placeholder {
    color: var(--PLACEHOLDERSCOLOR);
}

textarea:-moz-placeholder {
    color: var(--PLACEHOLDERSCOLOR);
}

textarea::-moz-placeholder {
    color: var(--PLACEHOLDERSCOLOR);
}

textarea:-ms-input-placeholder {
    color: var(--PLACEHOLDERSCOLOR);
}

select::-webkit-input-placeholder {
    color: var(--PLACEHOLDERSCOLOR);
}

select:-moz-placeholder {
    color: var(--PLACEHOLDERSCOLOR);
}

select::-moz-placeholder {
    color: var(--PLACEHOLDERSCOLOR);
}

select:-ms-input-placeholder {
    color: var(--PLACEHOLDERSCOLOR);
}


input:focus::-webkit-input-placeholder {
    color: var(--INPUTFOCUSCOLOR);
}

input:focus:-moz-placeholder {
    color: var(--INPUTFOCUSCOLOR);
}

input:focus::-moz-placeholder {
    color: var(--INPUTFOCUSCOLOR);
}

input:focus:-ms-input-placeholder {
    color: var(--INPUTFOCUSCOLOR);
}

textarea:focus::-webkit-input-placeholder {
    color: var(--INPUTFOCUSCOLOR);
}

textarea:focus:-moz-placeholder {
    color: var(--INPUTFOCUSCOLOR);
}

textarea:focus::-moz-placeholder {
    color: var(--INPUTFOCUSCOLOR);
}

textarea:focus:-ms-input-placeholder {
    color: var(--INPUTFOCUSCOLOR);
}

.messagefade {
    font-size: 14pt;
}


/* ------------------------------------ */
button {
    outline: var(--BUTTONOUTLINE);
    border: var(--BUTTONBORDER);
    background: var(--BUTTONBACKGROUND);
}

    button:hover {
        cursor: var(--BUTTONHOVERCURSOR);
    }

    button:focus {
        outline: none !important;
    }

.btnDeleteCompareList {
    width: auto;
    outline: 0px;
    border: 0px;
    background: black;
    color: white;
    padding: 5px;
}

    .btnDeleteCompareList:hover {
        cursor: var(--BUTTONHOVERCURSOR);
        background-color: #48d0cb;
    }

    .btnDeleteCompareList:focus {
        outline: none !important;
    }

iframe {
    border: none !important;
}

.slick-slide {
    outline: none !important;
}

.divHomePageDynamicText, .divPageDynamicText {
    padding-top: 20px;
    font-size: 12pt;
  text-align:center;
}

.divPageDynamicText {	
    text-align: left;	
}
/*[ Header ]
///////////////////////////////////////////////////////////
*/
.navmenu {
    height: var(--MENUHEIGHT);
}

.container-menu-header {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1100;
}


/*[ Top bar ]
===========================================================*/
.topbar {
    background-color: var(--TOPBARBGCOLOR);
    padding: var(--TopBarPadding);
    height: var(--TopBarHeight);
}

/*[ Menu ]
===========================================================*/
.wrap_header {
    background-color: var(--MENUBARCOLOR);

}

.menu {
    display: inline-block;
}

.main_menu {
    list-style-type: var(--MENUITEMSLISTSTYLETYPE);
    float: left;
}

    .main_menu > li {
        float: left;
        position: relative;
        /*padding-left: 18px;*/
    }

        .main_menu > li > a {
            font-family: var(--SITEFONTFAMILY);
            font-size: var(--MENUITEMSLIAFONTSIZE);
            color: var(--MENUITEMSLIACOLOR);
            padding: var(--MENUITEMSLIAPADDING);
            /*z-index: 4000;*/
            position: relative;
            font-weight: 500;
            padding: 10px;
        }

li.sale-noti > a {
    color: #ED1C24;
}

.main_menu > li:hover > a {
    text-decoration: var(--MENUITEMSLIAHOVERTEXTDECORATION);
}

.main_menu > li:hover > .sub_menu {
    visibility: visible;
    opacity: 1;
}

.sub_menu {
    list-style-type: none;
    position: absolute;
    z-index: 1100;
    top: 0;
    left: 100%;
    width: 225px;
    background-color: #222222;
    opacity: 0;
    visibility: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.main_menu > li > .sub_menu {
    top: 100%;
    left: 0;
    position: absolute;
}

.sub_menu li:hover > .sub_menu {
    visibility: visible;
    opacity: 1;
}

.sub_menu li {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sub_menu li, .sub_menu a {
    padding: 10px;
    font-family: var(--SITEFONTFAMILY);
    font-size: 11pt;
    color: white;
}

.sub_menu > li:hover > a {
    color: #ED1C24;
    text-decoration: none;
}

.header-icons-noti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #111111;
    color: white;
    font-family: var(--SITEFONTFAMILY);
    font-size: 12px;
    position: absolute;
    top: -7px;
    right: -10px;
    border: 1px solid white;
}

.header-icons-compare {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #111111;
    color: white;
    font-family: var(--SITEFONTFAMILY);
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -12px;
    top: 12px;
    border: 1px solid white;
}
.header-login {
    position: absolute;
    z-index: 1100;
    width: 350px;
    top: var(--HeaderCartTop);
    right: var(--HeaderCartRight);
    padding: 20px;
    border: 1px solid var(--MENUBARCOLOR);
    background-color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transform-origin: top center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
     height: 480px;
    box-shadow: 0px 0px 48px black;
}
.header-cart {
    position: absolute;
    z-index: 1100;
    width: 350px;
    top:var(--HeaderCartTop);
    right:var(--HeaderCartRight);
    padding: 20px;
    border: 1px solid var(--MENUBARCOLOR);
    background-color: white;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transform-origin: top center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 60vh;
}



.show-header-dropdown {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.header-cart-wrapitem {
    max-height: 270px;
}

.cartflow {
    max-height: 346px;
    overflow-y: scroll;
}

.header-cart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* ------------------------------------ */
.header-cart-item-img {
    width: 80px;
    position: relative;
    margin-right: 20px;
}

    .header-cart-item-img img {
        width: 100%;
    }

/* ------------------------------------ */
.header-cart-item-txt {
    width: calc(100% - 100px);
}

.header-cart-item-name {
    display: block;
    font-family: var(--SITEFONTFAMILY);
    font-size: 15px;
    color: #555555;
    line-height: 1.3;
    margin-bottom: 12px;
    text-decoration: none;
}


.header-cart-item-info {
    display: block;
    font-family: var(--SITEFONTFAMILY);
    font-size: 12px;
    color: #888888;
    line-height: 1.5;
    width: 55%;
    float: left;
}

.header-cart-total {
    font-family: var(--SITEFONTFAMILY);
    font-size: 15px;
    color: #555555;
    line-height: 1.3;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-right: 3px;
}
/* ------------------------------------ */
.header-cart-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header-cart-wrapbtn {
    width: 100%;
}

.btn-show-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
}

.hamburger {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 5px;
}

.wrap-side-menu {
    width: 100%;
    background-color: white;
    display: none;
    
    position: fixed;
    z-index: 1000;
}


.wrap-side-menuDesktop {
    background-color: white;
    display: none;
    position: fixed;
    z-index: 1000;
	left: calc((100% - var(--SITEWIDTH))/2);
}

.wrapperofdesktopmenu {
    width: 100%
    padding-left: 0px !important;
}

.wrap-side-menuDesktopRight {
    position:fixed;
    background-color: var(--MenuDesktopRightBackground);
    display: none;
    z-index: 1000;
    overflow: auto;
    left: calc((100% - var(--SITEWIDTH))/2);
}

.AdminbarPadding {
    top: calc( (var(--MENUHEIGHT) + var( --TopBarHeight)) +8px) !important;
}


.side-menu {
    width: 100%;
    margin-bottom: 0;
}

    .side-menu li {
        list-style-type: none;
    }


.side-menuDesktop {
    width: auto;
    margin-bottom: 0;
}

    .side-menuDesktop li {
        list-style-type: none;
    }


.side-menuDesktopRight {

    margin-bottom: 0;
}

    .side-menuDesktopRight li {
        list-style-type: none;
    }



.item-menu-mobile {
    background-color: var(--MENUMOBILEBGCOLOR);
}

.side-menu .main-menu > li > a {
    padding-left: 20px;
    font-family: var(--SITEFONTFAMILY);
    font-size: 13pt;
    color: var(--MENUMOBILEWORDCOLORS);
    line-height: 2.3;
}

.side-menuDesktop .main-menu > li > a {
    padding-left: 20px;
    font-family: var(--SITEFONTFAMILY);
    font-size: 10pt;
    color: var(--MENUMOBILEWORDCOLORS);
    line-height: 2.3;
}


.side-menuDesktopRight .main-menu > li > a {
    padding-left: 20px;
    font-family: var(--SITEFONTFAMILY);
    font-size: 10pt;
    color: var(--MENUMOBILEWORDCOLORS);
    line-height: 2.3;
}

.side-menu .main-menu > li {
    color: var(--MENUMOBILEWORDCOLORS);
    position: relative;
}

    .side-menu .main-menu > li > span {
        color: var(--MENUMOBILEWORDCOLORS);
        position: relative;
    }

        .side-menu .main-menu > li > span > a {
            padding-left: 20px;
            font-family: var(--SITEFONTFAMILY);
            font-size: 10pt;
            color: var(--MENUMOBILEWORDCOLORS);
            line-height: 2.3;
        }

.side-menu .sub-menu {
    background-color: white;
    display: none;
}

.side-menuDesktop .main-menu > li {
    color: var(--MENUMOBILEWORDCOLORS);
    position: relative;
}

    .side-menuDesktop .main-menu > li > span {
        color: var(--MENUMOBILEWORDCOLORS);
        position: relative;
    }

        .side-menuDesktop .main-menu > li > span > a {
            padding-left: 20px;
            font-family: var(--SITEFONTFAMILY);
            font-size: 10pt;
            color: var(--MENUMOBILEWORDCOLORS);
            line-height: 2.3;
        }

.side-menuDesktop .sub-menuDesktop {
    background-color: white;
    display: none;
}


.side-menuDesktopRight .main-menu > li {
    color: var(--MENUMOBILEWORDCOLORS);
    position: relative;
}

    .side-menuDesktopRight .main-menu > li > span {
        color: var(--MENUMOBILEWORDCOLORS);
        position: relative;
    }

        .side-menuDesktopRight .main-menu > li > span > a {
            padding-left: 20px;
            font-family: var(--SITEFONTFAMILY);
            font-size: 10pt;
            color: var(--MENUMOBILEWORDCOLORS);
            line-height: 2.3;
        }

.side-menuDesktopRight .sub-menuDesktopRight {
    background-color: var(--MegamenuRightExpandBackgroundColor);
    display: none;
    position: fixed;
    left: var(--SubMenuLeft);
    top: var(--menuDesktopRightTopPx);
    height: 80%;
    width: 78%;
    overflow-y: auto;
    overflow-x: hidden;
}

.sub-menuDesktopRight::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.sub-menuDesktopRight::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.sub-menuDesktopRight::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(128,128,128)), color-stop(0.72,rgb(105,105,105)), color-stop(0.86, rgb(0,0,0)));
}



.mobileAdminBarTop {
    top: 40px;
}


/*[ Page sidebar ]
-----------------------------------------------------------
*/
.container1-page {
    margin-left: 320px;
}


/*[ MiniSliders ]
-----------------------------------------------------------
*/
.wrap-slick2 {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick {
    position: absolute;
    z-index: 100;
    top: calc((100% - 70px) / 2);
    font-size: 30pt;
    color: #cccccc;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .arrow-slick:hover {
        color: #06377b;
    }

.next-slick {
    right: -10px;
}

.prev-slick {
    left: 0px;
}



/*[ rs Sweetalert ]
///////////////////////////////////////////////////////////
*/
.swal-overlay {
    overflow-y: auto;
}

.swal-icon--success {
    border-color: #66a8a6;
}

.swal-icon--success__line {
    background-color: #66a8a6;
}

.swal-icon--success__ring {
    border: 4px solid rgba(102, 168, 166, 0.2);
}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
    background-color: var(--SITECOLORBUTTONS);
    font-family: var(--SITEFONTFAMILY);
    font-size: var(--SITEFONTSIZEBUTTONS);
    color: var(--SITETEXTCOLORBUTTONS);
    text-transform: uppercase;
    font-weight: unset;
    border-radius: var(--SITEBORDERRADIUSBUTTONS);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .swal-button:hover {
        background-color: var(--SITEHOVERBUTTONS);
    }

    .swal-button:active {
        background-color: #ED1C24;
    }

.swal-title {
    font-family: var(--SITEFONTFAMILY);
    color: #333333;
    font-size: 13pt;
    line-height: 1.5;
    padding: 0 15px;
    font-weight: normal !important;
}

.swal-text {
    font-family: var(--SITEFONTFAMILY);
    color: #333333;
    font-size: 12pt;
    text-align: center;
    font-weight: bold;
}

.swal-footer {
    margin-top: 0;
}

.pageshop5cols {
    width: 20% !important;
    float: left;
}

.attributescolor {
    outline: 1px solid gray;
    width: 20px;
    height: 20px;
    display: block;
}

.addtocomparelistfixmargin {
    margin-left: 15px;
}

.contacttext {
    font-size: 11pt;
    margin-top: 10px;
}

.ProductLabels, .labelsale, .LabelOutOfStock  {
    content: "";
    font-family: var(--SITEFONTFAMILY);
    color: black;
    display: inline-block;
    width: auto;
    margin-top: 8px;
    line-height: 25px;
    padding: 0px 5px;
    font-size: 10pt;
  	border-radius: 5px;
}

.labelscon {
    z-index: 100;
    position: absolute;
}

.labelsale {
    background-color: var(--SALECOLOR);
}

.LabelOutOfStock {
    background-color: var(--OutOfStockLabelBgColor);
    color: var(--OutOfStockLabelColor);
    outline: 1px solid var(--OutOfStockLabelColor);
    padding: 0px 5px;
    font-size: 10pt;
    line-height: 25px;
    margin-top: 8px;
}
.labelelement {
    width: auto;
    float: left;
    margin: 0px 2px 2px 2px;
}
/* ------------------------------------ */
.block2-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* ------------------------------------ */
.block2-btn-addcart {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -45px;
}

/* ------------------------------------ */
.eyeiconwishlist {
    display: block;
    font-size: 14pt;
    color: black;
    float: right;
    z-index: 100;
    margin: 5px;
}

.disblock {
    display: block;
}

.productaddtowishlist {
    display: block;
    font-size: 26pt;
    color: black;
    text-align: center;
}

    .productaddtowishlist:hover {
        cursor: pointer;
    }

        .productaddtowishlist:hover .icon_heart_alt {
            display: none;
        }

        .productaddtowishlist:hover .icon_heart {
            display: block;
        }

.block2-btn-addToCompareWishList {
    display: block;
    font-size: 14pt;
    color: black;
    float: right;
    margin:5px;
}

    .block2-btn-addToCompareWishList:hover {
        color: #ED1C24;
        text-decoration: none;
        cursor: pointer;
    }

.block2-btn-addToCompareWishList {
    line-height: 0;
}


.block2-btn-addToCompare {
    display: block;
    font-size: 14pt;
    color: black;
    line-height: 0;
    float: right;
    margin: 5px;
}

    .block2-btn-addToCompare:hover {
        color: #ED1C24;
        text-decoration: none;
        cursor: pointer;
    }

.block2-btn-addToCompare {
    line-height: 0;
}

.block2-btn-addToFavoriteListOnCompare {
    display: block;
    position: absolute;
    right: 10px;
    font-size: 14pt;
    color: black;
    line-height: 0;
    float: right;
    z-index: 555;
    top: 5px;
}

    .block2-btn-addToFavoriteListOnCompare:hover {
        color: #ED1C24;
        text-decoration: none;
        cursor: pointer;
    }

.block2-btn-addToFavoriteListOnCompare {
    line-height: 0;
}

.block2-btn-addToFavoriteListWishlist {
    display: block;
    font-size: 14pt;
    color: black;
    float: right;
    margin: 5px;
}

    .block2-btn-addToFavoriteListWishlist:hover {
        color: #ED1C24;
        text-decoration: none;
        cursor: pointer;
    }



.block2-btn-addToFavoriteList {
  display: block;
    font-size: 14pt;
    color: black;
    line-height: 0;
    float: right;
    margin: 5px;
}

    .block2-btn-addToFavoriteList:hover {
        color: #ED1C24;
        text-decoration: none;
        cursor: pointer;
    }

.block2-btn-addToFavoriteList {
    line-height: 0;
}

.block2-btn-towishlist,
.block2-btn-addwishlist {
    display: block;
    font-size: 14pt;
    color: black;
    line-height: 0;
    float: right;
    margin: 5px;
}

    .block2-btn-addwishlist:hover {
        color: #ED1C24;
        text-decoration: none;
        cursor: pointer;
    }

    .block2-btn-addwishlist .icon-wishlist,
    .block2-btn-towishlist .icon-wishlist {
        line-height: 0;
    }

    .block2-btn-addwishlist:hover .icon_heart_alt {
        display: none;
    }

    .block2-btn-addwishlist:hover .icon_heart {
        display: block;
    }

    /* ------------------------------------ */
    .block2-btn-towishlist .icon_heart_alt {
        display: block;
    }

    .block2-btn-towishlist .icon_heart {
        display: block;
        color: #ED1C24;
    }

/* ------------------------------------ */
.block2-overlay:hover {
    opacity: 1;
}

    .block2-overlay:hover .block2-btn-addcart {
        bottom: 20px;
    }

    .block2-overlay:hover .block2-btn-addwishlist,
    .block2-overlay:hover .block2-btn-towishlist {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        text-decoration: none;
    }

.productcontainer {
    padding-bottom: 1px;
    margin: 2px;
    height: 52vh;
    border-radius: 5px;
    box-shadow: 0px 3px 9px 1px rgb(0 10 20 / 20%);
}

    .productcontainer:hover {
        outline: 1px solid #ddd;
    }

.block2-img {
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.block2-imgCompare {
    padding: 15px;
    position: relative;
    overflow: hidden;
    top: 30px;
    right: 37%;
}
/*[ rs NoUI ]
///////////////////////////////////////////////////////////
*/

.filters #filter-bar .noUi-tooltip {
    font-size: 9pt;
}

.filters #filter-bar {
    margin-right: 6px;
    margin-left: 6px;
    height: 4px;
    border: none;
    background-color: black;
}

    .filters #filter-bar .noUi-connect {
        background-color: #8d802a;
        border: none;
        box-shadow: none;
    }

    .filters #filter-bar .noUi-handle {
        width: 13px;
        height: 13px;
        left: -6px;
        top: -5px;
        border: none;
        border-radius: 50%;
        background: #8d802a;
        cursor: pointer;
        box-shadow: none;
        outline: none;
    }

        .filters #filter-bar .noUi-handle:before {
            display: none;
        }

        .filters #filter-bar .noUi-handle:after {
            display: none;
        }

/*[ Product ]
///////////////////////////////////////////////////////////
*/

.wrap-slick3-dots {
    width: 8.5%;
}

.slick3 {
    width: 80.64%;
}

.slick3-dots li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .slick3-dots li:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

    .slick3-dots li img {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 5px;
        overflow: hidden;
    }

.slick3-dots .slick-active {
    border: 1px solid #888888;
}

.menuproductscatalog {
    position: absolute;
    padding-left: 55px;
    color: white;
    top: 5px;
    width: 50px;
}
/*[ Dropdown content ]
///////////////////////////////////////////////////////////
*/
.show-dropdown-content .down-mark {
    display: block;
}

.show-dropdown-content .up-mark {
    display: none;
}

.dropdownmobile .down-mobile {
    display: block;
}

.dropdownmobile .up-mobile {
    display: none;
}


.slidersicon {
    color: white;
    font-size: 14pt;
}

.filters-dropdown-content {
    display: none;
}

.filter-categories-dropdown, .filter-attributes-dropdown, .dropdown-content-mobile {
    display: block;
  box-shadow: 0px 3px 9px 1px rgb(0 10 20 / 20%);
}

.num-product {
    height: 20px;
    width: 40px;
    border: none;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-num-product-down, .btn-num-product-up {
    font-size: 14pt;
    font-weight: bold;
    color: black;
    cursor: pointer;
}

input .num-product {
    border: none;
}

    input.num-product::-webkit-outer-spin-button,
    input.num-product::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }


.checkoutbutton {
    margin-top: 20px;
    padding: 15px !important;
}

.signinbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 34px;
    background-color: var(--SITECOLORBUTTONS);
    font-family: var(--SITEFONTFAMILY);
    font-size: var(--SITEFONTSIZEBUTTONS);
    color: var(--SITETEXTCOLORBUTTONS);
    text-decoration: none;
    border: 0px;
    -webkit-appearance: none;
    border-radius: 0px !important;
}

    .signinbutton:hover {
        background-color: var(--SITEHOVERBUTTONS);
        color: var(--SITEHOVERTEXTBUTTONS);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer;
    }


.buttons {
    padding: 12px;
    background-color: var(--SITECOLORBUTTONS);
    color: var(--SITETEXTCOLORBUTTONS);
    cursor: pointer;
    border: none;
    font-family: var(--SITEFONTFAMILY);
    font-size: var(--SITEFONTSIZEBUTTONS);
    border-radius: var(--SITEBORDERRADIUSBUTTONS);
    width: 100%;
}

    .buttons:hover {
        background-color: var(--SITEHOVERBUTTONS);
        color: var(--SITEHOVERTEXTBUTTONS);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.wishlisthasitem {
    height: 200px;
}

.wishlistproductbutton {
    padding: 8px;
    background-color: white;
    color: black;
    cursor: pointer;
    border: none;
    outline: 1px solid black;
    font-family: var(--SITEFONTFAMILY);
    font-size: var(--SITEFONTSIZEBUTTONS);
    border-radius: var(--SITEBORDERRADIUSBUTTONS);
    width: 100%;
}

    .wishlistproductbutton:hover {
        background-color: var(--SITEHOVERBUTTONS);
        color: var(--SITEHOVERTEXTBUTTONS);
        outline: none;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.newAccountbuttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 34px;
    background-color: var(--SITECOLORBUTTONS);
    font-family: var(--SITEFONTFAMILY);
    font-size: var(--SITEFONTSIZEBUTTONS);
    color: var(--SITETEXTCOLORBUTTONS);
    text-decoration: none;
}

    .newAccountbuttons:hover {
        background-color: var(--SITEHOVERBUTTONS);
        color: var(--SITEHOVERTEXTBUTTONS);
    }


.anchorbuttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 40px;
    background-color: var(--SITECOLORBUTTONS);
    font-family: var(--SITEFONTFAMILY);
    font-size: var(--SITEFONTSIZEBUTTONS);
    color: var(--SITETEXTCOLORBUTTONS);
    text-decoration: none;
}

    .anchorbuttons:hover {
        background-color: var(--SITEHOVERBUTTONS);
        color: var(--SITEHOVERTEXTBUTTONS);
    }

.coupontxt, .couponcheckout {
    padding: 8px;
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
    font-size: 12pt;
}

.AddToWishListSpan {	
    float: left;
	
    width: 94%;
	
    margin-left: 1%;
	
    font-size: 10pt;
	
    margin-top: 1.5px;
	
}
	
.AddToCompareSpan {
	
    float: left;
	
    width: 94%;
	
    margin-left: 1%;
	
    font-size: 10pt;
	
    margin-top: 1.5px;
	
}
.productWishlistDiv {
    border: 1px solid grey;
    text-align: center;
    display: inline-block;
    padding: 7px;
    margin-left: 15px;
    width: 50%;
	cursor: pointer;
}

 .productWishlistDiv:hover {
	
        background-color: var(--SITEHOVERBUTTONS);
	
        color: var(--SITEHOVERTEXTBUTTONS);
	
        -webkit-transition: all 0.4s;
	
        -o-transition: all 0.4s;
	
        -moz-transition: all 0.4s;
	
        transition: all 0.4s;

    }

.productavailable {
    font-size: 11pt;
    line-height: 2.5;
    color: #296426;
    word-break:break-all;
}
.productCompareDiv {
 border: 1px solid grey;
    text-align: center;
    display: inline-block;
    padding: 7px;
    margin-left: 6px;
    width: 45%;
    cursor: pointer;
}
    .productCompareDiv:hover {
	
        background-color: var(--SITEHOVERBUTTONS);
	
        color: var(--SITEHOVERTEXTBUTTONS);
	
        -webkit-transition: all 0.4s;
	
        -o-transition: all 0.4s;
	
        -moz-transition: all 0.4s;
	
        transition: all 0.4s;
	
    }

.prescriptions {
    width: 24%;
    float: left;
    margin-right: 10px;
    padding: 12px;
    background-color: #fff5ba;
    margin-bottom: 10px;
    height: 230px;
}

.freeshippingcartmsg {
    outline: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 11pt;
}

.localizedrow {
    border: 1px solid #eaeaea;
    margin-top: 10px;
}

.underconstruction {
    width: 100%;
    position: sticky;
    top: 0;
    background-color: #B30000 !important;
    z-index: 9999;
    text-align: center;
    height: auto;
    color: white;
    height: 40px;
    line-height: 40px;
}

.paymentinfo {
    font-size: 11pt;
    border-bottom: 2px solid black;
    color: #4d514c;
    text-align: left;
    font-weight: 600;
    padding: 5px;
}

.paymentsideicon {
    font-size: 11pt;
    margin-top: 5px;
    text-align: left;
    padding: 5px;
}

.recopw {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    font-size: 11pt;
}

    .recopw a {
        color: black;
        font-size: 11pt;
    }

        .recopw a:hover {
           color: var(--SITEHOVERBUTTONS);
        }

.pagination1 {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.searchitemdesktop {	
    width: 35px;	
    height: 35px;	
    display: block;	
    float: left;	
    margin-top: -0.5px;	
}

.searchbarclassforhide {	
    margin-top: 20px;	
}
.searchiconstyle {
   background-color: white;
    padding: 7.9px 4px 5px 5px;
    box-sizing: border-box;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
}

.searchbardesktop {
    border-top: 1px solid black !important;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    display: block;
    float: left;
    height: auto !important;
    width: 90% !important;
    border-top: 1px solid #d8d8d8;
    padding: 0px 5px 0px 5px;
    z-index: 2;
    background-color: var(--SearchBarBackgroundColor);
    -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
}


.easy-autocomplete input {
    height: 37px !important;
    line-height: 60px !important;
}


@media only screen and (max-width: 990px) {
.layoutgroup{display:none;}
    .searchbardesktop {
	
        width: var(--SearchBarWidthMobile) !important;
	
	
        margin-top: -3px;
	
        left: 0px;
	
    }
}

.page-item1:first-child .page-link1 {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item1:last-child .page-link1 {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active1 .page-link1 {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item1.disabled .page-link1 {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}

.page-link1 {
    position: relative;
    display: block;
    padding: var(--PaginationPadding);
    margin-left: -1px;
    line-height: 1.25;
    color: var(--PaginationColor);
    background-color: black;
    border: 1px solid #ddd;
}

    .page-link1:focus, .page-link1:hover {
        color: white;
        text-decoration: none;
        background-color: #005BD9;
        border-color: #ddd;
    }

.filtercolorcontainer {
    padding: 5px 0 10px 3px;
}

.check, .colorcheck {
    margin-top: 15px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 12pt;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .check label {
        cursor: pointer;
    }

.colorcheck {
    padding-left: 25px;
}
    /* Hide the browser's default checkbox */
    .check input[type=checkbox], .colorcheck input[type=checkbox] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark, .colormark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #ccc;
    cursor: pointer;
}

.colormark {
    top: -15px;
}

.check input:checked ~ .checkmark {
    background-color: #8d802a;
}

.colorcheck input:checked ~ .colormark {
    outline: 1px solid black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radiob {
    margin-top: 15px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 11px;
    font-size: 12pt;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radiob label {
        cursor: pointer;
    }

    /* Hide the browser's default radio button */
    .radiob input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.radiob:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiob input:checked ~ .checkmark1 {
    background-color: var(--MenuIconsHoverColor);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark1:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiob input:checked ~ .checkmark1:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiob .checkmark1:after {
    top: 8.5px;
    left: 8.5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.order-summary {
    margin-bottom: 10px;
}

.map {
    overflow: hidden;
    padding-bottom: 22.25%;
    position: relative;
    height: 0;
}

    .map iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.ShopContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
	margin-top:40px;
}

.loginB2blink {
    color: black;
}

    .loginB2blink p {
        font-size: 11pt;
    }

    .loginB2blink:hover {
        color: var(--ANCHORHOVERCOLOR);
        text-decoration: underline;
        text-decoration-color: var(--ANCHORHOVERCOLOR);
    }

.CartImg {
    height: var(--CART_IMG_HEIGHT);
    width: var(--CART_IMG_WIDTH);
    position: relative;
}

    .CartImg img {
        height: var(--CART_IMG_HEIGHT);
        width: var(--CART_IMG_WIDTH);
    }

.CartDeleteButton {
    height: var(--CART_DELETE_HEIGHT);
    width: var(--CART_DELETE_WIDTH);
    color: black;
    font-size:7pt;
}

.sitewidth {
    width: var(--SITEWIDTH);
    margin: auto;
}

.nopd {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nopl {
    padding-left: 0 !important;
}

.pd {
    padding-left: 15px;
    padding-right: 15px;
}

.priceofproduct {
    font-size: 22pt;
    line-height: 1.5;
    color: black;
}

.productbrandlogo {
    width: 100px;
    height: 100px;
    margin-right: 5px;
    outline: 1px solid black;
}

.productqrcode {
    width: 100px;
    height: 100px;
}

.oldpriceofproduct {
    font-size: 17pt;
    line-height: 1.5;
    margin-left: 10px;
       color: #595959;
    text-decoration: line-through;
}

.priceproductshop {
    font-size: 13pt;
    color: #000000;
    line-height: 1.5;
}

.oldpriceproductshop {
    font-size: 10pt;
    line-height: 1.5;
    margin-left: 10px;
      color: #595959;
    text-decoration: line-through;
}

.titleofproduct {
    font-size: 19pt;
    line-height: 1.5;
    font-weight: bold;
}

.product-id {
    font-size: 10pt;
    line-height: 1.5;
}

.productquantity {
    font-size: 11pt;
    line-height: 1.5;
    color: black;
    word-break: break-all;
}

.productwarranty {
    color: forestgreen;
    font-size: 11pt;
    line-height: 1.5;
}

.productquantity a {
    font-size: 11pt;
    line-height: 1.5;
    color: black;
}

.productoutofstock {
    color: #B30F14;
}

.productcategories {
    outline: 1px solid var(--CategoriesColor);
    color: var(--CategoriesColor);
    background-color: var(--CategoriesBackgroundColor);
    padding: 4px;
    margin-right: 5px;
   margin-bottom: 8px;
    display: block;
    float: left;
    font-size: 10pt;
}

    .productcategories:hover {
        outline: none;
        background-color: var(--CategoriesHoverBackgroundColor);
        color: var(--CategoriesHoverColor);
    }

.ProductLabelsLogo, .salelogo {
    margin-top: 8px;
    line-height: 25px;
    padding: 0px 5px;
    font-size: 10pt;
    display: inline-block;
    color: white;
    text-align: center;
    content: "";
  border-radius:5px;
}

.salelogo {
    background-color: var(--SALECOLOR);
  	color: black;
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.dropdownorder {
    font-size: 12pt;
    padding: 4px;
    height: 35px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #ccc;
    margin-top: 0 !important;
}

.dropdownview {
    font-size: 12pt;
    padding: 4px;
    height: 35px;
    width: 65px;
    cursor: pointer;
    border: 1px solid #ccc;
    margin-top: 0 !important;
}

.dropdownviewtext {
    font-size: 12pt;
    color: black;
}

.layoutgroup {
    display: inline-block;
    max-height: 35px;
    zoom: 1;
  margin-top:30.7px;
}

    .layoutgroup ul {
        display: inline-block;
        max-height: 35px;
    }

    .layoutgroup li {
        text-align: center;
        padding: 3px;
        border: 1px solid #ccc;
        margin-left: 10px;
        float: left;
        cursor: pointer;
    }

        .layoutgroup li img {
            display: inline-block;
            height: 28px;
            width: 28px;
            padding: 3px;
        }


.shopproductname {
    color: black;
    font-size: var(--PRODUCTNAMEFONTSIZE);
    word-break: break-word;
    display: block;
    cursor: pointer;
    text-align:center;
}

   .shopproductname:hover {
        color: var(--SliderProductNameHoverColor);
        text-decoration: none;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.filtercheckbox {
    width: 100%;
    display: block;
    position: relative;
    padding-left: 23px;
  padding-right:3px;
    cursor: pointer;
    font-size: 10pt;
    color: black;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.filtercheckbox:hover{
color:var(--ANCHORHOVERCOLOR);
}

    /* Hide the browser's default checkbox */
    .filtercheckbox input[type=checkbox] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.filterscheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #ccc;
    margin-top: 3px;
}

/* On mouse-over, add a grey background color */
.filtercheckbox:hover input ~ .filterscheckmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.filtercheckbox input:checked ~ .filterscheckmark {
    background-color: #ccc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.filterscheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.filtercheckbox input:checked ~ .filterscheckmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.filtercheckbox .filterscheckmark:after {
    left: 5px;
    top: 3px;
    width: 4px;
    height: 10px;
    border: solid #06377b;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filtersection {
    width: 100%;
    background-color: white;
  	float:left;
    margin-top:10px
}

.shopcategories {
    width: 100%;
    padding:5px;
}

    .shopcategories a {
        font-size: 10pt;
        color: black;
    }

        .shopcategories a:hover {
              color: var(--ANCHORHOVERCOLOR);
        }

.fltitle {
    color: white;
    background-color:#005bd9;
    font-size: 12pt;
    line-height: 1.5;
    padding: 5px 10px 5px 3px;
   border-radius: 5px 5px 0px 0px;
}

.filtersectionheader {
    color: white;
    background-color: #005bd9;
    font-size: 12pt;
    line-height: 1.5;
    padding: 3px 11px 3px 3px;
}

.filtersbarmobile {
    color: white;
    background-color: #005BD9;
    font-size: 10pt;
    line-height: 1.5;
    padding: 10px 10px 10px 5px;
    width: 100%;
    float: left;
}


.productimagecontainer {
    position: relative;
    width: 100%;
}

    .productimagecontainer::after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

.productimage {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
}

.slidercontainer::after {
    content: "";
    display: block;
    padding-bottom: 30%;
}

.sliderimage {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

.shopbuttons {
    width: 100%;
    padding: 0px 10px 0px 10px;
}

.shopnameandpricecontainer {
    width: 100%;
    padding: 5px;
}

.shopnamecontainer {
    width: 100%;
   display: flex;
    align-content: center;
    justify-content: center;
  height: 120px;
}
.productpricescontainer {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%,0%);
  width: 100%;
   flex-wrap: wrap;
}

.productpricescontainerMiniSlider {
    position: relative;
    text-align: center;
    bottom: 0px;
   margin-top: 28px;
}

.filterlogoimage {
    display: none;
}

    .filterlogoimage img {
        width: 100%;
        height: auto;
    }

.wishlistbtns, .minisliderbtns, .shopbtns {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -45px;
}

.wishlistbtncontainer, .minisliderbtncontainer, .shopbtncontainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .wishlistbtncontainer:hover .wishlistbtns {
        bottom: 10px;
    }

    .minisliderbtncontainer:hover .minisliderbtns {
        bottom: 10px;
    }

    .shopbtncontainer:hover .shopbtns {
        bottom: 10px;
    }

.wishlistaddcart {
    width: 70%;
    height: 30px;
    background-color: black;
    float: left;
    cursor: pointer;
}

    .wishlistaddcart:hover {
        background-color: var(--SITEHOVERBUTTONS);
        color: var(--SITEHOVERTEXTBUTTONS);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.wishlistdelcart {
    width: 26%;
    height: 30px;
    background-color: rgba(30, 28, 28, 0.90);
    float: left;
    cursor: pointer;
}

    .wishlistdelcart:hover {
        background-color: var(--SITEHOVERBUTTONS);
        color: var(--SITEHOVERTEXTBUTTONS);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }


.wishlistlinedivide {
    display: block;
    height: 30px;
    width: 4%;
    background-color: white;
    float: left;
}

.cartproductname {
    font-size: 12pt;
    word-break: break-word;
    color: black;
}

.minislideraddcart, .shopaddcart {
    width: 49%;
    height: 30px;
    background-color: black;
    float: left;
    cursor: pointer;
}

    .minislideraddcart:hover {
        background-color: var(--SITEHOVERBUTTONS);
        color: var(--SITEHOVERTEXTBUTTONS);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .shopaddcart:hover {
        background-color: var(--SITEHOVERBUTTONS);
        color: var(--SITEHOVERTEXTBUTTONS);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

.minislidereyecart, .shopeyecart {
    width: 49%;
    height: 30px;
    background-color: var(--SITEHOVERBUTTONS);
    float: left;
    cursor: pointer;
}

    .minislidereyecart:hover {
        background-color: black;
        color: var(--SITEHOVERTEXTBUTTONS);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .shopeyecart:hover {
        background-color: black;
        color: var(--SITEHOVERTEXTBUTTONS);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }


.minislidereyecartFullWidth, .shopeyecart {
    width: 100%;
    height: 30px;
    background-color: var(--SITEHOVERBUTTONS);
    float: left;
    cursor: pointer;
}

    .minislidereyecartFullWidth:hover {
        background-color: black;
        color: var(--SITEHOVERTEXTBUTTONS);
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }


.minisliderdivide, .shopdivide {
    display: block;
    height: 30px;
    width: 1px;
    background-color: white;
    float: left;
}

.mobileitemsscroll {
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

.navigationmobile {
   
    width: 100%;
    height: 85vh;
    overflow-y: auto;
    background-color: #E6E6E6;
}

.showhidemenu {
    display: block;
    padding: 0px !important;
    margin: 0px;
	cursor: pointer;	
    transition-timing-function: linear;	
    transition-duration: .15s;	
    transition-property: opacity,filter;
}

.navigationmobileDesktop {
   
    overflow-y: auto;
    overflow-x: hidden;
    background-color: black;
   transition: block 0s ease 0s, opacity 0.5s linear 0s;
}


.navigationmobileDesktopRight {
   overflow:auto;
    overflow-y: auto;
    background-color: var(--MenuDesktopRightBackground);
	 transition: block 0s ease 0s, opacity 0.5s linear 0s;
}

    .navigationmobileDesktopRight::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        border-radius: 10px;
    }

    .navigationmobileDesktopRight::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .navigationmobileDesktopRight::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(128,128,128)), color-stop(0.72,rgb(105,105,105)), color-stop(0.86, rgb(0,0,0)));
    }

.shopfilterscroll {
    display: flex;
    flex-direction: column;
    max-height: 150px;
}

.ovfy {
    overflow-y: scroll;
}

.bodyonmobilemenu {
    overflow: hidden;
}

.regigroup {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.reginput {
    padding: 9px 0px 9px 15px;
    color: #000000;
    border: none !important;
    width: 100%;
    font-size: 12pt;
    margin: 0;
    font-family: var(--SITEFONTFAMILY);
    border: 0px;
}


.reginputError:hover {
    outline: 0px solid red !important;
}


.reginputiframe {
    padding: 9px 0;
    color: #666;
    border: none !important;
    width: 85%;
    font-size: 12pt;
    margin: 0;
    font-family: var(--SITEFONTFAMILY);
    border: 0px;
}


    .reginputiframe:hover {
        outline: 0px solid red !important;
    }


.reginputError {
    outline: 0.1px solid red;
    width: 100%;
    padding: 9px 0;
}

.CheckoutMultiLine {
    padding: 9px;
    color: #666;
    width: 100%;
    font-size: 12pt;
    outline: none;
    margin: 0;
    font-family: var(--SITEFONTFAMILY);
    resize: none;
}

.ContactMessageMultiLine {
    padding: 9px;
    color: #666;
    width: 100%;
    height: 250px;
    font-size: 12pt;
    outline: none;
    margin: 0;
    font-family: var(--SITEFONTFAMILY);
    resize: none;
}

.ContactMessageMultiLineError {
    padding: 9px;
    color: #666;
    width: 100%;
    height: 250px;
    font-size: 12pt;
    outline: 0.1px solid red;
    margin: 0;
    font-family: var(--SITEFONTFAMILY);
    resize: none;
}

.checkoutproductimage {
    max-width: 70px;
    height: 70px;
    border-radius: 5px;
}

.row-space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.searchtxt {
    cursor: pointer;
    border: none;
    border-bottom: var(--TOPBARSEARCHBORDER);
    font-style: italic;
    color: var(--NAVICONCOLORS);
    background-color: var(--TOPBARSEARCHCOLOR);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.headericons {
	 display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
	 align-items: center;
    padding-left: 0;
	padding-top: var(--MenuIconsPadding);
	margin-top:var(--MenuIconsMargin);
}
.headericonsmob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
    padding-left: 0;
	padding-top: var(--MenuIconsPadding);
}

.headericonsmob {
    display: none;
	padding-right:25px;
	padding-left:15px;
   
}

.noitemsoncart {
    width: 100%;
    float: left;
    text-align: center;
    font-style: italic;
}

.showhidepasswordtextbox {
    width: 40%;
    padding-left: 15px;
}

    .showhidepasswordtextbox em {
        font-size: 8pt;
        color: red;
    }

.showhidepasswordicon {
    width: 15%;
    padding-right: 15px;
    text-align: right;
}


    .showhidepasswordicon img {
        width: 30px;
        height: auto;
        opacity: 0.3;
        cursor: pointer;
    }


.showhidepasswordiconiframe {
    width: 15%;
    text-align: right;
}


    .showhidepasswordiconiframe img {
        width: 50px;
        height: auto;
        opacity: 0.3;
        cursor: pointer;
    }

.nav-cartdeletebutton {
    float: left;
    width: 45%;
    text-align: right;
}

.nav-userlogin {
    background-color: #F5F5F5;
}

.nav-logo {
    height: var(--NAVLOGOHEIGHT);
    width: var(--NAVLOGOWIDTH);
}

.nav-icon-compare {
    cursor: pointer;
    font-size: 15pt;
}

.nav-icons, .nav-home, .nav-wishlistheart {
    cursor: pointer;
    font-size:  var(--MenuIconsWidthInPt);
    color: var(--NAVICONCOLORS);
}

    .nav-icons:hover {
        color:  var( --MenuIconsHoverColor);
    }

.nav-iconsdistance {
    margin-right:var(--MenuIconsDistance);
}

.nav-euroicon {
    font-size: 15pt;
    color: var(--NAVICONCOLORS);
    cursor: default;
}

.nav-search {
    font-size: 18pt;
    cursor: pointer;
    color: var(--NAVICONCOLORS);
}

    .nav-search:hover {
        color: white;
    }

.nav-signout {
    font-size: 21pt;
    cursor: pointer;
    color: var(--NAVICONCOLORS);
}

    .nav-signout:hover {
        color: white;
    }

.nav-home {
    font-size: 21pt;
}

    .nav-home:hover {
        color: white;
    }

.register-dropdown-content {
    width: 100%;
    background-color: #F5F5F5;
    display: none;
    padding: 15px;
    height: 350px;
}


.rulestextheader {
    font-family: var(--SITEFONTFAMILY);
    font-size: 13pt;
    color: var(--ServicesTitle);
    line-height: 1.5;
    font-weight: bold;
}

.rulestext {
    font-family: var(--SITEFONTFAMILY);
    font-size: 12pt;
    color: black;
    line-height: 1.5;
    margin-top: 10px;
}

.minislidertitle {
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
}

    .minislidertitle span {
        color: white;
        font-size: 14pt;
        text-decoration: none;
        padding: 5px;
        background: black; /* fallback color */
        background: #06377b;
        position: relative;
        display: block;
        float: left;
       text-align: center;
    }

        .minislidertitle span:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
            border-bottom: 50px solid transparent;
            border-left: 30px solid #8d802a;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            left: 100%;
            z-index: 2;
          display:none;
        }

.cartcontinueshopping {
    overflow: hidden;
    padding-left: 35px;
}

    .cartcontinueshopping span {
        color: white;
        font-size: 10pt;
        cursor: pointer;
        padding: 4px 10px 2px 0;
        background: black; /* fallback color */
        background: #06377B;
        position: relative;
        display: block;
        float: left;
    }

        .cartcontinueshopping span:after {
            content: " ";
            display: block;
            width: 0;
            height: 0;
            border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
            border-bottom: 50px solid transparent;
            border-right: 30px solid #06377B;
            position: absolute;
            top: 50%;
            margin-top: -50px;
            right: 100%;
            z-index: 2;
        }

    .cartcontinueshopping a {
        color: white;
        font-size: 10pt;
        cursor: pointer;
        padding: 4px 10px 2px 0;
        background: black; /* fallback color */
        background: #06377B;
        position: relative;
        display: block;
        float: left;
    }

    .cartcontinueshopping:hover {
        color: white;
    }

    .cartcontinueshopping a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
        border-bottom: 50px solid transparent;
        border-right: 30px solid #06377B;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        right: 100%;
        z-index: 2;
    }

.newslettercontainer {
    padding: 30px;
    margin: 0 auto;
    width: 100%;
}

.newsletter {
    width: 100%;
    background-color: darkgray;
}



.policytext {
    padding-left: 35px;
   line-height: 1.8;
    font-size: 12pt;
    color: black;
}

.newslettertxt {
    font-family: var(--SITEFONTFAMILY);
    font-size: 16pt;
    color: black;
    line-height: 1.5;
}

.filtercategories {
    font-size: 11pt;
    color: black;
}

.productattributes {
    font-weight: bold;
    font-size: 11pt;
    color: black;
}

.productdescriptioncontainer {
    padding: 5px 5px 5px 0px;
}

.productsectioninfocontainer {
    border-bottom: 0.5px solid #8B8B8B;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 14px;
    padding-right: 5px;
}

.productsectioninfotext {
    padding: 5px;
}

.profiletitle, .ordersummarytitle, .checkouttitle, .contacttitle, .registertext {
    font-size: 1.17em;
    font-weight: bold;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

.registertext {
    margin-bottom: 37px;
}

.wishlisttile {
    font-size: 1.17em;
    font-weight: 600;
}

.ordersummarytitle {
    font-size: 12pt;
}

.customernumbertext {
    font-size: 1.17em;
    color: black;
}

.customernumber {
    font-size: 1.17em;
    color: black;
    font-weight: 600;
}

.myaccountshippingcodecontainer {
  padding: 10px 15px 10px 20px;
    background-color: white;
    border: 1px solid rgb(230, 230, 230);
}

.totalpricetext, .carttext, .cartproductname, .abovetextfields {
    font-size: 12pt;
    color: black;
}

.myaccbtnnewpw {
    font-size: 10pt;
    color: black;
    text-decoration: underline;
    cursor: pointer;
    width: auto;
}

    .myaccbtnnewpw:hover {
        color: black;
    }

.myorders-dropdown-content {
    background: rgb(250, 250, 250);
   padding-left: 20px;
}

.resetfilters {
    outline: 1px solid black;
    padding: 5px;
    font-size: 10pt;
    color: black;
}

    .resetfilters:hover {
        color: black;
    }

.cartmobilebin {
    margin-top: 25px;
}

.shortcontent {
    min-height: calc(100vh - 500px);
    /* 400px an den uparxeis newsletter */
}

@media (max-width: 576px) {
    .header-login {
        right: -400% !important;
        transform-origin: top center !important;
    }

    .couponcontresp, .viewshopproducts, .layoutgroup, .wishlisttile {
        margin-top: 15px;
    }

    .m-t-20r {
        margin-top: 25px;
    }

    .cartmobilebin, .checkouttotalprice {
        margin-top: 21px;
    }
}

@media (max-width: 650px) {
   .productcontainershoppageview {
        height: 52vh !important;
        max-height: 52vh !important;
    }
    .productimage {
        padding: 0px;
    }

    .minislidertitle:after {
        width: 60% !important;
    }

    .wrap-slick3-dots {
        width: 12%;
    }
}

@media (max-width: 768px) {

    .navmenu {
        margin-bottom: 16px;
    }

    .map {
        padding-bottom: 45%;
    }

    .mpadding {
        padding-top: 2px;
    }

    .contacttext {
        margin-bottom: 20px;
    }

    .newslettercontainer {
        padding: 10px;
    }
}

@media (max-width: 1000px) {
    .widget label {
        width: 100%;
    }

    .minislidertitle:after {
        width: 40%;
    }
}

@media (max-width: 1280px) {
 
    .SideMenuContainer {
        width: 23%;
    }

    .wrapper {
        width: 75%;
    }

    .OrderReturnButton {
        width: 50% !important;
    }

    .showhidemenu {
        padding-left: 15px !important;
    }

    .nav-logo {
        padding-left: 15px;
    }

    .next-slick {
        right: 0px;
    }

    .wrapperofdesktopmenu {
        width: 100%;
    }

    .headericons {
        padding-right: 0 !important;
    }

    .priceproductshop, .shopproductname {
        font-size: 10pt;
    }

    .ProductLabels, .LabelOutOfStock, .labelsale {
        font-size: 8pt;
    }

    .sitewidth {
        width: 100%;
    }

    .prev-slick {
        left: 0px;
    }
}

@media (max-width: 1610px) {
    .rs1-slick .next-slick {
        right: 0px;
    }
 .BrochureContainerTemplate {
        width: 30%;
    }


    .cartmobilebin, .ordermobile {
        padding-left: 0 !important;
    }

    .rs1-slick .prev-slick {
        left: 0px;
    }
}

@media (max-width: 992px) {
  .HideElementOnMobile{
        display:none;
    }
   div.filterButton {
        display: block;
    }
    .dropdown-content-mobile {
        display: block !important;
    }

    #wrapper_of_filters {
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 9999;
        background-color: #fff;
        /* border-radius: 10px; */
        -webkit-box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 60%);
        -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 60%);
        display: none;
        top: 0px;
        left: 0px;
        overflow: scroll;
    }

    .reset-filters-div {
        padding-left: 15px !important;
    }

    .MobileFiltersHeader {
        display: block;
        display: flex;
        justify-content: flex-end;
        padding: 5px 15px;
    }
   .StatusOfOrderOuter {
        float: left;
        line-height: 21px;
        width: 250px;
        text-align: center;
    }

   .breadcrumb {
        display: none;
    }
    .MyAccountAddListToCartBtnContainer {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .MyAccountSendListBtnContainer {
        width: 100%;
    }

    .MyAccountAddListToCartBtnContainer button {
        width: 100%;
    }

    .MyAccountSendListBtnContainer button {
        width: 100%;
    }
    .PolicyAndTermsOnCheckout {
        margin-left: 15px;
    }
  .ui-tabs .ui-tabs-nav li{width:100%;}
   .ProductContainerCartItem {
        margin-left: 0px;
        margin-right: 0px;
    }

    .nav-icons, .nav-home, .nav-wishlistheart, .nav-signout {
        color: var(--NavIconsMobileColor);
          background-color: var(--MENUBARCOLOR);
    }

   
   .slick3{
  pointer-events: none;
  }
   .reorderbtn{
        font-size:10pt !important;
    }
    .containerbtnreorder{
        margin-right:15px;
    }
    .BrochureContainerTemplate {
        width: 40%;
        margin: 5%;
    }

    .SideMenuContainer {
        display: none;
    }

    .wrapper {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .policytext {
        line-height: 2.3;
    }

    .OrderReturnButton {
        width: 100% !important;
       font-size: 10pt;
    }

    .navheadermobile {
        display: block;
    }

    .dropdownLanguagesContainer {
        margin-top: 20px;
    }

    .MobileMenuHeaderContainer {
        display: block;
    }

    .btn-show-menu-mobile {
        display: block;
    }

    .SideBarRow {
        display: none;
    }

    .productcontainershoppageview {
       height: 70vh;
        max-height: 70vh;
    }

    .wrapper {
        width: 100%;
        overflow-x: hidden;
    }

    .BrochureTitle {
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }

    .BrochureReadMore {
        position: unset;
    }

    .BrochureImage img {
        width: 200px;
        height: 250px;
    }

    .BrochureInfo {
        width: 100%;
    }

    .BrochureImage {
        width: 100%;
        float: left;
    }

    .ddlLanguagesOnMenuBtn {
        font-size: 14px;
        width: auto;
    }

    .dropdown-languagesstyle a {
        font-size: 14px;
    }

    .dropdown-languagesstyle {
        width: auto;
    }

    .searchitemdesktop {
        margin-top: -3.5px;
    }

    .LanguagesOnResponsive {
        max-width: 30%;
        display: inline-block;
        flex: unset;
        margin-right: 5px;
    }

    .SearchBarOnResponsive {
        max-width: 58%;
        display: inline-block;
        flex: unset;
    }

    .SearchMobileControl {
        display: none;
    }

    .SearchDesktopControl {
        display: none;
    }

    .LogoOnResponsive {
        max-width: 50%;
        display: inline-block;
        flex: unset;
    }

    .nav-logo {
        margin-top: -4.5px;
    }

    .headericonsLanguages {
        margin-top: 0px;
    }

    .cbxPrivacyContainer {
        width: 5%;
    }

    .PolicyContainer {
        width: 95%;
    }

    #modal-container .modal-background .modal {
        width: 100%;
    }

    .topbar {
        padding: var(--TopBarPaddingMobile);
    }

    .headericons, .headericonsmob {
        padding-top: var(--MenuIconsPaddingMobile);
    }

    .buynowbtn {
        margin-top: 7px;
    }

    .CustomMarginResponsive {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 0px;
    }

    .checkoutbutton {
        width: 100% !important;
    }

    .productWishlistDiv {
        border: 1px solid grey;
        text-align: center;
        display: inline-block;
        padding: 7px;
        margin-left: 15px;
        width: 93%;
        font-size: 10pt
    }

    .pricecart {
        text-align: center;
    }

    .productCompareDiv {
        border: 1px solid grey;
        text-align: center;
        display: inline-block;
        padding: 7px;
        margin-left: 15px;
        width: 93%;
        font-size: 10pt
    }


    .prescriptions {
        width: 100%;
        padding: 30px;
        margin-top: 15px;
        height: 260px;
    }

    .block2-imgCompare {
        right: -1% !important;
    }

    .fixwishlistmobile {
        margin-left: 15px;
        margin-top: 10px;
    }

    .addtocomparelistfixmargin {
        margin-left: 15px !important;
    }

    .showhidemenu {
        display: none;
    }

    .register-dropdown-content {
        height: 100vh;
    }

    .side-menu .main-menu > li > span > a {
        font-size: 12pt;
    }

    .showhidepasswordicon img {
        width: 30px;
    }

    .wrap-side-menu {
        display: none;
    }

    .wrap_header {
        padding: 0;
    }

    .block2-img {
        padding: 2px;
    }

    .shopbtncontainer:hover .shopbtns {
        bottom: 0;
    }

    .wishlistbtncontainer:hover .wishlistbtns {
        bottom: 0;
    }

    .minisliderbtncontainer:hover .minisliderbtns {
        bottom: 0;
    }

    .minislideraddcart, .shopaddcart {
        width: 100%;
    }

    .minislidereyecart, .shopeyecart, .minisliderdivide, .shopdivide, .minislideraddcart, .shopaddcart {
        display: none;
    }

    .wishlistbtns, .minisliderbtns, .shopbtns {
        bottom: 0;
    }

    .sliderredirect {
        padding: 5px;
        font-size: 10pt;
    }

    .services {
        margin-bottom: 20px;
    }

    .divHomePageDynamicText, .ordersummarytext, .abovetextfields, .divPageDynamicText, .paymentsideicon, .freeshippingcartmsg, .paymentinfo, .ordersummarytitle, .totalpricetext, .policytext, .swal-title, .productquantity, .productwarranty, .contacttext, .ddropdownviewtext, .dropdownorder, .dropdownview, .filtersectionheader, .productattributes, .rulestext, .anchorbuttons, .buttons, .reginput, .coupontxt, .check, .CheckoutMultiLine, .radiob, .carttext, .cartproductname, .headersfooter, .footertext, .footertext a {
        font-size: 10pt;
    }

    .productcategories {
        margin-bottom: 5px;
        padding: 2px;
        font-size: 9pt;
    }

    .productquantity a, .swal-text {
        font-size: 9pt;
    }

    .ProductLabelsLogo, .salelogo {
        font-size: 9pt;
        line-height: 20px;
    }

    .priceofproduct {
        font-size: 16pt;
    }

    .oldpriceofproduct {
        font-size: 14pt;
    }

    .num-product {
        font-size: 11pt;
    }

    .swal-button {
        font-size: 7pt;
    }

    .newslettertxt, .titleofproduct {
        font-size: 14pt;
    }

    .mobilepaddingslider {
        margin-top: var(--SliderMarginOnMobile);
    }

    .rulestextheader {
        font-size: 12pt;
    }

    .nav-home, .nav-signout {
        font-size: 23pt;
    }

    .minislidertitle span {
        font-size: 11pt;
    }

    .nav-icons {
        font-size: 21pt;
    }

    .header-cart, .header-login {
        right: 30%;
        transform-origin: top right;
        top: 100%;
        width: 300px;
        padding: 15px;
    }

    .headericonsmob {
        display: flex;
        justify-content: flex-end
    }

    .headericons, .filterlogoimage {
        display: none;
    }

    .searchtxt {
        display: none;
    }

    .fltitle {
        display: none;
    }

    .container1-page {
        margin-left: 0px;
    }

    .mobilepadding {
        padding: var(--MOBILEPADDING);
    }

    .slidercontainer::after {
        padding-bottom: 50%;
    }

    .couponcheckout {
        height: 36px;
        font-size: 10pt;
    }
}



@media only screen and (max-width: 1670px) {
    .ProductQuantityContainer {
        width: 110px;
    }
}

@media only screen and (max-width: 1500px) {
    .ProductQuantityContainer {
        width: 95px;
    }
}
@media only screen and (max-width: 1425px) {
    * {
        font-size: 10pt;
    }

    .main_menu > li > a {
        font-weight: normal;
        font-size: 10pt;
    }

    .rulestextheader {
        font-size: 10pt;
    }

    .rulestext {
        font-size: 10pt;
    }

    .minislidertitle span {
        font-size: 10pt;
    }
}
@media only screen and (max-width: 992px) {
    .ProductQuantityContainer {
        width: 145px;
    }
}


