﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

@media screen and (min-width: 1260px) {
    .header .search, .my-list .search {
        width: 98%;
        left: 10px;
    }
}

@media screen and (min-width: 1260px) {
    .header .search {
        width: 98%;
        left: 10px;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-mega ul li {
    display: block;
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

    .nav-item.dropdown.dropdown-mega .dropdown-menu {
        width: 90%;
        top: auto;
        left: 5%;
    }

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler .hamburger-toggle {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        z-index: 11;
        float: right;
    }

        .navbar-toggler .hamburger-toggle .hamburger {
            position: absolute;
            transform: translate(-50%, -50%) rotate(0deg);
            left: 50%;
            top: 50%;
            width: 50%;
            height: 50%;
            pointer-events: none;
        }

            .navbar-toggler .hamburger-toggle .hamburger span {
                width: 100%;
                height: 4px;
                position: absolute;
                background: #333;
                border-radius: 2px;
                z-index: 1;
                transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
                left: 0px;
            }

                .navbar-toggler .hamburger-toggle .hamburger span:first-child {
                    top: 10%;
                    transform-origin: 50% 50%;
                    transform: translate(0% -50%) !important;
                }

                .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
                    top: 50%;
                    transform: translate(0, -50%);
                }

                .navbar-toggler .hamburger-toggle .hamburger span:last-child {
                    left: 0px;
                    top: auto;
                    bottom: 10%;
                    transform-origin: 50% 50%;
                }

            .navbar-toggler .hamburger-toggle .hamburger.active span {
                position: absolute;
                margin: 0;
            }

                .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
                    top: 45%;
                    transform: rotate(45deg);
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
                    left: 50%;
                    width: 0px;
                }

                .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
                    top: 45%;
                    transform: rotate(-45deg);
                }

.site-navigation-wrapper {
    display: none;
    background-color: #fff;
    transition: margin-top .15s cubic-bezier(0,0,.2,1);
}

@media screen and (min-width: 1024px) {
    .site-header-nav--open .site-navigation-wrapper {
        display: block;
    }
}

.site-navigation-wrapper:before {
    display: table;
    content: "";
}

.site-navigation {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

    .site-navigation .navmenu-depth-1 {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        height: 100%;
        padding: 0;
        margin-left: -15px;
    }

    .site-navigation ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .site-navigation .navmenu-depth-1 > li {
        display: inline-block;
        padding-top: 8px;
        padding-bottom: 8px;
        vertical-align: top;
    }

details {
    display: block;
}

.site-navigation .navmenu-link-depth-1, .site-navigation .site-header-account-link a {
    position: relative;
    padding: 12px 15px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
}

.site-navigation details > summary {
    list-style: none;
}

.site-navigation a, .site-navigation summary {
    display: block;
    text-decoration: none;
    list-style: none;
    cursor: pointer;
}

.site-navigation .navmenu-link-depth-1, .site-navigation .site-header-account-link a {
    position: relative;
    padding: 12px 15px;
    line-height: 18px;
    color: #000;
    text-decoration: none;
}

.navmenu-submenu.navmenu-meganav[data-animation-state=closed] {
    display: none;
}

.navmenu-meganav.navmenu-meganav--desktop {
    position: absolute;
    top: auto;
    left: 0;
    float: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    transform: translate(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (min-width: 1024px) {
    .categories:hover > ul {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    .categories > ul > li:hover > ul {
        display: block;
    }
}

@media only screen and (min-width: 1157px) and (max-width: 1329px) {
    .categories > ul > li > ul {
        width: 77px;
    }
}

.menu-container {
    border-top: 1px solid #e1e1e1;
    margin: 0;
    font-weight: 600;
    position: absolute;
    z-index: 2002;
    border-bottom: 3px solid #0483ca;
    top: 112px;
}

.site-navigation .navmenu-submenu {
    position: absolute;
    /*top: 100%;*/
    z-index: 702;
    box-sizing: content-box;
    /*display: none;*/
    background-color: #fff;
}

.subcollections-menu__menu-items {
    margin-left: 0;
    margin-right: 10%;
}

.subcollections-menu__menu-items {
    width: 55%;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    word-break: break-word;
}

    .subcollections-menu__menu-items h2 {
        padding: 0 0 1rem;
    }

    .subcollections-menu__menu-items ul.subcollections-menu__link-list {
        padding: 0;
        line-height: 1.5;
        list-style: none;
        text-align: left;
    }

        .subcollections-menu__menu-items ul.subcollections-menu__link-list > .subcollections-menu__link-item {
            margin-bottom: 0.25rem;
            display: flex;
        }

    .subcollections-menu__menu-items .accordion--icon {
        font-weight: 700;
        margin-top: 1.75rem;
    }

    .subcollections-menu__menu-items > a {
        display: block;
        width: 100%;
    }

.navmenu-item {
    display: block;
    margin: unset;
    padding: unset
}

@media (min-width: 768px) {
    .animate {
        animation-duration: 0.3s !important;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.navmenu-meganav-sidenav__wrapper--images {
    min-height: 70vh;
}

.navmenu-meganav-sidenav__wrapper {
    padding: 1rem 0 1.75rem;
}

.navmenu-meganav-wrapper {
    position: relative;
    display: flex;
    overflow-y: auto;
}

.site-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navmenu-meganav-sidenav__items {
    width: 25%;
    overflow: auto;
    border-right: 1px solid rgba(0,0,0,.15);
}

.navmenu-meganav.navmenu-meganav--desktop .navmenu-depth-2 .navmenu-meganav-sidenav__item-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0 0.75rem 25px;
    font-weight: 700;
    line-height: 1.3;
    cursor: pointer;
}

.navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text {
    display: block;
    padding: 0.4375rem 0;
    font-size: var(--font-size-menu-body-medium);
    color: #000;
    transition: color .2s cubic-bezier(0,0,.2,1);
}

.site-navigation .navmenu-depth-2 .navmenu-link {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body);
    z-index: 2;
    display: block;
    padding: 0.4375rem 2rem 0.4375rem 1.5625rem;
    text-transform: none;
    letter-spacing: 0;
    transition: color .2s cubic-bezier(0,0,.2,1);
}

.navmenu-meganav.navmenu-meganav--desktop .navmenu-depth-2 .navmenu-meganav-sidenav__item-text > * {
    pointer-events: none;
}

.navmenu-meganav-sidenav__items .navmenu-meganav-sidenav__submenu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navmenu-meganav-sidenav__items .navmenu-icon {
    padding: 0 1rem;
}

.navmenu-meganav-sidenav__items .icon-chevron-down {
    transform: translateY(-0.15em) rotate(270deg);
}

svg:not(:root) {
    overflow: hidden;
}

.navmenu-meganav-sidenav__items .navmenu-depth-3.navmenu-submenu.navmenu {
    height: calc(100% - 2.75rem);
}

.navmenu-meganav-sidenav__items--images .navmenu-depth-3 {
    grid-template-columns: repeat(var(--meganav-sidenav-columns),1fr);
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    grid-gap: 1.75rem;
    align-items: start;
}

.navmenu-meganav-sidenav__items .navmenu-depth-3 {
    --meganav-sidenav-columns: 3;
    position: absolute;
    top: 1rem;
    right: 0;
    left: 25%;
    padding: 1rem 25px 0 1.75rem;
    overflow: auto;
}

.navmenu-meganav-sidenav__items .navmenu-submenu {
    box-shadow: none;
}

.site-navigation .navmenu-submenu {
    position: absolute;
    /*    top: 100%;
*/ z-index: 50000;
    box-sizing: content-box;
    /*display: none;*/
    background-color: #fff;
}

.site-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navmenu-meganav-sidenav__items .navmenu-depth-3 .navmenu-link {
    padding: 0;
}

.site-navigation .navmenu-depth-2 .navmenu-link {
    font-style: normal;
    font-weight: 400;
    font-size: var(--font-size-body);
    z-index: 2;
    display: block;
    padding: 0.4375rem 2rem 0.4375rem 1.5625rem;
    text-transform: none;
    letter-spacing: 0;
    transition: color .2s cubic-bezier(0,0,.2,1);
}

.navmenu-meganav-sidenav__items--images .navmenu-item__image-wrapper {
    position: relative;
    margin-bottom: 0.75rem;
}

.navmenu-meganav-sidenav__items--images .navmenu-item__image {
    width: 100%;
    height: auto;
}


/*nav*/
.icons {
    display: inline-flex;
    margin-left: auto;
}

    .icons a {
        transition: all 0.2s ease-in-out;
        padding: 0.2rem 0.4rem;
        color: #ccc !important;
        text-decoration: none;
    }

        .icons a:hover {
            color: white;
            text-shadow: 0 0 30px white;
        }

.search__box {
    position: relative;
}

.nav > .dropdown-megamenu {
    position: static;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-container {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        box-shadow: none;
        border-radius: 0;
    }
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 94vw;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 90vw;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 90vw;
    }
}

@media (min-width: 1220px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 90vw;
    }
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 99vw;
    padding-right: var(--bs-gutter-x,10px);
    padding-left: var(--bs-gutter-x,10px);
    margin-right: auto;
    margin-left: auto;
}

.container, .wp-block, .col-half-section {
    --porto-container-width: 1200px;
}

.dropdown-megamenu > .dropdown-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 15px;
}

.viewall {
    right: 15px;
    color: #fff !important;
    background-color: #27ae60;
}

.dropdown-megamenu .dropdown-menu {
    display: block;
}

.link-image .media-object {
    float: left;
    margin-bottom: 7.5px;
}

.link-image-sm + .link-image-sm .media-object {
    margin-left: 7.5px;
}

.thumbnail .caption {
    min-height: 120px;
}

.thumbnail:hover {
    text-decoration: none;
}
/* Link list */
.list-links {
    list-style: none;
    padding: 0;
}

    .list-links li {
        line-height: 1.71428571;
    }

    .list-links a {
        color: #555;
    }

        .list-links a:hover,
        .list-links a:focus,
        .list-links a:active {
            color: #22527b;
        }

.search input {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search input {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.react-autosuggest__input {
    border-radius: 3px;
    border: 0;
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    height: 42px;
    margin-right: -43px;
    outline: 0;
    padding: 0 16px 0 48px;
    width: 100%;
}

.search__btn {
    background-color: transparent;
    border-radius: 0 3px 3px 0;
    color: #999;
    font-size: 24px;
    height: 42px;
    padding: 0;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

    .search__btn:before {
        content: "R";
        font-family: IconFont;
        font-style: normal;
    }

.search {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    overflow: hidden;
    left: 486px;
    top: 12px;
    position: absolute;
    height: auto;
    width: calc(100% - 780px);
    z-index: 2001;
}

.carousel-inner {
    border-radius: 15px;
    /*    box-shadow: 0 0 18px rgb(0 0 0 / 15%);
*/
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

a {
    color: #212529 !important;
}

.scr {
    color: #fff !important;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfontd41d.eot?v=4.6.1');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont3e6e.woff') format('woff'), url('../fonts/fontawesome-webfont3e6e.ttf') format('truetype'), url('../fonts/fontawesome-webfont3e6e.svg?v=4.6.1#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
}

body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: #000;
    font-weight: 400;
    background: #f5f5f5;
}

h1 {
    font-weight: normal;
}

h2 {
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

h4 {
    font-weight: normal;
}

h5 {
    font-weight: normal;
}

h6 {
    font-weight: normal;
}

.header-curv-fg {
    height: 20px;
    position: relative;
    background: #27ae60;
    background-size: cover;
    background-position: bottom;
}

.header-curv-bg {
    height: 20px;
    top: -20px;
    position: relative;
    border-top-left-radius: 80px 80px;
    background-color: #ffffff;
    border-top-right-radius: 80px 80px;
    background-size: cover;
    background-position: bottom;
}

.productdetailscontainer {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 0px;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    font-size: 87.5%;
    position: relative;
}

.wrapperpadding {
    padding: 30px;
}

.fullwidth {
    width: 100%;
}

.halfwidth {
    width: 50%;
}

.autowidth {
    width: auto !important;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.paddingtop10 {
    padding-top: 10px;
}

.paddingbtm10 {
    padding-bottom: 10px;
}
/*arabic layout */
.Layout_ar .alignleft {
    float: right;
}

.Layout_ar .alignright {
    float: left;
}

.Layout_ar .textleft {
    text-align: right;
}

.Layout_ar .textright {
    text-align: left;
}
/*arabic layout */
.greybg {
    background: #f5f5f5;
}

.whitebg {
    background: #fff;
}

.bluebg {
    background: #27ae60 !important;
    color: #fff;
}

.greycolor {
    color: #898989;
}

.greencolor {
    color: #549f35;
}

.redcolor {
    color: #d80000;
}

.red {
    color: red;
}

.alignment {
    position: relative;
    left: 80px;
    top: 20px;
}

.alignment1 {
    position: relative;
    left: 40px;
    top: 20px;
}

.alignment2 {
    position: relative;
    left: 110px;
    top: 20px;
}

.alignment3 {
    position: relative;
    left: 60px;
    top: 20px;
}

.wishIcon {
    position: absolute;
    top: 9px;
    right: 7px;
    width: 25px;
    height: 24px;
    background: url(../../img/wishlistIcon.png) no-repeat center;
    background-size: 100%;
    z-index: 100;
    background-color: #fff;
    cursor: pointer;
}

    .wishIcon.active {
        background: url("../../img/wishActive.png") no-repeat center;
        background-size: 32px;
    }

.bluecolor {
    color: #1f91d0;
}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 9;
}

/* Add styles to the form container */
.form-container {
    padding: 20px;
    background-color: white;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 10px -2px rgb(0, 0, 0, 20%);
    box-shadow: 0 4px 10px -2px rgb(0, 0, 0, 20%);
}

    /* Full-width input fields */
    .form-container input[type=text], .form-container input[type=password] {
        width: 100%;
        padding: 15px;
        margin: 5px 0 22px 0;
        border: none;
        background: #f1f1f1;
    }

        /* When the inputs get focus, do something */
        .form-container input[type=text]:focus, .form-container input[type=password]:focus {
            background-color: #ddd;
            outline: none;
        }

    /* Set a style for the submit/login button */
    .form-container .btn {
        background-color: #04AA6D;
        color: white;
        padding: 16px 20px;
        border: none;
        cursor: pointer;
        width: 100%;
        margin-bottom: 10px;
        opacity: 0.8;
    }

    /* Add a red background color to the cancel button */
    .form-container .cancel {
        background-color: red !important;
    }

.radio-label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}

.bordertop {
    border-top: 3px solid #27ae60 !important;
}

.borderbottom {
    border-bottom: 1px solid #cdcdcd;
}

.bordertopsingleline {
    border-top: 1px solid #cdcdcd;
}

.redborder {
    border: 2px solid #d80000;
}

.twocolumns {
    width: 50%;
}

.threecolumns {
    width: 33.333%;
}

.fontbold {
    font-weight: 600;
}

.box-shadow {
    box-shadow: 0 2px 8px #ccc;
    -webkit-box-shadow: 0 2px 8px #ccc;
}

.deliver {
    display: inline-block;
    font-size: 14px !important;
    padding: 5px 15px;
    text-shadow: 0 2px 1px #000;
    -webkit-text-shadow: 0 2px 1px #000;
}

    .deliver.success {
        background: green;
        color: #fff;
    }

    .deliver.pending {
        background: #faee20;
        border: 1px solid #e2d608;
        color: #000;
        text-shadow: 0 2px 1px #fff;
        -webkit-text-shadow: 0 2px 1px #fff;
        color: #000;
    }

    .deliver.return {
        background: #fab220;
        color: #fff;
        border: 1px solid #fab220;
    }

    .deliver.failed {
        background: red;
        color: #fff;
    }

    .deliver.inprocess {
        background: #27ae60;
        color: #fff;
        text-shadow: none;
    }

.loadingclass {
    background: #fff;
    width: 100px;
    overflow: hidden;
    margin: -54px 0 0 -47px;
    text-align: center;
    position: fixed;
    z-index: 999999;
    box-shadow: 0 1px 6px #666;
    -webkit-box-shadow: 0 1px 6px #666;
    left: 50%;
    top: 50%;
}

    .loadingclass span.loaderimg {
        margin: 0 0 10px;
    }

    .loadingclass span.loaderimg {
        display: block;
        margin: 0 auto;
    }

    .loadingclass span {
        float: left;
        width: 100%;
        font-size: 13px;
        text-align: center;
        line-height: 10px;
    }

.contentload {
    background: #fff;
    width: 50px;
    height: 50px;
    padding: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    z-index: 1000;
}

    .contentload img {
        padding: 5px;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}



    ul li:first-child {
        margin-left: 0;
    }

select {
    font-size: 100%;
}

a, a:hover {
    text-decoration: none !important;
    color: #000;
    outline: none;
}

    a:focus {
        outline: none;
    }

.textleft {
    text-align: left;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.bluetext {
    color: #1f91d0;
}

.whitetext {
    color: #fff;
}

.deepyellowbg {
    background: #f9b223;
}

.deepyellowtext {
    color: #f9b223;
}

.yellowborder {
    border-top: 3px solid #27ae60;
}

.greygradient {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 4%, #f6f6f6 14%, #e5e5e3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 4%,#f6f6f6 14%,#e5e5e3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 4%,#f6f6f6 14%,#e5e5e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e3',GradientType=0 ); /* IE6-9 */
}

.btnorange {
    color: #fff;
    font-weight: 700;
    padding: 8px 1.5vh;
    /*height: 35px;*/
    border: 0;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.25s ease;
    background: #27ae60;
    border: 1px solid #27ae60;
    color: #fff !IMPORTANT;
    text-shadow: 0 1px 1px #787878;
    text-align: center;
    margin-right: 10px;
}

    .btnorange.secondoary {
        background: #64e18e !important;
        color: black !important;
    }


.btnred {
    background: #ccc;
    color: #ccc;
    font-weight: 700;
    padding: 10px 15px;
    height: 35px;
    border: 0;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.25s ease;
    background: #cc0d0d !important;
    border: 1px solid #cc0d0d !important;
    color: #ffffff !IMPORTANT;
    text-shadow: 0 1px 1px #787878;
    text-align: center;
}

/*.btnorange:hover {
    background: red;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    height: 35px;
    border: 0;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    letter-spacing: 1px;
    transition: all 0.25s ease;
    background: #27ae60 !important;
    border: 1px solid #27ae60 !important;
    color: red;
    text-shadow: 0 1px 1px #787878;
    text-align: center;
}*/

.btngreen {
    padding-right: 20px;
    padding-left: 20px;
    background: #27ae60;
    color: #fff;
    /*  
    max-width: 120px;
    width: 100%;
*/
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    border: 0;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.25s ease;
    background: #27ae60 !important;
    border: 1px solid #27ae60 !important;
    color: #fff !IMPORTANT;
    text-shadow: 0 1px 1px #787878;
    text-align: center;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}


/*    .btngreen:hover {
        background: red;
        color: #fff;
        font-weight: 700;
        padding: 10px 15px;
        height: 40px;
        border: 0;
        border-radius: 50px;
        font-size: 14px;
        cursor: pointer;
        outline: none;
        letter-spacing: 1px;
        transition: all 0.25s ease;
        background: #27ae60 !important;
        border: 1px solid #27ae60 !important;
        color: red;
        text-shadow: 0 1px 1px #787878;
        text-align: center;
    }*/
.dsh-slider-inner {
    width: 360px;
    padding: 35px 20px 25px 20px;
    background-size: cover;
    border-radius: 25px;
    background-position: center;
    box-shadow: 0 9px 20px 6px rgb(0 0 0 / 6%);
    -webkit-box-shadow: 0 9px 20px 6px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 9px 20px 6px rgb(0 0 0 / 6%);
    -ms-box-shadow: 0 9px 20px 6px rgb(0 0 0 / 6%);
    -o-box-shadow: 0 9px 20px 6px rgb(0 0 0 / 6%);
}

.btnblue {
    background: #27ae60;
    color: #fff;
    font-weight: 700;
    padding: 8px 1.5vh;
    height: 30px;
    border: 0;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.25s ease;
    background: #27ae60 !important;
    border: 1px solid #27ae60 !important;
    color: #fff !IMPORTANT;
    text-shadow: 0 1px 1px #787878;
    text-align: center;
}


    .btnblue:active {
        transform: scale(0.85);
        box-shadow: 3px 2px 25px 1px rgba(0,0,0,0.25);
    }

btnred:active {
    transform: scale(0.85);
    box-shadow: 3px 2px 25px 1px rgba(0,0,0,0.25);
}

.btncream {
    background: #27ae60;
    color: #fff;
    font-weight: 500;
    padding: 8px 10px;
    height: 35px;
    border: 0;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.25s ease;
    background: #27ae60 !important;
    border: 1px solid #27ae60 !important;
    color: #fff !IMPORTANT;
    text-shadow: 0 1px 1px #787878;
    text-align: center;
}


    .btncream:active {
        transform: scale(0.85);
        box-shadow: 3px 2px 25px 1px rgba(0,0,0,0.25);
    }

.btngreens {
    background: #27ae60;
    color: #fff;
    font-weight: 500;
    padding: 8px 10px;
    height: 35px;
    width: 12px;
    border: 0;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.25s ease;
    background: #27ae60 !important;
    border: 1px solid #27ae60 !important;
    color: #fff !IMPORTANT;
    text-shadow: 0 1px 1px #787878;
    text-align: center;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.mainwrap.checkout .maincontentarea div.tabContainer div.tab .delivery-op select {
    color: #363636;
    margin: 8px 10px 10px 16px;
    padding: 4px;
    width: 90%;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff !important;
}

.noMargin {
    margin: 0 !important;
}

.noMarginLeft {
    margin-left: 0 !important;
}

.noMarginRight {
    margin-right: 0 !important;
}

.noMarginTop {
    margin-top: 0 !important;
}

.noMarginBtm {
    margin-bottom: 0 !important;
}

.marginTop5 {
    margin-top: 5px !important;
}

.marginBtm5 {
    margin-bottom: 5px !important;
}

.marginLeft5 {
    margin-left: 5px !important;
}

.marginRight5 {
    margin-right: 5px !important;
}

.marginTop10 {
    margin-top: 10px !important;
}

.marginBtm10 {
    margin-bottom: 10px !important;
}

.marginRight10 {
    margin-right: 10px !important;
}

.marginLeft10 {
    margin-left: 10px !important;
}

.mainwrap.checkout .maincontentarea div.tabContainer div.tab .delivery-op select {
    height: 44px;
}

.delivery-op.commonOption select

input.btnorange {
    padding: 6px 22px;
}

body.headerdown .mainheaderwrap {
    margin: 0;
}

.nav-up {
    top: -120px !important;
}

@media screen and (min-width: 1280px) {
    responsive {
        display: none;
    }
}

body.headerup .mainheaderwrap {
    margin: 0;
    top: -160px;
}

.headerwrap {
    width: 100%;
    position: absolute;
    top: 0; /*z-index: 2002;*/
    z-index: 2004;
    left: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.rightmenu-icon, .leftmenu-icon {
    display: none;
    box-shadow: 0 2px 5px #999;
    -webkit-box-shadow: 0 2px 5px #999;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    width: 40px;
    color: #27ae60;
    cursor: pointer;
}

.topstrip div.alignright {
    padding: 2px 10px;
    border-left: 1px solid #e1e1e1;
}

    .topstrip div.alignright.language, .topstrip div.alignright.country, .topstrip div.alignright.choosecountry, .topstrip div.alignright.memberinfo {
        padding: 7px 10px;
    }
/*.topstrip div.alignright:nth-of-type(1) { font-size: 15px; font-weight: 600; padding: 3px 0 0 10px; direction:ltr; } required later if contact number has added 
.topstrip div.alignright:nth-of-type(1) img { position:relative; top:-2px; } required later if contact number has added */
.whatsappnumber a:hover {
    color: #FAB220;
}

.whatsappnumber a.contact {
    cursor: default;
    pointer-events: none;
    padding: 5px 0 2px;
    display: inline-block;
}

    .whatsappnumber a.contact img {
        margin: -3px 0 0;
    }

.language a {
    color: #1f91d0;
}

.header {
    width: 100%;
}

.flex-center {
    align-items: center;
    display: flex;
}

.header-wrap {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fff;
}

.item-radio .btn {
    border-radius: 23px !important;
    font-size: 12px;
    margin: 0 4px 0 0px;
    border: 1px solid #ff6000;
    color: #ff6000;
    background: transparent;
    padding: 5px 11px;
}

    .item-radio .btn.active {
        background: #ff6000 !important;
        border-color: #ff6000 !important;
    }

.cart-items-number {
    border-radius: 50px;
    padding: 3px;
    background: #f7f7f8;
    width: 90px;
    height: 34px;
}

.badge {
    font-size: 11px;
    padding: 7px 9px;
    font-weight: 500;
    position: absolute;
}

.badge {
    font-size: 14px;
    padding: 8px 10px;
    font-weight: 500;
}

#tooltip {
    background: #333;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
    display: none;
}

    #tooltip[data-show] {
        display: block;
    }

#arrow,
#arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit;
}

#arrow {
    visibility: hidden;
}

    #arrow::before {
        visibility: visible;
        content: '';
        transform: rotate(45deg);
    }

#tooltip[data-popper-placement^='top'] > #arrow {
    bottom: -4px;
}

#tooltip[data-popper-placement^='bottom'] > #arrow {
    top: -4px;
}

#tooltip[data-popper-placement^='left'] > #arrow {
    right: -4px;
}

#tooltip[data-popper-placement^='right'] > #arrow {
    left: -4px;
}

.cart-items-number .btn {
    width: 28px;
    background: #fff;
    height: 28px;
    border-radius: 50px !important;
    color: #ff6000;
    font-size: 17px;
    box-shadow: 0px 0px 3px #dedede;
    line-height: 18px;
    text-align: center;
    padding: 0px;
    margin: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
}

.Ff-z:not(.Gf-z):before {
    content: "";
    background-color: rgba(233,247,239,.04);
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.cart-items-number .form-control {
    max-width: 30px;
    text-align: center;
    padding: 0px;
    height: 30px;
    border: none !important;
    background: transparent;
    color: #5d6671;
}

.cart-items-number .btn:hover, .cart-items-number .btn:focus {
    background: #ff6000;
    color: #ffffff;
}

.product-detail-main-body {
    color: #212529;
}
/* From cssbuttons.io by @alexmaracinaru */
.addtocartoptions {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.options-body {
    width: max-content;
    border-radius: 7px;
    overflow: hidden;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: 0 10px 50px -10px rgb(0, 0, 0, 90%);
    box-shadow: 0 10px 50px -10px rgb(0,0, 0, 90%);
}

.addtocartoptions button {
    cursor: pointer;
    font-weight: 700;
    transition: all .2s;
    padding: 10px 20px;
    border-radius: 100px;
    background: #27ae60;
    color: #fff;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.addtocartoptions [type="radio"] {
    z-index: -1;
    position: absolute;
    opacity: 0;
}

    .addtocartoptions [type="radio"]:checked ~ label {
        border-color: #28a745;
        background-color: rgba(40, 167, 69, 0.16);
        color: #000;
    }

        .addtocartoptions [type="radio"]:checked ~ label:before {
            will-change: transform, border-width, border-color;
            -webkit-animation: bubble 1s ease-in;
            animation: bubble 1s ease-in;
        }

        .addtocartoptions [type="radio"]:checked ~ label:after {
            will-change: opacity, box-shadow;
            -webkit-animation: sparkles 700ms ease-in-out;
            animation: sparkles 700ms ease-in-out;
        }

        .addtocartoptions [type="radio"]:checked ~ label > span {
            will-change: transform;
            border: 0;
            background-image: linear-gradient(to top right, #28a745, #28a745);
            -webkit-animation: radio 400ms cubic-bezier(0.17, 0.89, 0.32, 1.49);
            animation: radio 400ms cubic-bezier(0.17, 0.89, 0.32, 1.49);
        }

            .addtocartoptions [type="radio"]:checked ~ label > span:after {
                content: "";
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 6px;
                height: 6px;
                border-radius: 10px;
                background-color: #fff;
            }

        .addtocartoptions [type="radio"]:checked ~ label .card {
            will-change: box-shadow;
            -webkit-animation: card 500ms ease-in-out forwards;
            animation: card 500ms ease-in-out forwards;
        }

            .addtocartoptions [type="radio"]:checked ~ label .card:after {
                will-change: transform;
                -webkit-animation: shine 500ms ease-in forwards;
                animation: shine 500ms ease-in forwards;
                -webkit-animation-delay: 100ms;
                animation-delay: 100ms;
            }

.addtocartoptions label {
    position: relative;
    display: grid;
    align-items: center;
    grid-template-columns: 20px auto 100px;
    grid-gap: 20px;
    width: 320px;
    height: 62px;
    padding: 0 20px;
    border-radius: 6px;
    border: 2px solid transparent;
    background-color: transparent;
    transition: all 300ms ease-in;
}

    .addtocartoptions label:hover {
        border-color: #28a745;
        background-color: rgba(40, 167, 69, 0.16);
    }

    .addtocartoptions label:before, label:after {
        position: absolute;
        left: 29px;
        border-radius: 50%;
        content: "";
    }

    .addtocartoptions label:before {
        margin: -2rem;
        border: solid 2rem #545461;
        width: 4rem;
        height: 4rem;
        transform: scale(0);
    }

    .addtocartoptions label:after {
        margin: -0.1875rem;
        width: 0.375rem;
        height: 0.375rem;
        box-shadow: 0.32476rem -2.6875rem 0 -0.1875rem #ff8080, -0.32476rem -2.3125rem 0 -0.1875rem #ffed80, 2.30366rem -1.42172rem 0 -0.1875rem #ffed80, 1.6055rem -1.69573rem 0 -0.1875rem #a4ff80, 2.54785rem 0.91464rem 0 -0.1875rem #a4ff80, 2.32679rem 0.19796rem 0 -0.1875rem #80ffc8, 0.87346rem 2.56226rem 0 -0.1875rem #80ffc8, 1.29595rem 1.94258rem 0 -0.1875rem #80c8ff, -1.45866rem 2.28045rem 0 -0.1875rem #80c8ff, -0.71076rem 2.2244rem 0 -0.1875rem #a480ff, -2.69238rem 0.28141rem 0 -0.1875rem #a480ff, -2.18226rem 0.8312rem 0 -0.1875rem #ff80ed, -1.89869rem -1.92954rem 0 -0.1875rem #ff80ed, -2.01047rem -1.18791rem 0 -0.1875rem #ff8080;
    }

    .addtocartoptions label > span {
        position: relative;
        display: inline-flex;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        border: 2px solid #28a745;
        background-image: linear-gradient(to bottom, #28a745, #28a745);
    }


addtocartoptions .text__row {
    display: grid;
    grid-template-columns: 54px 64px;
    grid-gap: 6px;
}

.addtocartoptions .text__row:last-of-type {
    grid-template-columns: 45px 54px;
    margin-top: 7px;
}

.addtocartoptions .text__loader {
    height: 13px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.4);
}

.addtocartoptions .option:not(:last-child) {
    margin-bottom: 4px;
}

@-webkit-keyframes radio {
    0%, 17.5% {
        transform: scale(0);
    }
}

@keyframes radio {
    0%, 17.5% {
        transform: scale(0);
    }
}




@-webkit-keyframes shine {
    from {
        transform: translateX(-70px) rotate(10deg);
    }

    to {
        transform: translateX(300px) rotate(10deg);
    }
}

@keyframes shine {
    from {
        transform: translateX(-70px) rotate(10deg);
    }

    to {
        transform: translateX(300px) rotate(10deg);
    }
}

.modal .modal-content .modal-body .close-btn {
    color: #000;
}

.modal .warp-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    background: rgba(62, 100, 255, 0.05);
    color: #3e64ff;
    border-radius: 50%;
}

    .modal .warp-icon span {
        font-size: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}

    .close-btn span {
        color: #ccc;
    }

    .close-btn span {
        color: #ccc;
    }

button > svg {
    width: 34px;
    margin-left: -10px;
    transition: transform .3s ease-in-out;
}

button:hover svg {
    transform: translateX(5px);
}

.owl-next span {
    right: 1vw;
}

.owl-prev span {
    left: 1vw;
}

.owl-stage-outer {
    border-radius: 1rem;
}

.owl-next span, .owl-prev span {
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    outline: none;
    font-size: 14px;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    position: absolute;
    top: calc(50% - 16px);
    transform: translateY(-50%);
    transition: box-shadow 0.25s ease 0s, border-color 0.25s ease 0s;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: rgb(77, 77, 77);
    justify-content: center;
    border-image: initial;
    vertical-align: middle;
    border-radius: 50vw;
    padding: 0 16px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: #27ae60;
}
/*.owl-carousel .owl-stage {
    width: 100% !important;
}

.owl-carousel.owl-drag .owl-item {
    width: 100% !important;
}*/
.cart-button-lg {
    background: #27ae60 !important;
    border: 1px solid #27ae60 !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 15px;
    height: 50px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 40px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    width: auto;
    padding: 14px 32px !important;
    height: 48px;
    margin-left: auto;
    margin-right: auto !important;
}

    .cart-button-lg:hover {
        transform: scale(1.04);
        background-color: #1fdf64;
    }


.cart-empty {
    background: #fff;
    min-height: 50vh;
    display: flex !important;
    padding: 10px;
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
}

.buy-now-button {
    background: #27ae60 !important;
    color: #fff !important;
    border: 1px solid #27ae60 !important;
}

.recommend-slider {
    border-radius: .40rem !important;
}

.rounded {
    border-radius: .40rem !important;
}

.card:hover img {
    transition: all .5s ease;
}

.card img {
    transition: all .5s ease;
}

.add-to-cart .btn-qty {
    width: 52px;
    height: 46px;
}

.add-to-cart .btn {
    border-radius: 0;
}

.card:hover img {
    transform: scale(1.2);
    overflow: hidden;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1232px) {
    .col-lg-22 {
        width: 91.66667%;
    }
}

.main-header {
    align-items: center;
    justify-content: space-between;
    display: flex;
    overflow: visible;
    max-width: 100%;
}

.header-top {
    border-bottom: none;
    min-height: 60px;
    height: 60px;
    padding: 0;
}

.header-category {
    min-height: 60px;
    max-height: none;
    height: 60px;
    padding: 0;
    max-width: 100%;
    margin-left: 0;
}

.header-logo {
    height: 49px;
}

.header-title {
    margin-left: 30px;
}

header {
    position: relative;
    top: 0;
    transition: all 1s linear;
    opacity: 1;
}

.nav-up {
    display: none;
    opacity: 0;
    transition: all 1s linear;
}

.header-elements {
    display: flex;
    align-items: center;
    margin-left: auto;
    z-index: 1;
}

.top-link {
    margin: 0 0 0 33px;
}


.category-list {
    display: flex;
    overflow-x: visible;
    padding-left: 0;
    margin: 0;
}

    .category-list li {
        position: initial;
        display: block;
        border-bottom: none;
        padding: 0 11px;
    }

        .category-list li:first-child {
            padding: 0 11px 0 0;
        }

        .category-list li a {
            padding: 0 14px;
            line-height: 48px;
            font-size: 14px;
            color: #000;
            font-weight: 700;
            text-transform: uppercase;
            -webkit-backface-visibility: hidden;
        }

    .category-list > li:hover > a:after {
        background-color: #28a745;
        width: 100%;
    }

    .category-list > li > a:after {
        background-color: transparent;
        content: '';
        width: 0;
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
    }

.category-title {
    display: block;
    position: relative;
}

.cart1 {
    position: relative;
    height: 34px !important;
    width: 38px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 11px;
    border-radius: 5px;
    font-size: 21px
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 4px 11px rgb(0, 128, 96, 35%);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 4px 11px rgb(0, 128, 96, 35%);
}

.btn-primary {
    color: #fff;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.homepage-banner-container {
    margin-top: 125px;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container {
    border: 1px solid #e1e1e1;
    margin: 5px 0;
}

.row .col {
    padding: 0 5px;
}

.section-title-hr {
    margin: 0 0 10px;
    width: 100%;
    border: 0;
    height: 1px;
    background: #333;
    color: #dedede;
    background-image: linear-gradient( 90deg,#f2f2f2,#787878,#f2f2f2);
}

@media only screen and (min-width:1006px) {
    /*    .main-body {
        margin-top: 134px;
    }*/
    .hide-leftmenu {
        display: none;
    }
}

@media only screen and (max-width:1006px) {
    .hide-icon {
        display: none;
    }
}

/*@media only screen and (max-width:1200px) {
    .header__top {
        display: none;
    }
}
*/
.img-responsive:hover {
}

.img-responsive {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
}

.cart1 {
    padding: 10px;
}

.box:before {
    content: "";
    float: left;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.autospellcheck {
    width: auto;
    text-align: left;
    color: #000;
    font-size: 16px;
    font-style: italic;
}

    .autospellcheck a {
        font-weight: 600;
        color: #fab220;
        text-decoration: underline;
        font-style: normal;
        font-size: 20px;
    }

.choosecountry span {
    display: none;
    margin: -1px 0 0 5px;
    float: right;
}

.Layout_ar .choosecountry span {
    float: left;
    margin-left: 0;
    margin-right: 5px;
}

.memberinfo span {
    background: #f6ee23;
    padding: 4px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0 1px 3px #b3b3b3;
    -webkit-box-shadow: 0 1px 3px #b3b3b3;
    text-shadow: 0px 3px 2px #fff;
    position: relative;
    top: -1px;
}

.membercontext {
    max-width: 200px;
    display: none;
}

.Layout_ar .membercontext.arabic, .Layout_en .membercontext.eng {
    display: block;
}

.membercontext marquee {
    font-size: 13px;
    line-height: 26px;
    color: #f16623;
    font-weight: 600;
    text-shadow: 0 2px 2px #ffffff;
    position: relative;
    top: 2px;
}

.account_options .loyaltypoints {
    font-weight: 600;
    margin: 0 0 8px;
    display: none;
}

.loyaltypoints b {
    font-size: 18px;
    color: #27ae60;
}

.account_options .memberinfo {
    display: none;
}

    .account_options .memberinfo span {
        width: auto;
        display: inline-block;
        margin: 0 0 8px;
        padding: 6px 12px;
    }

.logo {
    width: 186px;
    height: 56px; /*transition:all 0.2s ease; -webkit-transition:all 0.2s ease;*/
}

    .logo a {
        display: block;
    }

    .logo img {
        max-width: 100%;
    }

/*  .cart,*/
.account, .wallet, .chat {
    margin: 23px 0 0 20px;
    text-align: right;
    width: auto;
    font-size: 14px;
}

.header-icons {
    height: 30px;
}

/*    .cart {
        margin-top: 15px;
        position: absolute;
        right: 321px;
    }*/

.account {
    margin: 13px 0 0 12px;
    padding: 0;
    border: 1px solid transparent;
    position: relative;
}
/*.account > a { padding: 10px 12px;  display: block; position: relative; z-index:2004; background:#fff; }
    .account:hover { border:1px solid #ccc; border-bottom:1px solid transparent; }
*/


.loader-blk {
    background: transparent;
    height: 100%;
    margin: 0 auto; /*padding-top: 50%;*/
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}

    .loader-blk .loader-area {
        width: 100%;
        padding: 9px;
        color: #666;
        position: fixed;
        left: 0;
        height: 100%;
        margin: 0;
        top: 0;
        bottom: 0;
        text-align: center;
    }

        .loader-blk .loader-area:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            bottom: 0;
            background-color: #fff;
            opacity: 0;
        }

        .loader-blk .loader-area .load-inner {
            display: inline-block;
            background: #fff;
            box-shadow: 0 0px 12px 1px #888;
            padding: 10px 15px;
            min-width: 108px;
            height: 72px;
            position: relative;
            z-index: 100;
            top: 50%;
            margin-top: -36px;
        }

    .loader-blk .loader-area {
        width: 100%;
        padding: 9px;
        color: #666;
        position: fixed;
        left: 0;
        height: 100%;
        margin: 0;
        top: 0;
        bottom: 0;
        text-align: center;
    }

        .loader-blk .loader-area:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            bottom: 0;
            background-color: #fff;
            opacity: 0;
        }

        .loader-blk .loader-area .load-inner {
            display: inline-block;
            background: #fff;
            box-shadow: 0 0px 12px 1px #888;
            padding: 10px 15px;
            min-width: 108px;
            height: 72px;
            position: relative;
            z-index: 100;
            top: 50%;
            margin-top: -36px;
        }

        .loader-blk .loader-area .load-inner {
            display: inline-block;
            background: #fff;
            box-shadow: 0 0px 12px 1px #888;
            padding: 10px 15px;
            min-width: 108px;
            height: 72px;
            position: relative;
            z-index: 100;
            top: 50%;
            margin-top: -36px;
        }

.prod-added {
    background: transparent;
    margin: 0;
    position: fixed;
    text-align: center;
    z-index: 9999;
    top: -100px;
    left: 5px;
    right: 5px;
    transition: all 0.3s ease;
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
}

    .prod-added.showMsg {
        top: 4px;
    }

.prod-added-blk {
    background: #0b0;
    border-radius: 6px;
    padding: 10px 10px 6px;
    text-align: center;
    width: 100%;
}

    .prod-added-blk div {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
        display: none;
    }

        .prod-added-blk div:first-child, .prod-added-blk div:nth-child(2) {
            width: auto;
            display: inline-block;
        }

        .prod-added-blk div .tick {
            width: 30px;
            height: 30px;
            display: inline-block;
            position: relative;
            background: #029802;
            border-radius: 50%;
            text-align: center;
            padding: 5px;
            transform: rotate(10deg);
            margin: 0 5px 0 0;
        }

            .prod-added-blk div .tick:before {
                content: '\2713';
                position: relative;
                color: #fff;
            }

        .prod-added-blk div span.prod-addedtxt {
            color: #fff;
            font-size: 14px;
        }

        .prod-added-blk div .prodimg {
            max-height: 70px;
        }

        .prod-added-blk div button {
            background: #fff;
            border: 1px solid #ab7732;
            color: #ab7732;
            padding: 5px 20px;
        }

        .prod-added-blk div .tick {
            width: 30px;
            height: 30px;
            display: inline-block;
            position: relative;
            background: #029802;
            border-radius: 50%;
            text-align: center;
            padding: 5px;
            transform: rotate(10deg);
            margin: 0 5px 0 0;
        }

            .prod-added-blk div .tick:before {
                content: '\2713';
                position: relative;
                color: #fff;
            }

        .prod-added-blk div span.prod-addedtxt {
            color: #fff;
            font-size: 14px;
        }

.error-msg, .success-msg {
    background: transparent;
    margin: 0 auto;
    position: fixed;
    text-align: center;
    z-index: 99999;
    left: 5px;
    right: 5px;
    top: -76px;
    transition: all 0.3s ease;
}

    .error-msg .error-msg-blk, .success-msg .success-msg-blk {
        background: #e02a00;
        box-shadow: 0 0 5px #545454;
        color: #fff;
        margin: 5px auto 0;
        padding: 3px 10px;
        text-align: center;
        width: 100%;
        display: flex;
        min-height: 50px;
        align-items: center;
        justify-content: center;
    }

    .success-msg .success-msg-blk {
        background: #61a901;
    }

    .error-msg.showMsg, .success-msg.showMsg {
        top: 0;
    }

.platform-ios .error-msg.showMsg, .platform-ios .success-msg.showMsg {
    top: 40px;
}

.error-msg .error-msg-blk, .success-msg .success-msg-blk {
    box-shadow: 0 0 5px #545454;
    color: #fff;
    margin: 5px auto 0;
    padding: 3px 10px;
    text-align: center;
    width: 100%;
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
}

.deliveryPoint-text {
    white-space: nowrap;
    display: none;
}

.delivery-point-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.changeAddress {
    color: #fff;
}

.mapMarker {
    color: #fff;
}

.deliveryPoint-text {
    white-space: nowrap;
    display: none;
}

delivery-point {
    padding: 10px 0;
}

.delivery-point-area {
    color: #fff;
    white-space: nowrap;
    max-width: 50vw;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
}

.searchbutton {
    background: #DD2326;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    text-align: center;
    cursor: pointer;
}

.account_options {
    display: none;
    width: 250px;
    z-index: 1;
    text-align: left;
    background: #fff;
    position: absolute;
    right: -1px;
    top: 100%;
    padding: 10px;
    border-top: none;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 10px -2px rgb(0, 0, 0, 20%);
    box-shadow: 0 4px 10px -2px rgb(0, 0, 0, 20%);
    z-index: 2999;
    padding: 20px 0 0;
    z-index: 2003;
}

    .account_options .buttoncontrols span.button {
        margin: 0;
    }

    .account_options p {
        margin: 0 0 10px;
        color: #999;
    }

.signinoptions {
    padding: 12px 0 10px;
    border-bottom: 1px solid #eee;
    margin: 0 0 10px;
}

    .signinoptions span {
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 20px;
        color: #fff;
        background: #3B5796;
        text-align: center;
        cursor: pointer;
    }

        .signinoptions span.google {
            background: #498CF5;
        }

.account_options .joinfree {
    margin: 10px 0 0;
}

    .account_options .joinfree p {
        color: #000;
    }

.account:hover div.account_options {
    display: block;
}

.header-account {
    padding: 10px;
    border: none;
    position: relative;
    margin: 0;
    text-align: right;
    width: auto;
    font-size: 14px;
}

.scrolltop-btn {
    background: #000;
    border-radius: 50%;
    color: #fab220;
    text-align: center;
    position: fixed;
    font-size: 22px;
    bottom: 30px;
    right: -100px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 12px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    z-index: 3000;
}

    .scrolltop-btn.show {
        opacity: 0.3;
        filter: opacity(30);
        right: 10px;
    }

    .scrolltop-btn:hover {
        opacity: 0.8;
        filter: opacity(80);
        -webkit-box-shadow: 0 0px 8px 6px #fff;
        box-shadow: 0 0px 8px 6px #fff;
    }
/* sticky position changes in header section starts*/
/*.stickyposchange .logo { width: 152px;  margin-top:4px; }
.stickyposchange .searchbox { left: 200px; right:460px; }
.stickyposchange .header { padding: 5px 0 10px; }
.stickyposchange .menu-container { top: 94px; }
.stickyposchange .rightmenuwrap { top: 32px; }*/
.responsiveOverlay {
    display: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9999;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    left: 0;
    top: 0;
}

/* sticky position changes in header section ends*/
.myaccount_links {
    margin: 16px 0 0;
}

    .myaccount_links ul {
        margin: 0;
        padding: 0;
    }

        .myaccount_links ul li {
            list-style: none;
            padding: 0;
            margin: 0;
            display: inline-block;
            width: 100%;
            border-top: 1px solid #eee;
        }

            .myaccount_links ul li:first-child {
                border-top: none;
            }

            .myaccount_links ul li a {
                display: block;
                padding: 5px 5px 5px 20px;
                font-size: 14px;
                position: relative;
                transition: all 0.2s ease;
                -webkit-transition: all 0.2s ease;
            }

                .myaccount_links ul li a:before {
                    position: absolute;
                    font-family: 'FontAwesome';
                    top: 4px;
                    left: 0;
                    content: "\f138";
                    font-size: 16px;
                    transition: all 0.2s ease;
                    -webkit-transition: all 0.2s ease;
                }

                .myaccount_links ul li a:hover {
                    color: #27ae60;
                    padding-left: 25px;
                }

                    .myaccount_links ul li a:hover:before {
                        left: 6px;
                    }

.searchbox {
    position: absolute;
    left: 19%;
    right: 460px;
    margin: 14px 0 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

    .searchbox input[type="text"] {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 8px 48px 8px 8px;
        width: 100%;
        height: 36px;
    }

    .searchbox input[type="submit"] {
        position: absolute;
        width: 55px;
        height: 36px;
        border: none;
        text-indent: -99999px;
        right: 0;
        top: 0;
        background: url("../images/Icons/search.png") no-repeat center #1f91d0;
        background-size: 30px;
        border-radius: 0 4px 4px 0;
    }

.product-details {
    height: inherit;
    padding: 10px;
    background: #e9f7ef7d;
}

.dropdown-menu li {
    width: 100%;
}

.menu-container {
    border-top: 0px solid #e1e1e1;
    margin: 0;
    font-weight: 600;
    position: relative;
    z-index: 0;
    border-bottom: 0px solid #0483ca;
    box-shadow: 0 5px 10px rgb(33 30 34 / 20%);
    top: 0;
}

    .menu-container .categories {
        position: relative;
        font-weight: bold;
        font-size: 12px;
    }

.header__top {
    position: relative;
    font-weight: 200;
    font-size: 8px;
}

.rightmenuwrap {
    position: absolute;
    right: 5px;
    top: 38px;
    z-index: 3000;
}

.categories > a {
    display: block;
    padding: 16px 10px 15px;
    color: #fff !important;
    font-weight: 400;
    font-size: 15px;
}

.categories ul li a {
    font-weight: normal;
}

.categories a i {
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
}

.categories > ul > li {
    margin: 0;
    background: #fff;
    display: block;
    width: 100%;
    border: 1px solid transparent;
}

    .categories > ul > li > a {
        position: relative;
        width: 100%;
        padding: 10px 10px 10px 15px;
        color: #777;
        /*font-size: 14px;*/
        display: block;
        font-weight: normal;
    }

        .categories > ul > li > a img {
            position: absolute;
            left: 6px;
            max-width: 40px;
            max-height: 34px;
            margin: -17px 0 0;
            top: 50%;
        }

        .categories > ul > li > a i {
            color: #777;
            font-size: 15px;
            margin: -7px 0 0;
            position: absolute;
            right: 10px;
            top: 50%;
        }

    .categories > ul > li:hover {
        border: 1px solid #27ae60;
    }

        .categories > ul > li:hover > a, .categories > ul > li:hover > a i {
            color: #27ae60;
        }

    .categories > ul > li > ul {
        display: none;
        left: 100%;
        top: 0;
        background: #fff;
        box-shadow: 3px 3px 14px #888;
        -webkit-box-shadow: 3px 3px 14px #888;
        padding: 10px;
        position: absolute;
        -moz-column-count: 4;
        -moz-column-gap: 0px;
        -webkit-column-count: 4;
        -webkit-column-gap: 0px;
        column-count: 4;
        column-gap: 0px;
        -moz-column-fill: balance;
    }

    .categories > ul > li:hover > ul {
        display: block;
    }

    .categories > ul > li > ul > li {
        display: inherit;
        font-size: 14px;
        vertical-align: top;
        margin: 0;
        clear: both;
        width: 100%;
    }

        .categories > ul > li > ul > li > ul li a:hover {
            color: #27ae60 !important;
            font-weight: 500;
        }

        .categories > ul > li > ul > li > a {
            display: block;
            color: #2091d0;
            font-weight: 500;
            font-size: 12px;
            padding: 5px 0;
        }

        .categories > ul > li > ul > li > ul li {
            font-size: 12px;
            width: 100%;
            vertical-align: top;
            margin: 0;
        }

            .categories > ul > li > ul > li > ul li a { /*padding: 5px 5px 5px 20px;*/
                padding: 2px 5px 2px 20px;
                color: #777;
                display: block;
                border: 1px solid transparent;
                position: relative;
            }

                .categories > ul > li > ul > li > ul li a:before {
                    content: "\f054";
                    font-family: FontAwesome;
                    position: absolute;
                    left: 5px;
                    top: 5px;
                    font-size: 10px;
                }

                .categories > ul > li > ul > li > ul li a:hover {
                    color: #27ae60; /*border: 1px solid #27ae60;*/
                }

        .categories > ul > li > ul > li.cat-image {
            float: right;
        }

            .categories > ul > li > ul > li.cat-image img {
                max-width: 100%;
            }

.brandlink {
    font-size: 13px;
    padding: 5px 0;
}

    .brandlink a:hover {
        color: #27ae60;
    }

@-moz-document url-prefix() {
    .categories > ul > li > ul > li {
        display: inherit;
        float: none;
    }
}

ul.deals {
    margin: 0;
}

    ul.deals li a {
        display: block;
        padding: 8px 20px;
        font-size: 115.4%;
    }

.menu-container div.alignleft:last-child li a {
    color: #27ae60;
}

/*arabic styles for header section starts */
.Layout_ar .topstrip div.alignright {
    border-right: 1px solid #e1e1e1;
    border-left: none;
}
/*.Layout_ar .topstrip div.alignright:nth-of-type(1) { padding: 3px 10px 0 0; }
 .Layout_ar .topstrip div.alignright:nth-of-type(1) img { float:left; }*/
.Layout_ar .account > a {
    min-width: 118px;
}

.Layout_ar .categories > a {
    padding-right: 70px;
    padding-left: 50px;
}

    .Layout_ar .categories > a i {
        margin-right: 20px;
    }

.Layout_ar .categories > ul > li > a {
    padding-left: 22px;
    padding-right: 50px;
}

    .Layout_ar .categories > ul > li > a i {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        right: auto;
        left: 10px;
    }

    .Layout_ar .categories > ul > li > a img {
        left: auto;
        right: 6px;
    }

.Layout_ar .categories > ul > li > ul {
    right: 100%;
    left: auto;
}

    .Layout_ar .categories > ul > li > ul > li > ul li a {
        padding-right: 20px;
        padding-left: 5px;
    }

        .Layout_ar .categories > ul > li > ul > li > ul li a:before {
            right: 5px;
            left: auto;
            content: "\f053";
        }

.Layout_ar .searchbox {
    right: 19%;
    left: 460px;
}

.textcenter {
    text-align: center;
}

.payLimit {
    font-size: 14px;
    color: #5c5252;
}

.Layout_ar .searchbox input[type="text"] {
    padding-left: 48px;
    padding-right: 8px;
}

.Layout_ar .searchbox input[type="submit"] {
    right: auto;
    left: 0;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.Layout_ar .cart, .Layout_ar .account, .Layout_ar .wallet, .Layout_ar .chat {
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: auto;
    font-size: 14px;
}

.Layout_ar .cart {
    right: auto;
    left: 321px;
}

.Layout_ar .rightmenuwrap {
    left: 2%;
    right: auto;
}

.Layout_ar .account_options {
    left: -1px;
    right: auto;
    text-align: right;
}

.Layout_ar .myaccount_links ul li a {
    padding-right: 20px;
    padding-left: 5px;
}

    .Layout_ar .myaccount_links ul li a:before {
        content: "\f137";
        left: auto;
        right: 0;
    }

.Layout_ar .banner {
    border-right: none;
    border-left: 8px solid #f5f5f5;
}

/*arabic styles for header section ends */


/*Download app popupstyles starts*/
.overlaydiv.whitebg {
    background: white;
    display: block;
}

.popupwindow.app-popup {
    float: left;
    left: 50%;
    margin: -167px 0 0 -240px;
    position: fixed;
    top: 50%;
    width: 480px;
    z-index: 8000;
}

.popupinner {
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 2px 24px #565656;
    box-shadow: 0 2px 24px #565656;
    min-height: 334px;
}

    .popupinner .rightsection {
        position: relative;
        width: 60%;
    }

    .popupinner .tabtitle {
        position: relative;
        padding: 0 0 25px;
    }

    .popupinner h4 {
        margin: 0;
        text-align: left;
        font-size: 22px;
        font-weight: bold;
        color: #333;
        line-height: 25px;
    }

        .popupinner h4 span {
            font-size: 14px;
            color: #333;
        }

.animateimage {
    width: 158px;
    height: 297px;
    background: url("../images/mobilebg.png") no-repeat top left;
    position: relative;
}

    .animateimage img.arabic, .Layout_ar .animateimage img.eng {
        display: none;
    }

.Layout_ar .animateimage img.arabic {
    display: block;
}

.animateimage img {
    padding: 30px 6px;
    width: 100%;
}

.popupwindow.app-popup.show {
    margin: -240px 0 0 -240px;
    min-height: 480px;
    width: 480px;
}

.popupinner .downloadlink h4:first-child {
    margin: 9px 0 30px;
    font-size: 28px;
    line-height: 25px;
    background: #f1a74b;
    color: #fff;
    padding: 5px 12px 18px;
    text-shadow: 0 2px 2px #3e3e3e;
    position: relative;
    font-weight: 600;
}

    .popupinner .downloadlink h4:first-child img {
        position: absolute;
        top: 7px;
        right: 10px;
    }

    .popupinner .downloadlink h4:first-child span {
        color: #000;
        text-shadow: none;
    }

.Layout_ar .popupinner h4 {
    text-align: right;
}

.Layout_ar .popupinner .downloadlink h4:first-child img {
    right: auto;
    left: 10px;
}

/*Download app popupstyles ends*/

.body-content {
    margin: 9.4em 0 0;
    display: inline-block;
    width: 100%;
    min-height: 500px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    padding: 0;
}

.banner-section {
    margin: 0 0 20px;
}

.banner {
    border-right: 8px solid #f5f5f5;
    height: 29.5vw;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.category-banner .banner {
    border-right: none;
    height: 27.6vw;
}

.mainslider, .mainslider > a, .mc-image {
    height: 100% !important;
    width: 100% !important;
}

.banner-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 42px;
    margin: -21px 0 0;
    padding: 0 20px;
}

.banner-section.mainbanner .bx-viewport img {
    height: 100%;
    width: 100%;
}

.nodisplay {
    display: none
}

.ac-container {
    position: static !important;
    text-align: left;
}

.Layout_ar .ac-container {
    text-align: right;
}

    .Layout_ar .ac-container .ac-menu a {
        padding-left: 0;
        padding-right: 5px;
    }

ul.ac-menu {
    max-height: 290px;
    overflow-y: auto;
}

    ul.ac-menu li {
        display: block !important;
    }

.highlight {
    font-weight: bold;
}

.absolute-prod-id {
    visibility: hidden;
    width: 0%;
    height: 0%;
    position: absolute;
    left: 0;
    z-index: -111;
    color: #fff;
    direction: ltr;
    overflow: hidden;
}

    .absolute-prod-id span {
        visibility: hidden;
        width: 0%;
        height: 0%;
        position: absolute;
        left: 0;
        z-index: -111;
        color: #fff;
    }

span.resend i {
    padding-left: 5px;
}
/*flipclock css overriding starts here*/
.flip-clock-wrapper {
    margin: 0;
    padding: 10px;
    display: inline-block;
    width: 50%;
    min-width: 440px;
    font-size: 12px;
}

    .flip-clock-wrapper ul { /*height:40px;width:30px;*/
        height: 45px;
        width: 45px;
        margin: 1px;
        padding: 0;
        background-color: #d6790a;
    }

        .flip-clock-wrapper ul li {
            line-height: 45px;
            margin: 0;
        }

            .flip-clock-wrapper ul li a div {
            }

                .flip-clock-wrapper ul li a div div.inn {
                    font-size: 25px;
                    background-color: #d6790a;
                    text-shadow: 0 1px 2px #bb6305;
                    border-radius: 5px;
                    color: #fff;
                }

                .flip-clock-wrapper ul li a div.up:after {
                    height: 1px;
                    top: 22px;
                    background-color: #de8a31;
                }

.flip-clock-divider {
    height: 40px;
    width: 10px;
}

.flip-clock-dot {
    width: 5px;
    height: 5px;
    left: 2px;
}

.flip-clock-divider .flip-clock-label {
    right: -60px;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -68px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -71px;
}

.flip-clock-dot.top {
    top: 14px;
}

.flip-clock-dot.bottom {
    bottom: 7px;
}

.timerstopmessage {
    color: #ff0000;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

.otherdealtimer.flip-clock-wrapper {
    margin: 0;
    padding: 16px 0 0;
    min-width: 250px;
}

    .otherdealtimer.flip-clock-wrapper ul {
        height: 26px;
        width: 26px;
        margin: 1px;
        padding: 0;
        background-color: #ddd;
        border-radius: 3px;
    }

.otherdeal .otherdealtimer span.flip-clock-divider:first-child {
    width: 0;
}

.otherdeal .otherdealtimer span.flip-clock-divider {
    width: 6px;
    height: 25px;
}

    .otherdeal .otherdealtimer span.flip-clock-divider .flip-clock-dot {
        width: 2px;
        height: 2px;
        left: 2px;
    }

.otherdeal .otherdealtimer.flip-clock-wrapper ul li {
    line-height: 25px;
    width: 100%;
    padding: 0 !important;
    position: absolute;
    border: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    margin: 0;
    float: none;
}

    .otherdeal .otherdealtimer.flip-clock-wrapper ul li a {
        box-shadow: none;
        padding: 0;
        background: transparent;
    }

        .otherdeal .otherdealtimer.flip-clock-wrapper ul li a div div.inn {
            font-size: 15px;
            background-color: #ddd;
            border-radius: 3px;
            color: #000;
            text-shadow: 0 1px 2px #aaa;
            font-weight: normal;
        }

        .otherdeal .otherdealtimer.flip-clock-wrapper ul li a div.up:after {
            height: 1px;
            top: 11px;
            background-color: transparent;
        }

.otherdeal .otherdealtimer.flip-clock-wrapper .flip-clock-divider.days .flip-clock-label {
    right: -40px;
}

.otherdeal .otherdealtimer.flip-clock-wrapper .flip-clock-divider.hours .flip-clock-label {
    right: -38px;
}

.otherdeal .otherdealtimer.flip-clock-wrapper .flip-clock-divider.minutes .flip-clock-label {
    right: -37px;
}

.otherdeal .otherdealtimer.flip-clock-wrapper .flip-clock-divider.seconds .flip-clock-label {
    right: -37px;
}

.otherdeal .otherdealtimer .flip-clock-dot.top {
    top: 9px;
}

.otherdeal .otherdealtimer .flip-clock-dot.bottom {
    bottom: -2px;
}
/*flipclock css overriding ends here*/
.footer-col .nodisplay, .supportticket .nodisplay {
    display: none
}

@media only screen and (min-width:668px) {
    .banner-section .bx-viewport, .banner-section .bx-viewport .mainslider > a {
        height: 29.5vw !important;
        z-index: 1 !important;
    }

    .banner-section.category-banner .bx-viewport, .banner-section.category-banner .mainslider > a {
        height: 27.6vw !important;
        z-index: 1 !important;
    }
}

.banner-section .bx-viewport img {
    margin: 0 auto;
}

.banner-section.category-banner .bx-viewport img {
    height: 100%;
}

.banner .bx-wrapper .bx-pager, .banner-section .bx-wrapper .bx-controls-auto {
    bottom: -50px;
    padding: 0 20px 0 0;
    position: absolute;
    text-align: right !important;
    width: 100%;
    z-index: 100;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.Layout_ar .banner .bx-wrapper .bx-pager, .Layout_ar .banner-section .bx-wrapper .bx-controls-auto {
    text-align: left !important;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: -30px;
}

.bx-controls-direction a.bx-next {
    display: inline-block;
    background: url("../images/Icons/arrow-right.png") no-repeat !important;
    background-size: 100% !important;
    width: 44px;
    height: 60px;
    text-indent: -99999px;
    z-index: 1;
    right: -50px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.bx-controls-direction a.bx-prev {
    display: inline-block;
    background: url("../images/Icons/arrow-left.png") no-repeat !important;
    background-size: 100% !important;
    width: 44px;
    height: 60px;
    text-indent: -99999px;
    z-index: 1;
    left: -50px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.banner:hover .bx-controls-direction a.bx-prev {
    left: 0;
}

.banner:hover .bx-controls-direction a.bx-next {
    right: 0;
}

.banner:hover .bx-wrapper .bx-pager {
    bottom: 20px;
}

.hotdeals {
    width: 22%;
    height: 29.5vw;
}

    .hotdeals img {
        width: 100%;
        height: 100%;
    }

.top_deal {
    height: 19vw;
    border-bottom: 5px solid #f5f5f5;
    background: #fff;
}

.bottom_deal {
    height: 10.5vw;
    background: #fff;
}

#arrow_left {
    margin-left: 20px;
}

#arrow_right {
    margin-right: 20px;
}

.catmenuicon {
    display: none;
    float: right;
    font-size: 28px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.Layout_ar .catmenuicon {
    float: left;
}

.productgroup {
    margin: 0 0 20px;
}

    .productgroup .bx-viewport {
        height: 100% !important;
        direction: ltr;
    }

        .productgroup .bx-viewport img {
            max-height: inherit;
            height: 100%;
        }

    .productgroup .bx-wrapper .bx-pager, .productgroup .bx-wrapper .bx-controls-auto {
        bottom: 8px;
        z-index: 100;
        opacity: 0;
    }

    .productgroup .column.two:hover .bx-wrapper .bx-pager, .productgroup .column.two:hover .bx-wrapper .bx-controls-auto {
        opacity: 1;
    }

.slider1 > div, .slider2 > div, .slider3 > div {
    height: 100%;
}

.productgroup .wrapper {
    border-top: 3px solid #27ae60; /*background:#fff; - enabling this will effect on homepage*/
    display: table;
    height: 38vw;
    font-size: 0;
}

.productgroup .column {
    display: inline-block;
    vertical-align: top;
    width: 51%;
    font-size: 14px;
}

    .productgroup .column.products {
        padding-bottom: 0;
    }
/*remove margin-bottom from homepage*/
.column.one {
    width: 20%;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    border-top: none;
    vertical-align: top;
    padding: 15px 0 0 0;
    position: relative;
    height: 38vw;
}

.productgroup .icon {
    border-radius: 50%;
    display: table;
    height: 80px;
    text-align: center;
    width: 80px;
    margin: 0 auto;
    box-shadow: 0 0 8px 1px #3e9cd0 inset;
    -webkit-box-shadow: 0 0 8px 1px #3e9cd0 inset;
    border: 1px solid #3e9cd0;
}

    .productgroup .icon span {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
    }

        .productgroup .icon span img {
            margin: 0 auto;
            display: block;
            max-width: 100%;
        }

.productgroup .caption {
    font-size: 123.1%;
    display: block;
    margin: 20px 0;
    word-wrap: break-word;
    padding: 0 10px;
}

.column.one ul {
    bottom: 12px;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 158px;
    left: 0;
    right: 0;
}

    .column.one ul li {
        list-style: none;
        display: inline-block;
        width: 100%;
        font-size: 92.9%;
        margin: 5px 0 11px;
    }

        .column.one ul li a {
            display: block;
        }

            .column.one ul li a:hover {
                color: #27ae60;
            }

.product_slider {
    height: 100% !important;
    z-index: 1 !important;
}

    .product_slider .in-slide-content {
        bottom: -140px;
        left: 0;
        height: auto;
        position: absolute;
        right: 0;
        text-align: center;
        z-index: 1000; /*changes will effect overlay div of login-register*/
        padding: 15px 15px 35px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

        .product_slider .in-slide-content:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #171717;
            opacity: 0.4;
        }

        .product_slider .in-slide-content h2 {
            margin: 0 0 3px;
            font-weight: bold;
            color: #fff;
            border-bottom: 1px solid #fff;
            font-size: 123.1%;
            padding: 0 0 13px;
            position: relative;
        }

        .product_slider .in-slide-content p {
            margin: 0;
            padding: 5px 10px 0;
            color: #fff;
            position: relative;
        }

.column.two:hover .product_slider .in-slide-content {
    bottom: 0;
}

.column.two {
    width: 29%;
    position: relative;
    vertical-align: top;
    height: 38vw;
    display: inline-block;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.Layout_ar .column.two {
    border-right: none;
    border-left: 1px solid #ccc;
}

.productgroup .column.two .bx-wrapper {
    height: 38vw;
}
/*.column.two .bx-controls-direction a.bx-prev { left:-50px; width:44px; height:60px; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; }
.column.two .bx-controls-direction a.bx-next { right:-50px; width:44px; height:60px;  -webkit-transition:all 0.3s ease; transition:all 0.3s ease; }*/
.column.two:hover .bx-controls-direction a.bx-next {
    right: 0;
}

.column.two:hover .bx-controls-direction a.bx-prev {
    left: 0;
}

.column.two .bx-controls-direction a {
    margin-top: -30px;
}

.column.three {
    width: 28%;
}

.two_column, .three_column {
    display: inline-block;
    height: 22vw;
    width: 100%; /*border-bottom: 1px solid #ccc;*/
    font-size: 0;
    vertical-align: top;
}

    .two_column .col {
        display: inline-block;
        width: 33.33%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
        font-weight: bold;
        font-size: 115.4%;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

        .two_column .col.first-col {
            width: 66.66%;
        }

            .two_column .col.first-col a, .two_column .col a {
                display: block;
                width: 100%;
                height: 100%;
                background: #fff;
                transition: all 0.2s ease;
                -webkit-transition: all 0.2s ease;
                padding: 6px;
                font-size: 13px;
            }

span.itemwrap {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: normal;
    overflow: hidden;
    backface-visibility: hidden;
    border: 1px solid #f2f2f2;
    position: relative;
}

    span.itemwrap span.itemcaption {
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 0;
        padding: 10px 6px;
        zoom: 108%;
        font-weight: 600;
        z-index: 1;
        color: #333;
    }

        span.itemwrap span.itemcaption span {
            position: relative;
            z-index: 1;
        }

        span.itemwrap span.itemcaption:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #e0e0e0;
            opacity: 0.4;
        }

.prodcatmix span.itemwrap span.itemcaption:before, .onlyproducts span.itemwrap span.itemcaption:before {
    background: #fff;
    opacity: 0.6;
}

.prodcatmix .three_column_full:nth-child(2) span.itemwrap span.itemcaption span,
.onlyproducts .three_column_full span.itemwrap span.itemcaption span {
    font-size: 13px;
    line-height: 18px;
    color: #1f91d0 !important;
    font-weight: bold;
    padding: 0 8px 4px;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    display: inline-block;
    font-size: 15px;
}

    .prodcatmix .three_column_full:nth-child(2) span.itemwrap span.itemcaption span.productName,
    .onlyproducts .three_column_full span.itemwrap span.itemcaption span.productName {
        font-weight: normal;
        height: 35px;
        line-height: 17px;
        overflow: hidden;
        padding: 0 10px;
        font-size: 13px;
        color: #000 !important;
    }

.parentonlyproducts span.itemwrap span img, .productgroup.parentprodcatmix .three_column_full:nth-of-type(2) span.itemwrap span img {
    bottom: 68px;
    margin-bottom: 0;
}

.prodcatmix .three_column_full:nth-child(2) .col.outofstock span.itemwrap span.itemcaption span,
.onlyproducts .three_column_full .col.outofstock span.itemwrap span.itemcaption span,
.prodcatmix .three_column_full:nth-child(2) .col.outofstock:hover span.itemwrap span.itemcaption span,
.onlyproducts .three_column_full .col.outofstock:hover span.itemwrap span.itemcaption span {
    color: red !important;
    display: none !important;
    padding: 6px 8px;
    font-size: 13px;
}

    .prodcatmix .three_column_full:nth-child(2) .col.outofstock span.itemwrap span.itemcaption span:before,
    .onlyproducts .three_column_full .col.outofstock span.itemwrap span.itemcaption span:before {
        display: none !important;
    }

span.itemwrap span img {
    max-height: 100%;
    max-width: 100%;
    zoom: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/*.two_column .col.first-col span.itemwrap span { padding:0 10px; }*/
.two_column .col.second-col span.itemwrap span {
    display: block;
    clear: both;
    text-align: center;
    width: 100%;
}

    .two_column .col.second-col span.itemwrap span.bluetext {
        padding: 10px 0 0;
    }

.two_column .col.first-col a:hover span.itemwrap span.bluetext,
.two_column .col a:hover span.itemwrap span.bluetext {
    color: #27ae60;
}

.two_column .col.second-col span.itemwrap span img {
    max-width: 100%;
}

.products.brand .two_column {
    display: table;
    height: 76vh;
    border-bottom: 4px solid #f5f5f5;
    width: 100%;
}

.three_column {
    height: 16vw; /*border-bottom: 1px solid #ccc;*/
}

    .three_column .col {
        display: inline-block;
        vertical-align: middle;
        width: 33.33%;
        height: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 115.4%;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

        .three_column .col a {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            background: #fff;
            padding: 6px;
            font-size: 13px;
        }

        .three_column .col span.itemwrap span {
            display: block;
            clear: both;
            text-align: center;
        }

            .three_column .col span.itemwrap span:nth-of-type(1) {
                max-height: 10vw;
            }

            .three_column .col span.itemwrap span img {
                display: block;
                margin: 0 auto;
            }

        .three_column .col a:hover span.itemwrap span.bluetext {
            color: #27ae60;
        }

.three_column_full {
    width: 100%;
    height: 19vw;
    font-size: 0;
    vertical-align: top; /*border-bottom:1px solid #ccc;*/
}

    .three_column_full .col {
        display: inline-block;
        font-size: 115.4%;
        font-weight: bold;
        height: 100%;
        text-align: center;
        width: 33.33%;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

        .three_column_full .col a {
            width: 100%;
            display: block;
            height: 100%;
            border: 1px solid transparent;
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            background: #fff;
            padding: 6px;
            font-size: 13px;
        }

        .three_column_full .col span.itemwrap span {
            display: block;
            clear: both;
        }

        .three_column_full .col a:hover span.itemwrap span.bluetext {
            color: #27ae60;
        }

.productgroup.category {
    margin-bottom: 20px;
}

    .productgroup.category .wrapper {
        border-top: 3px solid #27ae60;
        background: transparent;
        box-shadow: none;
        height: auto;
        display: inherit;
        min-height: 340px;
    }

.category_grid {
    display: table;
    width: 100%;
}

    .category_grid .col.image {
        width: 22%;
        vertical-align: top;
        background: #fff;
    }

    .category_grid .col {
        border-right: 5px solid #f5f5f5;
        display: table-cell;
        width: 88%;
        font-weight: bold;
        text-align: center;
    }

        .category_grid .col a {
            display: table;
            width: 100%;
            height: 100%;
            padding: 10px 10px 20px;
        }

        .category_grid .col span.itemwrap span {
            clear: both;
        }

        .category_grid .col:last-child, .column_inner .productitems:last-child {
            border: none;
        }

.categorymenu {
    background: #fff;
    min-width: 260px;
    width: 21%;
    height: 27.6vw !important;
    position: relative;
}

    .categorymenu ul {
        margin: 0;
        padding: 0;
        background: #fff;
        position: absolute;
        width: 100%;
        overflow-y: auto;
        top: 41px;
        bottom: 0;
    }

        .categorymenu ul li {
            display: inline-block;
            font-size: 92.9%;
            list-style: outside none none;
            margin: 0;
            padding: 0;
            width: 100%;
        }

            .categorymenu ul li a {
                border-top: 1px solid #eee;
                display: block;
                padding: 9px 10px 9px 26px;
                position: relative;
            }

            .categorymenu ul li:first-child a {
                border-top: none;
            }

            .categorymenu ul li a:before {
                content: "\f054";
                font-family: FontAwesome;
                position: absolute;
                left: 10px;
                top: 10px;
                font-size: 10px;
            }

            .categorymenu ul li a:hover {
                color: #27ae60;
            }

    .categorymenu span.catmenu-main {
        border-bottom: 1px solid #1f91d0;
        margin: 0;
        display: inline-block;
        width: 100%;
    }

        .categorymenu span.catmenu-main a {
            border: medium none;
            color: #1f91d0;
            font-size: 120%;
            padding: 8px;
            display: block;
        }

.category_grid .column_inner {
    display: table;
    width: 100%;
    height: 42vh;
    border-bottom: 5px solid #f5f5f5;
}

    .category_grid .column_inner:last-child {
        border-bottom: none;
    }

.column_inner .productitems {
    display: table-cell;
    width: 25%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    border-right: 5px solid #f5f5f5;
}

    .column_inner .productitems a {
        padding: 0;
    }

    .column_inner .productitems span.itemwrap span {
        display: block;
    }

ul.quicklinks {
    margin: 0;
    padding: 8px 0;
    list-style: none;
}

    ul.quicklinks li {
        border: 1px solid #ccc;
        border-radius: 2px;
        display: inline-block;
        font-size: 100%;
        margin: 4px 0 0;
        width: 45%;
    }

        ul.quicklinks li a {
            color: #ccc;
            display: inherit !important;
            float: left;
            font-weight: normal;
            overflow: hidden;
            padding: 4px !important;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.banner.nosidebar {
    width: 100%;
    border: none;
}

.filtersection {
    background: #fff;
    margin: 20px 0;
    padding: 20px;
}

.shopbybrands {
    display: table;
    width: 100%;
}

    .shopbybrands span {
        display: table-cell;
    }

        .shopbybrands span:nth-of-type(1) {
            width: 130px;
        }

.brands ul {
    margin: 0;
    padding: 0;
}

    .brands ul li {
        list-style: none;
        border: 1px solid #ccc;
        margin: 5px 10px 5px 0;
        width: 90px;
    }

        .brands ul li a {
            display: block;
            padding: 5px;
        }

            .brands ul li a img {
                max-width: 100%;
            }

        .brands ul li:hover {
            border: 1px solid #27ae60;
        }

        .brands ul li:last-child {
            border: none;
            font-weight: bold;
            font-size: 115.4%;
        }

.price-search {
    display: block;
    clear: both;
    padding: 20px 0 0;
}

    .price-search .label {
        width: 130px;
        float: left;
    }

.pricefields input[type="text"] {
    margin: 0;
    padding: 6px;
    border: 1px solid #ccc;
}

.selectrange {
    float: right;
    padding: 0;
}

    .selectrange select {
        padding: 7px 8px;
        border: 1px solid #ccc;
        width: 200px;
    }

.viewmore {
    font-size: 115.4%;
    font-weight: bold;
    padding: 20px 0 0;
}

.itemgrid-container {
    display: table;
}

.itemgrid_cols {
    background: #fff;
    border-right: 5px solid #f5f5f5;
    display: table-cell;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

    .itemgrid_cols span {
        display: block;
    }

        .itemgrid_cols span img {
            max-width: 100%;
        }

        .itemgrid_cols span.pricesection {
            position: relative;
            padding: 10px 0 0;
        }

            .itemgrid_cols span.pricesection span.oldprice {
                color: #666;
                padding: 5px 0 0;
            }

            .itemgrid_cols span.pricesection span {
                display: inline-block;
            }

                .itemgrid_cols span.pricesection span.newprice {
                    font-size: 115.4%;
                    font-weight: bold;
                }

    .itemgrid_cols .cart-quantity {
        bottom: 10px;
        left: 15px;
        margin: 0;
        position: absolute;
        right: 15px;
    }

    .itemgrid_cols .buttoncontrols span.button {
        font-size: 13px;
    }

        .itemgrid_cols .buttoncontrols span.button a {
            padding: 5px 13px;
        }

.two_column.twocolumn_small {
    width: 34%;
    height: 100%;
}

.two_column.twocolumn_small {
    width: 33.33%;
    height: 100%;
}

.column.slider_vertical {
    width: 16.67%;
    height: 38vw;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
}

    .column.slider_vertical .bx-wrapper {
        padding: 2.9vw 0;
    }

        .column.slider_vertical .bx-wrapper img {
            max-width: 160px;
            width: inherit;
            height: inherit;
            margin: 0 auto;
        }

.bx-wrapper img {
    height: inherit;
    max-height: 100%;
}

.bx-wrapper {
    overflow: hidden;
}

.productgroup .slider_vertical .bx-viewport {
    height: 32vw !important;
}

.slider_vertical .bx-pager {
    display: none;
}

.slider_vertical .bx-controls-direction {
    display: block;
}

.productgroup .column:hover .bx-controls-direction {
    display: block;
}

.slider_vertical .bx-controls-direction a.bx-prev {
    top: 12px;
    background: url("../images/Icons/arrow-top.png") no-repeat !important;
    width: 31px;
    height: 17px;
    left: 50%;
    margin: 0 0 0 -15.5px;
    z-index: 1000;
    background-size: 100% !important;
}

.slider_vertical .bx-controls-direction a.bx-next {
    bottom: 12px;
    top: auto;
    right: auto;
    background: url("../images/Icons/arrow-bottom.png") no-repeat !important;
    width: 31px;
    height: 17px;
    left: 50%;
    margin: 0 0 0 -15.5px;
    z-index: 1000;
    background-size: 100% !important;
}

.productgroup .slider_vertical .bx-viewport ul li {
    padding: 0 16px;
}

.bx-controls-auto-item {
    display: none !important;
}

.recommend {
    margin: 0 0 20px;
}

    .recommend .wrapper {
        min-height: 392px;
    }

.recom_products {
    display: table;
    position: relative;
}

    .recom_products h2 {
        margin: 0;
    }

.recomn_columns {
    display: inline-block;
    position: relative;
    width: 20%;
    min-height: 340px;
    background: #fff;
    vertical-align: top;
    text-align: center;
    padding: 0;
}

.recom_products.recommend-slider {
    overflow: hidden;
    padding: 0 0 1px;
}

.recommend-slider .recomn_columns {
    width: 100%;
    border-left: 3px solid #f5f5f5;
    border-right: 3px solid #f5f5f5;
}

.recommend-slider .productwrapper:hover {
    border: 1px solid #27ae60;
}

.multiple .recom_products {
    font-size: 0;
}

.multiple .recomn_columns {
    font-size: 14px;
    padding: 0;
    margin: 0.1%;
    width: 19.8%; /*border-left:5px solid #f5f5f5; border-bottom:5px solid #f5f5f5;*/
}

    .multiple .recomn_columns .cart-quantity {
        bottom: 15px;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

.recomn_columns span {
    display: block;
    margin: 0 0 8px;
}

.fa-spinner {
    color: #1b7842 !important;
}

.recomn_columns span.fa-spinner, .listitem span.fa-spinner {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -17px 0 0 -17px;
    font-size: 34px;
}

.recomn_columns span.product-image {
    height: 12vw;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
    width: 100%;
    min-height: 174px;
}

    .recomn_columns span.product-image img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transform-style: inherit;
    }

.productwrapper {
    background: #fff;
    padding: 10px 10px 60px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    height: 100%;
    display: table;
    width: 100%;
    border: 1px solid #ccc;
}

.recomn_columns .cart-quantity {
    bottom: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
    margin: 0;
}

.owl-controls { /*opacity:0;*/
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    width: 45px;
    font-size: 0;
    height: 85px;
    margin: -42.5px 0 0;
}

.owl-prev {
    left: 0;
    background: url("../images/slide-prev.png") no-repeat center;
}

.owl-next {
    right: 0;
    background: url("../images/slide-next.png") no-repeat center;
}

    .owl-prev:before, .owl-next:before {
        content: "";
        opacity: 0.3;
        filter: opacity(30);
        background: #c8c8c8;
        width: 100%;
        height: 100%;
        left: 0;
    }

.recommend-slider:hover .owl-controls {
    opacity: 1;
}

.cart-quantity .quantity {
    margin: 4px 0 0;
}

.cart-quantity .value {
    width: 46px;
}

    .cart-quantity .value input[type="text"] {
        height: 28px;
    }

.cart-quantity .quantity .buttons {
    font-size: 24px;
}

    .cart-quantity .quantity .buttons a {
        height: 28px;
        width: 28px;
        line-height: 26px;
    }

    .cart-quantity .quantity .buttons.decrease a {
        line-height: 2px;
    }

.cart-quantity .message {
    top: auto;
    bottom: 44px;
    left: 10px;
    right: 10px;
}

    .cart-quantity .message:before {
        bottom: -26px;
        left: 42px;
        margin: 0;
        top: auto;
        content: "\f0d7";
    }

.pricesection span {
    display: inline-block !important;
}

    .pricesection span.oldprice {
        padding: 0;
        color: #666;
        margin: 0;
    }

    .pricesection span.newprice {
        font-size: 115.4%;
        font-weight: bold;
        margin: 0;
    }

.recomn_columns .buttoncontrols span.button {
    font-size: 13px;
}

    .recomn_columns .buttoncontrols span.button a {
        padding: 5px 13px;
    }

.column_fullwidth_wrap {
    display: inline-block;
    width: 100%; /*border-bottom:1px solid #ccc;*/
    font-size: 0;
}

.col_fullwidth {
    width: 100%;
    display: inline-block;
    height: 22vw;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    width: 100%;
    font-size: 115.4%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .col_fullwidth a {
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        padding: 6px;
        font-size: 13px;
    }

    .col_fullwidth.half_column {
        width: 50%;
        height: 15.90vw;
    }

.primary .column.two_column {
    border-bottom: none;
}

.col_fullwidth.half_column span.itemwrap span {
    display: block;
    clear: both;
    width: 100%;
}

.col_fullwidth a:hover span.itemwrap span.bluetext {
    color: #27ae60;
}

ul.bc-links li {
    padding: 0 22px 0 0;
    /*    margin: 20px 0;
*/ position: relative;
    color: #27ae60;
}

    ul.bc-links li:before {
        position: absolute;
        content: ">";
        font-size: 115.4%;
        left: -16px;
        top: -1px;
        color: #000;
    }

    ul.bc-links li a:hover {
        color: #27ae60;
    }

    ul.bc-links li:first-child {
        margin-left: 0;
    }

        ul.bc-links li:first-child:before {
            display: none;
        }

.price-badge {
    background-color: #dd2326;
}

/*category home page styles starts*/
.categorycolumn-wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .categorycolumn-wrapper .category-column {
        display: table-cell;
        vertical-align: top;
        border: none;
    }
        /*.categorycolumn-wrapper .category-column.sliderrightside { border-left:3px solid transparent; }
.categorycolumn-wrapper .category-column.sliderleftside { border-right:3px solid transparent; }*/
        .categorycolumn-wrapper .category-column.singlecolumn {
            width: 20%;
            background: #fff;
            border: 1px solid #ccc;
        }

.category-column.singlecolumn .recomn_columns {
    height: 100%;
    min-height: inherit;
    position: inherit;
    width: 100%;
}

.category-column.singlecolumn.rightaligned .recomn_columns { /*border-left: 2px solid #f5f5f5;*/
    border-right: 0;
}

.category-column.singlecolumn .productwrapper {
    border: none;
    padding: 10px;
}

.category-column.cat-slider {
    width: 80%;
}

    .category-column.cat-slider .recomn_columns {
        width: 100%;
    }

.category-slider:hover .owl-controls {
    opacity: 1;
}

.category-slider .recomn_columns {
    width: 100%; /*border-left: 3px solid #f5f5f5;  border-right: 3px solid #f5f5f5;*/
    border: none;
    min-height: 316px;
    max-width: 365px;
}

.category-slider.catslider-right .recomn_columns {
    border-left: 6px solid #f5f5f5;
}

.category-slider.catslider-left .recomn_columns {
    border-right: 6px solid #f5f5f5;
}
/*category home page style ends*/

.productlist {
    /*        margin: 30px 0 0;
*/
}

h2.main_title {
    margin: -36px 0 0;
}

.Homepage-logo {
    height: 100%;
    padding: 10px;
    border-radius: 50%;
    background: white;
}

.signin {
    display: inline-block;
    cursor: pointer;
    color: #fff !important;
    margin-right: 0;
    border-color: #000;
    text-align: center;
    border: 2px solid #000;
    height: 48px;
    overflow: hidden;
    background: #fff;
    z-index: 1;
    border-radius: 5px;
    min-width: 120px;
    background: #81c784;
    border: 0;
    padding: 12px 12px;
    letter-spacing: -.3px;
    line-height: 24px;
    text-align: center;
}

.prod-inner {
    display: flex;
}

    .prod-inner .left-column {
        padding-right: 15px;
    }


    .prod-inner .right-column {
        width: -webkit-fill-available;
        padding: 12px 12px;
    }

.sortby {
    border-bottom: 1px solid #ccc;
    font-size: 107.7%;
    padding: 10px 10px 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

    .sortby span.label {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        color: #bebebe;
    }

ul.sort_options {
    display: inline-block;
    vertical-align: top;
    margin-top: -10px;
}

    ul.sort_options li {
        margin: 0 20px 0 0;
        position: relative;
        font-weight: 600;
    }

        ul.sort_options li:after {
            position: absolute;
            bottom: -13px;
            left: 0;
            content: "";
            width: 100%;
            height: 2px;
            background: transparent;
        }

        ul.sort_options li:hover:after, ul.sort_options li.active:after {
            background: #27ae60;
        }

        ul.sort_options li:hover a, ul.sort_options li.active a {
            color: #27ae60;
        }

.quickfilterwrap {
    padding: 28px 10px 15px;
    border: 1px solid #eee;
    position: relative;
    margin: 20px 0 15px;
    background: #fbfbfb;
    box-shadow: 0 2px 2px #f7f5f5;
}

    .quickfilterwrap h4 {
        position: absolute;
        top: -15px;
        margin: 0;
        display: inline-block;
        width: auto;
        background: #fff;
        border: 1px solid #eae6e6;
        padding: 3px 10px;
    }

.filteroptions {
    display: inline-block;
    width: 450px;
    vertical-align: top;
    margin: 0 0 10px;
}

    .filteroptions span.caption {
        display: inline-block;
        margin: 0 10px 0 0;
    }

.otherfilters {
    display: inline-block;
    margin: 6px 6px 0 0;
}

    .otherfilters label {
        display: inline-block;
        width: 100%;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }

        .otherfilters label span {
            font-weight: normal;
            font-size: 15px;
            color: #333;
            background: url("/images/check.png") no-repeat top left;
            padding: 0px 0 0 24px;
        }

        .otherfilters label input[type="checkbox"] {
            position: absolute;
            left: -22px;
            opacity: 0;
        }

            .otherfilters label input[type="checkbox"]:checked ~ span {
                background: url("../images/checked.png") no-repeat top left;
            }

.filter-features {
    padding: 15px 20px 12px;
    border-bottom: 1px solid #ccc;
    font-size: 107.7%;
}

    .filter-features span.label {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        color: #bebebe;
        padding: 5px 0 0;
    }

ul.filter_options {
    display: inline-block;
    padding: 0 90px 0 126px;
    vertical-align: top;
}

    ul.filter_options li {
        background: #dddddd;
        border-radius: 20px;
        margin: 0 10px 6px 0;
        padding: 5px 34px 5px 20px;
        position: relative;
    }

        ul.filter_options li span {
            background: #f2f2f2;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            color: #888;
            display: inline-block;
            font-size: 78%;
            font-weight: bold;
            height: 22px;
            line-height: 22px;
            position: absolute;
            right: 6px;
            text-align: center;
            top: 4px;
            width: 22px;
            cursor: pointer;
        }

            ul.filter_options li span:hover {
                background: #b0b0b0;
                color: #fff;
            }

        ul.filter_options li.clearall {
            border: none;
            padding: 0;
        }

            ul.filter_options li.clearall a {
                background: #dddddd;
                border-radius: 20px;
                margin: 0;
                padding: 5px 20px;
                position: relative;
                display: inline-block;
                transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
            }

                ul.filter_options li.clearall a:hover {
                    background: #b0b0b0;
                    color: #fff;
                }

.products {
    padding: 0 0 10px;
}

    .products.listitem {
        padding: 10px 12px;
        font-size: 0;
    }


.pricewrap {
    min-height: 33px;
}

.listitem .items span.pricesection {
    padding: 0 0 10px;
}

.items {
    border: 1px solid #d4d4d4;
    background: #fff;
    display: inline-block;
    margin: 0.1%;
    font-size: 14px;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 305px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

    .items > a {
        display: inline-block;
        padding: 10px 10px 0;
        width: 100%;
    }

    .items .cart-quantity {
        padding: 0 10px;
        position: relative;
        min-height: 32px;
    }

    .items span.itemimg, .items span.item_name {
        display: block;
    }

    .items span.itemimg {
        display: block;
        width: 100%;
        height: 10.5vw;
        position: relative;
        margin: 0 0 10px;
    }

        .items span.itemimg img {
            position: absolute;
            margin: auto;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

    .items span img {
        max-width: 100%;
        max-height: 100%;
    }

    .items span.item_name {
        margin: 0 0 6px;
        max-height: 42px;
        min-height: 42px;
        overflow: hidden;
    }

    .items span.pricesection {
        padding: 0 0 6px;
    }

        .items span.pricesection span.newprice {
            font-size: 115.4%;
            font-weight: bold;
        }

    .items:hover {
        box-shadow: 0 0px 12px 6px #cacaca;
        -webkit-box-shadow: 0 0px 12px 6px #cacaca;
        position: relative;
        z-index: 3;
    }

.listitem .buttoncontrols span.button a {
    padding: 5px 12px;
}

.productgroup.list .wrapper {
    background: transparent;
    border: none;
    font-size: 13px;
}

.list .itemgrid_cols {
    float: left;
    margin: 0 0 5px;
}

    .list .itemgrid_cols:nth-of-type(5n+1) {
        margin-left: 0;
    }

    .list .itemgrid_cols:nth-of-type(5n+5) {
        border: none;
    }

    .list .itemgrid_cols span.pricesection {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
    }

    .list .itemgrid_cols span.item_name {
        max-height: 42px;
        overflow: hidden;
    }

    .list .itemgrid_cols a:hover {
        box-shadow: 0 0 3px 2px #cdcdcd;
        -webkit-box-shadow: 0 0 3px 2px #cdcdcd;
        position: relative;
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        z-index: 1;
    }

.filter_category {
    border-bottom: 1px solid #ccc;
}

    .filter_category > ul {
        padding: 10px 10px 20px;
    }

        .filter_category > ul > li {
            margin: 0;
            padding: 0;
            font-size: 115.4%;
            display: block;
        }

    .filter_category li a {
        display: block;
        padding: 3px;
    }

    .filter_category > ul > li > a {
        padding-left: 8px;
        position: relative;
        outline: none;
    }

        .filter_category > ul > li > a:before {
            position: absolute;
            content: "\f0da";
            font-family: 'FontAwesome';
            left: -6px;
            top: 4px;
        }

    .filter_category > ul > li > div > a {
        padding-left: 8px;
        position: relative;
        outline: none;
    }

        .filter_category > ul > li > div > a:before {
            position: absolute;
            content: "\f0da";
            font-family: 'FontAwesome';
            left: -6px;
            top: 4px;
        }

    .filter_category > ul > li.active > a:before {
        content: "\f0d7";
        left: -9px;
    }

    .filter_category li ul {
        padding: 0 0 0 10px;
    }

ul li {
    display: inline-block;
    margin: 0 0 0 -4.5px;
    padding: 0;
}

.filter_category li ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: block;
}

    .filter_category li ul li a {
        color: #56a8d8;
    }

        .filter_category li ul li a:hover {
            font-weight: bold;
        }

.filter_category li a span {
    padding: 0 0 0 5px;
}

.filter_items {
    padding: 10px 0 0;
}

    .filter_items:last-child > ul {
        border: none;
    }

    .filter_items span.title {
        font-size: 115.4%;
        font-weight: bold;
        display: block;
        padding: 0 0 10px;
    }

    .filter_items > ul {
        margin: 0 10px;
        padding: 0 0 6px;
        border-bottom: 1px solid #ccc;
    }

        .filter_items > ul > li {
            margin: 0;
            padding: 0;
            font-size: 115.4%;
            display: block;
        }

    .filter_items li a {
        display: block;
        padding: 3px;
    }

    .filter_items > ul > li > a {
        padding-left: 20px;
        position: relative;
        outline: none;
    }

        .filter_items > ul > li > a:before {
            position: absolute;
            content: "\f196";
            font-family: 'FontAwesome';
            left: 0;
            top: 4px;
        }

    .filter_items > ul > li.active > a:before {
        content: "\f147";
        left: 0;
    }

    .filter_items li ul {
        padding: 0;
    }

    .filter_items li.main ul {
        display: none;
    }
        /*.filter_items li.main ul.brands.viewless { height:230px; overflow: hidden; }*/
        .filter_items li.main ul.size.viewless {
            height: 136px;
            overflow: hidden;
        }

    .filter_items li.main.active ul {
        display: block;
    }

    .filter_items li ul li.brandsearch {
        margin: 6px 0 10px;
    }

    .filter_items li ul li {
        margin: 0;
        padding: 0;
        font-size: 86.7%;
        display: block;
    }

        .filter_items li ul li span.checkbox {
            background: transparent;
            border: 1px solid #ccc;
            border-radius: 2px;
            display: inline-block;
            height: 15px;
            margin: 0 8px 0 0;
            position: relative;
            vertical-align: middle;
            width: 15px;
            overflow: hidden;
        }

            .filter_items li ul li span.checkbox input[type="checkbox"] {
                opacity: 0;
                left: -15px;
                top: 0;
                position: absolute;
            }

        .filter_items li ul li input[type="text"] {
            border: 1px solid #ccc;
            width: 100%;
            padding: 5px;
        }

            .filter_items li ul li input[type="text"]:focus {
                box-shadow: 0 1px 4px #999;
                -webkit-box-shadow: 0 1px 4px #999;
            }

        .filter_items li ul li label {
            display: block;
            padding: 5px 0;
            cursor: pointer;
        }

        .filter_items li ul li a {
            color: #56a8d8;
        }

            .filter_items li ul li a:hover {
                font-weight: bold;
            }

        .filter_items li ul li span.checkbox.checked {
            background: #1f91d0;
            border: 1px solid #1f91d0;
        }

    .filter_items > ul > li.controls {
        padding-top: 6px;
        padding-bottom: 6px;
    }

        .filter_items > ul > li.controls span {
            font-size: 86.7%;
            cursor: pointer;
            position: relative;
            padding: 0 0 0 15px;
        }

            .filter_items > ul > li.controls span:before {
                position: absolute;
                left: 0;
                top: 0;
                font-family: 'FontAwesome';
            }

            .filter_items > ul > li.controls span.more:before {
                content: "\f067";
            }

            .filter_items > ul > li.controls span.less:before {
                content: "\f068";
            }

            .filter_items > ul > li.controls span.less {
                display: none;
            }

        .filter_items > ul > li.controls.viewless span.more {
            display: none;
        }

        .filter_items > ul > li.controls.viewless span.less {
            display: block;
        }

    .filter_items li ul li span.price_field {
        display: inline-block;
        width: 44%;
    }

    .filter_items li ul li span.spacer {
        padding: 0 10px;
        display: inline-block;
    }



ul.footercolumns {
    display: inline-block;
    font-size: 0;
    list-style: none;
}

    ul.footercolumns.ksa {
        text-align: center;
    }

    ul.footercolumns li.footer-col {
        display: inline-block;
        font-size: 14px;
        width: 25%;
        border-left: 1px solid #cdcdcd;
        padding: 1%;
        text-align: center;
        vertical-align: top;
    }

    ul.footercolumns.ksa li.footer-col {
        width: 30%;
    }

    ul.footercolumns li.footer-col:first-child {
        border-left: none;
    }

    ul.footercolumns li.footer-col:last-child {
        text-align: left;
    }

        ul.footercolumns li.footer-col:last-child h3 {
            margin-top: 0;
            margin-bottom: 8px;
        }

    ul.footercolumns.ksa li.footer-col:last-child h3 {
    }

    ul.footercolumns.ksa .socialicons, .ksa .signup {
        padding: 20px 0 0;
    }

.footer-col .title {
    font-size: 123.1%;
    font-weight: 600;
}

.footer-col p {
    font-size: 92.9%;
    color: #999;
    margin: 0;
}

.footer-col-img a {
    display: inline-block;
    margin: 0 10px;
}

footer-col-img img {
    max-width: 100%;
}

.socialicons a {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    margin: 0 5px 0 0;
}

.socialmedia-icon {
    height: 42px;
}

.socialicons a:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.footer hr {
    width: 90%;
    margin: 1em auto;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #fff;
}

.signup {
    width: 100%;
    padding: 0 0 15px;
}

    .signup span {
        display: inline-block;
        width: 100%;
        position: relative;
        margin: 0 0 15px;
    }

        .signup span input[type="email"] {
            background: #fff;
            border: 1px solid #ccc;
            color: #333;
            width: 100%;
            padding: 6px 92px 6px 8px;
        }

.Layout_ar .signup span input[type="email"] {
    padding: 6px 8px 6px 92px;
}

.signup span input[type="email"]:focus {
    box-shadow: none !important;
    outline: none !important;
}

.signup span input[type="submit"] {
    background: #27ae60;
    border: medium none;
    cursor: pointer;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 92.9%;
    padding: 0 13px;
    color: #fff;
    text-shadow: 0 1px 1px #787878;
    -webkit-text-shadow: 0 1px 1px #787878;
}

    .signup span input[type="submit"]:hover {
        background: #27ae60;
    }

.inputtypeemail-inactive {
    background: #f1c469;
    pointer-events: none;
}

.inputtypesubmit-inactive {
    pointer-events: none;
}

.footerlink {
    width: 700px;
    padding: 0;
}

    .footerlink ul li {
        width: 30%;
        margin: 0 0 3px;
        font-size: 92.9%;
    }

        .footerlink ul li a:hover {
            color: #27ae60;
        }

.footermenu {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    background-color: #27ae60;
}

    .footermenu a {
        color: white !important;
    }

.weaccept {
    padding: 8px 0 0;
}

.copyright {
    border-top: 1px solid #bebebe;
    background: #f5f5f5;
    padding: 10px 0;
    text-align: center;
    font-size: 87.5%;
    color: #666;
}

    .copyright p {
        margin: 0;
        padding: 0;
        padding: 8px 0 0;
    }

    .copyright span {
        margin: 0 0 0 20px;
    }

.products.brand div.mc-image {
    background-size: auto auto;
}

/*arabic alignment for footer starts*/
.Layout_ar ul.footercolumns li.footer-col {
    border-left: none;
    border-right: 1px solid #cdcdcd;
}

    .Layout_ar ul.footercolumns li.footer-col:first-child {
        border-right: none;
    }

    .Layout_ar ul.footercolumns li.footer-col:last-child {
        text-align: right;
    }

.Layout_ar .signup span input[type="text"] {
    padding-left: 92px;
    padding-right: 8px;
}

.Layout_ar .signup span input[type="submit"] {
    right: auto;
    left: 0;
}

.Layout_ar .socialicons a {
    margin: 0 0 0 5px;
}
/*arabic alignment for footer ends*/

ul.lazyload {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    clear: both;
    margin-top: 15px;
}

    ul.lazyload li {
        color: #000;
        list-style: none;
        margin: 0;
        padding: 0;
        height: 40px;
        display: none;
    }

        ul.lazyload li span {
            float: left;
            font-size: 40px !important;
            height: 40px !important;
            left: 50% !important;
            margin: 0 0 0 -20px !important;
            position: absolute !important;
            top: 0;
            width: 40px !important;
        }

.pro-detail-container {
    display: table;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 8px #ccc;
    -webkit-box-shadow: 0 2px 8px #ccc;
    margin: 20px 0 20px;
}

.greenbg {
    background-color: #27ae60;
}

.wrapper1 {
    width: 100%;
    max-width: 31.25rem;
    margin: 6rem auto;
}

.label {
    font-size: .625rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: +1.3px;
    margin-bottom: 1rem;
}

.next-button {
    color: rgb(102, 102, 102);
    text-transform: uppercase;
    outline: none;
    font-size: 14px;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: box-shadow 0.25s ease 0s, border-color 0.25s ease 0s;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    border-width: 1px 0px 1px 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(77, 77, 77);
    border-bottom-color: rgb(77, 77, 77);
    border-left-color: rgb(77, 77, 77);
    justify-content: center;
    border-image: initial;
    vertical-align: middle;
    border-radius: 50vw;
    padding: 0 16px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right-style: initial;
    border-right-color: initial;
    right: 0px;
    border-width: 1px;
    border-color: #27ae60;
}

.btngreen:active {
    transform: scale(0.85);
    box-shadow: 3px 2px 25px 1px rgba(0,0,0,0.25);
}

.prev-button {
    text-transform: uppercase;
    color: rgb(102, 102, 102);
    cursor: not-allowed;
    outline: none;
    font-size: 14px;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: box-shadow 0.25s ease 0s, border-color 0.25s ease 0s;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    border-width: 1px 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(77, 77, 77);
    border-right-color: rgb(77, 77, 77);
    border-bottom-color: rgb(77, 77, 77);
    border-image: initial;
    border-radius: 50vw;
    padding: 0 16px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    font-size: 16px;
    border-radius: 50vw;
    padding: 0 16px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    font-size: 16px;
    border-width: 1px;
    border-color: #27ae60;
    border-left-style: initial;
    border-left-color: initial;
    left: 0px;
}

.Product-name {
    /*    height: 40px;
*/ text-overflow: ellipsis;
    color: rgb(0, 0, 0);
    display: -webkit-box;
    font-weight: 500;
    overflow: hidden;
    text-decoration: none;
    -webkit-box-orient: vertical;
    font-size: 11px;
    line-height: 15px;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 2;
}

.seperator {
    border-top: 1px solid rgba(255,255,255,0.15);
}

.darkgreenbg {
    background-color: #007d34;
}

.searchBar {
    width: fit-content;
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.searchQueryInput {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    outline: none;
    border: none;
    border-radius: 4px 0 0 4px;
    padding: 0 3.5rem 0 1.5rem;
    font-size: 13px;
    margin-left: 10px;
}

.deliveryPoint {
    font-size: 13px;
}

#searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

    #searchQuerySubmit:hover {
        cursor: pointer;
    }

.pro-detail-container .detailcolumn {
    display: table-cell;
    width: 50%;
    padding: 20px;
    position: relative;
}

    .pro-detail-container .detailcolumn.left-column {
        border-right: 1px solid #cdcdcd;
    }

.Layout_ar .pro-detail-container .detailcolumn.left-column {
    border-left: 1px solid #cdcdcd;
    border-right: none;
}

#zoomimg-container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 25px;
}

.zoomWindow {
    height: 32vw !important;
    width: 47vw !important;
}

.detail_header {
    display: block;
    position: relative;
}

    .detail_header h2 {
        font-weight: 600;
        margin: 0;
        padding: 0;
    }

        .detail_header h2 span {
            font-weight: normal;
            font-size: 17px;
        }

.prodetails-column {
    padding: 12px 0;
}

.rating-review {
    padding: 0 0 10px;
}

    .rating-review .caption {
        display: none;
    }

.rating-container {
    float: left;
}

    .rating-container .rating {
        cursor: default;
        position: relative;
        vertical-align: middle;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
    }

.rating-disabled .rating {
    cursor: not-allowed;
}

.rating-container .star {
    display: inline-block;
    margin: 0 5px 0 0;
    text-align: center;
    font-size: 20px;
}

.rating-container .empty-stars {
    color: #aaa;
}

.totalratings {
    padding: 5px 25px 0 7px;
    position: relative;
}

    .totalratings:after {
        color: #afafaf;
        content: "\f107";
        cursor: pointer;
        font-family: "FontAwesome";
        font-size: 22px;
        position: absolute;
        right: 5px;
        top: -1px;
    }

.reviews {
    border-left: 1px solid #ccc;
    margin: 4px 0 0 8px;
    padding: 0 7px 0 10px;
}

.detailcolumn span.infocontent {
    margin: 15px 0 10px;
}

    .detailcolumn span.infocontent p {
        margin: 10px 0 0;
    }

.infocontent.offer {
    background: #fff;
    border: 2px dashed #1f91d0;
    padding: 8px 18px;
    box-shadow: 0 1px 10px 1px #c9c9c9;
    -webkit-box-shadow: 0 1px 10px 1px #c9c9c9;
    margin: 0 0 10px;
}

    .infocontent.offer > div {
        font-size: 12px;
        display: inline-block;
        width: 100%;
    }

        .infocontent.offer > div span {
            font-size: 14px;
        }

.prodetails-column.member-price {
    padding: 0 0 15px;
}

.proddetail-tab {
    margin: 0 0 10px;
}

.prodetail-tabcontent {
    display: none;
}

ul.tabheader li {
    margin: 0;
    padding: 10px;
    float: left;
    font-size: 15px;
    width: 50%;
    text-align: center;
    cursor: pointer;
    background: #e8e8e8;
    color: #333;
    font-weight: 600;
}

.Layout_ar ul.tabheader li {
    float: right;
}

ul.tabheader li.show {
    background: #27ae60;
    color: #fff;
    text-shadow: 0 1px 1px #787878;
}

ul.tabheader li.singletab.show {
    background: #fff;
    text-align: left;
    font-size: 18px;
    color: #000;
    text-shadow: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-left: 0;
    cursor: default;
}

.member-price ul.description {
    margin: 0;
}

    .member-price ul.description li {
        font-weight: 600;
        color: #27ae60;
        margin: 0 0 6px;
    }

        .member-price ul.description li span.label {
            font-weight: normal;
            color: #555555;
            width: 144px;
            display: inline-block;
        }

        .member-price ul.description li:before {
            color: #555555;
        }

        .member-price ul.description li.selected {
            background: #eee;
        }

            .member-price ul.description li.selected:before {
                color: green;
            }

            .member-price ul.description li.selected span {
                font-weight: bold;
            }

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
}

.rating-animate .filled-stars {
    transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
}

.hide {
    display: none !important;
}

.detail-controls span {
    width: 25px;
    height: 26px;
    margin: 0 0 0 8px;
}

    .detail-controls span a {
        position: relative;
        display: block;
        width: 25px;
        height: 26px;
    }

        .detail-controls span a:before {
            content: "";
            position: absolute;
            width: 100%;
            text-align: center;
            left: 0;
            font-family: 'FontAwesome';
            top: 0;
            font-size: 18px;
            color: #2191d0;
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
        }

    .detail-controls span.share a:before {
        content: "\f1e0";
    }

    .detail-controls span.wishlist a:before {
        content: "\f004";
    }

    .detail-controls span.edit a:before {
        content: "\f040";
    }

    .detail-controls span a:hover:before {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }

.prod-details.columns {
    padding: 10px 0 0;
}

.pro-detail-container .detailcolumn.left-column {
    vertical-align: top;
    text-align: center;
}

.prodetails-column .left-column {
    width: 60%;
    padding: 0 98px 0 0;
    position: relative;
}

.Layout_ar .prodetails-column .left-column {
    padding: 0 0 0 98px;
}

.prodetails-column .left-column.deals {
    width: 100%;
}

    .prodetails-column .left-column.deals .old-price {
        margin: 6px 0;
    }

    .prodetails-column .left-column.deals .price-discount-details .product-price {
        width: 100%;
        margin: 5px 0;
    }

    .prodetails-column .left-column.deals .price-discount-details .productpercentage > span {
        width: 100%;
        margin: 5px 0;
        float: left;
    }

.detailsliderwrap {
    display: inline-block;
    width: 75%;
}

    .detailsliderwrap .bx-wrapper {
        overflow: inherit;
    }

.pro-detail-container .bx-controls-direction a.bx-prev {
    left: -38px;
}

.pro-detail-container .bx-controls-direction a.bx-next {
    right: -38px;
}

.detailcolumn.left-column .thumbs {
    text-align: center;
}

    .detailcolumn.left-column .thumbs a {
        border: 1px solid #ccc;
        display: inline-block;
        height: 60px;
        margin: 0 4px 5px;
        padding: 5px;
        width: 60px;
        vertical-align: top;
    }

        .detailcolumn.left-column .thumbs a.active {
            border: 1px solid #f9b222;
        }

        .detailcolumn.left-column .thumbs a img {
            max-width: 100%;
        }

ul.productzoomslider li a {
    display: inline-block;
    width: 100%;
}

.detailcolumn.left-column .bx-viewport {
    height: 22vw !important;
}

    .detailcolumn.left-column .bx-viewport img {
        max-height: 22vw;
        margin: 0 auto;
    }

.detailcolumn.left-column video {
    width: 100%;
    max-width: 100%;
    height: 368px;
}

.fancybox-inner {
    overflow: inherit !important;
}

.fancybox-nav {
    width: 120px;
}

.slidertext {
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;
    padding: 15px 0;
}

.prodetails-column .right-column {
    float: right;
    width: 220px;
}

.Layout_ar .prodetails-column .right-column {
    float: left;
    width: 180px;
}

.prodetails-column .caption {
    font-size: 16px;
    font-weight: 600;
    color: #555555;
    display: block;
    margin: 0 0 10px;
}

.prod-id {
    background: #666;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 120%;
    font-weight: 600;
    margin: 0 0 12px;
    padding: 5px 10px 6px;
    text-shadow: 0 2px 1px #000;
}

.right-column p {
    margin: 0;
    color: #898989;
}

ul.features {
    margin: 0;
    padding: 0;
    list-style: inherit;
}

    ul.features li {
        color: #898989;
        display: block;
        margin: 0 0 6px;
        padding: 0 0 0 18px;
        position: relative;
    }

        ul.features li:before {
            position: absolute;
            content: "\f111";
            left: 0;
            top: 0;
            font-size: 9px;
            color: #9d9d9d;
            line-height: 21px;
            font-family: 'FontAwesome';
        }

.Layout_ar ul.features li {
    padding: 0 18px 0 0;
}

    .Layout_ar ul.features li:before {
        left: auto;
        right: 0;
    }

.product-price {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 10px 10px 0;
}

.product-stock {
    font-weight: bold;
}

.prod-discount {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #f8b21f;
    padding: 0 0 0 8px;
}

.percentage-label {
    padding: 4px 0 0;
    text-transform: uppercase;
}

.otherdeal .percentage-label {
    padding: 0;
    text-transform: uppercase;
    font-size: 18px !important;
}

.quantity {
    margin: 0;
    position: relative;
}

.right-column label {
    font-size: 16px;
    font-weight: 600;
    color: #555555;
    padding: 0 10px 0 0;
}

.right-column .variance {
    margin: 0 0 10px;
    position: relative;
}

    .right-column .variance label {
        width: 140px;
        padding-top: 7px;
        position: absolute;
        min-height: 38px;
    }

.right-column span.dropdown {
    width: 230px;
}

    .right-column span.dropdown .dropdownwrap, .right-column select {
        font-size: 101.1%;
    }

span.dropdown {
    position: relative;
}

.variance-options {
    overflow: hidden;
    padding-left: 150px;
}

.right-column .variance .color_options label {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 3px 0 0;
    padding: 2px;
    border: 1px solid transparent;
    width: 50px;
    height: 44px;
}

    .right-column .variance .color_options label span {
        border: 1px solid #fff;
        cursor: pointer;
        width: 50px;
        height: 35px;
        -webkit-box-shadow: 0 1px 4px #b5b5b5;
        box-shadow: 0 1px 4px #b5b5b5;
        float: left;
    }

.variance-options label input[type="radio"] {
    position: absolute;
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.right-column .variance .color_options label:after {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    color: #fff;
    text-shadow: 0 1px 4px #000;
    font-size: 20px;
    left: 13px;
    font-weight: normal;
    top: 5px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.right-column .variance .color_options label.checked:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.right-column .variance .other_options label {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 3px 0 0;
    padding: 2px;
    border: 1px solid transparent;
    width: auto;
    height: 44px;
}

    .right-column .variance .other_options label span {
        border: 1px solid #ccc;
        cursor: pointer;
        width: auto;
        height: 35px;
        -webkit-box-shadow: 0 1px 4px #b5b5b5;
        box-shadow: 0 1px 4px #b5b5b5;
        float: left;
        padding: 6px 16px;
        min-width: 62px;
        text-align: center;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        overflow: hidden;
        position: relative;
    }

        .right-column .variance .other_options label span:before {
            content: "\f058";
            font-family: fontAwsome;
            position: absolute;
            left: -5px;
            top: 0;
            opacity: 0;
            color: #fff;
        }

        .right-column .variance .other_options label span:hover, .right-column .variance .other_options label.checked span {
            background: #E91E63;
            color: #fff;
        }

    .right-column .variance .other_options label.checked span {
        font-size: 14px;
        padding-top: 7px;
    }

.Layout_ar .right-column .variance label {
    right: 0;
}

.Layout_ar .variance-options {
    padding-left: 0;
    padding-right: 150px;
}

.Layout_ar .right-column .variance .color_options label {
    margin: 0 0 0 3px;
}

    .Layout_ar .right-column .variance .other_options label, .Layout_ar .right-column .variance .color_options label span {
        float: right;
    }

.Layout_ar .variance-options label input[type="radio"] {
    right: -20px;
    left: auto;
}

.value {
    position: relative;
    width: 54px;
    margin: 0 5px !important;
}

    .value input[type="text"] {
        border: 1px solid #ccc;
        padding: 5px;
        position: relative;
        top: -2px;
        width: 100%;
        text-align: center;
    }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    box-shadow: 0 1px 4px #b5b5b5;
    -webkit-box-shadow: 0 1px 4px #b5b5b5;
    border: 1px solid #1faa3d;
}

.quantity .buttons {
    font-size: 30px;
    position: relative;
    top: 1px;
    margin: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    background-color: #27ae60;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    margin: -243px 0px 0px -33px;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: #27ae60;
    }

.quantity .buttons a {
    background: #27ae60;
    border-radius: 50%;
    display: block;
    color: #fff !important;
    height: 32px;
    line-height: 30px;
    text-align: center;
    width: 32px;
}

.quantity .buttons.decrease a {
    font-size: 26px;
    line-height: 6px;
}

    .quantity .buttons.decrease a.inactive, .quantity .buttons.increase a.inactive {
        color: #ccc !important;
    }

.quantity .buttons a:hover {
    background: #09a63b;
    color: #fff;
    box-shadow: 0 1px 4px #b5b5b5;
    -webkit-box-shadow: 0 1px 4px #b5b5b5;
    text-shadow: 0 1px 1px #787878;
    -webkit-text-shadow: 0 1px 1px #787878;
}

.updatebtn {
    bottom: -24px;
    font-size: 13px;
    left: -12px;
    position: absolute;
    text-align: center;
    width: 74px;
    display: none;
    opacity: 0;
}

    .updatebtn.show {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        opacity: 1;
        display: block;
    }

.prodetails-column.product-disc {
    padding-bottom: 0;
}

ul.description {
    margin: 0 0 15px;
    padding: 0;
}

    ul.description li {
        color: #898989;
        display: inline-block;
        list-style: none;
        margin: 0 0 6px;
        padding: 0 0 0 14px;
        position: relative;
        width: 100%;
    }

        ul.description li:before {
            position: absolute;
            content: "-";
            left: 0;
            top: 0;
        }

.buy-cart-btns .buynow {
    padding-right: 6px;
}

.buy-cart-btns .addtocart {
    padding-left: 6px;
}

.buy-cart-btns div > a {
    border: 1px solid #f9b224;
    color: #f9b224;
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

    .buy-cart-btns div > a.btnorange {
        color: #fff;
    }

    .buy-cart-btns div > a:hover {
        background: #f9b224;
        color: #fff;
        box-shadow: 0 1px 4px #b5b5b5;
        -webkit-box-shadow: 0 1px 4px #b5b5b5;
    }

.popupwindow.cart-notification {
    position: fixed;
    top: 50%;
    left: 50%;
}

.popupwindow.show.cart-notification {
    width: 600px;
    min-height: 216px;
    margin: -108px 0 0 -300px;
    z-index: 7001;
}

.addtocartsuccess-wrap {
    background: #fff;
    padding: 20px;
    text-align: center;
    width: 100%;
    box-shadow: 0 2px 4px #000;
    -webkit-box-shadow: 0 2px 4px #000;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    opacity: 0;
}

.show .addtocartsuccess-wrap {
    opacity: 1;
}

.success-icon {
    display: inline-block;
    width: 70px;
}

    .success-icon img {
        max-width: 100%;
    }

body {
    background: #f5f5f5;
}

/*.wrapper {
    margin-top: 15px;
    display: flex;
    justify-content: center;
}*/

.card {
    border: 0px solid #eee;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.dsh-menu-cnt {
    width: 100%;
    padding: 25px 10px;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 0px;
    transition: all .3s cubic-bezier(0,0,.5,1);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    overflow: hidden;
}


    .dsh-menu-cnt .dsh-menu-title {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 10px;
        margin-bottom: 20px;
    }

.dsh-cat-slider.slider .dsh-count-list {
    padding: 10px;
    text-align: center;
}

.grab {
    cursor: grab;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow: hidden; /* Hide scrollbars */
}

.dsh-menu-title h3 {
    color: #424245;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -1px;
}

.dsh-menu-title a {
    font-size: 12px;
    color: #13a752;
    text-decoration: none;
}

.homecontainer {
    padding: 0 30px;
    .homecontainer

{
    padding: 0 50px;
}

.container {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .container::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

}

.dsh-menu-title a:hover {
    color: #000;
}

section.tdys-deals-sc {
    padding: 12px 18px;
    overflow: hidden;
}

.dsh-menu-cnt .dsh-menu-list {
    display: flex;
    width: 33.33%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    padding: 0 5px;
}

    .dsh-menu-cnt .dsh-menu-list a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
    }

section.dsh-menu-sc {
    width: 100%;
    margin-top: -100px;
    padding: 0;
}

.dsh-menu-cnt .dsh-menu-list a .dsh-menu-head h4 {
    margin: 0;
    padding-top: 10px;
    font-size: 13px;
    color: #6a717f;
}

.dsh-menu-cnt .dsh-menu-list a .dsh-menu-icon {
    display: flex;
}

.automargn {
    margin-top: auto;
    padding-top: 0;
}

.tooltip.show {
    opacity: 1;
}

.weight {
    margin-top: -65px;
    transition: all 0.5s
}

    .weight small {
        color: #e2dede
    }

.categories .current-menu-item a::before,
.categories .current_page_item a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}

.categories a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    right: 100%;
    bottom: 50%;
    background: #1b5e20; /*** COLOR OF THE LINE ***/
    height: 3px; /*** THICKNESS OF THE LINE ***/
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.categories a:hover {
    opacity: 1 !important;
}

    .categories a:hover:before {
        right: 0;
    }

.categories a:before {
    bottom: 10%;
}

.next-button::before, .prev-button::before {
    box-shadow: rgb(33 30 34 / 20%) 0px 3px 6px;
    bottom: 0px;
    opacity: 1;
}


.next-button::before, .next-button::after, .prev-button::before, .prev-button::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100%;
    border-radius: 50vw;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-property: opacity;
    pointer-events: none;
}

.buttons {
    justify-content: center;
    padding: 10px;
    border-radius: 4px;
    position: relative;
    /*    opacity: 0;
*/ transition: all 0.8s
}

.clp-plp-main-section {
    border-radius: 15px;
    padding: 15px;
}

.cart-button {
    width: 100%;
    background: #27ae60;
    color: #fff;
    font-weight: 700;
    border: 0;
    border-radius: 50px;
    max-width: 120px;
    padding: 7px 0;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.dot {
    height: 14px;
    width: 14px;
    background-color: green;
    border-radius: 50%;
    position: absolute;
    left: 27%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8px;
    color: #fff;
    opacity: 0
}


.cart-button:focus {
    box-shadow: none
}

.cart-icon {
    position: relative;
    height: 48px !important;
    width: 50px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 11px;
    border-radius: 5px;
    font-size: 14px;
    transition: 1s ease-in-out;
    overflow: hidden
}

.cart-button.clicked span.dot {
    animation: item 0.3s ease-in forwards
}

@keyframes item {
    0% {
        opacity: 1;
        top: 30%;
        left: 30%
    }

    25% {
        opacity: 1;
        left: 26%;
        top: 0%
    }

    50% {
        opacity: 1;
        left: 23%;
        top: -22%
    }

    75% {
        opacity: 1;
        left: 19%;
        top: -18%
    }

    100% {
        opacity: 1;
        left: 14%;
        top: 28%
    }
}

.card:hover .buttons {
    opacity: 1
}

.card:hover .weight {
    margin-top: 10px
}


/*.carousel-item {
    height: 32rem;
    background-position: center;
    background-size: cover;
}*/
/*.carousel-item {
    background-image: url(./images/slide-1.jpg);
}*/
.cart-notification .buttoncontrols {
    text-align: center;
}
/* E-commerce */
.product-box {
    padding: 0;
    border: 1px solid #e7eaec;
}

    .product-box:hover,
    .product-box.active {
        border: 1px solid transparent;
        -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
        -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
        box-shadow: 0 3px 7px 0 #a8a8a8;
    }

.product-imitation {
    text-align: center;
    padding: 90px 0;
    background-color: #f8f8f9;
    color: #bebec3;
    font-weight: 600;
}

.cart-product-imitation {
    text-align: center;
    padding-top: 30px;
    height: 80px;
    width: 80px;
    background-color: #f8f8f9;
}

.product-imitation.xl {
    padding: 120px 0;
}

.product-desc {
    padding: 20px;
    position: relative;
}

.ecommerce .tag-list {
    padding: 0;
}

.ecommerce .fa-star {
    color: #d1dade;
}

    .ecommerce .fa-star.active {
        color: #f8ac59;
    }

.ecommerce .note-editor {
    border: 1px solid #e7eaec;
}

table.shoping-cart-table {
    margin-bottom: 0;
}

    table.shoping-cart-table tr td {
        border: none;
        text-align: right;
    }

        table.shoping-cart-table tr td.desc,
        table.shoping-cart-table tr td:first-child {
            text-align: left;
        }

        table.shoping-cart-table tr td:last-child {
            width: 80px;
        }

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: #676a6c;
    display: block;
    margin: 2px 0 5px 0;
}

    .product-name:hover,
    .product-name:focus {
        color: #1ab394;
    }

.product-price {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1ab394;
    padding: 6px 12px;
    position: absolute;
    top: -32px;
    right: 0;
}

.product-detail .ibox-content {
    padding: 30px 30px 50px 30px;
}

.image-imitation {
    background-color: #f8f8f9;
    text-align: center;
    padding: 200px 0;
}

.product-main-price small {
    font-size: 10px;
}

.product-images {
    margin: 0 20px;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.product-spec {
    padding: 20px 30px;
    box-shadow: 0 2px 8px #ccc;
    -webkit-box-shadow: 0 2px 8px #ccc;
}

.productgroup .toggleheader span {
    border-bottom: 1px dashed #ccc;
    margin: 0;
    padding: 0 0 6px 22px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
}

    .productgroup .toggleheader span:before {
        position: absolute;
        content: "\f196";
        font-family: 'FontAwesome';
        top: 1px;
        left: 0;
        font-weight: normal;
    }

.productgroup .toggleheader.show span:before {
    content: "\f147";
}

.product-spec .togglecontent {
    padding: 10px 10px 10px 30px;
}

.product-spec img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

.product-spec table {
    max-width: 100% !important;
}

    .product-spec table td img {
        max-width: 100% !important;
    }

.toggle-container {
    display: inline-block;
    width: 100%;
}

.productgroup .togglecontent .caption {
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px;
}

.spec-inner {
    display: table;
    padding: 0 0 5px;
}

    .spec-inner span {
        display: table-cell;
        color: #5f5f5f;
    }

        .spec-inner span.label {
            max-width: 300px;
            width: 20%;
            word-wrap: break-word;
        }

.specwrap {
    padding: 0 0 20px;
}


.shopping-grid table {
    width: 100%;
    border-collapse: separate;
    table-layout: inherit !important;
}

    .shopping-grid table thead th {
        font-size: 112.5%;
        font-weight: 600;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }

    .shopping-grid table tbody tr {
        background: #fff;
        padding: 10px;
        position: relative;
    }

        .shopping-grid table tbody tr td {
            padding: 10px;
            position: relative;
            vertical-align: middle;
            height: 140px;
            word-wrap: break-word;
        }

            .shopping-grid table tbody tr td:before {
                background: #ccc;
                bottom: 10px;
                content: "";
                left: 0;
                bottom: 0;
                position: absolute;
                top: 0;
                width: 1px;
            }

            .shopping-grid table tbody tr td:nth-of-type(1):before {
                display: none;
            }

            .shopping-grid table tbody tr td.item {
                width: 40%;
                vertical-align: middle;
                padding-left: 12px !important;
            }

            .shopping-grid table tbody tr td.quantity {
                width: 100%;
                text-align: center;
                min-width: 140px;
                display: flex;
                align-items: center;
                flex-direction: column;
                justify-content: space-around;
            }

                .shopping-grid table tbody tr td.quantity.textleft {
                    text-align: left !important;
                }

            .shopping-grid table tbody tr td.price {
                width: 13%;
                font-weight: 400;
                font-size: 102.3%;
            }

            .shopping-grid table tbody tr td.deliverydetails {
                width: 18%;
                font-weight: 600;
                font-size: 114.3%;
                max-width: 233px;
            }

            .shopping-grid table tbody tr td.subtotal {
                width: 20%;
                text-align: right;
                font-weight: 600;
                font-size: 114.3%;
            }

    .shopping-grid table thead tr th.subtotal {
        width: 14%;
        text-align: right;
        font-weight: 600;
        font-size: 114.3%;
    }

    .shopping-grid table tbody tr td.quantity .buttons {
        margin: 0;
        display: inline-block;
        vertical-align: top;
    }

    .shopping-grid table tbody tr td.quantity .value {
        margin: 0 5px;
        display: inline-block;
        vertical-align: top;
    }

        .shopping-grid table tbody tr td.quantity .value input {
            display: inline-block;
        }

    .shopping-grid table tbody tr.spacer {
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

.revieworder .shopping-grid table tbody tr.spacer:last-child {
    display: none;
}

.shopping-grid table tbody tr.spacer td {
    height: 1px;
    padding: 0;
    border: 1px solid #eee;
}


.cart-image {
    height: 120px;
    margin: 10px;
    position: absolute;
    width: 160px;
}

    .cart-image img {
        max-width: 100%;
        max-height: 100%;
    }

span.cart-content {
    display: inline-block;
    padding: 20px 0px 29px 175px;
    position: relative;
    min-height: 132px;
}

    span.cart-content span {
        display: block;
        padding: 0 0 8px;
    }

        span.cart-content span.properties {
            font-size: 142.9%;
            font-weight: 600;
        }

        span.cart-content span.status {
            font-weight: 600;
        }

.buttoncontrols {
    display: block;
    width: 100%;
    text-align: right;
}
    /*
    .buttoncontrols span.button {
        display: inline-block;
        margin: 0 0 0 5px;
    }*/

    .buttoncontrols span.button a, input.normalbtn, .buttoncontrols input.btnorange.submit, .buttoncontrols input.btnblue.submit {
        border: 1px solid #ccc; /*border-radius: 3px;*/
        text-align: center;
        /*display: block;*/
        transition: background 0.3s ease;
        -webkit-transition: background 0.3s ease;
    }

        .buttoncontrols span.button a:hover, .buttoncontrols input.btnorange.submit:hover, input.normalbtn:hover {
            background: #27ae60;
            border: 1px solid #f7dd58;
            box-shadow: 0 1px 3px #cacaca;
            color: #fff;
            text-shadow: 0 1px 1px #787878;
            -webkit-box-shadow: 0 1px 3px #cacaca;
        }

.shopping-grid table tbody tr td.price span {
    display: block;
    width: 100%;
    padding: 3px 0 0;
    font-size: 81.3%;
    font-weight: normal;
}

.shopping-grid table tbody tr td.deliverydetails span.dropdown {
    display: block;
    width: 100%;
    margin: 12px 0 0;
    position: relative;
}

span.dropdown select {
    width: 100%;
    opacity: 0;
    filter: opacity(0);
    position: absolute;
    left: 0;
    padding: 4px;
    top: 0;
    cursor: pointer;
}

    span.dropdown select option {
        padding: 2px 5px;
        font-weight: normal;
    }

span.dropdown .dropdownwrap {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    font-size: 81.3%;
    overflow: hidden;
    padding: 6px 25px 6px 6px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

    span.dropdown .dropdownwrap:after {
        position: absolute;
        right: 8px;
        content: "\f0d7";
        font-family: 'FontAwesome';
        top: 4px;
        font-size: 16px;
    }

.shopping-grid table tbody tr.total {
    background: #f5f5f5;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
}

    .shopping-grid table tbody tr.total td {
        text-align: right;
        height: auto;
        border: 2px solid #f9b222;
    }

        .shopping-grid table tbody tr.total td:before {
            display: none;
        }

        .shopping-grid table tbody tr.total td span.amount-label {
            float: right;
        }

        .shopping-grid table tbody tr.total td div.totaldetailwrap {
            padding: 4px 0 0;
            display: inline-block;
        }

            .shopping-grid table tbody tr.total td div.totaldetailwrap > div {
                display: inline-block;
            }

        .shopping-grid table tbody tr.total td:nth-of-type(1) {
            border-right: none;
            padding-right: 0;
        }

        .shopping-grid table tbody tr.total td:nth-of-type(2) {
            border-left: none;
            font-size: 142.9%;
            font-weight: 600;
        }

span.amount-label {
    font-size: 142.9%;
    padding: 0 0 0 4em;
    font-weight: 600;
}

.shopping-grid .message {
    left: -110px;
    width: 260px;
    z-index: 1;
}

    .shopping-grid .message:before {
        margin: 0 0 0 -9px;
    }

.shoppingcart-buttons, .cartbuttonwrap {
    margin: 20px 0 0;
}

.noitemsincart {
    min-height: 420px;
    padding: 180px 30px 30px;
    position: relative;
}

    .noitemsincart:before {
        position: absolute;
        background: url("../images/noitemcart.png") no-repeat;
        content: "";
        width: 88px;
        height: 129px;
        top: 50px;
        left: 50%;
        margin: 0 0 0 -44px;
    }

    .noitemsincart .buttoncontrols {
        text-align: center;
    }

.savelaterlist {
    margin: 10px 0 0;
}

.shoppingcart-buttons span.button, .cartbuttonwrap span.button {
    font-size: 121.4%;
    font-weight: normal;
}

.shoppingcart-buttons span.cartitemcontrols span.button a, .cartbuttonwrap span.cartitemcontrols span.button a {
    padding: 6px 22px;
}

.error-icon {
    display: inline-block;
    width: 30vw;
}

    .error-icon img {
        max-width: 100%;
    }

.toastmessage {
    border-radius: 4px;
    font-size: 12px;
    left: 0;
    padding: 6px;
    position: absolute;
    top: 40px;
    display: none;
}

.showMsg span {
    display: block !important;
}

.message span {
    margin: 0 !important;
}

.message:before {
    content: "\f0d8";
    font-family: "FontAwesome";
    font-size: 30px;
    left: 50%;
    margin: 0 0 0 12px;
    position: absolute;
    top: -29px;
    width: 18px;
    z-index: 1;
}

.error-msg {
    background: #fed2d3;
    border: 2px solid #c62869;
    box-shadow: 0 0 3px #c62869;
    color: #c62869;
}

.info-msg {
    background: #f9eb99;
    border: 2px solid #eda321;
    box-shadow: 0 0 3px #eda321;
    color: #86652c;
}

    .info-msg:before {
        color: #eda321;
    }

.message.show {
    display: block !important;
}

.cart-error {
    display: none;
    margin: 15px 0 -10px;
}

    .cart-error .error-msg {
        padding: 10px;
    }

.blankpage {
    text-align: center;
    padding: 10em 0 22em;
}

    .blankpage .info-msg {
        display: inline-block;
        padding: 15px 20px;
        width: 480px;
        border-radius: 10px;
    }

.checkout {
    border: 1px solid #fff;
    background: #fff;
    display: table;
    box-shadow: 0 2px 4px #c8c8c8;
    -webkit-box-shadow: 0 2px 4px #c8c8c8;
}

.checkout-left {
    width: 248px;
    max-width: 248px;
    background: #dee8f2;
    display: table-cell;
    vertical-align: top;
}

.checkout-right {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

    .checkout-right .login-register-wrap {
        vertical-align: top;
    }

        .checkout-right .login-register-wrap:nth-child(2) {
            margin-right: 0;
        }

    .checkout-right .singlepagelogin {
        width: auto;
    }

.checkout-right-inner {
    padding: 0px 20px 20px;
}

    .checkout-right-inner .wrapper {
        width: 100%;
    }

    .checkout-right-inner span.cart-content {
        padding-left: 100px;
    }

    .checkout-right-inner span.dropdown .dropdownwrap {
        font-size: 12px;
        height: 33px;
        border-radius: 4px;
    }

        .checkout-right-inner span.dropdown .dropdownwrap:after {
            font-size: 14px;
            top: 6px;
        }

    .checkout-right-inner .cart-image {
        height: 60px;
        width: 60px;
    }

    .checkout-right-inner .shopping-grid table tbody tr td.deliverydetails {
        max-width: 172px;
        min-width: 120px;
    }

    .checkout-right-inner .shopping-grid table tbody tr td.subtotal {
        min-width: 120px;
    }

    .checkout-right-inner .revieworder .shopping-grid table tbody tr td.item {
        min-width: 225px;
    }

.tabs ul {
    margin: 0;
    padding: 0;
}

    .tabs ul li {
        list-style: none;
        display: inline-block;
        width: 100%;
        margin: 0;
        position: relative;
    }

        .tabs ul li a {
            display: block;
            padding: 10px;
        }

.checkout-left .tabs ul li a {
    padding: 18px 10px 18px 50px;
}

.tabs ol {
    margin: 0;
    padding: 0;
    counter-reset: item;
}

    .tabs ol li {
        list-style: none;
        display: inline-block;
        width: 100%;
        margin: 0;
        position: relative;
    }

        .tabs ol li a {
            display: block;
            padding: 10px;
        }

.checkout-left .tabs ol li a {
    padding: 18px 10px 18px 62px;
    color: #888;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.checkout-left .tabs ol li:before {
    border: 2px solid #888888;
    border-radius: 50%;
    color: #888888;
    content: counter(item, decimal);
    counter-increment: item;
    font-size: 16px;
    height: 30px;
    left: 16px;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 30px;
}

.checkout-left .tabs ol li.hover a, .checkout-left .tabs ol li.active a {
    background: #fff;
    color: #000;
}

.checkout-left .tabs ol li.hover:before, .checkout-left .tabs ol li.active:before,
.checkout-left .tabs ol li.modified.active:before {
    background: #27ae60;
    border: 2px solid #27ae60;
    color: #fff;
}

.checkout-left .tabs ol li.modified:before {
    border: 2px solid #4ec8af;
    color: #4ec8af;
    content: "\f00c";
    font-family: 'FontAwesome';
}
/* please add class 'modified' for the tab which has been modified */

/*.tabcontent { display: none; }
.tabcontent.content1 { display: block; }*/ /* Not required in development section */
.tabtitle {
    padding: 0 0 20px;
}

.order-history .tabtitle {
    padding: 10px 0;
}

.tabtitle h3 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    font-size: 142.9%;
}

.tabtitle span {
    color: #666;
}

.revieworder .quantity .buttons {
    font-size: 24px;
}

    .revieworder .quantity .buttons a {
        width: 32px;
        height: 32px;
        line-height: 16px;
    }

    .revieworder .quantity .buttons.decrease a {
        font-size: 21px;
        line-height: 1px;
    }

.revieworder .value {
    width: 41px px;
    margin-top: 4px !important;
}

    .revieworder .value input[type="text"] {
        top: 0;
    }

.revieworder .shopping-grid table {
    font-size: 106.3%;
}

    .revieworder .shopping-grid table tbody tr td.item {
        width: 36%;
    }

    .revieworder .shopping-grid table tbody tr td.price {
        width: 21%;
    }

.shadow-radius-box {
    border-radius: 10px;
    box-shadow: 0 0 6px #c8c8c8;
    -webkit-box-shadow: 0 0 6px #c8c8c8;
    padding: 20px;
    margin: 0 0 10px;
}

.review-details {
    font-weight: 600;
    font-size: 114.2%;
}

    .review-details.alignleft span {
        display: inline-block;
        width: 100%;
    }

        .review-details.alignleft span label {
            display: inline-block;
            width: 192px;
            font-weight: normal;
        }

.review-totalamt {
    border-radius: 22px;
    color: #fff;
    display: inline-block;
    font-size: 114.7%;
    font-weight: 600;
    padding: 11px 25px;
}

.paymentmode {
    padding: 15px 0 0;
}

    .paymentmode .tabtitle {
        padding: 0 0 10px;
    }

ul.choosepayment li {
    list-style: none;
    margin: 0;
    margin: 0 0 20px;
    width: 100%;
    padding: 10px;
}

    ul.choosepayment li:first-child, ul.choosepayment li:nth-of-type(2) {
        display: inline-block;
        /*    width: 230px;*/
    }

    ul.choosepayment li label span {
        margin: 0 10px 0 0;
    }

.voucher {
    background: #eee;
    border-radius: 4px;
    margin: 0;
    padding: 10px 20px;
}

    .voucher .barcode, .voucher .vouchercode {
        margin: 0;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }

    .voucher input[type="text"] {
        border: 1px solid #ccc;
        border-radius: 4px;
        float: left;
        font-size: 13px;
        padding: 7px 10px;
        width: 200px;
    }

.vouchercode .error-msg {
    left: 0;
    margin: 0;
    text-align: center;
    top: 42px;
    width: 200px;
}

.voucher .message:before {
    font-size: 22px;
    margin: 0;
    left: 8px;
    top: -22px;
}

.vouchercode .error-msg:before {
    content: "\f0d8";
}

.voucher .voucher-inner {
    margin: 0 20px 0 0;
}

.voucher-inner .btnorange {
    padding: 6px 10px;
    vertical-align: middle;
    margin: 0 0 0 8px;
    border-radius: 4px;
}

.address-column {
    border: 1px solid #eee;
    box-shadow: 0 2px 4px #c8c8c8;
    -webkit-box-shadow: 0 2px 4px #c8c8c8;
    display: inline-block;
    margin: 0 20px 20px 0;
    padding: 15px 20px;
    width: 280px;
    position: relative;
    vertical-align: top;
    min-height: 250px;
    overflow-y: auto;
}

.Layout_ar .address-column {
    margin: 0 0 20px 20px;
}

.addresstype {
    color: #fff;
    left: -26px;
    margin: 5px 0 15px;
    padding: 9px 20px 9px 25px;
    position: relative;
    font-weight: 600;
    height: 38px;
}
    /*.addresstype:before {  border-left:6px solid transparent;  border-top: 6px solid #340000;  bottom: -6px;  content: "";  height: 0;  left: 0; position: absolute; width: 0; }*/
    .addresstype:after {
        position: absolute;
        right: -16px;
        left: auto;
        content: "";
        top: 0;
        width: 0;
        height: 0;
        border-top: 19px solid transparent;
        border-left: 16px solid #27ae60;
        border-bottom: 19px solid transparent;
    }

.Layout_ar .addresstype {
    right: -21px;
    left: auto;
    padding: 9px 25px 9px 20px;
}
    /*.Layout_ar .addresstype:after { border-right:6px solid transparent;  border-top: 6px solid #340000;  bottom: -6px;  content: "";  height: 0;  right: 0; left:auto; position: absolute; width: 0; }*/
    .Layout_ar .addresstype:before {
        position: absolute;
        left: -16px;
        right: auto;
        content: "";
        top: 0;
        width: 0;
        height: 0;
        border-top: 19px solid transparent;
        border-right: 16px solid #1f91d0;
        border-bottom: 19px solid transparent;
    }

.selected-address {
    background: green;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 30px;
    line-height: 28px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 30px;
}

.Layout_ar .selected-address {
    right: auto;
    left: 10px;
}

.address-column ul {
    clear: both;
}

    .address-column ul li {
        display: block;
        padding: 0;
        margin: 0;
    }

        .address-column ul li.addr-name {
            font-size: 107.1%;
            font-weight: 600;
            padding: 0 0 10px;
        }

        .address-column ul li.addr-phone {
            padding-top: 12px;
            font-weight: 600;
        }

.address-column .buttoncontrols {
    text-align: left !important;
    margin: 20px 0 42px;
}

    .address-column .buttoncontrols span.button a {
        padding: 8px 22px;
        width: 100px;
    }

.address-controls {
    bottom: 0;
    left: 0;
    padding: 5px 15px;
    position: absolute;
}

    .address-controls span {
        display: inline-block;
        margin: 0 0 0 5px;
    }

        .address-controls span a {
            padding: 5px 5px 5px 20px;
            color: #666;
            display: block;
            position: relative;
        }

            .address-controls span a:hover {
                color: #27ae60;
            }

            .address-controls span a:before {
                position: absolute;
                content: "";
                left: 4px;
                top: 5px;
                font-family: 'FontAwesome';
            }

        .address-controls span.delete a:before {
            content: "\f014";
        }

        .address-controls span.edit a:before {
            content: "\f040";
        }

.addnewaddress a {
    display: inline-block;
    min-width: 282px;
    max-width: 282px;
    padding: 10px 20px;
    text-align: center;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    background-color: #27ae60;
    border-color: #27ae60;
    color: white !important;
    width: 100%;
    font-size: 1.1rem;
    margin-top: 4vh;
    padding: 1vh;
    border-radius: 50px
}

.er {
    text-align: right !important;
}

.addnewaddress a:hover {
    background-color: #27ae60;
    border-color: #27ae60;
    color: white !important;
    width: 100%;
    font-size: 1.1rem;
    margin-top: 4vh;
    padding: 1vh;
    border-radius: 50px
}

.address-column.newaddress {
    display: none;
    margin-right: 10px;
    width: 564px;
}

.fieldwrap {
    padding: 0 0 22px;
}

    .fieldwrap span {
        padding: 0 5px;
    }

        .fieldwrap span.label {
            padding: 0 10px 0 0;
            font-weight: 600;
        }

.address-column.newaddress ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
}

    .address-column.newaddress ul li label {
        display: flex;
        font-weight: 600;
        vertical-align: top;
        padding: 10px 0 0;
    }

    .address-column.newaddress ul li span.field {
        display: contents;
        margin: 0;
        padding: 4px 5px 15px 130px;
        vertical-align: top;
        width: 100%;
    }

.Layout_ar .address-column.newaddress ul li span.field {
    padding: 4px 130px 15px 5px;
}

.address-column.newaddress ul li input[type="text"],
.address-column.newaddress ul li textarea {
    width: 100%;
    border-radius: 4px;
    display: block;
    padding: 6px 5px;
    border: 1px solid #ccc;
    min-height: 40px;
    margin-top: 10px;
}

.address-column.newaddress ul li span.sample {
    font-style: italic;
    color: #999;
    font-size: 13px;
}

.newaddress .buttoncontrols {
    text-align: right !important;
    padding: 0 6px;
    margin: 20px 0 0;
}

.Layout_ar .newaddress .buttoncontrols {
    text-align: left !important;
}

.x {
    text-align: left !important;
}


.newaddress .buttoncontrols span.button {
    width: auto;
}

span.field .dropdown {
    display: inline-block;
    width: 100%;
}

span.field span.dropdown .dropdownwrap, span.field span.dropdown select {
    font-size: 100%;
    margin-top: 20px;
}

.login-register-wrap {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    width: 355px;
    text-align: left;
}

.login-reg {
    background-color: white;
    border: 1px solid #eee;
    box-shadow: 0 2px 4px #c8c8c8;
    -webkit-box-shadow: 0 2px 4px #c8c8c8;
    display: inline-block;
    margin: 0;
    padding: 20px 30px;
    width: auto;
    position: relative;
    vertical-align: top;
    width: 500px;
}

    .login-reg input[typetext="text"], .login-reg input[typetext="email"], .login-reg input[typetext="password"] {
        width: 100%;
        display: block;
        padding: 6px 5px;
        border: 1px solid #ccc;
        font-size: 13px;
        min-height: 40px;
    }

    .login-reg input.input-validation-error, .login-reg select.input-validation-error {
        border: 1px solid red;
    }

    .login-reg select {
        border: 1px solid #ccc;
        padding: 6px;
        width: 100%;
        font-size: 15px;
    }

    .login-reg ul li {
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
    }

        .login-reg ul li span {
            display: block;
            width: 100%;
            padding: 0 0 0 35px;
            margin: 0 0 20px;
            position: relative;
        }

            .login-reg ul li span:before {
                position: absolute;
                content: "";
                left: 0;
                top: 4px;
                width: 27px;
                height: 28px;
            }

            .login-reg ul li span.email:before {
                content: url(../img/mail-icon.png);
            }

            .login-reg ul li span.name:before {
                content: url(../img/acnt-icon.png);
            }

            .login-reg ul li span.password:before {
                content: url(../img/lock-icon.png);
            }

            .login-reg ul li span.phone:before {
                content: url(../img/phone-icon.png);
            }

            .login-reg ul li span.country:before {
                content: url(../img/globe-icon.png);
            }

            .login-reg ul li span.password input {
                padding-right: 25px;
            }

    .login-reg .buttoncontrols {
        text-align: center;
    }

.logindiv .login-reg .buttoncontrols {
    margin: 20px 0 0;
}

.register .login-reg .buttoncontrols {
    margin: 10px 0 0;
}

.login-reg .buttoncontrols span.button, .login-reg .buttoncontrols input.btnorange.submit, .login-reg .buttoncontrols input.btnblue.submit {
    width: 100%;
    margin: 0;
    height: 40px;
}

.login-reg ul li span.eyeicon {
    cursor: pointer;
    height: 33px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
}

    .login-reg ul li span.eyeicon:before {
        position: absolute;
        content: "\f070";
        left: 5px;
        top: 5px;
        font-family: 'FontAwesome';
        color: #999999;
    }

    .login-reg ul li span.eyeicon.show:before {
        content: "\f06e";
        color: #666;
    }

.terms label {
    cursor: pointer;
}

.terms span {
    position: relative;
    width: 15px;
    height: 16px;
    cursor: pointer;
    background: url("../images/login-check.png") no-repeat;
    margin: 1px 5px 0 0;
    float: left;
}

    .terms span.checked {
        background: url("../images/login-checked.png") no-repeat;
    }

    .terms span input[type="checkbox"] {
        position: absolute;
        left: -15px;
        top: 0;
        opacity: 0;
    }

.login-reg ul li span.caption {
    padding: 0 !important;
    margin: 0 0 5px;
}

.login-reg ul li ul {
    height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 6px;
    margin: 0 0 10px;
}

    .login-reg ul li ul li {
        display: inline-block;
        width: 50%;
        position: relative;
        margin: 0 0 10px;
        font-size: 15px;
    }

        .login-reg ul li ul li label {
            display: inline-block;
            width: 100%;
        }

            .login-reg ul li ul li label span, .login-reg ul li span.field-validation-valid {
                padding: 0;
                margin: 0;
            }

        .login-reg ul li ul li span.radio {
            position: absolute;
            left: 0;
            top: 2px;
        }

        .login-reg ul li ul li span.optionfield {
            display: inline-block;
            width: 100%;
            padding: 0 0 0 20px;
        }

            .login-reg ul li ul li span.optionfield:before {
                display: none;
            }

            .login-reg ul li ul li span.optionfield span {
                padding-bottom: 4px;
            }

        .login-reg ul li ul li:nth-last-child(1),
        .login-reg ul li ul li:nth-last-child(2),
        .login-reg ul li ul li:nth-last-child(3) {
            width: 100%;
        }

.login-reg ul li span.caption.terms {
    padding: 8px 0 0;
}

    .login-reg ul li span.caption.terms input[type="checkbox"] {
        position: relative;
        cursor: pointer;
    }

.login-reg .message {
    top: 0;
    position: relative;
    width: 100%;
    display: block;
    margin: -14px 0 10px;
}

    .login-reg .message:before {
        display: none;
    }

.login-reg ul li.how-you-know {
    padding: 0 0 10px;
}

    .login-reg ul li.how-you-know input[type="text"] {
        margin: 6px 0;
    }

.login-reg ul li.email-updates {
    padding-left: 20px;
}

    .login-reg ul li.email-updates input[type="checkbox"] {
        position: absolute;
        left: 0;
        top: 5px;
    }

.loadingclass, .login-register-wrap .loaderoverlay {
    position: fixed;
}

.loaderoverlay {
    display: none;
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.signinsingle {
    margin: 0 0 20px;
}

    .signinsingle .wrapper {
        padding: 6em 0 9em;
        text-align: center;
    }

.success .signinsingle .wrapper {
    padding: 12em 0 14em;
}

.signinsingle .login-reg {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    padding: 0;
}

.signinsingle .login-register-wrap {
    margin-right: 0;
    padding: 20px;
    box-shadow: 0 1px 6px 1px #c8c8c8;
    -webkit-box-shadow: 0 1px 6px 1px #c8c8c8;
}

.signinsingle .login .login-reg {
    min-height: inherit;
}

    .signinsingle .login .login-reg ul li {
        display: inline-block;
        width: 100%;
        margin: 0 0 12px;
    }

        .signinsingle .login .login-reg ul li:first-child {
            display: block;
        }

/*.popupwindow.logindiv .signinsingle { margin:0; }
.popupwindow.logindiv .signinsingle .wrapper { padding:0; margin:0; width: 100%; }*/

.septext {
    display: inline-block;
    font-weight: 600;
    margin: 0 20px 0 0;
    vertical-align: middle;
}

.checkout-right .septext {
    margin-top: 16em;
}

.forgotpass {
    padding: 12px 0;
    font-size: 92.8%;
}

.buttoncontrols span.button.blue a, .buttoncontrols input.btnblue.submit {
    color: #fff;
    text-shadow: 0 1px 1px #666;
    -webkit-text-shadow: 0 1px 1px #666;
    border: 1px solid #005998;
}

.buttoncontrols input.btnblue.submit {
    background: #1f91d0;
}

.buttoncontrols span.button a span.btnicon {
    font-size: 18px;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

.buttoncontrols span.button.blue a:hover, .buttoncontrols input.btnblue.submit:hover {
    background: #1279b8;
    border: 1px solid #47b9f8;
    box-shadow: 0 1px 3px #cacaca;
    -webkit-box-shadow: 0 1px 3px #cacaca;
    text-shadow: 0 1px 1px #666;
}

.button.blue a {
    color: #fff;
}

.blue a:hover {
    background: #09a63b !important;
}

.buttoncontrols span.button.transpi a {
    color: #000;
    border: 1px solid #f2f2f2;
    font-weight: 600;
}

    .buttoncontrols span.button.transpi a.btnicon {
        font-size: inherit;
    }

    .buttoncontrols span.button.transpi a:hover {
        background: transparent;
        box-shadow: 0 1px 4px #666666;
        -webkit-box-shadow: 0 1px 3px #082b6a;
        text-shadow: none;
        -webkit-text-shadow: none;
    }

.thankyou {
    padding: 20px 30px;
}

    .thankyou h2 {
        margin: 0;
        padding: 20px 0 10px;
    }

    .thankyou h3 {
        margin: 0;
        padding: 20px 0;
    }

    .thankyou .buttoncontrols {
        text-align: center;
        padding-bottom: 20px;
    }

        .thankyou .buttoncontrols span.button.blue a {
            padding: 8px 32px;
        }

.login .login-reg {
    min-height: 385px;
}

.logindiv .login .login-reg {
    min-height: inherit;
}

.popupwindow.logindiv.show {
    min-height: 298px;
}

.popupwindow.forgotpassword.show {
    min-height: 190px;
}

.popupwindow.forgotpassword.success, .popupwindow.register.success {
    min-height: 162px;
}

.popupwindow.logindiv.reg-login-pop {
    margin-top: -149px;
}

.popupwindow.register.reg-login-pop {
    margin-top: -232px;
    position: absolute;
}

.popupwindow.register .login-reg {
    padding: 20px 30px 30px;
}

.overlaydiv {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 7000;
    display: none;
}

.popupwindow.reg-login-pop {
    float: left;
    display: none;
    left: 50%;
    margin: -232px 0 0 -197px;
    min-height: 464px;
    position: fixed;
    top: 50%;
    width: 394px;
    z-index: 8000;
}

.reg-login-pop .login-register-wrap {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 4px #000000;
    -webkit-box-shadow: 0 2px 4px #000000;
    width: 100%;
    margin: 0;
}

.reg-login-pop .tabtitle {
    padding: 10px 0;
    text-align: center;
}

.reg-login-pop .login-reg {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

    .reg-login-pop .login-reg ul li span.eyeicon:before {
        left: 2px;
    }

.popup-close {
    background: #dc3545;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 35px;
    line-height: 33px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 9px;
    width: 35px;
    border: 0px;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

    .popup-close:hover {
        background: #27ae60;
        text-shadow: 0 1px 1px #787878;
        -webkit-text-shadow: 0 1px 1px #787878;
    }

.reg-login-pop .forgotpass {
    font-size: 13px;
    padding: 8px 0;
}

.popupwindow.reg-login-pop.forgotpassword {
    margin-top: -95px;
}

    .popupwindow.reg-login-pop.forgotpassword.success, .popupwindow.register.success {
        margin-top: -81px;
        text-align: center;
    }

.popupwindow.register.success {
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
}

    .forgotpassword.success .login-reg, .popupwindow.register.success .login-reg {
        padding: 0;
        text-align: center;
    }

.forgotpassword.success .field-validation-success, .register.success .field-validation-success {
    margin: 0 !important;
    font-size: 14px;
    font-weight: 600;
    padding: 60px 15px 15px !important;
}

    .forgotpassword.success .field-validation-success:before, .register.success .field-validation-success:before {
        border: 2px solid #fff;
        border-radius: 50%;
        box-shadow: 0 1px 2px #000;
        color: #fff;
        content: "\f00c";
        display: block;
        font-family: "FontAwesome";
        font-size: 29px;
        height: 40px;
        left: 50%;
        margin-left: -20px;
        position: absolute;
        top: 9px;
        width: 40px;
        text-align: center;
    }

.forgotpassword.success .popup-close, .register.success .popup-close {
    background: #fff;
    color: #8bc34a;
    text-shadow: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

    .forgotpassword.success .popup-close:hover, .register.success .popup-close:hover {
        color: #27ae60;
    }

.singlepagelogin .field-validation-success {
    text-align: center;
    background: #fff !important;
    text-shadow: none;
    color: #4caf50 !important;
    font-weight: bold;
    margin: 0 0 25px;
}

.btn-close {
    display: inline-block;
    margin: 10px 0 0;
}

    .btn-close input.closebtn {
        background: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 2px 2px #666;
        -webkit-box-shadow: 0 2px 2px #666;
        color: #000;
        display: inline-block;
        font-weight: normal;
        padding: 5px 15px;
    }

        .btn-close input.closebtn:hover {
            color: #27ae60;
        }

.popupwindow {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    width: 0;
    height: 0;
}

    .popupwindow.show {
        min-height: 464px;
        height: auto;
        width: 394px;
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
    }

.moveleft {
    left: 25% !important;
}

.shopping-grid.orderhistory {
    margin: 0 0 30px;
}

.orderhistory .title {
    padding: 10px 20px;
}

    .orderhistory .title span.caption {
        font-size: 143.7%;
        color: #000;
    }

    .orderhistory .title span {
        display: block;
        color: #666;
    }

.shopping-grid.orderhistory span.value, .shopping-grid.orderhistory table tbody tr td.status span,
.shopping-grid.orderhistory table tbody tr td.deliverydate {
    font-size: 114.3%;
}

.shopping-grid.orderhistory table tbody tr {
    box-shadow: none;
    position: relative;
}

.shopping-grid.orderhistory table thead th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.shopping-grid.orderhistory table tbody tr td.price span {
    font-size: 100%;
}

tbody.orderdetails tr td span {
    text-align: left;
}

tbody.orderdetails tr td {
    padding-left: 10px !important;
}

.deliveryadd b, .deliveryadd span {
    display: inline !important;
}

.price span b, .price span span {
    display: inline !important;
}

.orderdetails tr td .deliveryadd:first-child {
    margin-top: 15px;
}

.resend {
    color: #27ae60;
    font-size: 15px;
    vertical-align: middle;
}

.myaccount {
    background: #fff;
    min-height: 50vh;
    display: table;
    padding: 10px;
    border-radius: 8px;
}

.myaccount-left {
    display: table-cell;
    border-right: 1px solid #ccc;
    max-width: 170px;
    vertical-align: top;
    padding-right: 12px;
}

.myaccount-right {
    display: table-cell;
    position: relative;
    vertical-align: top;
}

.myaccount-right-inner {
    padding: 13px 20px 20px;
}

.myaccount-left .tabs ul li a {
    padding: 3px 10px;
}

.myaccount-left .tabs ul li.active a {
    color: #27ae60;
}

.myaccount-left .toggle-container {
    padding: 0;
    /*border-bottom: 1px solid #eee;*/
}

.myaccount-left .toggleheader {
    padding: 5px 10px 5px 22px;
    position: relative;
    cursor: pointer;
    width: 200px;
}

    .myaccount-left .toggleheader:before {
        content: "\f0da";
        position: absolute;
        left: 6px;
        top: 3px;
        font-family: 'FontAwesome';
    }

    .myaccount-left .toggleheader.show:before {
        content: "\f0d7";
        left: 3px;
    }

.myaccount-left .togglecontent {
    padding: 0 0 8px 12px;
}

.myaccount-inner {
    padding: 20px 0;
}

    .myaccount-inner .login-register-wrap {
        margin: 0;
        width: 706px;
    }

    .myaccount-inner .login-reg {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        padding: 20px 0 0;
    }

        .myaccount-inner .login-reg ul li {
            display: inline-block;
            width: 330px;
            margin: 0 20px 0 0;
            vertical-align: top;
        }

            .myaccount-inner .login-reg ul li:last-child {
                width: 100%;
                margin: 0;
            }

            .myaccount-inner .login-reg ul li span.emailupdates input[type="checkbox"] {
                position: relative;
                top: 2px;
                margin: 0 5px 0 0;
            }

ul.accountfields {
    width: 706px;
    margin: 0;
}

    ul.accountfields sup {
        color: red;
    }

    ul.accountfields li {
        margin: 0 0 15px;
        padding: 0 20px 0 0;
        display: inline-block;
        width: 350px;
        vertical-align: top;
    }

        ul.accountfields li label {
            display: block;
            margin: 0 0 5px;
        }

        ul.accountfields li:first-child, ul.accountfields li input[type="text"] {
            width: 100%;
        }

            ul.accountfields li:first-child input[type="text"], ul.accountfields li:first-child input[type="password"],
            ul.accountfields li span.dropdown, ul.accountfields li:first-child .field-validation-error {
                width: 330px;
            }

        ul.accountfields li select {
            width: 100%;
            font-size: 100%;
            height: 35px;
        }

    ul.accountfields span.dropdown .dropdownwrap {
        padding: 7px 25px 7px 6px;
        font-size: 100%;
    }

.myaccount-inner input[type="text"], .myaccount-inner input[type="email"], .myaccount-inner input[type="tel"],
.myaccount-inner input[type="password"] {
    border: 1px solid #ccc;
    display: block;
    padding: 6px 5px;
    width: 100%;
}

.myaccount-inner span.dropdown .dropdownwrap:after {
    right: 10px;
    top: 5px;
}

.myaccount-inner .buttoncontrols span.button {
    margin: 0 10px 0 0;
}

.orderhistorylist table {
    table-layout: fixed;
    text-align: center;
    font-size: 14px;
}

.orderhistorylist tr th.serial, .orderhistorylist tr td.serial {
    width: 64px !important;
}

.orderhistorylist table thead tr th {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}

.orderhistorylist table tbody tr td {
    padding: 5px 10px;
}

    .orderhistorylist table tbody tr td.wrap {
        padding: 0;
    }

    .orderhistorylist table tbody tr td table tr {
        border-bottom: 1px solid #f2f2f2;
    }

.orderhistorylist table tbody tr:nth-of-type(3n) td table tr {
    background-color: #f6f6f6;
}

.orderhistorylist table thead tr th.arrow, .orderhistorylist table tbody tr td.arrow {
    width: 26px !important;
}

    .orderhistorylist table tbody tr td.arrow span {
        width: 10px !important;
        height: 25px;
        display: inline-block;
        position: relative;
    }

        .orderhistorylist table tbody tr td.arrow span:before {
            font-family: 'FontAwesome';
            content: "\f0da";
            position: absolute;
            left: 0;
            top: 3px;
            font-size: 16px;
        }

    .orderhistorylist table tbody tr td.arrow.down span:before {
        content: "\f0d7";
        left: auto;
        right: 4px;
    }

.orderhistorylist .deliver {
    font-size: 13px !important;
    padding: 2px 8px 4px;
    margin: 0 5px;
    min-width: 72px;
}

.orderhistorylist table tbody tr td.date span {
    background: #d9d9d9;
    display: inline-block;
    padding: 2px 8px;
}

.orderhistorylist table tbody tr.slidecolumn td {
    padding: 0;
}

.orderhistorylist .shopping-grid table {
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.slidecolumn .shopping-grid.orderhistory {
    margin: 0;
    display: none;
}

.slidecolumn .shopping-grid table thead th {
    font-size: 100%;
    background: #eee;
    padding: 5px 10px;
}

.slidecolumn span.cart-content {
    padding: 15px 10px 10px 66px;
    min-height: inherit;
}

    .slidecolumn span.cart-content span.properties {
        font-size: 120%;
    }

.slidecolumn .cart-image {
    width: 60px;
    height: 60px;
    margin: 0;
}

.slidecolumn .shopping-grid table tbody tr td {
    height: 96px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    padding: 6px 0;
}

.orderhistorylist table tbody tr td table tr:last-child td {
    border-bottom: none;
}

.slidecolumn .shopping-grid table tbody tr td.price, .slidecolumn .shopping-grid.orderhistory span.value,
.slidecolumn .shopping-grid.orderhistory table tbody tr td.status span,
.slidecolumn .shopping-grid.orderhistory table tbody tr td.deliverydate {
    font-size: 100%;
}

.search {
    width: 200px;
    position: relative;
    margin: 0 0 10px;
}

.myaccount-inner .search input[type="text"] {
    padding: 4px 30px 4px 4px;
}

.oh-title, .ordertitle {
    display: none !important;
}

.search span {
    font-size: 19px;
    height: 28px;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
    color: #a6a6a6;
}

.Layout_ar .search span {
    left: 0;
    right: auto;
}

.shopping-grid.orderhistory.visible table thead:first-child th,
.orderhistorylist table tbody tr td a.show table tr {
    border-top: 2px solid #27ae60;
}

.slidecolumn .shopping-grid.orderhistory table tbody tr.serialNum {
    padding-bottom: 0;
}

    .slidecolumn .shopping-grid.orderhistory table tbody tr.serialNum td {
        padding: 10px 0 0;
        border-bottom: none;
        height: auto
    }

.slidecolumn span.srl-number {
    display: inline-block;
    padding: 3px 8px !important;
    background: #1f91d0;
    color: #fff;
}

.voucherpoints table tr th {
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.voucherpoints table tbody tr {
    border-bottom: 1px solid #f2f2f2;
}

.voucherpoints table tr td {
    text-align: center;
    padding: 6px 10px;
}

.voucherpoints table tbody tr:nth-of-type(2n) {
    background-color: #f9f9f9;
}

.voucherpoints table tr.expired {
    background: #ffe4e0 !important;
    border-bottom: 1px solid #f9a496;
    color: #8f5a4c;
}

.voucherpoints table tr.valid {
    background: #c7ffc7 !important;
    border-bottom: 1px solid #13ab13;
    color: #007400;
}

ul.updatemail-mobile {
    margin: 0;
    padding: 0;
}

    ul.updatemail-mobile li {
        clear: both;
        display: block;
        margin: 0 0 20px;
        width: 320px;
    }

        ul.updatemail-mobile li label {
            display: block;
            width: 100%;
            padding: 0 0 4px;
        }

.quickcheckout {
    padding: 8px;
    background: #fff;
    height: 0;
    left: 0;
    position: absolute;
    border-radius: 8px;
    top: 0;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 10px -2px rgb(0, 0, 0, 20%);
    box-shadow: 0 4px 10px -2px rgb(0, 0, 0, 20%);
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.chekoutpopupbutton a {
    display: block;
    padding: 7px 5px;
    margin: 0 0 20px auto;
    background-color: transparent;
    color: #ffffff !important;
    background: #27ae60;
    border: none;
    outline: none;
    cursor: pointer;
}

.quickcheckout.show {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    width: 500px;
    height: 500px;
}

.quickcheckwrap {
    display: table;
    width: 100%;
    height: 100%;
}

.quickwrapinner {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.productimg {
    display: none;
    width: 30%;
}

    .productimg img {
        max-width: 100%;
        max-height: 100%;
    }
/*.quickcheckout .productimg { display:inline-block; padding: 4% 0; }*/
.quickcheckout .productimg {
    display: inline-block;
    padding: 4% 0;
    max-height: 90px;
    max-width: 100%;
    overflow: hidden;
    font-size: 11px;
}

.productlabel {
    display: flex;
    justify-content: center;
    -webkit-line-clamp: 2;
    width: auto;
    margin: 5px 0;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
}

.quickcheckout .productlabel {
    margin: 2% 0;
}

.quickcheckout .qc-title {
    position: relative;
    font-size: 114.2%;
    color: #27ae60;
    padding: 8px 0 16px 0;
}

    .quickcheckout .qc-title:before {
        position: absolute;
        left: 50%;
        top: 0;
        width: 55px;
        height: 56px;
        background: url(../images/addcart.png) no-repeat center;
        content: "";
        margin: 0 0 0 -27px;
        background-size: 100%;
    }

.quickcheckout .price {
    font-weight: bold;
}

.checkoutbtn a {
    display: block;
    margin: 0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff !important;
    background: #03549a;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}

    .checkoutbtn a:hover {
        background: #27ae60;
        box-shadow: 0 1px 3px #808080;
        -webkit-box-shadow: 0 1px 3px #808080;
        color: #fff;
        text-shadow: 0 1px 1px #111111;
        -webkit-text-shadow: 0 1px 1px #111111;
    }

.quickcheckout .checkoutbtn {
    margin: 5% 0 0;
}


.addtocart-content .cart-error, .addtocart-content .cart-success {
    display: none;
}

.quickcheckout.cartsuccess .addtocart-content .cart-success,
.quickcheckout.carterror .addtocart-content .cart-error {
    display: block;
}

.quickcheckout.carterror .checkoutbtn {
    display: none;
}

.quickcheckout.carterror {
    border: 2px solid red;
}

.quickcheckout.carterror {
    border: 2px solid green;
}


.addtocart-content .cart-error {
    font-weight: 600;
    color: red;
}

.field-validation-error {
    margin: 4px 0 2px;
    display: block;
    background: #fed2d3 !important;
    border: 1px solid #c62869;
    color: #c62869;
    padding: 6px;
    font-size: 11px;
    border-radius: 3px;
}

.field-validation-success {
    margin: 4px 0 2px;
    display: block;
    background: #8bc34a !important;
    border: 1px solid #4CAF50;
    color: #fff;
    padding: 6px;
    border-radius: 0;
    text-shadow: 0 1px 2px #000;
    -webkit-text-shadow: 0 1px 2px #000;
}

.field-validation-info {
    margin: 4px 0 2px;
    display: block;
    background: #fbcc87 !important;
    border: 1px solid #FF9800;
    color: #b76d00;
    padding: 6px;
    border-radius: 0;
    font-size: 11px;
}

.field-validation-error span {
    margin: 0;
    padding: 0;
}

.login-reg ul li span.field-validation-error {
    margin: 4px 0 0;
    padding: 0 !important;
    height: auto;
}

    .login-reg ul li span.field-validation-error span {
        margin: 0;
        padding: 6px;
        height: auto;
    }

.login-reg ul li span.field-validation-valid {
    height: auto;
}

.login-reg ul li span.message {
    top: auto;
    display: none;
}

.field-validation-error.topmsg, .field-validation-success.topmsg, .field-validation-info.topmsg {
    margin: -14px 0 12px !important;
    text-align: center;
    font-size: 13px;
    padding: 5px 10px !important;
    border-radius: 0;
}

    .field-validation-error.topmsg:before, .field-validation-success.topmsg:before, .field-validation-info.topmsg:before {
        display: none;
    }

.contentoverlay {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2000;
}

.productgroup .contentoverlay, .bordertop .contentoverlay {
    top: -3px;
}

.contentloader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2001;
}

    .contentloader span.loaderbar {
        overflow: hidden;
        position: absolute;
        left: 0;
        right: 0;
        height: 5px;
    }

        .contentloader span.loaderbar:after {
            content: ""; /* width: 40px; */
            height: 3px;
            background: #27ae60;
            position: absolute;
            animation: loader 2s;
            -webkit-animation: loader 2s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
            transition-timing-function: linear;
            -webkit-transition-timing-function: linear;
            bottom: 0px;
            left: 0;
            width: 100%;
            margin-left: 0;
        }

        .contentloader span.loaderbar.top {
            top: -5px;
        }

        .contentloader span.loaderbar.bottom {
            bottom: 0;
        }

.textanimate {
    position: absolute;
    width: 266px;
    height: 36px;
    left: 50%;
    top: 50%;
    margin: -18px 0 0 -133px;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    font-size: 22px;
}

    .textanimate div {
        position: absolute;
        width: 20px;
        height: 36px;
        opacity: 0;
        animation: move 2s linear infinite;
        -o-animation: move 2s linear infinite;
        -moz-animation: move 2s linear infinite;
        -webkit-animation: move 2s linear infinite;
        animation-direction: reverse;
        color: #27ae60;
    }

        .textanimate div:nth-child(2) {
            animation-delay: 0.2s;
            -o-animation-delay: 0.2s;
            -moz-animation-delay: 0.2s;
            -webkit-animation-delay: 0.2s;
        }

        .textanimate div:nth-child(3) {
            animation-delay: 0.4s;
            -o-animation-delay: 0.4s;
            -webkit-animation-delay: 0.4s;
            -webkit-animation-delay: 0.4s;
        }

        .textanimate div:nth-child(4) {
            animation-delay: 0.6s;
            -o-animation-delay: 0.6s;
            -moz-animation-delay: 0.6s;
            -webkit-animation-delay: 0.6s;
        }

        .textanimate div:nth-child(5) {
            animation-delay: 0.8s;
            -o-animation-delay: 0.8s;
            -moz-animation-delay: 0.8s;
            -webkit-animation-delay: 0.8s;
        }

@keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    35% {
        left: 41%;
        opacity: 1;
    }

    65% {
        left: 59%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-moz-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    35% {
        left: 41%;
        opacity: 1;
    }

    65% {
        left: 59%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-webkit-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    35% {
        left: 41%;
        opacity: 1;
    }

    65% {
        left: 59%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@-o-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }

    35% {
        left: 41%;
        opacity: 1;
    }

    65% {
        left: 59%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

.column-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

    .column-overlay:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #3a3a3a;
        opacity: 0.4;
        filter: opacity(40%);
    }

@keyframes loader {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@-moz-keyframes loader {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes loader {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

@-o-keyframes loader {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}


/*styles for static pages starts*/
.staticpage h2 {
    margin: 10px 0;
}

.static-wrapper {
    margin: 0 auto;
    width: 1000px;
    clear: both;
}

    .static-wrapper h3.main-title {
        margin-top: 0;
        font-weight: 600;
    }

.columnleft {
    width: 400px;
    box-shadow: 0 1px 9px 2px #c8c8c8;
    -webkit-box-shadow: 0 1px 9px 2px #c8c8c8;
    position: relative;
    padding: 20px;
    margin: 0 0 20px;
    z-index: 1;
}
/*.twocolumnfields { width:730px; }
.twocolumnfields .columnleft { width:100%; }
.twocolumnfields .columnleft ul li:nth-child(2n) { float:right; }
.twocolumnfields .columnleft ul li { width:48%; float:left; }*/
.mapoverlaycolumn {
    margin: -80px 0 20px 0;
    border: 3px solid #f6f6f6;
}

.columnleft ul {
    margin: 0;
    padding: 0;
}

.columnleft li {
    display: inline-block;
    margin: 0 0 12px;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

    .columnleft li label {
        display: block;
        padding: 0 0 3px;
        width: 100%;
    }

    .columnleft li span.status {
        display: block;
        font-size: 12px;
        color: red;
        padding: 6px 0 0;
    }

.columnright {
    overflow: hidden;
    max-width: 600px;
    padding: 20px 20px 20px 30px;
}

.columnleft label span.bluetext {
    font-size: 13px;
}

.columnleft sup {
    color: red;
    top: -3px;
}

.columnleft p, .columnright p {
    margin: 0 0 20px;
}

.columnleft p {
    margin: 0 0 10px;
}

.columnleft span.indication {
    font-size: 12px;
    font-style: italic;
    padding: 0;
    display: inline-block;
    margin: 13px 0 0;
    clear: both;
    width: auto;
}

    .columnleft span.indication span {
        color: red;
    }

.columnright p b {
    font-weight: 600;
}

.columnleft h3 {
    margin: 0 0 8px;
    font-weight: 600;
    border-bottom: 1px solid #d0d0d0;
    padding: 0 0 5px;
}

.columnright h3 {
    margin: 0;
    font-weight: 600;
}

.columnright a:hover {
    color: #27ae60;
}

span.dropdown .dropdownwrap {
    font-size: 14px;
    border-radius: 0;
}

.columnright h3.main-col-title {
    margin: 0 0 5px;
}

.togglediv h3 {
    padding: 0 0 5px 20px;
    color: #000;
    position: relative;
    cursor: pointer;
    font-size: 15px;
}

    .togglediv h3:before {
        content: "\f138";
        left: 0;
        top: 4px;
        position: absolute;
        font-family: FontAwesome;
        font-size: 18px;
        color: #333;
        width: 13px;
        height: 13px;
        background: #fff;
        text-align: center;
        border-radius: 50%;
        line-height: 16px;
    }

.togglewrap {
    display: block;
    width: 100%;
    background: #fafafa;
    padding: 6px 10px;
    border: 1px solid #e9e9e9;
    margin: 0 0 3px;
}

.staticpage h2.main-col-title {
    margin: 0 0 8px;
    padding: 0 0 5px;
}

.togglewrap:hover, .togglewrap.active {
    background: #f6f6f6;
}

.togglediv .togglewrap.active h3:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    background: #27ae60;
}

.togglediv .togglewrap p {
    display: none;
    padding: 0 0 0 21px;
    color: #666;
    margin: 0;
}

.togglewrap.active h3, .togglediv h3:hover {
    color: #27ae60;
}

.togglediv .togglewrap p.first {
    display: block;
}

.staticpage.context h2, .staticpage.context h3 {
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
}

.staticpage.context h2 {
    margin-top: 10px;
    padding: 5px;
}

.staticpage.context p {
    margin-top: 0;
    line-height: 24px;
}

.staticpage.context b {
    font-weight: 600;
}

.staticpage.context ul {
    margin: 0;
    padding: 0;
}

.staticpage.context ol {
    padding-left: 16px;
}

.staticpage.context ul li {
    display: list-item;
    width: 100%;
    padding-left: 20px;
    line-height: 24px;
    list-style-type: disc;
    list-style-position: inside;
    margin: 0;
}

table.small {
    width: 320px;
    text-align: center;
}

    table.small th, table.small td {
        padding: 3px;
    }

table.w290 {
    border: 1px solid #d6d6d6;
    width: 290px;
    margin: 10px 0;
    table-layout: fixed;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top, rgba(229,229,229,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(229,229,229,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(229,229,229,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6e5e5e5', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

    table.w290 tr th, table.w290 tr td {
        padding: 5px 10px;
        text-align: left;
    }

    table.w290 tr th {
        background: #ebebeb;
        color: #d77111;
    }

.staticpage.context ul.lowerlatin-order li {
    list-style-type: lower-latin;
}

.staticpage.context ul li ul li, .staticpage.context ol li ul li {
    padding: 0;
}

table.Benefitstable, table.Benefitstable tr th, table.Benefitstable tr td {
    border: 1px dotted #787878;
    text-align: center;
}

    table.Benefitstable tr th, table.Benefitstable tr td {
        padding: 5px 10px;
    }

        table.Benefitstable tr th:nth-of-type(1), table.Benefitstable tr td:nth-of-type(1) {
            text-align: left;
        }

.static-slider {
    width: 358px;
    margin: 10px 0 10px 30px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 2px #4e4e4e;
    position: relative;
    overflow: hidden;
}

    .static-slider .owl-nav {
        display: none;
    }

    .static-slider .owl-dot {
        width: 10px;
        height: 10px;
        background: #8e8e8e;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px;
    }

        .static-slider .owl-dot.active {
            background: #0483ca;
        }

    .static-slider .owl-controls {
        opacity: 1;
        text-align: center;
        bottom: 12px;
        position: absolute;
    }

    .static-slider .slideitem img {
        max-width: 100%;
    }

/*styles for static pages ends*/

/*customized input file starts*/
.uploadfilewrap {
    position: relative;
}

    .uploadfilewrap input.uploadfile { /*opacity:0; width:0; height:0; position:absolute;*/
        left: 0;
        top: 0;
        display: block;
    }

    .uploadfilewrap span.inputfilewrap {
        padding: 0 80px 0 0;
        position: relative;
    }

    .uploadfilewrap .uploadfilebtn {
        position: absolute;
        right: 0;
        top: 0;
        background: #929292;
        border: none;
        color: #fff;
        padding: 7px 16px;
    }

        .uploadfilewrap .uploadfilebtn:hover {
            background: #5d5d5d;
        }
/*customized input file ends*/

.inputstyle input[type="text"], .inputstyle input[type="email"], .inputstyle input[type="tel"],
.inputstyle input[type="password"], .inputstyle textarea, .inputstyle select {
    border: 1px solid #ccc;
    display: block;
    padding: 6px 5px;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
}

.inputstyle textarea {
    height: 90px !important;
}

.inputstyle span.dropdown .dropdownwrap:after {
    right: 10px;
    top: 5px;
}

.location-map {
    position: relative; /*min-height: 350px;*/
    min-height: 120px; /*for ksa*/
}

    .location-map iframe {
        position: absolute;
        left: 0;
        width: 100% !important;
    }

.hotlinenum {
    margin: 10px 0 0;
    position: relative;
    background: #fff;
    border: 2px solid #b70404;
    border-radius: 20px;
    overflow: hidden;
    color: #b70404;
    font-size: 15px;
    font-weight: 600;
    padding-right: 16px;
}

    .hotlinenum span {
        background: #b70404;
        display: inline-block;
        padding: 6px 10px 6px 30px;
        margin: 0 10px 0 0;
        color: #fff;
        font-weight: 600;
    }

        .hotlinenum span:before {
            position: absolute;
            left: 9px;
            top: 7px;
            content: url("../images/hotline-icon.png");
            width: 15px;
            height: 20px;
        }

.address-section {
    width: 336px;
    margin: 10px 0 0;
}

.filter-icon, .filterclose {
    display: none;
}

.staticsliderwrap {
    width: auto;
}

.myaccount-btn {
    display: none;
}

.accountsettings {
    display: none;
}

/*styles for static pages ends*/
.summaryview {
    margin: 0 0 30px;
}

    .summaryview .tabtitle {
        padding: 3px 35px 14px 0 !important;
        position: relative;
    }

.editbtn {
    background: #e9e9e9;
    border-radius: 50%;
    color: #999 !important;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 17px;
    height: 35px;
    position: absolute;
    right: 0;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    text-align: center;
    top: 50%;
    width: 35px;
    margin-top: -17px;
}

    .editbtn:before {
        content: "\f040";
        position: absolute;
        left: 0;
        top: 5px;
        width: 100%;
    }

    .editbtn:hover {
        background: #1f91d0 !important;
        color: #fff !important;
    }

.summaryview h4 {
    margin: 0;
    font-weight: 600;
    font-size: 17px;
}

.summaryview span.caption {
    font-size: 13px;
}

.summaryview hr {
    margin: 4px 0 10px;
    clear: both;
}

.payment .summaryview:nth-of-type(2) span.editbtn {
    margin-top: -25px;
}

.summaryview table {
    width: 100%;
}

    .summaryview table tr td {
        padding: 4px 12px;
        border-bottom: 1px solid #f2f2f2;
    }

        .summaryview table tr td:nth-child(1) {
            text-align: center;
        }

        .summaryview table tr td:nth-child(2) {
            border-right: 1px solid #f2f2f2;
        }

        .summaryview table tr td:nth-child(3) {
            min-width: 140px;
            font-weight: 600;
        }

    .summaryview table tr.deliverycost td, .summaryview table tr.carttotal td, .summaryview table tr.maintotal td {
        text-align: right;
        font-weight: 600;
        border-right: none;
    }

        .summaryview table tr.deliverycost td:nth-child(1), .summaryview table tr.carttotal td:nth-child(1),
        .summaryview table tr.maintotal td:nth-child(1) {
            border-right: 1px solid #f2f2f2;
        }

    .summaryview table tr.maintotal td {
        border: 2px solid #f9b224;
        font-size: 15px;
    }

.column-title {
    display: none !important;
}

/*arabic styles for all other sections starts*/

.Layout_ar .login-reg ul li span {
    padding-left: 0;
    padding-right: 35px;
    text-align: right;
}

    .Layout_ar .login-reg ul li span.password input {
        padding-left: 25px;
        padding-right: 5px;
    }

    .Layout_ar .login-reg ul li span.eyeicon {
        right: auto;
        left: 0;
    }

    .Layout_ar .login-reg ul li span:before {
        left: auto;
        right: 0;
    }

.Layout_ar .popup-close {
    left: -35px;
    right: auto;
}

.Layout_ar .login-reg ul li span.field-validation-error, .Layout_ar .login-reg ul li span.caption {
    text-align: right;
}

.Layout_ar .popupwindow .tabtitle {
    text-align: center;
}

.Layout_ar .login-reg ul li.email-updates {
    padding-right: 20px;
    padding-left: 0;
    text-align: right;
}

    .Layout_ar .login-reg ul li.email-updates input[type="checkbox"] {
        right: 0;
        left: auto;
    }

.Layout_ar .scrolltop-btn {
    left: -100px;
    right: auto;
}

    .Layout_ar .scrolltop-btn.show {
        left: 10px;
        right: auto;
    }

.Layout_ar .categorymenu ul li a:before {
    content: "\f053";
}

.Layout_ar .two_column .col, .Layout_ar .three_column .col, .Layout_ar .three_column_full .col,
.Layout_ar .col_fullwidth { /*border-left: 1px solid #ccc;*/
    border-right: none;
}
/*for arabic border */
.Layout_ar .column.slider_vertical {
    border-left: 1px solid #ccc;
    border-right: none;
}

.Layout_ar ul.sort_options {
    padding-left: 0;
    padding-right: 68px;
}

.Layout_ar .filter_category > ul > li > a:before {
    right: -6px;
    left: auto;
}

.Layout_ar .filter_category > ul > li.active > a:before {
    right: -9px;
    left: auto;
}

.Layout_ar .filter_items > ul > li > a {
    padding-left: 0;
    padding-right: 20px;
}

.Layout_ar .filter_items li ul li span.checkbox {
    margin-right: 0;
    margin-left: 8px;
}

.Layout_ar .filter_items > ul > li > a:before, .Layout_ar .filter_items > ul > li.active > a:before {
    left: auto;
    right: 0;
}

.Layout_ar .shopping-grid table tbody tr td:before {
    left: auto;
    right: 0;
}

.Layout_ar .buttoncontrols, .Layout_ar .shopping-grid table tbody tr td.subtotal, .Layout_ar .shopping-grid table tbody tr.total td {
    text-align: left;
}

.Layout_ar span.cart-content {
    padding-left: 0;
    padding-right: 70px;
}

.Layout_ar .slidecolumn span.cart-content {
    padding-left: 10px;
    padding-right: 66px;
}

.Layout_ar .shopping-grid table tbody tr.total td:nth-of-type(1) {
    border-left: none;
}

.Layout_ar .shopping-grid table tbody tr.total td:nth-of-type(2) {
    border-right: none;
}

.Layout_ar .shopping-grid table tbody tr.total td span.amount-label {
    float: left;
    padding: 0 4em 0 0;
}

.Layout_ar .myaccount-left {
    border-right: none;
    border-left: 1px solid #ccc;
    padding-right: 0;
    padding-left: 12px;
}

.Layout_ar .myaccount-inner .login-reg ul li {
    margin-right: 0;
    margin-left: 20px;
}

.Layout_ar .myaccount-inner .buttoncontrols span.button {
    margin-left: 10px;
    margin-right: 0;
}

.Layout_ar ul.accountfields li {
    padding-left: 20px;
    padding-right: 0;
}

.Layout_ar .orderhistorylist table tbody tr td.arrow span:before {
    content: "\f0d9";
}

.Layout_ar .orderhistorylist table tbody tr td.arrow.down span:before {
    content: "\f0d7";
}

.Layout_ar ul.bc-links li:before {
    right: 5px;
}

.Layout_ar .shopping-grid table tbody tr td.item {
    padding-right: 10px !important;
    padding-left: 0px !important;
    text-align: right;
}

.Layout_ar .slidecolumn .shopping-grid.orderhistory table tbody tr.serialNum td,
.Layout_ar table.Benefitstable tr th:nth-of-type(1), .Layout_ar table.Benefitstable tr td:nth-of-type(1) {
    text-align: right;
}

.noitemsincart.nodeal:before {
    position: absolute;
    background: url(../images/nodeal.png) no-repeat;
    content: "";
    width: 233px;
    height: 119px;
    top: 50px;
    left: 50%;
    margin: 0 0 0 -117px;
}

/*arabic styles for all other sections ends*/

.columnleft li label#CurrentChar {
    display: inline;
}

.noproductFound {
    padding: 10px 12px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #0483ca;
}

#ReCaptcha + input {
    color: #000 !important;
}

#ReCaptcha iframe div.rc-anchor-dark {
    background: #ccc !important;
}

.payoverlay {
    display: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    margin: 15px 0 0;
}

    .payoverlay.show {
        display: block;
        opacity: 1;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

.paymentnotify {
    font-size: 14px;
    padding: 10px;
    background: #fff;
}

.popupwindow.lang-optionwrap {
    background: #fff;
    z-index: 7000;
    position: fixed;
    min-height: 180px;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-box-shadow: 0 2px 4px #000000;
    box-shadow: 0 2px 4px #000000;
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    overflow: hidden;
}

    .popupwindow.lang-optionwrap.show {
        opacity: 1;
        margin: -90px 0 0 -197px;
        overflow: visible;
    }

.lang-optionwrap .tabtitle {
    padding: 10px;
}

.lang-inner {
    display: inline-block;
    margin: 0;
    padding: 10px 30px 20px;
    width: 100%;
    position: relative;
    vertical-align: top;
}

.lang-option {
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s ease;
    margin: 0 8px;
    text-align: center;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0px 2px #867e7e;
    -webkit-box-shadow: 0 0px 2px #867e7e;
    padding: 16px 20px 5px;
}

    .lang-option span.icon {
        display: inline-block;
        border-radius: 50%;
        width: 64px;
        height: 64px;
        margin: 0 0 4px;
    }

    .lang-option span {
        display: block;
    }

    .lang-option input[type="radio"] {
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .lang-option.checked:after {
        position: absolute;
        z-index: 1;
        top: -3px;
        font-family: FontAwesome;
        content: "\f058";
        font-size: 30px;
        color: #03bd01;
        margin: -12px 0 0 -12px;
        background: #fff;
        width: 25px;
        height: 23px;
        line-height: 24px;
        left: 50%;
        border-radius: 50%;
        box-shadow: 0 3px 5px #000;
        -webkit-box-shadow: 0 3px 5px #000;
    }

    .lang-option:hover, .lang-option:focus, .lang-option:active {
        animation-duration: 1s;
        animation-iteration-count: 1;
        animation-name: bounce;
        animation-timing-function: ease-in-out;
    }

/*Loyalty page styles starts*/

.pointstatus {
    text-align: left;
    padding: 10px 0 8px;
}

    .pointstatus .pointleft, .pointstatus .pointright {
        float: left;
        width: 50%;
    }

.totalpoints {
    padding: 84px 30px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

    .totalpoints .inner {
        display: inline-block;
        width: auto;
        font-size: 50px;
    }

        .totalpoints .inner span.points-top {
            font-size: 18px;
            font-weight: normal;
            position: relative;
            border-bottom: 2px solid #27ae60;
            padding: 0 0 10px;
        }

            .totalpoints .inner span.points-top:before {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 14px solid #27ae60;
                bottom: -14px;
                content: "";
                position: absolute;
                left: 50%;
                margin-left: -9px;
            }

            .totalpoints .inner span.points-top:after {
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-top: 12px solid #fff;
                bottom: -14px;
                content: "";
                position: absolute;
                left: 50%;
                margin-left: -9px;
            }

        .totalpoints .inner span.totalpointvalue {
            font-weight: 600;
            color: #27ae60;
        }

.pointright .tabtitle {
    padding: 10px 0;
    margin: 0;
}

.pointright table {
    table-layout: fixed;
    text-align: center;
    font-size: 14px;
}

    .pointright table thead tr th {
        padding: 10px;
        border-bottom: 1px solid #ccc;
        font-weight: 600;
    }

    .pointright table tbody tr td {
        padding: 5px 10px;
        border-bottom: 1px solid #f2f2f2;
    }

.loyaltygrid {
    margin: 0 0 30px;
}

    .loyaltygrid table {
        table-layout: fixed;
        text-align: center;
        font-size: 14px;
    }

        .loyaltygrid table thead tr th {
            padding: 10px;
            border-bottom: 1px solid #ccc;
            font-weight: 600;
        }

        .loyaltygrid table tbody tr td {
            padding: 8px 10px;
            border-bottom: 1px solid #f2f2f2;
        }

            .loyaltygrid table tbody tr td.date span {
                background: #d9d9d9;
                display: inline-block;
                padding: 2px 8px;
            }

    .loyaltygrid .tabtitle {
        padding: 10px 0;
        margin: 0 0 25px;
    }

.loyalty-status {
    display: inline-block;
    color: #fff !important;
    padding: 2px 10px 4px;
    text-shadow: 0 2px 1px #101010;
    font-size: 13px;
}

    .loyalty-status.red {
        background: red;
    }

    .loyalty-status.green {
        background: green;
    }

/*Loyalty page styles ends*/


@keyframes bounce {
    0% {
        transform: translateY(-6px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes bounce {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0px);
    }
}

@media only screen and (min-width:2561px) {
    .mainbanner .banner {
        width: 49.5%;
    }

    .mainbanner .hotdeals {
        width: 16.8%;
        border-right: 8px solid #f5f5f5;
    }

    .Layout_ar .mainbanner .hotdeals {
        border-left: 8px solid #f5f5f5;
        border-right: none;
    }

    .banner-section.mainbanner .wrapper div:nth-of-type(6) {
        border: none;
    }
    /*will show full range of 4 images each*/
    .two_column .col.first-col {
        width: 28.57%;
    }

    .two_column .col, .three_column .col, .three_column_full .col {
        width: 14.285%;
    }

    .col_fullwidth.half_column {
        width: 50%;
    }

    .products.listitem .items {
        width: 14%;
    }

    .multiple .recomn_columns {
        width: 12.3%;
    }

    .rightmenu {
        position: relative;
    }
}

@media only screen and (min-width:2000px) and (max-width:2560px) {
    .mainbanner .banner {
        width: 49.5%;
    }

    .mainbanner .hotdeals {
        width: 16.8%;
        border-right: 8px solid #f5f5f5;
    }

    .Layout_ar .mainbanner .hotdeals {
        border-left: 8px solid #f5f5f5;
        border-right: none;
    }

    .banner-section.mainbanner .wrapper div:nth-of-type(6) {
        border: none;
    }
}

@media only screen and (min-width:2201px) and (max-width:2560px) {
    /*will show full range of 4 images each*/
    .two_column .col.first-col {
        width: 28.57%;
    }

    .two_column .col, .three_column .col, .three_column_full .col {
        width: 14.285%;
    }

    .col_fullwidth.half_column {
        width: 50%;
    }

    .products.listitem .items {
        width: 14%;
    }
}

@media only screen and (min-width:1980px) and (max-width:2200px) {
    /*will show full range of 3 images each*/
    .two_column .col.first-col {
        width: 33.3%;
    }

    .two_column .col, .three_column_full .col {
        width: 16.665%;
    }

    .three_column .col {
        width: 16.661%;
    }

        .two_column .col:nth-of-type(6), .three_column .col:nth-of-type(7), .three_column_full .col:nth-of-type(13), .three_column_full .col:nth-of-type(14),
        .prodcatmix .three_column_full .col:nth-of-type(7) {
            display: none;
        }

    .products.listitem .items {
        width: 16.4%;
    }
}

@media only screen and (min-width:1781px) and (max-width:1979px) {
    /*will show full range of 2 images each*/
    .two_column .col.first-col {
        width: 40%;
    }

    .two_column .col, .three_column .col, .three_column_full .col {
        width: 20%;
    }

        .two_column .col:nth-of-type(5), .two_column .col:nth-of-type(6),
        .three_column .col:nth-of-type(6), .three_column .col:nth-of-type(7),
        .three_column_full .col:nth-of-type(11), .three_column_full .col:nth-of-type(12), .three_column_full .col:nth-of-type(13), .three_column_full .col:nth-of-type(14),
        .twocolumn_small:nth-of-type(7), .prodcatmix .three_column_full .col:nth-of-type(6), .prodcatmix .three_column_full .col:nth-of-type(7) {
            display: none !important;
        }
}

@media only screen and (min-width:1609px) and (max-width:1979px) {
    .products.listitem .items {
        width: 19.7%;
    }
}

@media only screen and (min-width:1680px) and (max-width:1999px) {
    .mainbanner .banner {
        width: 62%;
    }

    .mainbanner .hotdeals {
        width: 18.9%;
        border-right: 8px solid #f5f5f5;
    }

    .Layout_ar .mainbanner .hotdeals {
        border-left: 8px solid #f5f5f5;
        border-right: none;
    }

    .banner-section.mainbanner .wrapper div:nth-of-type(5) {
        border: none;
    }

    .banner-section.mainbanner .wrapper div:nth-of-type(6) {
        display: none;
    }
}

@media only screen and (min-width:1367px) and (max-width:1679px) {
    .mainbanner .banner {
        width: 78%;
    }

    .mainbanner .hotdeals {
        width: 22%;
        border-right: 8px solid #f5f5f5;
    }

    .banner-section.mainbanner .wrapper div:nth-of-type(4) {
        border: none;
    }

    .banner-section.mainbanner .wrapper div:nth-of-type(5) {
        display: none;
    }

    .banner-section.mainbanner .wrapper div:nth-of-type(6) {
        display: none;
    }
}

@media only screen and (max-width:1366px) {
    .banner-section.mainbanner .wrapper div:nth-of-type(4) {
        border: none;
    }

    .banner-section.mainbanner .wrapper div:nth-of-type(5) {
        display: none;
    }

    .banner-section.mainbanner .wrapper div:nth-of-type(6) {
        display: none;
    }
}

@media only screen and (min-width:1480px) and (max-width:1780px) {
    /*will show full range of 1 images each*/
    .two_column .col.first-col {
        width: 50%;
    }

    .two_column .col, .three_column .col, .three_column_full .col {
        width: 25%;
    }

        .two_column .col:nth-of-type(4), .two_column .col:nth-of-type(5), .two_column .col:nth-of-type(6),
        .three_column .col:nth-of-type(5), .three_column .col:nth-of-type(6), .three_column .col:nth-of-type(7),
        .three_column_full .col:nth-of-type(9), .three_column_full .col:nth-of-type(10), .three_column_full .col:nth-of-type(11),
        .three_column_full .col:nth-of-type(12), .three_column_full .col:nth-of-type(13), .three_column_full .col:nth-of-type(14), .productgroup .twocolumn_small:nth-of-type(7),
        .prodcatmix .three_column_full .col:nth-of-type(5), .prodcatmix .three_column_full .col:nth-of-type(6), .prodcatmix .three_column_full .col:nth-of-type(7) {
            display: none !important;
        }
}

@media only screen and (min-width:1480px) and (max-width:1526px) {
    .productgroup .twocolumn_small:nth-of-type(6), .productgroup .twocolumn_small:nth-of-type(7) {
        display: none !important;
    }

    .two_column.twocolumn_small {
        width: 39%;
    }
}

@media only screen and (min-width:1921px) {
    .mainbanner .banner, .mainbanner .hotdeals {
        height: 486px;
    }

    .mainbanner .top_deal {
        height: 281px;
    }

    .mainbanner .bottom_deal {
        height: 205px;
    }

    .banner-section.mainbanner .bx-viewport, .banner-section.mainbanner .bx-viewport .mainslider > a {
        height: 486px !important;
    }
}

@media only screen and (min-width:1480px) {
    .column.one {
        height: 519px;
        min-width: 262px;
        max-width: 262px;
        width: 262px;
    }

    .productgroup .column.two .bx-wrapper, .column.two {
        height: 519px;
        width: 386px;
        max-width: 386px;
    }

    .two_column, .three_column, .col_fullwidth {
        height: 300px;
    }

        .col_fullwidth.half_column, .three_column {
            height: 220px;
        }

    .three_column_full {
        height: 259.7px;
    }

    .productgroup .wrapper, .column.slider_vertical {
        height: 519px !important;
    }

    .productgroup .slider_vertical .bx-viewport {
        height: 370px !important;
    }

    .productgroup .wrapper {
        table-layout: fixed;
    }

    .productgroup .column {
        display: table-cell;
    }

        .productgroup .column.products {
            width: auto;
        }

    .two_column.twocolumn_small {
        width: 39%;
    }

    .productwrapper {
        height: 360px;
    }

    .productgroup.parentonlyproducts .column.two .bx-wrapper {
        height: 600px;
    }

    .productgroup.parentonlyproducts .wrapper, .parentonlyproducts .column.slider_vertical {
        height: 600px !important;
    }

    .parentonlyproducts .three_column_full {
        height: 100%;
    }

        .parentonlyproducts .three_column_full .col {
            height: 300px;
        }

    .productgroup.parentprodcatmix .wrapper, .parentprodcatmix .column.slider_vertical {
        height: 560px;
    }

    .productgroup.parentprodcatmix .column.two .bx-wrapper {
        height: 560px !important;
    }

    .productgroup.parentprodcatmix .column.two .bx-wrapper {
        height: 560px !important;
    }

    .productgroup.parentprodcatmix .three_column_full:nth-of-type(2) {
        height: 300px;
    }
}

@media only screen and (max-width:1479px) {
    .two_column .col:nth-of-type(3), .two_column .col:nth-of-type(4), .two_column .col:nth-of-type(5), .two_column .col:nth-of-type(6),
    .three_column .col:nth-of-type(4), .three_column .col:nth-of-type(5), .three_column .col:nth-of-type(6), .three_column .col:nth-of-type(7),
    .column_fullwidth_wrap.second-col .col_fullwidth.half_column:nth-child(3),
    .column_fullwidth_wrap.second-col .col_fullwidth.half_column:nth-child(4),
    .column_fullwidth_wrap.second-col .col_fullwidth.half_column:nth-child(5),
    .column_fullwidth_wrap.second-col .col_fullwidth.half_column:nth-child(6),
    .column_fullwidth_wrap.first-col .col_fullwidth:nth-child(2),
    .column_fullwidth_wrap.first-col .col_fullwidth:nth-child(3),
    .three_column_full .col:nth-of-type(7), .three_column_full .col:nth-of-type(8),
    .three_column_full .col:nth-of-type(9), .three_column_full .col:nth-of-type(10), .three_column_full .col:nth-of-type(11),
    .three_column_full .col:nth-of-type(12), .three_column_full .col:nth-of-type(13), .three_column_full .col:nth-of-type(14),
    .productgroup .twocolumn_small:nth-of-type(6), .productgroup .twocolumn_small:nth-of-type(7),
    .prodcatmix .three_column_full .col:nth-of-type(4), .prodcatmix .three_column_full .col:nth-of-type(5), .prodcatmix .three_column_full .col:nth-of-type(6), .prodcatmix .three_column_full .col:nth-of-type(7) {
        display: none !important;
    }

    .productwrapper {
        height: 340px;
    }

    .productgroup.parentonlyproducts .column.two .bx-wrapper, .productgroup.parentonlyproducts .wrapper, .parentonlyproducts .column.slider_vertical,
    .productgroup.parentonlyproducts .column.one, .productgroup.parentonlyproducts .column.two {
        height: 44vw;
    }

    .parentonlyproducts .three_column_full {
        height: 100%;
    }

        .parentonlyproducts .three_column_full .col {
            height: 22vw;
        }

    .productgroup.parentprodcatmix .wrapper, .parentprodcatmix .column.slider_vertical {
        height: 22vw;
    }

    .productgroup.parentprodcatmix .column.two .bx-wrapper, .productgroup.parentprodcatmix .column.one, .productgroup.parentprodcatmix .column.two {
        height: 41vw;
    }

    .productgroup.parentprodcatmix .three_column_full:nth-of-type(2) {
        height: 22vw;
    }

        .parentonlyproducts span.itemwrap span img, .productgroup.parentprodcatmix .three_column_full:nth-of-type(2) span.itemwrap span img {
            max-height: 14vw;
        }
}

@media only screen and (min-width:2281px) and (max-width:2560px) {
    .multiple .recomn_columns {
        width: 12.3%;
    }
}

@media only screen and (min-width:1871px) and (max-width:2280px) {
    .multiple .recomn_columns {
        width: 14.08%;
    }
}

@media only screen and (min-width:1620px) and (max-width:1870px) {
    .multiple .recomn_columns {
        width: 16.45%;
    }
}

@media only screen and (min-width:1620px) {
    .recomn_columns span.product-image {
        height: 194px;
    }
}

@media only screen and (min-width:1024px ) {
    .column.one ul {
        display: block !important;
    }

    .mainheaderwrap {
        left: 0;
        margin: 0;
        position: sticky;
        right: 0;
        top: 0;
        z-index: 3000;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        box-shadow: 0 2px 4px 0 rgb(0, 0, 0, 20%);
    }

    .headerwrap {
        left: 0 !important;
        right: 0 !important;
    }

    .scrolltop-btn.show {
        right: 10px !important;
    }

    .Layout_ar .scrolltop-btn.show {
        left: 10px !important;
        right: auto !important;
    }

    .prod-inner .left-column {
        display: flex !important;
        flex-direction: row;
        height: 100%;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .two_column .col.first-col a:hover, .two_column .col a:hover { /*transform:scale(1.0); -webkit-transform:scale(1.0);*/
        box-shadow: 0 0px 5px 3px #ababab;
        -webkit-box-shadow: 0 0px 5px 3px #ababab;
        position: relative;
        z-index: 2;
    }

    .three_column .col a:hover {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        box-shadow: 0 0px 5px 3px #ababab;
        -webkit-box-shadow: 0 0px 5px 3px #ababab;
        position: relative;
        z-index: 2;
        padding: 6px;
    }

    .three_column_full .col a:hover { /*transform:scale(1.0); -webkit-transform:scale(1.0);*/
        box-shadow: 0 0px 5px 3px #ababab;
        -webkit-box-shadow: 0 0px 5px 3px #ababab;
        position: relative;
        z-index: 2;
    }

    .col_fullwidth a:hover {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        box-shadow: 0 0px 5px 3px #ababab;
        -webkit-box-shadow: 0 0px 5px 3px #ababab;
        position: relative;
        z-index: 2;
    }

    .multiple .productwrapper:hover {
        box-shadow: 0 0px 12px 6px #cacaca;
        -webkit-box-shadow: 0 0px 12px 6px #cacaca;
        position: relative;
        z-index: 200;
    }

    .categorymenu ul {
        display: inherit !important;
    }
}

@media only screen and (max-width:1608px) {
    .items {
        height: 22vw;
        width: 24.8%;
    }

        .items span.itemimg {
            height: 12vw;
        }
}

@media only screen and (max-width:1500px) {
    .items {
        height: 22vw;
    }
}

@media only screen and (max-width:1420px) {
    .items {
        height: 23vw;
    }

    .Layout_ar .recomn_columns .buttoncontrols span.button {
        font-size: 9px;
    }

        .Layout_ar .recomn_columns .buttoncontrols span.button a {
            padding: 8px 13px;
        }
}

@media only screen and (min-width:1367px) {
    .mainbanner .top_deal {
        height: 276px;
    }

    .mainbanner .bottom_deal {
        height: 174px;
    }

    .mainbanner .banner, .mainbanner .hotdeals, .category-banner .banner {
        height: 450px;
    }

    .banner-section.mainbanner .bx-viewport,
    .banner-section.mainbanner .bx-viewport .mainslider > a,
    .banner-section.category-banner .bx-viewport, .banner-section.category-banner .bx-viewport .mainslider > a {
        height: 450px !important;
    }

    .categorymenu {
        height: 450px !important;
    }
}

@media only screen and (min-width:1330px) {
    .categories > ul > li > ul {
        width: 1042px;
    }
}

@media only screen and (max-width:1325px) {
    .products.listitem .items span.itemimg {
        height: 15vw;
    }

    .products.listitem .items {
        height: 27vw;
        width: 33%;
    }

    .categorycolumn-wrapper .category-column.singlecolumn {
        width: 24.6%;
    }

    .Layout_ar .recomn_columns .buttoncontrols span.button {
        font-size: 11px;
    }

        .Layout_ar .recomn_columns .buttoncontrols span.button a {
            padding: 7px 13px;
        }
}

@media only screen and (min-width:1024px) and (max-width:1268px) {
    .category-banner .categorymenu {
        width: 21%;
        border-right: 8px solid #f5f5f5;
        min-width: inherit;
    }

    .category-banner .banner {
        float: left;
        width: 79%;
    }
}

@media only screen and ( max-width:1254px) {
    .multiple .recomn_columns {
        width: 24.6%;
    }

    .prodetails-column .left-column {
        width: 100%;
    }

    .prodetails-column .right-column {
        margin: 15px 0 0;
        float: left;
    }

    .Layout_ar .prodetails-column .right-column {
        float: right;
    }

    .Layout_ar .recomn_columns .buttoncontrols span.button {
        font-size: 13px;
    }

        .Layout_ar .recomn_columns .buttoncontrols span.button a {
            padding: 5px 13px;
        }
}

@media only screen and (min-width:1157px) and (max-width:1329px) {
    .categories > ul > li > ul {
        width: 77vw;
    }
}

@media only screen and (max-width:1210px) {
    .checkout-left {
        width: 21vw;
    }
}

@media only screen and (max-width:1200px) {
    .products.listitem .items {
        height: 27.5vw;
    }

    .checkout-right-inner .buttoncontrols span.button a {
        padding: 6px 13px 8px;
    }

    .listitem .buttoncontrols span.button a {
        font-size: 11px;
        padding: 7px 6px;
    }

    .parentonlyproducts span.itemwrap span img, .productgroup.parentprodcatmix .three_column_full:nth-of-type(2) span.itemwrap span img {
        max-height: 12vw;
    }
}

@media only screen and (min-width:1110px) and (max-width:1156px) {
    .categories > ul > li > ul {
        -moz-column-count: 3;
        -moz-column-gap: 0px;
        -webkit-column-count: 3;
        -webkit-column-gap: 0px;
        column-count: 3;
        column-gap: 0px;
        height: auto;
        min-height: 435px;
        width: 76vw;
    }
}

@media only screen and (max-width:1150px) {
    .products.listitem .items {
        height: 28vw;
    }

    .checkout-right .singlepagelogin {
        width: 46%;
    }

    .checkout-right-inner .login-register-wrap {
        width: 45%;
        margin: 0;
    }

    .checkout-right-inner .singlepagelogin .login-register-wrap {
        width: 100%;
    }

    .checkout-right .septext {
        margin: 16em 1.8%;
    }

    .Layout_ar .recomn_columns .buttoncontrols span.button {
        font-size: 11px;
    }

        .Layout_ar .recomn_columns .buttoncontrols span.button a {
            padding: 7px 13px;
        }
}

@media only screen and (max-width:1095px) {
    .products.listitem .items {
        height: 29vw;
    }

    .Layout_ar .recomn_columns .buttoncontrols span.button {
        font-size: 9px;
    }

        .Layout_ar .recomn_columns .buttoncontrols span.button a {
            padding: 9px 13px;
        }
}

@media only screen and (max-width:1084px) {
    .static-wrapper {
        width: 100%;
    }

    .columnright {
        padding-right: 0;
    }
}

@media only screen and (max-width:1060px) {
    .products.listitem .items {
        height: 31vw;
        width: 49%;
    }

    .products.listitem .quickcheckout .productimg {
        padding: 3% 0;
        width: 20%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1109px) {
    .categories > ul > li > ul {
        width: 74.2vw;
        -moz-column-count: 3;
        -moz-column-gap: 0px;
        -webkit-column-count: 3;
        -webkit-column-gap: 0px;
        column-count: 3;
        height: auto;
        min-height: 435px;
    }
}

@media only screen and (max-width:1024px) {
    .logo {
        max-width: 188px;
        width: 43%;
        margin: 0 0 10px 0;
        float: left;
    }

    .searchbox {
        left: 230px;
    }

    .signup span input[type="text"] {
        font-size: 13px;
    }

    .productlist {
        margin: 70px 0 0;
    }

    .checkout-right .login-reg {
        padding: 20px 15px;
    }

    .header {
        padding: 5px 0;
    }
}

@media only screen and (max-width:1023px) {
    body, html {
        overflow-x: hidden;
        width: 100%;
    }

    .headerwrap {
        box-shadow: 0 5px 6px #bdbdbd;
        -webkit-box-shadow: 0 5px 6px #bdbdbd;
        position: fixed;
    }

    body.headerup .headerwrap {
        top: -160px;
    }

    .whatsappnumber a.contact {
        cursor: pointer;
        pointer-events: unset;
    }

    body.headerdown .headerwrap {
        top: 0;
    }

    .header {
        padding-bottom: 6px !important;
        border-bottom: 3px solid #0483ca;
        transition: none;
    }

    .logo, .Layout_ar .logo {
        max-width: 188px;
        width: 43%;
        margin: 0 0 0 -40px !important;
        display: inline-block;
        float: none;
    }

    .Layout_ar .logo {
        margin: 0 -40px 0 0 !important;
    }

    .catmenuicon {
        display: block;
    }

    ul.footercolumns {
        padding: 15px 0;
    }

        ul.footercolumns li.footer-col {
            width: 50%;
            padding: 2%;
            margin: 0 0 15px;
        }

        ul.footercolumns.ksa li.footer-col {
            width: 50%;
        }

    .signup span input[type="text"] {
        font-size: 14px;
    }

    ul.footercolumns li.footer-col:nth-of-type(3) {
        border-left: none;
    }

    .Layout_ar ul.footercolumns li.footer-col:nth-of-type(3) {
        border-right: none;
    }

    .footerlink {
        width: 100%;
        padding: 0 0 15px;
    }

        .footerlink ul li {
            border-right: 1px solid #666;
            margin: 0 0 10px;
            padding: 0 8px;
            width: auto;
            line-height: 15px;
        }

    .Layout_ar .footerlink ul li {
        border-left: 1px solid #666;
        border-right: none;
    }

    .footerlink ul li:last-child {
        border-right: none;
    }

    .Layout_ar .footerlink ul li:last-child {
        border-left: none;
    }

    .footermenu {
        text-align: center;
    }

    .weaccept {
        display: inline-block;
        float: none !important;
        padding: 8px 0 0;
    }

    .productgroup .wrapper {
        height: auto;
        min-height: 50vw;
    }

    .bx-wrapper .bx-controls-direction a {
        margin-top: -26px;
    }

    .bx-controls-direction a.bx-prev {
        height: 52px;
        width: 32px;
    }

    .bx-controls-direction a.bx-next {
        height: 52px;
        width: 32px;
    }

    .product_slider .in-slide-content {
        padding: 4px 15px 26px;
    }

        .product_slider .in-slide-content h2 {
            padding: 0 0 8px;
        }

    .column.one, .productgroup.parentonlyproducts .column.one, .productgroup.parentprodcatmix .column.one {
        display: inline-block;
        height: auto;
        padding: 0;
        width: 100%;
    }

        .column.one .icon-wrap {
            display: inline-block;
            width: 100%;
            text-align: left;
            padding: 10px;
            position: relative;
        }

    .Layout_ar .column.one .icon-wrap, .Layout_ar .column.one ul {
        text-align: right;
    }

    .column.one ul {
        background: #fff;
        border-top: 1px solid #ccc;
        bottom: auto;
        padding: 5px;
        position: relative;
        top: auto;
        width: 100%;
        text-align: left;
        display: none;
    }

        .column.one ul li {
            margin: 5px;
            width: auto;
        }

            .column.one ul li a {
                background: #f2f2f2;
                border: 1px solid #ccc;
                padding: 8px 13px;
                box-shadow: 1px 1px 3px #ccc;
                -webkit-box-shadow: 1px 1px 3px #ccc;
            }

                .column.one ul li a:hover {
                    background: #27ae60;
                    color: #fff;
                    text-shadow: 0 1px 1px #333;
                }

    .productgroup .icon {
        display: inline-block;
        text-align: center;
        position: absolute;
        vertical-align: middle;
        width: 40px;
        height: 40px;
    }

        .productgroup .icon span {
            position: absolute;
            vertical-align: middle;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

            .productgroup .icon span img {
                position: absolute;
                margin: auto;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                max-width: 100%;
                max-height: 100%;
                padding: 5px;
            }

    .productgroup .caption {
        margin: 0;
        overflow: hidden;
        padding: 7px 10px 7px 48px;
    }

    .catmenuicon {
        position: absolute;
        right: 14px;
        top: 10px;
    }

    .Layout_ar .productgroup .caption {
        padding: 7px 48px 7px 10px;
    }

    .Layout_ar .catmenuicon {
        right: auto;
        left: 14px;
    }

    .column.two {
        width: 40%;
        border: 1px solid #ccc;
        border-top: none;
    }

    .productgroup .column.products {
        width: 60%;
    }

    .two_column .col.second-col, .three_column .col.third-col, .three_column_full .col.third-col,
    .col_fullwidth { /*border-right:none;*/
    }

    .two_column, .three_column { /*border-right:1px solid #ccc;*/
        height: 27vw;
    }
        /*.three_column_full { border-right:1px solid #ccc; }*/
        .two_column.twocolumn_small {
            width: 40%;
        }

    .column.slider_vertical {
        width: 20%;
    }
    /*.col_fullwidth.half_column:first-child { border-right:1px solid #ccc; }*/
    .column.two, .productgroup .column.two .bx-wrapper, .column.slider_vertical {
        height: 47vw;
    }

    .three_column {
        height: 20vw;
    }

    .productgroup .bx-viewport img {
        width: 100%;
        height: 100%;
        max-height: inherit;
    }

    .three_column_full {
        height: auto;
    }

        .three_column_full .col {
            height: 23.5vw;
        }

    .col_fullwidth {
        height: 27vw;
    }

        .col_fullwidth.half_column {
            height: 19.8vw;
        }

    .column.slider_vertical .bx-wrapper {
        padding: 4vw 0;
    }

    .productgroup .slider_vertical .bx-viewport {
        height: 38vw !important;
    }

    span.itemwrap span.itemcaption {
        font-weight: normal;
        font-size: 13px;
        padding: 0 6px;
    }

        span.itemwrap span.itemcaption span {
            padding: 6px 0;
            display: inline-block;
        }

    .searchbox {
        clear: both;
        display: inline-block;
        left: auto !important;
        margin: 5px 0;
        position: relative;
        right: auto !important;
        width: 100%;
    }

    .rightmenu-icon, .leftmenu-icon {
        display: block;
    }

    .leftmenu-icon {
        left: 5px;
        top: 6px;
        position: absolute;
    }

    .Layout_ar .leftmenu-icon {
        left: auto;
        right: 5px;
    }

    .rightmenu-icon {
        top: 6px;
        position: absolute;
        right: 5px;
        margin-top: 0 !important;
    }

    .Layout_ar .rightmenu-icon {
        right: auto;
        left: 5px;
    }

    .account, .Layout_ar .account {
        padding: 0;
        margin: 0;
        border: none !important;
        width: 100%;
        margin: 0 0 10px;
    }

    .Layout_ar .account {
        float: right;
    }

    .joinfree {
        margin: 15px 0 0;
    }

    .account_options {
        border: none;
        display: block;
        position: relative;
        right: auto;
        left: auto;
        width: 100%;
        box-shadow: none;
        padding: 0;
    }

    .account > a {
        display: none;
    }

    .myaccount_links {
        margin: 16px 0;
    }

        .myaccount_links ul li a {
            padding: 10px 5px 10px 20px;
        }

            .myaccount_links ul li a:before {
                top: 9px;
            }

    .wallet, .chat {
        margin: 0;
        padding: 5px 0;
        text-align: left;
        width: 100%;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .Layout_ar .wallet, .Layout_ar .chat {
        width: 100%;
    }

    .wallet {
        border-bottom: none;
    }

        .wallet a, .chat a {
            display: block;
        }

            .wallet a:hover span, .chat a:hover span {
                color: #27ae60;
            }

    /*       .cart {
            margin: 0;
            position: absolute;
            right: 72px;
            top: 12px;
        }*/

    .Layout_ar .cart {
        right: auto;
        left: 58px;
    }

    .body-content {
        position: relative;
        margin: 9.6em 0 0;
        padding: 0 0 10px;
    }

    .showrightpanel .scrolltop-btn.show, .showleftpanel .scrolltop-btn.show {
        right: -100px;
    }

    .signinoptions span {
        vertical-align: middle;
        margin: 0 10px 0 0;
        width: 44px;
        height: 44px;
        font-size: 30px;
    }

    .prod-inner .right-column {
        display: inline-block;
        width: 100%;
    }

    .items span.itemimg {
        height: 16vw;
    }

    .sortby {
        padding-bottom: 7px;
        padding-right: 46px;
    }

    .Layout_ar .sortby {
        padding-right: 20px;
        padding-left: 46px;
    }

    .sortby span.label {
        top: 21px;
    }

    ul.sort_options li {
        margin: 0 3px 5px 0;
    }

        ul.sort_options li:after {
            display: none;
        }

        ul.sort_options li a {
            padding: 5px 8px;
            border: 1px solid #ccc;
            display: block;
        }

        ul.sort_options li:hover a, ul.sort_options li.active a {
            border: 1px solid #27ae60;
            color: #27ae60;
        }

    .filter_items li.main ul.brands.viewless {
        height: auto;
    }

    .filter-icon {
        background: #fff url("../images/filter-icon.png") no-repeat center;
        cursor: pointer;
        display: block;
        height: 36px;
        position: absolute;
        right: 0;
        top: -41px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        width: 42px;
        z-index: 2000;
        box-shadow: 0 2px 5px #999;
        -webkit-box-shadow: 0 2px 5px #999;
    }

    .Layout_ar .filter-icon, .Layout_ar .prod-inner .left-column {
        right: auto;
        left: 0;
    }

    .filterclose {
        border: 1px solid #ccc;
        color: #000;
        cursor: pointer;
        display: block;
        font-size: 20px;
        font-weight: normal;
        line-height: 20px;
        padding: 5px 0;
        position: absolute;
        right: 9px;
        text-align: center;
        top: 3px;
        width: 33px;
        z-index: 1000;
    }

    body.showfilter .filter-icon, body.showrightpanel .filter-icon, body.showleftpanel .filter-icon {
        display: none;
    }

    .rightmenuwrap {
        background: #fff;
        font-size: 14px;
        height: 100%;
        padding: 10px;
        position: fixed;
        right: 0;
        top: 0 !important;
        width: 280px;
        z-index: 3000;
        overflow-y: auto;
        box-shadow: 0 1px 8px #666 inset;
        -webkit-box-shadow: 0 1px 8px #666 inset;
        transform: translate(280px, 0);
        -webkit-transform: translate(280px, 0);
    }

    .Layout_ar .rightmenuwrap {
        right: auto;
        left: 0;
        transform: translate(-280px, 0);
        -webkit-transform: translate(-280px, 0);
    }

    .menu-container {
        top: 0 !important;
        /*        width: 280px !important;
    */ border: none;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0 1px 8px #666 inset;
        height: 100%;
        /*       transform: translate(-280px, 0);*/
        /*   -webkit-transform: translate(-280px, 0);*/
        overflow-y: auto;
    }

    .Layout_ar .menu-container {
        transform: translate(280px, 0);
        -webkit-transform: translate(280px, 0);
    }

    .headerwrap, .body-content, .footer { /*transform:translate3d(0, 0, 0); -webkit-transform:translate3d(0, 0, 0);*/
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        overflow-y: auto;
    }

    .menu-container .wrapper { /*display:flex; display: -webkit-flex; flex-direction: column-reverse; -webkit-flex-direction: column-reverse;*/
        display: inline-block;
        width: 100%;
    }

    .menu-container .categories {
        width: 100%;
        display: none;
        border-bottom: none !important;
    }

    .categories > a {
        padding: 6px 12px 10px 20px;
    }

    .Layout_ar .categories > a {
        padding: 6px 20px 10px 12px;
    }

    .categories a i {
        margin-right: 0;
        margin-top: 6px;
        float: right;
    }

    .Layout_ar .categories a i {
        float: left;
    }

    .menu-container .wrapper > div.alignleft {
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

    .categories > ul {
        display: block !important;
        height: auto !important;
        box-shadow: none;
        position: relative;
    }

        .categories > ul > li {
            background: transparent;
            border: none;
            border-top: 1px solid transparent;
            margin: -1px 0 0;
        }

            .categories > ul > li > a {
                border-bottom: 1px solid #ccc;
            }

            .categories > ul > li > ul {
                display: none !important;
                min-height: 200px;
            }

            .categories > ul > li:hover {
                border: none;
                border-top: 1px solid #27ae60;
                position: relative;
            }

                .categories > ul > li:hover > a {
                    border-bottom: 1px solid #27ae60;
                }

    ul.deals {
        margin: 0;
        width: 100%;
    }

        ul.deals li {
            width: 100%;
        }
    /*left sidebar starts*/
    .showleftpanel .headerwrap, .showleftpanel .body-content, .showleftpanel .footer {
        transform: translate3d(280px, 0, 0);
        -webkit-transform: translate3d(280px, 0, 0);
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

    .showleftpanel .menu-container {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

    .showleftpanel .responsiveOverlay {
        display: block;
        transform: translate3d(280px, 0, 0);
        -webkit-transform: translate3d(280px, 0, 0);
    }

    /* for arabic*/
    .Layout_ar.showleftpanel .headerwrap, .Layout_ar.showleftpanel .body-content, .Layout_ar.showleftpanel .footer {
        transform: translate3d(-280px, 0, 0);
        -webkit-transform: translate3d(-280px, 0, 0);
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

    .Layout_ar.showleftpanel .menu-container {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

    .Layout_ar.showleftpanel .responsiveOverlay {
        display: block;
        transform: translate3d(-280px, 0, 0);
        -webkit-transform: translate3d(-280px, 0, 0);
    }
    /*left sidebar ends*/

    /*right sidebar starts*/
    .showrightpanel .headerwrap, .showrightpanel .body-content, .showrightpanel .footer {
        transform: translate3d(-280px, 0, 0);
        -webkit-transform: translate3d(-280px, 0, 0);
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

    .showrightpanel .rightmenuwrap {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

    .showrightpanel .responsiveOverlay {
        display: block;
        transform: translate3d(-280px, 0, 0);
        -webkit-transform: translate3d(-280px, 0, 0);
    }

    /* for arabic*/
    .Layout_ar.showrightpanel .headerwrap, .Layout_ar.showrightpanel .body-content, .Layout_ar.showrightpanel .footer {
        transform: translate3d(280px, 0, 0);
        -webkit-transform: translate3d(280px, 0, 0);
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

    .Layout_ar.showrightpanel .rightmenuwrap {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

    .Layout_ar.showrightpanel .responsiveOverlay {
        display: block;
        transform: translate3d(280px, 0, 0);
        -webkit-transform: translate3d(280px, 0, 0);
    }
    /*right sidebar ends*/

    .showleftpanel, .showrightpanel, .showfilter, .showleftpanel body,
    .showrightpanel body, .showfilter body {
        overflow: hidden;
        width: 100%;
        height: 100%;
        position: fixed;
    }

    .products.listitem .items {
        width: 33%;
    }

    .filter_category > ul {
        padding: 0 10px 4px;
    }

    .productlist {
        margin: 10px 0 0;
    }

    .prod-inner .left-column {
        box-shadow: 0 7px 13px #666;
        -webkit-box-shadow: 0 7px 13px #666;
        max-height: 380px;
        right: 0;
        max-width: 280px;
        min-width: inherit;
        overflow-y: auto;
        padding: 10px;
        position: absolute;
        top: -1px;
        width: 100%;
        display: none;
        z-index: 2000;
        background: #fff;
    }

    .static-slider {
        width: 300px;
    }

    .right-column h2.main_title {
        position: relative;
        width: 100%;
    }

        .right-column h2.main_title span.titletext {
            float: left;
            overflow: hidden;
            padding: 0;
            position: absolute;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 78%;
        }

    .filter_items > ul {
        border-bottom: none;
    }

    .voucher {
        padding: 10px 20px 5px;
    }

        .voucher .voucher-inner {
            width: 45%;
            position: relative;
            margin: 0 10px 5px;
            height: 36px;
        }

        .voucher .barcode {
            margin: 6px 0 0;
        }

        .voucher .vouchercode {
            left: 0;
            padding: 0 76px 0 40px;
            position: absolute;
            right: 0;
        }

    .voucher-inner .btnorange {
        position: absolute;
        right: 0;
    }

    .voucher input[type="text"], .myaccount-inner .login-register-wrap, ul.accountfields, .address-section {
        width: 100%;
    }

        .myaccount-inner .login-reg ul li, ul.accountfields li {
            width: 46%;
        }

    .categorycolumn-wrapper .category-column.singlecolumn {
        width: 40%;
    }

    .category-banner {
        position: relative;
    }

        .category-banner .banner {
            width: 100%;
        }

        .category-banner .categorymenu {
            height: auto !important;
            width: 100%;
            margin: 10px 0 0;
        }

    .categorymenu span.catmenu-main a {
        border-top: 3px solid #27ae60;
    }

    .categorymenu ul {
        top: 0;
        position: relative;
        bottom: auto;
        max-height: 250px;
        background: #fff;
        display: none;
        border-bottom: 1px solid #ccc;
    }

    .categorymenu span.catmenu-main span.catmenuicon {
        position: absolute;
        right: 11px;
        top: 3px;
        z-index: 1;
    }

    .Layout_ar .categorymenu span.catmenu-main span.catmenuicon {
        right: auto;
        left: 11px;
    }

    .Layout_ar .column.two {
        border-right: 1px solid #ccc;
    }


    .prodcatmix .three_column_full:nth-child(2) span.itemwrap span.itemcaption span, .onlyproducts .three_column_full span.itemwrap span.itemcaption span {
        font-size: 14px;
    }

    .productgroup.parentprodcatmix .column.two, .productgroup.parentprodcatmix .column.two .bx-wrapper {
        height: 45.5vw;
    }

    .topstrip .memberinfo, .Layout_ar .membercontext.arabic, .Layout_en .membercontext.eng {
        display: none;
    }

    .account_options .loyaltypoints, .account_options .memberinfo {
        display: block;
    }
}

@media only screen and (max-width:999px) {
    .multiple .recomn_columns {
        width: 32.93%;
    }

    .columnleft {
        width: 50%;
    }

    .hotlinewrapper {
        width: 100%;
    }

    .amount {
        padding: 15px 15px;
    }

    span.column-title {
        display: inline-block !important;
        width: auto !important;
        padding: 0 15px 0 0 !important;
        font-weight: 600 !important;
        font-size: 14px;
    }

    .Layout_ar span.column-title {
        padding: 0 0 0 15px !important;
    }

    .savelaterlist.shopping-grid table {
        padding: 0;
    }

    .shopping-grid table thead {
        display: none;
    }

    .shopping-grid table tbody tr td {
        float: left;
        height: auto !important;
        margin: 0;
        padding: 12px 12px 0;
        text-align: left !important;
        width: 100% !important;
    }

    .Layout_ar .shopping-grid table tbody tr td {
        float: right;
        text-align: right !important;
    }

    .shopping-grid table tbody tr td:before {
        display: none;
    }

    .shopping-grid .buttoncontrols {
        float: right;
        width: auto;
        margin: 15px 0 0;
    }

    .Layout_ar .shopping-grid .buttoncontrols {
        float: left;
    }

    .shopping-grid table tbody tr td.item span.column-title {
        display: none !important;
    }

    .shopping-grid table tbody tr.total {
        position: absolute;
        top: 10px;
        width: 100%;
        padding: 0;
        border: 3px solid #f9b222;
        left: 0;
    }

        .shopping-grid table tbody tr.total td {
            border: none;
        }

            .shopping-grid table tbody tr.total td:nth-of-type(1) {
                width: 75% !important;
                text-align: right !important;
                padding: 10px;
            }

    .Layout_ar .shopping-grid table tbody tr.total td:nth-of-type(1), .Layout_ar .shopping-grid table tbody tr.total td:nth-of-type(2) {
        text-align: left !important;
    }

    .shopping-grid table tbody tr.total td:nth-of-type(2) {
        font-size: 120%;
        text-align: right !important;
        width: 25% !important;
        padding: 12px;
    }

    span.amount-label {
        font-size: 120%;
        padding: 0 0 0 8%;
    }

    span.cart-content {
        width: 58%;
    }

    .shopping-grid table tbody tr td.price span {
        padding-left: 15px;
        display: inline-block;
        width: auto;
    }

    .Layout_ar .shopping-grid table tbody tr td.price span {
        padding-left: 0;
        padding-right: 15px;
    }

    .shopping-grid table tbody tr {
        border: 1px solid #ccc;
        display: inline-block;
        padding-bottom: 18px;
        width: 100%;
    }

        .shopping-grid table tbody tr.spacer {
            border: none;
            padding: 0;
            float: left;
            width: 100%;
        }

            .shopping-grid table tbody tr.spacer td {
                border: none;
                display: inline-block;
                height: 12px !important;
                padding: 0;
            }

    .checkout-left {
        width: 205px;
    }

    .checkout-right .shopping-grid table {
        padding: 88px 0 0;
    }

    .shopping-grid .updatebtn {
        bottom: auto;
        left: 95px;
        top: 6px;
        width: auto;
    }

        .shopping-grid .updatebtn a {
            padding: 6px 15px;
            background: #27ae60;
            border: 1px solid #d48e00;
            color: #fff !important;
            text-shadow: 0 1px 1px #787878;
        }

            .shopping-grid .updatebtn a:hover {
                background: #27ae60;
                border: 1px solid #f7dd58;
                box-shadow: 0 1px 3px #cacaca;
            }

    .oh-title, .ordertitle {
        display: block !important;
        float: left;
        font-size: 13px !important;
        font-weight: 600 !important;
    }

    .Layout_ar .oh-title, .Layout_ar .ordertitle {
        float: right;
    }

    .ordertitle {
        font-size: 15px !important;
    }

    .orderhistorylist .shopping-grid table {
        padding: 0;
    }

    .shopping-grid.orderhistory table tbody tr td.price span, .slidecolumn .shopping-grid table tbody tr td span {
        padding: 0 15px 0 0;
    }

    .shopping-grid.orderhistory table tbody tr:after {
        display: none;
    }

    .shopping-grid.orderhistory table tbody tr {
        padding-bottom: 0;
    }

    .slidecolumn .shopping-grid table tbody tr td {
        height: auto;
        padding: 0 0 10px;
    }

    .shopping-grid.orderhistory table tbody tr td:nth-of-type(1) span.oh-title {
        display: none !important;
    }

    .orderhistorylist table {
        font-size: 15px;
    }

        .orderhistorylist table thead {
            display: none;
        }

        .orderhistorylist table tbody tr {
            position: relative;
            cursor: default;
            padding: 0;
            display: inline-block;
            margin: 0 0 5px;
        }

            .orderhistorylist table tbody tr td table tr {
                border: 1px solid #ccc;
            }

            .orderhistorylist table tbody tr td {
                float: left;
                width: 100%;
                text-align: left;
            }

    .Layout_ar .orderhistorylist table tbody tr td {
        float: right;
        text-align: right;
    }

    .orderhistorylist table tbody tr td.date span {
        float: left;
        padding: 2px 8px 0 0;
    }

    .Layout_ar .orderhistorylist table tbody tr td.date span {
        float: right;
        padding: 2px 0 0 8px;
    }

    .orderhistorylist tr th.serial, .orderhistorylist tr td.serial {
        display: none;
    }

    .orderhistorylist table tbody tr td.date, .orderhistorylist table tbody tr td.time {
        position: absolute;
        right: 10px;
        padding: 6px 0 0;
        width: auto;
        font-size: 13px !important;
    }

        .orderhistorylist table tbody tr td.date .ordertitle, .orderhistorylist table tbody tr td.time .ordertitle {
            font-size: 13px !important;
        }

        .orderhistorylist table tbody tr td.date span {
            background: transparent;
            padding: 0;
        }

    .actualprice {
        color: #27ae60;
    }

    .orderhistorylist table tbody tr td.time {
        top: 16px;
    }

    .orderhistorylist table tbody tr td.status {
        width: auto;
    }

        .orderhistorylist table tbody tr td.status .ordertitle {
            padding-top: 2px;
        }

    .orderhistorylist table tbody tr td.total {
        float: right;
        width: auto;
        font-weight: 600;
    }

    .Layout_ar .orderhistorylist table tbody tr td.total {
        float: left;
    }

    .orderhistorylist table tbody tr td.arrow {
        width: 100% !important;
        text-align: center;
    }

        .orderhistorylist table tbody tr td.arrow span {
            cursor: pointer;
            display: block;
            text-align: center !important;
            width: 100% !important;
            position: relative;
            background: #ffffff; /* Old browsers */
            background: -moz-linear-gradient(top, #ffffff 4%, #f6f6f6 14%, #e5e5e3 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #ffffff 4%,#f6f6f6 14%,#e5e5e3 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #ffffff 4%,#f6f6f6 14%,#e5e5e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e3',GradientType=0 ); /* IE6-9 */
            border: 1px solid #ccc;
            padding: 20px;
        }

            .orderhistorylist table tbody tr td.arrow span:hover, .orderhistorylist table tbody tr td.arrow.down span {
                background: #27ae60;
                border: 1px solid #f7dd58;
                box-shadow: 0 1px 3px #cacaca;
                color: #fff;
                text-shadow: 0 1px 1px #787878;
            }

                .orderhistorylist table tbody tr td.arrow.down span:before,
                .orderhistorylist table tbody tr td.arrow span:before {
                    content: "SHOW ORDERED ITEMS";
                    font-size: 15px;
                    font-weight: 600;
                    width: 100%;
                    text-align: center;
                    top: 9px;
                }

    .Layout_ar .orderhistorylist table tbody tr td.arrow span:before {
        content: "مشاهدة أمرت عناصر"
    }

    .orderhistorylist table tbody tr td.arrow.down span:before {
        content: "HIDE ORDERED ITEMS";
    }

    .Layout_ar .orderhistorylist table tbody tr td.arrow.down span:before {
        content: "إخفاء المواد المطلوبة";
    }

    .orderhistorylist table tbody tr.slidecolumn {
        background: #fff;
        float: left;
        margin: -5px 0 2px;
        width: 100%;
    }

        .orderhistorylist table tbody tr.slidecolumn table {
            border: none;
        }

            .orderhistorylist table tbody tr.slidecolumn table tr {
                border: 1px solid #ccc;
                padding: 10px;
            }

                .orderhistorylist table tbody tr.slidecolumn table tr:last-child {
                    border-bottom: 2px solid #27ae60;
                }

    .slidecolumn .shopping-grid.orderhistory table tbody tr.serialNum {
        padding-bottom: 0;
        padding-top: 0;
        margin: 0 0 -5px;
        border: 1px solid #ccc;
        border-bottom: none;
        background: #fff;
        position: relative;
        z-index: 1;
    }

    .orderhistorylist .slidecolumn span.cart-content {
        padding: 18px 10px 10px 66px !important;
        width: 100%;
        min-height: 70px;
    }

    .Layout_ar .orderhistorylist .slidecolumn span.cart-content {
        padding: 18px 66px 10px 10px !important;
    }

    .orderhistorylist .deliver {
        padding: 2px 12px 4px !important;
    }

    .orderhistorylist .slidecolumn .shopping-grid table tbody tr td span.oh-title {
        padding-top: 2px;
    }

    .orderhistorylist table tbody tr:nth-of-type(3n) td table tr {
        background: #fff;
    }

    .orderhistorylist .slidecolumn .shopping-grid table tbody tr td {
        padding: 0 0 6px;
        border-bottom: none;
    }
}

@media only screen and (max-width:960px) {
    .products.listitem .items {
        min-height: 286px;
    }

    .items span.itemimg {
        min-height: 136px;
    }
}

@media only screen and (max-width:920px) {
    .shopping-grid table tbody tr.total td span.amount-label {
        padding: 0;
        width: 100%;
    }

    .shopping-grid table {
        padding: 98px 0 0;
    }

    .checkout-right .shopping-grid table {
        padding: 88px 0 0;
    }

    .address-column.newaddress {
        width: 100%;
    }
}

@media only screen and (min-width:668px) and (max-width:800px) {
    .checkout-right .singlepagelogin .login .login-reg {
        min-height: inherit !important;
    }

    .checkout-right .singlepagelogin, .checkout-right-inner .login-register-wrap {
        width: 100% !important;
    }

    .checkout-right .septext {
        text-align: center !important;
        width: 100% !important;
        margin: 10px 1.8% !important;
    }
}

@media only screen and (max-width:890px) {
    .myaccount-inner .login-reg ul li {
        width: 100%;
        margin: 0;
    }

    ul.accountfields li {
        width: 100%;
        padding: 0;
    }

        ul.accountfields li:first-child input[type="text"],
        ul.accountfields li:first-child input[type="password"],
        ul.accountfields li span.dropdown, ul.accountfields li:first-child .field-validation-error {
            width: 100%;
        }

    .Layout_ar .recomn_columns .buttoncontrols span.button a {
        font-size: 10px;
        padding: 7px 13px;
    }
}

@media only screen and (max-width:820px) {
    .productgroup.parentonlyproducts .wrapper, .productgroup.parentprodcatmix .wrapper {
        height: auto;
    }

    .productgroup.parentonlyproducts .column.two .bx-wrapper,
    .parentonlyproducts .column.slider_vertical, .productgroup.parentonlyproducts .column.two {
        height: 48vw;
    }

    .productgroup.parentprodcatmix .wrapper, .parentprodcatmix .column.slider_vertical, .productgroup.parentprodcatmix .column.two, .productgroup.parentprodcatmix .column.two .bx-wrapper {
        height: 47.5vw;
    }

    .parentonlyproducts .three_column_full .col, .productgroup.parentprodcatmix .three_column_full:nth-of-type(2) {
        height: 24vw;
    }
}

@media only screen and (max-width:808px) {
    .products.listitem .items {
        width: 49%;
        height: 40vw;
    }

    .products.listitem .quickcheckout .productimg {
        padding: 3% 0;
        width: 18%;
    }

    .products.listitem .items span.itemimg {
        height: 21vw;
    }

    .checkout-right-inner .shopping-grid .buttoncontrols {
        float: left;
        width: 100%;
        text-align: left;
        margin: 0 0 10px;
    }

    .checkout-right-inner span.cart-content {
        padding-bottom: 10px;
    }

    .voucher .voucher-inner {
        width: 65%;
        margin: 0 0 5px;
    }
}

@media only screen and (max-width:768px) {
    .column.two {
        width: 35%;
    }

    .productgroup .column.products {
        width: 65%;
    }

    .two_column.twocolumn_small {
        width: 45%;
    }

    .productgroup .bx-viewport img {
        width: auto;
    }

    .products.listitem .items {
        min-height: 316px;
        height: auto;
    }

    .categorycolumn-wrapper .category-column.singlecolumn {
        width: 75%;
    }

    .category-slider .recomn_columns {
        max-width: 380px;
    }

    .pro-detail-container {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        background: transparent;
        box-shadow: none;
    }

        .pro-detail-container .detailcolumn {
            width: 100%;
        }

            .pro-detail-container .detailcolumn.right-column {
                order: 1;
                background: #fff;
                box-shadow: 0 2px 8px #ccc;
                -webkit-box-shadow: 0 2px 8px #ccc;
                margin: 0 0 20px;
            }

            .pro-detail-container .detailcolumn.left-column {
                order: 2;
                background: #fff;
                box-shadow: 0 2px 8px #ccc;
                -webkit-box-shadow: 0 2px 8px #ccc;
                border-right: none;
            }

    span.itemwrap span img {
        max-height: 92%;
    }
}

@media only screen and (max-width:767px) {
    .orderhistorylist table tbody tr td.date, .orderhistorylist table tbody tr td.time {
        font-size: 15px !important;
        padding: 5px 10px;
        position: relative;
        right: auto;
        top: auto !important;
        width: 100%;
    }

        .orderhistorylist table tbody tr td.date .ordertitle,
        .orderhistorylist table tbody tr td.time .ordertitle {
            font-size: 15px !important;
        }

    .rightmenuwrap, .menu-container {
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }

    .blankpage {
        padding: 10em 0;
    }

    .body-content {
        min-height: inherit;
    }
}

@media only screen and (max-width:759px) {
    .recom_products .quickcheckout .productimg {
        padding: 2% 0;
        width: 26%;
    }

    .recom_products .quickcheckout .checkoutbtn {
        margin: 3% 0 0;
    }

    .multiple .recomn_columns {
        margin: 0.5%;
        width: 48.9%;
    }

    .checkout-right .revieworder .shopping-grid table {
        padding-top: 92px;
    }

    .shopping-grid table tbody tr.total td span.totaldetailwrap {
        display: none;
    }

    span.cart-content {
        width: 100%;
        padding: 0 0 26px 112px;
    }

    .checkout-right .shopping-grid table {
        padding: 65px 0 0;
    }

    .shopping-grid .buttoncontrols {
        float: left;
        margin: 0 0 10px;
        text-align: left;
        width: 100%;
    }

    .Layout_ar .shopping-grid .buttoncontrols {
        float: right;
        text-align: right;
    }

    .shopping-grid .buttoncontrols span.button {
        margin: 0 5px 0 0;
    }

    .cart-image {
        height: auto;
        margin: 0;
        position: absolute;
        width: 98px;
    }

    .checkout-right-inner .shopping-grid .buttoncontrols {
        margin: 20px 0 10px;
    }

    .voucher .voucher-inner {
        width: 100%;
    }
}

@media only screen and (max-width:720px) {
    .products.listitem {
        padding: 10px 5px;
    }

        .products.listitem .items {
            margin: 1px;
            vertical-align: top;
            width: 49.4%;
        }

    .cart-notification .popup-close {
        right: 0;
        top: 0;
    }

    .Layout_ar .cart-notification .popup-close {
        left: 0;
        top: 0;
        right: auto;
    }

    .popupwindow.show.cart-notification {
        width: 96%;
        margin: -108px 0 0 -48%;
    }
}

@media only screen and (max-width: 667px) {
    .column.two {
        width: 45%;
    }

    .column.two, .productgroup .column.two .bx-wrapper {
        height: 60vw;
    }

    .productgroup .column.products {
        width: 55%;
    }

    .two_column, .three_column, .col_fullwidth {
        height: 38vw;
    }

        .two_column .col.first-col {
            width: 100%;
        }

    .three_column {
        height: 22vw;
    }

        .three_column .col, .three_column_full .col {
            width: 50%;
        }

            .two_column .col.second-col, .three_column .col.third-col, .three_column_full .col.third-col, .column.slider_vertical,
            .three_column_full .col:nth-of-type(5), .three_column_full .col:nth-of-type(6), .two_column .col:nth-of-type(2), .three_column .col:nth-of-type(3), .prodcatmix .three_column_full .col:nth-of-type(3) {
                display: none;
            }
    /*.two_column .col, .three_column .col.second-col, .three_column_full .col.second-col { border-right:none; }*/
    .three_column_full .col {
        height: 30vw;
    }

    .two_column.twocolumn_small {
        width: 55%;
    }

    .col_fullwidth.half_column {
        height: 21.8vw;
    }

    .itemcount {
        background: #1f91d0;
        border-radius: 2px;
        box-shadow: 0 2px 2px #ccc;
        -webkit-box-shadow: 0 2px 2px #ccc;
        color: #fff;
        display: inline-block;
        font-size: 11px;
        font-weight: 600;
        height: 16px;
        padding: 0 4px;
        position: absolute;
        right: -6px;
        text-align: center;
        top: -5px;
    }

        .itemcount span.itemtext {
            display: none;
        }
    /*.hotdeals { display: none; }*/
    /*.banner { width:100%; height:auto; border-right:none; border-left:none !important; }*/
    .bx-viewport {
        height: 29.5vw !important;
    }

    .bx-controls-direction a.bx-prev {
        z-index: 100;
        left: 0;
    }

    .bx-controls-direction a.bx-next {
        z-index: 100;
        right: 0;
    }

    .banner .bx-wrapper .bx-pager, .banner-section .bx-wrapper .bx-controls-auto {
        bottom: 10px !important;
    }

    ul.sort_options, .Layout_ar ul.sort_options {
        padding: 0;
    }

    .sortby span.label {
        top: auto;
        position: relative;
        width: 100%;
        margin: 0 0 12px;
        padding: 0 5px;
    }

    .mapoverlaycolumn {
        margin: 20px 0 0;
    }

    .columnleft {
        width: 100%;
    }

    .columnright {
        display: inline-block;
        clear: both;
        width: 100%;
        padding: 20px 0 0;
    }

    .location-map {
        min-height: 200px;
        overflow: hidden;
    }

    .hotlinewrapper {
        padding: 12px 0 0;
    }

    .products.listitem .items {
        height: 45.5vw;
    }

    .noitemsincart {
        padding-top: 180px !important;
    }

    .address-column {
        width: 100%;
    }

    .addnewaddress {
        width: 100%;
    }

        .addnewaddress a {
            min-width: inherit;
            max-width: inherit;
            width: 100%;
        }

    .checkout-left, .checkout-right {
        display: inline-block;
        width: 100%;
        max-width: inherit;
    }

    .tabs ol li {
        float: left;
        width: 25%;
    }

    .checkout-left .tabs ol li {
        border-left: 1px solid #ccc;
    }

        .checkout-left .tabs ol li:first-child {
            border: none;
        }

        .checkout-left .tabs ol li a {
            padding: 25px 10px;
            text-align: center;
            position: relative;
            font-size: 0;
        }

        .checkout-left .tabs ol li:before {
            display: none;
        }

        .checkout-left .tabs ol li a:before {
            color: #888;
            font-family: "FontAwesome";
            font-size: 32px;
            left: 0;
            position: absolute;
            text-align: center;
            top: 2px;
            width: 100%;
        }

        .checkout-left .tabs ol li#liLoginRegister a:before {
            content: "\f090";
        }

        .checkout-left .tabs ol li#liAddress a:before {
            content: "\f041";
        }

        .checkout-left .tabs ol li#liOrder a:before {
            content: "\f06e";
        }

        .checkout-left .tabs ol li#liPayment a:before {
            content: "\f09d";
        }

        .checkout-left .tabs ol li.modified a:before {
            color: #4ec8af;
        }

        .checkout-left .tabs ol li.hover a:before,
        .checkout-left .tabs ol li.active a:before, .checkout-left .tabs ol li.modified.active a:before {
            color: #f9b224;
        }

    .voucher .voucher-inner {
        width: 350px;
    }

    ul.footercolumns.ksa li.footer-col {
        width: 100%;
        border: none;
        border-bottom: 1px solid #cdcdcd;
        min-height: inherit;
        margin: 0;
        padding: 3% 0;
    }

        ul.footercolumns.ksa li.footer-col:last-child {
            border-bottom: none;
            text-align: center;
            width: 340px;
        }

    .ksa .footer-col .title {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    .ksa .footer-col .footer-col-img {
        margin-bottom: 15px;
    }

    .fancybox-nav {
        width: 120px;
    }

        .fancybox-nav span {
            visibility: visible;
        }

    .productgroup.parentonlyproducts .column.two .bx-wrapper,
    .productgroup.parentonlyproducts .column.two {
        height: 52vw;
    }

    .parentonlyproducts .three_column_full .col {
        height: 26vw;
    }

    .parentprodcatmix .column.slider_vertical, .productgroup.parentprodcatmix .column.two, .productgroup.parentprodcatmix .column.two .bx-wrapper {
        height: 60vw;
    }

    .prodcatmix .three_column_full:nth-child(2) span.itemwrap span.itemcaption span.productName, .onlyproducts .three_column_full span.itemwrap span.itemcaption span.productName {
        font-size: 12px;
    }

    .productgroup.parentprodcatmix .three_column_full:nth-of-type(2) {
        height: 30vw;
    }
}

@media only screen and (min-width:621px) {
    .myaccount-left {
        display: table-cell !important;
    }
}

@media only screen and (max-width: 620px) {
    .products.listitem .items {
        min-height: 290px;
        height: auto;
    }

    .myaccount-left {
        display: none;
        position: absolute;
        right: 0;
        padding: 10px;
        top: -2px;
        z-index: 2000;
        overflow-y: auto;
        box-shadow: 0 7px 13px #666;
        -webkit-box-shadow: 0 7px 13px #666;
        background: #fff;
    }

    .myaccount-btn {
        display: block;
    }

    .accountsettings {
        display: block;
        cursor: pointer;
        text-align: center;
        position: absolute;
        font-size: 25px;
        right: 0;
        top: 9px;
        width: 42px;
        height: 36px;
        color: #27ae60;
        box-shadow: 0 2px 5px #999;
        -webkit-box-shadow: 0 2px 5px #999;
        cursor: pointer;
        z-index: 2000;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        background: #fff;
    }

    .Layout_ar .myaccount-left, .Layout_ar .accountsettings {
        right: auto;
        left: 0;
    }

    .fullwidth-title {
        position: relative;
    }

        .fullwidth-title h2 {
            width: 78%;
            margin: 10px 0;
        }

    .prodetails-column .left-column {
        width: auto;
        padding: 0;
    }

    .prodetails-column .right-column {
        float: right;
        width: 220px;
    }

    .productgroup.parentprodcatmix .wrapper, .parentprodcatmix .column.slider_vertical, .productgroup.parentprodcatmix .column.two, .productgroup.parentprodcatmix .column.two .bx-wrapper {
        height: 60vw;
    }

    .productgroup.parentprodcatmix .three_column_full:nth-of-type(2) {
        height: 30vw;
    }
}

@media only screen and (max-width: 600px) {
    .staticsliderwrap.alignright {
        width: 100%;
        text-align: center;
    }

    .static-slider {
        margin: 10px auto;
        float: none;
    }

    .shopping-grid table tbody tr.total td:nth-of-type(1) {
        width: 60% !important;
    }

    .shopping-grid table tbody tr.total td:nth-of-type(2) {
        width: 40% !important;
    }

    .checkout-right .revieworder .shopping-grid table {
        padding: 106px 0 0;
    }

    .shopping-grid table tbody tr.total td div.totaldetailwrap > div {
        font-size: 11px;
        width: 100%;
    }

    .shopping-grid table {
        padding: 115px 0 0;
    }

    .detailcolumn.left-column .bx-viewport {
        height: 210px !important;
    }

        .detailcolumn.left-column .bx-viewport img {
            max-height: 210px;
            margin: 0 auto;
        }

    .checkout-right .singlepagelogin .login .login-reg {
        min-height: inherit;
    }

    .checkout-right .singlepagelogin, .checkout-right-inner .login-register-wrap {
        width: 100%;
    }

    .checkout-right .septext {
        text-align: center;
        width: 100%;
        margin: 10px 1.8%;
    }

    .productgroup.parentonlyproducts .wrapper, .productgroup.parentonlyproducts .column.two .bx-wrapper,
    .productgroup.parentonlyproducts .column.two {
        height: 60vw;
    }

    .parentonlyproducts .three_column_full .col {
        height: 30vw;
    }
}

@media only screen and (max-width:542px) {
    /*.products.listitem .items { width: 100%; min-height: 355px; }
    .products.listitem .items span.itemimg { height:36vw; }*/
    .items span.pricesection span.newprice {
        float: none;
    }

    .items .cart-quantity .quantity {
        text-align: center;
        width: 100%;
        margin: 4px 0 10px;
    }

        .items .cart-quantity .quantity .buttons {
            display: inline-block;
            float: none;
            vertical-align: top;
        }

    .items .cart-quantity .value {
        display: inline-block;
        float: none;
        width: 70px;
    }

    .items .buttoncontrols {
        width: 100% !important;
    }

        .items .buttoncontrols span.button {
            display: inline-block;
            margin: 0;
            width: 100%;
        }

    .listitem .buttoncontrols {
        text-align: center;
    }

        .listitem .buttoncontrols span.button a {
            padding: 8px 12px;
        }

    .products.listitem .items {
        min-height: 334px;
    }

    .listitem .buttoncontrols span.outofstock {
        padding: 22px 0 0;
        float: none;
        display: inline-block;
    }

    .listitem .checkoutbtn a {
        padding: 8px 10px;
        width: 95%;
    }

    .blankpage .info-msg {
        width: 95%;
    }
}

@media only screen and (max-width:520px) {
    .recom_products .quickcheckout .productimg {
        padding: 2% 0;
        width: 18%;
    }

    .recomn_columns .buttoncontrols span.button a {
        padding: 5px 8px;
    }

    .cart-quantity .value {
        width: 50px !important;
    }

    ul.footercolumns {
        padding: 15px 0 0;
    }

        ul.footercolumns li.footer-col {
            width: 100%;
            border-left: none;
            border-bottom: 1px solid #ccc;
            min-height: inherit;
            margin: 0;
        }

    .Layout_ar ul.footercolumns li.footer-col {
        border-right: none;
    }

    ul.footercolumns li.footer-col:last-child {
        border-bottom: none;
        text-align: center;
    }

    ul.footercolumns li.footer-col .title {
        text-align: center;
    }

    .footer-col-img > img {
        max-width: 120px;
    }

    .socialicons {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .footer-col p {
        text-align: center;
    }

    .address-column.newaddress ul li label {
        position: relative;
    }

    .address-column.newaddress ul li span.field {
        padding: 4px 0;
    }

    .prodetails-column .right-column {
        float: left;
        width: 100%;
    }

    .Layout_ar .recomn_columns .buttoncontrols span.button a {
        padding: 9px;
    }
}

@media only screen and (max-width:480px) {
    .column.one {
        border-left: none;
        border-right: none;
    }

    .column.two {
        display: none;
    }

    .owl-nav {
        display: none;
    }

    section.tdys-deals-sc {
        padding: 0;
    }

    .container {
        width: 100vw;
        max-width: 100vw;
    }

    .two_column, .three_column, .col_fullwidth {
        height: 54vw;
    }

        .two_column.twocolumn_small, .productgroup .column.products {
            width: 100%;
        }

    .productgroup .wrapper {
        border: 1px solid #ccc;
        border-top: 3px solid #27ae60;
    }

    .multiple .recomn_columns {
        display: none;
    }

        .multiple .recomn_columns:nth-of-type(1),
        .multiple .recomn_columns:nth-of-type(2),
        .multiple .recomn_columns:nth-of-type(3),
        .multiple .recomn_columns:nth-of-type(4) {
            display: inline-block;
        }

    .two_column, .three_column, .three_column_full { /*border-left:1px solid #ccc;*/
        border: none;
    }

    .Layout_ar .two_column, .Layout_ar .three_column, .Layout_ar .three_column_full {
        border-left: none; /*border-right:1px solid #ccc;*/
    }
    /*for homepage popup starts*/
    .popup-close {
        top: 0;
        right: 0;
    }

    .Layout_ar .popup-close {
        left: 0;
        right: auto;
    }

    .popupwindow.logindiv.reg-login-pop {
        left: 10px;
        margin-left: 0;
        right: 10px;
        width: auto;
    }

    .popupwindow.register.reg-login-pop {
        left: 10px;
        margin: -182px 0 0;
        position: absolute;
        right: 10px;
        width: auto;
    }
    /*for homepage popup ends*/
    /*.products.listitem .items {height: auto; min-height: 308px; }
  .products.listitem .items span.itemimg { height: 48vw; }*/
    .review-details {
        margin: 0 0 15px;
    }

    .checkout-right-inner span.cart-content {
        min-height: 90px;
    }

    .shopping-grid table tbody tr td {
        padding: 12px 0 0;
    }

        .shopping-grid table tbody tr td.item {
            padding-left: 0 !important;
        }

    .Layout_ar .shopping-grid table tbody tr td.item {
        padding-right: 0 !important;
    }

    .checkout-right-inner .shopping-grid .buttoncontrols {
        margin: 10px 0;
    }

    .shopping-grid .buttoncontrols span.button {
        margin: 0;
        width: 49%;
    }

        .shopping-grid .buttoncontrols span.button a {
            padding: 10px 13px !important;
            text-align: center;
        }

    .address-column .buttoncontrols span.button a {
        padding: 8px 22px !important;
    }

    .checkout-right-inner .shopping-grid table tbody tr td.deliverydetails {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

    .myaccount-inner input[type="text"], .myaccount-inner input[type="email"], .myaccount-inner input[type="tel"], .myaccount-inner input[type="password"] {
        padding: 10px 5px;
    }

    .myaccount-inner .buttoncontrols span.button {
        margin: 0;
        width: 100%;
        text-align: center;
    }

        .myaccount-inner .buttoncontrols span.button a {
            padding: 10px 22px;
            width: 100%;
            text-align: center;
        }

    .myaccount-inner .search {
        width: 100%;
    }

        .myaccount-inner .search input[type="text"] {
            font-size: 14px;
            padding: 8px 30px 8px 8px;
        }

    .Layout_ar .myaccount-inner .search input[type="text"] {
        padding-left: 30px;
        padding-right: 8px;
    }

    .myaccount-inner .search span {
        height: 37px;
        width: 37px;
        cursor: pointer;
    }

        .myaccount-inner .search span .fa-search {
            font-size: 20px;
            line-height: 37px;
            width: 37px;
        }

    .categorycolumn-wrapper .category-column.singlecolumn {
        display: inline-block;
        min-height: 312px;
        width: 100%;
    }

    .category-column.cat-slider {
        display: inline-block;
        width: 100%;
    }

    .category-slider .recomn_columns {
        max-width: inherit;
    }

    .category-slider.catslider-right .recomn_columns, .category-slider.catslider-left .recomn_columns {
        border: none;
    }

    .three_column, .three_column_full {
        height: auto;
    }

        .three_column .col, .three_column_full .col, .col_fullwidth.half_column {
            height: 42vw;
        }

    .recommend .wrapper {
        min-height: 100px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        height: 8px !important;
        width: 8px !important;
        margin: 0 3px;
    }

    .recom_products .quickcheckout .checkoutbtn {
        font-size: 12px;
    }

    .checkoutbtn a {
        padding: 6px 10px;
    }

    span.itemwrap span.itemcaption {
        font-size: 12px;
    }

    .recomn_columns {
        min-height: 380px;
    }

    .recom_products .productwrapper {
        padding: 10px;
        height: 380px;
    }

    .recomn_columns .cart-quantity {
        bottom: inherit !important;
        top: inherit;
        left: inherit;
        right: inherit;
        position: relative;
        text-align: center;
    }

    .recomn_columns .buttoncontrols span.button {
        width: 100%;
        display: inline-block;
        margin: 0;
    }

        .recomn_columns .buttoncontrols span.button a {
            width: 100%;
            padding: 8px;
        }

    .recomn_columns span.pricesection {
        text-align: center;
    }

    .recomn_columns .pricesection span {
        float: none;
    }

    .recomn_columns .cart-quantity .quantity {
        display: inline-block;
        margin: 6px 0;
        text-align: center;
        width: 100%;
    }

    .recomn_columns .quantity .buttons {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .recomn_columns .cart-quantity .value {
        display: inline-block;
        float: none;
        width: 80px;
    }

    .recomn_columns .cart-quantity .buttoncontrols {
        width: 100% !important;
        text-align: center;
    }

        .recomn_columns .cart-quantity .buttoncontrols span {
            display: inline-block;
            float: none;
        }

            .recomn_columns .cart-quantity .buttoncontrols span.outofstock {
                padding: 25px 0 0;
            }

    span.itemwrap span img {
        max-height: 34vw;
    }

    .two_column .col.first-col span.itemwrap span img, .column_fullwidth_wrap.first-col span.itemwrap span img {
        max-height: 45vw;
    }

    .productgroup.parentonlyproducts .wrapper, .productgroup.parentprodcatmix .wrapper, .productgroup.parentprodcatmix .three_column_full:nth-of-type(2) {
        height: auto;
    }

    .parentonlyproducts .three_column_full .col {
        height: 45vw;
    }

    .parentonlyproducts span.itemwrap span img, .productgroup.parentprodcatmix .three_column_full:nth-of-type(2) span.itemwrap span img {
        max-height: 23vw;
    }

    .prodcatmix .three_column_full:nth-child(2) span.itemwrap span.itemcaption span, .onlyproducts .three_column_full span.itemwrap span.itemcaption span {
        font-size: 13px;
    }
}

@media only screen and (max-width:450px) {
    .multiple .recomn_columns:nth-of-type(1),
    .multiple .recomn_columns:nth-of-type(2) {
        display: inline-block;
    }

    .multiple .recomn_columns:nth-of-type(3),
    .multiple .recomn_columns:nth-of-type(4) {
        display: none;
    }

    .logo {
        margin: 5px 0 5px -50px !important;
        width: 40% !important;
    }

    .Layout_ar .logo {
        margin: 5px -50px 5px 0 !important;
        width: 40% !important;
    }

    .banner-section {
        margin: 0 0 10px;
    }

    ul.sort_options li {
        width: 48%;
    }

    .sortby {
        padding-right: 4px;
    }

    .Layout_ar .sortby {
        padding-left: 4px;
    }

    .wrapperpadding {
        padding: 20px;
    }

    .static-slider {
        width: 100%;
    }

        .static-slider .slideitem img {
            width: 100%;
        }
    /*.prod-inner .left-column {  font-size: 12px; max-height: 234px; }*/
    .voucher .voucher-inner {
        width: 100%;
    }

    .review-details.alignleft span label {
        width: auto;
        padding: 0 10px 0 0;
    }

    .review-totalamt {
        width: 100%;
        text-align: center;
    }

    .popupwindow.show.cart-notification {
        margin: -135px 0 0 -48%;
    }

    .cart-notification .buttoncontrols span.button {
        margin: 5px 0;
        width: 100%;
    }
}

@media only screen and (max-width:425px) {
    .checkout-right .login-reg {
        padding: 20px 15px;
    }

    .checkout-right .login-register-wrap {
        margin: 0;
        width: 100%;
    }

    .checkout-right .login .login-reg {
        min-height: inherit;
    }

    .checkout-right .septext {
        margin-top: 16px;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width:400px) {
    .right-column .variance label {
        width: 100%;
        padding-bottom: 4px;
    }

    .right-column span.dropdown {
        width: 100%;
    }

    .buy-cart-btns div > a {
        font-size: 16px;
    }

    ul.choosepayment li:first-child, ul.choosepayment li:nth-of-type(2) {
        width: 100%;
    }

    .Layout_ar .buy-cart-btns div > a {
        font-size: 12px;
    }

    .body-content {
        margin: 9.3em 0 0;
    }

    .parentonlyproducts .three_column_full .col {
        height: 48vw;
    }

    .parentonlyproducts span.itemwrap span img, .productgroup.parentprodcatmix .three_column_full:nth-of-type(2) span.itemwrap span img {
        max-height: 24vw;
    }
}

@media only screen and (max-width:382px) {
    .shoppingcart-buttons span.button {
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }

    .shopping-grid .updatebtn {
        position: relative;
        bottom: auto;
        left: -14px;
        top: auto;
        width: 77px;
        display: inline-block;
        margin: 12px 0 0;
    }

    .orderhistorylist table tbody tr td.total {
        width: 100%;
        float: left;
    }
}

@media only screen and (max-width:375px) {
    table.small, table.w290 {
        width: 100%;
    }

    span.amount-label, .shopping-grid table tbody tr.total td:nth-of-type(2) {
        font-size: 110%;
    }

    ul.footercolumns.ksa li.footer-col:last-child {
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width:360px) {
    ul.sort_options li {
        width: 100%;
    }

    .sortby {
        padding-right: 12px;
    }

    .detailcolumn.right-column iframe {
        max-width: 100%;
    }

    .detailcolumn.left-column .thumbs a {
        width: 50px;
        height: 50px;
    }

    .multiple .recomn_columns, .products.listitem .items {
        width: 100%;
    }

    .checkoutbtn a {
        width: 95%;
        padding: 8px 10px;
    }

    .cartbuttonwrap span.button {
        width: 100%;
        margin: 0;
    }

    ul.choosepayment li label span img {
        max-width: 86%;
    }

    .body-content {
        margin: 9.2em 0 0;
    }
}

@media only screen and (max-width:320px) {
    .body-content {
        margin: 9em 0 0;
    }
}



span.itemwrap span.itemcaption {
    padding: 10px 6px 0 6px;
}

span.itemwrap span img {
    margin-bottom: 30px;
}

span.itemwrap span.itemcaption:before {
    display: none;
}

.three_column_full .col, span.itemwrap, .two_column .col, .three_column .col, .col_fullwidth {
    border: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.inactive {
    color: red;
    pointer-events: none;
    cursor: default;
}

.loaderimage {
    background-color: #fff;
    z-index: 100 !important;
    margin: 1px;
    width: 50px;
    height: 50px;
}

.paymentLoader {
    width: 150%;
    height: 50%;
    position: absolute;
    z-index: -1;
    display: block;
    background: #ff6b33;
    animation: spin 2s linear infinite;
    margin-top: 0;
    overflow: hidden;
    left: -25%;
    top: 25%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.paymentLoader:after {
    content: "";
    width: 50%;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    position: absolute;
}

.dateTimePicker {
    position: fixed;
    max-width: 400px;
    background: #fff;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 20000;
    box-shadow: 0 0 7px 0px #313131;
    width: 320px;
    left: 50%;
}

.pad10 {
    padding: 10px !important;
}

.schedule span {
    color: #b3b3b3;
    font-weight: normal;
}

.navbar-fixed-top {
    box-shadow: 0 2px 3px 0 rgb(0, 0, 0, 10%);
}

.logins-container {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.disable {
    pointer-events: none;
}

#toastContainer {
    z-index: 99999;
}

.ribbon {
    width: 150px;
    height: 70px;
    overflow: hidden;
    position: absolute;
}

    /*    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }*/

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 5px 0;
        background-color: #ed2830;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 12px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
    z-index: 999;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span {
        right: 10px;
        top: 20px;
        transform: rotate(-45deg);
    }

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -25px;
        top: 30px;
        transform: rotate(45deg);
    }

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

    .ribbon-bottom-left::before,
    .ribbon-bottom-left::after {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-bottom-left::before {
        bottom: 0;
        right: 0;
    }

    .ribbon-bottom-left::after {
        top: 0;
        left: 0;
    }

    .ribbon-bottom-left span {
        right: -25px;
        bottom: 30px;
        transform: rotate(225deg);
    }

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

    .ribbon-bottom-right::before,
    .ribbon-bottom-right::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-bottom-right::before {
        bottom: 0;
        left: 0;
    }

    .ribbon-bottom-right::after {
        top: 0;
        right: 0;
    }

    .ribbon-bottom-right span {
        left: -25px;
        bottom: 30px;
        transform: rotate(-225deg);
    }

nav ul li a:hover:after {
    -webkit-transform: translate(-50% ) scaleX(1);
    transform: translate(-50% ) scaleX(1);
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--bs-gray-200);
}

.dropdown-menu li {
    margin: 0;
}

strike {
    color: gray;
}

}

/*---------------------
  Header
-----------------------*/

@media screen and (max-width: 100%) {
    .header__top {
        background: #27ae60;
        display: none;
    }
}

.header__top__left {
    padding: 2px 0 2px;
}

    .header__top__left ul li {
        font-size: 11px;
        color: #fff;
        display: inline-block;
        margin-right: 45px;
        position: relative;
    }

        .header__top__left ul li:after {
            position: absolute;
            right: -25px;
            top: 1px;
            height: 20px;
            width: 1px;
            background: #fff;
            opacity: 0.3;
            content: "";
        }

        .header__top__left ul li:last-child {
            margin-right: 0;
        }

            .header__top__left ul li:last-child:after {
                display: none;
            }

        .header__top__left ul li i {
            color: #fff;
            margin-right: 5px;
        }

.header__top__right {
    text-align: right;
    padding: 2px 0 2px;
}

.header__top__right__social {
    position: relative;
    display: inline-block;
    margin-right: 35px;
}

    .header__top__right__social:after {
        position: absolute;
        right: -20px;
        top: 1px;
        height: 20px;
        width: 1px;
        content: "";
    }

    .header__top__right__social a {
        font-size: 14px;
        display: inline-block;
        color: #fff;
        margin-right: 20px;
    }

        .header__top__right__social a:last-child {
            margin-right: 0;
        }

.header__top__right__language {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
}

    .header__top__right__language:hover ul {
        top: 23px;
        opacity: 1;
        visibility: visible;
    }

    .header__top__right__language:after {
        position: absolute;
        right: -21px;
        top: 1px;
        height: 20px;
        width: 1px;
        content: "";
    }

    .header__top__right__language img {
        margin-right: 6px;
    }

    .header__top__right__language div {
        font-size: 14px;
        color: #fff;
        display: inline-block;
        margin-right: 4px;
    }

    .header__top__right__language span {
        font-size: 14px;
        color: #fff;
        position: relative;
        top: 2px;
    }

    .header__top__right__language ul {
        background: #222222;
        width: 100px;
        text-align: left;
        padding: 5px 0;
        position: absolute;
        left: 0;
        top: 43px;
        z-index: 9;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -ms-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

        .header__top__right__language ul li {
            list-style: none;
        }

            .header__top__right__language ul li a {
                font-size: 14px;
                color: #ffffff;
                padding: 5px 10px;
            }

.header__top__right__auth {
    display: inline-block;
}

    .header__top__right__auth a {
        display: block;
        font-size: 14px;
        color: #fff;
    }

        .header__top__right__auth a i {
            margin-right: 6px;
        }

.header__logo {
    padding: 15px 0;
}

    .header__logo a {
        display: inline-block;
    }

.header__menu {
    padding: 24px 0;
}

    .header__menu ul li {
        list-style: none;
        display: inline-block;
        margin-right: 50px;
        position: relative;
    }

        .header__menu ul li .header__menu__dropdown {
            position: absolute;
            left: 0;
            top: 50px;
            background: #222222;
            width: 180px;
            z-index: 9;
            padding: 5px 0;
            -webkit-transition: all, 0.3s;
            -moz-transition: all, 0.3s;
            -ms-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
            opacity: 0;
            visibility: hidden;
        }

            .header__menu ul li .header__menu__dropdown li {
                margin-right: 0;
                display: block;
            }

                .header__menu ul li .header__menu__dropdown li:hover > a {
                    color: #fff;
                }

                .header__menu ul li .header__menu__dropdown li a {
                    text-transform: capitalize;
                    color: #ffffff;
                    font-weight: 400;
                    padding: 5px 15px;
                }

        .header__menu ul li.active a {
            color: #7fad39;
        }

        .header__menu ul li:hover .header__menu__dropdown {
            top: 30px;
            opacity: 1;
            visibility: visible;
        }

        .header__menu ul li:hover > a {
            color: #fff;
        }

        .header__menu ul li:last-child {
            margin-right: 0;
        }

        .header__menu ul li a {
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 2px;
            -webkit-transition: all, 0.3s;
            -moz-transition: all, 0.3s;
            -ms-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
            padding: 5px 0;
            display: block;
        }

.header__cart {
    text-align: right;
    padding: 24px 0;
}

    .header__cart ul {
        display: inline-block;
        margin-right: 25px;
    }

        .header__cart ul li {
            list-style: none;
            display: inline-block;
            margin-right: 15px;
        }

            .header__cart ul li:last-child {
                margin-right: 0;
            }

            .header__cart ul li a {
                position: relative;
            }

                .header__cart ul li a i {
                    font-size: 18px;
                    color: #fff;
                }

                .header__cart ul li a span {
                    height: 13px;
                    width: 13px;
                    background: #7fad39;
                    font-size: 10px;
                    color: #ffffff;
                    line-height: 13px;
                    text-align: center;
                    font-weight: 700;
                    display: inline-block;
                    border-radius: 50%;
                    position: absolute;
                    top: 0;
                    right: -12px;
                }

    .header__cart .header__cart__price {
        font-size: 14px;
        color: #fff;
        display: inline-block;
    }

        .header__cart .header__cart__price span {
            color: #fff;
            font-weight: 700;
        }

.humberger__menu__wrapper {
    display: none;
}

.humberger__open {
    display: none;
}

.header__top i {
    color: #fff;
}

.header__top ul li i {
    color: #fff;
}

.header__top {
    color: #fff;
}

.dropdown-menu {
    background-color: #fff;
}

.head {
    text-align: center;
    background-color: #27ae60;
    color: white !important;
    letter-spacing: 1px;
}

.heads {
    text-align: center;
    color: #27ae60;
}

@media (min-width: 1024px) {
    .halfwidth {
        width: 50%;
    }
}

.abtimages {
    max-width: 100%;
    height: auto;
}

.abtcolr {
    color: #6e7180;
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 30px;
}

.abtbold {
    font-weight: 600;
    font-size: 28px;
    line-height: 2.2;
    letter-spacing: 1;
    position: relative;
    background: -webkit-linear-gradient(#27ae60, #465a1b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stm_news .news_list {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    font-size: 0;
}

    .stm_news .news_list li {
        display: inline-block;
        vertical-align: top;
        width: calc(20% - 1px);
        padding: 0 15px;
        margin-bottom: 30px;
        font-size: 13px;
    }

        .stm_news .news_list li .image {
            margin: 0 0 30px;
        }

            .stm_news .news_list li .image a {
                position: relative;
                display: block;
            }

                .stm_news .news_list li .image a:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    background: rgba(0,0,0,.6);
                    -webkit-transition: all .3s ease;
                    transition: all .3s ease;
                    opacity: 0;
                }

            .stm_news .news_list li .image img {
                display: block;
                max-width: 100%;
                height: auto;
            }

            .stm_news .news_list li .image a:after {
                content: "\e920";
                font-family: 'stm';
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                position: absolute;
                left: 50%;
                top: 50%;
                margin: -15px 0 0 -15px;
                color: #fff;
                font-size: 30px;
                opacity: 0;
            }

        .stm_news .news_list li h5 {
            margin-bottom: 17px;
            padding-top: 0;
        }



            .stm_news .news_list li h5:before {
                content: '';
                display: block;
                width: 47px;
                height: 5px;
                background: #27ae60;
                margin: 0 0 20px;
            }

            .stm_news .news_list li h5 a {
                color: #002e5b;
            }

.stm_news p {
    line-height: 26px;
    margin: 0 0 15px;
}

.read_more {
    color: #6c98e1;
    text-decoration: none;
    outline: 0 !important;
}

@media (max-width: 1024px) {
    .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 1024px) {


    .halfwidth {
        width: 50%;
    }
}






.news {
    color: #fff;
}




.amazing {
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9)), url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/12005/hero-demo4.jpg);
    color: #fff;
    display: flex;
    flex-direction: column;
}

.cta {
    background-color: rgb(123,14,34);
    color: #fff;
    display: flex;
    flex-direction: column;
}

a.spam-button:link {
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
    background-color: #fff;
    color: #333;
    display: block;
    padding: 5px;
    margin: auto auto 20px;
    width: 90%;
    text-align: center;
}

@media (min-width: 500px) {
    .home-hero {
        grid-template-columns: 1fr 1fr;
    }



    .cta {
        grid-column: 2;
        grid-row: 5 / 7;
    }
}

@media (min-width: 800px) {
    .home-hero {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: minmax(150px, auto) minmax(150px, auto);
        grid-auto-rows: minmax(100px, auto);
    }



    .cta {
        grid-column: 3;
        grid-row: 3 / 6;
    }
}

.tooltip {
    z-index: 5000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #111;
    text-align: center;
    background-color: #fff;
    border-radius: 0.5rem;
    opacity: 1;
}

    .tooltip-inner img {
        padding: 16px;
        width: 100%
    }

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #fff;
}
/*---------------------
  Footer
-----------------------*/

.footer {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 0;
}

.footer__about {
    margin-bottom: 30px;
}

    .footer__about ul li {
        font-size: 16px;
        color: #1c1c1c;
        line-height: 36px;
        list-style: none;
    }

.footer__about__logo {
    margin-bottom: 15px;
}

    .footer__about__logo a {
        display: inline-block;
    }

.footer__widget {
    margin-bottom: 30px;
    overflow: hidden;
}

    .footer__widget h6 {
        color: #1c1c1c;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .footer__widget ul {
        width: 50%;
        float: left;
    }

        .footer__widget ul li {
            list-style: none;
            margin: auto;
            display: block;
        }

            .footer__widget ul li a {
                color: #1c1c1c;
                font-size: 14px;
                line-height: 32px;
            }

    .footer__widget p {
        font-size: 14px;
        color: #1c1c1c;
        margin-bottom: 30px;
    }

    .footer__widget form {
        position: relative;
        margin-bottom: 30px;
    }

        .footer__widget form input {
            width: 100%;
            font-size: 16px;
            padding-left: 20px;
            color: #1c1c1c;
            height: 46px;
            border: 1px solid #ededed;
        }

            .footer__widget form input::placeholder {
                color: #1c1c1c;
            }

        .footer__widget form button {
            position: absolute;
            right: 0;
            top: 0;
            padding: 0 26px;
            height: 100%;
        }

    .footer__widget .footer__widget__social a {
        display: inline-block;
        height: 41px;
        width: 41px;
        font-size: 16px;
        color: #404040;
        border: 1px solid #ededed;
        border-radius: 50%;
        line-height: 38px;
        text-align: center;
        background: #ffffff;
        -webkit-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -ms-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
        margin-right: 10px;
    }

        .footer__widget .footer__widget__social a:last-child {
            margin-right: 0;
        }

        .footer__widget .footer__widget__social a:hover {
            background: #7fad39;
            color: #ffffff;
            border-color: #ffffff;
        }

.footer__copyright {
    border-top: 1px solid #ebebeb;
    padding: 15px 0;
    overflow: hidden;
    margin-top: 20px;
}

.footer__copyright__text {
    font-size: 14px;
    color: #1c1c1c;
    float: left;
    line-height: 25px;
}

.footer__copyright__payment {
    float: right;
}

@media only screen and (max-width: 767px) {

    .footer__copyright {
        text-align: center;
    }

    .footer__copyright__text {
        float: none;
        margin-bottom: 25px;
    }

    .footer__copyright__payment {
        float: none;
    }
}

.w-box-shadow {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}

.productitemWrapper .dsh-menu-cnt {
    min-height: calc(100vh - 170px);
}

/*@media (min-width: 1800px) {
    .col-xl-2 {
        flex: 0 0 auto;
        width: 10%;
    }
}*/


.category-veritical {
    display: flex;
    flex-wrap: wrap;
}

    .category-veritical a {
        width: 250px;
        height: 200px;
        margin-bottom: 30px;
    }

    .category-veritical img {
        width: 250px;
        height: 200px;
    }

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.header-column-right > ul {
    display: flex;
}

    .header-column-right > ul > li {
        padding: 0px 15px;
    }

order-complete-wrap {
    margin-top: 50px;
}

.order-complete {
    display: -webkit-box;
    display: flex;
    padding: 40px 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

    .order-complete .checkmark {
        display: block;
        width: 80px;
        height: 80px;
        margin-bottom: 23px;
        border-radius: 50%;
        stroke: #ff9e18;
        stroke: var(--color-primary);
        stroke-width: 2.5;
        stroke-miterlimit: 10;
        -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
        animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
    }

    .order-complete .checkmark-circle {
        stroke: #ff9e18;
        stroke: var(--color-primary);
        stroke-dasharray: 166;
        stroke-dashoffset: 166;
        stroke-width: 1.5;
        stroke-miterlimit: 10;
        fill: none;
        -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
        animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    }

    .order-complete .checkmark-check {
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    }

.jq-toast-heading {
    color: white !important;
}

.product-family-box #ui-select-choices-0 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.product-family-box .select2-results li {
    border: 1px solid;
    margin: 2px;
    border-color: #b0a8a8;
}

.mandatory-field {
    color: #FF0000;
    display: inline;
    margin: 0;
    padding: 0;
}


/**********************WebsiteCategoryWidgetWithRightSideBannerAndProducts************************/


@media screen and (max-width: 1920px) {
    .container {
        max-width: 100%;
    }
}

.home-categories li {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-header);
    border-left: 1px solid var(--color-header);
    position: relative;
}

    .home-categories li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        color: var(--color-header) !important;
    }

ul {
    margin: 0;
    padding: 0;
}

.home-categories .home-categ-icon {
    max-width: 35px;
    max-height: 35px;
    object-fit: cover;
    width: 35px;
    text-align: center;
}

.home-categories li ul {
    width: 300%;
    display: none;
    z-index: 999;
}

.sub-cat-position, .sub1-cat-position {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
}

.border-none {
    border-bottom: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    padding: 18px;
}

.home-categories li .sub-cat-position li ul {
    width: 1284px;
    display: none;
    z-index: 2;
}

slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0);
}

.slick-list .slick-track {
    float: left;
}

.home-slider .slide {
    position: relative;
    overflow: hidden;
}

slider.slick-initialized .slide:not(:first-child) {
    display: block;
}

.home-slider .slide .slider-image {
    width: 100%;
    object-fit: cover;
    opacity: 1 !important;
    animation-duration: 3s;
}

.banner-btm-btns-wrap {
    background: var(--color-header);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-btm-btns {
    background: #FF8C00;
    color: #fff !important;
    border: none;
    border-radius: 5px;
}

.banner-bottom-style {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2rem;
}

/**********************WebsiteCategoryWidgetWithRightSideBannerAndProducts************************/

/**********************ProductWidgetWithMainProduct************************/
.product_widget_with_main_product .row.position-relative {
    border: 1px solid #575757;
}

.product_widget_with_main_product .dsh-menu-cnt {
    padding: 25px 20px;
}

.product_widget_with_main_product .card {
    flex-direction: row-reverse;
    max-height: 250px;
    width: 100%;
    background: #fff;
    border: 1px solid #ecf2fd;
}

.product_widget_with_main_product .first-product .card {
    flex-direction: column;
    max-height: 474px;
}

.product_widget_with_main_product .first-product .card-product-image, .product_widget_with_main_product .first-product .card-product-image a {
    width: 100%;
    height: 100%;
}

    .product_widget_with_main_product .first-product .card-product-image a img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

.product_widget_with_main_product .rowproductlist {
    overflow: visible;
}

.product_widget_with_main_product .product-details {
    justify-content: center;
    background: #ecf1fe;
}

    .product_widget_with_main_product .product-details .buttons.d-flex.flex-row {
        display: none !important;
    }

.product_widget_with_main_product .deal-countdown-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .product_widget_with_main_product .deal-countdown-wrap .countdown-text {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
    }

.product_widget_with_main_product .deal-countdown {
    border: none;
    background: #fff;
    width: min-content;
}

    .product_widget_with_main_product .deal-countdown .countdown-row {
        display: flex;
        gap: 11px;
    }

        .product_widget_with_main_product .deal-countdown .countdown-row .countdown-section {
            background: #cccccc85;
            border-radius: 5px;
            padding: 5px 5px;
            position: relative;
        }

            .product_widget_with_main_product .deal-countdown .countdown-row .countdown-section:not(:last-child):after {
                content: ":";
                position: absolute;
                left: 100%;
                margin-left: 3px;
                font-weight: 700;
                font-size: 20px;
                top: 0;
                color: #000;
            }

    .product_widget_with_main_product .deal-countdown .countdown-period {
        display: none;
    }

    .product_widget_with_main_product .deal-countdown .countdown-amount {
        font-size: 15px;
        font-weight: 600;
    }

.product_widget_with_main_product .first-product .card-product-image, .product_widget_with_main_product .first-product .product-details {
    flex: 50%;
}

.product_widget_with_main_product .card-product-image {
    position: relative;
}

@media (max-width:991px) {
    .product_widget_with_main_product .first-product .card {
        flex-direction: column;
    }

    .product_widget_with_main_product .wishIcon {
        top: 7px;
        right: 15px;
        width: 20px;
        height: 25px;
    }
}

.product_widget_with_main_product .discount-price {
    text-decoration: line-through;
    display: block;
    color: #343a40;
    font-size: 18px;
    padding-top: 6px;
}


/**********************ProductWidgetWithMainProduct************************/
.category-horizontal-slide {
    background: #fff;
}

.supplier-name-label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
    display: block;
    padding-top: 5px;
}

    .supplier-name-label .supplier-name {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        color: #000 !important;
        text-decoration: underline !important;
    }

.colorblack {
    padding: 5px;
}

/**********************dashboard************************/


.seller-store {
    overflow: hidden;
    margin-top: 20px;
}

.seller-profile {
    overflow: hidden;
    margin-top: 30px;
}

    .seller-profile .tab {
        border-bottom: none;
        margin-right: 20px;
        padding: 0 15px
    }

    .seller-profile .tab__link {
        font-weight: 600;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        box-sizing: border-box;
        color: #666;
        padding: 0 4px;
        height: 100%;
        display: flex;
        align-items: center;
        cursor: pointer !important;
        font-family: source_sans_proregular, sans-serif;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal
    }

    .seller-profile .tab__link-active {
        color: #333
    }

    .seller-profile .tab-active {
        border-bottom: 3px solid #f27a1a
    }

        .seller-profile .tab-active:hover {
            padding-top: unset
        }

    .seller-profile .tab-wrapper {
        background-color: #fff;
        height: 58px;
        z-index: 9;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 0 6px 6px;
        border: solid 1px #e6e6e6;
        border-top: none;
        padding: 0 10px
    }

    .seller-profile .tabs {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        width: 1200px;
        height: 58px
    }

    .seller-profile .seller-profile {
        overflow: hidden;
        margin-top: 20px
    }

    .seller-profile .ss-profile-container {
        overflow: hidden;
        width: 100%;
        margin: 0;
    }

    .seller-profile .seller-info-container {
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .seller-profile .seller-info-container__wrapper {
        background: #fff;
        border: 1px solid #e6e6e6;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .0511637);
        border-radius: 6px;
        width: 300px;
        height: 108px;
        padding: 20px;
        align-items: center;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        margin-right: 20px;
        margin-bottom: 20px
    }

        .seller-profile .seller-info-container__wrapper:last-child {
            margin-right: 0
        }

    .seller-profile .seller-info-container__wrapper__img {
        width: 68px;
        height: 68px;
        margin-right: 15px;
        background: #fff0e4;
        border-radius: 100px
    }

    .seller-profile .seller-info-container__wrapper__text-container {
        display: flex;
        flex-direction: column
    }

    .seller-profile .seller-info-container__wrapper__text-container__title {
        font-family: source_sans_proregular, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        color: #333;
        margin-bottom: 8px
    }

    .seller-profile .seller-info-container__wrapper__text-container__value {
        font-family: source_sans_proregular, sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #333
    }



    .seller-profile .image-container {
        position: absolute;
        background-color: #1b1b1b;
        width: 469.5px;
        height: 626px
    }


::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: transparent
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 30px
}

    ::-webkit-scrollbar-thumb:hover {
        background: transparent
    }
/*------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

.mb4 {
    margin-bottom: 16px !important;
}


.org-top-card {
    position: relative;
}

.artdeco-card {
    overflow: visible;
}

.artdeco-card {
    background-color: var(--color-background-container) !important;
    border-radius: var(--corner-radius-medium) !important;
}

.artdeco-card {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%), 0 2px 3px rgb(0 0 0 / 20%);
    transition: box-shadow 83ms;
    background-color: var(--white, #fff);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.artdeco-card,
.artdeco-table,
.artdeco-table--striped {
    border: none !important;
    box-shadow: var(--elevation-lined) !important;
}



.relative {
    position: relative !important;
}

.ph5 {
    padding-left: 24px !important;
}

.pt3,
.pv3 {
    padding-top: 12px !important;
}

.org-top-card__primary-content--ia {
    margin-top: 40px;
}

/*.org-top-card-primary-content--zero-height-logo .org-top-card-primary-content__logo-container {
    height: 0;
    position: relative;
    left: 10%;
}
*/
.org-top-card-primary-content__logo {
    flex-shrink: 0;
    height: 210px;
    width: 210px;
    border-width: 2px;
    border-radius: 50%;
    border: 4px solid #fff;
}


.org-top-card-primary-content--zero-height-logo .org-top-card-primary-content__logo {
    transform: translateY(-62%);
    object-fit: cover;
}

.block {
    display: block !important;
}

.mt2,
.mv2 {
    margin-top: -38px !important;
}

.full-width {
    width: 100% !important;
}

.t-black {
    color: var(--color-text);
}

.t-bold {
    font-weight: var(--artdeco-reset-typography-font-weight-bold);
}

.t-black {
    color: var(--color-text);
}

.organization-outlet .org-top-card-summary__tagline {
    --artdeco-reset-typography_getLineHeight: 1.33333;
    line-height: var(--artdeco-reset-typography_getLineHeight);
}

.organization-outlet .org-top-card-summary-info-list {
    list-style: none;
    overflow: hidden;
    margin-left: -0.4rem;
}

.t-black--light {
    color: var(--color-text-low-emphasis);
}



.inline-block {
    display: inline-block !important;
}

.mt1,
.mv1 {
    margin-top: 4px !important;
}

.display-flex {
    display: flex !important;
}

.mt2,
.mv2 {
    margin-top: 8px !important;
}

.mb1 {
    margin-bottom: 4px !important;
}


.v-align-top {
    vertical-align: top !important;
}

.inline-block {
    display: inline-block !important;
}

.pb4 {
    padding-bottom: 16px !important;
}

.pt3,
.pv3 {
    padding-top: 12px !important;
}

.organization-outlet .org-top-card-primary-actions__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: calc(-1 * 0.8rem);
    margin-top: calc(-1 * 0.4rem);
}

.artdeco-button,
.artdeco-button--primary,
.artdeco-button--primary:visited,
.artdeco-button--primary:visited:hover,
.artdeco-button:visited,
.artdeco-button:visited:hover,
.peek-carousel-controls__button,
.peek-carousel-controls__button:visited,
.peek-carousel-controls__button:visited:hover,
a.artdeco-button--primary {
    background-color: var(--voyager-color-action);
    color: var(--color-text-shift-on-dark-flip);
}

.artdeco-button,
.peek-carousel-controls__button {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 167ms;
    align-items: center;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    min-width: 6.4rem;
    max-width: 480px;
    overflow: hidden;
    text-align: center;
    transition-property: background-color, box-shadow, color;
    vertical-align: middle;
}

.artdeco-button,
.artdeco-button--2,
.peek-carousel-controls__button {
    font-size: 1.6rem;
    min-height: 3.2rem;
    padding: 0.6rem 1.2rem;
    line-height: 2rem;
}

.artdeco-button,
.artdeco-button--2,
.peek-carousel-controls__button {
    border-radius: var(--corner-radius-large) !important;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
}

.organization-outlet .org-top-card-primary-actions__action {
    flex-grow: 1;
    margin-left: 0.8rem;
    margin-top: 0.4rem;
    min-width: 135px;
}

.artdeco-button__icon,
.peek-carousel-controls__button li-icon {
    flex-shrink: 0;
    margin: 0 5px 3px -2px;
}

li-icon {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.v-align-top {
    vertical-align: top !important;
}

.inline-block {
    display: inline-block !important;
}

.pb4 {
    padding-bottom: 16px !important;
}

.pt3,
.pv3 {
    padding-top: 12px !important;
}

.ml1 {
    margin-left: 4px !important;
}


.artdeco-button--muted.artdeco-button--secondary,
.artdeco-button--muted.artdeco-button--secondary:visited,
.artdeco-button--muted.artdeco-button--secondary:visited:hover,
.artdeco-carousel__navigation .artdeco-button--muted.artdeco-button--circle,
.artdeco-carousel__navigation .artdeco-button--muted.artdeco-button--circle:visited,
.artdeco-carousel__navigation .artdeco-button--muted.artdeco-button--circle:visited:hover,
.artdeco-carousel__navigation .peek-carousel-controls__button,
.peek-carousel-controls__button,
.peek-carousel-controls__button:visited,
.peek-carousel-controls__button:visited:hover {
    background-color: var(--color-background-none);
    color: var(--color-text-low-emphasis-shift);
    box-shadow: inset 0 0 0 1px var(--color-border);
}

.artdeco-button,
.artdeco-button--2,
.peek-carousel-controls__button {
    border-radius: var(--corner-radius-large) !important;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
}

.artdeco-button,
.peek-carousel-controls__button {
    min-width: 0;
}

.artdeco-button,
.peek-carousel-controls__button {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 167ms;
    align-items: center;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    min-width: 6.4rem;
    max-width: 480px;
    overflow: hidden;
    text-align: center;
    transition-property: background-color, box-shadow, color;
    vertical-align: middle;
}

.artdeco-button,
.artdeco-button--2,
.peek-carousel-controls__button {
    font-size: 1.6rem;
    min-height: 3.2rem;
    padding: 0.6rem 1.2rem;
    line-height: 2rem;
}

.org-page-navigation--horizontal {
    display: flex;
    justify-content: center;
}

.org-top-card__horizontal-nav-bar {
    justify-content: start !important;
    border-bottom-right-radius: var(--corner-radius-medium);
    padding: 0;
}

.feed-shared-article-first-party__content,
.org-top-card__horizontal-nav-bar,
.org-top-card__product-banner {
    border-bottom-left-radius: var(--corner-radius-medium);
}

.artdeco-card__actions {
    border-color: var(--color-border-faint) !important;
    border-radius: var(--attached-top);
    overflow: hidden;
}

.org-page-navigation--is-scrollable .org-page-navigation__items {
    overflow-x: auto;
}

.org-page-navigation--horizontal .org-page-navigation__items {
    flex-direction: row;
}

.org-page-navigation__items {
    display: flex;
    list-style: none;
    padding: 1px 0px;
}

.ml1 {
    margin-left: 4px !important;
}

.m0 {
    margin: 0 !important;
}

.artdeco-button, .artdeco-button--primary, .artdeco-button--primary:visited, .artdeco-button--primary:visited:hover, .artdeco-button:visited, .artdeco-button:visited:hover, .peek-carousel-controls__button, .peek-carousel-controls__button:visited, .peek-carousel-controls__button:visited:hover, a.artdeco-button--primary {
    background-color: var(--voyager-color-action);
    color: var(--color-text-shift-on-dark-flip);
}

.artdeco-button, .artdeco-button--2, .peek-carousel-controls__button {
    font-size: 1.6rem;
    min-height: 3.2rem;
    padding: 0.6rem 1.2rem;
    line-height: 2rem;
}

.follow-button {
    background-color: #2b3946;
    color: #fff;
    border-color: #2b3946;
    margin-top: 0.4rem;
    margin-right: 5px;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
    align-items: center;
    border: none;
    border-radius: 35px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    min-width: 6.4rem;
    overflow: hidden;
    text-align: center;
    transition-property: background-color,box-shadow,color;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2rem;
}

    .follow-button:hover {
        background: #232b38;
    }

button:hover svg {
    transform: translateX(0px);
}

.website-button {
    margin-top: 0.4rem;
    margin-right: 5px;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
    align-items: center;
    border: none;
    border-radius: 35px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    min-width: 6.4rem;
    overflow: hidden;
    text-align: center;
    transition-property: background-color,box-shadow,color;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2rem;
    background-color: hsl(0deg 0% 100% / 0%);
    color: #2b3946;
    box-shadow: inset 0 0 0 1px #2b3946;
}

    .website-button:hover {
        background-color: #9393936e;
        color: #232b38;
        box-shadow: inset 0 0 0 2px #232b38;
    }

    .website-button a:hover {
        color: #232b38 !important;
    }

.chatnow_button {
    margin-top: 0.4rem;
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
    align-items: center;
    border: none;
    border-radius: 35px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    min-width: 6.4rem;
    overflow: hidden;
    text-align: center;
    transition-property: background-color,box-shadow,color;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2rem;
    background-color: hsl(0deg 0% 100% / 0%);
    color: rgb(0 0 0 / 60%);
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 60%);
}

    .chatnow_button:hover {
        background-color: rgb(0 0 0 / 8%);
        box-shadow: inset 0 0 0 2px rgb(0 0 0 / 60%);
    }

.share_button {
    margin-top: 0.4rem;
    padding-left: 7px !important;
    padding-right: 1.6rem !important;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
    align-items: center;
    border: none;
    border-radius: 35px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    min-width: 6.4rem;
    overflow: hidden;
    text-align: center;
    transition-property: background-color,box-shadow,color;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2rem;
    background-color: hsl(0deg 0% 100% / 0%);
    color: rgb(0 0 0 / 60%);
}

    .share_button:hover {
        background-color: rgb(0 0 0 / 8%);
    }

.supplier_details_first {
    display: inline;
}

.supplier_details {
    display: inline;
    margin-left: 10px;
}


.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition-delay: 1s;
    opacity: 1;
    background: #4f6191;
}

    .fill .cover-img {
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        background-size: cover;
    }

        .fill .cover-img h2 {
            text-transform: uppercase;
            font-size: 75px;
            font-weight: 400;
            color: #fff;
        }

.supplier-cover-img {
    position: relative;
    /*height: 440px;*/
}

.noofprod {
    padding: 13px 0 0 0;
}

.supplier-prof-icon {
    width: 68px;
    height: 68px;
    margin-right: 15px;
    background: #fff0e4;
    border-radius: 100px;
    padding: 20px;
    color: #f27a1a;
}

.featured-products {
    padding: 0px;
}

    .featured-products .product-card {
        width: 360.359px;
    }


.products-all .product-card {
    margin-bottom: 15px;
}

.product-title {
    padding: 10px 12px;
    font-size: 23px;
    font-weight: 400;
}

.list-icons {
    background: #ff9e18;
    padding: 8px 8px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}


    .list-icons :hover {
        background: #d50037 !important;
    }


.list-icons-right {
    background: #d50037;
    padding: 8px 8px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}


    .list-icons-right :hover {
        background: #ff9e18 !important;
    }


.browse-categories .parent:hover > a, .browse-categories .parent:hover > i {
    color: #ff9e18 !important;
}

.msg-overlay-bubble-header, .msg-overlay-conversation-bubble-header {
    min-height: 48px;
    background-clip: padding-box;
    border-radius: var(--attached-bottom);
}

.justify-space-between {
    justify-content: space-between !important;
}

.pop-up-chat .msg-overlay-conversation-bubble-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 0.8rem;
    font-weight: 500;
    margin: 0 !important;
    position: relative;
    background-color: rgb(38 43 54);
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    border-radius: 0.8rem 0.8rem 0 0;
}

.msg-overlay-bubble-header__badge-container {
    position: absolute;
    left: 0;
    width: 100%;
    height: 70%;
    border-radius: 0.8rem 0.8rem 0 0;
    background-color: rgb(38 43 54);
}

.presence-entity--size-1 {
    width: 32px;
    height: 32px;
}

.presence-entity {
    display: flex;
    position: relative;
}

.presence-entity__image {
    background-size: cover;
    border-radius: 50%;
}

.presence-indicator--is-reachable.presence-indicator--size-0, .presence-indicator--is-reachable.presence-indicator--size-1, .presence-indicator--is-reachable.presence-indicator--size-2 {
    border-width: 2px;
}

.presence-indicator--is-reachable {
    border: 2px solid #46fd0a;
}

.presence-indicator--size-0, .presence-indicator--size-1, .presence-indicator--size-2 {
    width: 8px;
    height: 8px;
}

.presence-indicator {
    border-radius: 50%;
    background: #46fd0a;
    flex-shrink: 0;
    transition: background 167ms ease-in-out;
    box-sizing: border-box;
    animation: fade-in 167ms ease-in;
}

.presence-entity__indicator--size-1, .presence-entity__indicator--size-2, .presence-entity__indicator--size-3 {
    bottom: 0;
    right: 0;
}

.presence-entity__indicator--size-0, .presence-entity__indicator--size-1 {
    bottom: 2px;
    right: 3px;
}

.presence-entity__indicator {
    position: absolute;
    box-shadow: 0 0 0 2px var(--color-primary);
}

.presence-indicator--is-online {
    background: #057642;
}

.overflow-hidden {
    overflow: hidden !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.pl2 {
    padding-left: 8px !important;
}

.truncate {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.pr1 {
    padding-right: 4px !important;
}

.pl1 {
    padding-left: 4px !important;
}

.t-black {
    color: #000;
}

.msg-overlay-conversation-bubble-header--fade-in {
    animation: fadeIn ease var(--duration-fast);
    animation-fill-mode: forwards;
}

.overflow-hidden {
    overflow: hidden !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.display-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.truncate {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.pl1 {
    padding-left: 4px !important;
}

.t-black {
    color: #000;
}

.t-12 {
    --artdeco-reset-typography_getFontSize: 1.2rem;
    font-size: var(--artdeco-reset-typography_getFontSize);
    --artdeco-reset-typography_getLineHeight: 1.33333;
    line-height: var(--artdeco-reset-typography_getLineHeight);
}

.t-normal {
    font-weight: 400;
}

.nwdshbtn {
    background-color: rgba(255,137,0,1) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 11px 27px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.nwdshbtnpos {
    margin-right: 4px;
}

.pr1 {
    padding-right: 4px !important;
}

.t-14 {
    --artdeco-reset-typography_getFontSize: 0.76rem;
    font-size: var(--artdeco-reset-typography_getFontSize);
    --artdeco-reset-typography_getLineHeight: 1.42857;
    line-height: var(--artdeco-reset-typography_getLineHeight);
}

.tt-14 {
    --artdeco-reset-typography_getFontSize: 1.76rem;
    font-size: var(--artdeco-reset-typography_getFontSize);
    --artdeco-reset-typography_getLineHeight: 1.42857;
    line-height: var(--artdeco-reset-typography_getLineHeight);
}

.dashbtnaln {
    position: relative;
    left: 33%;
}

.t-bold {
    font-weight: 500;
}

.msg-overlay-bubble-header__controls {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
    margin-left: auto;
    flex-shrink: 0;
    opacity: 1;
    position: relative;
}

.display-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}


.artdeco-button--circle.artdeco-button--1, .peek-carousel-controls__button {
    height: 2.2rem;
    width: 2.2rem;
    min-width: auto;
    border: none;
}

    /* .artdeco-button--circle.artdeco-button--1:hover, .peek-carousel-controls__button:hover {
        background-color: rgb(0 0 0 / 8%) !important;
        color: rgb(255 255 255 / 100%) !important;
    }*/

    .artdeco-button--circle.artdeco-button--1:hover svg {
        transform: translateX(0) !important;
    }

.artdeco-button--muted.artdeco-button--tertiary, .artdeco-button--muted.artdeco-button--tertiary:visited, .artdeco-button--muted.artdeco-button--tertiary:visited:hover, .artdeco-button--tertiary.peek-carousel-controls__button, .artdeco-button--tertiary.peek-carousel-controls__button:visited, .artdeco-button--tertiary.peek-carousel-controls__button:visited:hover {
    background-color: hsl(0deg 0% 100% / 0%);
    color: #fff;
}

.artdeco-button--circle, .peek-carousel-controls__button {
    border-radius: 50% !important;
    padding: 0 !important;
}

.msg-overlay-conversation-bubble__content-wrapper {
    flex-grow: 1;
    height: 0;
}

.relative {
    position: relative !important;
}

.msg-overlay-conversation-bubble__content-wrapper {
    flex-grow: 1;
    align-items: center;
    height: 0;
}

.flex-column {
    flex-direction: column !important;
}

.msg-s-message-list-container {
    width: 100%;
    position: absolute !important;
    flex-direction: column;
    overflow-y: hidden;
    flex: 1 0 0px;
    z-index: 0;
}

.mbA, .mvA {
    margin-bottom: auto !important;
}


.full-width {
    width: 100% !important;
}

.msg-s-message-list {
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.msg-s-message-list-container--column-reversed:not(.msg-s-message-list--starting-from-top) .msg-s-message-list {
    flex-direction: column-reverse;
}

.msg-s-message-list-content {
    min-height: auto;
    z-index: 1;
}

.list-style-none {
    list-style: none !important;
}

.msg-s-message-list-content .clearfix:after, .msg-s-message-list-content .clearfix:before {
    content: "" !important;
    display: table !important;
}

.msg-s-message-list__time-heading {
    align-items: center;
    clear: both;
    display: flex;
    letter-spacing: 1px;
    font-size: 12px;
    margin: 0.8rem 0;
    text-transform: uppercase;
}

.t-black--light {
    color: rgb(0 0 0 / 60%);
}

.msg-s-message-list__time-heading::after, .msg-s-message-list__time-heading::before {
    display: block;
    content: "";
    color: #919191;
    flex-grow: 1;
    border-top: 1px solid;
}

.msg-s-message-list__time-heading::before {
    margin-right: 0.6rem;
}

.msg-s-message-list__time-heading::after {
    margin-left: 0.6rem;
}



.msg-s-event-listitem--last-in-group, .msg-s-event-listitem--system.msg-s-event-listitem--system.msg-s-event-listitem--system-followed-by-m2m-msg {
    margin-bottom: 1.2rem;
}

.msg-s-event-listitem {
    display: flex;
    list-style: none;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    width: 100%;
    flex-direction: row-reverse;
}

.msg-s-event-listitem--has-seen-receipts, .msg-s-event-listitem--last-in-group.msg-s-event-listitem--m2m-msg-followed-by-date-boundary {
    margin-bottom: 0;
}

.msg-s-event-listitem__link, .msg-s-event-listitem__unknown-avatar {
    position: absolute;
    left: 0.8rem;
    z-index: 1;
}



.t-normal {
    font-weight: 400;
}

.msg-s-event-listitem__message-bubble {
    display: inline-block;
    max-width: 100%;
    padding: 0;
    position: relative;
}


.msg-s-message-list__typing-indicator-container--without-seen-receipt {
    min-height: 38px;
    margin-top: 0;
    min-width: 96px;
}

.msg-form {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    position: static;
    transition-duration: 132ms;
    transition-timing-function: cubic-bezier(.34,0,.21,1);
    transition-property: all;
    margin-top: 248px;
    width: 100%;
}

.msg-overlay-conversation-bubble .msg-form__attachment-drag-and-drop {
    height: 100%;
}

.msg-form__attachment-drag-and-drop {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.4rem;
    background-color: #f3f2ef;
    transition: opacity 167ms,visibility 0s 167ms;
    z-index: 3;
}


.msg-form__msg-content-container {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.msg-form__message-texteditor {
    flex: 1 0 auto;
}

.msg-form__msg-content-container::before {
    transition-duration: var(--duration-fast);
    transition-property: transform;
    content: "";
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    width: 200%;
}

.msg-form__msg-content-container::before, .msg-s-profile-card ~ .msg-form .msg-form__msg-content-container::before {
    background: linear-gradient(to right,var(--color-signal-positive) 50%,var(--color-border-faint) 50%);
}

.msg-form__msg-content-container--scrollable {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    max-height: 75px;
    overflow: auto;
    margin-bottom: 9px;
    margin-top: 20px;
}

.artdeco-button--1, .peek-carousel-controls__button {
    font-size: 0.7rem;
    min-height: 1.2rem;
    padding: 0.1rem 1.5rem;
    line-height: 2rem;
}

.artdeco-button, .peek-carousel-controls__button {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 167ms;
    align-items: center;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    min-width: 6.4rem;
    max-width: 480px;
    overflow: hidden;
    text-align: center;
    transition-property: background-color,box-shadow,color;
    vertical-align: middle;
}

.artdeco-button, .peek-carousel-controls__button {
    min-width: 0;
}

.artdeco-button--1, .peek-carousel-controls__button {
    border-radius: 1.9rem !important;
}

    .artdeco-button--disabled.artdeco-button, .artdeco-button--disabled.artdeco-button--primary, .artdeco-button--disabled.peek-carousel-controls__button, .artdeco-button--primary:disabled, .artdeco-button:disabled, .peek-carousel-controls__button:disabled, .peek-carousel-controls__button[disabled] {
        background-color: #0a66c2;
        color: #fff;
    }

/* .artdeco-button--primary:focus, .artdeco-button--primary:hover, .artdeco-button:focus, .artdeco-button:hover, .peek-carousel-controls__button:focus, .peek-carousel-controls__button:hover {
        background-color: #004182;
        color: #fff;
    }*/

.dash-header-welcome {
    display: none;
}

@media (max-width:991px) {
    .header-search .header-search-sm > i {
        font-size: 34px;
        line-height: 36px;
        color: #ffffff;
        cursor: pointer;
        -webkit-transition: 0.15s ease-in-out;
        transition: 0.15s ease-in-out;
        background-color: #173040;
    }
}

@media (min-width: 992px) {
    .dash-header-welcome {
        display: block;
    }
}

.dashboard-header ~ .header-wrap .header-wrap-inner.sticky {
    position: fixed;
    left: 0;
    top: -200px;
    right: 0;
    min-width: 320px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 150;
}

.dashboard-header ~ .header-wrap .header-wrap-inner.show {
    top: 0;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.chat-style-active {
    background-color: #ff9e18;
    color: #fff;
    box-shadow: none !important;
    font-size: 14px;
}

.supplier-social {
    margin-bottom: 15px;
}

.seller-store .ph5 .top-nav {
    margin-left: 0;
    margin-right: 0;
}

.seller-store .supplier-num {
    display: flex;
    justify-content: center;
}

.seller-store .dashbtn {
    display: flex;
    align-items: flex-end;
}

.seller-store .dfollowers {
    padding: 0 40px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,1);
}

.seller-store .ditems {
    padding: 0 50px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,1);
}

.seller-store .mb4 .ss-tab__link {
    font-size: 23px;
    font-weight: 700;
}

.ss-profile-container .ss-profile-title {
    width: 100%;
    border-bottom: 2px solid rgb(183 183 183);
    margin-bottom: 20px;
}

    .ss-profile-container .ss-profile-title span {
        font-size: 23px;
        font-weight: 500;
    }

.all-products .section-title:after {
    border: none;
}

.all-products .tab-products-header {
    border-bottom: 1px solid rgb(183 183 183);
}

.seller-info-container .seller-info {
    width: 48%;
}

.seller-info .seller-info-label {
    width: 100%;
}

    .seller-info .seller-info-label span {
        line-height: 57px;
        text-align: left;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        color: rgba(32,32,32,1);
    }

.select2-container-multi .select2-choices .select2-search-choice span {
    color: white;
}

.seller-info .seller-info-data {
    border-radius: 15px;
    padding: 20px 30px;
    box-shadow: 0px 4px 8px 1px rgb(221 221 221);
    background: rgb(250 250 250);
    position: relative;
    min-height: 65px;
}

    .seller-info .seller-info-data span {
        line-height: 42px;
        text-align: left;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        color: rgb(0 0 0);
        letter-spacing: 1px;
    }

        .seller-info .seller-info-data span .multi-badge {
            border: 1px solid #243a57;
            background-color: #243a57;
            color: #fff;
            font-weight: 500;
            border-radius: 10px;
            padding: 0 5px;
        }

.seller-info-data .see-all {
    text-transform: uppercase;
    color: rgb(231 24 24) !important;
    text-decoration: underline;
}

    .seller-info-data .see-all:hover {
        color: rgb(255 137 0) !important;
        cursor: pointer;
    }

.nwdshbtn:hover {
    background-color: #d50037 !important;
}

.supplier-badge {
    display: flex;
}

    .supplier-badge .member-badge {
        padding: 0 15px;
    }

        .supplier-badge .member-badge img {
            width: 105px;
            height: 129px;
        }

    .supplier-badge .verified-badge img {
        width: 87px;
        height: 129px;
    }

@media (max-width:991px) {
    .seller-info-container .seller-info {
        width: 98%;
    }

    .seller-profile .seller-info-container {
        justify-content: space-around;
    }
}

.chat-popup span.hoverable-link-text {
    color: #fff !important
}

    .chat-popup span.hoverable-link-text:hover {
        color: #fff !important
    }

.chat-popup .app-aware-link span.hoverable-link-text {
    color: #000 !important
}

span.user-active-status {
    font-size: 9px;
    padding-left: 6px;
    color: #fff;
}

.chatcontainer #chatMessage:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}


/************************dashboard************************************/
.stamp-tags-wrap {
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 99;
}

.stamp-tags {
    display: flex;
    min-width: fit-content;
    max-width: 45px;
    background: #e7e7e7e6;
    border-radius: 0 4px 4px 0;
    height: 27px;
    font-size: 14px;
    margin-bottom: 7px;
    align-items: center;
    padding: 10px 10px 10px 7px;
    font-weight: 500;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

    .stamp-tags::before {
        margin-right: 10px;
        width: 8px;
    }

    .stamp-tags.hot {
        background: #ff5200cc;
    }

        .stamp-tags.hot::before {
            font-family: 'Line Awesome Brands';
            content: "\f3b1";
        }

    .stamp-tags.new {
        background: #00d91bc9;
    }

        .stamp-tags.new::before {
            font-family: Font Awesome 6 Free;
            content: "\2b";
        }

    .stamp-tags.used {
        background: #2a93ebc7;
    }

        .stamp-tags.used::before {
            font-family: 'Line Awesome Free';
            content: "\f4c0";
            font-weight: 900;
        }




.circle-wrap {
    margin: 50px auto;
    width: 150px;
    height: 150px;
    background: #607D8B;
    border-radius: 50%;
    border: 1px solid #cdcbd0;
}

    .circle-wrap .circle .mask,
    .circle-wrap .circle .fill {
        width: 150px;
        height: 150px;
        position: absolute;
        border-radius: 50%;
    }

    .circle-wrap .circle .mask {
        clip: rect(0px, 150px, 150px, 75px);
    }

    .circle-wrap .inside-circle {
        width: 122px;
        height: 122px;
        border-radius: 50%;
        background: #d2eaf1;
        line-height: 120px;
        text-align: center;
        margin-top: 14px;
        margin-left: 14px;
        color: #343a40;
        position: absolute;
        z-index: 100;
        font-weight: 700;
        font-size: 2em;
    }

/* color animation */

/* 3rd progress bar */
.mask .fill {
    clip: rect(0px, 75px, 150px, 0px);
    background-color: #fefcff;
}

.mask.full,
.circle .fill {
    animation: fill ease-in-out 3s;
}

/*@keyframes fill {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(135deg);
    }
}*/
.product-desc-html {
}

    .product-desc-html ul {
        list-style: initial;
    }

    .product-desc-html li {
        display: list-item;
        margin: 0;
    }

.product-details .discount-price {
    text-decoration: line-through;
    color: #343a40;
    font-size: 16px;
    padding-top: 6px;
}

.product-horizontal-slide .discount-price {
    text-decoration: line-through;
    display: block;
    color: #343a40;
    font-size: 18px;
    padding-top: 6px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.text-right {
    text-align: right !important;
}

.Layout_ar .review-details.alignleft span label {
    font-size: 18px;
}

.review-details span label {
    display: inline-block;
    width: 200px;
    font-weight: normal;
}

.review-details span span {
    display: inline-block;
    width: 200px;
    font-weight: bold;
}

@media only screen and (max-width: 480px) {
    .review-details {
        margin: 10px 1px 35px;
    }
}
/* Searchbar design starts*/
.search-filterbar {
    display: grid;
    grid-template-columns: minmax(15rem,auto) minmax(0rem,max-content) minmax(5rem,max-content);
    padding: 10px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 2;
    gap: 0.8rem;
}

.filter-mennulinks {
    display: flex;
    align-items: center;
}

.search-filterbar .filter-mennulinks {
    display: flex;
    align-items: center;
    height: 100%;
    float: left;
}

    .search-filterbar .filter-mennulinks:after {
        top: auto;
    }

.filter-menulinksinnerwrapper {
    display: flex;
    height: 100%;
    gap: 5px;
    justify-content: center;
}

.searchbutton-wrapper .searchbutton {
    height: 100%;
}

.sort-property .sort-menulink {
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.search-filterbar .nice-select .list, .sort-property .nice-select .list {
    flex-direction: column;
    height: auto;
    overflow-y: scroll;
    left: auto;
}

.searcbar-flilterwrapper {
    border-bottom: 1px solid #eee;
}

.searcbar-flilterwrapper {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #fff;
}

@media screen and (max-width:1043px) {
    .search-filterbar {
        grid-template-columns: 80% 20%;
        grid-template-rows: auto 40px;
    }

    .filter-menulinkswrapper {
        grid-row: 2;
        grid-column: span 3;
        overflow-x: scroll;
    }

    .filter-menulinksinnerwrapper {
        justify-content: flex-start;
    }

    .search-filterbar .filter-mennulinks {
        height: 100%;
    }

    .filter-menulinksinnerwrapper .nice-select:after, .filter-menulinksinnerwrapper .nice-select {
        position: unset;
    }

    .filter-menulinksinnerwrapper .nice-select {
        gap: 5px;
    }
}
/*search bar design end*/

#mobilePromoModal .modal-content {
    max-width: 85%;
    margin: 0 auto;
}

.mobileapp-urls {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 22px;
}

    .mobileapp-urls a {
        padding: 10px;
        background: #a4a4a452;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.smartbanner {
    z-index: 9999
}


.h1-hidden {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}