﻿/********************** Default Theme settings**************/
body.theme2 .priceLeft {
    width: 60%;
    float: left;
}

body.theme2 .cartRight {
    width: 40%;
    float: left;
    padding-top: 7px;
}
body.theme2 .cartRight .addTocartIcon {
    height: 32px;
    border: 0;
    background: none;
    padding: 0;
}
body.theme2 .cartRight .addTocartIcon .fa {
    font-size: 30px;
    color: var(--gray);
}

body.theme2 .cartRight .addTocartIcon:disabled .fa {
    color: #acacac;
}

body.theme2 .cartRight .addTocartIcon .fa:hover {
    color: var(--color-main);
}

/***************************************Start Theme-2***************************************/

    :root body.theme3 {
        --color-main: #ff6f00;
        --color-second: #00a53c;
        --select-color: #3976ff;
        --select-hover-color: var(--white);
        --select-hover: #f3f3d1;
        --footer-s1: var(--color-second);
        --footer-s2: var(--color-main);
        --smartColor: #dfdfdf;
        --button-color: var(--white);
        --footerSlpitBorder: solid 1px var(--footer-s1);
        --color-main-second: var(--color-second);
        --color-lite-Two: #eaeded;
        --color-border-lite: #dfdfdf;
        --border-color: #b5b5b5;
        --color-new-v1: #c6c6c6;
        --gradient-color: #23bab0;
        --gradient-color-two: #1894c6;
        --gradient-v2-color: #1992c6;
        --gradient-v2-color-two: #3a67b5;
        --color-new-v5: #262626;
        --color-khi-vi: #063458;
        --small-font: 12px;
        --small-second-font: 13px;
        --font-forteen: 14px;
        --font-fifteen: 15px;
        --var-grey-border: solid 1px var(--color-border-lite);
        --var-dark-border: solid 1px var(--border-color);
        --var-color-border: solid 1px var(--color-main);
        --split-borderv1: solid 1px var(--color-main);
        --split-borderv2: solid 1px var(--color-main);
        --active-color: #1989df;
    }

    body.theme3 {
        position: relative;
    }

    body.theme3 .home-panel .container-fluid {
        overflow-x: hidden;
    }

    body.theme3 .owl-carousel .owl-stage-outer {
        overflow: initial !important;
    }

    body.theme3 footer section.footerLinks {
        background-color: var(--footer-s1) !important;
        border-bottom: var(--footerSlpitBorder) !important;
    }

    body.theme3 footer section.ftrLastSection {
        background-color: var(--footer-s1) !important;
    }

    body.theme3 a.quickLook-Btn:hover > span {
        background: var(--color-second) !important;
    }

    body.theme3 .loginBtn .dropdown-menu a.dropdown-item span.logBtn:hover {
        background: var(--color-second) !important;
    }


    body.theme3 #banner {
        position: relative;
    }

    body.theme3 .location-select {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: calc( 100vh + 56px );
        display: table;
        top: -56px;
    }

    body.theme3 .locationBox {
        display: table-cell;
        vertical-align: middle;
    }

    body.theme3 .locationDiv {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

    body.theme3 .locationDiv label {
        color: #fff;
        font-size: var(--font-forteen);
    }

    body.theme3 .locationDiv label .fa {
        font-size: 20px;
        padding-right: 8px;
        font-size: var(--small-second-font);
    }

    body.theme3 .locationDiv select option {
        font-size: var(--font-forteen);
    }

    body.theme3 .locationDiv button {
        width: 100%;
        background: var(--color-second);
        color: var(--color-border-lite);
        text-transform: uppercase;
    }

    body.theme3 .selectBox-cst {
        position: relative;
        width: 100%;
        background: #fff;
        min-height: 30px;
        margin-top: 13px;
    }

    body.theme3 .selectBox-input {
        position: absolute;
        border: solid 1px;
        left: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        border-radius: 5px;
        border: var(--var-dark-border);
    }

    body.theme3 .selectBox-input p {
        padding: 0 0 0 10px;
        font-size: var(--font-forteen);
        line-height: 30px;
        width: 85%;
    }

    body.theme3 .selectBox-input::after {
        content: '';
        position: absolute;
        z-index: 99;
        right: 6px;
        top: 12px;
        background: #000;
        border-top: 6px solid #0e0e0e;
        border-left: 6px solid #fff;
        border-right: 6px solid #f9f9f9;
    }

    body.theme3 .selectBox-input.active-me {
        border-color: var(--active-color);
        background: var(--white);
    }

    body.theme3 .selectBox-Option.active-me {
        border-color: var(--active-color);
        display: block !important;
        background: var(--white);
    }

    body.theme3 .selectBox-input p span {
        float: right;
    }

    body.theme3 .selectBox-Option {
        position: absolute;
        border: solid 1px;
        left: 0;
        width: 100%;
        background: #fff;
        top: 84%;
        border-radius: 0px 0px 5px 5px;
        border: var(--var-dark-border);
        border-top: 0px;
        z-index: 999;
    }

    body.theme3 .selectBox-Option ul {
        margin-top: 6px;
        border-top: dashed 1px var(--color-border-lite);
        padding: 0;
        margin-bottom: 0;
    }

    body.theme3 .selectBox-Option ul li {
        list-style: none;
        background: var(--select-hover);
    }

    body.theme3 .selectBox-Option ul li:last-child {
        border-radius: 0 0 4px 4px;
    }

    body.theme3 .selectBox-Option ul li:hover {
        background: var(--select-color);
    }

    body.theme3 .selectBox-Option ul li p {
        padding: 0 0 0 10px;
        font-size: var(--font-forteen);
        line-height: 30px;
        width: 85%;
    }

    body.theme3 .selectBox-Option ul li:hover {
        color: var(--select-hover);
    }

    body.theme3 .selectBox-Option ul li p span {
        float: right;
    }

    body.theme3 .payOptionDiv-v2 {
        text-align: center;
        cursor: pointer;
        min-width: 300px !important;
    }

    body.theme3 .payOptionDiv-v2 span {
        font-size: var(--small-second-font);
        line-height: 30px;
    }

    body.theme3 .payOptionDiv-v2 div img {
        border: solid 1px var(--color-border-lite);
    }

    body.theme3 .payOptionDiv-v2 div img:hover {
        border-color: var(--color-second);
    }

    body.theme3 .payoutHover {
        border-color: var(--color-second) !important;
    }

    body.theme3 .payOptionDiv-v2:hover label {
        cursor: pointer;
    }

    body.theme3 #locationModal h5 {
        font-weight: 700 !important;
        text-align: center;
        text-transform: uppercase;
        background: url('../images/logo.png') no-repeat 48% 0;
        padding-top: 64px !important;
    }

    body.theme3 #locationModal button {
        width: 100%;
        background: var(--color-second);
        color: var(--button-color);
    }

    body.theme3 #locationModal .locationLink a {
        outline: none;
        border: solid 1px #dedede;
        padding: 10px 15px;
        width: 100% !important;
        float: left;
        text-align: center;
        border-radius: 23px;
        text-decoration: none;
        color: #000;
    }

    body.theme3 #locationModal .locationLink.login {
        padding-right: 5px !important;
    }

    body.theme3 #locationModal .locationLink.register {
        padding-left: 5px !important;
    }

    body.theme3 .ProimageSlide .HeaderClass {
        margin: 7px 0;
    }

    body.theme3 .ProContent .mainPrize {
        margin-top: 7px !important;
    }


    body.theme3 .itemCartPlus {
        float: right;
    }

    body.theme3 .priceLeft {
        width: 60%;
        float: left;
    }

    body.theme3 .cartRight {
        width: 40%;
        float: left;
        padding-top: 7px;
    }

    body.theme3 .cartRight .addTocartIcon {
        float: right;
        /*display: none;*/
    }

    body.theme3 .cartRight .addTocartIcon .fa {
        font-size: 30px;
        color: var(--gray);
    }

    body.theme3 .cartRight .addTocartIcon .fa:hover {
        color: var(--color-main);
    }

    body.theme3 .cartRight .cartPlus .input-group-btn {
        width: 30%;
        text-align: center;
        border: var(--var-dark-border);
    }

    body.theme3 .cartRight .cartPlus button {
        padding: 0;
        box-shadow: none;
    }

    body.theme3 .cartRight .cartPlus button .fa-minus:before, .cartRight .cartPlus button .fa-plus:before {
        font-size: 12px;
    }

    body.theme3 .cartRight .cartPlus input.spinCount {
        width: 40%;
        text-align: center;
        border: var(--var-dark-border);
        border-left: 0;
        border-right: 0;
    }

    body.theme3 .DealEnd {
        clear: both;
    }

    /*--013a003n020u--*/
    body.theme3 .UnitSelect span.textLabel {
        /*float: left;*/
        margin-top: 9px;
    }

    body.theme3 .UnitSelect .selectBox-cst {
        /*float: right;*/
        width: 224px;
        min-height: 38px;
        margin-top: 0px
    }

    body.theme3 .UnitSelect .selectBox-input p {
        line-height: 35px;
    }

    body.theme3 .UnitSelect .selectBox-Option {
        z-index: 999;
    }

    body.theme3 .UnitSelect .selectBox-Option ul li p {
        margin-bottom: 0;
    }

    body.theme3 .rightProDiv select {
        width: 224px;
        min-height: 38px;
    }


    body.theme3 .footerRights .copyright-new {
        text-align: center;
    }

    body.theme3 .smartDiv-new {
        text-align: right;
    }

    body.theme3 .smartDiv-new a {
        color: var(--smartColor) !important;
        font-size: 11px !important;
    }

    body.theme3 .smartDiv-new sup {
        color: var(--smartColor) !important;
        font-size: 12px !important;
    }

@media (max-width:900px) {
    /*.location-select {
        display: none;
    }*/
    body.theme3 .smartDiv-new {
        text-align: center;
        margin-top: 10px !important;
    }
}



/*a.logolink {
    background: #ffffff;
    margin-left: -15px;
    width: 150px;
    display: block;
    text-align: center;
}*/


/*--===============a18n03u20==================--*/
/*.logolink img {
        max-width: 80px !important;
    }*/

body.theme3 #header {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

body.theme3 .locationDiv h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-left: 30px;
    background: url(../images/icons/06.svg) no-repeat;
}

body.theme3 .locationDiv .locationButtons {
    text-align: center;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
}

    body.theme3 .locationDiv .locationButtons a {
        outline: none;
        border: solid 1px rgba(255, 255, 255, 0.68);
        padding: 6px 20px;
        text-align: center;
        border-radius: 23px;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        width: auto !important;
    }

        body.theme3 .locationDiv .locationButtons a:hover {
            background: rgba(0, 0, 0, 0.3);
        }

/*--========a20n03u20=============--*/
body.theme3 .owl-theme .owl-nav .disabled {
    opacity: 0;
}

body.theme3 .cartRight .addTocartIcon + span {
    width: 21px;
    height: 21px;
    background: var(--danger);
    position: absolute;
    text-align: center;
    border-radius: 15px;
    line-height: 21px;
    top: 0px;
    right: -12px;
    z-index: 6;
    font-size: 11px;
}

@media (max-width:650px) {
    /*a.logolink {
        background: #ffffff;
        margin-left: -43px;
        width: 126px;
        display: initial;
        text-align: right;
        height: 46px;
        float: left;
        margin-bottom: 8px;
    }
        a.logolink img{
            width:56px;
            margin-right:10px;
        }
    #mobile-nav {
        margin-top: 6px;
    }
    #mobile-nav img {
        z-index: 9999;
        position: absolute;
    }*/
    body.theme3 .buttonSection button {
        width: 49%;
    }

    body.theme3 .locationDiv {
        background: #fff;
    }

        body.theme3 .locationDiv button {
            margin-top: 1rem;
        }

        body.theme3 .locationDiv .locationButtons a {
            border: solid 1px #dedede;
            padding: 10px 15px;
            color: #000;
        }

        body.theme3 .locationDiv h5 {
            font-weight: 700 !important;
            text-align: center;
            text-transform: uppercase;
            background: url(../images/logo.png) no-repeat 48% 0;
            padding-top: 80px !important;
            color: #000;
            padding-left: 0px;
            margin-bottom: 25px;
            background-size: 100px;
        }
}

body.theme3 .cartRight input.weighteditems {
    width: 54%;
    text-align: center;
    margin: 0;
}

body.theme3 .cartRight button.addcart {
    border: 1px solid #acacac;
    margin: 0;
    width: 40%;
}




/* Start Kuwait amazon Style*/
/*Rafi --> Date ::after 24-03-2020*/
body.theme3 #mobile-nav {
    color: var(--button-color);
}

body.theme3 .logolink {
    margin-left: -15px;
    width: 120px;
    height: 56px;
    background: #fff;
    text-align: center;
    background-image: url('../images/logo-theme3.png');
}

    body.theme3 .logolink .img-fluid {
        max-width: unset;
        display: none;
    }

body.theme3 .SearchLookup {
    border: none;
    box-shadow: 0px 5px 6px 0 rgba(32,33,36,0.28);
}

body.theme3 #mobile-nav .fa-bars {
    font-size: 1.5rem;
    line-height: 1;
    vertical-align: -28%;
    margin-left: 15px;
}

body.theme3 #mobile-nav .label-text {
    font-size: 0.6rem;
    margin-top: 0;
    padding: 0;
    display: block;
    color: #000;
    display: none;
}

body.theme3 .cartRight {
    position: relative;
}

    body.theme3 .cartRight .addTocartIcon + span {
        color: #fff;
    }

    body.theme3 .cartRight .addTocartIcon {
        height: 32px;
        border: 0;
        background: none;
        padding: 0;
    }

    body.theme3 .cartRight input.weighteditems {
        border-radius: 5px;
        margin-top: 2px;
        height: 26px;
        border: 1px solid #a9a9a9;
    }

body.theme3 .selectBox-input::after {
    right: 7px;
    border-left: 4px solid #fff;
    border-right: 4px solid #f9f9f9;
}

body.theme3 .cartRight select {
    border-radius: 5px;
    margin-top: 2px;
}

body.theme3 .newHeadder .borderRight, body.theme3 .newHeadder .borderLeft {
    border: 0;
}

body.theme3 .rightProDiv select {
    border-radius: 5px;
}

body.theme3 .buttonSection .btn {
    border-radius: 5px;
}

body.theme3 .ProductSlide {
    padding: 17px;
}

body.theme3 .cart table .quanitity {
    max-width: 135px;
    min-width: 135px;
}

body.theme3 .productSlideList .item .DummySpace {
    left: 0;
    margin-top: -48px;
    width: 100% !important;
}

body.theme3 .bannerRow, body.theme3 .bannerRow .img-fluid {
    height: 100%;
}


/* Start Location select option*/
body.theme3 .select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

body.theme3 .select2-container {
    /*width: 100% !important;*/
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    body.theme3 .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none;
    }

body.theme3 .select2-container--default .select2-selection--single {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    background-color: #fff;
    border: 1px solid #aaa;
}

    body.theme3 .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

body.theme3 .select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


body.theme3 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

    body.theme3 .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

body.theme3 .select2-container.select2-container--default.select2-container--open {
    margin-top: -60px;
}

body.theme3 .select2.select2-container.select2-container--default.select2-container--open {
    margin-top: 0;
}

body.theme3 .select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

body.theme3 .select2-container--open .select2-dropdown {
    left: 0;
}

body.theme3 .select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9999;
}

body.theme3 .select2-search--dropdown {
    display: block;
    padding: 4px;
}

body.theme3 .select2-results {
    display: block;
    border-top: 1px solid #aaa;
}

body.theme3 .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    display: none;
}

body.theme3 .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

body.theme3 .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

body.theme3 .select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.theme3 .select2-results__option {
    padding: .25rem 1rem;
    user-select: none;
    -webkit-user-select: none;
}

body.theme3 .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

body.theme3 .select2-results__option[aria-selected] {
    cursor: pointer;
}

body.theme3 .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}



/* !End Location select option*/
@media (min-width: 0px) and (max-width:374.98px) {
    body.theme3 .logolink {
        text-align: right;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
    }
}

@media (min-width: 375px) and (max-width: 575.98px) {
    body.theme3 .logolink {
        text-align: right;
        flex: 0 0 40%;
        max-width: 40%;
        position: relative;
    }
}

@media (max-width: 575.98px) {

    body.theme3 .priceLeft {
        width: 40%;
    }

    body.theme3 .cartRight {
        width: 60%;
    }

    body.theme3 .UnitSelect .selectBox-cst, body.theme3 .rightProDiv select {
        width: 100%;
    }

    body.theme3 .cartRight select {
        width: 100px;
    }

    .item-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    body.theme3 .logolink {
        text-align: center;
        flex: 0 0 37%;
        max-width: 37%;
        position: relative;
        margin-left: 15px;
    }

    body.theme3 .item-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {


    body.theme3 .navbar {
        display: flex;
        flex-wrap: wrap;
    }

    body.theme3 #mobile-nav {
        flex: 0 0 8%;
        max-width: 8%;
        position: relative;
    }

    body.theme3 .nav-item.cart .fa {
        padding-left: 0px;
    }

    body.theme3 .ProductSlide {
        margin-top: 0;
    }

    body.theme3 .langSwitch {
        position: absolute;
        left: 65px;
    }

        body.theme3 .langSwitch > a {
            margin-top: 0 !important;
        }

    body.theme3 .mobileCart li a {
        padding: 5px 5px;
    }

    body.theme3 .notificationAccount.notification::after {
        top: 14px !important;
        right: -5px !important;
    }

    body.theme3 .mobileCart li.nav-item.cart {
        padding-left: 0px;
    }

    body.theme3 .categoryShopListnewList .ProimageSlide {
        margin: auto;
    }

    body.theme3 .cart table .quanitity {
        padding-left: 10px;
    }

    body.theme3 .cart table td {
        padding-top: 25px;
        padding-bottom: 0;
    }

    body.theme3 .cart table td.productName {
        padding-top: 0;
    }

    body.theme3 .checkOutInner .cart table td {
        padding-top: 15px;
    }


    body.theme3 #no-more-tables td:before {
        top: 10px;
    }

    body.theme3 #no-more-tables td[data-title="Unit"]:before {
        top: 0;
    }

    body.theme3 .cart table td.productName h5 {
        margin-top: 0px;
    }

    body.theme3 .input-group.number-spinner, a.cartRemove {
        margin-left: 10px;
    }

    body.theme3 .checkOutInner .cart table td.productName {
        padding-top: 25px;
    }

    body.theme3 .succesOrdr .cart #no-more-tables td {
        padding-bottom: 15px;
    }

    body.theme3 .succesOrdr .cart #no-more-tables td:before {
        top: -10px;
    }

    body.theme3 #no-more-tables .totalTR td {
        height: 100px;
        padding-top: 10px !important
    }

    body.theme3 .totalTR ul.CheckOut {
        max-width: unset;
    }

    body.theme3 .priceTd {
        text-align: left !important;
    }
}

@media (min-width:768px) and (max-width: 991.98px) {
    body.theme3 .logolink {
        margin-left: 35px;
    }

    body.theme3 .navbar img {
        margin: 2px 0 0 0;
        padding: 0;
    }

    body.theme3 #mobile-nav .fa-bars {
        margin: 17px 0 0 15px;
    }

    body.theme3 .SearchLookup ul {
        /*margin-top: -50px;*/
    }

    body.theme3 .mobileSearch {
        margin-left: 30%;
    }

        body.theme3 .mobileSearch ul li.titleSearchBox {
            padding: 0px 0px 0px;
        }

    body.theme3 ul.mobileCart {
        margin-top: 15px;
    }

    body.theme3 .priceLeft {
        width: 65%;
    }

    body.theme3 .cartRight {
        width: 35%;
    }

    body.theme3 .categoryShopListnewList .ProimageSlide {
        margin-left: auto;
        margin-right: auto;
    }

    body.theme3 .item-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991.98px) {
    body.theme3 header {
        background: var(--white);
    }

    body.theme3 #mobile-nav {
        color: var(--color-main);
    }

    body.theme3 .titleSearchBox .input-group {
        background: var(--color-main);
    }

    body.theme3 .displayMdMenu input[name="HeaderSearch"] {
        border: 2px solid var(--color-main);
        border-radius: 6px !important;
    }

    body.theme3 .nav-item.dropdown a, body.theme3 .mobileCart li.nav-item.cart a {
        color: var(--black);
        margin-top: 3px !important;
    }

    body.theme3 .langSwitch a span:nth-child(1) {
        margin-right: 0;
    }

    /*.theme3 .displayMdMenu input[name="HeaderSearch"]::placeholder,*/
    body.theme3 .titleSearchBox .searchBtn button .fa {
        color: var(--white);
    }

    body.theme3 #mobile-nav .label-text {
        display: block !important;
    }

    body.theme3 .nav-item.cart a span {
        background: var(--color-main);
        color: var(--white);
    }
    /* Start when Search this style will be add*/
    body.theme3 .mobileSearch-keyperess .titleSearchBox .input-group {
        background: var(--white);
    }

    body.theme3 .mobileSearch-keyperess .displayMdMenu input[name="HeaderSearch"] {
        border-right: 0;
        border-radius: 6px 0px 0px 0px !important;
    }

    body.theme3 .mobileSearch-keyperess .titleSearchBox .searchBtn {
        border: 2px solid var(--color-main);
        border-left: 0;
        height: 38px;
        border-radius: 0px 6px 0px 0px;
    }

        body.theme3 .mobileSearch-keyperess .titleSearchBox .searchBtn button {
            margin-top: -2px;
        }

            body.theme3 .mobileSearch-keyperess .titleSearchBox .searchBtn button .fa {
                color: var(--dark);
            }

    body.theme3 .mobileSearch-keyperess .SearchLookup {
        border: 2px solid var(--color-main);
        border-top: 0;
        box-shadow: 0 0;
    }

    /* !End when Search this style will be add*/
    body.theme3 .checkout-box {
        padding: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body.theme3 .logolink {
        margin-left: 0;
    }

    body.theme3 #mobile-nav {
        display: block;
    }

        body.theme3 #mobile-nav .fa-bars {
            margin: 17px 0 0 0;
        }

    body.theme3 .SearchLookup ul {
        margin-top: -53px;
        margin-bottom: 0;
    }

    body.theme3 .nav-item.dropdown a, body.theme3 .mobileCart li.nav-item.cart a {
        margin-top: 0 !important;
    }

    body.theme3 .mobileSearch ul li.titleSearchBox {
        padding: 11px 0px 0px;
    }

    body.theme3 .item-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    body.theme3 .navbar {
        height: 56px;
    }
}

@media (max-width: 1200px) {
    body.theme3 .cart table .quanitity {
        max-width: 235px;
    }

    body.theme3 .select2-container.select2-container--default.select2-container--open {
        margin-top: -115px;
    }
}

@media (min-width:1200px) and (max-width:1370px) {
    body.theme3 .ProductSlide .ProContent {
        padding: 0 10px;
    }

    body.theme3 .titleSearchBox {
        min-width: 350px;
    }

    body.theme3 .item-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media(min-width:1371px) {
    body.theme3 .item-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
/* !End Kuwait amazon Style*/
/*********************************** *!End theme-2 ******************************************/


/************************************ Start theme-3 *****************************************/


:root body.theme4 {
    --color-main: #005bab;
    --color-second: #efefef;
    --color-threed: #00a53c;
    --select-color: #3976ff; /*item piece quantity select*/
    --select-hover-color: var(--white); /*item piece quantity select*/
    --select-hover: #f3f3d1; /*item piece quantity select*/
    --footer-s1: var(--color-second);
    --footer-s2: var(--color-main);
    --smartColor: #999;
    --button-color: var(--white);
    --footerSlpitBorder: solid 1px var(--footer-s1);
    --color-main-second: var(--color-second);
    --color-main-threed: var(--color-threed);
    /* --color-second: #002986; */
    --color-lite-Two: #eaeded;
    --color-border-lite: #dfdfdf;
    --border-color: #b5b5b5;
    --color-new-v1: #c6c6c6;
    --gradient-color: #23bab0;
    --gradient-color-two: #1894c6;
    --gradient-v2-color: #1992c6;
    --gradient-v2-color-two: #3a67b5;
    --color-new-v5: #262626;
    --color-khi-vi: #063458;
    --small-font: 12px;
    --small-second-font: 13px;
    --font-forteen: 14px;
    --font-fifteen: 15px;
    --var-grey-border: solid 1px var(--color-border-lite);
    --var-dark-border: solid 1px var(--border-color);
    --var-color-border: solid 1px var(--color-main);
    --split-borderv1: solid 1px var(--color-main); /*headder split*/
    --split-borderv2: solid 1px var(--color-main); /*headder split*/
    --active-color: #1989df;
    --black: #000;
}

body.theme4 {
    position: relative;
}

    body.theme4 .home-panel .container-fluid {
        overflow-x: hidden;
    }

    body.theme4 .owl-carousel .owl-stage-outer {
        overflow: initial !important;
    }

    body.theme4 footer section.footerLinks {
        background-color: var(--footer-s1) !important;
        border-bottom: var(--footerSlpitBorder) !important;
    }

    body.theme4 footer section.ftrLastSection {
        background-color: var(--footer-s1) !important;
    }

    body.theme4 a.quickLook-Btn:hover > span {
        background: var(--color-threed) !important;
    }

    body.theme4 .loginBtn .dropdown-menu a.dropdown-item span.logBtn:hover {
        background: var(--color-second) !important;
    }


    body.theme4 #banner {
        position: relative;
    }

    body.theme4 .location-select {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: calc( 100vh + 56px );
        display: table;
        top: -56px;
    }

    body.theme4 .locationBox {
        display: table-cell;
        vertical-align: middle;
    }

    body.theme4 .locationDiv {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

        body.theme4 .locationDiv label {
            color: #fff;
            font-size: var(--font-forteen);
        }

            body.theme4 .locationDiv label .fa {
                font-size: 20px;
                padding-left: 8px;
                font-size: var(--small-second-font);
            }

        body.theme4 .locationDiv select option {
            font-size: var(--font-forteen);
        }

        body.theme4 .locationDiv button {
            width: 100%;
            background: var(--color-threed);
            color: var(--color-border-lite);
            text-transform: uppercase;
        }

    body.theme4 .selectBox-cst {
        position: relative;
        width: 100%;
        background: #fff;
        min-height: 30px;
        margin-top: 13px;
    }

    body.theme4 .selectBox-input {
        position: absolute;
        border: solid 1px;
        right: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        border-radius: 5px;
        border: var(--var-dark-border);
    }

        body.theme4 .selectBox-input p {
            padding: 0 10px 0 0;
            font-size: var(--font-forteen);
            line-height: 30px;
            width: 85%;
        }

        body.theme4 .selectBox-input::after {
            content: '';
            position: absolute;
            z-index: 99;
            left: 6px;
            top: 12px;
            background: #000;
            border-top: 6px solid #0e0e0e;
            border-right: 6px solid #fff;
            border-left: 6px solid #f9f9f9;
        }

        body.theme4 .selectBox-input.active-me {
            border-color: var(--active-color);
            background: var(--white);
        }

    body.theme4 .selectBox-Option.active-me {
        border-color: var(--active-color);
        display: block !important;
        background: var(--white);
    }

    body.theme4 .selectBox-input p span {
        float: left;
    }

    body.theme4 .selectBox-Option {
        position: absolute;
        border: solid 1px;
        right: 0;
        width: 100%;
        background: #fff;
        top: 84%;
        border-radius: 0px 0px 5px 5px;
        border: var(--var-dark-border);
        border-top: 0px;
        z-index: 999;
    }

        body.theme4 .selectBox-Option ul {
            margin-top: 6px;
            border-top: dashed 1px var(--color-border-lite);
            padding: 0;
            margin-bottom: 0;
        }

            body.theme4 .selectBox-Option ul li {
                list-style: none;
                background: var(--select-hover);
            }

                body.theme4 .selectBox-Option ul li:last-child {
                    border-radius: 0 0 4px 4px;
                }

                body.theme4 .selectBox-Option ul li:hover {
                    background: var(--select-color);
                }

                body.theme4 .selectBox-Option ul li p {
                    padding: 0 10px 0 0;
                    font-size: var(--font-forteen);
                    line-height: 30px;
                    width: 85%;
                }

                body.theme4 .selectBox-Option ul li:hover {
                    color: var(--select-hover);
                }

                body.theme4 .selectBox-Option ul li p span {
                    float: left;
                }

    body.theme4 .payOptionDiv-v2 {
        text-align: center;
        cursor: pointer;
        min-width: 300px !important;
    }

        body.theme4 .payOptionDiv-v2 span {
            font-size: var(--small-second-font);
            line-height: 30px;
        }

        body.theme4 .payOptionDiv-v2 div img {
            border: solid 1px var(--color-border-lite);
        }

            body.theme4 .payOptionDiv-v2 div img:hover {
                border-color: var(--color-second);
            }

    body.theme4 .payoutHover {
        border-color: var(--color-second) !important;
    }

    body.theme4 .payOptionDiv-v2:hover label {
        cursor: pointer;
    }

    body.theme4 #locationModal h5 {
        font-weight: 700 !important;
        text-align: center;
        text-transform: uppercase;
        background: url('../images/logo.png') no-repeat 52% 0;
        padding-top: 64px !important;
    }

    body.theme4 #locationModal button {
        width: 100%;
        background: var(--color-second);
        color: var(--button-color);
    }

    body.theme4 #locationModal .locationLink a {
        outline: none;
        border: solid 1px #dedede;
        padding: 10px 15px;
        width: 100% !important;
        float: right;
        text-align: center;
        border-radius: 23px;
        text-decoration: none;
        color: #000;
    }

    body.theme4 #locationModal .locationLink.login {
        padding-left: 5px !important;
    }

    body.theme4 #locationModal .locationLink.register {
        padding-right: 5px !important;
    }

    body.theme4 .ProimageSlide .HeaderClass {
        margin: 7px 0;
    }

    body.theme4 .ProContent .mainPrize {
        margin-top: 7px !important;
    }


    body.theme4 .itemCartPlus {
        float: left;
    }

    body.theme4 .priceLeft {
        width: 60%;
        float: right;
    }

    body.theme4 .cartRight {
        width: 40%;
        float: right;
        padding-top: 7px;
    }

        body.theme4 .cartRight .addTocartIcon {
            float: left;
            /*display: none;*/
            border: none;
            background: transparent;
            padding: 0;
        }

            body.theme4 .cartRight .addTocartIcon .fa {
                font-size: 30px;
                color: var(--gray);
            }

            body.theme4 .cartRight .addTocartIcon:disabled .fa {
                color: #acacac;
            }

            body.theme4 .cartRight .addTocartIcon .fa:hover {
                color: var(--color-main);
            }

        body.theme4 .cartRight .cartPlus .input-group-btn {
            width: 30%;
            text-align: center;
            border: var(--var-dark-border);
        }

        body.theme4 .cartRight .cartPlus button {
            padding: 0;
            box-shadow: none;
        }

            body.theme4 .cartRight .cartPlus button .fa-minus:before, body.theme4 .cartRight .cartPlus button .fa-plus:before {
                font-size: 12px;
            }

        body.theme4 .cartRight .cartPlus input.spinCount {
            width: 40%;
            text-align: center;
            border: var(--var-dark-border);
            border-right: 0;
            border-left: 0;
        }

        body.theme4 .cartRight select.multi_unit_qty_field {
            border-radius: 5px;
            margin-top: 2px;
        }

    body.theme4 .DealEnd {
        clear: both;
    }

/*--013a003n020u--*/
    body.theme4 .UnitSelect span.textLabel {
        /*float: right;*/
        margin-top: 9px;
    }

    body.theme4 .UnitSelect .selectBox-cst {
        /*float: left;*/
        width: 224px;
        min-height: 38px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    body.theme4 .UnitSelect .selectBox-input p {
        line-height: 35px;
    }

    body.theme4 .UnitSelect .selectBox-Option {
        z-index: 999;
    }

        body.theme4 .UnitSelect .selectBox-Option ul li p {
            margin-bottom: 0;
        }


    body.theme4 .footerRights .copyright-new {
        text-align: center;
    }

    body.theme4 .smartDiv-new {
        text-align: left;
    }

        body.theme4 .smartDiv-new a {
            color: var(--smartColor) !important;
            font-size: 11px !important;
        }

        body.theme4 .smartDiv-new sup {
            color: var(--smartColor) !important;
            font-size: 12px !important;
        }

@media (max-width:900px) {
    /*.location-select {
        display: none;
    }*/
    body.theme4 .smartDiv-new {
        text-align: center;
        margin-top: 10px !important;
    }
}



/*a.logolink {
    background: #ffffff;
    margin-right: -15px;
    width: 150px;
    display: block;
    text-align: center;
}*/


/*--===============a18n03u20==================--*/
/*.logolink img {
        max-width: 80px !important;
    }*/

body.theme4 #header {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

body.theme4 .locationDiv h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-right: 30px;
    background: url(../images/icons/06.svg) right no-repeat;
}

body.theme4 .locationDiv .locationButtons {
    text-align: center;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
}

    body.theme4 .locationDiv .locationButtons a {
        outline: none;
        border: solid 1px rgba(255, 255, 255, 0.68);
        padding: 6px 20px;
        text-align: center;
        border-radius: 23px;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        width: auto !important;
    }

        body.theme4 .locationDiv .locationButtons a:hover {
            background: rgba(0, 0, 0, 0.3);
        }

/*--========a20n03u20=============--*/
body.theme4 .owl-theme .owl-nav .disabled {
    opacity: 0;
}


@media (max-width:650px) {
    body.theme4 .buttonSection button {
        width: 49%;
    }

    body.theme4 .locationDiv {
        background: #fff;
    }

        body.theme4 .locationDiv button {
            margin-top: 1rem;
        }

        body.theme4 .locationDiv .locationButtons a {
            border: solid 1px #dedede;
            padding: 10px 15px;
            color: #000;
        }

        body.theme4 .locationDiv h5 {
            font-weight: 700 !important;
            text-align: center;
            text-transform: uppercase;
            background: url(../images/logo.png) no-repeat 52% 0;
            padding-top: 80px !important;
            color: #000;
            padding-right: 0px;
            margin-bottom: 25px;
            background-size: 100px;
        }
}

body.theme4 .cartRight input.weighteditems {
    width: 54%;
    text-align: center;
    margin: 0;
    height: 26px;
    border-radius: 5px;
    border-style: solid;
    border: 1px solid #a9a9a9;
}

body.theme4 .cartRight button.addcart {
    border: 1px solid #acacac;
    margin: 0;
    width: 40%;
}


/* Start Kuwait amazon Style*/
/*Rafi --> Date ::after 24-03-2020*/
body.theme4 {
    background: #f7f7f7;
}

body.theme4 header {
    background: var(--color-main);
}

body.theme4 .ProductSlide h5 a, body.theme4 .item h4.itemHead a, body.theme4 footer h6, body.theme4 footer ul li a {
    color: var(--color-main);
}

body.theme4 .btn-secondary, body.theme4 a.quickLook-Btn:hover > span {
    background: var(--color-main-threed);
}

body.theme4 .breadcrumb-item + body.theme4 .breadcrumb-item::before, body.theme4 .breadcrumb a, body.theme4 .breadcrumb-item.active {
    color: var(--color-main);
}

body.theme4 footer section.ftrLastSection a {
    color: #999;
}

body.theme4 .slide_headder {
    border-bottom: 1px solid #e0e0e0;
}

body.theme4 .buttonSection button {
    border-radius: 5px;
}

body.theme4 #mobile-nav {
    color: var(--button-color);
}

body.theme4 .logolink {
    /*margin-right: -15px;*/
    width: 225px;
    height: 56px;
    text-align: center;
    background-image: url('../images/theme4.png');
    background-repeat: no-repeat;
}

    body.theme4 .logolink .img-fluid {
        max-width: unset;
        display: none;
    }

body.theme4 .SearchLookup {
    border: none;
    box-shadow: 0px 5px 6px 0 rgba(32,33,36,0.28);
}

body.theme4 #mobile-nav .fa-bars {
    font-size: 1.5rem;
    line-height: 1;
    vertical-align: -28%;
    margin-right: 15px;
}

body.theme4 #mobile-nav .label-text {
    font-size: 0.6rem;
    margin-top: 0;
    padding: 0;
    display: block;
    color: #000;
    display: none;
}

body.theme4 .navbar img {
    /*-webkit-transform: scaleX(-1);
    transform: scaleX(-1);*/
}

body.theme4 .cartRight .addTocartIcon {
    display: block;
}

body.theme4 .cartRight select.multi_unit_qty_field {
    height: 26px;
    font-family: sans-serif;
    font-size: 14px;
}

body.theme4 .selectBox-input::after {
    left: 7px;
    border-left: 4px solid #fff;
    border-right: 4px solid #f9f9f9;
}

body.theme4 .multi_unit_qty_field {
    /*width: 224px;*/
    border-radius: 5px;
}

.productSlideList .item .DummySpace {
    right: 0;
    margin-top: -46px;
    width: 100% !important;
}

.cart table .quanitity {
    max-width: 140px;
    min-width: 140px;
}

.bannerRow, .bannerRow .img-fluid {
    height: 100%;
}


/* Start Location select option*/
.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-container {
    /*width: 100% !important;*/
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none;
    }

.select2-container--default .select2-selection--single {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    background-color: #fff;
    border: 1px solid #aaa;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 20px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

.select2-container.select2-container--default.select2-container--open {
    margin-top: -60px;
}

.select2.select2-container.select2-container--default.select2-container--open {
    margin-top: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9999;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-results {
    display: block;
    border-top: 1px solid #aaa;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: .25rem 1rem;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}



/* !End Location select option*/



@media (min-width: 0px) and (max-width:374.98px) {
    body.theme4 .logolink {
        text-align: left;
        flex: 0 0 38%;
        max-width: 38%;
        position: relative;
        margin: 10px 55px 0 0;
    }

    body.theme4 .navbar img {
        max-width: 100% !important;
    }
}

@media (max-width: 575.98px) {

    body.theme4 .priceLeft {
        width: 40%;
    }

    body.theme4 .cartRight {
        width: 60%;
    }

    body.theme4 .UnitSelect .selectBox-cst, body.theme4 .rightProDiv select {
        width: 100%;
    }

    body.theme4 .cartRight select {
        width: 100px;
    }

    .item-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .small-img .icon-left {
        left: 0;
    }

    .small-img .icon-right {
        right: 0;
    }

    body.theme4 #mobile-nav .label-text {
        margin-right: 15px;
    }

    body.theme4 .dropdown-menu.userDropDown.show {
        left: 0px;
        right: unset;
        background: #fff;
        padding: 0;
    }

        body.theme4 .dropdown-menu.userDropDown.show .dropdown-item {
            border-bottom: 1px solid #ddd;
            text-align: left;
        }
}

@media (min-width: 375px) and (max-width: 575.98px) {
    body.theme4 .logolink {
        text-align: left;
        flex: 0 0 40%;
        max-width: 40%;
        position: relative;
        margin-right: 55px;
    }

    body.theme4 .navbar img {
        max-width: 100% !important;
    }

    body.theme4 .navbar img {
        margin-top: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    body.theme4 .logolink {
        text-align: center;
        flex: 0 0 37%;
        max-width: 37%;
        position: relative;
        margin-right: 20px;
    }

    .item-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}



@media (max-width: 767.98px) {

    body.theme4 .logolink {
        background-image: url('../images/theme41.png');
        background-size: contain;
        background-position: 0;
    }

    body.theme4 .navbar {
        display: flex;
        flex-wrap: wrap;
    }

    body.theme4 #mobile-nav {
        flex: 0 0 8%;
        max-width: 8%;
        position: relative;
    }

    body.theme4 .nav-item.cart .fa {
        padding-left: 0px;
    }

    body.theme4 .ProductSlide {
        margin-top: 0;
    }

    body.theme4 .langSwitch {
        position: absolute;
        right: 45px;
    }

        body.theme4 .langSwitch > a {
            margin-top: 0 !important;
        }

    body.theme4 .mobileCart li a {
        padding: 5px 5px;
    }

    body.theme4 .notificationAccount.notification::after {
        top: 14px !important;
        left: -5px !important;
    }

    body.theme4 .mobileCart li.nav-item.cart {
        padding-right: 0px;
    }

    .succesOrdr .cart table td, .checkOutInner .cart table td {
        padding-top: 25px !important;
        padding-bottom: 10px;
    }

        .succesOrdr .cart table td.productName h5, .checkOutInner .cart table td.productName h5 {
            margin-top: 0;
        }

    .checkOutInner #no-more-tables td:before {
        top: -5px !important;
    }

    #no-more-tables td:before {
        top: 15px;
    }

    .cart table .quanitity {
        padding-right: 5px;
    }

    .cart table td {
        padding-top: 25px;
        padding-bottom: 0;
    }

        .cart table td.productName {
            padding-top: 0;
        }

    .checkOutInner .cart table td {
        padding-top: 20px;
    }

        .checkOutInner .cart table td.productName {
            padding-top: 25px;
        }


    #no-more-tables td:before {
        top: 10px;
    }

    #no-more-tables td[data-title="Unit"]:before {
        top: 0;
    }

    .cart table td.productName h5 {
        margin-top: 0px;
    }

    .input-group.number-spinner, a.cartRemove {
        margin-right: 10px;
    }

    #no-more-tables .totalTR td {
        height: 100px;
        padding-top: 10px !important
    }

    .totalTR ul.CheckOut {
        max-width: unset;
    }

    .priceTd {
        text-align: right !important;
    }
}

@media (min-width:768px) and (max-width: 991.98px) {
    body.theme4 .logolink {
        margin-right: 10px;
        background-image: url(../images/theme41.png);
        display: inline-block;
    }

    body.theme4 .mobileSearch ul {
        margin-top: -50px;
    }

    body.theme4 .navbar img {
        margin: 2px 0 0 0;
        padding: 0;
    }

    body.theme4 #mobile-nav .fa-bars {
        margin: 17px 15px 0 0;
    }

    body.theme4 .SearchLookup ul {
        /*margin-top: -50px;*/
    }

    body.theme4 .mobileSearch {
        margin-right: 35%;
    }

        body.theme4 .mobileSearch ul li.titleSearchBox {
            padding: 0px 0px 0px;
        }

    body.theme4 ul.mobileCart {
        margin-top: 15px;
    }

    .item-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991.98px) {
    body.theme4 header {
        background: var(--white);
    }

    body.theme4 #mobile-nav {
        color: var(--color-main);
    }

    body.theme4 .titleSearchBox .input-group {
        background: var(--color-main);
    }

    body.theme4 .displayMdMenu input[name="HeaderSearch"] {
        border: 2px solid var(--color-main);
        border-radius: 6px !important;
    }

    body.theme4 .nav-item.dropdown a, body.theme4 .mobileCart li.nav-item.cart a {
        color: var(--black);
        margin-top: 3px !important;
    }

    body.theme4 .langSwitch a span:nth-child(1) {
        margin-right: 0;
    }

    body.theme4 .nav-item.cart a span {
        background: var(--color-main);
        color: var(--white);
    }

    /*body.theme4 .displayMdMenu input[name="HeaderSearch"]::placeholder,*/
    body.theme4 .titleSearchBox .searchBtn button .fa {
        color: var(--white);
    }

    body.theme4 #mobile-nav .label-text {
        display: block !important;
        /*text-align: center;*/
        margin-right: 15px;
    }

    /* Start when Search this style will be add*/
    body.theme4 .mobileSearch-keyperess .titleSearchBox .input-group {
        background: var(--white);
    }

    body.theme4 .mobileSearch-keyperess .displayMdMenu input[name="HeaderSearch"] {
        border-left: 0;
        border-radius: 0px 6px 0px 0px !important;
    }

    body.theme4 .mobileSearch-keyperess .titleSearchBox .searchBtn {
        border: 2px solid var(--color-main);
        border-right: 0;
        height: 38px;
        border-radius: 6px 0px 0px 0px;
    }

        body.theme4 .mobileSearch-keyperess .titleSearchBox .searchBtn button {
            margin-top: -2px;
        }

            body.theme4 .mobileSearch-keyperess .titleSearchBox .searchBtn button .fa {
                color: var(--dark);
            }

    body.theme4 .mobileSearch-keyperess .SearchLookup {
        border: 2px solid var(--color-main);
        border-top: 0;
        box-shadow: 0 0;
    }

    /* !End when Search this style will be add*/
    .checkout-box {
        padding: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body.theme4 .logolink {
        margin-right: 0;
        display: inline-block;
    }

    body.theme4 .mobileSearch ul {
        margin-top: -62px;
    }

    body.theme4 #mobile-nav {
        display: block;
    }

        body.theme4 #mobile-nav .fa-bars {
            margin: 17px 0 0 0;
        }

    body.theme4 .SearchLookup ul {
        margin-top: -53px;
        margin-bottom: 0;
    }

    body.theme4 .nav-item.dropdown a, body.theme4 .mobileCart li.nav-item.cart a {
        margin-top: 0 !important;
    }

    body.theme4 .mobileSearch ul li.titleSearchBox {
        padding: 11px 0px 0px;
    }

    .item-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    body.theme4 .navbar {
        height: 56px;
    }
}

@media (max-width: 1200px) {
    .select2-container.select2-container--default.select2-container--open {
        margin-top: -115px;
    }
}


@media (min-width:1200px) and (max-width:1370px) {
    body.theme4 .ProductSlide .ProContent {
        padding: 0 10px;
    }

    body.theme4 .titleSearchBox {
        min-width: 350px;
        padding: 9px 5px;
    }

    .item-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media(min-width:1371px) {
    .item-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* !End Kuwait amazon Style*/

body.theme4 .cartRight {
    position: relative;
}

.cartRight .addTocartIcon + span {
    width: 21px;
    height: 21px;
    background: var(--danger);
    position: absolute;
    text-align: center;
    border-radius: 15px;
    line-height: 21px;
    top: 0px;
    left: -12px;
    z-index: 6;
    font-size: 11px;
}

/************************************ !End theme-3 *****************************************/



/************************************ Start theme-4 *****************************************/


:root body.theme1 {
    --color-main: #005bab;
    --color-second: #efefef;
    --color-threed: #00a53c;
    --select-color: #3976ff; /*item piece quantity select*/
    --select-hover-color: var(--white); /*item piece quantity select*/
    --select-hover: #f3f3d1; /*item piece quantity select*/
    --footer-s1: var(--color-second);
    --footer-s2: var(--color-main);
    --smartColor: #999;
    --button-color: var(--white);
    --footerSlpitBorder: solid 1px var(--footer-s1);
    --color-main-second: var(--color-second);
    --color-main-threed: var(--color-threed);
    /* --color-second: #002986; */
    --color-lite-Two: #eaeded;
    --color-border-lite: #dfdfdf;
    --border-color: #b5b5b5;
    --color-new-v1: #c6c6c6;
    --gradient-color: #23bab0;
    --gradient-color-two: #1894c6;
    --gradient-v2-color: #1992c6;
    --gradient-v2-color-two: #3a67b5;
    --color-new-v5: #262626;
    --color-khi-vi: #063458;
    --small-font: 12px;
    --small-second-font: 13px;
    --font-forteen: 14px;
    --font-fifteen: 15px;
    --var-grey-border: solid 1px var(--color-border-lite);
    --var-dark-border: solid 1px var(--border-color);
    --var-color-border: solid 1px var(--color-main);
    --split-borderv1: solid 1px var(--color-main); /*headder split*/
    --split-borderv2: solid 1px var(--color-main); /*headder split*/
    --active-color: #1989df;
    --black: #000;
}

body.theme1 {
    position: relative;
}

    body.theme1 .home-panel .container-fluid {
        overflow-x: hidden;
    }

    body.theme1 .owl-carousel .owl-stage-outer {
        overflow: initial !important;
    }

    body.theme1 footer section.footerLinks {
        background-color: var(--footer-s1) !important;
        border-bottom: var(--footerSlpitBorder) !important;
    }

    body.theme1 footer section.ftrLastSection {
        background-color: var(--footer-s1) !important;
    }

    body.theme1 a.quickLook-Btn:hover > span {
        background: var(--color-threed) !important;
    }

    body.theme1 .loginBtn .dropdown-menu a.dropdown-item span.logBtn:hover {
        background: var(--color-threed) !important;
    }


    body.theme1 #banner {
        position: relative;
    }

    body.theme1 .location-select {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: calc( 100vh + 56px );
        display: table;
        top: -56px;
    }

    body.theme1 .locationBox {
        display: table-cell;
        vertical-align: middle;
    }

    body.theme1 .locationDiv {
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }

        body.theme1 .locationDiv label {
            color: #fff;
            font-size: var(--font-forteen);
        }

            body.theme1 .locationDiv label .fa {
                font-size: 20px;
                padding-left: 8px;
                font-size: var(--small-second-font);
            }

        body.theme1 .locationDiv select option {
            font-size: var(--font-forteen);
        }

        body.theme1 .locationDiv button {
            width: 100%;
            background: var(--color-threed);
            color: var(--color-border-lite);
            text-transform: uppercase;
        }

    body.theme1 .selectBox-cst {
        position: relative;
        width: 100%;
        background: #fff;
        min-height: 30px;
        margin-top: 13px;
    }

    body.theme1 .selectBox-input {
        position: absolute;
        border: solid 1px;
        right: 0;
        width: 100%;
        background: #fff;
        height: 100%;
        border-radius: 5px;
        border: var(--var-dark-border);
    }

        body.theme1 .selectBox-input p {
            padding: 0 10px 0 0;
            font-size: var(--font-forteen);
            line-height: 30px;
            width: 85%;
        }

        body.theme1 .selectBox-input::after {
            content: '';
            position: absolute;
            z-index: 99;
            left: 6px;
            top: 12px;
            background: #000;
            border-top: 6px solid #0e0e0e;
            border-right: 6px solid #fff;
            border-left: 6px solid #f9f9f9;
        }

        body.theme1 .selectBox-input.active-me {
            border-color: var(--active-color);
            background: var(--white);
        }

    body.theme1 .selectBox-Option.active-me {
        border-color: var(--active-color);
        display: block !important;
        background: var(--white);
    }

    body.theme1 .selectBox-input p span {
        float: left;
    }

    body.theme1 .selectBox-Option {
        position: absolute;
        border: solid 1px;
        right: 0;
        width: 100%;
        background: #fff;
        top: 84%;
        border-radius: 0px 0px 5px 5px;
        border: var(--var-dark-border);
        border-top: 0px;
        z-index: 999;
    }

        body.theme1 .selectBox-Option ul {
            margin-top: 6px;
            border-top: dashed 1px var(--color-border-lite);
            padding: 0;
            margin-bottom: 0;
        }

            body.theme1 .selectBox-Option ul li {
                list-style: none;
                background: var(--select-hover);
            }

                body.theme1 .selectBox-Option ul li:last-child {
                    border-radius: 0 0 4px 4px;
                }

                body.theme1 .selectBox-Option ul li:hover {
                    background: var(--select-color);
                }

                body.theme1 .selectBox-Option ul li p {
                    padding: 0 10px 0 0;
                    font-size: var(--font-forteen);
                    line-height: 30px;
                    width: 85%;
                }

                body.theme1 .selectBox-Option ul li:hover {
                    color: var(--select-hover);
                }

                body.theme1 .selectBox-Option ul li p span {
                    float: left;
                }

    body.theme1 .payOptionDiv-v2 {
        text-align: center;
        cursor: pointer;
        min-width: 300px !important;
    }

        body.theme1 .payOptionDiv-v2 span {
            font-size: var(--small-second-font);
            line-height: 30px;
        }

        body.theme1 .payOptionDiv-v2 div img {
            border: solid 1px var(--color-border-lite);
        }

            body.theme1 .payOptionDiv-v2 div img:hover {
                border-color: var(--color-second);
            }

    body.theme1 .payoutHover {
        border-color: var(--color-second) !important;
    }

    body.theme1 .payOptionDiv-v2:hover label {
        cursor: pointer;
    }

    body.theme1 #locationModal h5 {
        font-weight: 700 !important;
        text-align: center;
        text-transform: uppercase;
        background: url('../images/logo.png') no-repeat 52% 0;
        padding-top: 64px !important;
    }

    body.theme1 #locationModal button {
        width: 100%;
        background: var(--color-second);
        color: var(--button-color);
    }

    body.theme1 #locationModal .locationLink a {
        outline: none;
        border: solid 1px #dedede;
        padding: 10px 15px;
        width: 100% !important;
        float: right;
        text-align: center;
        border-radius: 23px;
        text-decoration: none;
        color: #000;
    }

    body.theme1 #locationModal .locationLink.login {
        padding-left: 5px !important;
    }

    body.theme1 #locationModal .locationLink.register {
        padding-right: 5px !important;
    }

    body.theme1 .ProimageSlide .HeaderClass {
        margin: 7px 0;
    }

    body.theme1 .ProContent .mainPrize {
        margin-top: 7px !important;
    }


    body.theme1 .itemCartPlus {
        float: left;
    }

    body.theme1 .priceLeft {
        width: 60%;
        float: right;
    }

    body.theme1 .cartRight {
        width: 40%;
        float: right;
        padding-top: 7px;
    }

        body.theme1 .cartRight .addTocartIcon {
            float: left;
            /*display: none;*/
            border: none;
            background: transparent;
            padding: 0;
        }

            body.theme1 .cartRight .addTocartIcon .fa {
                font-size: 30px;
                color: var(--gray);
            }

            body.theme1 .cartRight .addTocartIcon:disabled .fa {
                color: #acacac;
            }

            body.theme1 .cartRight .addTocartIcon .fa:hover {
                color: var(--color-main);
            }

        body.theme1 .cartRight .cartPlus .input-group-btn {
            width: 30%;
            text-align: center;
            border: var(--var-dark-border);
        }

        body.theme1 .cartRight .cartPlus button {
            padding: 0;
            box-shadow: none;
        }

            body.theme1 .cartRight .cartPlus button .fa-minus:before, body.theme1 .cartRight .cartPlus button .fa-plus:before {
                font-size: 12px;
            }

        body.theme1 .cartRight .cartPlus input.spinCount {
            width: 40%;
            text-align: center;
            border: var(--var-dark-border);
            border-right: 0;
            border-left: 0;
        }

        body.theme1 .cartRight select.multi_unit_qty_field {
            border-radius: 5px;
            margin-top: 2px;
        }

    body.theme1 .DealEnd {
        clear: both;
    }

/*--013a003n020u--*/
    body.theme1 .UnitSelect span.textLabel {
        /*float: right;*/
        margin-top: 9px;
    }

    body.theme1 .UnitSelect .selectBox-cst {
        /*float: left;*/
        width: 224px;
        min-height: 38px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    body.theme1 .UnitSelect .selectBox-input p {
        line-height: 35px;
    }

    body.theme1 .UnitSelect .selectBox-Option {
        z-index: 999;
    }

        body.theme1 .UnitSelect .selectBox-Option ul li p {
            margin-bottom: 0;
        }


    body.theme1 .footerRights .copyright-new {
        text-align: center;
    }

    body.theme1 .smartDiv-new {
        text-align: left;
    }

        body.theme1 .smartDiv-new a {
            color: var(--smartColor) !important;
            font-size: 11px !important;
        }

        body.theme1 .smartDiv-new sup {
            color: var(--smartColor) !important;
            font-size: 12px !important;
        }

@media (max-width:900px) {
    /*.location-select {
        display: none;
    }*/
    body.theme1 .smartDiv-new {
        text-align: center;
        margin-top: 10px !important;
    }
}



/*a.logolink {
    background: #ffffff;
    margin-right: -15px;
    width: 150px;
    display: block;
    text-align: center;
}*/


/*--===============a18n03u20==================--*/
/*.logolink img {
        max-width: 80px !important;
    }*/

body.theme1 #header {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

body.theme1 .locationDiv h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-right: 30px;
    background: url(../images/icons/06.svg) right no-repeat;
}

body.theme1 .locationDiv .locationButtons {
    text-align: center;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
}

    body.theme1 .locationDiv .locationButtons a {
        outline: none;
        border: solid 1px rgba(255, 255, 255, 0.68);
        padding: 6px 20px;
        text-align: center;
        border-radius: 23px;
        text-decoration: none;
        color: #fff;
        display: inline-block;
        width: auto !important;
    }

        body.theme1 .locationDiv .locationButtons a:hover {
            background: rgba(0, 0, 0, 0.3);
        }

/*--========a20n03u20=============--*/
body.theme1 .owl-theme .owl-nav .disabled {
    opacity: 0;
}


@media (max-width:650px) {
    body.theme1 .buttonSection button {
        width: 49%;
    }

    body.theme1 .locationDiv {
        background: #fff;
    }

        body.theme1 .locationDiv button {
            margin-top: 1rem;
        }

        body.theme1 .locationDiv .locationButtons a {
            border: solid 1px #dedede;
            padding: 10px 15px;
            color: #000;
        }

        body.theme1 .locationDiv h5 {
            font-weight: 700 !important;
            text-align: center;
            text-transform: uppercase;
            background: url(../images/logo.png) no-repeat 52% 0;
            padding-top: 80px !important;
            color: #000;
            padding-right: 0px;
            margin-bottom: 25px;
            background-size: 100px;
        }
}

body.theme1 .cartRight input.weighteditems {
    width: 54%;
    text-align: center;
    margin: 0;
    height: 26px;
    border-radius: 5px;
    border-style: solid;
    border: 1px solid #a9a9a9;
}

body.theme1 .cartRight button.addcart {
    border: 1px solid #acacac;
    margin: 0;
    width: 40%;
}


/* Start Kuwait amazon Style*/
/*Rafi --> Date ::after 24-03-2020*/
body.theme1 {
    background: #f7f7f7;
}

body.theme1 header {
    background: var(--color-main);
}

body.theme1 .ProductSlide h5 a, body.theme1 .item h4.itemHead a, body.theme1 footer h6, body.theme1 footer ul li a {
    color: var(--color-main);
}

body.theme1 .btn-secondary, body.theme1 a.quickLook-Btn:hover > span {
    background: var(--color-main-threed);
}

body.theme1 .breadcrumb-item + body.theme1 .breadcrumb-item::before, body.theme1 .breadcrumb a, body.theme1 .breadcrumb-item.active {
    color: var(--color-main);
}

body.theme1 footer section.ftrLastSection a {
    color: #999;
}

body.theme1 .slide_headder {
    border-bottom: 1px solid #e0e0e0;
}

body.theme1 .buttonSection button {
    border-radius: 5px;
}

body.theme1 #mobile-nav {
    color: var(--button-color);
}

body.theme1 .logolink {
    /*margin-right: -15px;*/
    width: 225px;
    height: 56px;
    text-align: center;
    background-image: url('../images/theme4.png');
    background-repeat: no-repeat;
}

    body.theme1 .logolink .img-fluid {
        max-width: unset;
        display: none;
    }

body.theme1 .SearchLookup {
    border: none;
    box-shadow: 0px 5px 6px 0 rgba(32,33,36,0.28);
}

body.theme1 #mobile-nav .fa-bars {
    font-size: 1.5rem;
    line-height: 1;
    vertical-align: -28%;
    margin-right: 15px;
}

body.theme1 #mobile-nav .label-text {
    font-size: 0.6rem;
    margin-top: 0;
    padding: 0;
    display: block;
    color: #000;
    display: none;
}

body.theme1 .navbar img {
    /*-webkit-transform: scaleX(-1);
    transform: scaleX(-1);*/
}

body.theme1 .cartRight .addTocartIcon {
    display: block;
}

body.theme1 .cartRight select.multi_unit_qty_field {
    height: 26px;
    font-family: sans-serif;
    font-size: 14px;
}

body.theme1 .selectBox-input::after {
    left: 7px;
    border-left: 4px solid #fff;
    border-right: 4px solid #f9f9f9;
}

body.theme1 .multi_unit_qty_field {
    /*width: 224px;*/
    border-radius: 5px;
}

.productSlideList .item .DummySpace {
    right: 0;
    margin-top: -46px;
    width: 100% !important;
}

.cart table .quanitity {
    max-width: 140px;
    min-width: 140px;
}

.bannerRow, .bannerRow .img-fluid {
    height: 100%;
}


/* Start Location select option*/
.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.select2-container {
    /*width: 100% !important;*/
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none;
    }

.select2-container--default .select2-selection--single {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    background-color: #fff;
    border: 1px solid #aaa;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 20px;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

.select2-container.select2-container--default.select2-container--open {
    margin-top: -60px;
}

.select2.select2-container.select2-container--default.select2-container--open {
    margin-top: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9999;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-results {
    display: block;
    border-top: 1px solid #aaa;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: .25rem 1rem;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}



/* !End Location select option*/



@media (min-width: 0px) and (max-width:374.98px) {
    body.theme1 .logolink {
        text-align: left;
        flex: 0 0 38%;
        max-width: 38%;
        position: relative;
        margin: 10px 55px 0 0;
    }

    body.theme1 .navbar img {
        max-width: 100% !important;
    }
}

@media (max-width: 575.98px) {

    body.theme1 .priceLeft {
        width: 40%;
    }

    body.theme1 .cartRight {
        width: 60%;
    }

    body.theme1 .UnitSelect .selectBox-cst, body.theme1 .rightProDiv select {
        width: 100%;
    }

    body.theme1 .cartRight select {
        width: 100px;
    }

    .item-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .small-img .icon-left {
        left: 0;
    }

    .small-img .icon-right {
        right: 0;
    }

    body.theme1 #mobile-nav .label-text {
        margin-right: 15px;
    }

    body.theme1 .dropdown-menu.userDropDown.show {
        left: 0px;
        right: unset;
        background: #fff;
        padding: 0;
    }

        body.theme1 .dropdown-menu.userDropDown.show .dropdown-item {
            border-bottom: 1px solid #ddd;
            text-align: left;
        }
}

@media (min-width: 375px) and (max-width: 575.98px) {
    body.theme1 .logolink {
        text-align: left;
        flex: 0 0 40%;
        max-width: 40%;
        position: relative;
        margin-right: 55px;
    }

    body.theme1 .navbar img {
        max-width: 100% !important;
    }

    body.theme1 .navbar img {
        margin-top: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    body.theme1 .logolink {
        text-align: center;
        flex: 0 0 37%;
        max-width: 37%;
        position: relative;
        margin-right: 20px;
    }

    .item-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}



@media (max-width: 767.98px) {

    body.theme1 .logolink {
        background-image: url('../images/theme41.png');
        background-size: contain;
        background-position: 0;
    }

    body.theme1 .navbar {
        display: flex;
        flex-wrap: wrap;
    }

    body.theme1 #mobile-nav {
        flex: 0 0 8%;
        max-width: 8%;
        position: relative;
    }

    body.theme1 .nav-item.cart .fa {
        padding-left: 0px;
    }

    body.theme1 .ProductSlide {
        margin-top: 0;
    }

    body.theme1 .langSwitch {
        position: absolute;
        right: 45px;
    }

        body.theme1 .langSwitch > a {
            margin-top: 0 !important;
        }

    body.theme1 .mobileCart li a {
        padding: 5px 5px;
    }

    body.theme1 .notificationAccount.notification::after {
        top: 14px !important;
        left: -5px !important;
    }

    body.theme1 .mobileCart li.nav-item.cart {
        padding-right: 0px;
    }

    .succesOrdr .cart table td, .checkOutInner .cart table td {
        padding-top: 25px !important;
        padding-bottom: 10px;
    }

        .succesOrdr .cart table td.productName h5, .checkOutInner .cart table td.productName h5 {
            margin-top: 0;
        }

    .checkOutInner #no-more-tables td:before {
        top: -5px !important;
    }

    #no-more-tables td:before {
        top: 15px;
    }

    .cart table .quanitity {
        padding-right: 5px;
    }

    .cart table td {
        padding-top: 25px;
        padding-bottom: 0;
    }

        .cart table td.productName {
            padding-top: 0;
        }

    .checkOutInner .cart table td {
        padding-top: 20px;
    }

        .checkOutInner .cart table td.productName {
            padding-top: 25px;
        }


    #no-more-tables td:before {
        top: 10px;
    }

    #no-more-tables td[data-title="Unit"]:before {
        top: 0;
    }

    .cart table td.productName h5 {
        margin-top: 0px;
    }

    .input-group.number-spinner, a.cartRemove {
        margin-right: 10px;
    }

    #no-more-tables .totalTR td {
        height: 100px;
        padding-top: 10px !important
    }

    .totalTR ul.CheckOut {
        max-width: unset;
    }

    .priceTd {
        text-align: right !important;
    }
}

@media (min-width:768px) and (max-width: 991.98px) {
    body.theme1 .logolink {
        margin-right: 10px;
        background-image: url(../images/theme41.png);
        display: inline-block;
    }

    body.theme1 .mobileSearch ul {
        margin-top: -50px;
    }

    body.theme1 .navbar img {
        margin: 2px 0 0 0;
        padding: 0;
    }

    body.theme1 #mobile-nav .fa-bars {
        margin: 17px 15px 0 0;
    }

    body.theme1 .SearchLookup ul {
        /*margin-top: -50px;*/
    }

    body.theme1 .mobileSearch {
        margin-right: 35%;
    }

        body.theme1 .mobileSearch ul li.titleSearchBox {
            padding: 0px 0px 0px;
        }

    body.theme1 ul.mobileCart {
        margin-top: 15px;
    }

    .item-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 991.98px) {
    body.theme1 header {
        background: var(--white);
    }

    body.theme1 #mobile-nav {
        color: var(--color-main);
    }

    body.theme1 .titleSearchBox .input-group {
        background: var(--color-main);
    }

    body.theme1 .displayMdMenu input[name="HeaderSearch"] {
        border: 2px solid var(--color-main);
        border-radius: 6px !important;
    }

    body.theme1 .nav-item.dropdown a, body.theme1 .mobileCart li.nav-item.cart a {
        color: var(--black);
        margin-top: 3px !important;
    }

    body.theme1 .langSwitch a span:nth-child(1) {
        margin-right: 0;
    }

    body.theme1 .nav-item.cart a span {
        background: var(--color-main);
        color: var(--white);
    }

    /*body.theme1 .displayMdMenu input[name="HeaderSearch"]::placeholder,*/
    body.theme1 .titleSearchBox .searchBtn button .fa {
        color: var(--white);
    }

    body.theme1 #mobile-nav .label-text {
        display: block !important;
        /*text-align: center;*/
        margin-right: 15px;
    }

    /* Start when Search this style will be add*/
    body.theme1 .mobileSearch-keyperess .titleSearchBox .input-group {
        background: var(--white);
    }

    body.theme1 .mobileSearch-keyperess .displayMdMenu input[name="HeaderSearch"] {
        border-left: 0;
        border-radius: 0px 6px 0px 0px !important;
    }

    body.theme1 .mobileSearch-keyperess .titleSearchBox .searchBtn {
        border: 2px solid var(--color-main);
        border-right: 0;
        height: 38px;
        border-radius: 6px 0px 0px 0px;
    }

        body.theme1 .mobileSearch-keyperess .titleSearchBox .searchBtn button {
            margin-top: -2px;
        }

            body.theme1 .mobileSearch-keyperess .titleSearchBox .searchBtn button .fa {
                color: var(--dark);
            }

    body.theme1 .mobileSearch-keyperess .SearchLookup {
        border: 2px solid var(--color-main);
        border-top: 0;
        box-shadow: 0 0;
    }

    /* !End when Search this style will be add*/
    .checkout-box {
        padding: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    body.theme1 .logolink {
        margin-right: 0;
        display: inline-block;
    }

    body.theme1 .mobileSearch ul {
        margin-top: -62px;
    }

    body.theme1 #mobile-nav {
        display: block;
    }

        body.theme1 #mobile-nav .fa-bars {
            margin: 17px 0 0 0;
        }

    body.theme1 .SearchLookup ul {
        margin-top: -53px;
        margin-bottom: 0;
    }

    body.theme1 .nav-item.dropdown a, body.theme1 .mobileCart li.nav-item.cart a {
        margin-top: 0 !important;
    }

    body.theme1 .mobileSearch ul li.titleSearchBox {
        padding: 11px 0px 0px;
    }

    .item-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    body.theme1 .navbar {
        height: 56px;
    }
}

@media (max-width: 1200px) {
    .select2-container.select2-container--default.select2-container--open {
        margin-top: -115px;
    }
}


@media (min-width:1200px) and (max-width:1370px) {
    body.theme1 .ProductSlide .ProContent {
        padding: 0 10px;
    }

    body.theme1 .titleSearchBox {
        min-width: 350px;
        padding: 9px 5px;
    }

    .item-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media(min-width:1371px) {
    .item-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* !End Kuwait amazon Style*/

body.theme1 .cartRight {
    position: relative;
}

.cartRight .addTocartIcon + span {
    width: 21px;
    height: 21px;
    background: var(--danger);
    position: absolute;
    text-align: center;
    border-radius: 15px;
    line-height: 21px;
    top: 0px;
    left: -12px;
    z-index: 6;
    font-size: 11px;
}

/************************************ !End theme-4 *****************************************/
