﻿@charset "utf-8";
/* CSS Document */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table,
table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}

img {
    vertical-align: top;
}

embed {
    vertical-align: top;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
    display: inline;
}

input,
textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}

iframe {
    border: 0;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    margin: 0;
    padding: 0px;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none
}

a:hover {
    color: inherit;
}

li {
    list-style: none;
}

*:focus {
    outline: none !important;
}

button {
    font-family: Helvetica,Arial,sans-serif;
}

.btn_m_size {
    font-family: Helvetica,Arial,sans-serif;
}

.btn_l_size {
    font-family: Helvetica,Arial,sans-serif;
}

/*font block start*/



/*-----------------------------------------------------font block end--------------------------------------------*/

/*-----------------------------------------------------animation start--------------------------------------------*/

* {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 1px transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*-----------------------------------------------------animation end--------------------------------------------*/

/*---------------------------------------------Globel html tags--------------------------------------------*/

html,
body {
    font-family: Helvetica,Arial,sans-serif;
    color: #333;
    font-size: 16px;
    background: #fff;
}

body {
    font-family: Helvetica,Arial,sans-serif;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 300;
}

p,
label {
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 300;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
}

h1 {
    font-size: 36px;
    font-weight: 300;
}

h2 {
    font-size: 32px;
    font-weight: 300;
}

h3 {
    font-size: 28px;
    font-weight: 300;
}

h4 {
    font-size: 24px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 16px;
    font-weight: 300;
}

p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.form-control:focus {
    border-color: rgba(0,0,0,.075);
}

.form-control{
    border: 1px solid #ced4da !important;
}

/*---------------------------------------------Globel html end--------------------------------------------*/

a.btn_l_size {
    color: #fff !important;
    border: solid 1px #0994ce;
    background: #0994ce;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    min-width: 200px;
    /*font-size: 14px;
    */font-size: 14px;
    text-transform: uppercase;
    outline: 0;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    height: 40px;
    line-height: 14px;
    padding: 12px 15px;
    cursor: pointer;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

a.btn_m_size {
    color: #fff !important;
    border: solid 1px #f39414;
    background: #f39414;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    min-width: 180px;
    font-size: 14px;
    text-transform: uppercase;
    outline: 0;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    height: 40px;
    line-height: 14px;
    padding: 12px 15px;
    cursor: pointer;
    font-weight: normal !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

a.btn_m_size:hover {
    color: #fff;
    border: solid 1px #0994ce;
    background: #0994ce;
}

a.btn_m_size:hover svg#btn_bagicon path {
    stroke: #fff !important;
}

a.btn_m_size svg {
    width: 16px;
    height: auto;
    margin-top: -6px;
    margin-right: 4px;
}

a.btn_l_size svg {
    width: 16px;
    height: auto;
    margin-top: -6px;
    margin-right: 4px;
}

a.btn_l_size.btn_l_size_nxt {
    border: solid 1px #0994ce;
    background: #0994ce;
}

a.btn_l_size.btn_l_size_nxt:hover {
    background: #f39414;
}

a.btn_l_size {
    border: solid 1px #0994ce;
    background: #0994ce;
}

a.btn_l_size:hover {
    background: #f39414;
    border: solid 1px #f39414;
}

.alert-dismissable .close, .alert-dismissible .close {
        padding: 0.25rem 1.25rem;
    }


.shipping-address-border{
    border: 1px solid rgba(0,0,0,.075);
    border-radius: 3px;
    padding: 0px 15px 8px 15px !important;
}

/*---------------------------------------------Globel BUTTON html end--------------------------------------------*/

/**************price tag****************/

.price-tag {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
}

b.em-dirham {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding-top: 6px;
    display: inline-block;
}

.price-details p {
    margin-right: 18px;
}

.shopping-cart-title p {
    margin-right: 18px;
}

b.price {
    font-weight: 600;
    font-size: 18px;
}

li.bag-t-span.bag-t-marg b.price {
    font-weight: 400;
}

span.old-price {
    margin-left: 6px;
}

span.old-price {
    font-size: 12px;
    color: #808080;
    font-weight: 400;
    padding-left: 10px;
    line-height: 10px;
    padding-top: 10px;
    display: inline-block;
}

.price-tag.price-tag-detail span.old-price {
    font-size: 12px;
    color: #808080;
    font-weight: 400;
    padding-left: 0px;
    line-height: 10px;
    padding-top: 10px;
    display: inline-block;
    margin-left: 0px;
}

.price-tag.price-tag-detail b.price {
    font-weight: 600;
    font-size: 24px;
}

.price-tag.price-tag-detail b.em-dirham {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding-top: 13px;
    display: inline-block;
}

.price-tag.price-tag-detail {
    margin-bottom: 4px;
}

/**************price tag****************/

/************************* Login Page *****************************/

.login-sec {
    width: 100%;
    float: left;
    background-color: #ffffff;
    background-attachment: fixed;
    background-size: cover;
    padding: 4rem 0 4rem 0;
    min-height: 50vh;
}

.login-sec .btn {
    min-width: 100%;
}

.login_wrapper_outside {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
    border-radius: 4px;
    -webkit-box-shadow: 10px 10px 70px 2px #b8b8b8;
    box-shadow: 10px 10px 70px 2px #b8b8b8;
}

.login_wrapper_outside .signin-agile {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 2rem;
    text-align: left;
}

.login_wrapper_outside .signup-agileinfo {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 4rem 2rem;
    background: #00000012;
    text-align: left;
}

.login_wrapper_outside .signup-agileinfo h3 {
    color: #333;
}

.login_wrapper_outside .signup-agileinfo p {
    color: #333;
}

.login_wrapper_outside .signup-agileinfo .more {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.login-sec1 ul {
    margin-top: 10px;
}

.login_wrapper_outside .signup-agileinfo .lgn {
    float: left;
    width: 100%;
}

.login-sec1 input.btn.btn-primary {
    width: 100%;
    padding: 6px 40px;
}

.lgn a.btn.btn-primary {
    width: 100%;
    padding: 6px 40px;
}

.more a.btn.btn-primary {
    width: 100%;
    padding: 6px 20px;
    float: left;
    color: #fff;
}

li.forgot.pull-right a {
    color: #000;
    text-decoration: none;
}

.lgn a.btn.btn-primary {
    color: #000;
}

input.btn.btn-default.btn-login {
    width: 100%;
    display: block;
    margin: 15px 0px;
}

a.btn.btn-login.btn-google {
    background: #ea4335;
    color: #fff;
    border-color: #ea4335;
    outline: none !important;
    width: 100%;
    height: 33px;
    display: block;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgb(206, 195, 175);
    margin-top: 8px;
}

a.btn.btn-default.black-btn.btn-login {
    width: 100%;
    background: #1d1d1b;
    color: #fff;
    border: 1px solid #1d1d1b;
}

a.btn.btn-default.black-btn.btn-login:hover {
    width: 100%;
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
}

a.btn.btnfacebook.btn-login.btn-facebook {
    background: #3b5998;
    color: #fff;
    border-color: #3b5998;
    margin-top: 8px;
    height: 42px;
    width: 100%;
    border-radius: 4px;
    outline: none !important;
}

.new-box .new-img img {
    width: 100%;
}

.shipping-cart-main-wp.shipping-cart-mob {
    display: none;
}

.new-box .new-txt {
    text-align: center;
    width: 100%;
    float: left;
}

.new-box .new-txt h4 {
    font-size: 22px;
    color: #000;
    padding-top: 20px;
    font-family: Helvetica,Arial,sans-serif;
}

.new-box .new-txt h5 {
    font-size: 16px;
    color: #7d7d7d;
    margin-bottom: 20px;
    font-family: Helvetica,Arial,sans-serif;
}

.new-box .new-txt label {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #be9000;
}

.signup-box {
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 2rem;
    -webkit-box-shadow: 10px 10px 50px 2px #b8b8b8;
    box-shadow: 10px 10px 50px 2px #b8b8b8;
    background: #fff;
    width: 50%;
    margin: 0px auto 40px;
}

.new-account-wrapper-inner {
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 2rem;
    -webkit-box-shadow: 10px 10px 50px 2px #b8b8b8;
    box-shadow: 10px 10px 50px 2px #b8b8b8;
    background: #fff;
    width: 50%;
    margin: 0 auto 40px;
}

.signup-bg {
    width: 100%;
    float: left;
    background-color: #ffffff;
    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(188,960,484)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23e5ecf2'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='300' height='250' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.02'%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;
    padding: 0 0 3rem 0;
    min-height: 70vh;
}

.signup-bg .breadcrumps-wrapper .breadcrumb {
    background: transparent !important;
}

.reg-completed.registration-reg-completed-wp {
    background: #00000012;
    padding: 20px;
    border-radius: 4px;
    margin-top: 30px;
}

.reg-completed.registration-reg-completed-wp span {
    color: #0f9600;
    width: 100%;
    float: left;
    font-size: 1.7rem;
}

.reg-completed.registration-reg-completed-wp b.important-not {
    width: 100%;
    float: left;
    margin-top: 6px;
}

/************************* Login Page End *****************************/

/********************** User Account Pages **********************/

.work-space .catname-cont:hover {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.work-space .catbox-innerlist {
    width: 100%;
    height: 50px;
    display: flex;
    border: 1px solid #c1c1c1;
    align-items: center;
    padding-right: 25px;
    margin-top: 0px;
    border-bottom: 0;
}

.work-space .catbox-innerlist-bot {
    border: 1px solid #c1c1c1;
}

.inner-pagecont-sub li.main-li {
    height: 116px;
    padding: 25px;
    list-style: none;
    border: 1px solid #c1c1c1;
    background: #fff;
    margin-bottom: 15px;
    display: flex;
    margin-top: 20px;
}

h3.sti-item {
    font-size: 18px;
}

.inner-pagecont-sub span.prof-pic {
    height: 50px;
    width: 50px;
    background: #00000048;
    float: left;
    border-radius: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-pagecont-sub .prof-pic img {
    width: 30px;
    height: auto;
}

.inner-pagecont-sub span.prof-text {
    margin-left: 15px;
    float: left;
}

.inner-pagecont-sub .prof-text h4 {
    font-size: 18px;
    font-weight: 600;
}

.inner-pagecont-sub .prof-text h5 {
    font-size: 18px;
    font-weight: 400;
    color: #ed1c24;
    padding-top: 10px;
    padding-right: 15px;
}

.work-btn {
    list-style: none;
    background: #bd0013;
    border: 2px solid #FFF;
    border-radius: 6px;
    padding: 10px;
    width: 240px;
}

li.work-btn img {
    width: 28px;
    float: left;
    margin-top: 6px;
    margin-right: 9px;
}

.work-btn {
    list-style: none;
    background: #bd0013;
    border: 2px solid #FFF;
    border-radius: 6px;
    padding: 10px;
    width: 240px;
    float: right;
    margin-top: -75px;
}

.work-btn p {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    padding-top: 4px;
}

.work-btn img {
    width: 28px;
    float: left;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 9px;
}

.box-head-s-btn {
    width: 90%;
    height: auto;
    float: left;
    margin-top: 10px;
    padding-left: 10px;
    position: absolute;
    z-index: 99;
    display: flex;
}

.efb-sale {
    padding: 3px 10px;
    background-color: #bd0013;
    color: #fff;
    font-size: 14px;
}

.box-head-s-btn .efb-sale {
    float: left;
    margin-right: 5px;
}

span.efb-sale.pending-box {
    background: #ffaa41;
}

span.efb-sale.Verified-box {
    background: #38ae43;
}

span.efb-sale.published-box {
    background: #57a2ff;
}

a.bd {
    float: right;
    color: #000;
}

a.bd i {
    padding-right: 5px;
}

.efb-rentbox {
    width: 100%;
    height: auto;
    float: left;
    border: .1rem solid #dedede;
    border-radius: .4rem;
}

.imgbox-cont {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    z-index: 99;
}

.imgbox {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    z-index: 99;
    border-radius: .3rem;
    overflow: hidden;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.imgbox img {
    width: auto;
    height: 227px;
    text-align: center;
    margin: 0px auto;
}

.efb-textbox {
    width: 100%;
    min-height: 80px;
    float: left;
    padding: 0px 10px;
}

.efb-textbox h4 {
    color: #2d383f;
    font-size: 14px;
    padding-left: 3px;
    padding-top: 5px;
    text-align: center;
}

.efb-textbox h3 {
    color: #2d383f;
    font-size: 18px;
    text-align: center;
    padding-top: 8px;
}

.efb-textbox p {
    color: #2d383f;
    font-size: 18px;
    margin-bottom: 0px;
    text-align: right;
}

.imgbox:hover img {
    transform: scale(1.8);
}

.efb-textbox-btn-2 {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 10px;
}

span.btn-addimg-box {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.efb-textbox-btn-2 span {
    border: .1rem solid #000;
    border-radius: .4rem;
    font-size: 15px;
    width: 100%;
    height: 36px;
    line-height: 25px;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    text-decoration: none !important;
}

.efb-textbox-btn-1 {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 10px;
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}

span.btn-edit-box {
    background: #333333d9;
    border-color: #333333d9;
    color: #fff;
}

span.btn-disable-box {
    background: #00000063;
    border-color: #00000063;
    color: #fff;
}

span.btn-delete-box {
    background: #bd0013e6;
    border-color: #bd0013e6;
    color: #fff;
}

.efb-textbox-btn-1 span {
    border: .1rem solid #939394;
    border-radius: .4rem;
    font-size: 15px;
    width: 32%;
    height: 36px;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.efb-textbox-btn-1 span a {
    display: flex;
    justify-content: center;
}

.imgtext-innerbox {
    width: 100%;
    min-height: 80px;
    background: #00000033;
    border-color: #00000063;
    float: left;
    border: .1rem solid #dedede;
    margin-top: 10px;
    padding: 10px;
}

.imgtext-innerbox p {
    text-align: center;
}

p.notyet-tab {
    background: #939394;
    color: #fff;
    text-align: center;
    padding: 4px;
    margin-bottom: 8px;
}

.sti-menu {
    width: 100%;
    position: relative;
    padding: 0;
}

.sti-menu li {
    float: left;
    padding: 6px;
    height: 249px;
}

.sti-menu li a {
    display: block;
    overflow: hidden;
    background: #00000012;
    border: 1px solid #1d1d1b;
    text-align: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.sti-menu li a h2 {
    color: #1d1d1b;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    padding: 0;
    width: 100%;
    top: 140px;
    left: 0px;
    font-size: 20px;
    text-align: center;
}

h2.section-title.mx-auto.d-table.mb-5 {
    font-size: 24px;
}

.sti-menu li a h3 {
    font-size: 15px;
    color: #000000;
    position: absolute;
    top: 174px;
    left: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.sti-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: transparent;
    left: 0;
    top: 30px;
    right: 0;
    margin: 0px auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sti-icon-care {
    background-image: url(../images/manage-profile-01.svg);
}

.sti-icon-manage-product {
    background-image: url(../images/manage-products.svg);
}

.sti-icon-add-product {
    background-image: url(../images/add-product.svg);
}

.sti-icon-alternative {
    background-image: url(../images/change-password-01.svg);
}

.sti-icon-family {
    background-image: url(../images/log-out-01.svg);
}

.sti-icon-info {
    background-image: url(../images/order.svg);
}

.sti-icon-technology {
    background-image: url(../images/invoice-01.svg);
}

.sti-menu li a:hover {
    background: #00000088;
}

.sti-menu li a:hover .sti-icon {
    background-position: bottom right;
}

.sti-menu li a:hover {
    border: solid 1px #1d1d1b;
}

.sti-menu li a:hover h2,
.sti-menu li a:hover h3 {
    color: #fff;
}

.user-box {
    padding: 0.5rem 0rem 2rem 0rem;
    min-height: 500px;
    float: left;
    width: 100%;
}

.all-pages-bg.registered-user-update-profile-wp {
    margin-bottom: 30px;
}

.update-profile-wrapper label {
    margin-bottom: 5px;
}

.update-profile-wrapper h4 {
    margin-bottom: 8px;
}

table#ctl00_contentplaceholder1_GridViewInoviceList tbody tr th {
    background: #00000012;
    border: 1px solid #000000;
}

#ctl00_contentplaceholder1_divinvoice h4 {
    font-size: 18px;
    line-height: 24px;
}

.registered-user-invo-details .invoice-panel {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: #fff;
}

.registered-user-invo-details .style3 {
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    background: #f9f9f9;
}

.registered-user-invo-details tr.in-main-s {
    background: #00000012;
}

.registered-user-invo-details .inovice-profile {
    width: 25%;
    float: left;
    padding: 20px 0 10px 20px;
    border-bottom: 0px solid #c6c6c6;
}

.registered-user-invo-details .inovice-profile img {
    float: left;
    position: relative;
    width: 220px;
}

.registered-user-invo-details .status {
    float: left;
    width: 30%;
    padding: 10px 0 10px 0;
    text-align: left;
    color: #1d1d1b;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.registered-user-invo-details .status #ctl00_contentplaceholder1_lblfullname {
    font-weight: 700;
}

.registered-user-invo-details .inovice-details {
    width: 40%;
    float: right;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 30px;
}

.registered-user-invo-details .inovice-details td {
    color: #1d1d1b !important;
    font-size: 16px;
    font-weight: 500;
}

.registered-user-invo-details .cptions-hearder-invc {
    padding: 20px 20px;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    background: #00000012;
    text-transform: uppercase;
    color: #000000 !IMPORTANT;
}

.registered-user-invo-details .cptions-hearder-invc-1 {
    width: 150px;
    padding: 20px 20px;
    vertical-align: top;
    background: #00000012;
    font-weight: 700;
    text-align: right;
    color: #000000;
    text-transform: uppercase;
}

td.cap-details-cell-in.csd-list a {
    color: #00000095;
}

.registered-user-invo-details .cap-details {
    font-size: 14px !important;
    border-bottom: solid 1px #d8d8d8 !important;
    background: #fff;
}

.registered-user-invo-details .cap-details-cell-invc {
    border-top: solid 1px #e4e4e4;
    line-height: 20px;
    padding: 24px 20px;
    text-align: left;
    vertical-align: top;
}

.registered-user-invo-details .cap-details-cell-invc-1 {
    padding: 5px 30px 5px 5px;
    vertical-align: middle;
    height: 30px;
    border-top: solid 1px #e4e4e4;
    text-align: right;
}

.registered-user-invo-details tr#ctl00_contentplaceholder1_trtotpurchaseamt {
    border-left: 1px solid rgb(226, 226, 226);
    border-right: 1px solid rgb(226, 226, 226);
}

.registered-user-invo-details td.inovice-grandtotal {
    font-size: 16px;
    text-align: right;
    color: #000000;
    line-height: 31px;
    padding-right: 30px;
    float: right;
    margin-top: 10px;
}

.registered-user-invo-details td.inovice-grandtotal strong {
    font-size: 16px;
    line-height: 33px;
    padding-right: 7px;
    color: #000000;
    ;
}

.registered-user-invo-details tr#ctl00_contentplaceholder1_trtotpurchaseamt {
    border-left: 1px solid rgb(226, 226, 226);
    border-right: 1px solid rgb(226, 226, 226);
}

.registered-user-invo-details tr#ctl00_contentplaceholder1_trshipping {
    border-left: 1px solid rgb(226, 226, 226);
    border-right: 1px solid rgb(226, 226, 226);
}

.registered-user-invo-details .inovice-grandtotal1 {
    height: 30px;
    text-align: right;
    padding-top: 26px;
    text-transform: uppercase;
    padding-right: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(226, 226, 226);
    border-left: 1px solid rgb(226, 226, 226);
    border-right: 1px solid rgb(226, 226, 226);
}

.registered-user-invo-details .style2 {
    float: right;
    margin: 10px 0;
    padding: 10px 0px 16px 10px;
    width: 920px;
}

.reg-completed.registration-reg-completed-wp {
    margin-bottom: 40px;
}

.catbox-innerlist h3 {
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 26px;
    font-weight: 400;
    color: #1b1b1b;
}

a.catname-cont.cat-btn:hover h3 {
    color: #ed1c24;
}

.btn-reset-password {
    padding: 5px 15px;
    color: #fff;
    background: #000;
    font-weight: 400;
    margin: 0;
    width: 218px;
    border: none;
    border-radius: 4px;
}

section.subpage-wrapper {
    min-height: 650px;
}

.inner-pagecont-sub .btncre-account {
    padding: 5px 15px;
    color: #fff;
    background: #000;
    font-weight: 400;
    margin: 0;
    width: 218px;
}

.inner-pagecont-sub .btncre-account:hover {
    background: #1d1d1b;
    color: #fff;
}

.inner-pagecont-sub.work-space .col-md-12.col-12 {
    margin: 0px -15px;
}

/********************** User Account Pages End **********************/

/************* Product Detail Page Shopping Cart Popup *************/

.shp-head {
    padding: 15px 25px;
}

.shp-head h4 {
    font-size: 20px;
}

.sl-mob {
    display: none;
}

.sl-pc {
    display: block;
}

.modal-header,
.modal-footer {
    border: none;
}

.modal-body {
    padding: 15px 24px;
    width: 100%;
}

.shpcrt-tblmain {
    width: 100%;
}

#showcartpopupdiv .shp-head {
    padding: 0px 0px !important;
    width: 100%;
}

div#divSucessPopup {
    z-index: 9999;
}

div#showcartpopupdiv .modal-body {
    padding: 0px 24px !important;
}

.shpcrt-list-header {
    float: left;
    width: 100%;
    border: 1px solid rgba(0,0,0,.075);
    border-top: 1px solid #ccc;
    padding: 15px 0px;
}

#shpcart .modal-header {
    margin-bottom: 0;
    padding-bottom: 0;
}

#shpcart .modal-body {
    padding-top: 0;
}

.shpcrt-list-header ul {
    width: 100%;
    float: left;
}

.shpcrt-list-header ul li {
    float: left;
}

li.shpcrt-lister {
    float: left;
    padding: 15px 0px;
    width: 100%;
}

.shpcrt-list-header ul li:nth-child(1) {
    width: 20%;
    padding-left: 25px;
}

.shpcrt-list-header ul li:nth-child(2) {
    width: 35%;
}

.shpcrt-list-header ul li:nth-child(3) {
    width: 25%;
}

.shpcrt-list-header ul li:nth-child(4) {
    width: 20%;
    padding-right: 10px;
}

.shpcrt-lister ul li {
    float: left;
}

.shpcrt-lister ul li:nth-child(1) {
    padding-right: 35px;
}

.shpcrt-lister ul li:nth-child(2) {
    width: 40%;
    padding-right: 15px;
}

.shpcrt-lister ul li:nth-child(3) {
    width: 20%;
}

.shpcrt-lister ul li:nth-child(4) {
    padding-right: 10px;
}

.shpcrt-lister ul li img {
    width: 100%;
}

.shpcrt-lister ul li h4,
.shpcrt-lister h4 {
    font-weight: 300;
    font-size: 18px;
}

.shpcrt-lister ul li p,
.shpcrt-lister p {
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 18px;
}

#showcartpopupdiv .shpcrt-lister ul li p, .shpcrt-lister p {
    margin-bottom: 6px;
}

li.shpcrt-lister {
    float: left;
    padding: 15px 0px;
}

.thump {
    height: auto;
    padding: 4px;
    border: 1px solid #ccc;
}

strong.shpcrt-strong {
    position: relative;
    top: 5px;
}

.bat-t-upd {
    background: #fbedd6;
    padding: 9px;
    float: left;
    margin-top: 10px;
    border: 1px solid #00000048;
}

input.upd-cart {
    background: none;
    border: none;
}

.shprt-total {
    text-align: right;
    width: 100%;
    float: right;
    padding-right: 20px;
    border-bottom: 1px solid #e3cd9483;
    border-top: 1px solid #e3cd9483;
    background: #fafafa;
    margin-bottom: 25px;
}

.shprt-total li {
    padding: 20px 0;
}

.shprt-total h4 span {
    color: #4eb3ce;
}

.modal-footer {
    justify-content: flex-end !important;
}

.modal-dialog {
    margin: 1.75rem auto !important;
}

/************* Product Detail Page Shopping Cart Popup End *************/

/************* shopping cart page **************/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.bag-item-total {
    padding: 15px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(0,0,0,.075);
    background: hsla(0,0%,95%,.5);
}

.bag-item-total h4 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}

input.btn.btn-secondary.btn-lg {
    text-transform: uppercase;
}

.alert-warning {
    margin-top: 0.5rem;
}

ul.bag-total-box li.total-box {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding: 10px 0px;
}

h3.shop-head {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.nav-item .m-wish-cart {
    float: right;
}

.nav-item .m-wish-cart img {
    width: 20px;
    float: right;
    top: 0;
}

.second-nav a.nav-item label.fil-check {
    margin-top: 15px;
}

.inovice-profile img {
    width: 100px;
}

.mob-dis {
    display: none;
}

.table-cart {
    width: 100%;
    border: 1px solid #00000048;
}

.items-heading {
    background: #efefef;
}

.table-cart thead tr th {
    border-bottom: 1px solid #00000048;
    padding: 15px 15px;
    font-weight: 300;
    color: #000;
    /* background: #00000012; */
}

.update {
    color: green !important;
    font-size: 12px;
    padding-left: 10px;
}

span.rm-but a:hover {
    color: #ed1c24;
    font-size: 12px;
}

span.rm-but a {
    color: #f00;
    text-transform: uppercase;
    font-size: 12px;
}

span.rm-but {
    display: block;
    margin-top: 10px;
}

.table-cart tbody tr td {
    padding: 15px 15px;
}

td.cap-shipping-details-txt .cart-price {
    width: 100%;
    display: flex;
    padding-left: 15px;
}

.cap-pro-container {
    padding-left: 0px;
}

.pc-dis .table-cart tbody tr td {
    vertical-align: top;
}

.pro-image {
    float: left;
}

.cap-pro-name {
    float: left;
    padding-left: 10px;
}

.cap-pro-name h5 {
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    width: 160px;
}

.cap-pro-name h5 a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    text-align: left;
}

.cap-pro-name span {
    font-size: 12px;
    display: block;
}

.cap-pro-name span {
    font-size: 12px;
    display: block;
    text-align: left;
}

.col-md-9.pb-3.pc-dis table.table-cart .cap-pro-name {
    float: left;
}

.col-md-9.pb-3.pc-dis table.table-cart tr th {
    background: #00000012;
    border-bottom: 1px solid #999999;
    padding: 10px 10px;
}

.col-md-9.pb-3.pc-dis table.table-cart .pro-image {
    float: left;
    margin-left: 10px;
}

.rem-bag {
    display: block;
}

tr.cap-details1 {
    border-bottom: 1px solid rgba(0,0,0,.075);
}

tr.cap-details1:last-child {
    border-bottom: none;
}

tr.cap-details1:hover {
    background: #fff;
}

.sc-qty-box {
    height: 42px;
    width: 70px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #dadada;
}

.col-sm-6.col-12.pr-det-txt-rght {
    padding-right: 0px !important;
}

.bag-total-box {
    overflow: hidden;
}

.bag-total-box h4 {
    color: #000;
    padding: 10px;
    background: #00000012;
    font-size: 18px;
    margin-top: 0px;
}

a.rem-bag.text-danger {
    text-decoration: underline;
}

a.rem-bag.text-danger i {
    text-decoration: none;
    margin-right: 5px;
}

a.rem-bag.text-danger-3 i {
    text-decoration: none;
    margin-right: 5px;
}

a.rem-bag.text-danger-3 {
    text-align: center;
    color: rgb(255, 0, 0);
    text-decoration: underline;
}

/* .cust-radio img {
    width: 32px;
} */

.shp-gue-form .cust-radio {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    clear: both;
}

.shp-gue-form .cust-radio b {
    display: inline-block;
}

.shp-gue-form .cust-radio img {
    position: relative;
    margin: 0px 15px;
    width: 33px;
    vertical-align: middle;
}

.card-logo {
    margin-left: 90px;
    margin-top: 0px;
}

.card-logo-item {
    width: 23px;
    height: auto;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0px;
}

.card-logo .card-logo-item img {
    width: 100%;
    height: 100%;
}

.cust-radio:hover input~.chk-radio {
    background-color: #ccc;
}

.shp-gue-form .radio-btn .chk-radio {
    top: 10px !important;
}

.shp-gue-form input[type=checkbox],
input[type=radio] {
    margin-right: 10px;
    float: left !important;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

input#hj {
    background-color: #00000012;
    color: #000;
    border: 2px solid #00000048;
    border-radius: 2px;
}

input#hj:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #00000048;
    border-radius: 2px;
}

.shippingadduser-wp-ship-all input[type=checkbox],
.shippingadduser-wp-ship-all input[type=radio] {
    margin-top: 6px;
    float: left !important;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}

#aftrlogin1 .dropdown-toggle::after,
#aftrlogin .dropdown-toggle::after {
    display: none;
}

#aftrlogin1 .dropdown-menu,
#aftrlogin .dropdown-menu {
    padding: 0;
}

.cart-side .dropdown-menu.show {
    margin-top: 8px;
}

#aftrlogin1 .form_full_col,
#aftrlogin .form_full_col {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    -webkit-box-shadow: 1px 1px 10px #dadada;
    box-shadow: 1px 1px 10px #dadada;
    overflow: hidden;
    background: #fff;
}

#aftrlogin1 .form_full_col a,
#aftrlogin .form_full_col a {
    border: none;
    font-size: 16px;
    padding: 5px 20px;
    color: #333;
    display: block;
    border-bottom: 1px dotted #dadada;
    position: relative;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 10;
}

#aftrlogin1 .form_full_col a:after,
#aftrlogin .form_full_col a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background: #808080;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#aftrlogin1 .form_full_col a:hover,
#aftrlogin .form_full_col a:hover {
    color: #fff;
}

#aftrlogin1 .form_full_col a:hover:after,
#aftrlogin .form_full_col a:hover:after {
    left: 0;
    z-index: -1;
}

.bag-total-box i {
    color: #808080;
}

.shp-address-form.pc-dis .table-cart {
    border: 1px solid #c1c1c148;
    width: 100%;
}

.shp-address-form.pc-dis .table-cart tbody tr td {
    padding: 5px 0px;
}

.shp-address-form .pro-image {
    width: 80px;
    float: left;
    margin-right: 12px;
}

.shp-address-form .pro-image img {
    width: 100%;
}

.cap-pro-image img {
    float: left;
}

.bag-total-box li {
    width: 100%;
    float: left;
}

li.bag-t-span.bag-t-marg {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}

.bag-total-box .bag-t-span span {
    font-weight: 400;
    font-size: 16px;
}

.bag-total-box .bag-t-span span.grand-total-text,
.bag-total-box .bag-t-span span.total{
    font-weight: 700;
    font-size: 20px;
}

li.bag-t-span.ord span {
    font-size: 18px;
}

li.bag-t-span.ord {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

li.bag-t-span.ord {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

span.current-price.current-price-shipping {
    display: flex;
    width: auto;
    text-align: end;
    margin-right: 4%;
}

.bag-total-box {
    overflow: hidden;
    padding: 0px;
    padding-top: 0;
}

li.shp-cart-pay {
    display: flex;
}

li.shp-cart-pay a {
    width: 49%;
}

li.shp-cart-pay {
    display: flex;
    justify-content: space-between;
}

.shp-cart-pay {
    border: 1px solid rgba(0,0,0,.075);
    padding-top: 15px;
}

.bag-total-box .shp-cart-pay {
    border: none;
}

.shp-cart-pay .btn {
    width: 100%;
    margin-bottom: 10px;
}

ul.bag-total-box.bag-tot-ship {
    padding: 0 15px;
}

.shp-cart-pay .btn-secondary {
    border-radius: 0px;
}

.shp-cart-pay a i {
    color: #fff;
    margin-right: 5px;
    line-height: 10px;
}

.upd-cart {
    background: none;
    border: none;
    font-size: 0.8rem;
    outline: none !important;
    position: relative;
}

.bat-t-upd {
    background: #00000012;
    padding: 4px;
    float: left;
    margin-top: 10px;
}

.input-validation-error {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url(/assets/theme-1/images/close-val.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.bat-t-upd i {
    color: #808080;
}

.shp-cart-mob-pop {
    width: 100%;
    float: left;
    position: relative;
}

.shp-cart-mob-pop .thump-mob-left {
    float: left;
}

.shp-cart-mob-pop .det-mob-pop {
    padding: 10px;
    float: left;
}

.shp-cart-mob-pop .det-mob-pop h5 {
    color: #808080;
}

.shp-cart-mob-pop .det-mob-pop p {
    margin-bottom: 0;
}

.shp-cart-mob-pop .det-mob-pop .shpcrt-strong {
    display: block;
}

.shp-cart-mob-pop .text-danger {
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.shp-cart-mob-pop .mob-pop-det-main {
    width: 100%;
    float: left;
    background: #f3f8ff;
    border-bottom: 1px solid #ddecff;
}

.mob-cart-shp-main {
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #00000048;
    margin: 15px 0px;
}

.cout-in #couponerror {
    display: block;
    color: red;
}

.shp-address-form.mob-dis .mob-cart-shp-main {
    width: 95%;
    float: left;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #00000048;
    margin: 2.5% 2.5%;
}

.mob-cart-shp-main li {
    width: 100%;
    float: left;
}

.mob-cart-shp-main .mob-cart-shp-main-item {
    border-bottom: 1px solid #efefef;
    padding: 0px 15px;
}

.mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-img {
    float: left;
}

.mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-img img {
    width: 100px;
    height: auto;
}

.mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt {
    float: left;
    padding: 0;
    padding-left: 20px;
    font-size: 10px;
}

.mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt h5 {
    word-break: break-all;
    margin-top: 0px;
}

.mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt h5 a {
    color: #000;
    font-size: 16px;
}

.mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt span {
    display: flex;
    float: right;
    width: 100%;
    /* font-size: 12px; */
}

.mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt .cart-price .price-det-en {
    margin-right: 5px;
}

.mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt h5 {
    font-size: 12px;
}

.cap-pro-desc .cart-price .price-det-ar {
    margin-top: 0px;
    font-weight: 400;
}

.mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt #quantity {
    width: 80px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #dadada;
}

.mob-cart-shp-main h4 {
    padding: 10px;
    color: #000;
    font-size: 16px;
    background: #f8e9e4;
}

.mob-cart-shp-main h4 a {
    color: #808080;
}

.table-cart span.price-det-en {
    font-size: 16px;
}

.bag-t-span span.price-det-en {
    font-size: 15px;
}

/************* shopping cart page end **************/

/************* shoppingcart details section ***************/

.shp-flex-start {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.shp-sid-main-det {
    width: 60%;
    float: left;
}

.shp-sid-main-det.checkout-bgnone .shp-address-head {
    background: none;
}

.shp-address-form {
    padding: 0px 0px 0px 0px;
    float: left;
    width: 100%;
    background: #fff;
}

.shp-address-form.pc-dis {
    padding: 0;
    border: 0;
}

.shp-address-form.shp-addborder-0 {
    border: 0;
    padding: 0;
}

.shp-gue-form.an {
    padding: 0;
}

.shopping-btn-cont {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
}

a.btn_m_size.btn_m_size_nxt {
    background: #1176AE;
    border: #1176AE;
    color: #fff;
}

.shp-sid-chk {
    height: 100%;
    min-height: auto;
    position: -webkit-sticky;
    position: sticky !important;
    width: 38%;
    top: 74px;
    margin-top: 0px;
    margin-bottom: 30px;
}



.shp-flex-start {
    min-height: auto;
}

.final-address {
    float: left;
    width: 71%;
    border: 1px solid #00000048;
    padding: 15px 15px;
    margin-bottom: 30px;
    height: 100%;
}

input#newsltr {
    float: left;
    margin: 5px;
}

.final-address a {
    background: #00000012;
    color: #000;
    border: 1px solid #2e2c2d;
    padding: 0.4rem 2rem;
    border-radius: 0px;
    text-decoration: none;
}

p.price_gt b {
    float: right;
}

.pay-img img {
    width: 40px;
}

.pay-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.CartEasyReturns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    font-size: 12px;
    line-height: unset;
}

.CartEasyReturns i {
    margin-right: 10px;
    color: #010002;
    font-size: 24px;
}

.CartEasyReturns-title {
    color: #4d4d4d;
    text-transform: none;
}

.CartEasyReturns-title {
    font-weight: 700;
    text-transform: uppercase;
}

/*  input#cod {
float: left;
margin: 10px 5px;
}
*/

.shp-address-head h4 {
    font-size: 20px;
    font-weight: 500;
}

.shp-address-head {
    width: 100%;
    padding: 8px 0px;
    /* background: #ededed; */ 
}

.shp-in .shp-address-head {
    padding: 8px 15px;
}

.shp-address-head .shp-addresscheck-out {
    border-bottom: 0;
}

.shp-address-form.mob-dis {
    display: none;
}

table.table-cart {
    width: 100%;
}

table.table-cart tr th {
    border: 0;
    font-weight: 400;
    font-size: 16px;
}

td.cap-shipping-details-txt span {
    display: block;
}

.shp-address-form a {
    float: left;
    text-decoration: underline;
    color: blue;
}
/*
.ship-address p {
    margin: 4px 0px 4px 0px;
}

.ship-address p {
    font-size: 14px;
    line-height: 18px;
}

.ship-address p label b {
    font-size: 16px;
    font-family: "CoreSansNW01-45Regular" !important;
    color: #000;
}*/

.ship-address-address{
    color: 717478;
    font-size: 80%;
}

.ship-address-name{
    font-weight: 900;
    color: 000;
}

.ship-address-contact, .ship-address-mail{
    font-weight: 500;
    color: 000;
}

.shp-address-head .shp-addresscheck-out {
    border-bottom: 0;
}

.shp-address-form.mob-dis {
    display: none;
}

table.table-cart {
    width: 100%;
}

table.table-cart tr th {
    border: 0;
    font-weight: 400;
    font-size: 14px;
}

td.cap-shipping-details-txt span {
    display: block;
}

.shp-address-form a {
    float: right;
    text-decoration: underline;
    color: blue;
}

.final-address p {
    margin: 0;
}

.alert-dismissible .close {
    top: 0px;
}

.price_details2 {
    margin-bottom: 20px;
}

.btnCheckOut-cont {
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 17px 15px 15px;
}

.btn_m_size {
    color: #fff;
    border: solid 1px #f39414;
    background: #f39414;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    min-width: 50px;
    font-size: 14px;
    text-transform: uppercase;
    outline: 0;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    height: 40px;
    line-height: 14px;
    padding: 12px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.btn_m_size:hover {
    color: #fff !important;
    background: #0994ce !important;
    border: solid 1px #0994ce !important;
}

.shp-in {
    padding: 15px 15px;
    border: 1px solid rgba(0,0,0,.075);;
    float: left;
    margin-bottom: 15px;
    width: 100%;
    padding: 0;
    background: #fff;
}

span.ord-id {
    font-size: 12px;
}

.item-det {
    max-height: 300px;
    overflow: auto;
    float: left;
    width: 100%;
}

div#invoicedet {
    float: left;
    width: 100%;
}

span.current-price {
    float: right;
}

li.total-box b {
    text-align: left;
}

.col-md-9.pb-3.pc-dis table.table-cart tr th {
    background: #00000012;
    border-bottom: 1px solid #00000048;
}

.cpm-d-2 {
    display: inline-block;
    float: right;
}

.grid-pricing .cpm-d-1 {
    width: 65%;
    display: inline-block;
    float: left;
}

.grid-pricing .divider.center_icon{
   margin-top: -15px;
   margin-bottom: 0px;
   text-align: center;
}

.grid-pricing .divider:before, .grid-pricing .divider:after {
    border-top: 0px solid #dddddd;
}

.cap-pro-name a {
    float: none;
    color: #000;
}

input#btnApplyCoupon {
    padding: 0.5rem 1.8rem;
    background: #f8931e;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px 4px 4px 0px;
    line-height: normal;
    width: 100%;
    height: 38px;
    font-size: 13px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
}

.coupon_apply {
    cursor: pointer;
}

input#btnApplyCoupon:hover {
    background: #2d2d2d;
}

.CheckoutSteps {
    float: left;
    width: 100%;
    /* background: #0;*/
    color: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 15px 15px;
    border-radius: 4px;
    border: 1px solid #00000048;
    margin-top: 15px;
}

.CheckoutSteps a {
    text-align: center;
    color: rgba(0, 0, 0, 0.473);
}

.CheckoutSteps-step.is-selected a {
    color: #000;
}

.alert {
    position: relative;
    padding: 0.25rem 0.75rem !important;
}

/* .alert.alert-warning.alert-dismissible.show.shopingbox-color {
    margin-right: 0;
    padding: 15px;
} */

/*  .CheckoutSteps-step+.CheckoutSteps-step:before {
content: "";
display: inline-block;
width: 50px;
height: 1px;
margin: 4px 10px;
background: #2e2c2d;
}
*/

.cap-pro-name {
    float: left;
    width: 50%;
    padding: 0;
    padding-right: 10px;
}

.cap-pro-desc {
    float: left;
}

.mob-cap-title a {
    float: left;
    margin-bottom: 5px;
}

ul.grid-pricing {
    padding: 15px;
    margin-top: 15px !important;
    border-radius: 5px;
    border: 1px solid #f3c78d;
    margin-left: 15px;
    margin-right: 17px;
    display: grid;
    background: #fff0dd;
}

ul.grid-pricing li {
    padding: 0 0;
}

p.price_gt b {
    float: right;
}

p.price_gt b {
    float: right;
}

/* .alert-warning {
    color: #ed1c24;
    background-color: #f2a2a550;
    border-color: #ed1c2470;
} */

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert.alert-warning.alert-dismissible.show {
    width: 100%;
}

.alert.alert-warning.alert-dismissible.show p i {
    padding-top: 5px;
}

.alert.alert-warning.alert-dismissible.show.shopingbox-color {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.price-tag.price-tag-detail b.price {
    font-size: 20px;
}

.CheckoutSteps.checkout-color {
    background: #cdec82;
    border: 1px solid #90c319;
    color: #000;
}

.price-tag.price-tag-detail b.em-dirham {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding-top: 9px;
    display: inline-block;
    padding-right: 2px;
}

b.price {
    margin-left: 2px;
}

/* .alert.alert-warning.alert-dismissible.show.shopingbox-color button {
    right: 0;
    left: unset;
    top: 10px;
} */

/************** shoppingcart details section **************/

/************** shoppopup- section **************/

.shp-head.shoppopup-head {
    width: 100%;
    display: flex;
    padding: 0px !important;
}

.shoppopup-left {
    display: flex;
}

span.shoppopup-icon .icon {
    height: 30px;
    margin-top: 9px;
}

.add-to-bag-overlay__content-image {
    margin: 1.6rem 2.4rem 1.6rem 4.8rem;
}

.add-to-bag-overlay__content-image {
    margin: 2.4rem 1.2rem 2.4rem 2.4rem;
    -ms-flex-item-align: center;
    align-self: center;
    width: 100px;
}

div#showcartpopupdiv .modal-body {
    padding: 0px 24px !important;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    height: auto;
    background: #f8f8f8;
    /* padding: 0px 24px !important;
width: 100%;
height: auto;
background: #ececec; */
}

.shpcrt-lister ul li:nth-child(2) {
    width: 100%;
    padding-right: 15px;
}

li.shpcrt-lister.sl-pc ul {
    display: flex;
}

.card-btn.shoppopup-btncont {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 0 20px 25px;
    text-align: center;
    padding-right: 19px;
    display: flex;
}

.card-btn.shoppopup-btncont a {
    margin: 0px 3px;
}

button.close img {
    width: 17px;
}

div#details .modal-content {
    /*height: 360px;*/
    min-height: 360px;
}

/*div#details .modal-dialog {
    margin: 1.75rem auto !important;
    margin-top: 140px !important;
}*/

div#details .modal-dialog {
    margin: 1.75rem auto !important;
    /*margin-top: 140px !important;*/
}

li.shopping-price-tag b.em-dirham {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
}

li.shopping-price-tag b.price {
    font-size: 22px;
    /* font-weight: 400; */
    font-weight: 0;
}

li.shopping-price-tag b.em-dirham {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    padding-top: 12px;
    display: inline-block;
}

.shopping-price-tag h3 {
    font-weight: 400;
    font-size: 24px !important;
}

div#showcartpopupdiv .shopping-price-tag h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 201px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

/************** shoppopup- section **************/

span.prodetail-msg {
    font-size: 18px;
    padding: 1.4rem 3rem 1.4rem 3rem;
    background: #FFFFCA;
    border: 1px solid #FFCD00;
    line-height: 20px;
    text-align: left;
}

select.mdb-select.md-form {
    background: transparent url(../images/qty_btn.svg) no-repeat;
    background-size: 25px;
    background-position: right 10px center;
}

select.mdb-select.md-form {
    color: black;
    border: solid 1px #ced4da;
    font-weight: 500;
    padding: 10px 50px 10px 15px;
    text-decoration: none;
    -webkit-appearance: none;
    border-radius: 0;
    line-height: 16px;
    border-radius: 3px;
}

.prodetail-btn-cont a.btn_m_size {
    margin-top: 23px;
    margin-left: 10px;
}

.pro-details-quality.quality-dropdown.selbox-group .modal-content {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
    min-height: 362px;
}

.price-tag.price-tag-detail {
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopingbag-cont {
    width: 100%;
    height: auto;
    float: left;
}

.secure-bag {
    width: 50%;
    height: auto;
    float: left;
}

ul.securebag-left {
    width: 55%;
    height: auto;
    float: left;
}

.secure-bag {
    width: 100%;
    height: auto;
    float: left;
    border-radius: 3px;
    padding: 15px;
}

li.secure-bag-head {
    font-size: 20px;
    padding-bottom: 15px;
    border: 1px solid rgba(0,0,0,.075);
    border-left: none;
    border-right: none;
    border-top: none;
    font-family: Helvetica,Arial,sans-serif;
}

li.shop-img-cont {
    width: 80px;
    height: auto;
    float: left;
   /* border: 1px solid #62626238; */
}

li.shop-img-cont img {
    width: 100%;
    height: auto;
}

li.shop-imgtxt {
    width: 100%;
    height: auto;
    float: left;
}

li.shop-imgtxt ul li span {
    display: block;
}

li.shop-imgtxt {
    margin-top: 15px;
}

span.shop-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

span.shop-col-size {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

span.shop-sub-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

li.shop-txt-cont {
    float: left;
    margin-left: 15px;
    width: 60%;
}

ul.securebag-right {
    width: 45%;
    float: left;
    height: auto;
}

li.shop-imgtxt ul {
    display: flex;
}
.shop-sub-sku{
    font-size: 14px;
}
li.bag-right-head {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

li.bag-right-head {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    padding-bottom: 15px;
    border: 1px solid rgba(0,0,0,.075);
}

li.bag-right-txt {
    width: 100%;
    float: left;
}

li.securebag-Quantity .prodetail-btn-cont {
    width: 120px;
}

li.bag-right-txt ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

li.securebag-Quantity .prodetail-btn-cont {
    width: 73px;
    margin: 0;
}

li.bag-right-txt {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.secure-bag-right {
    width: 40%;
    height: auto;
    float: left;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px;
}

.secure-bag-righ.sticky-element.pc-dis {
    width: 42%;
    float: right;
    border-radius: 3px;
    padding: 15px;
    border: 1px solid rgba(0,0,0,.075);
    background: #fff;
}

ul.securebag-rightside {
    width: 100%;
    height: auto;
    float: left;
}

li.bag-right-head {
    width: 100%;
    /* height: 49px; */
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding-bottom: 15px;
    border: 1px solid rgba(0,0,0,.075);
    border-left: none;
    border-right: none;
    border-top: none;
    line-height: 16px;
    align-items: center;
}

span.rm-but a img {
    width: 14px;
    margin-right: 4px;
}

span.shop-sub-title {
    margin-bottom: 10px;
}

/* custom checkbox */

.fil-check input[type="radio"] {
    height: 23px;
    width: 23px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid #b4cc51;
    border-radius: 3px;
    background: #fff;
    position: relative;
    margin-right: 10px;
}

.fil-check input[type="radio"]:checked {
    border: 2px solid #b4cc51;
    background: #b4cc51;
}

.fil-check input[type="radio"]:checked:before,
input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
}

.fil-check input[type="radio"]:checked:before {
    width: 8px;
    top: 11px;
    left: 2px;
    transform: rotate(44deg);
}

.fil-check input[type="radio"]:checked:after {
    width: 14px;
    top: 8px;
    left: 5px;
    transform: rotate(-55deg);
}

.fil-check input[type="radio"]:focus {
    outline: none;
}

label.fil-check {
    margin-bottom: 10px;
}

/* custom checkbox */

/* custom checkbox */

.cust-radio input[type="radio"] {
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    opacity: 1;
    appearance: none;
    border: 2px solid #0994ce;
    border-radius: 50%;
    background: #fff;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.cust-radio input[type="radio"]:checked {
    border: 2px solid #0994ce;
    background: #0994ce;
}

.cust-radio input[type="radio"]:checked:before,
input[type="radio"]:checked:after {
    content: "";
    position: absolute;
    height: 2px;
    background: #fff;
}

.cust-radio input[type="radio"]:checked:before {
    width: 8px;
    top: 11px;
    left: 2px;
    transform: rotate(44deg);
}

.cust-radio input[type="radio"]:checked:after {
    width: 14px;
    top: 8px;
    left: 5px;
    transform: rotate(-55deg);
}

.cust-radio input[type="radio"]:focus {
    outline: none;
}

label.fil-check {
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 80%;
}

/* custom checkbox */

/*----------------------shoping bag pages------------------------*/

.shipping-add {
    background: #fff;
    padding: 5px;
   /* border: 1px solid rgba(0,0,0,.075); */
    margin-bottom: 0px;
}

.wizard-first-line {
    display: none !important;
}

.row.shopping_row {
    min-height: 600px;
}

.bag-total-box li {
    width: 100%;
    float: left;
    padding: 15px 0;
}

.bag-total-box li {
    width: 100%;
    float: left;
    padding: 15px 0 5px 0;
}

a.btn_m_size svg {
    width: 16px;
    height: auto;
    margin-top: -4px;
    margin-left: 4px;
}

li.bag-t-span {
    padding: 0px;
}

span.shop-sub-title {
    margin-bottom: 5px;
    padding-right: 15px;
}

.shopingbag-left {
    width: 57%;
    height: auto;
    float: left;
    border: 1px solid rgba(0,0,0,.075);
    background: #fff;
}

li.total-price-res {
    display: none;
}

ul.securebag-right.total-price-res {
    display: none;
}

.CheckoutSteps-step {
    height: 26px;
    display: flex;
    align-items: center;
}

.CheckoutSteps-boxcont {
    width: 100%;
    height: auto;
    display: flex;
}

.CheckoutSteps-step.checkout-heightlite.is-selected {
   /* border: 2px solid #2d2d2d;
    opacity: 1;
    height: 40px; */
    display: flex;
    justify-content: space-around;
   /* padding: 39px; */
    margin: auto;
   /* background: #2d2d2d; */
}

/* wizard Section */

.wizard-progress.active:after {
    background-color: transparent;
}

.wizard-progress:after {
    border-bottom: 1px solid #bfbfbf50;
    background-color: transparent;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    top: 20px;
}

.wizard-progress:last-child:after {
    display: none;
}

.wizard-progress:after {
    left: 50%;
}

/* wizard Section */

.CheckoutSteps-step.checkout-heightlite {
   /* border: 1px solid #c7c7c7; */
    /* width: 30%; */
    /* height: 50px; */
    /* float: left; */
    display: flex;
    justify-content: space-around;
    opacity: 1;
    border-radius: 70px;
    padding: 20px; 
    margin: auto;
    background: transparent;
    z-index: 10000;
    position: relative;
}

.CheckoutSteps-boxcont {
    width: 80%;
    margin: 0px auto;
    height: auto;
    display: flex;
    justify-content: space-between;
}

a.CheckoutSteps-stepLink img, a.CheckoutSteps-stepLink svg {
    height: 40px;
}

.cspl-ht {
    height: 40px !important;
}

span.CheckoutSteps-stepLinkText {
    padding-left: 10px;
    padding-top: 12px;
    display: inline-block;
}

.CheckoutSteps-step.is-selected a {
    color: #000;
    height: 42px;
    align-items: center;
    display: flex;
}

.CheckoutSteps-step.is-selected a span.wizard-level-no,
.CheckoutSteps-step.checkout-heightlite a span.wizard-level-no {    
    border-radius: 50%;
    width: 42px;   
    height: 42px;
    font-size: 20px;
    line-height: 42px;
    position: absolute;
    left: 25%;
}

.CheckoutSteps-step.checkout-heightlite a span.wizard-level-no{
    background-color: #f2f2f2;
    border: 1px solid #bfbfbf;
    color: #000;
}

.CheckoutSteps-step.is-selected a span.wizard-level-no{
    background-color: #0994ce;
    border: 1px solid #0994ce;
    color: #fff;
}

span.CheckoutSteps-stepLinkText {
    padding-left: 10px;
    padding-top: 10px;
}

li.shp-cart-pay a.btn_l_size svg {
    margin-top: 0;
}

.subtotal-box {
    display: flex;
}

span.head-subtotal {
    margin-right: 15px;
}

.shp-gue-form.an input[type=radio] {
    right: unset;
    left: 0;
    float: left !important;
    margin-left: 0px;
}

.cout-in {
    width: 100%;
    height: auto;
    float: left;
}

.cpm-d-1 .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 18px 15px;
    font-size: 1rem;
}

.shp-address-form.checkout-bgnone {
    border: 1px solid rgba(0,0,0,.075);
    margin-bottom: 15px;
}

.shp-address-form.payment-method{
    border: 1px solid rgba(0,0,0,.075);
    margin-bottom: 15px;
    padding-left: 15px;
}

.shp-address-form.checkout-bgnone .pro-image img{
    margin-left: 15px;
}

.checkout-bgnone .ship-address {
    padding: 3px 15px;
}

.checkout-bgnone a img {
    width: 16px;
    margin-right: 15px;
}

.shp-address-form.checkout-bgnone img#imgMain {
    padding-left: 15px;
}

.shp-address-form.pc-dis .table-cart tbody tr td {
    padding: 5px 15px;
}



/*----------------------shoping bag pages------------------------*/

@media (max-width: 1600px) {
.grid-pricing .cpm-d-1 {
    width: 64%;
}
}

@media (max-width: 1440px) {
    .grid-pricing .cpm-d-1 {
        width: 61%;
    }
}

@media (max-width: 1366px) {
    .grid-pricing .cpm-d-1 {
        width: 58%;
    }
}

@media (max-width: 1280px) {
    .shopingbag-left {
        width: 100%;
    }

    .secure-bag-righ.sticky-element.pc-dis {
        width: 100%;
        margin-top: 10px;
    }

    .grid-pricing .cpm-d-1 {
        width: 55%;
    }
}

@media (max-width: 1200px) {
    .grid-pricing .cpm-d-1 {
        width: 51%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
        width: 90%;
    }

}

@media (max-width: 1100px) {}

@media (max-width: 1024px) {
    .shp-address-form.mob-dis {
        display: block;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt h5 {
        font-size: 12px;
        float: left;
        width: 100%;
    }

    .cap-pro-desc {
        float: left;
        display: block;
        width: 100%;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt .cart-price .price-det-en {
        margin-left: 0px;
        float: left;
        width: auto;
    }

    .col-md-3.col-sm-4.col-6 {
        padding: 0px 7.5px;
    }

    .sel-size-1 {
        margin-bottom: 20px;
    }

    .bag-item-total h4 {
        font-size: 1rem;
    }

    .prdt-sec .col-md-4.col-6 {
        padding: 0px 7.5px;
    }

    .container.arrival-w .col-md-3.col-6 {
        padding: 0px 7.5px;
    }

    .breadcrumb {
        margin: 0px;
    }

    ul.menu-sidebar .dropdown {
        position: absolute;
    }

    .hassubs:hover .dropdown,
    .hassubs .hassubs:hover .dropdown {
        position: relative;
    }

    ul.menu-sidebar li:first-child {
        height: 50px;
    }

    a.bd span {
        display: none;
    }

    .bag-box a.bd-1 {
        width: 48%;
        padding: 5px;
        margin: 0% 0%;
        float: left;
    }

    .cat-box.categ .bag-box a.bd-1:hover {
        width: 48%;
        padding: 5px;
        margin: 0% 0%;
        float: left;
        background: none;
    }

    .cat-box.categ .bag-box a:hover {
        background: none;
        width: 48%;
        border: none;
        padding: 5px;
        float: initial;
    }

    .cat-box.categ .bag-box a.bd:hover {
        width: 48%;
        background: none;
        border: none;
        float: left;
    }

    span.price-det-en {
        font-size: 10px;
    }

    span.old-price {
        font-size: 10px;
        margin-top: 2px;
    }

    span.new-price {
        font-size: 12px;
        margin-right: 2px;
    }

    .bag-box {
        padding-top: 5px;
        margin-top: 5px;
    }

    a.bd {
        width: 48%;
        float: left;
    }

    .wishlist-page a.bd {
        width: 12%;
        float: right;
        margin-top: 8px;
    }

    .feat-pro-item a.bd {
        width: 20% !important;
        float: right;
        margin-top: 6px;
    }

    .cat-box .cat-txt {
        padding: 2px 8px;
        line-height: 1;
    }

    .cat-box.categ .cat-txt h4 {
        margin: 0px 0px;
        line-height: 1.2;
        font-size: 14px;
    }

    .cnt-txt .brd-inner {
        border-left: 0;
        border-right: 0;
        padding: 20px 0px;
    }

    .number {
        width: 100%;
    }

    li.float-right.pt-3 .checkbox i {
        top: 4px;
    }

    .login_wrapper_outside .signin-agile {
        width: 100%;
        display: block;
        float: left;
        padding: 2rem;
        text-align: left;
    }

    .login_wrapper_outside .signup-agileinfo {
        width: 100%;
        float: left;
        display: block;
    }

    div#subcategorydiv .col-md-3 {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }

    .owl-dots {
        position: absolute;
        bottom: -60px;
        right: 30%;
        display: block;
    }

    span.pro-dec-prev.slick-arrow {
        right: -300%;
    }

    .dec-review-bottom .specification-wrap table tbody tr td {
        width: 50%;
        text-align: left;
    }

    .selectbox-pluse {
        display: inline-block;
        float: left;
        width: 100%;
    }

    .simpleCart_shelfItem {
        margin: 0px 0px;
        width: 49%;
    }

    .number input {
        width: 15%;
        margin: 15px 0px;
    }

    .shpcrt-main.pc-dis {
        display: none;
    }

    .mob-dis {
        display: block;
    }

    .sub-inp input#txtSubscribeEmail {
        width: 65%;
        display: inline-block;
        float: left;
        border-radius: 1px;
    }

    .ins-overlay {
        position: absolute;
        right: 0px;
        top: 0px;
        text-align: center;
        color: #fff;
        background: rgba(0, 0, 0, 0.568);
        opacity: 0;
        width: 100%;
        height: 100%;
        transition: all 0.5s ease;
    }

    .ins-overlay p {
        margin: 30% 10%;
        font-size: 14px;
    }

    .sub-inp button.btn.btn-subscribe {
        background: #2d2d2d;
        color: #fff;
        padding: 0.34rem 0.8rem;
        border: 1px solid #000;
        border-radius: 1px;
        float: right;
    }

    .footer-bottom p {
        display: block;
        text-align: left;
        float: none !important;
        margin: 0px;
        line-height: 18px;
    }

    h2.off-txt {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .off-box {
        text-align: center;
    }

    .off-box a.btn.btn-primary {
        text-align: center;
        display: block;
        float: none;
    }

    .cat-sec {
        padding: 0px 0 30px;
    }

    .title {
        position: absolute;
        z-index: 999;
        font-size: 33px;
        font-weight: 200;
        text-align: center;
        color: #fff;
    }

    .det-sec.mt-3 p {
        float: left;
        width: 100%;
        margin-top: 40px;
    }

    .shp-sid-main-det {
        width: 100%;
        padding: 0px 0px;
        margin-bottom: 0px;
    }

    .section-banner img {
        height: 100px;
        width: 100%;
        float: left;
    }

    .news-box span {
        display: block;
    }

    .news-box span i {
        margin-right: 10px;
        margin-left: 0px;
    }

    a.rem-bag.text-danger i {
        margin-right: 5px;
    }

    ul.footer-linker {
        margin-bottom: 15px;
    }

    li.mob-cart-shp-main-item {
        padding: 10px;
        float: left;
        width: 100%;
    }

    .cat-box {
        height: auto;
        margin-bottom: 30px;
    }

    .prdt-sec .row {
        margin-right: -12px;
        margin-left: -12px;
    }

    .container.arrival-w .row {
        margin-right: -12px;
        margin-left: -12px;
        display: block;
    }

    .cat-box .cat-txt h4 {
        color: #000;
        margin-bottom: 2px;
        font-weight: 400;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 28px;
        margin-top: 5px;
    }

    .cat-box a.btn.btn-primary {
        padding: 0.2rem 2rem;
    }

    .cat-box p {
        color: #000;
        font-weight: 300;
        line-height: 16px;
        font-size: 16px;
    }

    ul.menu-sidebar img {
        width: 200px;
        float: left;
        padding-top: 0px;
    }

    ul.menu-sidebar li {
        border-bottom: 1px solid #2e2c2d40;
    }

    ul.menu-sidebar li {
        height: auto;
        line-height: 50px;
        padding-left: 30px;
    }

    .login_wrapper_outside {
        width: 100%;
        float: left;
        display: block;
    }

    .cat-txt {
        margin: 0px !important;
    }

    span.price-det-new {
        margin-bottom: 15px;
    }

    .shipping-cart-main-wp.shipping-cart-pc {
        display: none;
    }

    .shipping-cart-main-wp.shipping-cart-mob {
        display: block;
    }

    input.btn.btn-default.btn-payment.mob {
        width: 100%;
        margin: 15px 0px;
    }

    .item-car-mob-img {
        float: left;
        /* width: 30%; */
    }

    .item-car-mob-txt {
        padding: 5px;
        width: 70%;
        float: left;
    }


    .item-car-mob-txt span.cart-price {
        display: block;
    }

    .shp-address-form.pc-dis {
        display: none;
    }

    .shp-address-form {
        margin-bottom: 10px;
    }

    .shp-address-form.mob-dis.mob-neu-ship {
        display: block;
        width: 100%;
        float: left;
    }

    .item-car-mob-txt a {
        color: #00000012;
    }

    .shp-sid-chk {
        width: 100%;
        float: right;
        margin: 15px 0px;
    }

    .BreadcrumbList {
        margin-bottom: 15px;
    }

    .dwn-txt {
        padding-top: 50px;
    }

    .dwn-sec .dwn-img {
        top: 65px;
    }

    .dwn-app a {
        width: 80%;
        margin-bottom: 5px;
    }

    .det-head h1:after {
        display: none;
    }

    .address-grids {
        margin-top: 1em;
        display: inline-block;
        width: 100%;
    }

    h1.news-head:after {
        display: none;
    }

    .det-head h1 {
        font-size: 28px;
        margin-top: 15px;
    }

    .det-icon img {
        width: 20%;
    }

    .plan {
        left: 0px;
        top: 25px;
        float: right;
    }

    .payment-cont {
        width: 94%;
        margin: 30px 3%;
        padding: 20px;
    }

    button#addToCart {
        padding: .375rem .75rem;
    }

    .bag-box span {
        display: none;
    }

    .ban-1 .prd-txt {
        position: absolute;
        bottom: -35%;
    }

    .ban-2 .prd-txt {
        position: absolute;
        bottom: -75%;
    }

    .new-account-wrapper-inner {
        width: 100%;
    }

    .CheckoutSteps-step a {
        display: flex;
        flex-direction: column;
    }

    .shp-sid-main-det {
        width: 100%;
        float: left;
    }

    .shp-sid-chk {
        height: 100%;
        min-height: auto;
        width: 100%;
        top: 74px;
    }

    .shp-sid-main-det {
        width: 100%;
    }

    .shp-flex-start {
        display: flex;
    }

    .shp-flex-start {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .alert-warning p {
        font-size: 14px;
        padding-right: 20px;
        display: inline-block;
    }

    .CheckoutSteps-step.is-selected a span.wizard-level-no,
    .CheckoutSteps-step.checkout-heightlite a span.wizard-level-no {
        left: -20%;
    }

    .grid-pricing .cpm-d-1 {
        width: 81%;
    }
}

@media (max-width: 992px) {
    .modal-dialog {
        max-width: 100% !important;
    }

    .btn-large {
        min-width: fit-content !important;
        height: 48px !important;
        font-size: 17px !important;
    }

    .CheckoutSteps-step.is-selected a {
        color: #000;
        display: flex;
        flex-direction: column;
    }

    .CheckoutSteps-step.checkout-heightlite {
        height: 80px;
    }

    .CheckoutSteps-step.checkout-heightlite.is-selected {
        height: 80px;
    }

    .CheckoutSteps-step.is-selected a {
        color: #000;
        height: 40px;
        align-items: center;
        display: flex;
    }
}

@media (max-width: 800px) {
    ul.securebag-left {
        width: 100%;
        height: auto;
        float: left;
    }

    ul.securebag-right {
        width: 100%;
        float: left;
        height: auto;
        display: none;
    }

    ul.securebag-right.total-price-res li ul {
        justify-content: space-between;
        width: 180px;
        float: right;
    }

    ul.securebag-right.total-price-res {
        display: block;
    }

    span.CheckoutSteps-stepLinkText {
        font-size: 12px;
        padding-top: 6px;
    }

    li.bag-right-head {
        width: 100%;
        height: 49px;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        margin-top: 10px;
        padding-bottom: 0px;
        border: 1px solid rgba(0,0,0,.075);
        line-height: 16px;
        align-items: center;
    }

    li.bag-right-head {
        width: 100%;
        height: 49px;
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        margin-top: 10px;
        padding-bottom: 0px;
        border: 1px solid rgba(0,0,0,.075);
        line-height: 16px;
        align-items: center;
    }

    .xs-non {
        display: none !important;
    }

    .xs-blk {
        display: block !important;
    }

    .details-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .details-wrapper div {
        width: 33.333%;
    }

    span.current-price {
        float: right;
    }

    select.mdb-select.md-form {
        font-weight: unset;
        padding: 5px 50px 5px 12px;
    }

    li.shop-txt-cont {
        width: 94%;
    }

    li.shop-imgtxt ul li span {
        float: revert;
    }

    .cap-pro-name {
        width: fit-content !important;
    }

    .alert-warning p {
        font-size: 12px;
        padding-right: 20px;
        display: inline-block;
    }
}

.xs-blk {
    display: none;
}

@media (max-width: 768px) {
    .btn-large-xs {
        min-width: 100% !important;
        width: 100% !important;
    }

    .wizard-progress:after {
        top: 20px;
    }

    .btn-large {
        min-width: 100% !important;
    }

    .subtotal-box {
        display: flex;
        flex-direction: column;
    }

    div#showcartpopupdiv .modal-body {
        width: 100% !important;
    }

    .btn-large {
        width: 100% !important;
    }

    .CheckoutSteps-step.checkout-heightlite.is-selected {
        padding: 30px;
    }

    .CheckoutSteps-step.checkout-heightlite {
        padding: 30px;
        float: unset !important;
    }

    a.CheckoutSteps-stepLink img, a.CheckoutSteps-stepLink svg {
        height: 40px;
    }

    .CheckoutSteps-step.checkout-heightlite.is-selected,
    .CheckoutSteps-step.checkout-heightlite {
        height: 0;
    }

    .wizard-new div span {
        top: 40%;
        transform: translateY(-40%);
    }

    .cspl-ht {
        height: 40px !important;
    }

    .wizard-new p {
        font-size: 14px;
        line-height: 18px;
    }

    .CheckoutSteps-step.is-selected a {
        color: #000;
        height: 30px;
    }
}

@media (max-width: 768px) {
    li.shp-cart-pay .btn_l_size {
        width: 100%;
    }

    li.shp-cart-pay a {
        width: 100%;
    }

    li.shp-cart-pay a:nth-child(2) {
        margin: 10px 0px;
    }

    .CheckoutSteps-boxcont {
        width: 100%;
    }

    .shopingbag-cont .price-details b.em-dirham {
        font-size: 11px;
        padding-top: 0px;
    }

    .shopingbag-cont .price-details span.current-price{
        float: left;
        min-width: 100px;
    }

    .shopingbag-cont .price-details b.price {
        font-weight: 400;
        font-size: 11px;
    }

    .price-details .qty{
        line-height: 24px;
    }
}

@media (max-width: 600px) {
    ul.menu-sidebar img {
        width: 200px;
        float: left;
        padding-top: 0px;
    }

    .mob-dis {
        display: block;
    }

    .cap-pro-container {
        width: auto !important;
    }

    .CheckoutSteps a {
        font-size: 10px;
    }

    /*    .CheckoutSteps-step + .CheckoutSteps-step:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 1px;
    margin: 4px 6px;
    background: #2e2c2d;
    }
    */
    .alert-warning p {
        font-size: 11px;
        line-height: 16px;
    }

    .final-address {
        width: 100%;
    }

    table.table-cart tr th {
        padding: 10px 0px;
    }

    .shp-flex-start {
        display: block;
    }

    .col-6.odd {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .col-6.even {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .table-cart {
        width: 100%;
    }

    .table-cart thead tr th {
        padding: 15px 8px;
        font-weight: 300;
    }

    span.rm-but a {
        text-transform: uppercase;
        font-size: 10px;
    }

    span.rm-but {
        display: block;
        margin-top: 0px;
    }

    .table-cart tbody tr td {
        padding: 15px 8px;
    }

    .shp-in .shp-address-head {
        padding: 8px 8px;
    }

    .shipping-address-border {
        border: 1px solid rgba(0,0,0,.075);
        border-radius: 3px;
        padding: 0px 8px 8px 8px !important;
    }

    li.bag-t-span {
        padding: 0px 8px;
    } 

    span.current-price.current-price-shipping {
        margin-right: 5%;
    }
    

    .pro-image {
        float: left;
    }

    .cap-pro-name {
        float: left;
        padding-left: 10px;
    }

    .shp-sid-chk.position-sticky.h-blk .cap-pro-name {
        max-width: 150px;
    }

    .cap-pro-name h5 {
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .cap-pro-name h5 a {
        color: #333;
        font-size: 18px;
        text-decoration: none;
    }

    .cap-pro-name span {
        display: block;
    }

    .col-md-9.pb-3.pc-dis table.table-cart .cap-pro-name {
        float: left;
    }

    .col-md-9.pb-3.pc-dis table.table-cart tr th {
        background: #00000012;
        border-bottom: 1px solid #999999;
        padding: 10px 10px;
    }

    .col-md-9.pb-3.pc-dis table.table-cart .pro-image {
        float: left;
        margin-left: 10px;
    }

    .rem-bag {
        display: block;
    }

    tr.cap-details1 {
        border-bottom: 1px solid rgba(0,0,0,.075);
    }

    tr.cap-details1:last-child {
        border-bottom: none;
    }

    tr.cap-details1:hover {
        background: #f6faff;
    }

    .sc-qty-box {
        height: 42px;
        width: 70px;
        text-align: center;
        border-radius: 4px;
        border: 1px solid #dadada;
    }

    .col-sm-6.col-12.pr-det-txt-rght {
        padding-right: 0px !important;
    }

    .bag-total-box {
        overflow: hidden;
    }

    ul.bag-total-box.bag-tot-ship {
        padding: 0px 0px;
    }

    .grid-pricing .divider.center_icon {
        margin-top: -10px;
        margin-bottom: 0px;
    }

    .bag-total-box h4 {
        color: #000;
        padding: 10px;
        background: #ebcfcb;
        font-size: 18px;
        margin-top: 0px;
    }

    a.rem-bag.text-danger {
        text-decoration: underline;
    }

    a.rem-bag.text-danger i {
        text-decoration: none;
        margin-right: 5px;
    }

    a.rem-bag.text-danger-3 i {
        text-decoration: none;
        margin-right: 5px;
    }

    a.rem-bag.text-danger-3 {
        text-align: center;
        color: rgb(255, 0, 0);
        text-decoration: underline;
    }

    .shp-gue-form .cust-radio {
        display: block;
        position: relative;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .cust-radio:hover input~.chk-radio {
        background-color: #ccc;
    }

    .shp-gue-form .radio-btn .chk-radio {
        top: 10px !important;
    }

    .radio-btn label {
        clear: both !important;
    }

    .shp-gue-form input[type=checkbox],
    input[type=radio] {
        margin-right: 10px;
        float: left !important;
        top: 0;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #eee;
        border-radius: 50%;
    }

    input#hj {
        background-color: #00000012;
        color: #000;
        border: 2px solid #000000;
        border-radius: 2px;
    }

    input#hj:hover {
        background-color: #fff;
        color: #000;
        border-radius: 2px;
    }

    .shippingadduser-wp-ship-all input[type=checkbox],
    .shippingadduser-wp-ship-all input[type=radio] {
        margin-top: 6px;
        float: left !important;
        top: 0;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #eee;
        border-radius: 50%;
    }

    #aftrlogin1 .dropdown-toggle::after,
    #aftrlogin .dropdown-toggle::after {
        display: none;
    }

    #aftrlogin1 .dropdown-menu,
    #aftrlogin .dropdown-menu {
        padding: 0;
    }

    .cart-side .dropdown-menu.show {
        margin-top: 8px;
    }

    #aftrlogin1 .form_full_col,
    #aftrlogin .form_full_col {
        margin-bottom: 0;
        list-style: none;
        padding: 0;
        -webkit-box-shadow: 1px 1px 10px #dadada;
        box-shadow: 1px 1px 10px #dadada;
        overflow: hidden;
        background: #fff;
    }

    #aftrlogin1 .form_full_col a,
    #aftrlogin .form_full_col a {
        border: none;
        font-size: 16px;
        padding: 5px 20px;
        color: #333;
        display: block;
        border-bottom: 1px dotted #dadada;
        position: relative;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        z-index: 10;
    }

    #aftrlogin1 .form_full_col a:after,
    #aftrlogin .form_full_col a:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: -100%;
        top: 0;
        background: #808080;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    #aftrlogin1 .form_full_col a:hover,
    #aftrlogin .form_full_col a:hover {
        color: #fff;
    }

    #aftrlogin1 .form_full_col a:hover:after,
    #aftrlogin .form_full_col a:hover:after {
        left: 0;
        z-index: -1;
    }

    .bag-total-box i {
        color: #808080;
    }

    .shp-address-form.pc-dis .table-cart {
        width: 100%;
    }

    .shp-address-form.pc-dis .table-cart tbody tr td {
        padding: 15px 15px;
    }

    .shp-address-form .pro-image {
        width: 80px;
        float: left;
    }

    .shp-address-form .pro-image img {
        width: 100%;
    }

    li.shp-cart-pay {
        display: flex;
        flex-direction: column;
    }

    .bag-total-box li {
        width: 100%;
        float: left;
    }

    .bag-total-box .bag-t-span span {
        font-weight: 300;
        font-size: 16px;
    }

    .shp-cart-pay .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .upd-cart {
        background: none;
        border: none;
        font-size: 14px;
        outline: none !important;
        position: relative;
    }

    .bat-t-upd {
        background: #00000012;
        padding: 9px;
        float: left;
        margin-top: 10px;
    }

    .input-validation-error {
        border-color: #dc3545 !important;
        padding-right: calc(1.5em + .75rem);
        background-image: url(/assets/theme-1/images/close-val.svg);
        background-repeat: no-repeat;
        background-position: center right calc(.375em + .1875rem);
        background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    }

    .bat-t-upd i {
        color: #808080;
    }

    .shp-cart-mob-pop {
        width: 100%;
        float: left;
        position: relative;
    }

    .shp-cart-mob-pop .thump-mob-left {
        float: left;
    }

    .shp-cart-mob-pop .det-mob-pop {
        padding: 10px;
        float: left;
    }

    .shp-cart-mob-pop .det-mob-pop h5 {
        color: #808080;
    }

    .shp-cart-mob-pop .det-mob-pop p {
        margin-bottom: 0;
    }

    .shp-cart-mob-pop .det-mob-pop .shpcrt-strong {
        display: block;
    }

    .shp-cart-mob-pop .text-danger {
        border-radius: 4px;
        display: inline-block;
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

    .shp-cart-mob-pop .mob-pop-det-main {
        width: 100%;
        float: left;
        background: #f3f8ff;
        border-bottom: 1px solid #ddecff;
    }

    .mob-cart-shp-main {
        width: 100%;
        float: left;
        overflow: hidden;
        border-radius: 4px;
        margin: 15px 0px;
    }

    .shp-address-form.mob-dis .mob-cart-shp-main {
        width: 95%;
        float: left;
        overflow: hidden;
        border-radius: 4px;
        margin: 0% 2.5%;
    }

    .bag-total-box .bag-t-span span.grand-total-text {
        font-weight:700;
        margin-top: 0px;
    }

    .mob-cart-shp-main li {
        width: 100%;
        float: left;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item {
        padding: 8px 0px;
    }

    .checkout-bgnone .mob-cart-shp-main .mob-cart-shp-main-item {
        padding: 15px;
        border: 1px solid #efefef !important;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-img {
        float: left;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-img img {
        width: 80px;
        height: auto;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt {
        float: left;
        padding-left: 0px;
        font-size: 10px;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt h5 {
        word-break: break-all;
        margin-top: 0px;
        width: unset;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt h5 a {
        color: #000;
        font-size: 14px;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt span {
        display: flex;
        float: right;
        width: 100%;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt .cart-price .price-det-en {
        margin-right: 5px;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt h5 {
        font-size: 12px;
    }

    .cap-pro-desc .cart-price .price-det-ar {
        margin-top: 0px;
        font-weight: 400;
    }

    .mob-cart-shp-main .mob-cart-shp-main-item .item-car-mob-txt #quantity {
        width: 80px;
        border-radius: 4px;
        text-align: center;
        border: 1px solid #dadada;
    }

    .mob-cart-shp-main h4 {
        padding: 10px;
        color: #000;
        font-size: 16px;
        background: #00000012;
    }

    .mob-cart-shp-main h4 a {
        color: #808080;
    }

    /*shopping cart page end*/
    /*shoppingcart details section*/
    .shp-cart-det {
        width: 100%;
        display: block;
       /* background: #fff; */
    }

    .hed-ship {
        margin-top: 15px;
    }

    .alert-warning {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
    }

    ul.grid-pricing {
        padding: 8px 15px;
        margin-top: 15px;
        width: 93%;
        border-radius: 5px;
        display: inline-block;
        border: 1px solid #dddddd;
        margin: auto auto;
        margin-left: 15px;
    }

    ul.grid-pricing li {
        padding: 0 0;
    }

    .cap-pro-image img {
        height: auto;
        width: 100px;
    }

    ul.grid-pricing .price_gt {
        font-size: 22px;
    }

    ul.grid-pricing .cal-inv {
        color: #ff6600;
    }

    ul.grid-pricing li {
        width: 100%;
        float: left;
    }

    ul.grid-pricing li .price {
        float: right;
    }

    .price_p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .cout-in #couponerror {
        display: block;
        color: red;
    }

    div#divtext {
        margin-bottom: 15px;
    }

    .successfull-masg-box h1 {
        width: 100%;
        float: left;
        background: #eaffef;
        border: 1px solid #318a40;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        color: #1b7b26;
    }

    .failed-masg-box h1 {
        width: 100%;
        float: left;
        background: #ffeaea;
        border: 1px solid #8a3131;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        color: #7b1b1b;
    }

    .cout-in .cpm-d-2 .coupon_apply {
        width: 100%;
        background: #fbde66;
        height: 38px;
        border: none;
        color: #808080;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 0px 4px 4px 0px;
    }

    .cout-in .cpm-d-2 .coupon_apply:hover {
        background: #fff;
        height: 38px;
        border: #808080 1px solid;
        color: #808080;
        font-weight: 600;
        text-transform: uppercase;
    }

    .cout-in .cpm-d-1 {
        width: 60%;
        float: left;
    }

    .cout-in .cpm-d-1 input {
        width: 100%;
        height: 38px;
        border-radius: 4px 0px 0px 4px;
    }

    input#btnApplyCoupon {
        margin-top: 0px;
    }

    .fade {
        /* opacity: 1.5!important;*/
        transition: opacity (.15s) linear;
    }

    .alert-dismissable .close,
    .alert-dismissible .close {
        top: 0px !important;
        font-size: 20px;
        left: auto;
        right: 0;
        padding: 0.25rem 1.25rem;
    }

    .final-address a.btn.btn-secondary:hover {
        background: #fff;
        color: #808080;
        border: 1px solid #808080;
        padding: 7px;
    }

    span#armwidedesc {
        font-size: 11px;
        font-weight: 600;
        color: #757575;
    }

    span#hipwidedesc {
        font-size: 11px;
        font-weight: 600;
        color: #757575;
    }

    label.aby-siz-txs {
        margin-top: 10px;
    }

    span#widtherror {
        position: absolute;
        margin-top: -20px;
    }

    /* span#lengtherror{
  position: absolute;
  margin-top: -20px;
}*/
    span#bustsizeerror {
        position: absolute;
        margin-top: -20px;
    }

    /* span#sleevelengtherror{
  position: absolute;
  margin-top: -20px;
}*/
    span#hipsizeerror {
        position: absolute;
        margin-top: -20px;
    }

    div#EditShippingDet .modal-header {
        display: block;
    }

    div#EditShippingDet .modal-header .modal-title {
        margin-top: 20px;
    }

    input#ShiptomyAddressid {
        height: 12px;
    }

    input#ShiptoAnotherAddressid {
        height: 12px;
    }

    .shp-address-form {
        width: 100%;
        float: left;
        padding: 0px 0px 10px 0px;
        border-radius: 0px;
        overflow: hidden;
        background: #fff;
    }

    .shp-gue-form {
        padding: 0px 0px;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }

    textarea#addressguest {
        height: 50px;
    }

    .fil-check input:checked~.checkmark {
        background-color: #808080;
    }

    .item-det .table-cart {
        border: 0;
    }

    .checkout-bgnone a img {
        width: 16px;
        margin-right: 0px;
    }

    .main-txt {
        color: #9ebd23;
        font-weight: bold;
    }

    .payment-row {
        padding-bottom: 0px;
        padding-top: 5px;
    }

    .shp-address-form.pc-dis .table-cart thead tr {
        border-bottom: 1px #ccc solid;
    }

    .v-aln {
        vertical-align: sub;
    }

    .font-lg {
        font-size: 25px !important;
    }

    .total {
        font-size: 25px;
        color: #f8931e;
    }

    .bag-total-box .bag-t-span span.total{
        font-size: 20px;
        font-weight: 500;
    }

    .bag-tot-ship h4 {
        font-size: 18px;
        padding: 10px 0px;
        color: #000;
        background: #fff;
    }

    .shp-gue-form .cust-radio img {
        position: relative !important;
        vertical-align: unset !important;
    }

    .shp-gue-form .cust-radio b {
        width: auto !important;
    }

    .shp-gue-form .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: 0.5rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0rem !important;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    }

    .shp-user-form {
        padding: 5px 0px;
    }

    .shp-user-form p {
        margin: 0;
    }

    input#btnApplyCoupon {
        padding: auto;
        height: 38px;
    }

    /*shoppingcart details section*/
    .login_wrapper_outside {
        width: 100%;
        float: left;
        display: block;
    }

    .cat-txt {
        margin: 0px !important;
    }

    span.price-det-new {
        margin-bottom: 8px;
    }

    .shipping-cart-main-wp.shipping-cart-pc {
        display: none;
    }

    .shipping-cart-main-wp.shipping-cart-mob {
        display: block;
    }

    input.btn.btn-default.btn-payment.mob {
        width: 100%;
        margin: 15px 0px;
    }

    .item-car-mob-img {
        float: left;
        width: 25%;
    }

    .item-car-mob-txt {
        width: 40%;
        float: left;
    }

    .item-car-mob-txt-price {
        width: 35%;
        float: left;
    }

    .item-car-mob-txt span.cart-price {
        display: block;
    }

    .shp-address-form.pc-dis {
        display: none;
    }

    .shp-address-form.mob-dis.mob-neu-ship {
        display: block;
        width: 100%;
        float: left;
    }

    .item-car-mob-txt a {
        color: #543846;
    }

    .shp-sid-chk {
        width: 100%;
        float: right;
        margin: 1px 0px;
    }

    li.bag-t-span.ord {
        padding: 8px 15px;
        text-align: center;
    }

    .BreadcrumbList {
        margin-bottom: 15px;
    }

    .dwn-txt {
        padding-top: 50px;
    }

    .dwn-sec .dwn-img {
        top: 65px;
    }

    .dwn-app a {
        width: 80%;
        margin-bottom: 5px;
    }

    .det-head h1:after {
        display: none;
    }

    .address-grids {
        margin-top: 1em;
        display: inline-block;
        width: 100%;
    }

    h1.news-head:after {
        display: none;
    }

    .det-head h1 {
        font-size: 28px;
        margin-top: 15px;
    }

    .det-icon img {
        width: 20%;
    }

    .plan {
        left: 0px;
        top: 25px;
        float: right;
    }

    .footer-bottom a {
        display: inline;
    }

    .payment-cont {
        width: 94%;
        margin: 30px 3%;
        padding: 20px;
    }

    .ban-1 .prd-txt {
        bottom: -48%;
    }

    .shpcrt-list-header {
        display: none;
    }

    .modal-dialog {
        margin: 3.92rem auto !important;
    }

    .shpcrt-lister ul li:nth-child(1) {
        padding-right: 15px;
    }

    .shpcrt-lister ul li:nth-child(3) {
        width: 50%;
    }

    .final-address {
        height: inherit !important
    }

    .login-sec {
        padding: 1rem 0 3rem 0;
    }

    .sl-mob {
        display: block;
        overflow: hidden;
    }

    .sl-mob-content {
        overflow: hidden;
    }

    .sl-pc {
        /* display: none;*/
    }

    .divider span {
        font-size: 18px;
        font-weight: 500;
    }

    .divider.center_icon {
        margin-bottom: 10px;
    }
}


@media (max-width: 600px) {
    .CheckoutSteps-step a i {
        font-size: 18px;
    }

    .CheckoutSteps-step {
        height: 26px;
        display: flex;
        align-items: center;
    }

    .CheckoutSteps-step.checkout-heightlite.is-selected {
        width: 33%;
    }

    .CheckoutSteps-step.checkout-heightlite {
        width: 33%;
    }

    .btnCheckOut-cont {
        width: 100%;
        height: auto;
        float: left;
        padding: 15px 15px 15px 15px;
    }

    .bag-item-total {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .shp-sid-chk.position-sticky{
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .details-wrapper div {
        width: 100%;
        display: flex;
        margin-bottom: 0px;
    }

    li.shop-txt-cont {
        width: 35% !important;
    }

    .shopingbag-left.xs-blk li.shop-txt-cont {
        width: 50% !important;
    }

    li.shop-txt-cont.total-value {
        text-align: right;
    }

    .order-wrapper {
        width: 90% !important;
        margin: auto !important;
    }

    .CheckoutSteps-step.checkout-heightlite.is-selected {
        width: 33%;
        position: relative;
    }

    .shoppopup-left {
        display: flex;
        position: absolute;
        top: 0;
        right: 0;
    }

    span.CheckoutSteps-stepLinkText {
        font-size: 9px;
        padding-top: 6px;
        font-family: arial;
        text-transform: uppercase;
        padding: 0;
        padding-top: 10px;
    }

    span.shoppopup-icon .icon {
        height: 30px;
    }

    .shopping-price-tag h3 {
        font-weight: 400;
        font-size: 18px !important;
    }

    div#showcartpopupdiv .shopping-price-tag h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 201px;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

    a.btn_l_size {
        padding: 12px 5px;
    }

    .subtotal-box {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .shp-sid-chk.position-sticky.h-blk .cap-pro-name {
        max-width: 120px;
    }
}

.heading-wrapper-popup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}

.heading-wrapper-popup div:nth-child(1) {
    width: 46px;
}

.heading-wrapper-popup div:nth-child(2) {
    width: auto;
}

.shpcrt-lister .thump img {
    width: 100px;
}

.btn-large {
    min-width: 295px !important;
    height: 48px !important;
    text-transform: unset !important;
    font-size: 18px !important;
    line-height: 19px !important;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 722px;
    }
}

@media(min-width: 1201px) and (max-width: 1418px) {
    .shopping-cart-btn {
        padding: 14px 6px !important;
        font-size: 13px !important;
    }
}

/* HEADER SECTION START */

.header-menu {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    line-height: 39px;
    text-transform: uppercase;
    padding: 5px 0px;
}

.header-menu div:nth-of-type(1) {
    flex-grow: 1;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.header-menu div:nth-of-type(2) {
    flex-grow: 2;
    display: flex;
    align-items: center;
}

.header-menu div:nth-of-type(3) {
    flex-grow: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-menu img {
    /* width: 24px; */
    height: 24px;
    position: relative;
    top: 9px;
}

.header-menu div:nth-of-type(2) a {
    color: #14a967 !important;
    font-size: 13px;
    cursor: pointer;
    line-height: 40px;
}

.header-menu div:nth-of-type(3) a {
    color: gray !important;
    font-size: 13px;
    cursor: pointer;
    line-height: 40px;
}

.header-menu div a i {
    position: relative;
    vertical-align: baseline;
}

/* HEADER SECTION END */

/* WIZARD AREA start */

.wizard-new {
    display: flex;
    flex-wrap: wrap;
}

.wizard-new div {
    width: 25%;
    text-align: center;
    position: relative;
}

.wizard-new div span {
    height: 1px;
    position: absolute;
    z-index: 1000;
    display: block;
    width: 100%;
    top: 44%;
    transform: translateY(-44%);
    right: 0;
    z-index: 100;
    left: -50%
}

.wizard-new div span:first {
    display: none;
}

/* @media (max-width:768px) {
    .wizard-new {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
} */

.checkout-bgnone a img {
    width: 16px;
    margin-top: 8px;
}

.main-txt {
    color: #9ebd23;
    font-weight: bold;
}

.payment-row {
    padding-bottom: 10px;
    padding-top: 5px;
}

.radio-btn.payment-row.credit-card{
    padding-bottom: 0px;
}

.payment-row:last-child {
    border-bottom: none !important;
}

.shp-address-form.pc-dis .table-cart thead tr {
    border-bottom: 1px #e5e5e5 solid;
}

.v-aln {
    vertical-align: sub;
}

.font-lg {
    font-size: 25px !important;
}

.total {
    font-size: 20px;
    color: #2d2d2d;
}

.grand-total-text {
    font-size: 22px;
}

.currency-code {
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}

/* .cpn-div {
    display: flex;
    flex-wrap: wrap;
} */

.heading-wrapper-popup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    padding: 20px 15px 0 15px;
}

.heading-wrapper-popup div:nth-child(1) {
    width: 46px;
}

.heading-wrapper-popup div:nth-child(2) {
    width: auto;
}

.btn-large {
    min-width: 295px;
    height: 48px;
    text-transform: unset !important;
    font-size: 18px;
    line-height: 19px;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 722px;
    }
}

@media (max-width:768px) {
    .cpm-d-1 {
        width: 100%;
    }

    input#btnApplyCoupon {
        padding: 10px !important;
        margin-top: 0px;
        font-weight: 400;
        border-radius: 0px 4px 4px 0px;
        -webkit-border-radius: 0px 4px 4px 0px;
        -moz-border-radius: 0px 4px 4px 0px;
        -ms-border-radius: 0px 4px 4px 0px;
        -o-border-radius: 0px 4px 4px 0px;
    }

    .btn-large {
        width: 100% !important;
        /* margin-top: 10px;*/
    }

    .CheckoutSteps-step.checkout-heightlite.is-selected {
        padding: 20px 15px;
    }

    .CheckoutSteps-step.checkout-heightlite {
        padding: 20px 15px;
        float: unset !important;
    }

    a.CheckoutSteps-stepLink img, a.CheckoutSteps-stepLink svg {
        height: 30px;
    }

    .CheckoutSteps-step.checkout-heightlite.is-selected,
    .CheckoutSteps-step.checkout-heightlite {
        height: 0;
    }

    .wizard-new div span {
        top: 40%;
        transform: translateY(-40%);
    }

    .cspl-ht {
        height: 30px !important;
    }

    .wizard-new p {
        font-size: 10px;
        line-height: 14px;
        margin-top: 5px;
    }
}

@media(max-width: 1024px) {
    .mob-order-position {
        display: flex;
        flex-flow: column;
        margin-top: -65px;
    }

    .mob-order-two {
        order: 2;
        margin-top: 85px;
        width: 100%;
    }

    .mob-order-one {
        order: 1;
        position: relative !important;
    }

    span.shop-sub-sku {
        font-size: 11px;
        line-height: 16px;
    }

    span.shop-col-size {
        font-size: 11px;
        line-height: 16px;
    }

    .price-details p {
        margin-right: 0px;
        font-size: 11px;
        line-height: 16px;
        font-weight: 300;
        min-width: 60px;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .shopping-cart-btn {
        padding: 14px 4px !important;
    }

    li.shp-cart-pay .btn_l_size {
        margin: 5px 4px;
    }

    li.shp-cart-pay a:nth-child(2) {
        margin: 5px 4px;
    }
}

.shipping-details {
    border: 1px solid #ccc;
    clear: both;
    position: relative;
    top: 15px;
    padding: 10px;
}

.shipping-details div {
    display: flex;
    position: relative;
}

.shipping-details div p {
    margin-right: 15px;
    width: 200px;
}

.shipping-details div span {
    width: 100%;
}

.shipping-details div a {
    color: #fff;
    background: #1176AE;
    border: #1176AE;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    min-width: 100px;
    font-size: 14px;
    text-transform: uppercase;
    outline: 0;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    height: 40px;
    line-height: 14px;
    padding: 14px 15px;
    float: right;
    margin-right: 5px;
}

.thanks-wrapper {
    font-family: Helvetica,Arial,sans-serif;
    width: 80%;
    margin: auto;
}

.thanks-wrapper h4 {
    color: #14a43d;
    font-size: 35px;
    text-align: center;
    margin: 10px 0 10px 0;
}

.thanks-wrapper h5 {
    color: #949494;
    font-size: 20px;
    text-align: center;
    margin: 0px 0 20px 0;
}

.thanks-wrapper span {
    display: block;
    text-align: center;
}

.thanks-wrapper img {
    width: 40px;
    margin: 60px 0 0 0;
}

.order-wrapper {
    width: 350px;
    padding: 15px;
    border: 1px dashed #ccc;
    margin: auto;
}

.order-wrapper span {
    display: block;
    text-align: left;
}

.tanks-btn-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.txt-ctr {
    text-align: center !important;
}

.alert-success {
    color: #000;
    background-color: #e6f7ea;
    border-color: #94bd9e;
}

.logo-wrap img {
    width: auto;
    height: 50px;
    top: unset;
}

.modal-open .modal {
    padding: 0 15px;
}

.heading-wrapper-popup {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    padding: 20px 15px 0 15px;
}

.modal-header {
    width: 50px;
    position: absolute;
    right: 16px;
}

a.btn_m_size-md {
    font-weight: normal;
    text-transform: lowercase;
}

/*.modal-header {
width: 50px;
position: absolute;
right: 16px;
}*/

.top-spc {
    position: relative;
    top: 13px;
}

.modal-open .modal {
    padding: 0 15px;
}

.exzoom .exzoom_img_ul_outer {
    border: 1px solid #e9e9e9;
    position: absolute;
    overflow: hidden;
    border-radius: 10px;
}

ul.grid-pricing i {
    line-height: inherit;
}

@media(max-width: 680px) {
    .grid-pricing .cpm-d-2 {
        width: 40%;
    }

    .alert {
        padding: 0.25rem 0.75rem !important;
        margin-bottom: 0.5rem;
    }

    .alert p, .alert p{
        font-size: 12px;
        line-height: 12px;
    }

    .alert p, .alert p i{
        font-size: 8px;
        line-height: 10px;
    }

    
    .logo-wrap img {
        width: auto;
        height: 35px;
        top: unset;
    }

    .alert.alert-warning.alert-dismissible.show p i {
        padding-top: 2px;
    }

    .thanks-wrapper {
        width: 100%;
    }
}



@media(max-width: 500px) {
    .shipping-add {
        /* padding: 10px 8px; */
    }
    
    .shp-address-head h4 {
        font-size: 14px;
        font-weight: 700;
    }

    .ship-address-name{
        color: #222;
        font-weight: 600;
        font-size: 13px;
    }

    .ship-address-contact, .ship-address-mail{
        font-size: 12px;
        color: #767676;
    }

   /* .ship-address-border-image {
        content: '';
        height: 3px;
        width: 100%;
        background-size: 100%;
        background-image: url(../images/border-bg.png);
    }*/

    .shp-gue-form .cust-radio img {
        position: relative;
        margin: 0px 5px;
        width: 33px;
        vertical-align: middle;
    }

    .card-logo {
        margin-left: 70px;
        margin-top: 0px;
        position: absolute;
    }

    .shp-address-form {
        margin-bottom: 10px;
    }

    .shp-address-form.mob-dis.order-summary {
        margin-bottom: 0px;
        padding: 0px 0px 0px 0px;
    }

    .shp-address-form.payment-method {
        margin-bottom: 30px;
        padding: 0px;
        border: none;
    }

    .checkout-bgnone .mob-cart-shp-main .mob-cart-shp-main-item {
        padding: 0px 0px 8px 0px;
        border: none !important;
    }

    .grand-total-text {
        font-size: 16px;
    }

    li.bag-t-span.ord {
        margin-bottom: 8px;
    }

    input#btnApplyCoupon {
        font-size: 12px;
    }

    .ship-address {
        padding-bottom: 10px;
    }

    .shp-sid-main-det {
        width: 100%;
        padding: 0px 0px;
        margin-bottom: 0px;
    }

    .shp-address-form.mob-dis .mob-cart-shp-main {
        width: 100%;
        float: left;
        overflow: hidden;
        border-radius: 4px;
        margin: 0% 0%;
    }

    .bag-total-box .bag-t-span span {
        font-size: 14px;
    }

    .bag-total-box .bag-t-span span b{
        font-weight: 600;
    }

    .bag-total-box .bag-t-span span.grand-total-text, .bag-total-box .bag-t-span span.total {
        font-weight: 700;
        font-size: 16px;
    }

    .currency-code {
        font-size: 16px;
        font-weight: 400;
        vertical-align: bottom;
    }

    .total_price{
        font-weight: 700;
        font-size: 20px;
    }

    .logo-wrap img {
        width: auto;
        height: 50px;
        padding: 6px 0px;
        top: unset;
    }

    .bag-total-box b.em-dirham {
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        padding-top: 3px;
    }
    
    .bag-total-box b.price {
        font-weight: 600;
        font-size: 14px;
    }

    
    .secure-bag-righ .bag-total-box b.em-dirham {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        padding-top: 3px;
    }
    
    .secure-bag-righ .bag-total-box b.price {
        font-weight: 600;
        font-size: 18px;
    }

    .shp-address-form.checkout-bgnone {
        height: 66px;
        background-color: #FFFFFF;
        border: 3px solid transparent;
        padding: 8px;
        border-image: url(../images/border-bg.png) 1% round;
    }

    .checkout-bgnone .ship-address {
        padding: 0px 0px;
    }
}

@media(max-width: 380px) {   

    .shp-address-form{
        margin-bottom: 8px;
    }

    .shp-address-form.mob-dis{
        margin-bottom: 0px;
    }

}