﻿


#hideCartItems {
    visibility: hidden;
}

.cart :hover #hideCartItems {
    visibility: visible;
}

body {
    font-family: SolaimanLipi,helvetica,verdana;
    font-size: 14px;
}

.call-wrapper span {
    font-size: 14px;
    font-family: SolaimanLipi,helvetica,verdana;
}

.shopping-item {
    position: absolute;
    top: 68px;
    right: 0;
    width: 300px;
    background: #fff;
    padding: 20px 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    /*opacity: 0;*/
    /*visibility: hidden;*/
    z-index: 99;
}
/*.header .shopping:hover .shopping-item {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}*/
.dropdown-cart-header {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

    .dropdown-cart-header span {
        text-transform: uppercase;
        color: #222;
        font-size: 13px;
        font-weight: 600;
    }

.shopping-item .bottom .btn {
    background: #222;
    padding: 10px 20px;
    display: block;
    color: #fff;
    margin-top: 10px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.shopping-item .total {
    overflow: hidden;
    display: block;
    padding-bottom: 10px;
}

.call-wrapper {
    float: left;
    margin-top: 12px;
    margin-bottom: 12px;
}

.header-top-area {
    /*border-bottom: 1px solid #ddd;*/
    background: #232f3e;
    color: #ffff;
}

.lang-wrappernew {
    float: left;
    width: 120px;
    height: 5px;
    line-height: 33px !important;
    margin: 0px 10px -10px 0;
    color: #FFF;
    font-size: 13px;
}

.lang-active-wrappernew {
    float: left;
    width: 60px;
    height: 39px;
    margin-top: -2.6px;
    background-color: #4D4D4D;
    color: #FFF !important;
    padding: 4px 11px 1px 11px;
}

.lang-inactive-wrappernew {
    float: left;
    width: 60px;
    height: 40px;
    margin-top: -2.6px;
    color: #4d4d4d;
    background-color: #FFF;
    padding: 4px 11px 1px 11px;
    cursor: pointer;
}



.header-container-wrapper {
    width: 90%;
    margin: 0 5% 0 5%;
}

.row {
    margin: 0;
    padding: 0;
}

.cart {
    float: right;
    margin-top: 40px;
    height: 41px;
    vertical-align: middle;
    position: relative;
}

.navbar-radius {
    border-radius: 0px !important;
}

.company-logo {
    text-align: center;
    margin-right: 27px;
}

.custom-margin {
    margin-right: 38px;
}


.header-bootm-area {
    width: 100%;
    margin: 0 auto;
    float: left;
    background: ffff;
    padding: 16px 0px 15px;
    /* -webkit-box-shadow: 2px 20px 11px -10px rgba(0,0,0,0.13); */
    /* -moz-box-shadow: 2px 20px 11px -10px rgba(0,0,0,0.13); */
    /* box-shadow: 2px 20px 11px -10px rgba(0,0,0,0.13); */
}

.lang-wrappernew {
    padding-top: 3px;
}

a {
    text-decoration: none
}

    a :hover {
        text-decoration: none
    }

.lang-wrapper {
    float: left;
    width: 102px;
    line-height: 20px !important;
    border: 1px solid #fff;
    border-radius: 2px;
    margin-left: 1px;
    color: #FFF;
    font-size: 12px;
    margin-top: 9px;
    margin-bottom: 9px;
}

.lang-inactive-wrapper {
    float: left;
    width: 50px;
    color: #FFF;
    padding: 1px 11px 1px 11px;
    cursor: pointer;
}

.lang-active-wrapper {
    float: left;
    width: 50px;
    background-color: #fff;
    color: #333;
    padding: 1px 11px 1px 11px;
}
/*.multiple-language a:hover {
	background: #232F3E;
	color: #fff;
}*/
.form-text input {
    padding: 2px 7px 3px;
}

.login-wrap > li:first-child {
    padding: 15px !important;
}

.login-wrap {
    background-color: #fff !important;
}

.navbar-nav > li > a {
    color: #FFF;
    font-size: 13px;
}

.form-text {
    padding: -1px 13px 0px;
    background: none;
}

    .form-text #customerloginbuttondivbn {
        width: 100%;
        background: #e6e6e6;
        margin-top: 10px;
        text-align: center;
        padding: 3px 0 4px;
        color: black;
        font-size: 16px;
        cursor: pointer;
        border-radius: 0px;
        border: 1px solid #cccccc;
    }

        .form-text #customerloginbuttondivbn.top-login-button:hover {
            background: #f7941d;
        }

.forget-pass {
    padding-left: 18px;
}

    .forget-pass a:link {
        text-decoration: none;
    }

    .forget-pass a:focus {
        color: #fff;
        ;
    }

.wishlist-container {
    float: left;
    margin-top: 5px;
}

.search-cart-wrapper {
    margin-top: 40px;
    margin-bottom: 15px;
    height: 48px;
}

.header-container {
    float: left;
    width: 100%;
    height: 135px;
    background-color: #FFFFFF;
    margin-top: 40px;
}






.logo-wrapper {
    margin-top: 15px;
}

.cart-wrapper {
    margin-left: 34px;
}

.wishlist-cart-separator-container {
    float: left;
    padding: 0px 0px 0px 10px;
    width: 15px;
    margin-top: 5px;
}

.cart-container {
    margin-top: -9px;
    float: left;
    margin-right: -33px
}

.total-count {
    position: absolute;
    /*top: -7px;
    right: -8px;*/
    background: #f6931d;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-size: 11px;
}

.search-wrapper-box {
    border: 1px solid #ececec;
    height: 39px;
}

.search-input-box {
    border: none;
    background: #f5f5f5;
    width: 121%;
    height: 100%;
    padding-left: 2%;
    font-size: 14px;
    font-family: Helvetica,SolaimanLipi,Verdana;
}

.search-input-box-wrapper {
    float: left;
    width: calc(100% - 151px);
    width: -webkit-calc(100% - 151px);
    width: -moz-calc(100% - 151px);
    height: 37px;
    display: inline-block;
    /* border:1px solid brown; */
}

.search-right-wrapper {
    float: right;
    /* border:1px solid blue;  */
}


.search-divider-wrapper {
    float: left;
    width: 5px;
    height: 37px;
    padding: 3px;
    display: inline-block;
}

.search-dropdown-wrapper {
    float: left;
    height: 37px;
    width: 80px;
    padding: 6px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

    .search-dropdown-wrapper select {
        padding: 3px;
        margin: 0;
        font-size: 14px;
        color: #333;
        border: none;
        outline: none;
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        background: url("https://static.ajkerdeal.com/images/newsite/arrowdown.svg") no-repeat 90% 50%;
        width: 100%;
        height: 27px !important;
    }

.search-icon-wrapper:hover {
    background-color: #f6931d !important;
}


.search-icon-wrapper {
    float: right;
    width: 60px;
    height: 37px;
    padding: 1%;
    background-color: #333333;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border-radius: 1px;
}
    /* .search-icon-wrapper input{  */
    /* margin-top:4px!important;  */

    /* } */
    .search-icon-wrapper input {
        vertical-align: middle;
        margin-top: 3px;
        margin-bottom: 3px;
    }

#popular_search {
    font-size: 13px;
    color: #c3c3c3 !important;
    font-family: Helvetica,SolaimanLipi,Verdana;
}

    #popular_search a {
        color: #35a3d3;
        padding-left: 4px;
        padding-right: 4px;
        text-decoration: none;
    }





@media only screen and (max-width: 1024px) and (min-width: 768px) {

    .col-position {
        position: relative;
    }

    .call-wrapper {
        float: left;
        margin-top: 8px;
        margin-bottom: 8px;
        margin-right: 25px !important;
    }

    .cart {
        position: absolute;
        margin-left: -45px;
        margin-top: 11px;
        margin-bottom: 11px;
        right: 0;
    }

    .call-wrapper span {
        float: left;
        color: #FFFFFF;
        position: relative !important;
        font-size: 12px !important;
        font-family: SolaimanLipi,helvetica,verdana;
        margin-top: 3px !important;
    }

    .search-cart-wrapper {
        margin-top: 43px !important;
        margin-bottom: 15px;
        height: 74px;
        margin-left: 24px;
    }

    .cart-wrapper {
        margin-left: 42px !important;
        margin-top: 36px;
    }

    .custom-margin {
        margin-right: 0 !important;
        position: absolute !important;
        margin-left: 254px !important;
        font-size: 12px !important;
    }

    .search-icon-wrapper input {
        height: 26px !important;
    }




    .company-logo img {
        ` width: 104px !important;
    }

    .collapse-padding {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .search-cart-wrapper {
        margin-top: 22px;
        margin-bottom: 15px;
        height: 74px !important;
    }

    .lang-inactive-wrapper {
        float: left;
        width: 40px;
        color: #FFF;
        padding: 4px 11px 1px 11px;
        cursor: pointer;
    }

    .lang-active-wrapper {
        float: left;
        width: 40px;
        background-color: #fff;
        color: #333;
        padding: 4px 11px 1px 11px;
    }

    .lang-wrapper {
        width: 87px;
        margin-top: 8px !important;
        /* margin-left: 8px; */
    }

    #popular_search {
        font-size: 13px;
        color: #c3c3c3;
        font-family: Helvetica,SolaimanLipi,Verdana;
        float: left;
        margin-left: 8px !important;
    }
}


@media only screen and (max-width: 480px) and (min-width: 320px) {

    .col-position {
        position: relative;
    }

    .search-dropdown-wrapper {
        width: 78px;
    }

        .search-dropdown-wrapper select img {
            margin-left: 2px !important;
        }

    #popular_search a {
    }

    .cart {
        position: absolute;
        margin-left: -45px;
        margin-top: 11px;
        margin-bottom: 11px;
        right: 0;
    }

    .call-wrapper span {
        float: left;
        font-size: 10px !important;
        font-family: SolaimanLipi,helvetica,verdana;
        margin-top: 7px !important;
    }

    .cart-wrapper {
        margin-left: 32px !important;
        margin-top: 38px !important;
    }

    .search-icon-wrapper input {
        height: 26px !important;
    }

    .forget-pass {
        padding-left: 23px !important;
    }

    .border-container {
        margin-top: 38px !important;
    }

    .company-logo img {
        ` width: 104px !important;
    }

    .collapse-padding {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .search-cart-wrapper {
        margin-top: 22px;
        margin-bottom: 15px;
        height: 74px !important;
    }

    .lang-wrapper {
        margin-left: 18px;
    }

    #popular_search {
        float: left;
        margin-left: 8px !important;
        text-align: left;
    }

    .search-icon-wrapper {
        float: right;
        width: 67px !important;
        padding: 4%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {

    .col-position {
        position: relative;
    }

    .form-text {
        width: 400px !important;
    }

        .form-text #customerloginbuttondivbn {
            width: 51% !important;
        }

    .forget-pass {
        padding-left: 27px;
    }

    .cart {
        position: absolute;
        margin-left: -45px;
        margin-top: 43px;
        margin-bottom: 11px;
        right: 0;
    }

    .call-wrapper span {
        float: left;
        font-size: 14px !important;
        font-family: SolaimanLipi,helvetica,verdana;
        margin-top: 5px !important;
    }

    .login-wrap ul li a {
        color: black !important;
    }

    .search-icon-wrapper input {
        height: 26px !important;
    }




    .company-logo img {
        ` width: 104px !important;
    }

    .collapse-padding {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .search-cart-wrapper {
        margin-top: 22px;
        margin-bottom: 15px;
        height: 74px !important;
    }

    .lang-wrapper {
        margin-left: 18px;
    }

    #popular_search {
        font-size: 13px;
        color: #c3c3c3;
        font-family: Helvetica,SolaimanLipi,Verdana;
        float: left;
        margin-left: 8px !important;
    }


    .search-icon-wrapper {
        float: right;
        width: 65px;
        padding: 4%;
    }

    .cart-wrapper {
        float: left !important;
        /* margin-left:-49px !important; */
    }
}



@media only screen and(max-width: 1024px) and (min-width: 768px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

.shopping-list .cart-img img {
    width: 70px;
    height: 70px;
    border-radius: 0;
}

.shopping-list li {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.header .shopping-list li {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

    .header .shopping-list li .remove {
        position: absolute;
        left: 0;
        bottom: 16px;
        margin-top: -20px;
        height: 20px;
        width: 20px;
        line-height: 18px;
        text-align: center;
        background: #fff;
        color: #222;
        border-radius: 0;
        font-size: 11px;
        border: 1px solid #ededed;
    }

        .header .shopping-list li .remove:hover {
            background: #222;
            color: #fff !important;
            border-color: transparent;
        }

.header .shopping-list .cart-img {
    float: right;
    border: 1px solid #ededed;
    overflow: hidden;
}

    .header .shopping-list .cart-img img {
        width: 70px;
        height: 70px;
        border-radius: 0;
    }

    .header .shopping-list .cart-img:hover img {
        transform: scale(1.09);
    }

.header .shopping-list .quantity {
    line-height: 22px;
    font-size: 13px;
    padding-bottom: 30px;
}

.header .shopping-list h4 {
    font-size: 14px;
}

    .header .shopping-list h4 a {
        font-weight: 600;
        font-size: 13px;
        color: #333;
    }

        .header .shopping-list h4 a:hover {
            color: #F7941D;
        }

.remove {
    position: absolute;
    margin-top: -10px;
    /*margin-right: -2px;*/
    margin-left:23rem;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    color: #222;
    border-radius: 50%;
    border: 1px solid #ff0202;
}

.shopping-list {
    border-bottom: 1px solid #e6e6e6;
}

.cart-img {
    float: right;
    border: 1px solid #eee;
}

@media (min-width: 1500px) {
    .search-cart-wrapper {
        width: 54% !important;
        margin-left: 25rem !important;
    }

    .logo-wrapper {
        margin-left: -175px !important;
    }

    .cart {
        margin-right: -50px !important;
    }
}