html, body, div, span, applet, object, iframe, p,
a, abbr, acronym, address, big, cite,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    float: left;
    width: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    clear: both;
    display: block;
}

    .row::before, .row::after {
        content: '';
        display: table;
    }

    .row::after {
        clear: both;
    }

ol, ul {
    list-style-type: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.box,
.col {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.box {
    padding-top: 10px;
    padding-bottom: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    background: #0000008c;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pt {
    padding-top: 0;
}

.pl {
    padding-left: 0;
}

.pr {
    padding-right: 0;
}

.pb {
    padding-bottom: 0;
}

.ndImage {
    display: none !important;
}

.image-wrapper {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

span.imgInner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
}

    span.imgInner > picture {
        width: 100%;
    }


/* Search Box */


#searchBoxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000008c;
    left: 0;
    top: 0;
    z-index: 9998;
    display: none;
}

#searchBox {
    width: 100%;
    left: 0;
}

    #searchBox.active + #searchBoxOverlay, #searchBox.active {
        display: flex;
    }

    #searchBox > .container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    #searchBox #small-searchterms {
        height: 50px;
        width: calc(100% - 560px);
        margin: 0;
        box-sizing: border-box;
        border: solid 1px #fe690e;
        /* text-align: center; */
        font-size: 14px;
        padding: 15px;
        color: #282827;
    }

    #searchBox .searchBoxBtn {
        height: 50px;
        width: 50px;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background: #fe690e;
        color: #fff;
    }

    #searchBox .form-group {
        display: flex;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
        background: #fff;
    }

    #searchBox .searchBoxClose {
        width: 24px;
        height: 19px;
        background: #fff;
        border-radius: 100% 100% 0 0;
        cursor: pointer;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }



/* Cart Popup*/
#cartPopup, #UserPopup, #MobileMenu {
    right: 0;
    position: fixed;
    height: 100%;
    max-height: 100%;
    width: 400px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -5px 0px 15px #043c5529;
    opacity: 1;
    border: none;
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 999;
    display: none;
    flex-direction: column;
}

#MobileMenu {
    right: auto;
    left: 0;
    max-width: 300px;
}

#cartPopupOverlay, #UserPopupOverlay, #MobileMenuOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000008c;
    left: 0;
    top: 0;
    z-index: 998;
    display: none;
    cursor: pointer;
}

#cartPopup.active, #cartPopup.active + #cartPopupOverlay, #UserPopup.active, #UserPopup.active + #UserPopupOverlay, #MobileMenu.active, #MobileMenu.active + #MobileMenuOverlay {
    display: flex;
}

#cartPopup .closeCartPopup, #UserPopup .closeUserPopup {
    padding: 0 10px;
    box-sizing: border-box;
}

    #cartPopup .closeCartPopup span, #UserPopup .closeUserPopup span {
        background: #000;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 100%;
        cursor: pointer;
    }

#cartPopup .panelPopupTitle {
    text-align: center;
    margin-bottom: 30px;
}

    #cartPopup .panelPopupTitle .MainTitle {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
        color: #202020;
        margin-top: 10px;
    }

    #cartPopup .panelPopupTitle .SubTitle {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        text-align: center;
        color: #202020;
        margin-top: 10px;
    }

#cartPopup .panelPopupButtons {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    #cartPopup .panelPopupButtons button:last-child {
        text-transform: capitalize;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #149350;
        border-radius: 5px;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        color: #FFFFFF;
        width: 45%;
        text-align: center;
        border: none;
        outline: none;
        text-transform: uppercase;
    }

    #cartPopup .panelPopupButtons button:first-child {
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        text-transform: uppercase;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        text-decoration-line: underline;
        color: #202020;
        width: 45%;
        box-sizing: border-box;
        border: none;
        height: 55px;
    }

#cartPopup .panelPopupInfo {
    background: white;
    position: absolute;
    bottom: 80px;
    left: 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #e5e5e5;
}

#cartPopup .panelPopupItem {
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

    #cartPopup .panelPopupItem .Title {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 0.03em;
        color: #202020;
        height: 30px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    #cartPopup .panelPopupItem .VariantQty {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #cartPopup .panelPopupItem .VariantQty {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.03em;
        color: #5A6670;
        text-align: center;
    }


    #cartPopup .panelPopupItem .price .oldPrice {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.03em;
        text-decoration-line: line-through;
        color: #5A6670;
    }

    #cartPopup .panelPopupItem .price .mainPrice {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.03em;
        color: #202020;
    }

    #cartPopup .panelPopupItem button.deleteCartItem {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        outline: none;
        border: none;
        background: transparent;
        color: red;
        justify-content: center;
    }

#cartPopup .panelPopupInfo .Item .text-left {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #202020;
}

#cartPopup .panelPopupInfo .Item {
    margin: 10px 0;
}

    #cartPopup .panelPopupInfo .Item .text-right {
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
        text-align: right;
        letter-spacing: 0.03em;
        color: #202020;
    }


#cartPopup .Item .text-right.R {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    letter-spacing: 0.03em;
    color: #202020;
}

.message-error.text-center.validation-summary-errors {
    color: #fa0303;
}

span.field-validation-error {
    color: #fa0303;
}

input.checkout-as-guest-button {
    margin-top: 10px;
    background-color: #0c0c0c;
    border-color: #0c0c0c;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 6px;
}

input.register-button {
    margin-top: 10px;
    background-color: #686262;
    border-color: #686262;
    font-size: 14px;
    font-weight: 400;
    border: none;
    outline: none;
    color: #fff;
    height: 40px;
    width: 200px;
    border-radius: 6px;
}

ul#guestLogin {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.Seperator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

    .Seperator::after {
        background: #929292;
        content: '';
        display: flex;
        width: 100%;
        left: 0;
        height: 2px;
        position: absolute;
        z-index: 2;
    }

    .Seperator span {
        z-index: 3;
        background: #fff;
        position: relative;
        padding: 10px 20px;
        box-sizing: border-box;
    }



#MobileMenu .Logo img {
    max-height: 30px;
}

#MobileMenu .Logo {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#MobileMenu ul, #MobileMenu li {
    list-style-type: none;
    padding: 0;
    float: left;
    width: 100%;
}

#MobileMenu .Nav {
    margin-bottom: 30px;
    display: none;
    align-items: center;
    justify-content: space-around;
}

    #MobileMenu .Nav li {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45%;
    }

        #MobileMenu .Nav li a {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 40px;
            border-radius: 4px;
            color: #fff;
        }

        #MobileMenu .Nav li:first-child a {
            background: #ff671d;
        }

        #MobileMenu .Nav li:last-child a {
            background: #46af62;
        }

#MobileMenu ul.Main li ul {
    display: none;
}

#MobileMenu ul.Main {
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
}

    #MobileMenu ul.Main span, #MobileMenu ul.Main a {
        float: left;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        color: #000;
        border-bottom: 1px solid #e5e5e5;
    }

    #MobileMenu ul.Main li ul.child.active {
        display: block;
    }

    #MobileMenu ul.Main span:after {
        width: 30px;
        height: 30px;
        background: transparent url(../../Images/arrow_right.svg) center center no-repeat;
        content: '';
        display: block;
        background-size: 13px;
    }

    #MobileMenu ul.Main span.active + ul {
        display: block;
        max-width: 88%;
    }

    #MobileMenu ul.Main span {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        #MobileMenu ul.Main span.active:after {
            background: transparent url(../../Images/arrow_right.svg) center center no-repeat;
            background-size: 13px;
            transform: rotate(90deg);
        }

    #MobileMenu ul.Main > li > a, #MobileMenu ul.Main > li > span {
        font-weight: 500;
        font-size: 14px;
        padding: 0 10px;
        box-sizing: border-box;
        text-transform: uppercase;
    }

    #MobileMenu ul.Main li ul.child > li > a, #MobileMenu ul.Main li ul.child > li > span {
        background: #fff;
        padding: 0 24px;
    }

    #MobileMenu ul.Main li ul.child > li > ul.child > li > a {
        padding: 0 34px;
    }

#MobileMenu ul.children > a, #MobileMenu ul.children > span {
    background: #e6e6e600;
    padding-left: 20px;
}

#MobileMenu ul.child > li > a, #MobileMenu ul.child > li > span {
    font-size: 13px;
}



@media screen and (min-width: 1231px) {

    .container {
        width: 1200px;
        margin: 0 auto;
    }

    .parallax-bg1 .container {
        width: calc(100% - 308px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 1230px) {

    .container {
        float: left;
        width: 100%;
    }

    #searchBox #small-searchterms {
        height: 50px;
        width: calc(100%);
        margin: 0;
        box-sizing: border-box;
        border: solid 1px #fe690e;
        /* text-align: center; */
        font-size: 14px;
        padding: 15px;
        color: #282827;
    }
}

@media screen and (min-width: 769px) {

    .container.Mini {
        width: 800px;
        margin: 0 auto;
    }

    a.Search {
        display: none;
    }

    .col.productItem.col-12 {
        width: 25% !important;
    }
    .searchForm.mobile {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .container.Mini {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 1025px) {

    .col-md-auto {
        width: auto;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}

@media screen and (max-width: 768px) {
    div#Top .img-fluid {
        max-width: 185px;
    }

    #MobileMenu .Logo img {
        max-height: 80px;
    }

    div#SearchDiv.col-8 {
        display: none;
    }

    #Logo img.img-fluid {
        max-width: 150px !important;
    }

    div#UserSection {
        margin-right: 5%;
    }

    div#Katalog {
        padding: 42px 10px !important;
    }

    form#product-details-form {
        padding: 100px 10px !important;
    }
    #productLeft {
        border: solid 1px #d1cece;
    }
    li.viewFour {
        display: none !important;
    }
    #Contentpage {
        padding: 5px 10px!important;
    }
    .col.productItem.col-3 {
        width: 50%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media screen and (max-width: 540px) {

    .col-xs-auto {
        width: auto;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }
}

.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .custom-checkbox .custom-control-label {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
    }

    .custom-checkbox:hover input ~ .custom-control-label {
        background-color: #ccc;
    }

    .custom-checkbox input:checked ~ .custom-control-label {
        background-color: #f77d1a;
    }

    .custom-checkbox .custom-control-label:after {
        content: "";
        position: absolute;
        display: none;
    }

    .custom-checkbox input:checked ~ .custom-control-label:after {
        display: block;
    }

    .custom-checkbox .custom-control-label:after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

#divMiddleImg.col-6 {
    width: 48.9%;
    padding: 5px;
}

div#divMiddleImg.col-4.col-sm-12 {
    padding: 5px;
    width: 32.33333333%;
}

div#divMiddleImg.col-12 {
    width: 98.6%;
    padding: 5px;
}

button, a, textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
}

.iti-flag {
    background-image: url("../../Images/flags.png");
}
/*autocomplete*/

.advanced-search-results {
	display: none;
}

	.advanced-search-results .no-data {
		display: none;
		font-size: 14px;
	}

	.advanced-search-results.open {
    display: flex;
    position: absolute;
    top: 80px;
    /* left: 0px; */
    /* left: 15px; */
    right: 25%;
    width: 50%;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #fff;
    box-shadow: 0px 5px 15px 1px rgb(0 0 0 / 20%);
    z-index: 999;
}
.imgOpenSearch {
    display:flex;
}
.advanced-search-results.open::-webkit-scrollbar {
    width: 5px;
}

.advanced-search-results.open::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.advanced-search-results.open::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
	.advanced-search-results ul {
		padding-left: 0;
	}

	.advanced-search-results .categories-container > ul {
		margin-bottom: 10px;
	}

	.advanced-search-results .title {
		margin-bottom: 10px;
		line-height: 1;
		font-weight: 300;
		font-size: 24px;
		color: #1D1F20;
	}

	.advanced-search-results .products-container .container-off,
	.advanced-search-results .blog-container .container-off {
		display: flex;
		flex-direction: column;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		height: 100%;
		justify-content: space-between;
	}

	.advanced-search-results .products-container .product-in,
	.advanced-search-results .products-container .in-separator,
	.advanced-search-results .blog-container .in-separator,
	.advanced-search-results .blog-container .product-in {
		display: none;
	}

	.advanced-search-results .in-separator {
		color: #fe690e;
		margin-right: 5px;
	}

	.advanced-search-results .categories-container .product-in,
	.advanced-search-results .manufacturers-container .product-in {
		margin-right: 5px;
		font-weight: 700;
	}

	.advanced-search-results .categories-container .product-title,
	.advanced-search-results .manufacturers-container .product-title {
		color: #fe690e;
	}

	.advanced-search-results .categories-container .container-off,
	.advanced-search-results .manufacturers-container .container-off {
		display: inline-flex;
		font-weight: 300;
	}

	.advanced-search-results .product-title b {
		font-weight: 700;
	}

	.advanced-search-results .product-desc b {
		color: #212529;
	}

	.advanced-search-results .left-side,
	.advanced-search-results .right-side {
		padding: 0 15px 0 15px;
		margin: 15px 0;
	}

	.advanced-search-results .categories-container .list-group-item,
	.advanced-search-results .manufacturers-container .list-group-item,
	.advanced-search-results .blog-container .list-group-item {
		padding: 5px 0;
		border: 0;
	}

		.advanced-search-results .categories-container .list-group-item a,
		.advanced-search-results .manufacturers-container .list-group-item a,
		.advanced-search-results .blog-container .list-group-item a {
			display: inline-flex;
			align-items: center;
			width: 100%;
			line-height: 1;
			font-size: 14px;
			color: #212529;
		}

	.advanced-search-results img {
		width: auto;
		height: auto;
		padding-right: 0 !important;
		margin-right: 15px;
	}

	.advanced-search-results .right-side {
		padding-left: 0;
	}

	.advanced-search-results .products-title {
		padding-left: 15px;
	}

	.advanced-search-results .products-container .list-group-item {
		display: inline-flex;
		flex-wrap: nowrap;
		max-width: 100%;
		width: 100%;
		margin-bottom: 0;
		border-radius: 0;
		border: 0;
		padding: 10px 5px 10px 15px;
		border-bottom: 1px solid #dfdfdf;
		overflow: hidden;
	}

	.advanced-search-results .products-container .product-title,
	.advanced-search-results .blog-container .product-title {
		font-weight: 300;
		font-size: 14px;
		color: #212529;
		text-overflow: ellipsis;
		white-space: pre-wrap;
		overflow: hidden;
	}

	.advanced-search-results .price {
		font-size: 14px;
		font-weight: 700;
		color: #fe690e;
	}

	.advanced-search-results .products-container .product-desc {
		color: #6c757d;
		max-height: 21px;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.advanced-search-results .blog-container .product-desc {
		color: #6c757d;
		max-height: 21px;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 100%;
	}

	.advanced-search-results .rating-box::before,
	.advanced-search-results .rating-box .rating:before {
		font-size: 18px;
	}

	.advanced-search-results .ratings {
		flex-wrap: wrap;
		height: auto;
	}

ul.ui-autocomplete li:hover {
	cursor: pointer;
	background-color: #f7f7f9;
}

ul.ui-autocomplete {
	display: none !important;
	background-color: #fff;
	padding-left: 0;
	z-index: 9999;
	animation-name: autocomplete-desktop;
	animation-duration: .3s;
	-webkit-animation-name: autocomplete-desktop;
	-webkit-animation-duration: .3s;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.45);
	position: absolute !important;
}

@-webkit-keyframes autocomplete-desktop {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes autocomplete-desktop {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

ul.ui-autocomplete li {
	padding: 10px;
	border-top: 1px solid #f1f1f1;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

	ul.ui-autocomplete li img {
		padding-right: 5px;
		width: 100%;
		height: 100%;
	}
	.headerWhatsapp{
		width: 14px;
        margin-right: 5px;
	}
	
	.mobileWhatsapp{
    margin-top: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
 }
 span#HeaderTel {
    font-weight: 600;
}
#CorporateSubMenu {width: 110px;position: absolute;z-index: 999;right: 0;background: #fff;-webkit-box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 30%);-moz-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.3);box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 30%);border: 1px solid #e2e6eb;border-radius: 3px;display: none;}
#CorporateSubMenu > li {padding: 10px;}
#aMenuCorporateSubMenu:hover #CorporateSubMenu {display:block;}
#liCorporate{background-color: #fe690e;width: 100px;color: #fff!important;}


#SupportSubMenu {width: 190px;position: absolute;z-index: 999;right: 0;background: #fff;-webkit-box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 30%);-moz-box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.3);box-shadow: 0px 3px 10px -2px rgb(0 0 0 / 30%);border: 1px solid #e2e6eb;border-radius: 3px;display: none;}
#SupportSubMenu > li {padding: 10px;}
#aMenuSupportSubMenu:hover #SupportSubMenu {display:block;}
#liSupport{background-color: #fe690e;width: 100px;color: #fff!important;}
#ShopByCategory {
    margin: 35px 0;
    /* padding-bottom: 25px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

    #ShopByCategory .Title {
        display: flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-weight: 400;
        font-size: 25px;
        color: #3C3631;
        height: 30px;
        margin-bottom: 20px;
    }

    #ShopByCategory .Item a {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        overflow: hidden;
    }

        #ShopByCategory .Item a h3 {
            position: absolute;
            bottom: 20px;
            font-style: normal;
            font-weight: 200;
            font-size: 25px;
            line-height: 30px;
            text-align: center;
            color: #FFF;
            text-decoration: underline
        }
 #ShopByCategory .Item h3 {
            position: relative;
            
            font-style: normal;
            font-weight: 200;
            font-size: 20px;
            line-height: 30px;
            text-align: center;
            color: #552c1d;
            /* text-decoration: underline; */
        }
        #ShopByCategory .Item a:hover img {
            transform: scale(1.1);
        }

    #ShopByCategory .container {
        float: left;
        border-bottom: 1.2px solid #EEEEEE;
        padding-bottom: 20px;
    }

    #ShopByCategory .Item a img {
        width: 100%;
        transition: all .3s;
        transform: scale(1);
    }

    #ShopByCategory .Content {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px
    }
.slick-track {
    display: flex
}

button.slick-arrow {
    height: 50px;
    width: 50px;
    background: #B5B3B1;
    display: flex;
    border-radius: 100%;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    border: none;
    align-items: center;
    justify-content: center;
    font-size: 0;
    top: calc(50% - 25px);
}

    button.slick-arrow.slick-prev {
        left: 40px;
        background: #f66e0473 url(../../Images/leftSlick.svg) center center no-repeat;
        background-size: 30px;
    }

    button.slick-arrow.slick-next {
        right: 40px;
        background: #f66e0473 url(../../Images/rightSlick.svg) center center no-repeat;
        background-size: 30px;
    }


@media only screen and (max-width:800px) {
    button.slick-arrow {
        width: 30px;
        height: 30px;
    }

        button.slick-arrow.slick-prev {
            left: 0;
        }

        button.slick-arrow.slick-next {
            right: 0;
        }
}
