﻿.foo {
}
/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html, body, div {
    margin: 0;
}

body {

}

.master-wrapper-page {
    margin: 0px auto;
    width: 1580px;
}

.master-wrapper-content {
    float: left;
    width: 1580px;
    margin: 0px 0px 0px 0px;
    text-align: left;
}

.shoppingbasket {
    border: 1px solid #FC44FC;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    background-color: white;
    display: none;
    max-height: 500px;
    min-height: 100px;
    overflow-y: auto;
    width: 300px;
    margin-left: -250px;
    margin-top: 4px;
    z-index: 99;
}

.waitspin {
    font-size: 30px;
    margin-top: 20px
}

.master-wrapper-side {
    float: left;
    width: 260px;
    font-family: Calibri, arial, helvetica, sans-serif;
    display: inline;
}

.catpopup {
    border: 1px solid #D7CFC3;
    position: absolute;
    background-color: white;
    display: none;
    overflow-y: auto;
    width: 100%;
    margin-top: 4px;
    padding: 5px 0px 5px 0px;
    text-align: left;
    border-radius: 5px;
}

.subcatkop {
    font-weight: 900;
    font-size: 14px;
    padding-left: 5px;
}

.popupsubcat {
    display: inline-block;
    margin: 6px;
    vertical-align: top;
    padding: 4px;
    border-left: 1px solid #FC44FC;
    min-width: 130px;
}

.master-wrapper-center {
    float: left;
    width: 1310px;
    background-color: #FFF7F3;
    display: inline;
}

.master-wrapper-cph {
    float: left;
    width: 1320px;
    color: #000;
    min-height: 600px;
}

.master-wrapper-cpone {
    float: left;
    width: 1350px;
    color: #000;
    min-height: 600px;
}

.master-wrapper-center-1 {
    float: left;
    width: 1550px;
    background: url(images/bg_maincolumn_single.gif) no-repeat left top #FFF7F3;
    display: inline;
}

.master-wrapper-cph-1 {
    float: left;
    width: 1530px;
    color: #000;
    min-height: 600px;
    padding: 10px 10px 10px 10px;
}
.navbar-toggler
{
    display:none;
}

.NewsBar {
    height: 299px;
    width: 900px;
    font-size: 1.5em;
    float: left;
}

    .NewsBar h2
    {
        font-size:1.5em;
    }

    .NewsBlock {
        height: 299px;
        position: absolute;
        z-index: 1;
    }

.NewsBlockImage {
    width: 450px;
    height: 299px;
    display: inline-block;
    float: left;
    background-repeat: no-repeat;
    border-radius: 15px;
}

.NewsBlockTxt {
    width: 450px;
    padding-left: 20px;
    display: inline-block;
}

.NewsBlockImageSmall {
    width: 100px;
    height: 66px;
    display: inline-block;
    float: left;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.NewsBlockHeader
{
    font-weight:900;
    padding-top:5px;
    padding-bottom:5px;
}

.NewsBlockTxtSmall {
    width: 290px;
    display: inline-block;
    padding-left: 8px;
}

.NewsBarItem {
    width: 400px;
    display: inline-block;
    border-bottom: 1px solid #E5E0D7;
    padding-bottom: 2px;
    vertical-align: top;
    font-size: 1.1em;
}



.NewsButton {
    position: relative;
    color: #261500;
    top: 125px;
    display: inline;
    z-index: 5;
    font-size: 50px
}

.NewsLeft {
    left: 10px;
}

.NewsRight {
    left: 330px;
}

.NewsButton:hover {
    color: #FC44FC
}

.NewsBarRight {
    float: right;
    width: 400px;
    overflow: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header {
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -790px;
    width: 1580px;
    background-color: #FFF7F3;
    z-index: 10;
}


.menuitem {
    display: inline-block;
    padding: 3px 3px 3px 3px;
    min-width: 50px;
    max-width:70px;
    text-align: center;
    vertical-align: top;
}

    .menuitem .fab, .menuitem .fas, .menuitem .far {
        font-size: 30px;
        color: #261500;
    }

        .menuitem .fab:hover, .menuitem .fas:hover, .menuitem .far:hover {
            color: #FC44FC;
        }

    .menuitem .fa-globe {
        color: #DBCFC3;
    }

    .menuitem .fa-cog {
        color: #DBCFC3;
    }


.cart-text {
    border-radius: 25px;
    border: 2px solid #FC44FC;
    background-color: #FEB7FF;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: -12px;
}



.header-logo {
    margin-top: 0px;
    float: left;
    text-align: left;
}

a.logo {
    background: url('images/logo.png');
    display: block;
    width: 290px;
    height: 58px;
    text-decoration: none;
    background-repeat: no-repeat;
}

.header-selectors-wrapper {
    text-align: right;
    float: right;
    width: 570px;
}

.header-underline {
    width: 100%;
    float: left;
    text-align: center;
    color: black;
    margin: 5px 0px 5px 0px;
    padding: 5px 0px 5px 0px;
    background-color: #DBCFC3;
    border-radius: 5px;
}

.header-txtunderline {
    float: left;
    min-width: 350px;
}
.header-currencyselector {
    float: right;
}

.header-taxDisplayTypeSelector {
    float: right;
}

.language-current {
    display: none;
}

.header-links-wrapper {
    float: right;
    text-align: right;
}

.header-links {
    padding-top: 5px;
    display: inline-table;
}

    .header-links ul {
        padding: 0;
        margin: 0;
    }

        .header-links ul li {
            list-style: none;
            display: inline;
            padding-right: 2px;
        }

    .header-links a {
        font-weight: 900;
        color: #240D00;
        text-decoration: none;
    }

.header-underline a:hover {
    color: #FF40FF;
}

.HeaderUnderlineItem {
    min-width: 80px;
    max-width: 260px;
    padding: 0px 8px 0px 8px;
    min-height: 30px;
    display: inline-block;
    vertical-align: top;
    height: 58px;
    margin-top: 2px;
    border-right: 1px solid #E5E0D7;
    font-size:1.1em;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.headermenu {
    color: #FFFFFF;
    padding: 8px 5px 9px 5px;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border: solid 1px lightblue;
}
.HeadText {
    display: block;
    padding-top: 5px;
}
    .headermenu ul {
        padding: 0;
        margin: 0;
    }

    .headermenu li {
        list-style: none;
        display: inline;
    }

    .headermenu a {
        color: #FFF;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.9em;
        font-weight: bold;
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 10px;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox {
    float: left;
    width: 600px;
    display: inline;
    padding-left: 25px;
}

    .searchbox .textBox {
        width: 100%;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #FC44FC;
        box-shadow: inset 0 1px 3px #ddd;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 55px;
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #fff;
        height: 40px;
    }

    .searchbox a.mag {
        display: inline-block;
        position: absolute;
        margin: 13px 0px 0px -55px;
        border: 0px solid #fff;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #FC44FC;
        font-size: 18px;
    }

.searchpopup {
    border: 1px solid #FC44FC;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    background-color: white;
    display: none;
    max-height: 500px;
    min-height: 100px;
    overflow-y: auto;
    width: 600px;
    overflow-x: hidden;
    z-index:1000;
}

.popupsearchpic {
    width: 167px;
    height: 111px;
    display: inline-block;
    float: left;
    margin-right: 3px;
    background-repeat: no-repeat;
}

.popupsearchitem {
    min-height: 118px;
    border-bottom: 1px solid #FC44FC;
    padding: 5px;
    text-align: left;
}

.popupsearchtxt {
    width: 390px;
    display: inline-block;
}

.oldPrice {
    color: red;
    text-decoration: line-through;
    padding-right: 6px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.category-navigation {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0px;
}

    .category-navigation li {
        list-style: none;
    }

    .category-navigation a {
        color: #240D00;
        text-decoration: none;
    }

    .category-navigation .li_selected a {
        color: #000000;
        text-decoration: none;
    }

    .category-navigation .title {
        font-size: 0.9em;
        font-weight: bold;
        text-transform: uppercase;
        padding: 7px 10px;
        color: #000;
        background-color: #E1CFC3;
        border-bottom: 1px solid black;
        -moz-border-radius: 15px 0px 0px 0px;
        border-radius: 15px 0px 0px 0px;
    }



    .category-navigation .treeview {
        font-size: 15px;
        padding: 5px 10px 10px;
        line-height: 28px;
        background-color: #E1CFC3;
        margin: 0px;
        -moz-border-radius: 0px 0px 15px 15px;
        border-radius: 0px 0px 15px 15px;
    }

        .category-navigation .treeview ul {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 5px;
            color: #FF40FF;
            background-color: inherit;
        }

            .category-navigation .treeview ul .li_selected {
                list-style: disc;
            }

            .category-navigation .treeview ul .li_unselected {
            }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MANUFACTURER NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.manufacturer-navigation {

    padding-left: 0;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

    .manufacturer-navigation li {
        list-style: none;
    }

    .manufacturer-navigation a.inactive {
        color: #240D00;
        text-decoration: none;
    }

    .manufacturer-navigation a.active {
        color: #FF40FF;
        text-decoration: none;
    }

    .manufacturer-navigation .title {
        font-size: 1em;
        font-weight: bold;
        text-transform: uppercase;
        padding: 7px 10px;
        color: #000;
        border: 1px solid #DBCFC3;
        -moz-border-radius: 15px 0px 0px 0px;
        border-radius: 15px 0px 0px 0px;
    }

    .manufacturer-navigation .listbox {
        font-size: 1.1em;
       /* padding: 5px 10px 10px;*/
        line-height: 20px;
        background-color: #DBCFC3;
        margin: 0px;
        -moz-border-radius: 0px 0px 15px 15px;
        border-radius: 0px 0px 15px 15px;
    }

        .manufacturer-navigation .listbox ul {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 5px;
            color: #3664A5;
            background-color: inherit;
        }


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RECENTLY VIEWED PRODUCTS BOX

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.RecentlyViewedProductsBox {
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-left: 0;
}

    .RecentlyViewedProductsBox li {
        list-style: none;
    }

    .RecentlyViewedProductsBox a {
        color: #240D00;
        text-decoration: none;
    }

    /*.RecentlyViewedProductsBox a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #FF40FF;
}*/

    .RecentlyViewedProductsBox .title {
        font-size: 0.9em;
        font-weight: bold;
        text-transform: uppercase;
        padding: 7px 10px;
        color: #000;
        border: 1px solid #DBCFC3;
        -moz-border-radius: 15px 0px 0px 0px;
        border-radius: 15px 0px 0px 0px;
    }

    .RecentlyViewedProductsBox .listbox {
        font-size: 15px;
        padding: 5px 10px 10px;
        line-height: 28px;
        background-color: #DBCFC3;
        margin: 0px;
        -moz-border-radius: 0px 0px 15px 15px;
        border-radius: 0px 0px 15px 15px;
    }

        .RecentlyViewedProductsBox .listbox ul {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 5px;
            color: #3664A5;
            background-color: inherit;
        }

    .RecentlyViewedProductsBox .separator {
        height: 1px;
        line-height: 1px;
        background: #FF40FF;
        width: 140px;
        font-size: 1px;
        margin: 5px 0 5px 0;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation {
    padding-left: 0;
    float: left;
    text-align: left;
   
}

    .infoblock-navigation li {
        list-style: none;
    }

    .infoblock-navigation a {
        color: #240D00;
        text-decoration: none;
    }

    .infoblock-navigation .title {
        font-size: 0.9em;
        font-weight: bold;
        text-transform: uppercase;
        padding: 7px 10px;
        color: #000;
    }

    .infoblock-navigation .listbox {
       /* font-size: 15px;*/
        padding: 5px 0px 10px 10px;
        line-height: 28px;
        margin: 0px;
    }

        .infoblock-navigation .listbox ul {
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 5px;
            color: #FF40FF;
            background-color: inherit;
        }


    .infoblock-navigation .treeview ul .li_selected {
        list-style: disc;
    }

    .infoblock-navigation .treeview ul .li_unselected {
    }

    .infoblock-navigation .socialmediaicons {
        font-size: 35px;
        color: #240D00;
        line-height: 45px;
    }

    .infoblock-navigation a:hover {
        color: #D84CF9;
    }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer {
 /*   padding: 5px 3px 5px 3px;*/
    border-top: 3px solid #DBCFC3;
    float: left;
    width: 100%;
    font-size:1.2em;
}

    .footer a {
        text-decoration: none;
        color: #240D00;
    }

.footer-disclaimer {
    clear: both;
    float: right;
    font-size: 8px;
}

.footer-poweredby {
    float: left;
    font-size: 8px;
}

#sidebar-mask {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 100vw !important;
    height: 100vh !important;
    background-image: none !important;
    z-index: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.Retailers .country {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
    width: 600px;
    background: url('images/fb_s_bg.gif') no-repeat 100% 100%;
}


.Retailers .left {
    background: url('images/deal_box_hl.gif') no-repeat 0 0;
    width: 10px;
    height: 39px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.Retailers .right {
    background: url('images/deal_box_hr.gif') no-repeat 100% 0;
    width: 600px;
    height: 39px;
    padding: 0px 0px 0px 0px;
    font-weight: bold;
    text-align: left;
    color: #FF42FF;
}

.Retailers .Products {
    padding: 0px 5px 0px 0px;
    margin-top: 0px;
    vertical-align: top;
    height: 25px;
}

.Retailers .content {
    text-align: left;
    padding: 10px 10px 10px 10px;
}



@media screen and (min-width: 991px) and (max-width: 1600px) {

    body {
        font-size: 0.9em;
    }



    .master-wrapper-page {
        width: 980px;
    }

    .master-wrapper-center {
        width: 710px;
    }

    .master-wrapper-cph {
        width: 730px;
    }
    .master-wrapper-cpone {
        width: 980px;
    }
    .master-wrapper-center-1 {
        width: 750px;
    }

    .master-wrapper-cph-1 {
        width: 930px;
    }

    .master-wrapper-content {
        width: 980px;
    }

    a.logo {
        background: url('images/logo.png');
        display: block;
        width: 290px;
        height: 58px;
        text-decoration: none;
        background-repeat: no-repeat;
    }

    .searchbox {
        float: left;
        width: 300px;
        display: inline;
        padding-left: 25px;
    }

    .searchpopup {
        width: 350px;
    }

    .popupsearchitem {
        font-size: small;
    }

    .popupsearchtxt {
        width: 150px;
    }

    .header {
        position: relative;
        top: 0px;
        left: 50%;
        margin-left: -490px;
        width: 980px;
    }


    .HeaderUnderlineItem {
        min-width: 50px;
        max-width: 110px;
        padding: 0px 4px 0px 4px;
        font-size: 1em;
    }
    
    .NewsBar {
        height: 299px;
        width: 700px;
        float: left;
        font-size: 1em;
    }

    .NewsBlockTxt {
        width: 200px;
    }
    .NewsBarRight {
        float: right;
        width: 200px;
        overflow: hidden;
    }

    .NewsBarItem {
        width: 200px;
        border-bottom: 1px solid #E5E0D7;
        padding-bottom: 2px;
        font-size:1em;
    }

    .NewsBlockHeader {
        font-weight: 900;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .NewsBlockTxtSmall {
        width: 95px;
        padding-left: 3px;
    }

}



@media screen and (min-width: 780px) and (max-width: 990px) {
    body {
        font-size: 0.9em;
    }


    .master-wrapper-page {
        width: 750px;
    }

    .master-wrapper-center {
        width: 480px;
    }

    .master-wrapper-cph {
        width: 490px;
    }

    .master-wrapper-cpone {
        width: 780px;
    }
    


    .master-wrapper-center-1 {
        width: 720px;
    }

    .master-wrapper-cph-1 {
        width: 700px;
    }

    .master-wrapper-content {
        width: 750px;
    }

    a.logo {
        background: url('images/logosmall.png');
        display: block;
        width: 178px;
        height: 58px;
        text-decoration: none;
        background-repeat: no-repeat;
    }

    .searchbox {
        float: left;
        width: 220px;
        display: inline;
        padding-left: 15px;
    }

    .searchpopup {
        width: 350px;
    }

    .popupsearchitem {
        font-size: small;
    }

    .popupsearchtxt {
        width: 150px;
    }

    .header {
        position: relative;
        top: 0px;
        left: 50%;
        margin-left: -375px;
        width: 750px;
    }

    .HeaderUnderlineItem {
        min-width: 30px;
        max-width: 90px;
        padding: 0px 1px 0px 1px;
        font-size: 1em;
    }


    .NewsBar {
        float: none;
        width: 100%;
        font-size: 1em;
    }

    .NewsBarRight {
        max-height: none;
        float: none;
        width: 100%;
        padding-top: 10px;
    }

    .NewsBarItem {
        border-bottom: none;
        width: 235px;
        padding-top: 10px;
        font-size:1em;
    }
    .NewsBlockTxt {
        width: 200px;
    }

    .NewsBlockTxtSmall {
        width: 125px;
        padding-left: 3px;
    }

    .NewsBlockHeader {
        font-weight: 900;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .HomePageCategoryGrid .ItemBox {
        width: 350px;
    }
}



.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .accordion-item:first-of-type {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: calc(0.25rem - 1px);
            border-top-right-radius: calc(0.25rem - 1px);
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0;
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: calc(0.25rem - 1px);
            border-bottom-left-radius: calc(0.25rem - 1px);
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem;
        }

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0;
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0;
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0;
    }

.accordion-button {
    font-weight: 700;
}

    .accordion-button:not(.collapsed) {
        color: #000;
        background-color: #DBCFC3;
        box-shadow: 0 0 0 0.25rem rgb(252 68 252 / 0%);
    }

.accordion-body {
    padding: 0 0.6rem 0.6rem 0.6rem;
}

.accordion-button {
    background-color: #DBCFC3;
    border-top: 1px solid #000;
}

    .accordion-button:focus {
        z-index: 3;
        border-color: #FC44FC;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(252 68 252 / 25%);
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
        transform: rotate( -180deg );
    }

@media only screen and (min-width:780px) {
    .master-wrapper-side:not(.show) {
        display: block;
    }


}

@media only screen and (min-width: 0px) and (max-width: 779px) {
    .header-txtunderline
    {
        display:none;
    }
    .master-wrapper-side {
        position: absolute;
        background-color: #FFF7F3;
        border-right: 1px solid black;
        border-bottom: 1px solid #FC44FC;
    }

    .navbar-toggler {
        position: fixed;
        left: 5px;
        display: inline-block;
    }


    body {
        font-size: 0.9em;
        padding-top: 98px;
    }

    .CategoryPage .ProductGrid .ProductItem .title {
        height: auto;
    }

    .master-wrapper-page {
        width: 100%;
    }

    .master-wrapper-center {
        width: 100%;
    }

    .master-wrapper-cph, .master-wrapper-cpone  {
        width: 100%;
    }

    .master-wrapper-center-1 {
        width: 320px;
    }

    .master-wrapper-cph-1 {
        width: 300px;
    }
    .master-wrapper-cpone {
        width: 100%;
    }

    .master-wrapper-content {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }

    a.logo {
        background: url('images/logoxsmall.png');
        width: 150px;
        height: 49px;
        text-decoration: none;
        background-repeat: no-repeat;

    }

    .searchbox {
        float: left;
        width:90%;
        
        display: inline;
        padding-left: 15px;
        position:absolute;
        left:10px;
        z-index:-1;
        padding-top:45px;
    }

    .searchpopup {
        width: 350px;
    }

    .popupsearchitem {
        font-size: small;
    }

    .popupsearchtxt {
        width: 150px;
    }

    .header {
        position: absolute;
        top: 0px;
        left: 0px;
        margin-left: 0px;
        width: 100%;
        border-bottom: 1px solid black;
    }
    .header-underline
    {
        display:none;
    }
    .HeaderUnderlineItem {
        min-width: 30px;
        max-width: 90px;
        padding: 0px 1px 0px 1px;
        font-size: 1em;
    }


    .NewsBar {
        float: left;
        width: 320px;
        font-size: 1em;
        margin-right:20px;
    }

    .NewsBarRight {
        max-height: none;
        float: left;
        width: auto;
        padding-top: 10px;
        padding-left: 5px;
    }

    .NewsBarItem {
        border-bottom: none;
        width: auto;
        padding-top: 10px;
        font-size: 1em;
    }

    .NewsBlockTxt {
        width: 200px;
        display:none;
    }

    .NewsBlockTxtSmall {
        width: 200px;
        padding-left: 3px;
    }

    .NewsBlockHeader {
        font-weight: 900;
        padding-top: 0px;
        padding-bottom: 0px;
    }

/*    .HomePageCategoryGrid .ItemBox {
        width: 350px;
    }*/

    .NewsBlockImageSmall
    {
        height:53px;
    }
    .lang {
        min-width: 25px;
        width: 25px;
    }
    .HeadText {
        display: none;
    }

    .NewsBlockImage
    {
        min-width:350px;
        width:350px;
    }

    .NewsRight {
         left: 230px;
    }
}

