@import url("https://fonts.googleapis.com/css?family=Oswald:400,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto");

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');

@-webkit-keyframes header_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
@keyframes header_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
body {
    background: #fff;
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: black;
    overflow-x: hidden;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Oswald", sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-top: 10px;
}
.humanst-font {
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}
p {
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}
.clr {
    clear: both;
}
.text-white {
    color: white;
}
.text-off {
    color: #c9cbcc;
}
.text-off2 {
    color: #979598;
}
.text-bold {
    font-weight: bold;
}
.text-theme {
    color: #3e45a5;
}
.margin-tb {
    margin-top: 10px;
    margin-bottom: 10px;
}
.row_5 {
    margin-left: -5px;
    margin-right: -5px;
}
.pad0 {
    padding-left: 0px;
    padding-right: 0px;
}
.pad5 {
    padding-left: 5px;
    padding-right: 5px;
}
.pad10 {
    padding-left: 10px;
    padding-right: 10px;
}
.bottom10 {
    margin-bottom: 10px;
}
.height30 {
    height: 30px;
}
.padpm5 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
textarea {
    resize: vertical;
}
.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .display-flex {
        display: block;
    }
    header ul.top-menu li .blockstyle .poicon {
        font-size: 22px !important;;
    }
    header ul.top-menu li .blockstyle .cvalue {
        font-size: 13px !important;;
    }
    header ul.top-menu li .blockstyle .poicon {
        font-size: 22px !important;;
    }
    header ul.top-menu li .blockstyle {
        padding-left: 28px !important;;
    }
    header ul.top-menu li a .cartno {
        left: 7px !important;;
    }
}
a {
    color: #30afd6;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #1792b8;
}
.height5 {
    height: 5px;
    clear: both;
}
.height10 {
    height: 10px;
    clear: both;
}
.height20 {
    height: 20px;
    clear: both;
}
.height30 {
    height: 30px;
    clear: both;
}
.relative_block {
    position: relative;
    z-index: 2;
}
.rounded-0 {
    border-radius: 0;
}
.margin-padding0 {
    margin: 0;
    padding: 0;
}
ul.list {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
ul.list.whitecolor li a {
    color: #fff;
}
ul.list li {
    margin-left: 15px;
    /*font-family: "Roboto", sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    padding-bottom: 6px;
}
ul.list2 {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
ul.list2 li {
    margin: 0;
    padding: 0 10px 5px 0;
    min-width: 30%;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 767px) {
    ul.list2 li {
        min-width: 100%;
    }
}
ul.list2 li:before {
    font-family: "FontAwesome";
    content: "\f178";
    color: #b88e63;
    margin-right: 5px;
}
.line-full {
    border-bottom: 1px solid rgba(184, 142, 99, 0.4);
    padding-bottom: 10px;
}
.img-100 {
    width: 100%;
}
.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}
@media (max-width: 1000px) {
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.bg-off {
    background-color: #f4f4f4;
}
#back-top {
    position: fixed;
    bottom: 30px;
    right: 5px;
    z-index: 1000;
    display: none;
    margin-left: 500px;
    width: 35px;
    height: 35px;
    background: #3e45a5;
    border: 1px solid #fff;
    color: white;
    text-align: center;
    cursor: pointer;
}
#back-top:hover {
    color: white;
    border: 1px solid #3e45a5;
    background: #3e45a5;
}
#back-top i {
    line-height: 35px;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
@media only screen and (min-width: 1001px) and (max-width: 2000px) {
    .menumobile {
        display: none;
    }
    .menu-section {
        width: 100%;
        display: block;
        text-align: center;
        /*background-color: #f7f7f7;*/
        background-color: #fff;
        border-bottom: 2px solid #fff;
    }
    .menu-section .manu-block {
        position: relative;
        width: auto;
        display: inline-block;
    }
    .menu-section .manu-block ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
    }
    .menu-section .manu-block ul li {
        display: inline-block;
    }
    .menu-section .manu-block ul li a.li-style {
        display: inline-block;
        color: #3e45a5;
        font-size: 16px;
        font-weight: 900;
        letter-spacing: 1px;
        /*font-family: "Oswald", sans-serif;*/
        font-family: 'Raleway', sans-serif;
        text-transform: capitalize;
        padding: 10px 15px;
    }
    .menu-section .manu-block ul li a.li-style:hover {
        color: #3e45a5;
    }
    .menu-dropdown .fontstyle {
        font-size: 16px;
        /*font-family: "Oswald", sans-serif;*/
        font-family: 'Raleway', sans-serif;
        text-transform: capitalize;
        color: #3e45a5;
        font-weight: 900;
        letter-spacing: 1px;
    }
    .menu-dropdown:hover .fontstyle {
        color: #3e45a5;
    }
    .menu-dropdown:hover .dropdownstyle {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }
    .menu-dropdown .dropdownstyle {
        padding: 0;
        border-radius: 0;
        margin-top: -2px;
        background-color: transparent;
        border-color: transparent;
        box-shadow: none !important;
        transition: all 0.5s ease;
    }
    .menu-dropdown .dropdownstyle ul.menublock {
        position: relative;
        width: 180px;
        display: inline-block;
        background-color: #fff;
        top: 10px;
        padding: 5px;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    }
    .menu-dropdown .dropdownstyle ul.menublock li {
        width: 100%;
        display: block;
    }
    .menu-dropdown .dropdownstyle ul.menublock li a {
        padding: 7px 10px;
        font-size: 15px;
        display: block;
        width: 100%;
        font-size: 16px;
        /*font-family: "Oswald", sans-serif;*/
        font-family: 'Raleway', sans-serif;
        color: #000;
    }
    .menu-dropdown .dropdownstyle ul.menublock li a:hover {
        color: #3e45a5;
        background-color: #efefef;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu a {
        position: relative;
        z-index: 1;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu a .arrow {
        position: absolute;
        top: 4px;
        right: 0px;
        z-index: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 12px 15px 0;
        border-color: transparent #3e45a5 transparent transparent;
        display: none;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu a .arrow:before {
        position: absolute;
        z-index: 2;
        top: -14px;
        right: -12px;
        content: "";
        border-style: solid;
        border-width: 13px 11px 13px 0;
        border-color: transparent #fff transparent transparent;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu:hover.sub-menu a .arrow {
        display: block;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu .sub-list {
        display: none !important;
        position: absolute;
        top: 0;
        left: 97%;
        width: 350px;
        height: 100%;
        overflow-y: auto;
        z-index: 0;
        background-color: #fff;
        border-left: 1px solid #3e45a5;
        padding: 0;
        -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu .sub-list .img-bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 150px;
        height: 100%;
        overflow: hidden;
        opacity: 0.5;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu .sub-list .img-bg img {
        width: 100%;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu .sub-list li {
        position: relative;
        z-index: 1;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu .sub-list li a:hover {
        background-color: transparent;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu:hover .sub-list {
        display: block !important;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
}
@media screen and (max-width: 1001px) {
    .menu-overlay {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 15;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .menu-overlay.open {
        display: block;
    }
    .header-height {
        height: 95px;
    }
    .menumobile {
        display: block;
        color: #3e45a5 !important;
        top: 10px;
        left: 8px;
    }
    .menu-section {
        width: 230px;
        height: 100%;
        overflow-y: auto;
        display: block;
        background-color: #fff;
        position: fixed;
        top: 118px;
        left: -100%;
        z-index: 20;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .menu-section.open {
        left: 0;
    }
    .menu-section .manu-block {
        position: relative;
        width: auto;
        display: inline-block;
    }
    .menu-section .manu-block ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
    }
    .menu-section .manu-block ul li {
        width: 100%;
        display: inline-block;
    }
    .menu-section .manu-block ul li a.li-style {
        display: inline-block;
        color: #000;
        font-size: 16px;
        /*font-family: "Oswald", sans-serif;*/
        font-family: 'Raleway', sans-serif;
        text-transform: capitalize;
        padding: 10px 15px;
        margin-top: 0px;
    }
    .menu-section .manu-block ul li a.li-style:hover {
        color: #3e45a5;
    }
    .menu-dropdown .fontstyle {
        font-size: 16px;
        /*font-family: "Oswald", sans-serif;*/
        font-family: 'Raleway', sans-serif;
        text-transform: capitalize;
        color: #000;
        padding: 10px 15px;
        width: 100%;
        display: block;
    }
    .menu-dropdown:hover .fontstyle {
        color: #3e45a5;
    }
    .menu-dropdown .dropdownstyle {
        padding: 0;
        border-radius: 0;
        margin-top: -2px;
        border-color: transparent;
        position: relative;
        width: 100%;
        background-color: #f8f8f8;
        box-shadow: none;
    }
    .menu-dropdown .dropdownstyle ul.menublock {
        position: relative;
        width: 100%;
        display: block;
        top: 0;
        padding: 0px;
    }
    .menu-dropdown .dropdownstyle ul.menublock li {
        width: 100%;
        display: block;
    }
    .menu-dropdown .dropdownstyle ul.menublock li a {
        padding: 7px 15px;
        font-size: 15px;
        display: block;
        width: 100%;
        font-size: 16px;
        /*font-family: "Oswald", sans-serif;*/
        font-family: 'Raleway', sans-serif;
        color: #000;
        position: relative;
    }
    .menu-dropdown .dropdownstyle ul.menublock li a .arrow {
        position: absolute;
        top: 12px;
        right: 12px;
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .menu-dropdown .dropdownstyle ul.menublock li a:hover {
        color: #3e45a5;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu-mob {
        position: relative;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu-mob:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        display: block;
        background-color: transparent;
        content: "";
        z-index: 3;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu-mob .sub-list {
        display: none !important;
        position: relative;
        width: 100%;
        z-index: 1;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu-mob.active a.moblink {
        color: #3e45a5;
        background-color: #e8c6e8;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu-mob.active a.moblink .arrow {
        border: solid #3e45a5;
        border-width: 0 2px 2px 0;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu-mob.active .sub-list {
        background-color: #fff0ff;
        display: block !important;
    }
    .menu-dropdown .dropdownstyle ul.menublock li.sub-menu-mob.active .sub-list a {
        padding-left: 20px;
    }
}
header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 40;
    background-color: #fff;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    border-top: 3px solid #3e45a5;
}
@media (max-width: 1000px) {
    header {
        height: 118px;
    }
}
header.sticky {
    position: fixed;
    -webkit-animation-name: header_sticky;
    animation-name: header_sticky;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
header ul.top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    float: right;
    width: auto;
    margin-top: 10px;
    margin-right: 10px;
}
@media (max-width: 1000px) {
    header ul.top-menu {
        margin-top: 0px;
    }
}
header ul.top-menu li {
    width: auto;
    display: inline-block;
    width: auto;
    font-size: 13px;
    margin: 0 5px;
    color: #000;
    position: relative;
    vertical-align: top;
}
header ul.top-menu li .blockstyle {
    width: auto;
    display: inline-block;
    padding-left: 42px;
    position: relative;
    /*font-family: "Oswald", sans-serif;*/
    font-family: 'Raleway', sans-serif;
}
@media (max-width: 1000px) {
    header ul.top-menu li .blockstyle {
        padding-left: 35px;
    }
}
header ul.top-menu li .blockstyle .poicon {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 37px;
    color: #3e45a5;
}
@media (max-width: 1000px) {
    header ul.top-menu li .blockstyle .poicon {
        font-size: 27px;
    }
}
header ul.top-menu li .blockstyle small {
    font-size: 12px;
    color: #a0a0a0;
    display: block;
}
header ul.top-menu li .blockstyle .cvalue {
    font-size: 15px;
    color: #000;
    position: relative;
    top: -3px;
    font-weight: bold;
}
header ul.top-menu li a {
    color: inherit;
    text-decoration: inherit;
}
header ul.top-menu li a .cartno {
    position: absolute;
    top: 0;
    left: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #74ac47;
    color: #fff;
    text-align: center;
    font-size: 10px;
    z-index: 1;
}
.flexblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1000px) {
    .flexblock {
        display: inline-block;
        width: 100%;
    }
}
.flexblock .logoblock {
    float: left;
    width: 300px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
@media (max-width: 1000px) {
    .flexblock .logoblock {
        width: 200px;
    }
}
.flexblock .logoblock .menumobile {
    width: 40px;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
    float: left;
    font-size: 29px;
    color: #3e45a5;
}
@media (max-width: 1000px) {
    .flexblock .logoblock .menumobile {
        margin-top: 12px;
        font-size: 24px;
        width: auto;
        margin-right: 4px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 2000px) {
    .flexblock .logoblock .logo {
        display: block;
        float: left;
        height: 100px;
        position: absolute;
        top: 5px;
        left: 10px;
        z-index: 3;
    }
}
@media only screen and (min-width: 767px) and (max-width: 2000px) and (max-width: 1000px) {
    .flexblock .logoblock .logo {
        height: 70px;
        position: relative;
        padding-bottom: 10px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 2000px) {
    .flexblock .logoblock .logo img {
        margin-top: 5px;
    height: 90%;
    width: auto;
    }
    .flexblock .logoblock .logo-mobile {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .flexblock .logoblock .logo {
        display: none;
    }
    .flexblock .logoblock .logo-mobile {
        display: block;
        float: left;
        height: 100px;
        position: absolute;
        top: 5px;
        left: 20px;
        z-index: 3;
    }
}
@media screen and (max-width: 767px) and (max-width: 1000px) {
    .flexblock .logoblock .logo-mobile {
        height: 70px;
        position: relative;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .flexblock .logoblock .logo-mobile img {
        height: 95%;
        width: auto;
    }
}
.flexblock .col-2 {
    flex-grow: 1;
    max-width: 100%;
}
@media (max-width: 1000px) {
    .flexblock .col-2 {
        position: relative;
        top: -95px;
    }
}
.flexblock .col-1 {
    flex-grow: 15;
    max-width: 100%;
}
.search {
    width: 100%;
    float: left;
    display: block;
    padding: 12px 15px;
    position: relative;
}
@media (max-width: 1000px) {
    .search {
        width: 100%;
        padding: 0px 5px;
    }
}
.search .input-group {
    margin-bottom: 0;
}
.search .input-group .form-control {
    height: 40px;
    border-radius: 0 !important;
    box-shadow: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    border-color: #3e45a5;
    font-family: 'Raleway', sans-serif;
}
.search .input-group .form-control:focus {
    border-color: #3e45a5;
    border-right-color: transparent;
    outline: none;
}
.search .input-group .btn-search {
    font-size: 21px;
    border-radius: 0 5px 5px 0;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0 !important;
    height: 40px;
    color: #fff;
    border-color: #3e45a5;
    border-left: none;
    color: #fff;
    background-color: #3e45a5;
    outline: none;
}
.search .input-group .btn-search i {
    position: relative;
    top: 1px;
}
.search .input-group .btn-search:hover {
    background-color: #3e45a5;
    color: #fff;
}
.search #suggesstion-box {
    position: absolute;
    top: 84%;
    left: 17px;
    z-index: 50;
    background-color: #fff;
    width: 96.333%;
    max-height: 350px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}
@media (max-width: 1000px) {
    .search #suggesstion-box {
        width: 98%;
        left: 5px;
        top: 100%;
    }
}
.search #suggesstion-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 101%;
    display: block;
    min-height: 100px;
    max-height: 360px;
    overflow-y: auto;
    position: relative;
    right: -4px;
}
.search #suggesstion-box ul li {
    width: 100%;
    display: inline-block;
    padding: 5px 10px 5px 5px;
    font-size: 13px;
    position: relative;
    border-bottom: 1px solid #fff;
}
.search #suggesstion-box ul li:hover {
    background-image: linear-gradient(to right, #fff, #fbfbfb, #f7f7f7, #f3f3f3, #efefef);
    border-bottom: 1px solid #efefef;
}
.search #suggesstion-box ul li:hover .addtopro .btn-addto {
    background-color: #3e45a5;
    color: #fff;
}
.search #suggesstion-box ul li .proname {
    width: 65%;
    float: left;
    position: relative;
    padding-left: 60px;
}
@media (max-width: 1000px) {
    .search #suggesstion-box ul li .proname {
        width: 100%;
    }
}
.search #suggesstion-box ul li .proname .p-name {
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search #suggesstion-box ul li .proname .imgblock {
    width: 50px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.search #suggesstion-box ul li .proname a {
    color: #000;
    text-decoration: none;
}
.search #suggesstion-box ul li .proname .qty-search {
    width: 108px;
    float: left;
    margin-right: 10px;
}
.search #suggesstion-box ul li .proname .qty-search.sqty-wrapper {
    position: relative;
    z-index: 3;
}
.search #suggesstion-box ul li .proname .qty-search.sqty-wrapper::after {
    background-color: #fff;
    color: #3e45a5;
    font-family: "icomoon";
    content: "\e81c";
    margin-right: 6px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 20px;
}
.search #suggesstion-box ul li .proname .qty-search.sqty-wrapper .select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: white;
    border-radius: 0;
    line-height: inherit;
    cursor: pointer;
    padding: 3px 5px;
    text-transform: uppercase;
}
.search #suggesstion-box ul li .proname .qty-search.sqty-wrapper .select:focus {
    color: black;
}
.search #suggesstion-box ul li .proname .qty-search.sqty-wrapper .select::-ms-expand {
    display: none;
}
.search #suggesstion-box ul li .proname .price {
    display: inline-block;
    padding-top: 4px;
}
.search #suggesstion-box ul li .proname .price .rsvalue {
    font-weight: bold;
    color: #3e45a5;
    font-size: 14px;
    display: inline-block;
    margin-right: 12px;
}
.search #suggesstion-box ul li .proname .price del {
    font-size: 12px;
    color: #ccc;
    display: inline-block;
    margin-right: 12px;
}
.search #suggesstion-box ul li .proname .price .offprice {
    font-size: 13px;
    color: #d55557;
    display: inline-block;
}
.search #suggesstion-box ul li .addtopro {
    width: auto;
    float: right;
    padding-top: 4px;
}
.search #suggesstion-box ul li .addtopro .btn-addto {
    float: right;
    border: 1px solid #3e45a5;
    color: #3e45a5;
    text-align: center;
    padding: 5px 10px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 3px;
    margin-top: 7px;
    margin-right: 5px;
    font-weight: bold;
    min-width: 65px;
}
.search #suggesstion-box ul li .addtopro .btn-addto .adto {
    display: block;
}
.search #suggesstion-box ul li .addtopro .btn-addto .adtext {
    display: none;
}
.search #suggesstion-box ul li .addtopro .btn-addto.added {
    background-color: #3e45a5;
    color: #fff;
}
.search #suggesstion-box ul li .addtopro .btn-addto.added .adto {
    display: none;
}
.search #suggesstion-box ul li .addtopro .btn-addto.added .adtext {
    display: block;
}
.search #suggesstion-box ul li img {
    margin-right: 10px;
}
.search #suggesstion-box ul li .btn-filled {
    float: right;
    background-color: #3e45a5;
    color: #fff;
    text-align: center;
    padding: 1px 10px;
    display: inline-table;
    margin-top: 12px;
    margin-right: 5px;
}
.search #suggesstion-box ul li .spinner-search {
    display: inline-block;
    text-align: left;
    margin: 5px 0 0 0;
}
.search #suggesstion-box ul li .spinner-search input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
    max-width: 30px;
    padding: 10px 0;
    outline: none;
}
.search #suggesstion-box ul li .spinner-search .add,
.search #suggesstion-box ul li .spinner-search .sub {
    padding: 10px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    font-size: 25px;
    border: 1px solid #3e45a5;
    color: #3e45a5;
    display: inline-block;
    line-height: 16px;
    text-align: center;
}
.search #suggesstion-box ul li .spinner-search .add:hover,
.search #suggesstion-box ul li .spinner-search .sub:hover {
    background-color: #3e45a5;
    color: #fff;
}
.search #suggesstion-box ul li .spinner-search input {
    background-color: transparent;
    padding: 6px 10px;
    font-size: 16px;
    max-width: 50px;
    text-align: center;
    border-radius: 5px;
    border: none;
    color: #1d1e22;
    position: relative;
    top: -3px;
}
.search #suggesstion-box ul li .overlayblock {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
.search #suggesstion-box ul li .overlayblock .out-of-stock {
    width: 120px;
    height: 30px;
    background-color: #6a6a6a;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    z-index: 3;
    display: block;
    margin: auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.select-top {
    position: relative;
    width: 150px;
}
.select-top::after {
    color: #3e45a5;
    font-family: "icomoon";
    content: "\e81c";
    margin-right: 10px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 9px;
    font-size: 20px;
    z-index: 3;
}
.select-top .select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: white;
    border-radius: 0;
    border-right: 0;
    line-height: inherit;
    cursor: pointer;
}
.select-top .select:focus {
    color: black;
}
.select-top .select::-ms-expand {
    display: none;
}
.dropdown-style {
    width: 270px !important;
    margin: 0;
    padding: 5px;
    border-radius: 0;
}
.dropdown-style:before {
    content: "";
    position: absolute;
    top: -9px;
    right: 5px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
}
.dropdown-style:after {
    content: "";
    position: absolute;
    top: -8px;
    right: 6px;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
}
.dropdown-style ul.addcart {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}
.dropdown-style ul.addcart li {
    width: 100%;
    margin: 0;
    padding: 4px 0;
    border-bottom: 1px solid #efefef;
}
.dropdown-style ul.addcart li .product-list {
    display: flex;
    align-items: center;
}
.dropdown-style ul.addcart li .product-list .imgblock {
    width: 25%;
    float: left;
}
.dropdown-style ul.addcart li .product-list .contentblock {
    width: 75%;
    float: left;
    padding: 5px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    position: relative;
}
.dropdown-style ul.addcart li .product-list .contentblock .close {
    position: relative;
    float: right;
    z-index: 1;
    cursor: pointer;
    color: red;
    font-size: 15px;
}
.dropdown-style ul.addcart li .product-list .contentblock .qty-rs {
    background-color: #eee;
    margin: 4px 0 0 0;
    padding: 4px 8px;
    font-size: 12px;
}
.dropdown-style ul.addcart li .product-list .contentblock .qty-rs .text-info {
    font-weight: bold;
    font-size: 13px;
}
.dropdown-style .checkout {
    background-color: #3e45a5;
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 0;
    border-color: transparent;
}
ul.dropdown-menu.d-menu {
    padding: 0;
    margin-top: 10px;
    margin-right: 0;
    min-width: 110px;
}
ul.dropdown-menu.d-menu li {
    position: relative;
    width: 100%;
    padding: 4px;
    margin: 0;
    width: 100%;
    text-align: left;
    position: relative;
    cursor: pointer;
}
ul.dropdown-menu.d-menu li a {
    padding: 4px 10px;
    font-size: 15px;
    /*font-family: "Oswald", sans-serif;*/
    font-family: 'Raleway', sans-serif;
}
ul.dropdown-menu.d-menu li a i {
    color: #3e45a5;
    margin-right: 5px;
}
ul.dropdown-menu.d-menu li:hover {
    background-color: #efefef;
}
ul.dropdown-menu.d-menu li:first-child:after {
    content: "";
    position: absolute;
    top: -9px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
}
ul.dropdown-menu.d-menu li:first-child a {
    border-radius: 3px 3px 0 0;
}
ul.dropdown-menu.d-menu li:last-child a {
    border-radius: 0 0 3px 3px;
}
.notfound {
    width: auto;
    display: table;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 30px 40px;
    text-align: center;
    font-size: 18px;
    margin: 10% auto;
}
.notfound i {
    color: #ae3e40;
    font-size: 25px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


@media (min-width: 768px) {
    .desktop-d-none{
        display:none !important;
    }
    
}

.d-none
    {
        display: none !important;
    }