/*Fonts starts*/
@font-face {
    font-family: 'Arimo Regural';
    font-style: normal;
    src: url("../../../assets/fonts/arimo-regular-webfont.woff2") format('woff2');
    src: url("../../../assets/fonts/arimo-regular-webfont.woff") format('woff'), url("../../../assets/fonts/arimo-regular-webfont.woff2") format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Arimo Bold';
    font-style: normal;
    src: url("../../../assets/fonts/arimo-bold-webfont.woff2") format('woff2');
    src: url("../../../assets/fonts/arimo-bold-webfont.woff") format('woff'), url("../../../assets/fonts/arimo-bold-webfont.woff2") format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Arimo Bold Italic';
    font-style: normal;
    src: url("../../../assets/fonts/arimo-bolditalic-webfont.woff2") format('woff2');
    src: url("../../../assets/fonts/arimo-bolditalic-webfont.woff") format('woff'), url("../../../assets/fonts/arimo-bolditalic-webfont.woff2") format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Arimo Italic';
    font-style: normal;
    src: url("../../../assets/fonts/arimo-italic-webfont.woff2") format('woff2');
    src: url("../../../assets/fonts/arimo-italic-webfont.woff") format('woff'), url("../../../assets/fonts/arimo-italic-webfont.woff2") format('woff2');
    font-display: swap;
}

/*Fonts ends*/


body, html {
    height: 100%;
    margin: 0;
    width: 100%;
    --color-grey1: #191919;
    --color-grey2: #323232;
    --color-grey3: #4c4c4c;
    --color-grey4: #7f7f7f;
    --color-grey5: #b2b2b2;
    --color-grey6: #e5e5e5;
    --color-blue1: #1565c0;
    --color-blue2: #5d93d2;
    --color-yellow1: #ffb300;
    --color-yellow2: #ffc94c;
    --color-pink1: #e91e63;
    --color-pink2: #ef6191;
    --color-green1: #43a047;
    --color-green2: #7bbc7e;
    --color-white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

.uk-flex::before, .uk-flex::after, .uk-flex-inline::before, .uk-flex-inline::after {
    display: block;
}

.uk-modal {
    z-index: 9995;
}

section {
    content-visibility: auto;
}

/*Nav styles starts*/

.uk-navbar {
    position: fixed;
    z-index: 9992;
    top: 0;
    height: 8vh;
    background: #ffffff;
    margin-left: 0;
}

.uk-navbar-right {
    background: #4F4F53;
    color: #ffffff;
}

.uk-navbar-left {
    margin-left: 0;
    padding-left: 0;

}

#navbar-main-info {
    width: 25%;
    padding-left: 0;
    margin-left: 3%;
}

#phone-area .number {
    padding-left: 4%;
    font-family: "Arimo Bold", sans-serif;
}

#phone-area {
    margin-left: 2vw;
    border-right: 1px solid #b2b2b2;
}

a.phone-link {
    text-decoration: none;
    color: #7f7f7f;
}

#logo {
    width: 10%;
}

#navbar-main-search {
    width: 35%;
    margin-left: 20%;
}

#navbar-main-search-form .search {
    background: none;
    outline: none;
    border: 0;
    border-bottom: 2px solid #7f7f7f;
    height: 100%;
    padding: 13px;
    color: var(--color-grey2) !important;

}


#navbar-main-search.close {
    opacity: 0;
}

#navbar-main-search.open {
    opacity: 1;

}

#navbar-menu {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    width: 90%;
    font-family: "Arimo Bold";

}

#navbar-menu .svg-area {
    padding-left: 10%;
}

#navbar-menu .svg-area svg {
    width: 35px;
    fill: #ffffff;
}


#phone-area .svg-area svg, #sb-btn-area .svg-area svg, #acnt-btn-area .svg-area svg {
    width: 35px;
    fill: #7f7f7f;
}

#sb-btn-area, #acnt-btn-area {
    cursor: pointer;
}

#sb-btn-area:hover > .svg-area svg {
    fill: #fec43e;
}

input::placeholder {
    color: var(--color-grey4) !important;
    font-family: "Arimo Regural";
}


#navbar-main-search-form .uk-dropdown-search {
    position: fixed;
    left: 0;
    background: rgba(76, 76, 76, 0.85);
    width: 100%;
    height: 100%;
    z-index: 99999;

}

.uk-dropdown-search.open {
    display: block;
}

.uk-dropdown-search.close {
    display: none;
}

.uk-dropdown-search--wrap {
    width: 46%;
    margin: 0 auto;
    background: white;
    padding: 2%;
}

.results-list {
    margin-top: 2%;

}

.search-results {
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 2%;
    font-family: "Arimo Regural", serif;
    color: #4c4c4c;
    font-size:13px;
}
.search-results > div {
    margin: 0px;
}

.search-results .uk-card-title {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    color: #4c4c4c;
}


li.result a, li.result a:hover {
    color: var(--color-blue1);
    line-height: 13px;
}

.sg-items--search .sg-items--wrap {
    width: 100%;
}


/*Nav styles ends*/

/*Breadcrumb start*/
.uk-breadcrumb > :last-child > * {
    text-overflow: ellipsis;
    max-width: 50vw;
    white-space: nowrap;
    overflow: hidden;
}

/*Breadcrumb end*/

/*Suggested products styles starts*/

.addFavorite {
    font-size: 25px;
    text-decoration: none;
    color: #b2b2b2 !important;
}

.addFavorite.enable {
    font-size: 25px;
    text-decoration: none;
    color:  var(--color-pink1) !important;

}

.sg-item .img--wrap {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 150px;
    align-items: center;
}


.sg-items--wrap {
    margin: 0 auto;
    padding-bottom: 3vh;
    padding-left: 0;
    width: 95%;
    margin-top: 4vh;
}

#sg-items--menu .sg-items--wrap {
    margin-top: 2%;
}

#sg-items .container, #sg-items-mini .container, #sg-items--menu .container, #sg-items--promo .container {
    padding-left: 0;
    margin-left: 0;

}

#sg-items--menu .container {
    margin-top: 3%;
}


.sg-item .tools {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 24px;
}


.sg-item .badges {
    position: absolute;
    float: right;
    right: 4px;
    z-index: 2;
    max-width: 100px;
}

.badges .discount {
    width: 40px;
    height: 40px;
    background: #3c3c3c;
    border: 2px solid #3c3c3c;
    color: #ffffff;
    padding-left: 0;
    text-align: center;
    font-family: "Arimo Bold";
    font-size: 14px;
}

.badges .hot {
    width: 40px;
    height: 40px;
    border: 2px solid #3c3c3c;
    color: #3c3c3c;
    padding-left: 0;
    text-align: center;
    margin-top: 2vh;
    font-family: "Arimo Bold";
    font-size: 14px;
}


.sg-items--wrap .pageTitle {
    margin-bottom: 3vh;
    padding-left: 0;
    font-family: "Arimo Regural";
    color: #000000;
    font-size: 26px;
}


.sg-item .descr {
    padding: 7%;
    margin-left: 0;
}

.sg-item .title {
    color: var(--color-grey1) !important;
    font-family: "Arimo Regural";
    padding-left: 0;
    font-size: 15px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}

.sg-item a.title {
    text-decoration: none;
}


/*New Css Starts*/
.sg-item a.title {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*New Css Ends*/

.sg-item .price {
    padding-left: 0;
}


.sg-item .price .price--current {
    font-size: 26px;
    font-family: "Arimo Bold";
    color: #000000;

}


.sg-item .price .price--old {
    font-size: 19px;
    text-decoration: line-through;
    font-family: "Arimo Regural";
    color: #000000;

}


.sg-item .addToCart {
    background: #ffffff;
    color: #3c3c3c;
    border: 2px solid #3c3c3c;
    font-family: "Arimo Bold";
}

.sg-item .addToCart:hover {
    color: #ffb300;
    border: 2px solid #ffb300;
}

.sg-item .addToCart:active {
    color: #43a047;
    border: 2px solid #43a047;
}

.sg-item .fastCheckOut {
    background: #43a047;
    color: #ffffff;
    border: 2px solid #43a047;
    font-family: "Arimo Bold";
}

.sg-item .fastCheckOut:hover {
    background: #ffb300;
    border: 2px solid #ffb300;
}

.sg-item .fastCheckOut:active {
    background: #323232;
    border: 2px solid #323232;
}

.sg-item .fastCheckOut {
    margin-top: 3%;
}

.sg-item .img--wrap .img {
    width: auto;
    max-height: 140px;
}

/*Suggested products styles ends*/

/*Advantages styles starts*/

.advnt--wrap {
    margin: 6vh auto 0;
    width: 90vw;
    padding-bottom: 6vh;
    color: #808085;
}


.advnt-svg {
    margin-bottom: 2vh;
}

.advnt-svg svg {
    width: 100px;
    fill: var(--color-grey3);
}

.advnt-text {
    font-family: "Arimo Regural";
    font-size: 15px;
}

.advnt-title {
    font-family: "Arimo Bold";
    text-transform: uppercase;
    font-size: 15px;
}

.advnt--wrap .item {
    margin-right: 0vw;
}

/*Advantages styles ends*/

/*Newsletter styles starts*/

#nwsltr {
    background: #3f3f3e;
}

.nwsltr--wrap {
    margin: 6vh auto 0;
    width: 60vw;
    padding-bottom: 6vh;
    color: #ffffff !important;
}

.nwsltr--wrap .title {
    margin-bottom: 4vh;
    font-family: "Arimo Regural";
    text-transform: uppercase;
}

.nwsltr--wrap .quote {
    color: #ffffff;
    font-size: 40px;
    font-family: "Arimo Bold";

}


.nwsltr-form--wrapper {
    margin-top: 6vh;
    margin-bottom: 6vh;
}


#nwsltr-form {
    background: #3f3f3e;
    border: 1px solid #ffffff;
    width: 45%;
    padding-left: 21px;
    color: #ffffff;
}

#nwsltr-terms {
    margin-top: 3vh;
}

#terms-btn {
    margin: 4vh auto;
    background: #3f3f3e;
    border: 1px solid #ffffff;
    color: #ffffff;
}

#nwsltr-info.hidden {
    display: none;
}

#nwsltr-info.open {
    display: block;
}

/*Newsletter styles ends*/


/*Footer styles starts*/

#footer {
    background: #E0E2E3;
}

.footer--wrap {
    margin: 6vh auto 0;
    width: 90vw;
    padding-bottom: 6vh;
    color: #4F4F53;

}

#footer-order .list {
    list-style: none;
    padding-left: 0;
    color: #4F4F53 !important;
}


#footer-order .title {
    font-size: 22px;
    font-family: "Arimo Regural";
}

#footer-order .list li {
    margin-bottom: 1vh;

}

#footer-order .list li a {
    color: #4F4F53;
    text-decoration: none;
    font-family: "Arimo Regural";
}


#footer-order .list li:hover a, #footer-info .item:hover a.title {

    color: var(--color-yellow1);

}

#footer-info .item, #footer-info a.title {
    margin-bottom: 2vh;
    font-family: "Arimo Regural";
    text-decoration: none;
    color: #4F4F53;
    font-size: 22px;
}

#social-icons {
    margin-top: 5%;
}

#social-icons .icon {
    color: #7f7f7f;
    font-size: 30px;
}


#footer-order {
    border-right: 1px solid #7f7f7f;
}


#footer-info {
    border-right: 1px solid #7f7f7f;
}


#trust-logos .logo {
    width: 18%;
}


#mastercardLogo .st1 {
    fill: #F3AE12;
}

#mastercardLogo .st0 {
    fill: #FD0C15;
}

#payPalLogo .st0 {
    fill: #009EE3;
}

#payPalLogo .st1 {
    fill: #113984;
}

#payPalLogo .st2 {
    fill: #172C70;
}


#visaLogo .st0 {
    fill: #025EA3;
}

#visaLogo .st1 {
    fill: #F1A535;
}

/*Footer styles ends*/

/*Menu css starts*/

#menu {
    position: fixed;
    top: 0;
    -webkit-transition: transform 1s;
    transition: transform 1s;
    z-index: 9995;
    background: #5d93d2;
}

#menu.close {
    transform: translateX(-100%);
}

#menu.open {
    transform: translateX(0);
}

#menu--close {
    cursor: pointer;
    padding-right: 4vw;
    padding-top: 3vh;
    right: 0;
    position: absolute;
}

#menu--close .svg-area svg {
    fill: #e5e5e5;
    width: 25px
}

#menu--wrap .header {
    padding-left: 0;
    margin-bottom: 2vh;
    color: #e5e5e5;
    font-family: "Arimo Bold";
}

#menu--wrap {
    margin: 4vh auto 0;
    width: 90%;
    height: 90%;
}

#menu--wrap > .container {
    padding-top: 2%;
    border-top: 1px solid #e5e5e5;
    height: 100%;
    margin-left: 0;
    padding-left: 0;
}

#menu-list--wrap, #menu-list {
    padding-left: 0;
}

#menu-list--wrap {

}

#menu-list {
    list-style-type: none;
}

#menu-list .item, .sub-menu-list .item, .sub--sub-menu-list .item {
    min-height: 160px;
    position: relative;
    font-size: 17px;
    display: inline-grid;
    text-align: center;
    width: 49%;
    border: 1px solid #e5e5e5;
    margin-bottom: 1vh;

}

#menu-list li a {
    text-decoration: none;
    color: #e5e5e5;
    width: 100%;
    float: left;
    font-family: "Arimo Regural";
    display: grid;
    grid-template-rows: 95% 5%;
}

#menu-list li:hover a {
    color: #1565c0;
}

#menu-list .item:hover {
    background: #ffb300;
    cursor: pointer;

}

.item-svg {
    width: 80px;
    /*height: 48px;*/
    margin: 0 auto;
}

.item-svg svg {
    fill: #e5e5e5;
}

#menu-list li:hover .item-svg svg {
    fill: #1565c0;
}

/*#menu-list li.hasChildren::before {*/
/*    content: ">";*/
/*    padding-top: 7px;*/
/*    right: 45px;*/
/*    position: absolute;*/
/*}*/

/*.sub-menu-list, .sub--sub-menu-list{*/
/*    position: absolute;*/
/*    top: -1px;*/
/*    z-index: 9;*/
/*    min-width: 400px;*/
/*    background: #ffffff;*/
/*    padding: 2px 5px 40px 50px;*/
/*    height: auto;*/
/*    list-style-type: none;*/
/*}*/

/*.sub-menu-list{*/
/*    left: 103%;*/


/*}*/

/*.sub--sub-menu-list{*/
/*    left: 101%;*/
/*    border-left: 1px solid #7f7f7f;*/
/*}*/

/*.sub-menu-list, .sub--sub-menu-list {*/
/*    min-height: 780px;*/
/*}*/


/*.sub-menu-list.inActive, .sub--sub-menu-list.inActive{*/
/*    display: none;*/
/*}*/

/*.sub-menu-list.active, .sub--sub-menu-list.active{*/
/*    display: block;*/
/*}*/


/*Menu css ends*/


/*Shopping Bag Drawer styles starts*/

#sb-drwr {
    position: fixed;
    top: 0;
    -webkit-transition: visibility 1s ease-out;
    transition: visibility 1s ease-out;
    z-index: 9996;
    background: rgba(76, 76, 76, 0.85);
}

#sb-drwr.close {
    visibility: hidden;
}

#sb-drwr.open {
    visibility: visible;
    overflow-y: scroll;
}

#sb-drwr.open #sb-drwr--wrap {
    transform: translate3d(0, 0, 0);
}

#sb-drwr--wrap {
    position: absolute;
    top: 0px;
    right: 0px;
    height: auto;
    min-height: 100vh;
    width: 100%;
    max-width: 450px;
    background-color: #e5e5e5;
    padding: 2%;
    -webkit-transition: transform 1s ease-out;
    transition: transform 1s ease-out;
    transform: translate3d(100%, 0, 0);
}


#sb-drwr .header {
    margin-bottom: 2%;
    margin-left: 0;
}


#sb-drwr-svg svg {
    width: 35px;
}

#sb-drwr-close svg {
    width: 20px;
}

#sb-drwr-close {
    cursor: pointer;
    position: fixed;
    right: 0;
    margin-right: 10%;
}

#sb-drwr .header .title {
    width: 50%;
}

#sb-drwr-svg {
    padding-left: 0;
}

#sb-drwr-items {
    margin-left: 0;
}

#sb-drwr-items .item {
    background: #ffffff;
    margin-left: 0;
    padding: 6%;
    margin-bottom: 11px !important;
    margin-top: 0 !important;
}

#sb-drwr-items .item .img {
    width: 60px;
    padding-left: 8px;
}

#sb-drwr-items .item .item-details {
    width: 60%;
}

#sb-drwr-prices {
    width: 70%;
    margin-left: 28% !important;
    padding-left: 0 !important;
    margin-top: 6%;
}

#sb-drwr-prices hr {
    border-top: 1px solid #000000;
    margin-bottom: 3%;
    margin-top: 3%;
}


#sb-drwr-prices .item {
    margin-top: 7px !important;
    margin-left: 0;
    padding-left: 0;
    font-weight: bold;
}

#sb-drwr-prices .item .title, #sb-drwr-prices .item .price {
    padding-left: 0;
}

#sb-drwr-prices .item.inactive {
    color: #b2b2b2;
}

#goToShoppingPape {
    background: #000000;
    color: #ffffff;
    width: 45%;
}

#goToShoppingPape a {
    text-decoration: none;
    color: #ffffff;
}

#goToCheckOut {
    background: #43a047;
    color: #ffffff;
    margin-left: 4%;
}


#sb-drwr-actions {
    margin-left: 0;
}

/*Shopping Bag Drawer styles ends*/


/*Recently Seen Products styles starts*/


#recently-items {
    background: #f6f6f6
}

.recently-items--wrap {
    margin: 3vh auto 0;
    width: 93vw;
    padding-bottom: 6vh;
}

.recently-items--wrap .title {
    margin-bottom: 2vw;
    padding-left: 0;
    font-family: "Arimo Regural";
    color: #000000;
    font-size: 26px;
}

.recently-items--wrap .item {
    background: #ffffff;
    width: 15%;
    padding: 1.5%;
    margin-right: 2%;
    box-sizing: border-box;

}

.recently-items--wrap .item .tools {
    position: absolute;
    left: 1px;
    top: 1px;
}

.recently-items--wrap .item .img--wrap {
    position: relative;
}

.recently-items--wrap .item .img--wrap .img {
    width: 100px;
}

.recently-items--wrap .item .name {
    padding-top: 1vw;
    font-family: "Arimo Regural";
    font-size: 15px;
    line-height: 20px;
}

.recently-items--wrap .item .name a {
    color: #000000;
    text-decoration: none;
}

/*Recently Seen Products styles ends*/


/*Form md styles starts*/

label {

    font-size: 17px;
}

.md-input-wrapper {
    display: block;
    padding-top: 4px;
    position: relative;
    width: 100%;
}

.md-input-wrapper > label {
    color: #727272;
    left: 4px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 16px;
    transition: all 150ms ease-out 0s;
}


input.md-input:not([type]), input.md-input[type="text"], input.md-input[type="password"], input.md-input[type="datetime"], input.md-input[type="datetime-local"], input.md-input[type="date"], input.md-input[type="month"], input.md-input[type="time"], input.md-input[type="week"], input.md-input[type="number"], input.md-input[type="email"], input.md-input[type="url"], input.md-input[type="search"], input.md-input[type="tel"], input.md-input[type="color"], select.md-input, textarea.md-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #000000;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0) inset;
    box-sizing: border-box;
    display: block;
    font: 400 15px/18px Roboto, sans-serif;
    padding: 12px 4px;
    width: 100%;
}

input:not([type]), input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea {
    outline: 0 none;
}


.md-input-wrapper .md-input-bar::before {
    left: 50%;
}

.md-input-wrapper .md-input-bar::after, .md-input-wrapper .md-input-bar::before {
    background: #ffb300 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    width: 0;
}

.md-input-wrapper .md-input-bar::after {
    right: 50%;
}

.md-input-wrapper .md-input-bar {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}

.md-input-filled > label, .md-input-focus > label {
    font-size: 12px;
    top: -6px;
}

.md-input-wrapper-count > .md-input-wrapper-count .text-count-wrapper {
    bottom: 0;
    position: absolute;
    right: 0;
}

.md-input-filled > label, .md-input-focus > label {
    font-size: 12px;
    top: -6px;
}

.md-input-filled.md-input-wrapper-count .text-count-wrapper, .md-input-focus.md-input-wrapper-count .text-count-wrapper {
    opacity: 1;
}

.md-input-focus .md-input-bar::after, .md-input-focus .md-input-bar::before {
    width: 50%;
}

.md-input-wrapper-danger .md-input-bar::after, .md-input-wrapper-danger .md-input-bar::before {
    background: #e53935 none repeat scroll 0 0;
}

.md-input-wrapper-danger.md-input-wrapper-count .text-count-wrapper {
    color: #e53935;
}

.md-input-wrapper-success .md-input-bar::after, .md-input-wrapper-success .md-input-bar::before {
    background: #7cb342 none repeat scroll 0 0;
}

.md-input-wrapper-success.md-input-wrapper-count .text-count-wrapper {
    color: #7cb342;
}


.md-btn-primary, .md-btn-primary:active, .md-btn-primary:focus, .md-btn-primary:hover {
    background: #2196f3 none repeat scroll 0 0;
    color: #ffffff;
}

.md-btn {
    background: #000000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font: 500 14px/31px Roboto, sans-serif;
    min-height: 55px;
    min-width: 250px;
    padding: 2px 16px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    vertical-align: middle;
}

/*Form md styles ends*/


/*Search css*/
.uk-search .uk-search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--color-grey4) !important;
}

.uk-search {
    display: inline-block;
    position: relative;
    /* max-width: 100%; */
    width: 100%;
    margin: 0;
}


.uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}

.uk-search .uk-search-icon-flip {
    right: 0;
    left: auto;
}


.uk-search-default .uk-search-icon {
    width: 40px;
}

/*Search css*/


/*MEDIA QUERIES*/

@media (max-width: 1440px) {

    /*nav styles start*/
    #navbar-main-search {
        margin-left: 10%;
    }


    #navbar-main-info {
        width: 30%;
    }

    .uk-navbar {
        height: 10vh;
    }


    .uk-dropdown-search--wrap {
        width: 60%;
    }

    /*nav styles end*/
    /*menu styles starts*/
    #menu-list--wrap {
    }


    #menu-list .item {
        min-height: 130px;
        font-size: 13px;
    }

    .item-svg {
        width: 70px;
    }

    /*menu styles ends*/
    /*advantages styles starts*/
    #advnt {
        background: #f6f6f6;
    }

    .advnt-svg svg {
        width: 70px;
    }


    .advnt-title {
        font-size: 13px;
    }

    .advnt-text {
        font-size: 12px;
        line-height: 18px;
    }

    /*advantages styles ends*/
    /*newsletter styles starts*/
    .nwsltr--wrap .quote {
        font-size: 32px;
    }

    /*newsletter styles ends*/
    /*footer styles starts*/
    #footer-order, #footer-info {
        width: 30%;
    }

    #footer-trust {
        width: 35%;
    }

    #trust-logos .logo {
        width: 30%;
    }

    #footer-info .item, #footer-info a.title, #footer-order .title {
        font-size: 18px;
    }

    #footer-order .list li a {
        font-size: 15px;
    }

    #footer-info .item, #footer-info a.title {
        margin-bottom: 1vw;
    }

    #social-icons .icon {
        font-size: 25px;
    }

    /*footer styles ends*/
    /*recently seen styles starts*/
    .recently-items--wrap .title {
        font-size: 23px;
    }

    .recently-items--wrap .item .name {
        font-size: 12px;
        line-height: 17px;
    }

    /*recently seen styles ends*/
    /*suggested items styles starts*/
    .sg-item .title {
        font-size: 13px;
    }

    .sg-item .price .price--old {
        font-size: 15px;
    }

    .sg-item .price .price--current {
        font-size: 22px;
    }

    .sg-item .addToCart, .sg-item .fastCheckOut {
        font-size: 11px;
        line-height: 28px;
    }

    .badges .discount, .badges .hot {
        width: 35px;
        height: 35px;
        font-size: 11px;
    }

    /*suggested items styles ends*/


}


@media (max-width: 1366px) {
    #menu-list .item {
        min-height: 110px;
    }

    .item-svg {
        width: 60px;
    }
}


@media (max-width: 1280px) {

    /*navbar styles starts*/
    .uk-navbar {
        height: 6vw;
    }

    .uk-navbar-left {
        width: 90%;
    }

    #logo {
        width: 10%;
    }

    .uk-navbar-right {
        width: 8%;
        padding-left: 0;
    }

    #navbar-main-search {
        margin-left: 8%;
    }

    .uk-dropdown-search--wrap {
        width: 66%;
        padding-top: 5%;
    }


    .sg-items--search .sg-item {
        width: 50%;
        margin-bottom: 6%;
    }


    .sg-items--search .sg-item:last-of-type {
        display: none;
    }

    #navbar-main-info {
        width: 30%;
        margin-left: 9%;
    }

    #navbar-menu {
        justify-content: center;
    }

    #navbar-menu .tag {
        display: none;
    }


    #navbar-menu .svg-area svg {
        width: 30px;
    }


    #navbar-main-search-form .uk-dropdown-search {
        overflow: scroll;
    }

    /*navbar styles ends*/
    /*footer styles starts*/
    #footer-order, #footer-info {
        width: 35%;
    }

    #footer-trust {
        width: 25%;
    }


    #trust-logos .logo {
        width: 50%;
    }

    /*footer styles ends*/
    /*menu styles starts*/
    #menu--wrap > .container {
        overflow: scroll;
    }


    #menu-list--wrap {

    }

    #sg-items--menu {
        width: 60%;
    }

    #sg-items--menu .sg-item {
        width: 50%;
        margin-bottom: 7%;
    }


    .sub-menu-list {
        left: -14%;
        top: 96%;
        min-width: 321px;
    }

    #menu-list .item.hasChildren.visited::before {
        content: "<";
    }

    .sub--sub-menu-list {
        left: -12%;
        border-left: none;
        top: 101%;
        min-width: 283px;
    }

    /*menu styles ends*/
    /*shopping bag drawer starts*/
    #sb-drwr--wrap {
        padding: 5%;
        padding-bottom: 12%;
    }

    #sb-drwr.open {
        overflow: scroll;
    }

    /*shopping bag drawer ends*/


}

@media (max-width: 1024px) {

    /*nav styles starts*/
    .uk-navbar {
        height: 8vw;
    }


    #logo {
        width: 15%;
    }


    #navbar-main-search {
        margin-left: 1%;
        width: 40%;
    }

    #navbar-main-info {
        width: 33%;
        margin-left: 4%;
    }

    /*nav styles ends*/
    /*advantages styles starts*/
    .advnt--wrap {
        margin: 4vw auto 0;
        padding-bottom: 4vw;
    }

    /*advantages styles ends*/
    /*newsletter styles starts*/
    .nwsltr--wrap {
        margin: 6vw auto 0;
        width: 80vw;
        padding-bottom: 0;
    }

    .nwsltr-form--wrapper {
        margin-bottom: 5vw;
    }

    /*newsletter styles ends*/
    /*recently seen styles starts*/
    .recently-items--wrap .item {
        width: 20%;
    }

    /*recently seen styles ends*/
    /*suggested items styles starts*/
    #sg-items .sg-item {
        width: 30%;
        margin-bottom: 2.5vw;
    }

    .sg-items--wrap {
        margin-top: 2vw;
    }

    /*suggested items styles ends*/
    /*menu styles starts*/
    #menu {
        width: 40%;
    }

    /*menu styles ends*/

}


@media (max-width: 850px) {

    #navbar-main-search {
        margin-left: 1%;
        width: 35%;
    }


    #navbar-main-info {
        width: 37%;
        margin-left: 2%;
    }


    #phone-area {
        width: 70%;
    }


}


@media (max-width: 885px) {
    /*nav styles starts*/
    #phone-area .number {
        display: none;
    }

    #navbar-main-info {
        width: 20%;
        margin-left: 8%;
    }

    #navbar-main-search {
        margin-left: 1%;
        width: 45%;
    }

    #phone-area {
        width: 25%;
        margin-right: 2vw;
        border-right: none;

    }

    /*nav styles ends*/
    /*suggested items styles starts*/
    #sg-items .sg-item {
        width: 32%;
        margin-bottom: 4vw;
    }

    .sg-item .img--wrap .img {
        width: 120px;
    }


    .sg-item .title {
        font-size: 14px;
    }

    .sg-item .addToCart span, .sg-item .fastCheckOut span {
        font-size: 11px;
    }

    .sg-item .price .price--old {
        font-size: 15px;
    }

    .sg-item .price .price--current {
        font-size: 21px;
    }

    .badges .discount, .badges .hot {
        width: 35px;
        height: 35px;
        font-size: 11px;
    }

    .sg-items--wrap .pageTitle {
        font-size: 20px;
    }

    /*suggested items styles ends*/
    /*advantages styles starts*/
    .advnt-svg svg {
        width: 45px;
    }

    .advnt-title {
        font-size: 14px;
    }

    .advnt-text {
        font-size: 14px;
        line-height: 20px;
    }

    .advnt--wrap {
        margin: 4vw auto 0;
        padding-bottom: 5vw;
    }


    .advnt--wrap .item {
        margin-right: 2vw;
        width: 21%;
    }

    /*advantages styles ends*/
    /*newsletter styles starts*/
    .nwsltr--wrap .title {
        margin-bottom: 3vw;
    }

    .nwsltr--wrap .quote {
        font-size: 23px;
    }

    #nwsltr-info, #nwsltr-info label {
        font-size: 13px;
    }

    #nwsltr-form {
        width: 57%;
        font-size: 15px;
    }

    /*newsletter styles ends*/
    /*footer styles starts*/
    #footer-info .item, #footer-info a.title, #footer-order .title {
        font-size: 16px;
    }


    #footer-order .list li {
        margin-bottom: 1vh;
        font-size: 14px;
    }

    #social-icons .icon {
        font-size: 25px;
    }

    .footer--wrap {
        width: 96vw;
    }

    /*footer styles ends*/
    /*menu styles starts*/
    #menu-list .item, .sub-menu-list .item, .sub--sub-menu-list .item {
        min-height: 120px;
        font-size: 15px;
    }

    #menu {
        width: 50%;
    }

    #sg-items--menu {
        width: 45%;
    }


    #sg-items--menu .sg-item {
        width: 90%;
        margin-bottom: 7%;
    }


    /*menu styles ends*/


}

@media (max-width: 710px) {
    /*suggested items styles starts*/
    #sg-items .sg-item, .sg-item {
        width: 45%;
        margin-bottom: 4vw;
    }

    .sg-item .img--wrap .img {
        width: 95px;
    }

    .sg-items--wrap .pageTitle {
        font-size: 17px;
    }

    /*suggested items styles ends*/

}


@media (max-width: 605px) {

    /*nav style starts*/
    .uk-navbar {
        height: 10vw;
    }


    #navbar-main-info {
        width: 20%;
        margin-left: 2%;
    }

    .uk-dropdown-search--wrap {
        width: 80%;
    }

    #navbar-menu .svg-area svg {
        width: 25px;
    }

    .uk-navbar-right {
        width: 10%;
        padding-left: 0;
    }

    /*nav style ends*/
    /*suggested items styles starts*/
    #sg-items .sg-item, .sg-item {
        width: 45%;
        margin-bottom: 4vw;
    }

    .sg-item .img--wrap .img {
        width: 95px;
    }

    .sg-items--wrap .pageTitle {
        font-size: 17px;
    }

    /*suggested items styles ends*/
    /*advantages styles starts*/
    .advnt--wrap .item {
        margin-right: 2vw;
        width: 45%;
        margin-bottom: 4vw;
    }

    .advnt-svg svg {
        width: 35px;
    }

    .advnt-title {
        font-size: 12px;
    }


    .advnt-text {
        font-size: 12px;
        line-height: 17px;
    }

    /*advantages styles ends*/
    /*newsletter styles starts*/
    .nwsltr--wrap {
        padding-bottom: 3vw;
    }

    .nwsltr--wrap .title {
        font-size: 12px;
    }

    .nwsltr--wrap .quote {
        font-size: 17px;
    }

    /*newsletter ends*/
    /*footer styles starts*/
    #footer-order, #footer-info {
        width: 48%;
    }

    #footer-info {
        border-right: none;
    }

    #footer-trust {
        width: 70%;
        margin: 4vw auto 0;
    }

    #trust-logos .logo {
        width: 25%;
    }

    /*footer styles ends*/
    /*menu styles starts*/
    #menu-list--wrap {
        width: 50%;
    }

    #menu-list .item, .sub-menu-list .item, .sub--sub-menu-list .item {
        font-size: 12px;
    }


    .sub-menu-list {
        left: -14%;
        min-width: 265px;
    }


    #sg-items--menu {
        width: 45%;
    }

    #sg-items--menu .sg-items--wrap {
        width: 100%;
    }

    /*menu styles ends*/

}


@media (max-width: 510px) {

    /*nav styles starts*/
    .uk-navbar-right {
        width: 14%;
        padding-left: 0;
    }

    .uk-navbar-left {
        width: 85%;
    }

    #navbar-main-search.close, #navbar-main-search {
        opacity: 1;
        position: fixed;
        margin-top: 28%;
        width: 100%;
        background: white;
        left: 0;
        margin-left: 0;
        padding: 2%;
    }

    .uk-navbar {
        height: 13vw;
    }

    #navbar-main-info {
        width: 30%;
        margin-left: 25%;
    }

    #logo {
        width: 30%;
    }

    #phone-area {
        margin-right: 5vw;
    }

    #navbar-main-search-form {
        width: 85%;
        margin-left: 5%;
    }

    .uk-dropdown-search--wrap {
        width: 90%;
    }

    .sg-items--search {
        display: none;
    }

    /*nav styles ends*/
    /*suggested items styles starts*/
    #sg-items .sg-item, .sg-item {
        width: 50%;
        margin-bottom: 8vw;
        padding-left: 0;
    }

    .sg-item .price .price--old {
        font-size: 13px;
    }

    .sg-item .price .price--current {
        font-size: 18px;
    }

    .sg-items--wrap {
        margin-top: 7vw;
    }

    .sg-item .title {
        font-size: 11px;

    }

    .sg-item .addToCart {
        font-size: 10px;
        width: 100%;
        line-height: 29px;
        padding: 0 10px;
    }

    .sg-item .fastCheckOut {
        width: 100%;
        font-size: 10px;
        padding: 0 10px;
        line-height: 29px;
    }

    .badges .discount, .badges .hot {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .addFavorite {
        font-size: 19px;
    }

    /*suggested items styles ends*/
    /*advantages styles starts*/
    .advnt--wrap .item {
        width: 100%;
        padding-left: 0;
        display: flex;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 4vw;
    }

    .advnt--wrap hr {
        display: none;
    }

    .advnt--wrap {
        margin: 9vw auto 0;
        padding-bottom: 9vw;
    }

    .advnt-svg {
        width: 25%;
    }


    .advnt--wrap .text--wrap {
        width: 75%;
        text-align: left;
    }

    /*advantages styles ends*/
    /*newsletter styles starts*/
    #nwsltr-form {
        width: 100%;
        font-size: 13px;
    }

    .nwsltr--wrap .quote, .nwsltr--wrap .title, .nwsltr-form--wrapper, #nwsltr-info, #nwsltr-info label {
        padding-left: 0;
    }

    #terms-btn {
        width: 80%;
    }

    /*newsletter styles ends*/
    /*footer styles starts*/
    #footer-order, #footer-info {
        width: 90%;
        margin-bottom: 8vw;
        border-right: none;
    }


    #footer-trust {
        width: 95%;
        margin: 0 auto;
    }

    /*footer styles ends*/
    /*shopping bag drawer starts*/
    #sb-drwr--wrap {
        max-width: 300px;
    }

    #sb-drwr .header .title {
        width: 50%;
        font-size: 13px;
    }

    #sb-drwr .item-details .title, #sb-drwr .item-details .quantity, #sb-drwr .item-details .price, #sb-drwr-prices .item .title {
        font-size: 13px;
    }

    #sb-drwr-items .item .img {
        width: 45px;
    }

    #sb-drwr-prices .item .price {
        padding-left: 0;
        font-size: 13px;
    }

    #goToCheckOut, #goToShoppingPape {
        width: 80%;
        margin-bottom: 3vw;
        margin-left: 20%;
    }

    /*shopping bag drawer ends*/
    /*menu styles starts*/
    #sg-items--menu {
        display: none;
    }

    #menu-list--wrap {
        width: 95%;
        border-right: none;
    }

    .sub-menu-list {
        left: -10%;
        min-width: 340px;
    }

    /*menu styles ends*/
    /*recently seen styles starts*/
    .recently-items--wrap .title {
        font-size: 20px;
    }

    .recently-items--wrap {
        width: 85%;
    }

    .recently-items--wrap .item {
        width: 29%;
        margin-right: 3vw;
        margin-bottom: 4vw;
        padding: 3%;
    }

    .recently-items--wrap .item .addFavorite {
        font-size: 14px;
    }

    .recently-items--wrap .item .name {
        font-size: 11px;
        line-height: 14px;
    }

    /*recently seen styles end*/
    /*menu styles starts*/
    #menu {
        width: 100%;
    }

    /*menu styles ends*/


}

@media (max-width: 325px) {

    /*suggested items styles starts*/
    .sg-items--wrap {
        margin-top: 6vw;
    }

    #sg-items-mini .sg-item {
        width: 50%;
        padding-left: 0;
    }

    .sg-item .price .price--old {
        font-size: 12px;
    }

    .sg-item .price .price--current {
        font-size: 16px;
    }

    /*suggested items styles ends*/

}
.uk-notification{
    z-index: 9999;
}
.uk-notification-message {
   font-weight: 700;
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-style: normal;
    /*#f0506e*/
}

.uk-notification-message-danger{
    color:#fff6ee;
    background: #f0506e;
}
.uk-notification-message-success{
    color:#fff6ee;
    background: #43a047;
}
#loading{
    z-index: 9999;
    width: 100%;
    height:100%;
    position: fixed;
    top:0;
    left: 0;
    background: #E0E2E3;
    opacity:1
}
#loading svg {
    height: 100%;
    width: 100%;
}
#loading.hide{
    animation-duration: 2s;
    animation-name: loaderFadeout;
}

@keyframes loaderFadeout {

    50% { opacity: 1 }

    100% { opacity:0 }
}



