.lic-box-img{
    width: 90px;
}

.address_close_line {
    border: 3px solid #e9ecf1;
    margin: 17px 0px;
}
.pac-container{
        z-index:9999;
    }
/*my style start*/
.container-fluid.adjust1 {
    padding: 0px !important;
}
.container.adjust1 {
    padding: 0px !important;
}
.col-7.amount1 {
    padding-right: 4px !important;
}
.off_pad {
    padding: 0px 0px 0px 0px !important;
}
.off_pad1 {
    padding: 0px 10px 0px 0px;
    text-align: right;
}
.overflow_comes_dot{
    display: inline-block;
    width: 87px;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
/*mobile menus start*/

span.pcoded-mtext {
    color: #00CCFF;
}

/*mobile menus end*/


/*anmation scroll start*/

.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.add1{
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.add2{
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.add3{
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}



@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
    }

    60% {
        -webkit-transform: translateX(-20px);
    }

    80% {
        -webkit-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px);
    }

    60% {
        -moz-transform: translateX(-20px);
    }

    80% {
        -moz-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px);
    }

    60% {
        -o-transform: translateX(-20px);
    }

    80% {
        -o-transform: translateX(5px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px);
    }

    60% {
        transform: translateX(-20px);
    }

    80% {
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

/*anmation scroll end*/


@media (max-width: 600px){

}

.panel_my {
    margin-top: 10px !important;
}
/*my style end*/

@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,900&amp;display=swap'); */

@font-face {
    font-family: "goBold";
    src: url('font/gobold/Gobold/Gobold.woff');
}

@font-face {
    font-family: "goBoldBold";
    src: url('font/gobold/Gobold/Gobold.woff');
}

@font-face {
    font-family: "goBoldThin";
    src: url('font/gobold/Gobold_Thin/Gobold_Thin.woff');
}

@font-face {
    font-family: "hpSimplified";
    src: url('font/hp/HP_Simplified/HP_Simplified.ttf');
}

@font-face {
    font-family: "hpSimplifiedBold";
    src: url('font/hp/HP_Simplified_Bold/HP_Simplified_Bold.ttf');
}

@font-face {
    font-family: "HPSimplifiedW10Light";
    src: url('font/hp/HP_Simplified_W10_Light/HP_Simplified_W10_Light.ttf');
}

@font-face {
    font-family: "USbOLDE";
    src: url('font/UPBOLTERS/UPBOLTERS_New_Regular.otf');
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "hpSimplified";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "hpSimplified";
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

::-moz-selection {
    /* Code for Firefox */
    background-color: #cce2ff;
    color: rgba(0, 0, 0, .87);
}

::selection {
    background-color: #cce2ff;
    color: rgba(0, 0, 0, .87);
}

ol,
ul {
    list-style: none;
    margin-bottom: 0 !important;
}

a:hover {
    color: inherit !important;
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

button {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
}

a:focus {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none !important;
}

button {
    outline: none;
}

button:focus {
    outline: none !important;
}

input {
    outline: none;
}

textarea {
    outline: none;
}

p {
    font-size: 14px;
    line-height: 26px;
    color: #91699c;
}

a {
    cursor: pointer !important;
}


/* ================ Typography Css =============== */

h1 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
    /* 45px / 36px */
}

h2 {
    font-size: 1.625em;
    /* 1.625x body copy size = 26px */
    line-height: 1.15384615;
    /* 30px / 26px */
}

h3 {
    font-size: 1.375em;
    /* 1.375x body copy size = 22px */
    line-height: 1.13636364;
    /* 25px / 22px */
}

h4 {
    font-size: 1.125em;
    /* 1.125x body copy size = 18px */
    line-height: 1.11111111;
}

h5 {
    font-size: 1.10em;
    /* 1.125x body copy size = 18px */
    line-height: 1.10;
}

h6 {
    font-size: 1em;
    /* 1.125x body copy size = 18px */
    line-height: 1.050;
}

blockquote {
    font-size: 1.25em;
    /* 20px / 16px */
    line-height: 1.25;
    /* 25px / 20px */
}

@media (min-width: 43.75em) {
    h1 {
        font-size: 2.5em;
        /* 2.5x body copy size = 40px */
        line-height: 1.125;
    }
    h2 {
        font-size: 2em;
        /* 2x body copy size = 32px */
        line-height: 1.25;
    }
    h3 {
        font-size: 1.5em;
        /* 1.5x body copy size = 24px */
        line-height: 1.25;
    }
    h4 {
        line-height: 1.22222222;
        /* (22px / 18px */
    }
    blockquote {
        font-size: 1.5em;
        /* 24px / 16px = */
        line-height: 1.45833333;
        /* 35px / 24px */
    }
}

@media (min-width: 56.25em) {
    h1 {
        font-size: 3em;
        /* 3x body copy size = 48px */
        line-height: 1.05;
        /* keep to a multiple of the 20px line height
	and something more appropriate for display headings */
    }
    h2 {
        font-size: 2.25em;
        /* 2.25x body copy size = 36px */
        line-height: 1.25;
    }
    h3 {
        font-size: 1.75em;
        /* 1.75x body copy size = 28px */
        line-height: 1.25;
    }
}


/* ================ CROSS BROWSER COMPATABILITY =============== */

.ask-question,
nav,
.notification-box.active,
nav ul li a,
.user-account-settingss.active,
.user-info a,
.suggestion-usd>span i,
.view-more>a,
.tags-sec ul li a,
.post-st ul li a,
.ed-opts>a,
.bk-links li a,
.like-com li a,
.user-profy>a,
.slick-previous:before,
.slick-nexti:before,
.comment>a,
.sign_link>a,
.post-popup,
.post-project>a,
.post-project-fields form ul li button,
.post-project-fields form ul li a,
.sign-control li a,
.cover-sec>a,
.star-descp>a,
.message-btn a,
.pf-gallery ul li,
.gallery_pt:before,
.gallery_pt>a,
.overview-box,
.skl-name,
.conv-list,
.save-stngs ul li button,
.forum-links.active,
.react-links li a,
.next-prev>a,
nav ul li:hover>ul,
.user-pro-img>a i {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}


/* === Body Scrollbar === */

body::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}

body::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

body::-webkit-scrollbar-corner {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

html {
    font-size: 14px;
}

body {
    margin: 0;
    font-family: "hpSimplified";
    font-size: 0.875rem;
    line-height: 1.42857143;
    color: #2b2f4c;
    background: #EEF2F4 !important;
}

body::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

input[type=text] {
    color: #2b2f4c !important;
}


/* --- Night Mode Btn --- */

.night_mode_switch__btn {
    border-bottom: 1px solid #efefef;
}

.night_mode_switch__btn a {
    display: block;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
    border-radius: 10px;
    color: #333;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    width: 220px;
}

.night_mode_switch__btn a i {
    font-size: 120%;
    height: 30px;
    Width: 30px;
    background: #ffecec;
    border-radius: 100%;
    margin-right: 10px;
    padding: 6px 4px 0;
    display: inline-block;
}

.btn-night-mode .btn-night-mode-switch {
    display: inline-block;
    height: 18px;
    width: 37px;
    top: 35%;
    right: 13px;
    position: absolute;
}


/*--- search cate scroll ---*/

.search-by-cat::-webkit-scrollbar {
    width: 4px;
}

.search-by-cat::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.bs-canvas-body::-webkit-scrollbar {
    width: 4px;
}

.bs-canvas-body::-webkit-scrollbar-thumb {
    height: 50px;
    background: hsla(0, 0%, 53.3%, 0.4);
}

.scrollstyle_4::-webkit-scrollbar {
    width: 4px;
    background-color: #f1f1f1;
}

.scrollstyle_4::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
}

.scrollstyle_4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    background-color: #F5F5F5;
}


/*--- Header ---*/

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.top-header-group {
    float: left;
    width: 100%;
    display: block;
    background-color: #1f6cf0;
    color: #fff;
}

.top-header {
    float: left;
    width: 100%;
    display: flex;
    height: 60px;
    align-items: center;
}

.main_logo {
    float: left;
    width: 125px;
    /*margin-left: 30px;*/
}

.shop-cate{
    float: left; text-align: center; margin-left: 40px; margin-right: 0px;
    background: #fff; height: 36px;
    width: 130px;
    padding: 8px 15px; margin-right: -3px;
    z-index: 99;
}
.shop-cate a{
    color: #010005; font-size: 14px; font-weight: 500;
}
.shop-cate a:hover{
    color: #131313 !important;
}

.blog_logo {
    padding: 12px 0px;
}

.logo-inverse {
    display: none;
}

.search120 {
    float: right;
    margin-left: 0px;
    width: 30%;
}

.main_logo img {
    width: 100%;
    padding-top: 0;
    max-height: 50px;
}

.res_main_logo {
    display: none;
    width: 100px;
}

.res_main_logo img {
    width: 100%;
    padding-top: 3px;
}

.srch10 {
    background: #f7f7f7 !important;
    border: 0 !important;
    color: #2b2f4c !important;
}

i.icon1 {
    font-size: 16px !important;
}

.ui.swdh10 {
    font-size: 14px !important;
    width: 100%;
}

.ui[class*="left icon"].swdh10.input>input {
    padding-left: 3.2em !important;
    padding-right: 1em !important;
    font-size: 14px;
    font-weight: 500;
    border: 0 !important;
}

.ui.search .prompt {
    border-radius: .3rem !important;
    width: 100%;
}

.header_right {
    margin-left: auto;
    float: right;
    padding-right: 10px;
}

.header_right ul li {
    display: inline-block;
    vertical-align: middle;
}

.option_links {
    padding: 10px 9px;
    font-size: 20px;
    color: #91699c;
    position: relative;
}

.option_links i {
    font-size: 18px;
}

.option_links .icon_wishlist {
    background: rgb(8, 96, 216);
    color: #f69733;
    height: 35px;
    width: 35px;
    display: inline-block;
    padding: 7px 5px;
    border-radius: 100%;
}

.option_links .icon_noti {
    background: rgba(2, 114, 54, 0.2);
    color: #027236;
    height: 35px;
    width: 35px;
    display: inline-block;
    padding: 10px 5px;
    border-radius: 100%;
}

.option_links:hover,
.option_links:focus {
    color: #2b2f4c !important;
}

.noti_count {
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: 0px;
    right: 8px;
    background: #027236;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.5;
    border-radius: 100%;
    font-weight: 500;
}

.noti_count1 {
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: -6px;
    right: -8px;
    background: #Ff0066;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.5;
    border-radius: 100%;
}


/* .opts_account {
    font-weight: 500;
    color: #ffffff;
    float: right;
    padding: 5px 5px 5px 10px;
    background: #5da0fd;
    border-radius: 10px;
    margin-left: 17px;
} */

.opts_account {
    color: #ffffff;
    border-radius: 10px;
    
    text-align: center;
}
.opts_account i{
    float: left;
}
.opts_account img {
    width: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-left: 0;
}

.opts_account .user__name {
    margin-left: 10px; text-align: center;
    font-size: 13px;
}

.opts_account:hover {
    color: #fff !important;
}

.icon__1 {
    font-size: 18px;
    margin-right: 10px;
}

.left_title {
    padding: 20px 17px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #afafaf;
    text-align: left;
    margin-bottom: 0;
}

.user_img img {
    width: 30px;
    border-radius: 100%;
    margin-left: 17px;
    margin-right: 15px;
}

.menu.dropdown_account {
    margin-top: 10px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
}

.menu.dropdown_account_rl {
    min-width: 220px !important;
}

.rl-account-step p {
    font-size: 13px;
    font-weight: 400;
}

.rl-account {
    text-align: center;
    padding: 15px;
}

.rl-account-step {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
}

.rl-account-step:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.lr-acount-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    color: #fff;
    background-color: #f58904;
}

.menu.dropdown_mn {
    width: 300px;
    margin-top: 12px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 300px !important;
}

.menu.dropdown_ms {
    width: 300px;
    margin-top: 12px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 300px !important;
}

.channel_my {
    padding: 15px !important;
    border-bottom: 1px solid #efefef !important;
    min-width: 100%;
    max-width: 100%;
    white-space: normal;
}

.channel_my:last-child {
    border-bottom: 0 !important;
}

.profile_link {
    display: flex;
}

.profile_link img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.pd_content {
    width: 80%;
    white-space: normal;
}

.pd_content h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #2b2f4c;
    text-align: left;
    position: relative;
}

.pd_content span {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    color: #686f7a;
    text-align: left;
}

.dp_link_12 {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    margin-top: 15px;
    display: block;
    text-align: left;
}

.dp_link_12:hover {
    color: #ed2a26 !important;
}

.ui.dropdown .menu>.channel_item {
    color: #2b2f4c !important;
    padding: .78571429rem 1.14285714rem !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.ui.dropdown .menu>.channel_item:hover {
    color: #2b2f4c !important;
    background: #d9e9ff !important;
}

.rhte85 {
    display: flex;
}

.mef78 i {
    font-size: 18px;
    line-height: 15px;
    color: #1da1f2;
}

.pd_content p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #91699c;
    text-align: left;
    margin-top: 8px;
    line-height: 20px;
}

.pd_content span.nm_time {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #afafaf;
    text-align: left;
}

.vbm_btn {
    width: 100%;
    text-align: center;
    float: left;
    padding: 15px 0;
    background: #f58904;
    font-size: 14px;
    color: #fff !important;
    font-weight: 500;
}

.ui.input>input {}

.select_location {
    margin-left: 34px;
    float: left;
}

.ui.inline.dropdown.loc-title>.text {
    font-weight: 500 !important;
    color: #fff;
    font-size: 14px;
}

.menu.dropdown_loc {
    width: 170px;
    margin-top: 20px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 170px !important;
}

.offer-link {
    font-size: 14px;
    font-weight: 400;
    margin-right: 0px;
    color: #fff;
  text-align: center !important;
  position: relative;
}
.offer-link .cbadge{
    background: #FA0302; color: #fff; position: absolute; top:-40px; right: -5px; border: 1px solid #FA0302;
    font-size: 14px; font-weight: 600; width: 25px; height: 25px; border-radius: 50%; padding: 2px;
}
.offer-link img{
    width: 65%; color: #fff; margin-top: 6px;
}
.offer-link .hov-img{
    display: none;  position: absolute; top: -100%
}
.offer-link:hover .hov-img{
    display: block; width: 100%; position: absolute; top: -46px;
}

.offer-link:hover {
    color: #fff !important;
}

.offer-link i {
    font-size: 16px;
    margin-right: 3px;
}

.sub-header-group {
    float: left;
    width: 100%;
    display: block;
    border: none;
}

.sub-header {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}

.navbar-light .main_nav .nav-link {
    color: #2b2f4c !important;
}

.main_nav .nav-link {
    display: block;
    padding: 10px 15px !important;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
}

.navbar-light .main_nav .nav-link.active {
    color: #f58904 !important;
}

.navbar-light .main_nav .nav-link:hover {
    color: #f58904 !important;
}

.header_cart {
    margin-left: auto;
}

.cart__btn {
    display: block;
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    background: #ffa500;
    padding: 14px 25px;
    text-align: center;
}

.cart__btn span {
    margin: 0 2px;
    display: block;
}

.hover-btn:hover {
    background: #3F21FF;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(to right, #3F21FF, #3F21FF);
    background-image: linear-gradient(to right, #3F21FF, #3F21FF);
}

.cart__btn ins {
    color: #fff !important;
    margin-left: 5px;
    text-decoration: none !important;
}

.category_drop {
    padding: 24px 30px;
    font-size: 14px;
    color: #2b2f4c;
    position: relative;
    font-weight: 500;
    border-right: 1px solid #efefef;
    display: block;
}

.category_drop i {
    margin-right: 10px;
}

.menu.dropdown_page {
    width: 220px;
    margin-top: 14px !important;
    border-top: 1px solid #fff !important;
    border-radius: 3px !important;
    min-width: 170px !important;
    padding-bottom: 5px !important;
}

.menu_toggle_btn {
    padding: 5px !important;
    line-height: 1;
    border: 0 !important;
    border-radius: 5px !important;
    font-size: 26px !important;
    background: #f9f9f9 !important;
    color: #2b2f4c !important;
}

.mt1-5 {
    margin-top: 124px !important;
    text-align: center;
}

.bmt1-5 {
    margin-top: 60px !important;
    text-align: center;
}

.bg-dark1 {
    background-color: #fff !important;
    z-index: 999;
}


/* --- Category Model --- */

.main-gambo-model {
    background-color: rgba(7, 50, 111, 0.92);
}

.category-area-inner .modal-header {
    border-bottom: 0;
}

.category-area-inner .btn-close {
    color: #fff !important;
    opacity: 1 !important;
    padding: 30px 0 15px !important;
    font-size: 30px !important;
    cursor: pointer !important;
}

.category-model-content {
    background: #fff;
    border: 0 !important;
    border-radius: 0 !important;
}

.catey__icon {
    display: none;
}

.search__icon {
    display: none;
}

.sub-header-icons-list {
    display: inline-block;
    font-size: 20px;
}

.cate__btn {
    font-size: 20px;
    color: #8f91ac !important;
    padding: 20px 20px 19px;
}

.cate__btn:hover {
    color: #f58904 !important;
}

.search__btn {
    font-size: 20px;
    color: #fff !important;
    padding: 20px 20px 21px;
    background: #2b2f4c;
}


/* --- Category Mode --- */

.cate-header {
    background: #1678FF;
    color: #fff;
    padding: 15px 20px;
}

.cate-header h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.category-by-cat {
    width: 100%;
    display: inline-table;
}

.category-by-cat li {
    width: 33.333%;
    vertical-align: middle;
    display: inline-block;
    list-style: none;
    float: left;
}

.single-cat-item {
    text-align: center;
    padding: 20px 10px;
    display: block;
}

.single-cat-item:hover {
    background: #f9f9f9;
}

.single-cat-item .text {
    font-size: 13px;
    font-weight: 500;
    color: #2b2f4c;
}

.single-cat-item .icon {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.single-cat-item .icon img {
    width: 50px;
}

.morecate-btn {
    display: block;
    text-align: center;
    border-top: 1px solid #efefef;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
}

.morecate-btn i {
    margin-right: 5px;
}

.morecate-btn:hover {
    color: #f58904 !important;
}

.search-ground-area {
    max-width: 400px !important;
}

.search-header {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.search-header input {
    width: 100%;
    border: 0;
    padding: 20px;
    position: relative;
}

.search-header button {
    position: absolute;
    right: 0px;
    background: transparent;
    border: 0;
    padding: 17px;
    font-size: 20px;
}

.search-by-cat {
    width: 100%;
    height: 321px;
    overflow: hidden scroll;
}

.search-by-cat .single-cat {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    padding: 15px 20px;
}

.search-by-cat .single-cat .icon {
    background-color: #f9f9f9;
    border-radius: 5%;
    color: #fff;
    font-size: 22px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    width: 50px;
}

.search-by-cat .single-cat .icon img {
    width: 30px;
}

.search-by-cat .single-cat .text {
    color: #2b2f4c;
    font-weight: 400;
    padding-left: 20px;
    font-size: 16px;
}

.search-by-cat .single-cat:hover .text {
    color: #f58904;
}


/* --- Cart Offset Overlay --- */

.bg-cart {
    background: #f7f7f7;
}

.bs-canvas-overlay {
    opacity: 0.85;
    z-index: 1100;
}

.bs-canvas {
    top: 0;
    z-index: 1110;
    overflow-x: hidden;
    overflow-y: auto;
    width: 400px;
    transition: margin .4s ease-out;
    -webkit-transition: margin .4s ease-out;
    -moz-transition: margin .4s ease-out;
    -ms-transition: margin .4s ease-out;
}

.bs-canvas-left {
    left: 0;
    margin-left: -400px;
}

.bs-canvas-close {
    color: #fff !important;
    opacity: 1 !important;
}

.side-cart-header {
    background: #2b2f4c;
    color: #fff;
    position: sticky;
    top: 0;
}

.main-cart-title {
    font-size: 18px;
    font-weight: 600;
}

.main-cart-title span {
    color: #f69733;
    margin-left: 5px;
}

.bs-canvas-body {
    background: #f7f7f7;
    position: absolute;
    width: 100%;
    top: 48px;
    bottom: 190px;
    overflow-y: scroll;
}

.bs-canvas-footer {
    background: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #efefef;
}

.cart-top-total {
    background: #fff;
    border-bottom: 1px solid #efefef;
    padding: 20px;
}

.cart-total-dil {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: -2px;
}

.cart-total-dil h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #2b2f4c;
    line-height: 24px;
}

.cart-total-dil span {
    color: #8f91ac;
    font-size: 16px;
    margin-left: auto;
    font-weight: 400;
    line-height: 24px;
    font-family: 'goBoldBold';
}

.main-total-cart {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.saving-total {
    padding: 20px 20px 0;
}

.main-total-cart h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2b2f4c;
    line-height: 24px;
}

.main-total-cart span {
    color: #3f21ff;
    font-family: 'goBoldBold';
    font-size: 22px;
    margin-left: auto;
    font-weight: 700;
    line-height: 24px;
}

.checkout-cart {
    display: flex;
    padding: 20px;
    align-items: center;
}

.promo-code {
    font-size: 14px;
    font-weight: 600;
    color: #2b2f4c;
    line-height: 24px;
}

.promo-code:hover {
    color: #f58904 !important;
}

.cart-checkout-btn {
    display: inline-block;
    margin-bottom: 0;
    margin-left: auto;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #f58904;
    font-weight: 500;
}

.cart-item {
    display: flex;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #efefef;
}

.cart-item:last-child {
    border-bottom: 0;
}

.side-cart-items {}

.cart-product-img {
    width: 130px;
    position: relative;
}

.cart-product-img img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #f7f7f7;
}

.offer-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #f58904;
    padding: 1px 10px 0px;
    border-radius: 3px;
    line-height: 20px;
}

.cart-text {
    margin-left: 20px;
    width: 100%;
    position: relative;
}

.cart-text h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #2b2f4c;
    text-align: left;
    margin-bottom: 10px;
}

.cart-close-btn {
    position: absolute;
    top: 2px;
    right: 0;
    background: transparent;
    border: 0;
    font-size: 18px;
    color: #2b2f4c;
}

.cart-close-btn:hover {
    color: #f58904;
}


/* --- Cart Radio Btn --- */

.kggrm-now {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.kggrm-now li {
    margin-right: 5px;
    width: 40px;
    height: 30px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.kggrm-now label,
.kggrm-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.kggrm-now input[type="radio"] {
    display: none;
}

.kggrm-now input[type="radio"]:checked+label,
.Checked+label {
    background: #f58904;
}

.kggrm-now label {
    padding: 5px;
    cursor: pointer;
    background: #c7c7c7;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
}

.kggrm-now label:hover {
    background: #f58904;
}

.qty-group {
    display: flex;
    align-items: center;
    margin-top: 10px;
}


/* -- quantity box -- */

.quantity {
    display: inline-block;
}

.quantity .input-text.qty {
    width: 50%;
    height: 41px;
    padding: 0 5px;
    text-align: center;
    background-color: #fff;
    border: 0;
    margin-left: -4px;
    font-family: 'goBoldBold';
    margin-right: -4px;
    font-size: 22px;
    color: #6A7583;
    font-weight: 600;
}

.quantity .input-text.qty.white-bg-input {
    border: 1px solid #efefef;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    border: none;
        margin: 0px 0px 0px -15px;

}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 6px 0px 5px;
    height: 40px;
    background-color: rgb(220 228 234);
    border: 0;
    color: #6a6a6a;
    cursor: pointer;
    border-radius: 0px;
    width: 40px;
    font-size: 32px;
    line-height: 0;
}

.quantity.buttons_added .minus-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.quantity.buttons_added .plus-btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.quantity.buttons_added .minus {
    padding-top: 0;
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #3f21ff;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}

.cart-item-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #f58904;
    text-align: right;
    display: inline-flex;
    margin-left: auto;
}

.cart-item-price span {
    color: #c7c7c7;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: 600;
}

.wishlist-item {
    display: flex;
}

.wishlist-product-img {
    width: 70px;
    position: relative;
}

.wishlist-product-img img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #efefef;
}


/* --- Filters Overlay --- */

.bs-canvas-right {
    right: 0;
    margin-right: -400px;
}

.bs-canvas-close {
    color: #fff !important;
    opacity: 1 !important;
}

.side-cart-header {
    background: #2b2f4c;
    color: #fff;
    position: sticky;
    top: 0;
}

.main-cart-title {
    font-size: 16px;
    font-weight: 500;
}

.bs-canvas-body {
    background: #f9f9f9;
    position: absolute;
    width: 100%;
    top: 48px;
    bottom: 190px;
    overflow-y: scroll;
}

.filter-body {
    background: #fff !important;
    bottom: 0 !important;
    padding-bottom: 30px;
}

.filter-items {
    padding: 10px 15px 0;
    border-bottom: 1px solid #eee;
}

.filtr-cate-title h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2b2f4c;
    margin-bottom: 0;
    padding: 10px 0px;
}

.filter-item-body {
    height: 202px;
    width: 100%;
    margin-top: 20px;
    overflow-y: auto;
}

.other-item-body {
    height: 166px;
    width: 100%;
    margin-top: 20px;
    overflow-y: auto;
}

.offer-item-body {
    height: 125px;
    width: 100%;
    margin-top: 20px;
    overflow-y: auto;
}

.price-pack-item-body {
    height: 100%;
    width: 100%;
    margin-top: 10px;
}


/* --- category Radio Btn --- */

.cte-select {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cte-select li {
    margin-right: 0;
    width: 100%;
    height: 40px;
    position: relative;
    text-align: left;
    display: block;
    margin-bottom: 0px;
    border-bottom: 0;
}

.cte-select label,
.cte-select input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cte-select input[type="radio"] {
    display: none;
}

.cte-select input[type="radio"]:checked+label,
.Checked+label {
    background: #f58904;
    color: #fff;
}

.cte-select label {
    padding: 10px 20px;
    cursor: pointer;
    background: #f9f9f9;
    color: #2b2f4c;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.cte-select label:hover {
    background: #f58904;
    color: #fff;
}

.brand-list {
    width: 100%;
}

.search-by-catgory {
    margin-bottom: 15px;
    width: 100%;
}

.custom-control-label {
    font-size: 13px;
    font-weight: 500;
    color: #2b2f4c !important;
    vertical-align: middle !important;
    padding-top: 4px;
    padding-left:2px;
}

.dbox-right .custom-control-label {
    font-size: 11px;
    font-weight: 500;
    color: red !important;
    vertical-align: middle !important;
    padding-top: 5px;
    padding-left: 5px;
}

.custom-control-label::before {
    width: 1.2rem !important;
    height: 1.2rem !important;
}

.custom-checkbox .custom-control-label::before {
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.custom-control-label::after {
    top: .27rem !important;
    left: -1.5rem !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    content: "";
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #1678ff !important;
    background-color: #1678ff !important;
}

.pb2 {
    padding-bottom: 6px;
}

.pb2:last-child {
    padding-bottom: 8px;
}

.webproduct {
    color: #8f91ac;
    padding-left: 3px;
}


/* --- Index Page --- */

.wrapper {
    padding-top: 157px;
    padding-bottom: 50px;
}
.wrapper1 {
    padding-top: 175px;
    padding-bottom: 50px;
}

.wrapper-blog {
    padding-top: 60px !important;
}

.main-banner-slider {
    margin-top: 20px;
    overflow: hidden;
}

.offers-banner .owl-stage-outer {
    /*overflow: visible !important;*/
}

.offer-item {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}

.offer-item-img {
    position: relative;
    width: 100%;
}

.offer-item-img img {
    border-radius: 5px;
    width: 100%;
}

.gambo-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2b2f4c;
    border-radius: 5px;
    opacity: 0.05;
}

.offer-top-text-banner {
    position: absolute;
    top: 20px;
    left: 5px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 15px 11px;
    width: 220px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.offer-top-text-banner p {
    font-size: 12px;
    font-weight: 600;
    color: #f58904;
    margin-bottom: 3px;
    text-align: left;
    text-transform: uppercase;
}

.top-text-1 {
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
    margin-bottom: 5px;
    line-height: 24px;
    text-align: left;
}

.offer-top-text-banner span {
    font-weight: 500;
    font-size: 14px;
    color: #8f91ac;
    text-align: left;
    line-height: 24px;
}

.Offer-shop-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    padding: 10px 30px;
    background: #3F21FF;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}


/* --- Slider Category --- */

.section145 {
    padding: 47px 0 0;
    width: 100%;
    display: block;
}

.main-title-tt {
    margin-bottom: 27px;
    display: flex;
    align-items: flex-end;
}

.main-title-left {
    margin-right: auto;
}

.main-title-left span {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #f58904;
    margin-bottom: 10px;
    display: block;
}

.main-title-left h2 {
    font-size: 24px;
    font-weight: 600;
    color: #2b2f4c;
    margin-top: 0;
    display: block;
}

.see-more-btn {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    text-align: right;
}

.see-more-btn:hover {
    color: #f58904 !important;
}

.category-item {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}

.cate-img {
    width: 50px;
    text-align: center;
    display: inline-block;
}

.cate-img img {
    display: inline-block;
}

.category-item h4 {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    margin-top: 15px;
    text-align: center;
}

.cate-slider .owl-nav {
    margin-top: 0 !important;
}

.cate-slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 35%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.cate-slider .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 35%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.cate-slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #f58904 !important;
    border: 1px solid #f58904 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.cate-slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #f58904 !important;
    background: #f58904 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

span.like-icon {
    color: #1f6cf0;
    font-size: 20px;
    position: absolute;
    z-index: 101;
    right: 0px; left: 10px;
    top: 0px;
    cursor: pointer;
    background-color: #EEF2F4;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 37px;
    border-radius: 30px;
    transition: all 0.4s;
}

.like-icon:before,
.like-icon:after {
    transition: opacity 0.3s, transform 0.4s cubic-bezier(.0, -.41, .19, 2.5);
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 0px;
}

.like-icon:before {
    content: "\f004";
    transform: scale(0.95);
}

.like-icon:after {
    content: "\f004";
    opacity: 0;
    transform: scale(0.3);
    font-weight: 900;
}

.like-icon.liked:after {
    opacity: 1;
    transform: scale(0.95);
}

.like-icon:hover,
.like-icon.liked {
    background-color: #1f6cf0;
    color: #fff;
}

.like-icon.liked:before {
    opacity: 0;
}

.product-item {
    width: 100%;
    display: block;
    position: relative;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    box-shadow: 0 3px 9px 0 #dfdfdf;
    transition: 0.4s ease;
}
.product-item .hot{
    position: absolute; background: #E60E0E; padding: 4px 12px; top: 10px; left: 10px;
    font-size: 13px; font-weight: 400; color: #fff;  letter-spacing: 1px; z-index: 1;
}
.product-item:hover {
    box-shadow: 0 7px 17px 0 #d4d4d4;
    transition: 0.4s ease;
}

.product-img {
    width: 100%;
    position: relative;
    padding: 10px 20px;
    display: block;
}

/*.product-img img {
    width: auto;
    min-height: 150px;
    max-height: 150px;
    margin-top: 11px;
    transition: transform .5s ease;
}*/
.product-img img {
    width: 100%;
    height: auto;
    margin-top: 11px;
    transition: transform .5s ease;
}


.bulk_img {
    max-width: 120px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
}


/* .product-item:hover img {
    transform: scale(1.1);
} */

.offer-badge-1 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #3F21FF;
    padding: 3px 10px;
    border-radius: 3px;
    line-height: 20px;
    text-transform: uppercase
}
.product-text-dt{
    padding: 5px 10px;
}
.product-text-dt p {
    font-size: 12px;
    font-weight: 500;
    color: #8f91ac;
    margin-bottom: 0;
    line-height: 24px;
}

.product-text-dt p span {
    margin-left: 5px;
}

.product-text-dt h4 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 24px;
    text-align: center;
    color: #6A7583;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-price {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    font-family: 'goBoldBold';
    color: #3F21FF;
    text-align: right;
    padding: 0px 3px 0px 0px !important;
    margin: 0 !important;
}

.product-price span {
    color: #6A7583;
    text-decoration: line-through;
    margin-right: 6px;
    padding: 0 !important;
    font-size: 14px;
    font-family: 'goBoldBold';
    font-weight: 600;
}
 .off{
     /*text-align: left;*/
    color: #9DCE6C !important; font-size: 16px; text-transform: uppercase;  line-height: 20px;
    padding: 0;margin: -5px 0 0 0 !important;
}
 .off p{
    color: #E60E0E; font-size: 8px !important; text-transform: capitalize !important;
    text-decoration:none; margin-top: -10px !important;
}
.product-foot{
    background: #0362E5; padding: 5px 10px;
    min-height: 45px;
}
.product-foot .wish-icon{
    text-align: left;
}
.product-foot .addbtn{
    text-align:right; padding: 5px 10px;
}
.product-foot .addbtn .add-to{
    font-size: 16px; padding: 0px !important; color: #fff;
    font-weight: 500;
    text-align: right;
}
.product-foot .addbtn .add-to:hover{
    color: #ABCFFF !important;
}


.product-item .product-ov{
    /*display: none;*/
}
.product-item .product-ov{
    width: 100%;
     height: 100%; color: #fff; margin: 0 !important;
    /*display: none;*/
    /*position: absolute; top: 0;*/
    /*background: RGB(14, 14, 15,0.6);*/
    border-radius: 3px;
    text-align: center;
    /*padding: 10px;*/
     z-index: 1;
    /*box-shadow: 0 3px 6px 0 #dfdfdf;*/
    /*transition: 0.5s ease;*/
/*transition-delay: 0.6s;*/
}

.product-ov .btn-close{
    font-size: 15px; color: #E60E0E !important; text-shadow: none !important;
   border-radius: 50%; width: 20px; height: 20px; padding: 0px; z-index: 1;
}
.product-ov .wish-box{
    width: 100%; margin: 0px 0 10px 0;
    padding: 5px 0;  color: #fff;

}
.product-ov .wish-box .wis-icon{
    margin-top: 17px !important;
}
.product-ov .wish-box a{
    font-size: 18px; font-weight: 400; letter-spacing: 1px; line-height: 37px;

}
.product-ov .wish-box a i{
    color: #0362E5; font-size: 24px;
}

.product-ov .ov-box{
    width: 100%; min-height: 55px; max-height: 70px;
    margin: 0px auto; margin-bottom: 15px;
    padding: 5px;  color: #fff;
}
.product-ov .ov-box i{
    font-size: 35px; color: #000;
}
/*.product-ov .bulk-box{
    
    background: #00C1F2;  
}*/
.product-ov .bulk-box {
    background: #00C1F2;
    margin-top: 25px !important;
}

.product-ov .bulk-box:hover h2, .product-ov .bulk-box:hover h3, .product-ov .bulk-box:hover p{
    color: #F4F3EC;
}
.product-ov .bulk-box h2{
    font-size: 24px; font-weight: 600; color: #000; text-transform: uppercase; padding: 0; margin-top: -5px;
}
.product-ov .bulk-box h2 span{
    font-size: 28px; text-transform: capitalize;
}
.product-ov .bulk-box h3 { padding: 0; margin: 0;
    font-size: 22px; text-transform: capitalize; color: #000; font-weight: 600;
}
.product-ov .bulk-box p{
    color: #000; font-size: 13px; line-height: 18px; font-weight: 600; text-align: left;
}

.product-ov .try-box{
    background: #85D68F; 
}

.product-ov .ov-box i{
    font-size: 35px; color: #000;
}
.product-ov .try-box a{
    color: #000;
}

.product-ov .month-box{
     background: #FFD700; 
}

.product-ov .ov-box:hover .try-text, .product-ov .ov-box:hover .mnthly-text, .product-ov .ov-box:hover i{
    color: #F4F3EC; transition: 0.3s;
}

.try-text{
    color: #000; font-size: 18px; font-weight: 500;
    text-align: left; line-height: 50px;
}
.mnthly-text{
    color: #000; font-size: 18px; font-weight: 500;
    text-align: left; line-height: 25px;
}
.square-icon{
    width: 20px; height: 20px; background: #000;
    margin: 15px 0 0 20px;
}

.text-red{
    color: #E60E0E;
}
.st-actionContainer {
	z-index: 9999;
	position: fixed;
	display: inline-block;
}

.right-bottom {
	bottom: 2em;
	right: 2em;
	float: right !important;
}

.left-bottom {
	bottom: 2em;
	left: 2em;
	float: left !important;
}

div.st-actionContainer li{
	list-style: none;
}

.st-panel{
	width: auto;
	margin-bottom: 10%;
	background-color: #757575;
	color: white;
	border: 2px solid #eee;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	border-radius: 5px;
	display: none;
}

div.st-panel{
	font-family: Roboto;
	font-size: 15px;

}

.st-panel-header{
	background-color: white;
	color: black;
	padding: 3px;
}

.st-panel-contents{
	padding: 15px;
}

.st-button-main{
	font-size:24px;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	line-height:60px;
	cursor:pointer;
	height: 100%;
	width: 100%;
	display: table;
}

.st-button-main > i{
	display: table-cell;
	vertical-align: middle;
}

.st-btn-container{
	background:#D15D36;
	width:60px;
	height:60px;
	border-radius:100%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.rotateForward{
    animation-name:             rotateF;
    animation-duration:         0.65s;
    animation-iteration-count:  1;

}

@keyframes rotateF {
  from {
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
  }
  to {
            transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
  }
}

.rotateBackward{
    animation-name:             rotateB;
    animation-duration:         0.65s;
    animation-iteration-count:  1;

}

@keyframes rotateB {
  from {
            transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
  }
  to {
            transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -webkit-transform: rotate(0deg);
  }
}

/*option grid in panel*/

.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.gridChild {
	flex: 0 0 33.33%;
	height: 50px;
	background-color: #999;
	text-align:center;
	text-decoration: none;
	color: white;
	line-height:50px;
}

.gridChild:hover {
	background-color: #eee;
	color: black;
}

.hide{
    display: none;
}


.qty-cart {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.cart-icon {
    margin-left: auto;
    font-size: 20px;
    color: #c7c7c7;
    cursor: pointer;
}

.cart-icon:hover {
    color: #f58904;
}

.featured-slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 42%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured-slider .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 42%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured-slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #f58904 !important;
    border: 1px solid #f58904 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.featured-slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #f58904 !important;
    background: #f58904 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.best-offer-item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.best-offer-item img {
    width: 100%;
    border-radius: 5px;
}

.offer-counter-text {
    font-size: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.2);
}

.cmtk_dt {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.code-offer-item img {
    width: 100%;
    border-radius: 5px;
}


/* --- Footer --- */

.footer {
    background: #fff;
}

.footer-first-row {
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    background: white;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.call-email-alt {
    float: left;
    width: 100%;
}

.call-email-alt li {
    display: inline-block;
    margin-right: 20px;
}

.call-email-alt li:last-child {
    margin-right: 0;
}

.callemail {
    font-size: 14px;
    font-weight: 500;
    color: #3e3f5e;
}

.callemail i {
    margin-right: 5px;
    color: #f58904;
}

.social-links-footer {
    text-align: right;
    float: left;
    width: 100%;
}

.social-links-footer h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 17px;
}

.social-links-footer ul {
    float: left;
    width: 100%;
}

.social-links-footer ul li {
    display: inline-block;
    padding-right: 15px;
}

.social-links-footer ul li:last-child {
    padding-right: 0;
}

.social-links-footer ul li a {
    color: #2b2f4c;
    font-size: 14px;
    text-align: right;
    position: relative;
    display: inline-block;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.social-links-footer ul li:hover a {
    bottom: 5px;
    color: #f58904 !important;
}

.footer-second-row {
    padding-bottom: 50px;
    border-bottom: none;
    background-color: #020635;
}

.second-row-item {
    margin-top: 47px;
}

.second-row-item h4 {
    color: #1678ff;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 17px;
}

.second-row-item ul li {
    display: block;
    padding-bottom: 9px;
}

.second-row-item ul li:last-child {
    padding-bottom: 0;
}

.second-row-item ul li a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.second-row-item ul li a:hover {
    color: #f58904 !important;
    left: 5px;
}

.second-row-item-2 {
    margin-top: 86px;
}

.second-row-item-app {
    margin-top: 47px;
}

.second-row-item-app h4 {
    color: #1678ff;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 17px;
}

.second-row-item-app ul li {
    display: inline-block;
    padding-right: 0;
}

.second-row-item-app ul li:last-child {
    padding-right: 0;
}

img.download-btn {
    width: 120px;
}

.zoom_in {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-family: "hpSimplified";
    padding: 12px;
}

.footer-last-row {
    padding: 15px 0;
    background: #010005;
    text-align: center;
}

.footer-bottom-links ul li {
    display: inline-block;
    padding: 0 10px;
}

.footer-bottom-links li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    line-height: 24px;
    position: relative;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer-bottom-links ul li:hover a {
    bottom: 2px;
    color: #f58904 !important;
}

.copyright-text {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 0;
    letter-spacing: 0.3px;
}

.financial-institutes {
    display: inline-block;
    list-style: none;
    line-height: 0;
}

.financial-institutes__logo {
    display: inline-block;
    margin: 0 1px 5px 0;
}

.financial-institutes__logo img {
    width: 35px;
    height: auto;
}

.second-row-item-payment {
    margin-top: 37px;
}

.second-row-item-payment h4 {
    color: #1678ff;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 17px;
}


/* --- Product Grid Page --- */

.gambo-Breadcrumb {
    background: none;
    border-top: 1px solid #efefef;
    padding: 0 0;
}

.gambo-Breadcrumb .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: #8f91ac;
}

.gambo-Breadcrumb .breadcrumb .breadcrumb-item a {
    color: #8f91ac !important;
}

.gambo-Breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: #2b2f4c !important;
}

.gambo-Breadcrumb .breadcrumb .breadcrumb-item.active {
    color: #2b2f4c;
}

.all-product-grid {
    margin-top: 40px;
}

.product-top-dt {
    float: left;
    width: 100%;
    display: block;
}

.product-left-title {
    float: left;
}

.product-left-title h2 {
    font-size: 24px;
    font-weight: 600;
    color: #2b2f4c;
    text-align: left;
    padding-top: 3px;
}

.filter-btn {
    font-size: 14px;
    font-weight: 500;
    float: right;
    display: block;
    height: 40px;
    width: 110px;
    padding: 10px 0;
    text-align: center;
    color: #2b2f4c;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #efefef;
    text-transform: uppercase;
}

.filter-btn:hover {
    background: #f58904;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
}

.product-sort {
    float: right;
    margin-right: 10px;
    margin-top: 1px;
}

.ui.selection.dropdown.vchrt-dropdown {
    border: 1px solid #efefef;
    font-weight: 400;
    color: #2b2f4c;
    border-radius: 5px;
}

.ui.selection.dropdown.vchrt-dropdown:hover {
    border-color: #efefef;
}

.ui.selection.visible.dropdown.vchrt-dropdown>.text:not(.default) {
    font-weight: 400;
    color: #2b2f4c;
}

.ui.dropdown.vchrt-dropdown .menu>.item {
    color: #2b2f4c !important;
    font-weight: 400 !important;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.product-list-view {
    margin-top: 39px;
}

.more-product-btn {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.show-more-btn {
    height: 40px;
    font-size: 14px;
    padding: 0 20px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background: #3F21FF;
    text-align: center;
    font-weight: 500;
    font-family: "hpSimplified";
}


/* --- Single Product View --- */

.product-dt-view {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 3px 9px 0 #dfdfdf;
}

#sync1 .item {
    margin: 0px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item {
    padding: 6px;
    margin: 0;
    cursor: pointer;
    background: #fff;
}

#sync1 .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 45%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

#sync1 .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 45%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

#sync1 .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #f58904 !important;
    border: 1px solid #f58904 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

#sync1 .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #f58904 !important;
    background: #f58904 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.product-dt-right {
    margin-top: 0;
    margin-left: 0;
}

.product-dt-right h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-top: -7px;
    color: #2b2f4c;
    margin-bottom: 5px;
}

.no-stock {
    display: block;
}

.no-stock p {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
}

.no-stock p:last-child {
    margin-right: 0;
}

.no-stock p span {
    margin-left: 5px;
    color: #8f91ac;
}


/* --- Single Product Radio Btn --- */

.product-radio {
    margin-top: 7px;
}

.product-now {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-now li {
    margin-right: 5px;
    width: 50px;
    height: 36px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.product-now label,
.product-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-now input[type="radio"] {
    display: none;
}

.product-now input[type="radio"]:checked+label,
.Checked+label {
    background: #f58904;
}

.product-now label {
    padding: 5px;
    cursor: pointer;
    background: #999999;
    color: #fff;
    border-radius: 3px;
    height: 25px;
    font-weight: 400;
    font-size: 12px;
}

.product-now label:hover {
    background: #f58904;
}

.pp-descp {
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #3e3f5e;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
}

.product-group-dt {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}

.product-group-dt ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.product-group-dt ul li:last-child {
    margin-right: 0;
}

.main-price {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #2b2f4c;
}

.main-price span {
    margin-left: 10px;
    color: #8f91ac;
}

.color-discount {
    color: #7c72ff;
}

.mrp-price {
    text-decoration: line-through;
    font-weight: 500;
}

.color-discount:after {
    content: '-';
    margin-left: 20px;
    color: #2b2f4c;
}

.gty-wish-share {
    margin-top: 22px;
}

.gty-wish-share li {
    margin-right: 10px !important;
}

.ordr-crt-share {
    margin-top: 22px;
}

.ordr-crt-share li {
    margin-right: 10px !important;
}

span.save-icon {
    color: #f69733;
    margin-left: 10px;
    font-size: 18px;
    position: relative !important;
    cursor: pointer;
    background-color: rgba(246, 151, 51, 0.2);
    height: 35px;
    width: 35px;
    border-radius: 30px;
    transition: all 0.4s;
}

.icon-bar {
    position: fixed;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background: #f58904;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
}

.facebook {
    background: #3B5998;
    color: #fff;
    border-radius: 0 5px 0 0;
}

.twitter {
    background: #55ACEE;
    color: #fff;
}

.google {
    background: #dd4b39;
    color: #fff;
}

.linkedin {
    background: #007bb5;
    color: #fff;
}

.whatsapp {
    background: #25d366;
    color: #fff;
    border-radius: 0 0 5px 0;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.add-cart-btn {
    background: #f58904;
    border: 0;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    font-family: "hpSimplified";
    font-weight: 500;
    border-radius: 5px;
}

.order-btn {
    background: transparent;
    border: 1px solid #f58904;
    color: #f58904;
    height: 40px;
    padding: 0 20px;
    font-family: "hpSimplified";
    font-weight: 500;
    border-radius: 5px;
}

.add-cart-btn i {
    margin-right: 5px;
    font-size: 16px;
}

.pdp-details {
    background: #f9f9f9;
    margin-top: 20px;
    border-radius: 5px;
    float: left;
    width: 100%;
}

.pdp-details ul li {
    padding: 20px;
    border-right: 1px solid #efefef;
    width: 50%;
    display: inline-block;
    float: left;
}

.pdp-details ul li:last-child {
    border-right: 0;
}

.pdp-group-dt {
    display: flex;
    align-items: center;
    width: 100%;
}

.pdp-icon i {
    font-size: 30px;
    color: #f58904;
}

.pdp-text-dt {
    margin-left: 10px;
}

.pdp-text-dt span {
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
    margin-bottom: 10px;
    display: block;
}

.pdp-text-dt p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 0;
    line-height: 26px;
}

.pay__logo {
    display: inline-block;
    margin: 0 1px 5px 0;
}

.pay__logo img {
    width: 20px;
}

.pdpt-bg {
    margin-top: 30px;
    background: #fff;
    border-radius: 10px;
}

.pdpt-bg {
    margin-top: 8px;
    background: #fff;
    border-radius: 3px;
    padding: 0px 10px 15px 10px;
}
/*.panel-heading {
    margin: 0px 9px;
}*/
.pdpt-title h4 {
    padding: 3px 0px 0px 0px;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin-top: -7px;
    color: #2b2f4c;
    margin-bottom: 5px;
}

.border_radius:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pdpt-body {
    height: 451px;
    overflow-y: auto;
}

.pdct-dts-1 {
    padding: 0 30px 30px;
}

.pdct-dt-step h4 {
    margin-top: 27px !important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: left;
}

.pdct-dt-step p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    line-height: 26px;
    text-align: left;
}

.product_attr {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    line-height: 26px;
    text-align: left;
}


/* --- Checkout Page --- */

.checkout-step-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #3e3f5e;
    text-align: left;
}

.phn145 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #3e3f5e;
}

.phn145 span {
    font-weight: 600;
    color: #f58904;
}

.phn145 .edit-no-btn {
    font-size: 13px;
    font-weight: 500;
    margin-left: 15px;
    display: inline-block;
    padding: 0px 10px;
    color: #fff;
    background: #f58904;
    border-radius: 5px;
}

.code-alrt-inputs li {
    display: inline-block;
    vertical-align: middle;
}

.code-alrt-inputs input {
    text-align: center;
}

ul.code-alrt-inputs input {
    width: 40px;
    border: 1px solid #efefef;
    text-align: center;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: "hpSimplified";
}

ul.code-alrt-inputs input:focus {
    box-shadow: none;
    border: 1px solid #f58904;
}

label.control-label {
    font-size: 13px;
    font-weight: 500;
    color: #2b2f4c;
}

.chck-btn {
    height: 33px;
    display: inline-block;
    background: #1f6cf0;
    color: #fff !important;
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 5px;
}

.resend-link {
    margin-top: 10px;
    display: block;
    font-weight: 500;
    color: #2b2f4c;
    text-align: left;
}

.resend-link:hover {
    color: #f58904;
}

.checout-address-step .form-control {
    font-size: 14px;
    font-family: "hpSimplified";
    font-weight: 500;
    color: #2b2f4c;
    border: 1px solid #efefef;
    position: relative;
    padding: 0 1rem 0 1rem;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #f58904 !important;
}

.address-btns {
    display: flex;
    align-items: end;
}

.save-btn14 {
    height: 40px;
    padding: 0 20px;
    border: 1px solid;
    background: transparent;
    color: #f58904;
    border-radius: 5px;
    font-family: "hpSimplified";
    font-weight: 500;
}

.next-btn16 {
    height: 40px;
    padding: 9px 20px;
    border: 1px solid #f58904;
    background: #f58904;
    color: #fff;
    border-radius: 5px;
    font-family: "hpSimplified";
    font-weight: 500;
    display: inline-block;
}

.time-radio {
    margin-top: 10px;
}

.date-slider-group {
    margin-top: 10px;
}

.date-slider-group {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.date-slider-group .date-now {
    margin-right: 5px;
    width: 100%;
    height: 36px;
    position: relative;
    text-align: center;
    display: inline-block;
}

.date-slider-group label,
.date-slider-group input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.date-slider-group input[type="radio"] {
    display: none;
}

.date-slider-group input[type="radio"]:checked+label,
.Checked+label {
    background: #f58904;
}

.date-slider-group label {
    padding: 5px;
    cursor: pointer;
    background: #2b2f4c;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
}

.date-slider-group label:hover {
    background: #f58904;
}

.ui.checkbox.chck-rdio label {
    color: #2b2f4c !important;
    font-weight: 400 !important;
}

.ui.radio.checkbox.chck-rdio .box:after,
.ui.radio.checkbox.chck-rdio label:after {
    background-color: #f58904 !important;
}

.total-checkout-group {
    padding: 20px 20px 0;
}

.payment-secure {
    text-align: center;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #2b2f4c;
}

.checkout-safety-alerts {
    background: #fff;
    border-radius: 5px;
    margin-top: 30px;
    box-shadow: 0 3px 9px 0 #dfdfdf;
}

.checkout-safety-alerts p {
    margin-bottom: 0;
    padding: 15px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    font-weight: 500;
    color: #3e3f5e;
    text-align: left;
}

.checkout-safety-alerts p:last-child {
    border-bottom: 0;
}

.checkout-safety-alerts i {
    margin-right: 5px;
}

.return-departure-dts {
    color: #727272;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    margin-top: 0;
    display: none;
    margin-bottom: 25px !important;
}

.single-payment-method:first-child .payment-method-details {
    display: block;
}

.radio--group-inline-container_1 {
    width: 100%;
    width: 100%;
    display: block;
    margin-bottom: 22px !important;
}

.radio--group-inline-container_1 li {
    display: inline-block;
    width: 33.333%;
    margin-right: 10px;
}

.radio--group-inline-container_1 li:last-child {
    margin-right: 0;
}

.radio--group-inline-container_1 .radio-item_1 {
    display: inline-block;
    margin-right: 10px;
    width: 100%;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]+.radio-label_1:before {
    content: '';
    background: #f7f7f7;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1em;
    height: 1em;
    top: 0px;
    position: relative;
    margin-right: 10px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:checked+.radio-label_1:before {
    background-color: #f58904;
    box-shadow: inset 0 0 0 2px #f4f4f4;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:focus+.radio-label_1:before {
    outline: none;
    border-color: #0E8A86;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]:disabled+.radio-label_1:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio--group-inline-container_1 .radio-item_1 input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}

.radio-label_1 {
    font-size: 14px;
    font-weight: 500;
    font-family: "hpSimplified";
    line-height: 16px;
    color: #2b2f4c;
    cursor: pointer;
    padding: 15px 20px;
    background: #f9f9f9;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #efefef;
}

.radio-label_1:hover {
    background: #f5f5f5;
    transition: all .4s ease-in-out;
}

.pymnt_title h4 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 15px;
    color: #2b2f4c;
}

.swdh19 {
    width: 100%;
}

.ui[class*="left icon"].swdh19.input>input {
    padding-left: 1em !important;
    padding-right: 1em !important;
    height: 34px;
}

.ui.input>input {
    font-weight: 500 !important;
    background: #fff;
    border: 1px solid #efefef !important;
    color: #2b2f4c !important;
    border-radius: 5px !important;
}

.ui.input>input:focus {
    border: 1px solid #f58904 !important;
}

.ui.selection.active.dropdown.form-dropdown {
    border-color: #f58904 !important;
}

.ui.selection.active.dropdown.form-dropdown .menu {
    border-color: #f58904 !important;
}

.ui.dropdown.form-dropdown .menu>.item {
    color: #2b2f4c !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.ui.selection.dropdown.form-dropdown:hover {
    border-color: #efefef !important;
}

.ui.selection.dropdown.form-dropdown {
    color: #2b2f4c !important;
    font-weight: 500 !important;
    border: 1px solid #efefef !important;
}

.ui.selection.visible.dropdown.form-dropdown>.text:not(.default) {
    font-weight: 500 !important;
    color: #2b2f4c !important;
}

.promo-link45 {
    margin-top: 30px;
    background: #fff;
    border-radius: 3px;
    padding: 12px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    line-height: 24px;
    display: block;
    box-shadow: 0 3px 9px 0 #dfdfdf;
}

.promo-link45:hover {
    color: #f58904 !important;
}


/* --- Order Placed --- */

.order-placed-dt {
    text-align: center;
    padding: 20px 0 14px;
    float: left;
    width: 100%;
}

.order-placed-dt .icon-circle {
    font-size: 56px;
    color: #f58904;
}

.order-placed-dt h2 {
    font-size: 30px;
    font-weight: 500;
    color: #2b2f4c;
    text-align: center;
    margin-bottom: 25px;
}

.order-placed-dt p {
    font-size: 16px;
    font-weight: 500;
    color: #3e3f5e;
    margin-bottom: 0;
    text-align: center;
    line-height: 24px;
}

.delivery-address-bg {
    margin-top: 40px;
    background: #fff;
    border-radius: 5px;
    float: left;
    width: 100%;
    text-align: left;
    box-shadow: 0 3px 9px 0 #dfdfdf;
}

.title585 {
    display: inline-block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.pln-icon {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
}

.title585 h4 {
    float: left;
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    color: #2b2f4c;
    line-height: 50px;
}

.pln-icon i {
    font-size: 20px;
    color: #f58904;
}

.address-placed-dt1 {
    float: left;
    padding: 20px;
    width: 100%;
}

.address-placed-dt1 li {
    margin-bottom: 10px;
}

.address-placed-dt1 li:last-child {
    margin-bottom: 0;
}

.address-placed-dt1 i {
    margin-right: 5px;
}

.address-placed-dt1 p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #2b2f4c;
}

.address-placed-dt1 p span {
    margin-left: 10px;
    font-weight: 400;
    color: #3e3f5e;
}

.stay-invoice {
    float: left;
    width: 100%;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.invc-link {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #f58904;
    padding: 5px 15px;
    border-radius: 5px;
}

.st-hm {
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
}

.st-hm i {
    margin-left: 5px;
}

.placed-bottom-dt {
    padding: 20px;
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 0;
    text-align: center;
    line-height: 24px;
    width: 100%;
}

.placed-bottom-dt span {
    font-weight: 600;
    color: #f58904;
}


/* --- User Dashboard Page --- */

.dashboard-group {
    background: rgb(245 137 4 / 71%);
    position: relative;
    padding: 20px 0;
}

.dashboard-group:before {
    content: "";
    background: url(../images/banner.svg) no-repeat bottom;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.02;
}

.user-dt {
    position: relative;
    width: 100%;
    text-align: center;
}

.user-img {
    position: relative;
    display: inline-block;
}

.user-img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.user-img .change-btn {
    position: absolute;
    bottom: 5px;
    right: -5px;
    background: #f58904;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 1px solid #ffff;
    font-size: 18px;
    padding: 8px 5px;
}

.img-add {
    display: block;
}

.img-add [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    float: left;
}

.img-add [type="file"]+label {
    cursor: pointer;
    display: inline-block;
    outline: none;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    bottom: 5px;
    right: -5px;
    background: #f58904;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    border: 1px solid #ffff;
    font-size: 18px;
    padding: 8px 5px;
}

.img-add [type="file"]+label:hover {
    background: #f58904;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
}

.user-dt h4 {
    font-size: 24px;
    color: #2b2f4c;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 5px;
}

.user-dt p {
    font-size: 14px;
    color: #3e3f5e;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
}

.user-dt p a {
    color: #3e3f5e !important;
    font-size: 16px;
    margin-left: 5px;
}

.user-dt p a:hover {
    color: #f58904 !important;
}

.earn-points img {
    width: 24px;
    margin-right: 7px;
}

.earn-points {
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: rgb(22 120 255);
    padding: 5px 11px 5px 10px;
    border-radius: 5px;
}

.left-side-tabs {
    position: sticky;
    top: 167px;
}

.left-side-tabs {
    background: #fff;
    margin-top: 50px;
    border-radius: 5px;
    box-shadow: 0 3px 9px 0 #dfdfdf;
}

.user-item {
    display: flex;
    padding: 12px 20px;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    text-align: left;
    align-items: center;
}

.user-item:last-child {
    border-bottom: 0;
}

.user-item i {
    margin-right: 10px;
    font-size: 18px;
}

.user-item:hover {
    color: #2b2f4c;
    background: #ffecec;
}

.user-item:first-child:hover {
    border-radius: 5px 5px 0 0;
}

.user-item:last-child:hover {
    border-radius: 0 0 5px 5px;
}

.user-item:hover i {
    color: #f58904 !important;
}

.user-item.active {
    background: #f58904;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    ;
    pointer-events: none;
}

.user-item:first-child.active {
    border-radius: 5px 5px 0 0;
}

.user-item:last-child.active {
    border-radius: 0 0 5px 5px;
}

.dashboard-right {
    margin-top: 50px;
}

.main-title-tab h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2b2f4c;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
}

.main-title-tab i {
    margin-right: 5px;
}

.welcome-text h2 {
    font-size: 24px;
    font-weight: 500;
    color: #2b2f4c;
    text-align: left;
    margin-bottom: 3px !important;
    margin-top: 30px !important;
}

.ddsh-body {
    padding: 20px;
}

.ddsh-body h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
    color: #2b2f4c;
    font-weight: 500;
}

.more-link14 {
    text-align: left;
    padding: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #2b2f4c;
    display: block;
    border-top: 1px solid #efefef;
}

.more-link14:hover {
    color: #f58904 !important;
}

.ddsh-body ul li {
    display: inline-block;
    margin-right: 10px;
}

.ddsh-body ul li:last-child {
    margin-right: 0;
}

.small-reward-dt {
    color: #fff;
    background: #f58904;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    display: block;
}

.rewards-link5 {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
}

.rewards-link5:hover {
    color: #f58904 !important;
}

.smll-history {
    display: flex;
    width: 100%;
    padding: 4px 0;
}

.order-title {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
}

.order-title span {
    font-size: 12px;
    display: inline-block;
    background: #2b2f4c;
    color: #fff;
    height: 18px;
    border-radius: 100%;
    width: 18px;
    text-align: center;
    font-weight: 700;
    margin-left: 5px;
    cursor: pointer;
}

.order-title span:hover {
    background: #f58904;
}

.smll-history p {
    margin-left: auto;
    font-size: 14px;
    font-weight: 600;
    color: #3e3f5e;
}

.order-list-145 li {
    display: block !important;
    margin-right: 0 !important;
}

.wllt-body h2 {
    font-weight: 500;
}

.order-status {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    color: #f58904;
}

[data-inverted][data-position~=top][data-tooltip]:before {
    background: #2b2f4c !important;
}

[data-position="top right"][data-tooltip]:before {
    right: 0.1em !important;
}

[data-tooltip][data-inverted]:after {
    background: #2b2f4c !important;
    color: #fff;
}

[data-tooltip]:after {
    border: 1px solid #d4d4d5;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: "hpSimplified";
}

.wllt-body {
    padding: 20px 20px 0;
}

.wallet-list {
    padding-top: 10px;
}

.wallet-list li {
    width: 50% !important;
    display: inline-block;
    margin-right: 0 !important;
    margin-bottom: 20px;
    margin-left: -2px;
}

.wallet-links14 {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    display: flex;
    align-items: center;
}

.wallet-links14 i {
    font-size: 18px;
    margin-right: 5px;
}

.newsletter-input {
    position: relative;
}

.newsletter-btn {
    background: #3F21FF;
    position: absolute;
    right: 2px;
    top: 3px;
    height: 35px;
    border: 0;
    width: 35px;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
}

.newsletter-input .form-control {
    font-size: 14px;
    font-family: "hpSimplified";
    font-weight: 500;
    color: #2b2f4c;
    border: 1px solid #efefef;
    position: relative;
    padding: 0 3rem 0 1rem;
    height: 40px;
}


/* --- Dashboard My Orders --- */

.pdpt-title h6 {
    border-bottom: 1px solid #efefef;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    margin-bottom: 0;
}

.order-body10 {}

.order-dtsll {
    padding: 20px;
}

.order-dtsll li {
    display: inline-block;
    vertical-align: top;
}

.order-dt-img {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.order-dt-img img {
    width: 50px;
}

.order-dt47 {
    margin-left: 15px;
}

.order-dt47 h4 {
    font-size: 16px;
    color: #2b2f4c;
    margin-bottom: 5px;
    line-height: 24px;
    text-align: left;
    font-weight: 700;
}

.order-dt47 p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #3e3f5e;
    margin-bottom: 7px;
}

.track-order {
    padding: 20px 0 20px;
}

.track-order h4 {
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #2b2f4c;
    text-align: left;
}

.bs-wizard {
    flex-direction: column;
    margin-top: 0;
    display: flex;
    width: 100%;
    max-width: 400px;
    position: relative;
    padding-left: 50px !important;
    margin: 0 auto 20px;
}


/*Form Wizard*/

.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
    width: 100%;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #1f6cf0;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    position: absolute;
    left: 40px;
}

.bs-wizard>.bs-wizard-step.disabled .bs-wizard-stepnum {
    color: #a1a1a1 !important;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #d0e1ff;
    top: 11px;
    left: 5px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #3f21ff;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 75px;
    width: 8px;
    box-shadow: none;
    margin: 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 8px;
    box-shadow: none;
    background: #d0e1ff;
}

.bs-wizard>.bs-wizard-step.disabled>.progress>.progress-bar {
    background: #efefef;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    height: 75px;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    height: 0;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    height: 0;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    height: 75px;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #efefef;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 1;
    background: #c2c2c2;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    width: 8px;
    height: 75px;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 8px;
    height: 0;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

.progress {
    background-color: #efefef !important;
}


/*END Form Wizard*/

.alert-offer img {
    width: 30px;
    margin-right: 10px;
}

.alert-offer {
    padding: 20px;
    border-top: 1px solid #efefef;
    font-weight: 400;
    color: #3e3f5e;
    text-align: left;
    line-height: 24px;
}

.call-bill {
    padding: 15px 20px;
    display: flex;
    border-top: 1px solid #efefef;
    align-items: center;
}

.delivery-man {
    font-size: 14px;
    color: #2b2f4c;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
}

.delivery-man a {
    margin-left: 5px;
    color: #f58904;
}

.delivery-man a:hover {
    color: #f58904 !important;
    text-decoration: underline !important;
}

.order-bill-slip {
    margin-left: auto;
}

.bill-btn5 {
    display: block;
    background: #f58904;
    color: #fff;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 5px;
}


/* --- My Rewards --- */

.reward-body-dtt {
    padding: 30px;
    text-align: center;
}

.reward-img-icon {
    width: 80px;
    height: 80px;
    display: inline-block;
    background: #f9f9f9;
    border-radius: 100%;
    border: 2px solid #efefef;
    padding: 18px 0;
}

.reward-img-icon img {
    width: 40px;
    text-align: center;
}

.rewrd-title {
    display: block;
    margin-top: 20px;
    font-weight: 500;
    color: #3e3f5e;
    font-size: 14px;
    text-align: center;
}

.cashbk-price {
    color: #2b2f4c;
    margin-top: 12px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.reward-body-all {
    display: flex;
    text-align: center;
}

.reward-body-all li {
    display: inline-block;
    width: 33.333%;
    padding: 30px 10px;
    border-right: 1px solid #efefef;
}

.reward-body-all li:last-child {
    border-right: 0;
}

.tt-icon {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #f58904;
    border-radius: 100%;
    padding: 11px 0;
}

.tt-icon i {
    color: #fff;
    font-size: 24px;
}

.total-rewards span {
    display: block;
    margin-top: 20px;
    font-weight: 600;
    color: #3e3f5e;
    font-size: 14px;
    text-align: center;
}

.total-rewards h4 {
    color: #2b2f4c;
    margin-top: 12px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}

.date-reward {
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
    background: #f9f9f9;
    border: 1px dashed #efefef;
    padding: 2px 15px;
    border-radius: 5px;
    font-size: 12px;
    color: #2b2f4c;
}

.rewards-coupns {
    position: relative;
}

.top-coup-code {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 10px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    background: #f58904;
    border-radius: 0 5px 0 3px;
    cursor: pointer;
    border: 1px dashed #fff;
}

.gambo-body-cash {
    padding: 30px 20px;
    text-align: center;
}

.gambo-body-cash p {
    font-size: 14px;
    font-weight: 500;
    color: #3e3f5e;
    margin-top: 20px;
    line-height: 24px;
}

.rotate-img {
    transform: rotate(260deg);
}

.table-responsive {
    border: 0;
    border-radius: 0 0 5px 5px;
    margin-bottom: 0;
}

table.table.ucp-table {
    margin-bottom: 0px;
}

.ucp-table {
    height: auto;
    overflow: hidden;
    border-radius: 0;
}

.ucp-table thead {
    font-weight: 500;
    padding: 14px !important;
    border-radius: 0;
    color: #2b2f4c !important;
}

.ucp-table thead tr th:first-child {
    border-bottom-left-radius: 0;
}

.ucp-table thead tr th {
    color: #2b2f4c;
    font-size: 14px;
    background-color: #ffecec;
    font-weight: 500;
}

.ucp-table tfoot {
    font-weight: 400;
    padding: 14px !important;
    border-radius: 4px;
    font-family: "hpSimplified";
    color: #2b2f4c !important;
}

.ucp-table tfoot td {
    color: #fff;
    font-size: 14px;
    background-color: #2b2f4c;
    padding: .75rem !important;
}

.ucp-table.earning__table td {
    padding: 1rem !important;
}

table {
    margin: 0px auto 0px;
    font-size: 14px;
    width: 100%;
}

.ucp-table tbody {
    background: #fff;
}

.ucp-table td,
.ucp-table th {
    border-top: 1px solid #efefef !important;
}

.ucp-table td {
    padding: 1.5rem .75rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.ucp-table th:first-child {
    border-top: 0 !important;
}

.ucp-table thead th {
    vertical-align: bottom;
    border-bottom: 0 !important;
}

.course_active {
    color: #ed2a26;
}

.ucp-table tbody tr td {
    font-size: 14px;
    vertical-align: middle;
    font-weight: 400;
    color: #3e3f5e;
}

.offer_active {
    color: #f58904;
    font-weight: 700;
}

.add-cash-body {
    padding: 20px;
}

.history-body {
    height: 360px;
    overflow-y: auto;
}

.history-list li {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

.history-list li:last-child {
    border-bottom: 0;
}

.purchase-history {
    display: flex;
    align-items: center;
}

.purchase-history-right {
    margin-left: auto;
}

.purchase-history-left h4 {
    font-size: 16px;
    color: #2b2f4c;
    margin-bottom: 8px;
    text-align: left;
    font-weight: 500;
}

.purchase-history-left p {
    font-size: 14px;
    font-weight: 500;
    color: #3e3f5e;
    text-align: left;
    margin-bottom: 8px;
    line-height: 24px;
}

.purchase-history-left p ins {
    text-decoration: none;
    text-transform: uppercase;
    color: #f58904;
}

.purchase-history-left span {
    font-weight: 400;
    font-size: 13px;
    color: #3e3f5e;
    text-align: left;
    display: block;
}

.purchase-history-right span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #f58904;
    text-align: center;
}

.purchase-history-right {
    text-align: center;
}

.purchase-history-right a {
    font-size: 14px;
    font-weight: 500;
    margin-top: 9px;
    display: block;
    color: #2b2f4c;
}

.purchase-history-right a:hover {
    color: #f58904 !important;
}


/* --- My Addresses --- */

.add-address {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    margin-left: 20px;
    color: #fff;
    background: #f58904;
    border-radius: 5px;
    font-weight: 500;
    margin-bottom: 10px;
}

.address-item {
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

.address-item:last-child {
    border-bottom: 0;
}

.address-item {
    display: flex;
    align-items: self-start;
}

.address-icon1 {
    margin-right: 10px;
    background: #f58904;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.address-icon1 i {
    font-size: 16px;
}

.address-dt-all h4 {
    color: #2b2f4c;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    margin-top: 0;
    margin-bottom: 8px;
}

.address-dt-all p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 0;
    line-height: 24px;
}

.action-btns {
    margin-top: 10px;
}

.action-btns li {
    display: inline-block;
    margin-right: 5px;
}

.action-btns li:last-child {
    margin-right: 0;
}

.action-btn {
    font-size: 16px;
    color: #3e3f5e;
}

.action-btn:hover {
    color: #f58904 !important;
}

.add-address-form {
    padding: 20px 30px 30px;
}


/* --- Career Page --- */

.default-dt {
    padding: 50px;
    background: #2b2f4c;
    position: relative;
}

.default-dt:before {
    content: "";
    background: url(../../../www.gambolthemes.net/html-items/gambo_supermarket_demo/images/career/default.html) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.1;
}

.default_tabs {
    margin-top: 0;
}

.default_tabs .nav-item {
    margin-bottom: 0 !important;
}

.default_tabs .nav-tabs .nav-item.show .nav-link,
.default_tabs .nav-tabs .nav-link.active {
    background: #f58904;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    border-color: inherit !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 5px !important;
}

.default_tabs .nav-tabs {
    border-bottom: 0 !important;
}

.tab_default .nav-link {
    border-top: 0 !important;
    border-bottom: 2px solid transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 500 !important;
}

.tab_default .nav-link {
    padding: .5rem 1.5rem !important;
}

.title129 {
    text-align: center;
}

.title129 h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 58px !important;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.position-link-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-top: 21px;
    font-weight: 500;
    font-size: 14px;
}

.life-gambo {
    padding: 59px 0;
}

.default-title {
    text-align: center;
    padding-bottom: 8px;
}

.default-title h2 {
    font-size: 24px;
    color: #2b2f4c;
    font-weight: 700;
    margin-bottom: 13px;
}

.default-title p {
    line-height: 24px;
    font-weight: 400;
    color: #3e3f5e;
    font-size: 14px;
    margin-bottom: 15px;
}

.dd-content {
    margin-top: 30px;
    width: 100%;
}

.life-slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 42%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.life-slider .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 42%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.life-slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #f58904 !important;
    border: 1px solid #f58904 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.life-slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #f58904 !important;
    background: #f58904 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.white-bg {
    background: #fff;
}

.benefits-step {
    text-align: center;
    margin-bottom: 56px;
}

.benefit-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    background: #f58904;
    border-radius: 100%;
}

.benefit-link {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #2b2f4c;
    line-height: 24px;
    text-align: center;
}

.benefit-link:hover {
    color: #2b2f4c !important;
}

.benefit-icon i {
    font-size: 30px;
    color: #fff;
    padding: 20px 0;
}

.know-more-link {
    text-align: center;
}

.kmore-btn {
    background: #f58904;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.testi-item {
    background: #fff;
    padding: 30px 20px;
    border-radius: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.qoute-icon {
    height: 50px;
    text-align: center;
    font-size: 24px;
    color: #f58904;
}

.testo-text {
    text-align: center;
    line-height: 26px;
    font-weight: 400;
    color: #3e3f5e;
}

.team-dt {
    margin-top: 35px;
    text-align: center;
}

.team-avatar img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.team-avatar {
    display: inline-block;
}

.team-emp-dt h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 18px !important;
    text-align: center;
    margin-bottom: 10px;
    color: #2b2f4c;
}

.team-emp-dt p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 0;
    text-align: center;
    line-height: 26px;
}

.testimonial-slider .owl-nav .owl-prev {
    left: -20px;
    font-size: 20px !important;
    position: absolute;
    top: 45%;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    padding: 4px 0 !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-slider .owl-nav .owl-next {
    font-size: 20px !important;
    position: absolute;
    right: -20px;
    top: 45%;
    padding: 4px 0 !important;
    text-align: center;
    height: 30px !important;
    width: 30px !important;
    color: #2b2f4c !important;
    background: #fff !important;
    border-radius: 100% !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-slider .owl-nav .owl-prev:hover {
    color: #fff !important;
    opacity: 1;
    background: #f58904 !important;
    border: 1px solid #f58904 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-slider .owl-nav .owl-next:hover {
    color: #fff !important;
    opacity: 1;
    border: 1px solid #f58904 !important;
    background: #f58904 !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
}

.jobs-gambo {
    padding: 0;
}

.pd-20 {
    padding: 20px;
}

.job-title-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.job-title-group h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    color: #2b2f4c;
}

.flter-clear-link {
    margin-left: auto;
    font-weight: 600;
    font-size: 14px;
    color: #3e3f5e;
}

.flter-clear-link:hover {
    color: #f58904 !important;
}

.all-departments {
    margin-top: 21px;
}

.job-bg1 {
    margin-top: 20px;
    background: #fff;
    border-radius: 3px;
    padding: 25px 30px;
    box-shadow: 0 3px 9px 0 #dfdfdf;
    display: flex;
    width: 100%;
    align-items: center;
}

.job-bg1:first-child {
    margin-top: 30px;
}

.job-item h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    color: #2b2f4c;
}

.job-item span {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    line-height: 24px;
    text-align: left;
}

.job-item span i {
    margin-right: 3px;
}

.arrow-icon {
    font-size: 24px;
    color: #2b2f4c;
    margin-left: auto;
}

.job-main-dt {
    padding-bottom: 25px;
    border-bottom: 1px solid #efefef;
}

.job-main-dt h2 {
    color: #2b2f4c;
    font-size: 24px;
    text-align: left;
    margin-top: 18px !important;
    margin-bottom: 12px;
}

.job-main-dt span {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    color: #3e3f5e;
}

.job-des-dt142 h4 {
    color: #2b2f4c;
    font-size: 16px;
    text-align: left;
    margin-bottom: 12px;
    margin-top: 21px !important;
}

.job-des-dt142 p {
    color: #3e3f5e;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    line-height: 26px;
}

.joby-list-dt {
    list-style: disc;
}

.joby-list-dt li {
    margin-left: 30px;
    margin-bottom: 4px;
}

.joby-list-dt li:last-child {
    margin-bottom: 0;
}

.job-req-dt {
    padding-bottom: 25px;
    border-bottom: 1px solid #efefef;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #efefef;
}

.job-req-dt h3 {
    color: #2b2f4c;
    font-size: 18px;
    text-align: left;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.apply-btn {
    background: #f58904;
    color: #fff;
    padding: 0 20px;
    height: 40px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    font-family: "hpSimplified";
    border: 0;
    margin-top: 34px;
    margin-bottom: 14px;
}

textarea {
    overflow: auto;
    padding: 10px 15px !important;
}

.ques-142 {
    margin-top: 10px !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    color: #2b2f4c;
}

.ui.checkbox label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #3e3f5e !important;
}

.ui.checkbox input:checked~.box:after,
.ui.checkbox input:checked~label:after {
    color: #f58904 !important;
}

.ui.checkbox input:checked~.box:before,
.ui.checkbox input:checked~label:before {
    border-color: #f58904 !important;
}

.ui.checkbox .box:after,
.ui.checkbox label:after {
    font-size: 12px !important;
}

.control-label {
    font-size: 14px;
    font-weight: 600;
    color: #2b2f4c;
    margin-bottom: .8rem;
}

.custom-file-label {
    padding: .375rem .75rem;
    font-weight: 500 !important;
    color: #afafaf !important;
    background-color: #fff !important;
    border: 1px solid #efefef !important;
    border-radius: 5px !important;
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Upload Files" !important;
}

.custom-file-label::after {
    height: calc(1.5em + .75rem + 1px) !important;
    padding: 0.4rem .75rem !important;
    color: #fff !important;
    content: "Upload Files" !important;
    background-color: #f58904 !important;
    border-radius: 0 5px 5px 0 !important;
}


/* --- About Us --- */

.left-text {
    text-align: left;
}

.about-content p {
    margin-top: 24px !important;
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    text-align: left;
}

.about-img {
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.about-img img {
    width: 60%;
}

.about-steps-group {
    padding: 0 0 20px;
    margin: 25px 0 0;
}

.about-step {
    text-align: center;
    padding: 0 20px;
    margin-top: 10px;
}

.about-step-img img {
    height: 60px;
}

.about-step h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2b2f4c;
    margin-top: 5px;
    margin-bottom: 12px;
    text-align: center;
}

.about-step p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    line-height: 26px;
}

.team-item {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
    text-align: center;
}

.team-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.team-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2b2f4c;
    margin-top: 21px;
    margin-bottom: 7px;
}

.team-item span {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 15px;
    display: block;
}

.team-social li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 5px;
}

.team-social li:last-child {
    margin-right: 0;
}

.scl-btn {
    font-size: 14px;
    background: #2b2f4c;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    padding: 12px 0;
    text-align: center;
}

.how-order-gambo {
    padding: 0 0 14px;
}

.how-order-steps {
    text-align: center;
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    height: 203px;
    border-radius: 5px;
}

.how-order-steps h4 {
    color: #2b2f4c;
    line-height: 26px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.how-order-icon i {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: #f58904;
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    padding: 21px 0;
    text-align: center;
}


/* --- Our Blog --- */

.blog-breadcrumb {
    text-align: center !important;
    width: 100%;
    background: transparent !important;
    align-items: center;
    justify-content: center;
}

.blog-breadcrumb .breadcrumb-item.active {
    color: #fff !important;
}

.blog-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}

.blog-breadcrumb .breadcrumb-item a:hover {
    color: rgba(255, 255, 255) !important;
}

.title129 .blog-titlebar-heading {
    font-size: 24px;
    font-weight: 700;
    margin-top: 36px !important;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.top-post-link {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    line-height: 22px;
    margin-bottom: 7px;
}

.top-post-link:hover {
    color: #f58904 !important;
}

.top-posts li {
    padding: 12px 20px;
    border-bottom: 1px solid #efefef;
}

.top-posts li:last-child {
    border-bottom: 0;
}

.cntct-social {
    padding: 20px 20px 0;
}

.blog-gambo {
    padding: 65px 0 14px;
}

.blog-item {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 3px 9px 0 #dfdfdf;
}

.blog-img {
    width: 100%;
    padding: 5px 5px 0;
    position: relative;
    display: block;
}

.blog-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.blog-cate-badge {
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    background: #f58904;
    padding: 5px 10px;
    border-radius: 3px;
}

.date-icons-group {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #efefef;
}

.like-share-icons li {
    display: inline-block;
    margin-right: 15px;
}

.like-share-icons li:last-child {
    margin-right: 0;
}

.like-share-icons {
    margin-left: auto;
}

.blog-time {
    font-size: 12px;
    font-weight: 500;
    color: #b2b2b2;
    text-align: left;
}

.sz-14 {
    font-size: 14px !important;
}

.like-share {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
}

.like-share span {
    margin-left: 5px;
    color: #2b2f4c;
}

.like-share:hover {
    color: #f58904 !important;
}

.blog-detail h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    text-align: left;
    color: #2b2f4c;
}

.blog-detail {
    padding: 20px;
}

.blog-detail p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    line-height: 26px;
    margin-bottom: 12px;
    text-align: left;
}

.blog-detail a {
    font-size: 16px;
    font-weight: 500;
    color: #f58904;
    text-align: left;
}

.blog-detail a:hover {
    color: #f58904 !important;
    text-decoration: underline !important;
}

.blog-btn {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    height: 40px;
    padding: 11px 20px;
    border-radius: 5px;
    color: #fff;
    background: #f58904;
}

.blog-more-btn {
    text-align: center;
    padding-top: 10px;
}


/* --- Blog sidebar --- */

.pdpt-bg-left {
    margin-top: 30px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 9px 0 #dfdfdf;
    float: left;
    width: 100%;
}

.blog-search-widget {
    padding: 20px;
    float: left;
    width: 100%;
}

.blog-from {
    position: relative;
}

.blog-search-widget .form-control {
    font-size: 14px;
    font-family: "hpSimplified";
    font-weight: 500;
    color: #2b2f4c;
    border: 1px solid #efefef;
    position: relative;
    padding: 0 3rem 0 1rem;
    position: relative;
    height: 40px;
}

.blog-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 120%;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
}

.top-posts {
    float: left;
    width: 100%;
}

.top-posts li {
    float: left;
    width: 100%;
}

.blog-top-item {
    float: left;
    width: 100%;
}

.post-cate-link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    line-height: 26px;
    margin-bottom: 5px;
    float: left;
}

.cate-count {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #8f91ac;
    line-height: 26px;
    margin-bottom: 0px;
    float: right;
}

.top-posts .media-list {
    padding: 20px !important;
}

.top-posts .media-list .media {
    padding: 0;
    border: none;
    border-bottom: 0;
    float: left;
    width: 100%;
}

.media-list .media .media-left {
    padding-right: 1rem;
    float: left;
}

.icon-bg-circle {
    color: #fff;
    padding: 0;
    border-radius: 3px;
    width: 70px;
    height: 70px;
    border: 0;
    object-fit: cover;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.tagcloud {
    padding-bottom: 15px;
}

.tagcloud a,
.tagcloud .tag-cloud-link {
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .5rem;
    padding: 0.375rem 0.5625rem;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
    border: 1px solid #efefef;
    border-radius: 0.1875rem;
    color: #2b2f4c;
    font-size: 13px !important;
    white-space: nowrap;
    line-height: 1.5;
}

.pagination-area .page-numbers {
    width: 33px;
    height: 33px;
    background-color: #fff;
    border: 1px solid #efefef;
    color: #606060;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    line-height: 34px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 500;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover {
    background: #f58904;
    color: #fff !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
}


/* --- Blog Detail View --- */

.blog-dt-vw {
    height: 80vh;
    display: table;
    text-align: center;
    width: 100%;
    background-position: 40% 0px;
    transition: 0s linear;
    transition-property: background-position;
}

.banner-blog {
    background: url(../images/blog/img-1.jpg) 40% 0px / cover no-repeat;
}

.banner.visible {
    opacity: 1;
}

.parallax {
    background-position: 40% 0px;
}

.blog-dt-vw .blog-inner {
    display: table-cell;
    color: #fff;
    font-weight: 500;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .6);
}

.blog-dt-vw .blog-inner h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 10px;
    max-width: 750px;
    line-height: 1.3em;
    padding: 0 15px;
}

.blog-inner .extra-info {
    font-size: 14px;
}

.entry-date {
    font-weight: 500;
}

.single-post-cat {
    margin-top: 20px;
}

.single-post-cat a {
    color: #fff;
    background: #f58904;
    padding: 5px 10px 4px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    margin: 0 2px;
    line-height: 24px;
    display: inline-block;
}

.blog-des-dt142 p {
    color: #3e3f5e;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
    line-height: 26px;
}

.blog-des-dt142 {
    margin-top: 42px;
}

.mt-21 {
    margin-top: 21px;
}

.mb-21 {
    margin-bottom: 21px;
}

.ss18 {
    font-size: 18px !important;
}

.leave-comment {
    margin-top: 35px;
}

.leave-comment h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    width: 100%;
    margin-bottom: 13px;
    color: #2b2f4c;
}

.leave-comment span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 28px;
    text-align: left;
    line-height: 26px;
}

.ptt {
    padding: 30px;
}

.all-comment {
    margin-top: 35px;
    padding-bottom: 41px;
    border-bottom: 1px solid #efefef;
}

.all-comment h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    width: 100%;
    margin-bottom: 13px;
    color: #2b2f4c;
}

.cmmnt_item {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    margin-top: 30px;
}

.cmmnt_item:last-child {
    border-bottom: 0;
}

.cmmnt_usr_dt {
    display: flex;
    position: relative;
}

.cmmnt_usr_dt img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}

.tutor_name1 {
    font-size: 16px;
    font-weight: 700;
    color: #2b2f4c !important;
    text-align: left;
    margin-bottom: 0;
}

.time_145 {
    font-size: 12px;
    font-weight: 500;
    color: #b1b1b1;
    display: block;
    margin-top: 5px;
}

.rvds10 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 17px;
    line-height: 26px;
    color: #3e3f5e;
    text-align: left;
}

button,
input,
optgroup,
select,
textarea {}

textarea {
    border: 1px solid #efefef !important;
}

.form-control {
    color: #2b2f4c !important;
    font-weight: 400 !important;
}

.post-btn {
    height: 40px;
    border: 0;
    padding: 0 20px;
    color: #fff;
    background: #f58904;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 13px;
}

.fcrse_3 {
    background: #fff;
    width: 100%;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 3px 9px 0 #dfdfdf;
}

.cater_ttle {
    float: left;
    width: 100%;
    padding: 15px 20px;
}

.fcrse_3 h4 {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: 500;
    margin-bottom: 0;
}

.allcate15 {
    width: 100%;
}

.allcate15 li {
    display: block;
    width: 100%;
}

.blogleft12 li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.blogleft12 li:last-child {
    border-bottom: 0;
}


/* --- Press Page --- */

.ct_item {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    color: #686f7a;
    text-align: left;
}

.ct_item.active {
    font-weight: 600;
    color: #2b2f4c;
}

.ct_item i {
    margin-right: 10px;
    font-size: 120%;
}

.category-topics {
    border-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0 !important;
    text-align: left;
    color: #2b2f4c;
    display: block;
    padding: 15px 20px;
}

.category-topics:after {
    content: '\f0d7';
    font-size: 14px;
    font-family: "FontAwesome";
    float: right;
    margin-left: 30px;
    color: #a7a8aa;
}

.category-item1 {
    border-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0 !important;
    text-align: left;
    color: #3e3f5e;
    display: block;
    padding: 10px 20px;
}

.socl148 {
    padding: 20px;
    display: flex;
}

.twiter158 {
    font-size: 14px;
    font-weight: 500;
    font-family: "hpSimplified";
    color: #fff;
    border: 0;
    border-radius: 5px;
    height: 40px;
    padding: 0 15px;
    width: 50%;
    margin-right: 10px;
    background: #1da1f2;
}

.facebook158 {
    font-size: 14px;
    font-weight: 500;
    font-family: "hpSimplified";
    color: #fff;
    border: 0;
    border-radius: 5px;
    height: 40px;
    padding: 0 15px;
    width: 50%;
    background: #3b5998;
}

.ic45 {
    margin-right: 7px;
}

.help_link {
    padding: 15px 20px;
    text-align: center;
}

.help_link a {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    text-align: center;
}

.help_link a:hover {
    color: #f58904 !important;
}

.press-title h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px !important;
    text-align: left;
    color: #2b2f4c;
    line-height: 24px;
}

.press-title p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0 !important;
    text-align: left;
    color: #3e3f5e;
    line-height: 24px;
}

.press-title p a {
    color: #f58904;
}

.press-title p a:hover {
    color: #f58904 !important;
    text-decoration: underline !important;
}

.press-item {
    display: block;
    background: #fff;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    margin-top: 30px;
    box-shadow: 0 3px 9px 0 #dfdfdf;
}

.press-item span {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0 !important;
    text-align: left;
    color: #b1b1b1;
}

.press-item h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    text-align: left;
    color: #2b2f4c;
    line-height: 24px;
}

.press-item p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0 !important;
    text-align: left;
    color: #3e3f5e;
    line-height: 26px;
}

.policy-des-dt {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.policy-des-dt:last-child {
    margin-bottom: 7px;
    padding-bottom: 0;
    border-bottom: 0;
}


/* --- Sign In --- */

.sign-inup {
    padding: 80px 0;
}

.sign-form {
    display: block;
    width: 100%;
}

.sign-img {
    background: #4576b4;
    padding: 50px;
    border-radius: 5px 0 0 5px;
}

.sign-img img {
    width: 100%;
}

.sign-inner {
    padding: 0;
}

.sign-logo {
    width: 100%;
    text-align: center;
}

.sign-logo img {
    width: 150px;
}

.form-dt {
    margin-top: 50px;
    border: 1px solid #efefef;
    position: relative;
    border-radius: 5px;
    background: #fff;
}

.form-inpts {
    padding: 38px 30px 0;
}

.form-title {
    text-align: center;
    margin-bottom: 37px;
}

.form-title h6 {
    font-weight: 700;
    color: #2b2f4c;
    font-size: 18px;
}

.lgn_input {
    padding: 0 1rem 0 3rem !important;
}

.pos_rel {
    position: relative;
}

.lgn_icon {
    position: absolute;
    top: 26%;
    left: 2%;
    font-size: 18px;
    color: #2b2f4c;
}

.form-control:focus+.lgn_icon {
    color: #f58904;
}

.login-btn {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    height: 40px;
    border: 0;
    color: #fff;
    background: #f58904;
    border-radius: 5px;
    text-align: center;
}

.signup-link {
    margin-top: 30px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    padding: 15px 10px;
    background: #f58904;
    transition: all .2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-image: -webkit-linear-gradient(left, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
    background-image: linear-gradient(to right, rgba(230, 92, 91, 0.9), rgba(245, 93, 44, 0.9));
}

.signup-link p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.signup-link p a {
    color: #fff;
    font-size: 12px;
    background: #2b2f4c;
    padding: 7px 10px;
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
}

.signup-link p a:hover {
    color: #fff !important;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.password-forgor {
    text-align: center;
}

.password-forgor a {
    display: block;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
}

.password-forgor a:hover {
    color: #f58904 !important;
}


/* --- Contact Us --- */

.panel-group {
    width: 100%;
    margin-top: -12px;
    margin-bottom: 14px;
}

.panel-title {
    vertical-align: middle;
}

.panel-default {
    width: 100%;
    border-top: 0;
}

.panel-default:first-child {
    border-top: 0;
}

.panel-body {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: left;
    padding: 20px;
    background: #1678ff;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #efefef;
}

.panel-default {
    width: 100%;
    border-top: 0;
}

.panel-title {
    vertical-align: middle;
}

.panel-title a {
    font-size: 18px;
    font-weight: 500;
    color: #2b2f4c !important;
    padding: 12px 20px 13px;
    display: block;
    line-height: 26px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    margin-top: 10px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
}

.panel-title a.collapsed {
    border-radius: 5px;
}

.chck_icon {
    color: #f58904;
    margin-right: 10px;
}

.panel-title>a:before {
    float: right !important;
    font-family: "hpSimplified";
    content: "\f058";
    padding-right: 0px;
    font-size: 16px;
    padding-top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #1678ff;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.color-pink {
    color: #f58904;
}

.contact-title h2 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 17px !important;
    text-align: left;
    margin-bottom: 12px;
    color: #2b2f4c;
}

.contact-title p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0 !important;
    text-align: left;
    margin-bottom: 0;
    color: #3e3f5e;
    line-height: 26px;
}

.contact-form {
    background: #fff;
    border-radius: 5px;
    padding: 20px 30px 30px;
    margin-top: 34px;
    margin-bottom: 14px;
}


/* --- Product Request --- */

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #fff;
    background: #f58904;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 26px;
}

.bootstrap-tagsinput {
    border: 1px solid #efefef !important;
    box-shadow: none !important;
    width: 100%;
    height: auto;
    text-align: left;
}

.bootstrap-tagsinput input {
    padding: 7px 10px !important;
    font-weight: 500;
}

.request-products {
    margin-top: 30px;
}

.rqst-btn {
    width: 100%;
}

.request-grid {
    margin-top: 64px;
}


/* --- Faq Page --- */

.faq-dt {
    padding: 50px;
    background: #2b2f4c;
    position: relative;
}

.faq-dt:before {
    content: "";
    background: url(../../../www.gambolthemes.net/html-items/gambo_supermarket_demo/images/career/default.html) no-repeat center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    background-size: cover;
    opacity: 0.1;
}

.panel-body p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    line-height: 26px;
    margin-bottom: 0;
}


/* --- Offers Page --- */

.offers-item {
    display: block;
    margin-top: 30px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 3px 9px 0 #dfdfdf;
}

.offer-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.offers-text {
    padding: 20px 15px;
}

.offers-text h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 13px;
    text-align: left;
    color: #2b2f4c;
}

.offers-text p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    line-height: 26px;
    text-align: left;
}

.mb-14 {
    margin-bottom: 14px;
}


/* --- Bill Page --- */

.report-btn {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #f58904;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 5px;
}

.bill-dt-bg {
    padding-top: 60px;
}

.bill-detail {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 9px 0 #dfdfdf;
    margin: 65px 0;
}

.bill-dt-step {
    padding: 30px;
    border-bottom: 1px solid #efefef;
}

.bill-dt-step:last-child {
    border-bottom: 0;
}

.bill-title h4 {
    margin-bottom: 20px !important;
    font-size: 18px;
    font-weight: 700;
    color: #2b2f4c;
}

.itm-ttl {
    display: block;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    color: #2b2f4c;
}

.item-prdct {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    text-align: left;
    line-height: 24px;
    margin-right: 10px;
}

.item-prdct:last-child {
    margin-right: 0;
}

.item-prdct:after {
    content: ',';
    padding-left: 3px;
}

.item-prdct:last-child:after {
    content: '';
}

.bill-address {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 0;
    line-height: 26px;
}

.bill-dt-sl {
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    margin-bottom: 0;
    line-height: 26px;
}

.descp-bll-dt {
    color: #8f91ac;
}

.dly-loc {
    color: #3e3f5e;
}

.dlr-ttl25 {
    color: #f58904;
}

.bill-bottom {
    display: flex;
    align-items: center;
}

.thnk-ordr {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    margin-bottom: 0;
    line-height: 26px;
}

.print-btn {
    margin-left: auto;
    padding: 9px 20px;
    border: 1px solid #f58904;
    background: #f58904;
    color: #fff;
    border-radius: 5px;
    font-family: "hpSimplified";
    font-weight: 500;
    display: inline-block;
}


/* Corrected New */

.ui[class*="left icon"].input>i.icon {
    right: 0 !important;
    left: auto !important;
    background: #3F21FF !important;
    font-size: 17px !important;
    opacity: 1 !important;
    border-radius: 0 .28571429rem .28571429rem 0 !important;
    color: #fff !important;
}

.prod-list ul {
    list-style: none;
    display: flex;
    flex-direction: row;
}

.prod-list {
    position: relative;
    padding: 0 10px;
    margin: auto;
}

.prod-list ul li {
    margin: 0 5px;
}

.prod-list ul li a {
    text-align: center;
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    border-bottom: 2px solid #fff;
    padding: 5px 7px 0;
    transition: 0.4s ease;
}

.prod-list ul li a:hover {
    border-bottom: 2px solid #1678FF;
    transition: 0.4s ease;
}

.prod-list ul li a:hover label {
    color: #1678FF;
    transition: 0.4s ease;
}

.prod-list ul li a label {
    display: block;
}

.prod-list ul li a img {
    max-height: 42px;
    margin: 0 5px;
}

#night-mode:hover {
    color: #333 !important;
}

.cont-div h5 {
    color: #fff;
    margin-bottom: 3px;
}

.cont-div {
    margin-bottom: 20px;
}

.cont-div p {
    color: rgba(255, 255, 255, 0.68);
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.social-div ul {
    display: flex;
    flex-direction: row;
}

.social-div ul li a {
    margin-right: 15px;
    font-size: 16px;
}

.footer-mid-row {
    padding: 30px 0;
    background: #010220;
}

h4.widget-title {
    color: #1678ff;
    font-weight: 500;
    margin-bottom: 5px;
}

.widget {
    color: rgba(255, 255, 255, 0.7803921568627451);
    margin: 10px 0;
    font-size: 16px;
}

span.lightBlueFont {
    color: #e7b06d;
}

.top-first-header {
    padding: 2px 30px;
    text-align: right;
    background: #ffffff;
    height: 29px;
}

.adrs-box {
    font-size: 13px;
    color: #000;
}

.btn-1 {
    margin-left: 10px;
    padding: 0 5px;
    display: inline-block;
    font-weight: 600;
    color: #Ff0066 !important;
    font-family: hpSimplifiedBold;
    font-size: 17px;
}

.btn-1:hover {
    color: #Ff0066 !important;
}

.chn-btn {
    margin-left: 10px;
    padding: 0 5px;
    display: inline-block;
    font-weight: 600;
    color: #E60E0E !important;
    font-family: hpSimplifiedBold;
    font-size: 17px;
}

.chn-btn:hover {
    color: #E60E0E !important;
}

.adrs-box span {
    padding-right: 10px;
    border-right: 1px solid #b8b8b8;
}

.top-header-group.is-sticky .top-first-header {
    display: none;
}

.box-cart {
    background: #0000cd;
    border: 1px solid #00ccff;
    border-radius: .2rem;
    font-size: 14px;
    color: #fff;
}

.box-cart:hover {
    color: #fff !important;
}

.box-cart i {
    padding: 0;
    margin-left: -5px;
}

.hlight-1 {
    padding: 0 15px 0 10px; 
    border-radius: 2px;
    color: #F8F4F4;
    position: relative;
    font-size: 18px;
    font-weight:400;
    font-family: "goBoldBold";
    display: block;
}

.call_span {
    color: #F4F3F1; text-transform: capitalize;
    font-size: 14px;
    font-family: "hpSimplified";
    display: block;
    text-align: center;
}

.gif-ico {
    display: inline-block;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0px;
}

.hlight-1:hover {
    color: #ECECEC !important;
    box-shadow: none;
    transition: 0.4s ease;
}

.prod-drop .menu.dropdown_account {
    margin-top: 2px !important;
    /* left: -50%; */
}

.prod-drop .menu>.item:nth-child(odd) {
    background-color: #EEF2F5;
}

.info-banner {
    padding: 20px 0;
    margin-top: 15px;
}

.light-bg {
    background-color: #E9ECF1 !important;
}

.timer.count-title {
    font-family: "goBoldBold";
    color: #f58904;
    font-size: 4em;
    font-weight: 600;
}

.info-box {
    position: relative; text-align: center !important;
    height: 125px;
   
    margin: 0 auto;
    padding: 10px;
   
    width: 100%;
    overflow: hidden;
   
    border-radius: 3px;
    /*
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    */
}
.info-box .imgicon{
    margin: 0 0 5px auto;  text-align: center;  
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
  width: 70px;height: 70px; padding: 15px; border-radius: 50%;
}
.info-box .imgicon img{
  margin-top: 5px; margin-bottom: 5px;
 
}

.info-box h4 {
    margin: 4px 0 0 0; padding: 0; text-align: center;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}
.info-left {
    background: #1f6cf0;
    width: 100%;
    padding: 10px;
}

.info-right {
    background: #1f6cf0;
    width: 40%;
}

.info-left1 {
    background: #3F21FF;
    width: 50%;
    padding: 10px;
}

.info-right1 {
    background: #3F21FF;
    width: 40%;
}

.info-left1 h4 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.info-left h4 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.info-btns {
    color: #3F21FF;  text-transform: uppercase;
    display: inline-block;
    /*background: #3F21FF; */
    text-align: center;
    font-weight: 500;
    padding: 5px 10px;
    width: 100px;
    font-size: 14px;
    margin-top: 2px;
    /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);*/
    border-radius: 3px;
    transition: 0.4s ease;
}

.info-btns1 {
    color: #1678ff;
    display: inline-block;
    background: #f7f7f7;
    text-align: center;
    font-weight: 500;
    padding: 5px 10px;
    width: 90px;
    font-size: 14px;
    margin-top: 15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    transition: 0.4s ease;
}

@media (max-width: 767px) {
    .info-box {
padding: 4px;  height: 90px; margin: 0;
    }
    .info-box .imgicon{
        margin: 3px auto; float: left;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
      width: 40px;height: 40px; padding: 6px; border-radius: 50%;
    }
    .info-box h4 {
font-size: 12px;
    }

    .info-box .imgicon img{
        margin-top: 2px; margin-bottom: 2px; width: 85%;
       
      }
}


.how_content {
    text-align: center;
    padding: 25px;
    color: #22bdba;
    font-weight: bold;
    font-size: 40px;
    font-family: "USbOLDE";
}

.sect-text {
    background: #fff;
}

.sect-license {
    padding: 15px;
    background: #e9ecf1;
}

.sect-license .item {
    margin: auto;
}

.lic-box {
    background: rgb(31 108 240);
    padding: 15px 15px 11px;
    width: 230px;
    border-top-right-radius: 50px;
    margin: auto;
    border-bottom-right-radius: 50px;
}

.lic-box span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.info-btns:hover {
  /*  background: #3F21FF;
    color: #fff !important;*/
    color: #3F21FF;
    transition: 0.4s ease;
}

.info-btns1:hover {
    background: #1f6cf0;
    color: #fff !important;
    transition: 0.4s ease;
}

.info-right img,
.info-right1 img {
    height: 130px;
    width: auto;
}


/* FOR INPUT */

.input-body {
    margin-top: 25px;
    max-width: 300px;
    width: 100%;
}

.input-box {
    margin-bottom: 18px;
}

.inp {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 300px;
    border-radius: 3px;
}

.inp .label {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    pointer-events: none;
}

.inp .focus-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
}

.inp input,
.inp textarea,
.inp select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 10px 0 0;
    height: 36px;
    font-size: 15px;
    font-weight: 400;
    background: none;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    color: #000;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.inp textarea {
    height: 65px;
    padding: 10px 0 !important;
    overflow: hidden;
    resize: none;
    border: none !important;
    color: #Ff0066;
}

.inp input:hover,
.inp textarea:hover,
.inp select:hover {
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.inp input:not(:placeholder-shown)+.label,
.inp textarea:not(:placeholder-shown)+.label,
.inp select:not(:placeholder-shown)+.label {
    color: rgba(0, 0, 0, 0.61);
    top: 5px;
    left: 0;
    background-color: #fff;
    -webkit-transform: translate3d(0, -12px, 0) scale(0.75);
    transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:focus,
.inp textarea:focus,
.inp select:focus {
    outline: none;
    box-shadow: inset 0 -1px 0 #1678FF;
}

.inp input:focus+.label,
.inp textarea:focus+.label,
.inp select:focus+.label {
    color: #1678FF;
    top: 5px;
    left: 0;
    background: #fff;
    -webkit-transform: translate3d(0, -12px, 0) scale(0.75);
    transform: translate3d(0, -12px, 0) scale(0.75);
}

.inp input:focus+.label+.focus-bg,
.inp textarea:focus+.label+.focus-bg,
.inp select:focus+.label+.focus-bg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.fp-btn {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-size: 13px;
    color: #F58904;
}

.input-btn {
    width: 90%;
    display: flex;
    flex-direction: row;
}

.input-btn .btns {
    width: 100%;
    display: block;
    padding: 10px;
    margin-top: 20px;
    font-size: 13px;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.input-btn .or {
    width: 20%;
    display: block;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    color: #444;
}

.dbox-right {
    padding-top: 5px;
}

.btn-blu {
    background: #1678ff;
    border: 1px solid #fff;
    color: #fff;
}

.btn-blu-alt {
    background: #fff;
    border: 1px solid #1678ff;
    color: #1678ff;
}

.input-foot {
    margin-top: 3vh;
    text-align: center;
}

.input-foot a {
    color: #000;
    font-size: 14px;
}

.input-foot a span {
    color: #000;
    font-size: 14px;
}

.input-foot a span {
    color: #1678ff;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}

#signPop .input-btn .btns {
    width: 100%;
}


/* NEW POP-UP 1 DESGN */

.pop-body {
    position: absolute !important;
    width: 100% !important;
    max-width: 850px !important;
    max-height: 500px !important;
    background: #fff !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    box-shadow: 0px 15px 83px rgba(0, 0, 0, 0.33);
}

.pop-left {
    width: 50%;
    padding: 30px;
}

.pop-right {
    width: 50%;
    padding: 0;
    margin: 0;
}

.pop-title h2 {
    color: #1678FF;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 30px;
    margin-top: -10px;
}

.pop-title p {
    color: #444;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    width: 310px;
    line-height: 1.3;
}

.btn-close {
    position: absolute;
    right: 0;
}

.shape-div {
    width: 100%;
    height: 500px;
    padding: 50px 0;
    background: #1678ff;
    clip-path: polygon(24% 0, 100% 0%, 100% 100%, 0% 100%);
    background-color: #1573f5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(230,720,394)'%3E%3Cstop offset='0' stop-color='%231573f5'/%3E%3Cstop offset='1' stop-color='%231678ff'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='1167' height='972.5' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.1'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

.shape-div ul {
    width: 75%;
    margin-left: auto;
    padding: 20px 0;
    padding-right: 10px;
}

.shape-div ul span {
    font-size: 15px;
    color: #fff;
    display: block;
}

.shape-div ul img {
    height: 30px;
    position: absolute;
    left: -10px;
    top: 0;
}

.shape-div ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
}

.login-model .btn-close {
    position: absolute;
    right: -40px;
    background-color: #ffffff !important;
    z-index: 1;
    opacity: 1;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: #131313 !important;
}

.hw-box {
    width: 100%;
    margin: auto auto 10px;
    position: relative;
}

.hw-box img {
    width: 50%;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.hw-title {
    margin-top: 20px;
    text-align: center;
}

.hw-title h2 {
    color: #f58904;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.2em;
}

.hw-title p {
    color: #000;
    line-height: 1.4;
    font-size: 16px;
    width: 80%;
    margin: auto;
    margin-top: 8px;
}


/* POP DESIGN 2 View */

.pop-body2 {
    position: absolute !important;
    width: 100% !important;
    max-width: 1200px !important;
    max-height: 700px !important;
    background: #fff !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    box-shadow: 0px 15px 83px rgba(0, 0, 0, 0.33);
}

.pop-left2 {
    width: 35%;
    padding: 10px 20px;
}

.pop-right2 {
    width: 65%;
    padding: 4px;
    background-color: #E9ECF1;
    height: 600px !important;
}

.rad-box input {
    display: none;
}

.rad-box {
    width: 33%;
}

.rad-box label {
    display: block;
    padding: 2px 5px;
    text-align: center;
    margin: 0;
    margin-left: 6px;
    font-size: 13px;
    color: #000;
    background: #d5e4fb;
    border-radius: 2px;
    margin-top: 5px;
}

.rad-box input:checked~label {
    background: #116deb;
    color: #FFF;
}

.label2 {
    color: #4f4f4f;
    padding-left: 5px;
}

.loc-box {
    position: absolute;
    top: 9px;
    z-index: 1;
    left: 15px;
}

.loc-box input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    padding-right: 130px;
    color: #2b2f4c;
    border: none;
    height: 36px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.loc-box .loc-btn {
    border: none;
    color: #fff;
    background: #FB641B;
    padding: 6px 5px;
    font-size: 14px;
    width: 110px;
    position: absolute;
    right: 5px;
    top: 4px;
    transition: 0.4s ease;
}

.loc-box .loc-btn:hover {
    background: #e95710;
    transition: 0.4s ease;
}

.loc-cont {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 12px 0;
    color: #2b2f4c;
}

.map iframe {
    width: 100%;
    height: 400px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.cate-header .btn-close {
    top: -18px;
}


/* SHOPPING SITE */

.shop-left {
    width: 20%;
}

.shop-right {
    width: 80%;
}

.filter-box {
    margin: 0 10px;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .06);
    position: -webkit-sticky;
    position: sticky;
    top: 65px;
    min-height: 80vh;
}

.f-cont {
    padding: 10px 15px;
    border: 1px solid #eee;
    width: 101%;
}

.f-cont h3 {
    font-size: 18px;
    font-weight: 500;
    color: #1678ff;
}

.shop-right-head {
    margin: 0 15px 10px;
    background: #fff;
    padding: 10px 0;
    height: 40px;
    font-size: 15px;
    box-shadow: 0 3px 9px 0 #dfdfdf;
}

.span1,
.span2 {
    font-weight: 500;
}

.span1-1 {
    color: #1678ff;
}

.span1 a {
    color: #3F21FF;
    border-left: 1px solid #b1b1b1;
    padding-left: 7px;
    margin-left: 5px;
}

.stars {
    color: rgb(255 255 0);
    margin-bottom: 3px;
    display: block;
    width: 50%;
    text-align: left;
}

span.litr {
    width: 50%;
    font-size: 16px;
    margin-top: -3px;
    font-weight: 500;
    color: #6A7583;
    text-align: right;
    margin-bottom: 5px;
}

.product-btn {
    margin: 0 -15px;
}

.p-btn {
    padding: 0;
    margin-top: 10px;
}

.p-btn a {
    display: block;
    margin: auto;
    padding: 10px;
    font-size: 14px;
}

.p-btn.clr1 a {
    background: #f9f9f9;
    color: #3F21FF;
    border-top: 1px solid #CCC;
}


/* .p-btn.clr1 a:hover {
    background: #3F21FF;
    transition: 0.4s ease;
    color: white !important;
} */

.p-btn.clr2 a {
    background: #1678ff;
    color: white;
    transition: 0.4s ease;
}

.p-btn.clr2 a:hover {
    background: #0362e5;
    transition: 0.4s ease;
    color: white !important;
}

.product-text-dt h4 span {
    font-size: 14px;
    display: block;
    font-weight: 500;
    color: #6A7583;
    margin-top: -3px;
}


/* POP-FULL Design View */

.pop-full-body {
    width: 85%;
    background: #f7f7f7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 85%;
    overflow: auto;
}

.btn-close2 {
    position: absolute;
    top: 8%;
    right: 4%;
    background-color: #ffffff !important;
    z-index: 1;
    opacity: 1;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    color: #131313 !important;
}

.all-product-grid {
    margin: 0 15px;
}

.prod-acc .panel-title a {
    font-size: 15px;
    background: #EEF2F5;
    box-shadow: none;
    padding: 10px 20px;
}


/* product Zoom */

#exzoom {
    width: 100% !important;
    margin: auto;
    margin-top: 0;
    height: 460px;
}

.hidden {
    display: none;
}

.exzoom {
    box-sizing: border-box;
}

.exzoom * {
    box-sizing: border-box;
}

.exzoom .exzoom_img_box {
    background: #eee;
    position: relative;
    background: #fff;
}

.exzoom .exzoom_img_box .exzoom_main_img {
    display: block;
    width: 100%;
}

.exzoom .exzoom_preview {
    margin: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
}

.exzoom .exzoom_preview .exzoom_preview_img {
    position: relative;
    max-width: initial !important;
    max-height: initial !important;
    left: 0;
    top: 0;
}

.exzoom .exzoom_nav {
    margin-top: 0;
    overflow: hidden;
    position: relative;
    left: 0;
    background: #fff;
}

.exzoom .exzoom_nav .exzoom_nav_inner {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}

.exzoom .exzoom_nav .exzoom_nav_inner span {
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    float: left;
}

.exzoom .exzoom_nav .exzoom_nav_inner span.current {
    border: 1px solid #f60;
}

.exzoom .exzoom_nav .exzoom_nav_inner span img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.exzoom .exzoom_btn {
    position: relative;
    margin: 0;
}

.exzoom .exzoom_btn a {
    display: block;
    width: 15px;
    border: 1px solid #ddd;
    height: 60px;
    line-height: 60px;
    background: #eee;
    text-align: center;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -62px;
    text-decoration: none;
    color: #999;
}

.exzoom .exzoom_btn a:hover {
    background: #f60;
    color: #fff;
}

.exzoom .exzoom_btn a.exzoom_next_btn {
    left: auto;
    right: 0;
}

.exzoom .exzoom_zoom {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 5;
    cursor: pointer;
}

.pb-left {
    width: 100%;
    top: 85px;
    flex-flow: column;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 2;
    align-self: flex-start;
    min-height: 510px;
}

@media screen and (max-width: 768px) {
    .exzoom .exzoom_zoom_outer {
        display: none;
    }
}

.exzoom .exzoom_img_ul_outer {
    border: 1px solid #ddd;
    position: absolute;
    overflow: hidden;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    float: left;
}

.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
    width: 100%;
}

.exzoom_nav {
    height: 80px !important;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 10px;
    border-top: none;
}

.exzoom .exzoom_nav .exzoom_nav_inner {
    position: relative;
    width: 100% !important;
    overflow: hidden;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
}


/* Checkout Page Design */

.pdpt-box {
    padding: 15px 0;
    border-bottom: 1px solid #efefef;
}

.adrs p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

span.line {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    width: 100%;
}

.aj-table {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.aj-table thead {
    background-color: #1678ff;
    border: 1px solid #1678ff;
    color: #fff;
}

.aj-table tbody {
    border: 1px solid #dee2e6;
}

.aj-table img {
    max-height: 55px;
}

.aj-table i {
    font-size: 18px;
    color: #FE2525;
}

.aj-table th {
    border: none !important;
}

.aj-table td,
.aj-table th {
    padding: .4rem;
    vertical-align: middle;
}

.payment-secure .chck-btn {
    height: auto;
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 2px;
}

.buy-btn .btns {
    width: 49.5%;
    margin: auto;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    border: 1px solid;
    border-radius: 4px;
    transition: 0.4s ease;
}

.buy-btn .style1 {
    background: #1f6cf0;
    color: #fff;
}

.buy-btn .style2 {
    background: #fff;
    color: #1f6cf0;
    border-color: #1f6cf0;
}

.buy-btn .style1:hover,
.buy-btn .style2:hover {
    background: #3f21ff;
    color: #fff !important;
    border-color: #3f21ff;
    transition: 0.4s ease;
}

.product-price .ofr {
    text-decoration: none;
    color: #116deb;
    font-family: 'goBoldBold';
}

.eye-tog {
    position: absolute;
    display: block;
    font-size: 17px;
    right: 0;
    top: 0;
    padding: 9px;
    cursor: pointer;
    z-index: 1;
}


/* Except Mobile View */

@media (min-width: 600px) {
    .no-big {
        display: none !important;
    }
    .sub-header {
        min-height: 67px;
    }
    .modal {
        overflow: hidden !important;
    }
    .m-footer {
        display: none;
    }
    .m-header {
        display: none;
    }
    .pop-body3 {
        display: none;
    }
    .d-m-block {
        display: none;
    }
    .d-m-none {
        display: block;
    }
}

@media (max-width: 1200px) {
    .info-left h4,
    .info-left1 h4 {
        font-size: 14px;
    }
}


/* Only Mobile View */

@media (max-width: 600px) {
    #map {
        height: 280px !important;
    }
    .pop-full-body {
        width: 100%;
        height: 100%;
    }
    .btn-close2 {
        top: 7px;
        right: 10px;
        background-color: #ff5f5f !important;
        color: #ffffff !important;
    }
    .prod-list {
        display: none;
    }
    .info-box {
        margin-bottom: 20px !important;
    }
    .pop-right {
        display: none;
    }
    .pop-left {
        width: 100%;
    }
    .pop-body,
    .pop-body2 {
        width: 95% !important;
        min-height: 500px;
        max-height: auto !important;
    }
    .input-body {
        width: 100%;
        max-width: 100%;
        margin-top: 5px;
    }
    .inp {
        max-width: 100%;
    }
    .login-model .btn-close {
        top: 10px;
        font-size: 22px;
        right: 16px;
        background-color: #F44336 !important;
        color: #ffffff !important;
    }
    .input-btn .or {
        width: 100%;
    }
    .input-btn .btns {
        width: 100%;
        font-size: 14px;
    }
    .input-btn {
        flex-direction: column;
    }
    .pop-left2 {
        width: 100%;
        padding: 0px 10px 10px;
    }
    .pop-right2 {
        width: 100%;
        height: 100% !important;
        padding: 20px 10px 10px;
        display: block;
    }
    .top-first-header {
        padding: 5px;
        text-align: center;
    }
    .header {
        display: none;
    }
    .m-header {
        width: 100%;
        display: block;
        background-color: #1678FF;
        color: #fff;
        position: fixed;
        top: 0;
        z-index: 101;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.38), 0 1px 2px 0 rgba(0, 0, 0, 0.21);
    }
    .top-header {
        height: 55px; 
    }
    .top-header .cart-icon{
         font-size: 32px; color: #F3F8FF; position: relative; margin-bottom: -10px;
    }
    .top-header .cart-icon label{
        background: #FFA500; width: 25px; height: 25px; position: absolute;
        top: -3px; font-size: 14px; font-weight: 500; border-radius: 50%; right: 0px; left: 35px;
        padding: 3px; text-align: center;
    }

    .res_main_logo img {
        width: auto !important;
        padding-top: 5px;
        height: 50px;
        margin-top: 6px;
    }
    .res_main_logo {
        width: 90px; padding-left: 5px !important; margin: 0 !important;
    }
    .res_main_logo .res_a{
 margin-top: -10px;
    }
    .header_right ul li{
        padding: 0 12px;
    }
    .header_right ul li a{
        font-size: 12px;  
    }
    .header_right ul li:nth-child(1) {
        display: inline-block !important;
    }
    .header_right ul li:nth-child(2) {
        display: inline-block !important;
    }
    .header_right ul li:nth-child(3) {
        display: inline-block !important;
    }

    .offer-link {
        font-size: 14px;
        margin-right: 0; margin-top: 10px !important;
        margin-left: 0px;
        padding: 0 !important;
        width: 25px !important; 
    }

    .offer-link .cbadge{
        background: #FA0302; color: #fff; position: absolute; top:-35px; right: -5px; border: 1px solid #FA0302;
        font-size: 12px; font-weight: 600; width: 20px; height: 20px; border-radius: 50%; padding: 1px 2px;
    }
    .offer-link img{
        width: 38px; color: #fff; margin-top: 15px ; padding: 0; 
    }
    .offer-link .hov-img{
        display: none;  position: absolute; top: 0;
    }
    .offer-link:hover .hov-img{
        display: block; width: 100%; position: absolute; top: -40px;
    }

    .offer-link1 {
color: #333 !important;
    }
    .m-header .top-header .main_cate{
        width: 16%;
        border-radius: 3px; margin-top: 5px;
        margin: 0px;  padding: 4px 2px;
        text-align: center; 
        background-color:#fff !important;
        
        display: block !important;
    }
    .m-header .top-header .main_cate a{
        font-size: 10px;  margin: 0;
    }
  
.modal .btn-close{
    right: 0 !important; z-index: 9999;
}
.modal .mob-head{
    padding: 10px;
}
    .catemodel{
      width: 100% !important;
    }
    .catemodel .btn-close{
        right: 0 !important; background: #AFF348 !important;
          line-height: 30px;
    }
    .catemodel .btn-close i{
color: red !important; font-size: 20px;
    }
    .catemodel .mob-head{
        padding: 10px; font-size: 16px; color: #fff;
        text-transform: uppercase;
        text-align: center;
        background: #1678FF !important;
    }

    .catemodel .navbar-nav{
        padding: 10px;
    }
    .catemodel .navbar-nav .nav-item{
        padding: 3px; border-bottom: #F3F3F3 1px solid;
    }

    .catemodel .navbar-nav .nav-item .nav-link{
        font-size: 14px; color: #444;
    }

    .catemodel .navbar-nav .nav-item .nav-link i{
        float: right; font-size: 18px;
    }
    .catemodel .navbar-nav .nav-item .dropdown-menu{
        border: none; width: 100%;  z-index: 9999 !important;
        border-radius:0; z-index: 12;position: relative;
    }
  .catemodel .navbar-nav .nav-item .dropdown-menu .dropdown-item{
        padding: 5px 6px;  
    }
    

    .catemodel .more-btn{
        position: absolute ; bottom: 10px; right: 10px; padding: 5px;
        color: red; font-size: 15px; text-transform: capitalize;
    }



    nav {    
        display: block;
        
      }
      nav ul {
        margin: 0;
        padding:0;
        list-style: none;
      }
      .nav a {
        display:block; 
        background: #fff; 
        color: #333333; 
        text-decoration: none;
        padding: 8px 10px;
        text-transform: capitalize;
        font-size: 14px; font-weight: 400;
       
        position: relative;
      }
      .nav{ 
        width: 100%; 
        vertical-align: top; 
        display: inline-block;
        
        border-radius:6px;
      }
      .nav li {
        position: relative;
      }
      .nav > li { 
        float: left; width: 100%;
        border-bottom: 1px #F5F6F3 solid; 
        margin-right: 1px; 
        overflow-y: visible;
      } 
      .nav > li .icon-bx{
          border: #ECEFE7 1px solid; background: #25d366; z-index: -30;
          top: 10px; border-radius: 50%; 
          position: absolute; right: 10px;
          width: 15px; height: 15px; line-height: 15px;
      }
      .nav > li > a { 
        margin-bottom: 1px;
       
      }
      .nav > li:hover, 
      .nav > li:hover > a { 
        
      }
      .nav li:hover > a { 
        color:orange; 
      }
      .nav > li:first-child { 
        border-radius: 4px 0 0 4px;
      } 
      .nav > li:first-child > a { 
        border-radius: 4px 0 0 0;
      }
      .nav > li:last-child { 
        border-radius: 0 0 4px 0; 
        margin-right: 0;
      } 
      .nav > li:last-child > a { 
        border-radius: 0 4px 0 0;
      }
      .nav li li a { 
        margin-top: 1px; padding-left: 10px !important;
      }
      .nav li a:first-child:nth-last-child(2):before { 
        content: ""; 
        position: absolute; 
        height: 0px; 
        width: 0px; 
        border: 5px solid transparent; 
        top: 50% ; 
        right:10px;  margin-right: 10px;
       }

       /* submenu positioning*/
.nav ul {
    position: absolute;
   /* white-space: nowrap;*/
   
    z-index: 1;
    left: -99999em;
  }
  .nav > li:hover > ul {
    left: auto; position: relative; background: #ECF1E3;
    margin-top: 5px; background: #fff;
    min-width: 100%;
  }
  .nav > li:hover > ul li{
      padding-left: 10px;  border-bottom: #F7F8F6 1px solid;
  }
  .nav > li li:hover > ul { 
    left: 100%;
    margin-left: 1px;
    top: -1px;
  }
 /* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before { 
    border-top-color: #aaa; 
  }
  .nav > li:hover > a:first-child:nth-last-child(2):before {
    border: 5px solid transparent; 
    border-bottom-color: orange; 
    margin-top:-5px
  }
  .nav li li > a:first-child:nth-last-child(2):before {  
    border-left-color: #aaa; 
    margin-top: -5px
  }
  .nav li li:hover > a:first-child:nth-last-child(2):before {
    border: 5px solid transparent; 
    border-right-color: orange;
    right: 10px; 
  }

    .btm-header {
        width: 100%;
        float: left;
        padding: 3px 10px 5px;
    }

   
    .btm-header .main_cate{
        display: inline-block !important;
        width: 30%;
        margin: 0; float: left; height: 36px;
    }
    .btm-header .main_cate a{
        font-size: 12px; font: weight 500; padding: 0px;
    }
    .btm-header .search120 {
        display: inline-block !important;
        width: 70%; height: 35px;
        margin: 0; padding: 0 !important; border-radius: 0 !important;
    }
    .ui[class*="left icon"].swdh10.input>input {
        padding-left: 10px !important; border-radius: 0 !important;
    }
    


    .m-footer {
        width: 100%;
        display: block;
        background-color: #ffffff;
        position: fixed;
        bottom: -1px;
        z-index: 9;
        height: 55px;
        overflow: hidden;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.51);
    }
    .m-footer ul {
        display: flex;
        width: 100%;
        font-size: 14px;
        justify-content: space-evenly;
    }
    .m-footer ul li a {
        display: block;
        position: relative;
        color: #000 !important;
    }
    .m-footer ul li a label {
        display: block;
        text-align: center;
    }
    .m-footer ul li a i {
        display: block;
        text-align: center;
        margin: 4px auto -2px;
        font-size: 22px;
        color: #1678ff;
    }
    .pop-body3 {
        height: 100%;
        background: #fff;
        position: relative;
        width: 90%;
        max-width: 330px;
        box-shadow: 13px 3px 38px rgba(0, 0, 0, 0.16);
    }
    .pop-body3 .btn-close {
        position: absolute;
        right: -42px;
        top: 5px;
        font-size: 21px;
        background-color: #ffffff !important;
        z-index: 1;
        opacity: 1;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        color: #131313 !important;
    }
    .pop-mob {
        max-height: 90vh;
        overflow: hidden;
        position: relative;
    }
    .mob-head {
    background: #2196F3;
    padding: 12px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
    .mob-head label {
        color: #fff;
        font-size: 24px;
    }
    .mob-head label i {
        font-size: 1.2em;
        display: inline-block;
    }
    .pop-mob ul {
        /*padding: 10px 15px;*/
    }
    .pop-mob ul li a {
        font-size: 15px;
        font-weight: 500;
        padding: 7px 5px;
        display: block;
        color: #2b2f4c;
    }
    .pop-mob ul li a i {
        padding: 0 5px;
        color: #1678ff;
    }
    .pop-mob ul li.line {
        border-bottom: 1px solid #e0e0e0;
    }
    .pop-mob ul li {
        padding: 2px 0;
    }
    .main-banner-slider {
        margin-top: 10px;
    }
    .panel-title a {
        font-size: 15px;
        line-height: 1.3 !important;
    }
    .top-most-header {
        padding: 2px 10px 1px;
        width: 100%;
        max-height: 25px;
        display: flex;
        background: #ffffff;
    }
    .tm-left marquee {
        font-size: 13px;
        padding-top: 1px;
        color: #000000;
    }
    .res_2 {
        display: flex !important;
    }
    .res_2 a {
        display: block;
    }
    .res_2 .res_a {
        font-size: 35px;
        padding-top: 15px;
    }
    .d-m-block {
        display: block;
    }
    .d-m-none {
        display: none;
    }
    .row-rev {
        flex-direction: column;
        background-color: #ffffff;
    }
    .map iframe {
        height: 150px;
    }
    .info-banner {
        padding: 20px 0;
        margin-top: 15px;
    }
    .shop-left {
        display: none;
    }
    .shop-right {
        width: 100%;
    }
    .shop-right-head {
        position: relative;
        padding: 5px 0;
        height: 50px;
        font-size: 14px;
    }
    .filter-btn.d-m-block {
        position: absolute;
        right: 0;
        top: -35px;
        padding: 5px;
        font-size: 14px;
        background: #1678ff;
        color: #fff;
        height: 32px;
    }
    .aj-table td,
    .aj-table th {
        min-width: 100px;
    }
    .adrs p {
        margin-bottom: 15px;
    }
    .buy-btn .btns {
        width: 95%;
        margin: -3px 12px;
    }
    #exzoom {
        width: 100% !important;
        height: 450px;
    }
    .pb-left {
        min-height: auto;
    }
    .pm-0 {
        padding: 0 !important;
    }
    .cp-cont {
        width: 100% !important;
    }
    .cp-body {
        top: 25px !important;
    }
    .loc-box .loc-btn {
        width: 45px;
    }
    .loc-box input {
        padding-right: 55px;
    }
    .mob-none {
        display: none;
    }
    .btn-1 {
        font-weight: 500;
        padding: 0px 5px;
        font-size: 16px;
    }
}

.ml_10 {
    margin-left: 10px;
}

.ml_0 {
    margin-left: 0;
}

.ml_1 {
    margin-left: -10px;
}

.ml_2 {
    margin-left: -20px;
}

.ml_3 {
    margin-left: -30px;
}

.d-non {
    display: none
}


/*Animista*/

.slide-top {
    -webkit-animation: slide-top 0.3s ease-in-out both;
    animation: slide-top 0.3s ease-in-out both;
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-in-left {
    -webkit-animation: slide-in-right 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.tm-left i {
    font-size: 14px;
    color: #f58904;
}

.adrs-box i {
    font-size: 14px;
    color: #f58904;
    -webkit-animation: action 0.6s infinite alternate;
    animation: action 0.6s infinite alternate;
}

@-webkit-keyframes action {
    0% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(-2px);
    }
}

@keyframes action {
    0% {
        transform: translateY(1px);
    }
    100% {
        transform: translateY(-2px);
    }
}

.pro-dbox {
    width: 100%;
    box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 5px 10px;
    margin-top: 5px;
}

.dbox-left h3 {
    font-size: 16px;
    font-weight: 500;
}

.dbox-left p {
    font-size: 14px;
    color: #116deb;
    font-weight: 500;
    line-height: 1.3;
}

.dbox-left span {
    font-size: 12px;
    display: block;
    color: #4f4f4f;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.panel-body p {
    color: #fff;
}

.cp-body {
    width: 100%;
    background: rgb(0 0 0 / 83%);
    padding: 10px;
    top: 30px;
    height: 100vh;
    position: absolute;
}

.cp-cont {
    position: relative;
    width: 400px;
    float: right;
}

.cp-row {
    display: flex;
}

.cp-lft label {
    color: #ffff;
    text-align: left;
    font-size: 20px;
    margin-top: 50px;
    line-height: 1.3;
}

.cp-lft img {
    max-height: 100px;
    margin: 5px 20px;
}

.cp-lft i {
    color: #fff;
    position: absolute;
    left: -8px;
    top: 5px;
    cursor: pointer;
    font-size: 30px;
}

.myChange {
    background-color: rgb(0 0 0 / 0%) !important;
}


/* NEW CSS 29-08-2020 */

.sus-head {
    position: relative;
    width: 100%;
}

.sus-head h2 {
    text-align: center;
    color: #3f21ff;
    font-weight: 600;
}

.sus-head label {
    position: absolute;
    right: 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    top: -33px;
    text-transform: uppercase;
}

.sus-body {
    padding-top: 30px;
}

.sus-tab .nav {
    justify-content: center;
    border-bottom: 3px solid #ebebeb;
    padding-bottom: 5px;
}

.sus-tab .nav-item {
    margin: auto;
}

.sus-tab .nav-link {
    background: none;
    border: none;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    color: #000;
}

.sus-tab .nav-link i {
    display: block;
    margin: 8px auto;
}

.sus-tab .nav-link.active {
    background-color: rgb(255 255 255 / 0%);
    color: #3f21ff;
}

.bs-h4 {
    font-size: 30px;
    font-weight: 600;
    color: #1f6cf0;
    text-align: center;
    margin: 30px 0px !important;
}

.up-checkout-group {
    margin: 10px;
    background: #f7f7f7;
    padding: 5px 10px;
}

.up-check-head label {
    color: #1f6cf0;
    font-size: 14px;
    font-weight: 500;
}

.up-check-head i {
    padding-right: 5px;
}

.btm-ad {
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.btm-ad ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    text-align: center;
}

.btm-ad ul li {
    margin: auto;
}

.btm-ad ul li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #abcfff;
    border-radius: 50%;
    margin: auto;
    font-size: 15px;
    color: #3f21ff;
    padding: 5px;
    line-height: 2;
    margin-bottom: 7px;
}

.btm-ad ul li label {
    font-size: 13px;
    color: #000;
}

.ess-box {
    margin: 0 15px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 2px 10px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.ess-img img {
    width: auto;
    max-height: 80px;
}

.ess-img {
    width: 25%;
}

.ess-cont {
    width: 75%;
    position: relative;
}

.ess-cont h5 {
    font-size: 16px;
    color: #1f6cf0;
    margin: 10px 0;
}

.ess-cont-left,
.ess-cont-right {
    width: 50%;
}

.ess-cont-left label,
.ess-cont-right label {
    display: block;
    width: 100%;
    color: #1f6cf0;
    border-bottom: 1px solid #1f6cf0;
    font-size: 15px;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.ess-cont-right label {
    font-family: 'goBoldBold';
}

.ess-cont-left a,
.ess-cont-right a {
    text-align: center;
    display: block;
    width: 100px;
    margin: auto;
    font-size: 14px;
}

.bg-l-blue {
    background-color: #f6faff !important;
}

.fa-rupee-sign {
    font-size: 12px;
    vertical-align: middle;
    padding-right: 2px;
}

.product-btn a {
    padding: 0 5px;
    line-height: 1.2;
    height: 45px;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    border: 0;
    justify-content: center;
    text-align: center;
    font-weight: 500;
}

.product-price i {
    vertical-align: super;
    font-size: 10px;
}

.product-price p {
    display: inline;
    padding-left: 15px;
    color: #000;
    font-weight: 600;
    font-family: "hpSimplified";
    font-size: 14px;
}

.clr2 .p-span {
    color: #f7f7f7;
}

.inp i {
    position: absolute;
    right: 0;
    top: 12px;
}

.dbox-right .label {
    color: red !important;
}

.dbox-left h3 i {
    color: rgb(178 179 179);
}

.ofr2 {
    /*margin: auto;*/
    display: block;
    text-align: center;
    width: 120px;
    font-size: 11px;
    font-family: 'goBold';
    /*margin-bottom: 2px;*/
    color: red;
    /*margin-top: -5px;*/
    margin: 0px 0px 2px 16px;
    font-size: 15px;
}

.dbox-right .input-box {
    margin-bottom: 0 !important;
}

.breadcrumb {
    padding: .5rem 1rem;
}

.chk_but {
    text-align: center;
    display: block;
    width: 100px;
    margin: auto;
    font-size: 14px;
    color: #4183c4;
    text-decoration: none;
    background: transparent !important;
    border: none !important;
    padding: 2px;
    font-family: "hpSimplified";
}

button.chk_but:hover {
    color: inherit !important;
}


/* new changes */

.carousel {
    position: inherit;
}

.carousel-indicators {
    position: absolute;
    right: -35px;
    top: 3px;
    text-align: right;
    display: inline-block;
    height: 35px;
}

.carousel-indicators li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #3f21ff;
    display: inline-block;
}

#cursol {
    padding-top: 13px;
    margin-bottom: 15px;
    background: #e9e9e9;
}

.check-out .pdpt-title h4 {
    padding: 8px 15px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    margin-top: 0;
    color: #2b2f4c;
    margin-bottom: 0;
}

.max-sbox1 {
    min-height: 445px;
    max-height: 445px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 15px;
}

.dbox-right .chk1 {
    display: none;
}

.dbox-right.check-show .chk1 {
    display: inline-block !important;
}

.dbox-right.check-show .chk2 {
    display: none !important;
}
/*home page search box start*/
.srch-prdt{
   display: flex;
    width: 100%;
    padding: 10px;
    background: #fff;
    position: relative;
    z-index: 9999;
    top: -12px;
    left: 261px;
    border: 1px solid #eee;
    align-items: center;
}
.searchDetails{
    display: none;
    max-width: 44%;
    height: 70px;
}

.custBtn{
    border: 1px solid #000 !important; 
    margin-right: 30px;
} 
.btnsGrp{
    margin: 0 10px 0 10px;
}
/*home page search box end*/
@media (max-width: 600px) {
    .mob-m0 {
        margin: 0 !important;
    }
    .mob-p0 {
        padding: 0 !important;
    }
    .dbox-left h3 {
        font-size: 14px;
    }
    .dbox-left p {
        font-size: 12px;
    }
    .quantity .input-text.qty {
        width: 40px;
        height: 35px;
    }
    .quantity.buttons_added .minus,
    .quantity.buttons_added .plus {
        height: 35px;
        width: 35px;
    }
    .ofr2 {
        width: 100% !important;
    }
    .dbox-right .inp input,
    .dbox-right .inp textarea,
    .dbox-right .inp select {
        font-size: 13px;
    }
    .all-product-grid {
        margin: 0 5px;
    }
    .breadcrumb {
        padding: .5rem;
    }
    .max-sbox1 {
        min-height: auto;
        max-height: 100%;
    }
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}