* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
}
ol,ul {
    list-style: none;
}
del {
    text-decoration: line-through;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'product_sansregular', Helvetica, sans-serif;
    font-size: 17px;
    color: #333;
    overflow-x: hidden;
    min-width: 320px;
}
input,textarea,select {
    font-family: 'product_sansregular', Helvetica, sans-serif;
}
a {
    color: #333;
}
a:hover,.submit:hover {
    filter: alpha(opacity = 85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}
.thumb {
    display: block;
}
.thumb img {
    display: block;
    width: 100%;
}
p {
    line-height: 1.6em;
    font-size: 16px;
    font-family: 'product_sansregular', Arial;
}
.hidden {
    display: none;
}
br.clear {
    clear: both;
    line-height: 0;
}
.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width:1400px;
}
@font-face {
    font-family: 'product_sansbold';
    src: url('../fonts/product_sans_bold-webfont.woff2') format('woff2'),
         url('../fonts/product_sans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'product_sansregular';
    src: url('../fonts/product_sans_regular-webfont.woff2') format('woff2'),
         url('../fonts/product_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* NAV SECTION */

#nav {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 9;
    height: 100px;
}
#nav header {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 5fr 2fr;
    padding: 20px;
    grid-gap: 30px;
}
#nav header .left {
    width: 150px;
}
#nav header .left img{
    display: block;
    width: 100%;
}
#nav header form.search-bar {
    background-color: #f6ebf5;
    padding: 5px 15px;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    height: 45px;
    align-items: center;
}
#nav header form.search-bar input {
    width: 100%;
    height: 100%;
}
#nav header form.search-bar input::placeholder {
    font-size: 17px;
    color: #b3adb2;
}
#nav header form.search-bar i {
    color: #020b56;
    font-size: 33px;
}
#nav header ul.right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#nav header ul.right li {
    margin-right: 40px;
}
#nav header ul.right li.cart-count{

}
#nav header ul.right li.cart-count a{
    display: inline-block;
    position: relative;
}
#nav header ul.right li.cart-count a span{
    position: absolute;
    padding: 2px 5px;
    background: #8ec63f;
    border-radius: 50%;
    font-size: 12px;
    top: -3px;
    left: 13px;
    color: #fff;
}
#nav header ul.right li.cart-count a span.cart-info{
    display: none;
    border-radius: 5px;
    width: 150px;
    text-align: center;
    padding: 10px;
    top: 53px;
    z-index: 3;
    left: -58px;
    font-size: 12px;
    font-weight: 600;
}
#nav header ul.right li.cart-count a span.cart-info:hover{
    background: #8ec63f;
}
#nav header ul.right li.cart-count a span.arrow-top{
    display: none;
    top: 43px;
    z-index: 3;
    left: 10px;
    content: "";
    border-radius: 0;
    width: 0;
    background: none;
    padding: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #8ec63f;
}
#nav header ul.right li:last-child {
    margin-right: 0;
}
#nav header ul.right li a.power {
    display: none;
}
#nav header ul.right li a.button {
    background-color: #020b56;
    padding: 15px 30px;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
}
#nav header ul.right li i {
    color: #020b56;
    font-size: 33px;
}
#nav header ul.right li span {
    color: #b4e22e;
    font-size: 17px;
}

/* NAV SECTION ENDS */

/* SPOTLIGHT SECTION */

#spotlight {
    background-image: url("../images/spotlight.jpg");
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-transform: capitalize;
}
#spotlight .top {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1c1d20;
    padding: 17px;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 2;
}
#spotlight .top li {
    margin-right: 50px;
}
#spotlight .top li a {
    color: #fff;
}
#spotlight .top li ul li a {
    color: rgb(0 0 0 / 64%);
    font-size: 13px;
}
#spotlight .top li a:hover {
    color: #8ec640;
}
#spotlight .top li a.active {
    color: #8ec640;
}
#spotlight .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 160px;
}
#spotlight .bottom .left {
    padding-top: 50px;
    width: 35%;
}
#spotlight .bottom .right {
    padding: 30px 50px;
    border-radius: 34px;
    backdrop-filter: blur(99px);
}
#spotlight .bottom .left h1 {
    font-size: 40px;
    font-family: 'product_sansbold';
}
#spotlight .bottom .left h2 {
    font-size: 20px;
    padding-top: 30px;
    font-family: 'product_sansbold';
    padding-bottom: 60px;
}
#spotlight .bottom .left .buttons {
}
#spotlight .bottom .left .buttons a {
    display: inline-block;
}
#spotlight .bottom .left .buttons a span {
    color: #8ec640;
    border: 2px solid #8ec640;
    padding: 15px 75px;
    border-radius: 6px;
    font-size: 17px;  
    display: inline-block; 
}
#spotlight .bottom .left .buttons a span.get {
    color: #232323;
    background-color: #8ec640;
    /* padding: 15px 50px; */
    text-align: center;
    border-radius: 6px;
    margin-right: 30px;
    font-size: 17px;
    display: inline-block;
}
#spotlight .bottom .right form {
}
#spotlight .bottom .right form .head {
    text-align: center;
}
#spotlight .bottom .right form .head h2 {
    font-size: 30px;
    font-family: 'product_sansbold';
}
#spotlight .bottom .right form .head h3 {
    font-size: 17px;
    margin-top: 9px;
}
#spotlight .bottom .right .contain {
    padding-top: 50px;
}
#spotlight .bottom .right .contain label.user {
}
#spotlight .bottom .right .contain input {
    width: 100%;
    background-color: #fff;
    height: 50px;
    border-radius: 7px;
    margin-bottom: 25px;
    margin-top: 10px;
    position: relative;
}
#spotlight .bottom .right .contain input[type="text"] {
    font-size: 17px;
    padding: 15px;
}
#spotlight .bottom .right .contain input[type="password"] {
    font-size: 17px;
    padding: 15px;
}
#spotlight .bottom .right .contain a {
    position: absolute;
    bottom: 240px;
    right: 65px;
    color: #707070;
    font-size: 20px;
    opacity: 0.7;
}
#spotlight .bottom .right .log {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
}
#spotlight .bottom .right .log .check{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#spotlight .bottom .right .log input {
    width: 25px;
    height: 25px;
}
#spotlight .bottom .right .log .check span {
    margin-left: 12px;
}
#spotlight .bottom .right .contain label b {
}
#spotlight .bottom .right .log a {
    color: #fff;
}
#spotlight .bottom .right form button {
    color: #fff;
    background-color: #8ec640;
    padding: 20px 50px;
    border-radius: 6px;
    width: 100%;
    font-size: 17px;
}
#spotlight .bottom .right form .last span a {
    color: #fff;
}
#spotlight .bottom .right form .last a.create {
    color: #8ec640;
    padding-left: 15px;
    font-family: 'product_sansbold';
}
#spotlight .bottom .right .last {
    padding-top: 40px;
    text-align: center;
}
#spotlight-slider { 

}
#spotlight-slider div.slider-card { 
    background-blend-mode: darken;
    background-color: #00000094;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#spotlight-slider div.slider-card div.wrapper { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#spotlight-slider div.left-arrow { 

}
#spotlight-slider div span.zmdi { 
    font-size: 40px;
    color: #ffff;
    background: #888;
    display: inline-block;
    padding: 5px 18px;
    border-radius: 50%;
}
#spotlight-slider div.main-content { 
    color: #fff;
    text-align: center;
    width: 48%;
}
#spotlight-slider div.main-content h2 { 
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 60px;  
}
#spotlight-slider div.main-content p { 
    font-size: 30px;
}
#spotlight-slider div.right-arrow { 

}
/* SPOTLIGHT SECTION ENDS*/
.profile-m div.profile-top { 
    background: url(../images/background/background.png);
    background-size: cover;
    display: flex;
    background-position: right;
    padding: 20px;
    justify-content: space-between;
    border-radius: 10px;
}
.profile-m div.profile-top div.l-profile { 
    display: flex;
}
.profile-m div.profile-top div.right { 
    display: flex;
    justify-content: space-between;
    width: 50%;
    flex-wrap: wrap;
}
.profile-m div.profile-top div.right div.wallet-balance{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    font-size: 35px;
    margin-bottom: 10px;
}
.profile-m div.profile-top div.right div.wallet-balance p{
    font-size: 18px;
    font-weight: 600;
}
.profile-m div.profile-top div.right div.wallet-balance h6{
    font-weight: 900;
}
.profile-m div.profile-top div.l-profile div.dp { 
    position: relative;
}
.profile-m div.profile-top div.l-profile div.dp img { 
    width: 85px;
    display: block;
    border-radius: 50%;
    border: 4px solid #fff;
    padding: 3px;
}
.profile-m div.profile-top div.l-profile div.dp i.zmdi { 
    
}
.hiddenFileInput input{
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}
.hiddenFileInput{
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    color: #78a837;
    font-size: 16px;
    background-color: #fff;
    padding: 4px 7px;
    font-weight: 600;
    border-radius: 50%;
    width: 25px;
    height: 26px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.profile-m div.profile-top div.l-profile div.dp i.zmdi input{
    /* opacity: 0; */
}
.profile-m div.profile-top div.l-profile div.content { 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 15px;
    color: #fff;
}
.profile-m div.profile-top div.l-profile div.content h5 { 
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 3px;
}
.profile-m div.profile-top div.l-profile div.content p { 

}
.profile-m div.profile-top div.r-profile { 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.profile-m div.profile-top div.r-profile a { 
    display: flex;
    color: #fff;
    align-items: center;
    background-color: #6ec641fc;
    padding: 7px;
    border-radius: 8px;
}
.profile-m div.profile-top div.r-profile a i.zmdi { 

}
.profile-m div.profile-top div.r-profile a p { 
    margin-left: 7px;
}
.profile-m img.icon{
    width: 20px;
    margin-right: 5px;
}
.profile-m img.rupee{
    width: 18px;
}
.profile-m h6 img.rupee{
    color: #fff;
}
.profile-m h2 img.rupee{
    color: #6ec641fc;
}
.profile-m div.wallet-point{
    margin-top: 15px;
    padding: 20px;
    display: flex;
}
.profile-m div.wallet-point h3{
    margin-bottom: 10px;
}
.profile-m div.wallet-point h2{
    color: #6ec641fc;
    font-size: 25px;
    font-weight: 900;
}
.profile-m div.wallet-point div.purchase-point{
    width: 48%;
    margin-right: 4%;
    background: #fff;
    padding: 38px 5px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    flex-wrap: wrap;
    font-size: 16px;
}
.profile-m div.wallet-point div.wallet{
    width: 48%;
    margin-right: 4%;
    background: #fff;
    padding: 38px 5px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    flex-wrap: wrap;
    font-size: 16px;
}
.profile-m{
    display: flex;
    justify-content: space-between;
}
.profile-m .address-main{
    width: 73%;
}
.profile-m .address-main div.Profile-address { 
    background: #fff;
    margin-top: 15px;
    padding: 20px;
}
.profile-m .address-main div.Profile-address div.t-address { 
    display: flex;
    margin-bottom: 8px;
}
.profile-m .address-main div.Profile-address div.t-address i.zmdi { 
    font-size: 22px;
}
.profile-m .address-main div.Profile-address div.t-address p { 
    margin-left: 10px;
    font-weight: 600;
    font-size: 18px;
}
.profile-m .address-main div.Profile-address div.b-address { 
    display: flex;
    justify-content: space-between;
}
.profile-m .address-main div.Profile-address div.b-address div.a-main { 
    color: #999;
}
.profile-m .address-main div.Profile-address div.b-address div.a-main p { 

}
.profile-m .address-main div.Profile-address div.b-address div.a-main span { 

}
.profile-m .address-main div.Profile-address div.b-address div.a-icons { 
    margin: auto 0 0 0;
}
.profile-m .address-main div.Profile-address div.b-address div.a-icons i.zmdi:hover{
    background: #72a034;
    color: #fff !important;
}
.profile-m .address-main div.Profile-address div.b-address div.a-icons i.zmdi-plus{
    
}
.profile-m .address-main div.Profile-address div.b-address div.a-icons i.zmdi { 
    color: #72a034;
    font-size: 23px;
    border: 1px solid #72a034;
    padding: 4px;
    border-radius: 5px;
    width: 33px;
    text-align: center;
}
#dashboard { 
    padding: 30px 0 70px;
    background: #F8F8F8;
}
#dashboard div.m-wrapper { 
    flex-direction: column;
    flex-wrap: wrap;
}
#dashboard div.m-wrapper .t-bar{
    background-color: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}
#dashboard div.m-wrapper .t-bar p{
    font-weight: 600;
    font-size: 20px;
}
#dashboard div.wrapper { 
    display: flex;
    justify-content: space-around;
}
#dashboard div.aside { 
    width: 25%;
}
#dashboard div.aside div.shops { 
    background: #fff;
    margin-bottom: 25px;
}
#dashboard div.aside div.a-head { 
    background: #6ec64173;
    padding: 15px;
}
#dashboard div.aside div.a-head h5 { 
    font-size: 17px;
    font-weight: 600;
}
#dashboard div.aside div.a-head h5 span{
    margin-right: 10px;
}
#dashboard div.aside div.shops div.a-body { 

}
#dashboard div.aside div.shops div.a-body ul { 
    padding: 21px 37px;
}
#dashboard div.aside div.shops div.a-body ul li a { 
    color: #707070;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
}
#dashboard div.aside div.shops div.a-body ul li a.active{
    font-weight: bold;
    font-size: 18px;
    color: black;
}
#dashboard div.aside div.shops div.a-body ul li:nth-child(n+2){
    margin-top: 13px;
}
#dashboard div.aside div.shops div.a-body ul li span.zmdi { 
    font-size: 5px;
    margin-right: 10px;
    color: black;

}
#dashboard div.aside div.shops div.a-body ul li span.drop-icon { 
    font-size: 12px;
    font-weight: bold;
}
#dashboard div.aside div.categories { 
    background: #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
#dashboard div.aside div.categories div.a-head { 

}
#dashboard div.aside div.categories div.a-head h5 { 

}
#dashboard div.aside div.categories div.a-body ul.dependent-ul{ 
    display: none;
}
#dashboard div.aside div.categories div.a-body div.category div.cat-head a{
    color: #6d6d6d;
}
#dashboard div.aside div.categories div.a-body div.category div.cat-head a.active{ 
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
#dashboard div.aside div.categories div.a-body div.cat-head { 
    display: flex;
    align-items: center;
    padding: 12px 16px 0;
}
#dashboard div.aside div.categories div.a-body div.cat-head span.zmdi { 
    margin-right: 5px;
}
#dashboard div.aside div.categories div.a-body div.cat-head p { 
    font-weight: 600;
    color: #1f1a1abf;
}
#dashboard div.aside div.categories div.a-body ul { 
    padding: 9px 18px 9px; 
    /* display: none; */
}
#dashboard div.aside div.categories div.a-body ul.dependent-ul { 
    padding: 9px 18px 9px 36px; 
    /* display: none; */
}
#dashboard div.aside div.categories div.a-body div.sub-category{ 
    display: none;
}
#dashboard div.aside div.categories ul li:nth-child(n+2) {
    margin-top: 13px;
}
#dashboard div.aside div.categories div.a-body ul li a.active{
    font-weight: 600;
}
#dashboard div.aside div.categories div.a-body ul li { 
    color: #707070;
    display: flex;
    align-items: center;
    font-size: 15px;
}
#dashboard div.aside div.categories div.a-body ul li span.zmdi { 
    font-size: 6px;
    margin-right: 5px;
}
#dashboard div.aside div.orders { 
    background: #fff;
    margin-bottom: 25px;
}
#dashboard div.aside div.orders div.a-head { 

}
#dashboard div.aside div.orders div.a-head h5 { 

}
#dashboard div.aside div.orders div.order-body { 
    padding: 20px 15px;
}
#dashboard div.aside div.orders div.order-body div.card { 
    display: flex;
    background: #fff;
}
#dashboard div.aside div.orders div.order-body div.card:nth-child(n+2){
    margin-top: 15px;
}
#dashboard div.aside div.orders div.order-body div.card div.img { 
    width: 80px;
}
#dashboard div.aside div.orders div.order-body div.card div.img img { 
    width: 100%;
    display: block;
    border-radius: 8px;
    height: 75px;
}
#dashboard div.aside div.orders div.order-body div.card div.content { 
    width: 73%;
    margin-left: 10px;
    padding: 5px;
}
#dashboard div.aside div.orders div.order-body div.card div.content ul { 
    display: flex;
    justify-content: space-between;
}
#dashboard div.aside div.orders div.order-body div.card div.content ul li { 
    font-size: 16px;
    font-weight: 600;
}
#dashboard div.aside div.orders div.order-body div.card div.content div.status { 

}
#dashboard div.aside div.orders div.order-body div.card div.content div.status span.zmdi { 
    font-size: 8px;
    color: #8ec641;
    margin-right: 5px;
}
#dashboard div.aside div.orders div.order-body div.card div.content div.status small { 
    color: #515151;
    margin: 6px 0;
    display: inline-block;
}
#dashboard div.aside div.orders div.order-body div.card div.content div.review { 
    padding-top: 5px;
}
#dashboard div.aside div.orders div.order-body div.card div.content div.review ul { 
    
}
#dashboard div.aside div.orders div.order-body div.card div.content div.review ul li { 
    font-size: 14px;
    margin-left: 10px;
    color: #8ec641;
}
#dashboard div.aside div.orders div.order-body div.card div.content div.review ul li a{
    color: #8ec641;
}
#dashboard div.aside div.orders div.order-body div.card div.content div.review ul li span.zmdi { 

}
#dashboard div.aside div.tags { 
    background: #fff;
    margin-bottom: 25px;
}
#dashboard div.aside div.tags div.a-head { 

}
#dashboard div.aside div.tags div.a-head h5 { 

}
#dashboard div.aside div.tags div.tag-ody { 
    padding: 21px 10px;
}
#dashboard div.aside div.tags div.tag-ody ul { 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#dashboard div.aside div.tags div.tag-ody ul li { 
    font-size: 15px;
    background: #f1f1f1;
    width: max-content;
    padding: 7px 21px;
    color: #777;
    border-radius: 5px;
    margin-bottom: 5px;
}
#dashboard div.dash-main { 
    width: 73%;
}
#dashboard div.dash-main div.dash-top { 
    width: 100%;
    display: flex;
    box-shadow: 0px 1px 3px 0px #00000026;
    background: #fff;
    padding: 17px 30px;
    justify-content: space-between;
}
#dashboard div.dash-main div.sections { 
    display: flex;
    margin-top: 30px;
    border-bottom: 1px solid #00000012;
}
#dashboard div.dash-main div.sections div{ 
    margin-right: 25px;
    cursor: pointer;
    color: #00000057;
    font-weight: 600;
    padding-left: 21px;
    padding-bottom: 10px;
}
/* #dashboard div.dash-main div.sections div.products-category {
    margin-right: 25px;
    padding: 10px 25px;
    background: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #8ec640;
} */
#dashboard div.dash-main div.sections div.active{ 
    color: #8ec640;
    border-bottom: 2px solid #8ec640;
    padding-bottom: 10px;
    width: 100%;
}
/* #dashboard div.dash-main div.categories  div.active {
    background: #8ec640;
    color: #ffff;
} */
#dashboard div.dash-main div.dash-top div.left-card { 
    display: flex;
}
#dashboard div.dash-main div.dash-top div.left-card div.pincode { 
    display: flex;
    align-items: center;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 5px;
    margin-right: 15px;
    color: #707070;
}
#dashboard div.dash-main div.dash-top div.left-card div.pincode span.zmdi { 
    margin-right: 10px;
}
#dashboard div.dash-main div.dash-top div.left-card div.pincode p { 

}
#dashboard div.dash-main div.dash-top div.left-card div.location { 
    
}
#dashboard div.dash-main div.dash-top div.left-card div.location a { 
    display: flex;
    align-items: center;
    padding: 5px;
    color: #707070;
}
#dashboard div.dash-main div.dash-top div.left-card div.location a span.zmdi { 
    margin-right: 10px;
}
#dashboard div.dash-main div.dash-top div.left-card div.location a span.location-edit { 
    margin-left: 10px;
    border: 1px solid;
    padding: 2px 4px;
    font-size: 20px;
    font-weight: 900;
    color: #1c1d20d4;
    cursor: pointer;
}
#dashboard div.dash-main div.dash-top div.left-card div.location a p { 
    
}    
#dashboard div.dash-main div.dash-top div.right-card h4{
    font-weight: 600;
    color: #515151;
    font-size: 19px;
}
#dashboard div.dash-main div.dash-top div.right-card h4 span.counter{
    font-weight: 600;
    color: #515151;
    font-size: 16px;
    border: 1px solid #555;
    padding: 3px 7px;
    border-radius: 50%;
}
#dashboard div.dash-main div.dash-top div.right-card { 
    display: flex;
    align-items: center;
}
#dashboard div.dash-main div.dash-top div.right-card div.sort { 
    color: #707070;
}
#dashboard div.dash-main div.dash-top div.right-card div.sort label { 
    color: #707070;
}
#dashboard div.dash-main div.dash-top div.right-card div.sort select { 
    color: #707070;
    border: 1px solid #00000042;
    border-radius: 4px;
    padding: 8px 10px;
    margin-right: 15px;
}
#dashboard div.dash-main div.dash-top div.right-card div.actions { 

}
#dashboard div.dash-main div.dash-top div.right-card div.actions span.zmdi { 
    margin-right: 10px;
    color: #707070;
    font-size: 25px;
}
#dashboard div.market { 
    padding: 30px 0;
}
#dashboard div.market div.dash-title { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}
#dashboard div.market div.dash-title h4 { 
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-left: 10px;
}
#dashboard div.market div.dash-title h6 { 

}
#dashboard div.market div.dash-title h6 a { 
    font-size: 14px;
    font-weight: 600;
}
#dashboard div.market div.cards { 
    display: flex;
    flex-wrap: wrap;
}
#dashboard div.market div.cards div.card { 
    width: 32%;
}
#dashboard div.super div.cards div.card,
#dashboard div.popular div.cards div.card { 
    width: 24%;
}
#dashboard div.super div.cards div.card:nth-child(n+5),
#dashboard div.popular div.cards div.card:nth-child(n+5)
{
    margin-top: 20px;
}
#dashboard div.market div.cards div.card div.test { 
    width: 92%;
    display: block;
    margin: 0 auto;
}
#dashboard div.market div.cards div.card div.test div.img { 
    position: relative;
    height: 175px;
}
#dashboard div.market div.cards div.card div.test div.img .whish-card {  
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    padding: 6px 8px;
    border-radius: 50%;
    color: #E54040;
}
#dashboard div.market div.cards div.card div.test div.img .whish-shop {  
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px 8px;
    border-radius: 50%;
}
#dashboard div.market div.cards div.card div.test div.img .whish-shop span{  
    color: #fff;
    font-size: 24px;
    filter: drop-shadow(1px 1px 1px #00000061);
}
#dashboard div.market div.cards div.card div.test div.img .whishlist { 
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    display: none;
}
#dashboard div.offers div.cards div.card div.test div.img .whishlist { 
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    font-size: 23px;
    padding: 15px;
}
#dashboard div.market div.cards div.card div.test div.img div.stock-message { 
    display: flex;
    justify-content: center;
    width: 125px;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-42%, -50%);
    color: #fff;
    font-weight: 600;
    padding: 7px 10px;
    background: #84c32d;
    border-radius: 10px;
}
#dashboard div.market div.cards div.card div.test div.img .whishlist span.price{
    font-weight: 600;
}
#dashboard div.market div.cards div.card div.test div.img .whishlist span { 
    width: 50%;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
}
#dashboard div.market div.cards div.card div.test div.img .whishlist span.whish { 
    background: #8ec641;
    border-radius: 0 0 0 9px;
}
#dashboard div.market div.cards div.card div.test div.img .whishlist span.cart { 
    background: #4f8802;
    border-radius: 0 0 9px 0;
}
#dashboard div.market div.cards div.card div.test div.img .whishlist span.out-of-stock { 
    color: #ffffff4a;
    cursor: initial;
    background: #365d01c2;
}
#dashboard div.market div.cards div.card div.test div.img .whishlist span.whish:hover { 
    background: #8ec641d1;
    border-radius: 0 0 0 9px;
}
#dashboard div.market div.cards div.card div.test div.img .whishlist span.cart:hover { 
    background: #8ec641d1;
    border-radius: 0 0 9px 0;
}
#dashboard div.popular div.cards div.card div.test div.img:hover .whishlist{
    display: flex;
} 
#dashboard div.market div.cards div.card div.test div.img img { 
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 9px;
}
#dashboard div.market div.cards div.card div.test div.a-content { 
    padding: 7px;
    background: #fff;
    border-radius: 0 0 7px 7px;
}
#dashboard div.market div.cards div.card div.test div.a-content div.product { 
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
}
#dashboard div.market div.cards div.card div.test div.a-content div.product h5 { 
    font-weight: 600;
    font-size: 16px;
}
#dashboard div.market div.cards div.card div.test div.a-content div.product div.rate { 
    background: #8ec63f;
    color: #fff;
    padding: 4px 8px;
    border-radius: 7px;
}
#dashboard div.offers div.cards div.card div.test div.a-content div.product div.rate {
    background: none !important;
    color: #444444a1;
}
#dashboard div.popular div.cards div.card div.test div.a-content div.product div.rate {
    background: none !important;
    color: #444444a1;
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    font-size: 20px;
}
#dashboard div.market div.cards div.card div.test div.a-content div.product div.rate small { 
    margin-right: 5px;
}
#dashboard div.popular div.cards div.card div.test div.a-content div.product div.rate small { 
    margin-left: 5px;
}
#dashboard div.popular div.cards div.card div.test div.a-content div.product div.rate span.zmdi { 
    color: #8ec63f;
}
#dashboard div.market div.cards div.card div.test div.a-content div.place { 
    display: flex;
}
#dashboard div.popular div.cards div.card div.test div.a-content div.place{
    justify-content: space-between;
}
#dashboard div.market div.cards div.card div.test div.a-content div.place span.zmdi { 
    margin-right: 8px;
    color: #999;
}
#dashboard div.market div.cards div.card div.test div.a-content div.place p { 
    color: #999;
    font-size: 14px;
}
#dashboard div.popular div.cards div.card div.test div.a-content div.place p:first-child { 
    font-weight: 600;
}
#dashboard div.banner { 
    padding: 40px 60px;
    background-image: url(../images/background/banner.png);
    display: flex;
    background-size: cover;
    align-items: center;
}
#dashboard div.ban-add{
    justify-content: space-between;
    background-size: cover;
    background-blend-mode: darken;
    background-color: #0000004f;
    border-radius: 10px;
}
#dashboard div.ban-add div.add-con p{
    background: none !important;
    font-size: 22px;
}
#dashboard div.banner div.add-con { 
    width: 40%;
}
#dashboard div.banner div.add-con p { 
    background: #020B56;
    color: #fff;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
}
#dashboard div.banner div.off { 
    margin-left: 9%;
    color: #515151;
}
#dashboard div.banner div.off h3 { 
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 4px;
}
#dashboard div.banner div.off span { 
    font-size: 25px;
    background: #fff;
    color: #F87711;
    padding: 7px 15px;
    border-radius: 50%;
}
#dashboard div.banner div.off p { 

}
#dashboard div.cart-view{
    position: fixed;
    bottom: 10px;
    width: 66%;
    max-width: 1015px;
    display: none;
}
#dashboard div.cart-view div.cart-box{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    border: 1px solid #020b56;
    align-items: center;
    background: #9dc623;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 900;
    color: #020b56;
}
#dashboard div.cart-view div.cart-box span.cart-last-item{
    height: 100%;
    display: flex;
    align-items: center;
}
#dashboard div.cart-view div.cart-box span.cart-last-item span.image{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
#dashboard div.cart-view div.cart-box span.cart-last-item span.image img{
    width: 100%;
    height: 100%;
}
#dashboard div.cart-view div.cart-box span.cart-button a{
    padding: 12px 10px;
    background: #020b56;
    border-radius: 10px;
    color: #b4e22e;
}
div.single-pro { 
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}
div.single-pro div.pro-card { 
    width: 27%;
}
div.single-pro div.pro-card div.item-box { 
}
div.single-pro div.pro-card div.item-box img { 
    width: 100%;
    display: block;
    height: 175px;
    border-radius: 10px;
}
div.single-pro div.pro-card div.slider-nav{
    margin-top: 10px;
}
div.single-pro div.pro-card div.slider-nav p{
    width: 50%;
}
div.single-pro div.pro-card div.slider-nav img{
    width: 50px;
    height: 50px;
}

div.single-pro div.pro-card div.item-role { 

}
div.single-pro div.pro-card div.item-role button.buy{
    background-color: #519B2B;
}
div.single-pro div.pro-card div.item-role button { 
    background: #6EC641;
    width: 100%;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
}
div.single-pro div.pro-card div.item-role button:hover{
    background: #9DC623;
}
div.single-pro div.pro-card div.item-role button span.zmdi { 
    margin-right: 10px;
    font-size: 18px;
}
div.single-pro div.pro-card div.item-role button b { 
    font-weight: 600;
}
div.single-pro div.cont-card { 
    width: 70%;
    background: #fff;
    padding: 20px 15px 30px;
}
div.single-pro div.cont-card div.pro-top { 
    border-bottom: 1px dashed #888888c2;
    padding-bottom: 20px;
}
div.single-pro div.cont-card div.pro-top div.pro-name { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.single-pro div.cont-card div.pro-top div.pro-name h5 { 
    color: #515151;
    font-size: 21px;
}
div.single-pro div.cont-card div.pro-top div.pro-name div.whish { 
    display: flex;
    align-items: center;
}
div.single-pro div.cont-card div.pro-top div.pro-name div.whish p { 
    color: #515151;
}
div.single-pro div.cont-card div.pro-top div.pro-name div.whish span.zmdi { 
    margin-left: 10px;
    color: #fffdfd;
    font-size: 25px;
    filter: drop-shadow(1px 2px 2px #00000029);
}
div.single-pro div.cont-card div.pro-top div.pro-off { 
    margin: 12px 0px;
    display: flex;
    justify-content: space-between;
}
div.single-pro div.cont-card div.pro-top div.pro-off div.pro-price { 
    display: flex;
    align-items: center;
}
div.single-pro div.cont-card div.pro-top div.pro-off div.pro-price p { 
    font-weight: 600;
    font-size: 21px;
}
div.single-pro div.cont-card div.pro-top div.pro-off div.pro-price b { 
    color: #B1B1B1;
    font-size: 15px;
    margin: 0 15px;
}
div.single-pro div.cont-card div.pro-top div.pro-off div.pro-price small { 
    color: #8EC641;
    font-size: 16px;
}
div.single-pro div.cont-card div.pro-top div.pro-off div.pro-review { 
    display: flex;
    align-items: center;
}
div.single-pro div.cont-card div.pro-top div.pro-off div.pro-review b { 
    color: #B1B1B1;
    font-size: 15px;
}
div.single-pro div.cont-card div.pro-top div.pro-off div.pro-review div.star { 
    background: #8ec63f;
    color: #fff;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: 10px;
}
div.single-pro div.cont-card div.pro-top div.pro-off div.pro-review div.star small { 

}
div.single-pro div.cont-card div.pro-top div.pro-off div.pro-review div.star span.zmdi { 
    margin-left: 5px;
}
div.single-pro div.cont-card div.pro-top div.pro-content { 

}
div.single-pro div.cont-card div.pro-top div.pro-content p { 
    color: #515151;
}
div.single-pro div.cont-card div.pro-middle { 
    padding-top: 20px;
    border-bottom: 1px dashed #888888c2;
    padding-bottom: 20px;
}
div.single-pro div.cont-card div.pro-middle h5 { 
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}
div.single-pro div.cont-card div.pro-middle div.offer-card { 
    display: flex;
    align-items: center;
}
div.single-pro div.cont-card div.pro-middle div.offer-card span.zmdi { 
    margin-right: 10px;
    color: #6EC641;
}
div.single-pro div.cont-card div.pro-middle div.offer-card p { 
    color: #B1B1B1;
    font-size: 14px;
}
div.single-pro div.cont-card div.rating-graph-button { 
    display: flex;
    padding-top: 20px; 
    padding-bottom: 20px;
    border-bottom: 1px dashed #888888c2;
}
div.single-pro div.cont-card div.rating-graph-button div.product-rating { 
    width: 30%;
    border-right: 1px solid #999; 
}
div.single-pro div.cont-card div.rating-graph-button div.product-rating h3 { 
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}
div.single-pro div.cont-card div.rating-graph-button div.product-rating div.overall-rating { 
    padding-top: 25px;
}
div.single-pro div.cont-card div.rating-graph-button div.product-rating div.overall-rating div { 
    display: flex;
    align-items: center;
}
div.single-pro div.cont-card div.rating-graph-button div.product-rating div.overall-rating div h4 { 
    font-size: 50px;
}
div.single-pro div.cont-card div.rating-graph-button div.product-rating div.overall-rating div span.zmdi { 
    font-size: 35px;
    margin-left: 10px;
    color: #9DC623;
}
div.single-pro div.cont-card div.rating-graph-button div.product-rating div.overall-rating span { 

}
div.single-pro div.cont-card div.rating-graph-button div.rating-graph { 
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: 60px;
    width: 60%;
    padding-top: 30px;
}
div.single-pro div.cont-card div.rating-graph-button div.rating-graph div.single-rating-graph { 
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 0px;
}
div.single-pro div.cont-card div.rating-graph-button div.rating-graph div.single-rating-graph:nth-child(n+2){
    margin-top: 15px;
}
div.single-pro div.cont-card div.rating-graph-button div.rating-graph div.single-rating-graph small { 
    color: #464646;
    width: 70px;
}
div.single-pro div.cont-card div.rating-graph-button div.rating-graph div.single-rating-graph div.progress-bar { 
    background-color: #b4e22e66;
    width: 100%;
    height: 8px;
    border-radius: 10px;
    z-index: 1;
    margin: 0 10px;
    position: relative;
}
div.single-pro div.cont-card div.rating-graph-button div.rating-graph div.single-rating-graph div.progress-bar span.progress { 
    display: inline-block;
    border-radius: 10px;
    z-index: -1;
    position: absolute;
    bottom: 0;
    height: 100%;
}
.five-star{
    background-color: #19c569;
    
}
.one-star {
    background-color: #ff0000;
}
.two-star {
    background-color: #ffad09;
}  
.three-star {
    background-color: #19c569;
}
.four-star {
    background-color: #19c569;
} 
div.single-pro div.cont-card div.rating-graph-button div.rating-graph div.single-rating-graph div.rating-graph-star { 
    display: flex;
}
div.single-pro div.cont-card div.rating-graph-button div.rating-graph div.single-rating-graph div.rating-graph-star small { 
    color: #464646;
    margin-right: 4px;
    width: 10px;
}
div.single-pro div.cont-card div.rating-graph-button div.rating-graph div.single-rating-graph div.rating-graph-star span { 
    font-size: 13px;
    color: #b4b4b4;
}

div.single-pro div.cont-card div.review-sets { 
    display: flex;
    padding-top: 20px;
    flex-direction: column;
}

div.single-pro div.cont-card div.review-sets .review-set { 
    display: flex;
    flex-direction: column;
    padding: 12px 0;

}

div.single-pro div.cont-card div.review-sets .review-set .top-set { 
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

div.single-pro div.cont-card div.review-sets .review-set .top-set .top-set-left { 
    width: max-content;
    display: flex;
    align-items: center;
}

div.single-pro div.cont-card div.review-sets .review-set .top-set .top-set-left span { 
    width: max-content;
    height: max-content;
    background-color: #888888c2;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    padding: 8px 11px;
}

div.single-pro div.cont-card div.review-sets .review-set .top-set .top-set-left h5 { 
    font-size: 15px;
    color: black;
    font-weight: 900;
}

div.single-pro div.cont-card div.review-sets .review-set .top-set .top-set-right { 
    width: max-content;
    display: flex;
    align-items: center;
}

div.single-pro div.cont-card div.review-sets .review-set .top-set .top-set-right h5 { 
    margin-right: 10px;
    font-size: 15px;
}

div.single-pro div.cont-card div.review-sets .review-set .top-set .top-set-right .zmdi { 

}

div.single-pro div.cont-card div.review-sets .review-set .bottom-set { 

}

div.single-pro div.cont-card div.review-sets .review-set .bottom-set p { 
    margin-left: 30px;
}

div.single-pro div.cont-card .review-btn-sets {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}
div.single-pro div.cont-card .pagination {
    width: max-content;
}


div.single-pro div.cont-card .pagination .nav-links {
    display: inline-block;
}

div.single-pro div.cont-card .pagination .nav-links .prev,div.single-pro div.cont-card .pagination .nav-links .next {
    display: inline-block;
    min-width: max-content;
    padding: 10px 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    background-color: #B4E1A5;
    border-radius: 5px;
}
div.single-pro div.cont-card .pagination .nav-links strong {

    min-width: max-content;
    padding: 10px 10px;
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    background-color: #fff;
    margin: 0 6px;
    border-radius: 5px;
    border: 1px solid rgb(218, 218, 218);
    box-shadow: 0 6px 5px -5px rgba(0,0,0,0.3);

}


div.single-pro div.cont-card div.pro-variants { 
    display: flex;
    padding-top: 20px;
    flex-direction: column;
}

div.single-pro div.cont-card div.pro-variants .pro-variant { 
    display: flex;
    flex-direction: column;
    padding: 12px 0;

}

div.single-pro div.cont-card div.pro-variants .pro-variant .top-set { 
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

div.single-pro div.cont-card div.pro-variants .pro-variant .top-set .top-set-left { 
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}


div.single-pro div.cont-card div.pro-variants .pro-variant .top-set .top-set-right { 
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.single-pro div.cont-card div.pro-variants .pro-variant .top-set label { 
    width: 30%;
}
div.single-pro div.cont-card div.pro-variants .pro-variant .top-set select { 
    width: 65%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;       /* Remove default arrow */
    background-color:rgb(218, 218, 218);
    padding: 12px;   /* Add custom arrow */
    border-radius: 5px;
}
div.single-pro div.cont-card div.pro-variants .pro-variant .top-set select {
}
div.single-pro div.cont-card div.pro-variants .pro-variant .middle-set  {
    padding: 20px 0;
}
div.single-pro div.cont-card div.pro-variants .pro-variant .middle-set  .color-variant{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
div.single-pro div.cont-card div.pro-variants .pro-variant .middle-set  .color-variant .image{
    width: 65px;
    height: 60px;
    padding: 5px;
}
div.single-pro div.cont-card div.pro-variants .pro-variant .middle-set  .color-variant .image img{
    width: 97%;
    height: 97%;
}
div.single-pro div.cont-card div.pro-variants .pro-variant .middle-set  .color-variant .image img.active{
    box-shadow: 2px 3px 2px #333;
    border: 2px solid black;
    width: 100%;
    height: 100%;
}
div.single-pro div.cont-card div.pro-variants .pro-variant .middle-set input[type=radio] {
    visibility: hidden;
    position: relative;
    margin-left: 5px;
    width: 20px;
    height: 20px;
}
  
div.single-pro div.cont-card div.pro-variants .pro-variant .middle-set input[type=radio]:before {
    content: "";
    visibility: visible;
    position: absolute;
  
    border: 2px solid #eb6864;
    border-radius: 50%;
  
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
  
div.single-pro div.cont-card div.pro-variants .pro-variant .middle-set input[type=radio]:checked:before {
    background-color: red;
    box-shadow:1px 4px 13px 0px rgba(2,6,8,0.9);
}

div.single-pro div.cont-card div.pro-variants div.qty-box { 
    display: flex;
    padding: 20px 0;
}

div.single-pro div.cont-card div.pro-variants div.qty-box h5{ 
    font-size: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

div.single-pro div.cont-card div.pro-variants div.qty-box .btn-number{
    min-width: max-content;
    padding: 8px 25px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid rgb(218, 218, 218);
    box-shadow: 0 6px 5px -5px rgba(0,0,0,0.3);
    color: #707070;
    cursor: pointer;
}
div.single-pro div.cont-card div.pro-variants div.qty-box #qty_change{
    padding: 8px 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    color: #707070;
    max-width: 16%;
    min-width: 16%;
}
 
div.single-pro div.cont-card div.pro-variants .pro-variant .bottom-set { 
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0;
}

div.single-pro div.cont-card div.pro-variants .pro-variant .bottom-set button.buy{
    background-color: #519B2B;
}
div.single-pro div.cont-card div.pro-variants .pro-variant .bottom-set button { 
    background: #6EC641;
    width: 48%;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
}
div.single-pro div.cont-card div.pro-variants .pro-variant .bottom-set button.out-of-stock{
    background:#38a50070;
    width: 48%;
    padding: 15px;
    color: #ffffff82;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    cursor: initial;
}
div.single-pro div.cont-card div.pro-variants .pro-variant .bottom-set button:hover{
    background: #9DC623;
}
div.single-pro div.cont-card div.pro-variants .pro-variant .bottom-set button.out-of-stock:hover{
    background:#38a50070;
}
div.single-pro div.cont-card div.pro-variants .pro-variant div.stock-message{
    margin-left: 15px;
    color: red;
    font-size: 12px;
    font-weight: 600;
}
div.single-pro div.cont-card div.pro-variants .pro-variant .bottom-set button span.zmdi { 
    margin-right: 10px;
    font-size: 18px;
}
div.single-pro div.pro-card button b { 
    font-weight: 600;
}


div.dash-main div.card-bottom { 
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}
div.dash-main div.card-bottom div { 
    background-color: #87C547;
    padding: 10px;
    border-radius: 8px;
    color: #ffffff;
    width: 100px;
    text-align: center;
    cursor: pointer;
}
div.dash-main div.card-bottom div.prev { 
    /* display: none; */
}
div.dash-main div.card-bottom div a.productsPagination { 
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}
div.dash-main div.card-bottom div.next { 
    margin-left: 10px;
}
div.dash-main div.card-bottom div.next small { 

}


.dropdown {
    width: 80px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.dropdown.toggle > input {
    display: none;
}
.dropdown > a, .dropdown.toggle > label {
    border-radius: 2px;
    box-shadow: 0 6px 5px -5px rgba(0,0,0,0.3);
}
.dropdown > a::after, .dropdown.toggle > label::after {
    content: "";
    float: right;
    margin: 15px 15px 0 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #CCC;
}
.dropdown ul.drop {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 200px;
    box-shadow: 0 6px 5px -5px rgba(0,0,0,0.3);
    overflow: hidden;
    background: #fff;
}
.dropdown a, .dropdown.toggle > label { 
    line-height: 40px;
}
.dropdown ul.drop li {
    height: 0;
    overflow: hidden;
    transition: all 500ms;
    display: block !important;
    padding: 0 10px;
}
.dropdown.hover ul.drop li {
    transition-delay: 300ms;
}
.dropdown.hover ul.drop li:hover {
    background: #D3EEC5;
}
.dropdown.hover ul.drop li a{
    font-size: 15px;
    font-weight: 600;
}
.dropdown.hover ul.drop li a i{
    margin-right: 7px;
    font-size: 16px;
}
.dropdown ul.drop li:first-child a {
    border-radius: 2px 2px 0 0;
}
.dropdown ul.drop li:last-child a {
    border-radius: 0 0 2px 2px;
}
.dropdown ul.drop li:first-child a::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    margin: -10px 0 0 30px;
}
.dropdown a:hover, .dropdown.toggle > label:hover, .dropdown.toggle > input:checked ~ label {
    color: #666;
}
.dropdown > a:hover::after, .dropdown.toggle > label:hover::after, .dropdown.toggle > input:checked ~ label::after {
    border-top-color: #AAA;
}
.dropdown li:first-child a:hover::before {
    border-bottom-color: #EEE;
}
.dropdown.hover:hover li, .dropdown.toggle > input:checked ~ ul li {          
    height: 40px;
}
.dropdown.hover:hover li, .dropdown.toggle > input:checked ~ ul li:first-child {
    margin-right: 0 !important
}
div.order-cards { 
    padding: 40px 0;
}
div.order-cards div.order{ 
    padding: 35px;
    background: #fff;
    margin-bottom: 15px;
}
div.order-cards div.order div.buttons{ 
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
div.order-cards div.order div.buttons div.view-more{ 
    margin-right: 10px;
}
div.order-cards div.order div.buttons div.cancel a{ 
    /* margin-right: 3%; */
    padding: 12px 20px;
    color: #ff0000b0;
    border: 1px solid #ff000091;
    border-radius: 5px;
    font-weight: 600;
    font-family: sans-serif;
}
div.order-cards div.order div.buttons div.view-more a{ 
    /* margin-right: 3%; */
    padding: 12px 20px;
    color: #fff;
    background: #8ec63f;
    border-radius: 5px;
    font-weight: 600;
    font-family: sans-serif;
}
div.order-cards div.order div.top{ 
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #8ec64191;
}
div.order-cards div.order div.top div.order-id{
    font-weight: 600;
    color: #000000a1;
}
div.order-cards div.order div.top div.status span{
    font-weight: 600;
}
div.order-cards div.order div.top div.status span.pending{ 
    padding: 2px 7px;
    background: red;
    border-radius: 50%;
    color: #fff;
}
div.order-cards div.order div.top div.status span.delivered{ 
    padding: 2px 3px;
    background: #6ec641;
    border-radius: 50%;
    color: #fff;

}
div.order-cards div.order div.shop-details div.left{
    display: flex;
} 
div.order-cards div.order div.shop-details div.left div.image img{
    width: 150px;
    height: 110px;
    margin-right: 15px;
    border-radius: 8px;
} 
div.order-cards div.order div.shop-details div.left div.item-count h5{
    margin-top: 15px;
    font-weight: 600;
} 
div.order-cards div.order div.shop-details div.left div.details{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 10% 0 20%;
}
div.order-cards div.order div.shop-details div.right a{
    padding: 10px;
    /* background: #6ec641; */
    border-radius: 5px;
    color: #6ec641;
    border: 2px solid #6ec641;
    font-weight: 600;
    font-family: sans-serif;
}  
div.order-cards div.order div.item-details{ 
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center;
}
div.order-cards div.order div.single-page{ 
    width: 100%;
}
div.order-cards div.order div.item-details div.left{ 
    display: flex;
    /* align-items: center; */
    margin-bottom: 15px;
}
div.order-cards div.order div.item-details div.left div.product-details{ 
    margin: 8px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 20px;
    color: #000000c2;
}
div.order-cards div.order div.item-details div.left div.product-details div.category{
    color: #00000094;
    font-size: 14px;
}
div.order-cards div.order div.item-details div.title{
    color: #00000094;
    font-size: 16px;
}
div.order-cards div.order div.item-details div.qty{
    font-size: 18px;
    font-weight: 900;
    color: #000000bf;
}
div.order-cards div.order div.item-details div.left div.product-image img{
    width: 151px;
    height: 100px;
    border-radius: 7px;
    margin-right: 20px;
}
div.order-cards div.order div.item-details div.button a {
    padding: 10px;
    background: #6ec641;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-family: sans-serif;
}
div.order-cards div.order div.order-details{ 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
div.order-cards div.order div.order-details div.heading h3{ 
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000000c9;
}
div.order-cards div.order div.order-details p {
    font-size: 14px;
    color: #0000008c;
}
div.order-cards div.order div.order-details > div{
    margin-bottom: 25px;
}
div.order-cards div.order div.order-details div.order-summery{
    min-width: 30%;
}
div.order-cards div.order div.order-details div.order-summery div{
    display: flex;
    justify-content: space-between;
}
div.order-cards div.o-card { 
    display: flex;
    justify-content: space-between;
}
div.order-cards div.o-card:nth-child(n+1){
    border-bottom: 1px solid #9999998f;
    padding-top: 20px;
    padding-bottom: 20px;
}
div.order-cards div.o-card div.left-box { 
    width: 25%;
}
div.order-cards div.o-card div.left-box div.o-img { 

}
div.order-cards div.o-card div.left-box div.o-img img { 
    width: 100%;
    display: block;
    height: 180px;
    border-radius: 12px;
}
div.order-cards div.o-card div.left-box a.re-order { 
    display: flex;
    justify-content: center;
    background: #6EC641;
    padding: 10px 5px;
    border-radius: 12px;
    margin-top: 15px;
    align-items: center;
    color: #fff;
}
div.order-cards div.o-card div.left-box a.re-order span.zmdi { 
    margin-right: 10px;
    font-size: 20px;
}
div.order-cards div.o-card div.left-box a.re-order p { 
    font-weight: 600;
}
div.order-cards div.o-card div.right-box { 
    width: 73%;
    padding: 15px 0;
}
div.order-cards div.o-card div.right-box div.o-top { 
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #999;
    padding-bottom: 20px;
}
div.order-cards div.o-card div.right-box div.o-top div.o-first { 

}
div.order-cards div.o-card div.right-box div.o-top div.o-first h4 { 
    color: #515151;
    font-size: 21px;
    margin-bottom: 8px;
}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price { 
    display: flex;
    align-items: center;
}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price p { 
    font-weight: 600;
    font-size: 21px;
}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price b { 
    margin: 0 20px;
    display: inline-block;
    color: #B1B1B1;
    font-size: 15px;
}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price small { 
    color: #8EC641;
    font-size: 15px;
}
div.order-cards div.o-card div.right-box div.o-top div.o-second { 
    display: flex;
    align-items: center;
}
div.order-cards div.o-card div.right-box div.o-top div.o-second div.o-rate { 
    background: #459B2C;
    padding: 5px;
    border-radius: 7px;
    color: #fff;
    margin-right: 15px;
}
div.order-cards div.o-card div.right-box div.o-top div.o-second div.o-rate small { 

}
div.order-cards div.o-card div.right-box div.o-top div.o-second div.o-rate span.zmdi { 

}
div.order-cards div.o-card div.right-box div.o-top div.o-second div.o-details { 

}
div.order-cards div.o-card div.right-box div.o-top div.o-second div.o-details a { 
    color: #515151;
    font-size: 14px;
    border: 1px solid #515151;
    padding: 6px 8px;
    border-radius: 8px;
}
div.order-cards div.o-card div.right-box div.o-bottom { 
    padding-top: 20px;
}
div.order-cards div.o-card div.right-box div.o-bottom ul { 

}
div.order-cards div.o-card div.right-box div.o-bottom ul li:nth-child(n+2){
    margin-top: 13px;
}
div.order-cards div.o-card div.right-box div.o-bottom ul li { 
    display: flex;
    justify-content: space-between;
    color: #515151;
}
div.order-cards div.o-card div.right-box div.o-bottom ul li span.status { 
    color: #519B2B;
    font-weight: 600;
}
div.whish-empty { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
div.whish-empty img { 
    width: 50%;
}
div.o-empty img { 
    width: 30%;
}
div.whish-empty p { 
    margin: 20px 0;
    font-size: 20px;
    font-weight: 600;
}
div.whish-empty a { 
    background: #6EC641;
    padding: 14px 20px;
    border-radius: 8px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}
div.shops-dash { 
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
div.shops-dash div.shop-left { 
    width: 25%;
    position: relative;
}
#dashboard div.shops-dash div.shop-left .whish-shop {  
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px 8px;
    border-radius: 50%;
}
#dashboard div.shops-dash div.shop-left .whish-shop span{  
    color: #fff;
    font-size: 24px;
    filter: drop-shadow(1px 1px 1px #00000061);
}
div.shops-dash div.shop-left img { 
    width: 100%;
    display: block;
    border-radius: 12px;
    height: 250px;
}
div.shops-dash div.shop-right { 
    width: 73%;
}
div.shops-dash div.shop-right div.shop-top { 
    border-bottom: 1px dashed #999;
    padding-bottom: 20px;
}
div.shops-dash div.shop-right div.shop-top div.s-name { 
    display: flex;
    justify-content: space-between;
}
div.shops-dash div.shop-right div.shop-top div.s-name h4 { 
    font-size: 24px;
    color: #515151;
}
div.shops-dash div.shop-right div.shop-top div.s-name div.pro-review { 
    display: flex;
    align-items: center;
}
div.shops-dash div.shop-right div.shop-top div.s-name div.pro-review b { 
    font-size: 14px;
    color: #C5C5C5;
}
div.shops-dash div.shop-right div.shop-top div.s-name div.pro-review div.star { 
    background: #459B2C;
    padding: 5px;
    border-radius: 7px;
    color: #fff;
    margin-left: 15px;
}
div.shops-dash div.shop-right div.shop-top div.s-name div.pro-review div.star small { 

}
div.shops-dash div.shop-right div.shop-top div.s-name div.pro-review div.star span.zmdi { 
    font-size: 15px;
    margin-left: 5px;
}
div.shops-dash div.shop-right div.shop-top div.s-location { 

}
div.shops-dash div.shop-right div.shop-top div.s-location div { 
    display: flex;
    align-items: center;
    margin-top: 7px;
}
div.shops-dash div.shop-right div.shop-top div.s-location div span.zmdi { 
    color: #707070;
    margin-right: 10px;
}
div.shops-dash div.shop-right div.shop-top div.s-location div p { 
    color: #515151;
}
div.shops-dash div.shop-right div.shop-top div.s-location div.license-details h5{ 
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    font-family: monospace;
    font-style: italic;
    font-col: black;
    color: #000000a1;
}
div.shops-dash div.shop-right div.shop-bottom { 

}
div.shops-dash div.shop-right div.shop-bottom p { 
    color: #515151;
    padding-top: 20px;
}
div.error-404 { 
    padding: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
div.error-404 img { 
    width: 35%;
    display: block;
}
div.error-404 h3 { 
    font-size: 30px;
    font-weight: 600;
    margin: 50px 0 20px;
}
div.error-404 p { 
    margin-bottom: 15px;
    text-align: center;
}
div.error-404 a { 
    padding: 15px 20px;
    background: #8EC641;
    color: #ffffff;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
}
div.order-cards { 

}
div.order-cards div.o-card { 

}
div.order-cards div.o-card div.left-box { 

}
div.order-cards div.o-card div.left-box div.o-img { 

}
div.order-cards div.o-card div.left-box div.o-img img { 

}
div.order-cards div.o-card div.left-box a.re-order { 

}
div.order-cards div.o-card div.left-box a.re-order span.zmdi { 

}
div.order-cards div.o-card div.left-box a.re-order p { 

}
div.order-cards div.o-card div.right-box { 

}
div.order-cards div.o-card div.right-box div.o-top { 
    border: none;
}
div.order-cards div.o-card div.right-box div.o-top div.o-first { 

}
div.order-cards div.o-card div.right-box div.o-top div.o-first h4 { 

}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price { 

}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price p { 

}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price b { 

}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price small { 

}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.quantity { 
    display: flex;
    align-items: center;
    margin-top: 10px;
}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.stock-message{
    display: none;
    margin-top: 10px;
    color: red;
    margin-left: 10px;
}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.out-of-stock-message{
    margin-top: 10px;
    color: red;
    margin-left: 10px;
}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.quantity p { 
    color: #515151;
    margin-right: 30px;
}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.quantity div.qua { 

}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.quantity div.qua a { 

}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.quantity div.qua a button { 
    background: #EBEBEB;
    padding: 5px 11px;
    color: #515151;
}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.quantity div.qua a button.minus span.zmdi { 

}
div.order-cards div.o-card div.right-box div.o-top div.o-first div.quantity div.qua input.qty-input { 
    width: 25px;
    text-align: center;
    color: #515151;
    font-weight: 600;
    font-size: 18px;
}
div.order-cards div.o-card div.right-box div.o-top div.c-second { 
    text-align: right;
}
div.order-cards div.o-card div.right-box div.o-top div.c-second div.o-rate { 
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
div.order-cards div.o-card div.right-box div.o-top div.c-second div.o-rate small { 
    color: #515151;
    margin-right: 10px;
}
div.order-cards div.o-card div.right-box div.o-top div.c-second div.o-rate span.zmdi { 
    color: #fff;
    font-size: 25px;
    filter: drop-shadow(1px 1px 1px #00000015);
}
div.order-cards div.o-card div.right-box div.o-top div.c-second div.c-remove { 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}
div.order-cards div.o-card div.right-box div.o-top div.c-second div.c-remove small { 
    color: #515151;
    margin-right: 10px;
}
div.order-cards div.o-card div.right-box div.o-top div.c-second div.c-remove span.zmdi { 
    color: #515151;
    font-size: 25px;
}
div.order-cards div.cart-bottom { 
    color: #515151;
    padding-top: 20px;
    padding-bottom: 20px;
}
div.order-cards div.cart-bottom ul.delivery { 
    margin-bottom: 16px;
    border-bottom: 1px solid #66666621;
    padding: 0px 0 10px;
}
div.order-cards div.cart-bottom ul.delivery li { 
    font-weight: normal;
}
div.order-cards div.cart-bottom ul.delivery li span { 

}
div.order-cards div.cart-bottom ul { 

}
div.order-cards div.cart-bottom ul li { 
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}
div.order-cards div.cart-bottom ul li:nth-child(n+2){
    margin-top: 7px;
}
div.order-cards div.cart-bottom ul li span { 

}
div.order-cards div.clear { 
    padding-top: 20px;
    text-align: center;
    border-top: 1px dashed #515151;
}
div.order-cards div.clear a { 
    color: #8EC641;
    border-bottom: 1px solid;
}
div.order-cards div.clear a.place-order { 
    border-bottom: none;
    float: right;
    padding: 15px 40px;
    background: #2d9e10;
    font-size: 20px;
    font-weight: 900;
    border-radius: 10px;
    color: #fff;
}
/* address page */
#address { 
    padding: 0px 0 70px;
}
#address div.wrapper { 

}
#address div.add-top { 
    width: 70%;
    margin: 0 auto;
}
#address .hh-grayBox .row {
	display: flex;
}
#address.pt45{
    padding-top:45px;
}
#address .order-tracking{
	text-align: center;
	width: 33.33%;
	position: relative;
	display: block;
}
#address .order-tracking .is-complete{
	display: block;
	position: relative;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	border: 0px solid #AFAFAF;
	background-color: #8EC641;
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
}
#address .order-tracking .is-complete:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
#address .order-tracking.completed .is-complete{
	border-color: #8EC641;
	border-width: 0px;
	background-color: #8EC641;
}
#address .order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 11px;
	opacity: 1;
}
#address .order-tracking p {
	color: #A4A4A4;
	font-size: 18px;
    margin-top: 14px;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 600;
}
#address .order-tracking p span{font-size: 14px;}
#address .order-tracking::before {
	content: '';
	display: block;
	height: 3px;
	width: calc(100% - 40px);
	background-color: #8EC641;
	top: 13px;
	position: absolute;
	left: calc(-50% + 20px);
	z-index: 0;
}
#address .order-tracking:first-child:before{display: none;}
#address .order-tracking.completed:before{background-color: #8EC641;}
#address div.add-top div.status { 
    display: flex;
    margin-bottom: 12px;
    padding: 0;
    border-bottom: 1px solid #ECECEC;
    position: relative;
    list-style: none;
    width: 70%;
    margin: 0 auto;
}
#address div.add-top div.status span.zmdi { 
    background: #8EC641;
    width: max-content;
    margin: 0 auto;
    padding: 6px 8px;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
}
#address div.add-top div.status p { 
    width: 30%;
    text-align: center;
    position: absolute;
    top: -8px;
}
#address div.add-top div.status p span{
    padding: 6px 8px;
    border: 1px solid #8EC641;
    color: #8EC641;
    font-weight: bold;
    border-radius: 50%;
}
#address div.add-top div.method { 
    display: flex;
    width: 70%;
    margin: 0 auto;
    justify-content: space-between;
}
#address div.add-top div.method p { 
    width: 30%;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    color: #636363;
}
#address div.add-bottom { 
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
#address div.add-bottom div.left-add { 
    width: 40%;
    padding: 0 30px;
}
#address div.add-bottom div.left-add div.customer-addresses {
    display: none;
}
#address div.add-bottom div.left-add div.customer-addresses div.address h5 { 
    margin: 3px 0 18px 0px;
}
#address div.add-bottom div.left-add div.customer-addresses div.address h5 span{ 
    padding: 7px 10px;
    background-color: #0f1656;
    color: #6af16a;
    font-weight: 600;
    border-radius: 5px;
}
#address div.add-bottom div.left-add div.customer-addresses div.address h5 span.deliver-address{
    cursor: pointer;
}
#address div.add-bottom div.left-add div.add-head { 
    display: flex;
    justify-content: space-between;
    font-size: 21px;
    color: #636363;
    border-bottom: 1px solid #8888889c;
    padding-bottom: 12px;
}
#address div.add-bottom div.left-add div.add-head h4 { 
    font-weight: 600;
}
#address div.add-bottom div.left-add div.add-head div.edit span.action{
    color: orangered; 
    font-size: 15px; 
    font-weight: 600;
    cursor: pointer;
}
#address div.add-bottom div.left-add form div.add-head div.edit { 

}
#address div.add-bottom div.left-add div.add-head div.edit span { 
    margin-left: 10px;
}
#address div.add-bottom div.left-add form div.add-body { 
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
#address div.add-bottom div.left-add form div.add-body button{
    padding: 8px 18px;
    margin-top: 20px;
    background-color: #020b56;
    color: #b4e22e;
    font-size: 16px;
    font-weight: 900;
    border-radius: 7px;
    cursor: pointer;
    margin-right: 20px;
}
#address div.add-bottom div.left-add form div.add-body button.cancel-button{
    color: #020b56;
    background: initial;
    border: 2px solid #020b56;
}
#address div.add-bottom div.left-add form div.add-body p{
    width: 100%;
}
#address div.add-bottom div.left-add form div.add-body p:nth-child(n+2) { 
    margin-top: 15px;
}
#address div.add-bottom div.left-add form div.add-body p label { 
    color: #515151;
}
#address div.add-bottom div.left-add form div.add-body p input { 
    border: 1px solid #707070;
    padding: 12px 5px;
    border-radius: 5px;
    display: block;
    width: 100%;
}
#address div.add-bottom div.left-add form div.add-body p textarea { 
    border: 1px solid #707070;
    padding: 12px 5px;
    border-radius: 5px;
    display: block;
    width: 100%;
}
#address div.add-bottom div.left-add .add-address{
    background: #6ec6412e;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
#address div.add-bottom div.left-add .customer-addresses .address{
    background: #6ec6412e;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
#address div.add-bottom div.left-add .add-new{
    display: none;
}
#address div.add-bottom div.left-add .address-required p{
    margin-top: 5px;
    color: red;
}
#address div.add-bottom div.left-add .add-new button.add-new-address{
    padding: 10px 10px;
    background: #9ef02a;
    color: #001e77;
    border-radius: 5px;
    font-weight: 900;
    cursor: pointer;
}
#address div.add-bottom div.left-add .add-address p{
    
}
#address div.add-bottom div.left-add form div.add-body p.half { 
    width: 49%;
}
#address div.add-bottom div.left-add form div.add-body h5 { 
    font-size: 18px;
    font-weight: 600;
    color: #050b3a;
}
#address div.add-bottom div.left-add form div.add-body p.half input { 

}
#address div.add-bottom div.right-add { 
    width: 40%; 
}
#address div.add-bottom div.right-add div.amount { 
    background: #D2D2D2;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 35px;
}
#address div.add-bottom div.right-add h5 { 
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #515151;
}
#address div.add-bottom div.right-add h4 { 
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #515151;
}
#address div.add-bottom div.right-add div.amount ul { 
    display: flex;
    justify-content: space-between;
}
#address div.add-bottom div.right-add div.amount ul.coupon-entry { 
    background: #fff;
    padding: 12px;
    border-radius: 7px;
}
#address div.add-bottom div.right-add div.amount ul.coupon-entry li {
    color: #515151cf;
    font-size: 14px;
}
#address div.add-bottom div.right-add div.amount ul.coupon-entry li span {
    font-size: 16px;
    font-weight: 600;
    color: #b4e22e;
    padding: 0 12px 0 0;
    cursor: pointer;
}
#address div.add-bottom div.right-add div.amount ul:nth-child(n+2){
    margin-top: 10px;
}
#address div.add-bottom div.right-add div.amount ul.totl{
    border-top: 1px solid;
    padding-top: 14px;
}
#address div.add-bottom div.right-add div.amount ul.totl li{
    font-weight: 600;
}
#address div.add-bottom div.right-add div.amount ul li { 
    color: #515151;
    font-size: 16px;
}
#address div.add-bottom div.right-add div.amount div.purchase-point ul li { 
    color: #515151cc;
    font-size: 13px;
}
#address div.add-bottom div.right-add div.payment { 
    background: #D2D2D2;
    padding: 30px;
    border-radius: 10px;
}
#address div.add-bottom div.right-add p.not-available-today{
    color: red;
    margin-bottom: 10px;
}
#address div.add-bottom div.right-add div.payment h5 { 

}
#address div.add-bottom div.right-add div.payment div.pay-line { 
    display: flex;
    justify-content: space-between;
}
#address div.add-bottom div.right-add div.payment div.time-slots { 
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
#address div.add-bottom div.right-add div.payment div.pay-line div.cash p:first-child { 
    margin-bottom: 10px;
}
#address div.add-bottom div.right-add div.payment div.pay-line div.cash input { 

}
#address div.add-bottom div.right-add div.payment div.pay-line div.cash label { 
    color: #515151;
    font-size: 16px;
    /* margin-left: 10px; */
}
#address div.add-bottom div.right-add div.payment div.pay-line div.place-order { 

}
#address div.add-bottom div.right-add div.payment div.pay-line div.place-order button { 
    background: #6EC641;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    margin-top: 20px;
    font-size: 17px;
    cursor: pointer;
}
#address div.add-bottom div.right-add div.payment div.pay-line div.place-order button.order-placed-hidebutton {
    display: none;
    background-color: #88d4636e;
    color: #ffffff7a;
}

#address div.add-bottom div.right-add div.delivery-info{
    display: none;
    text-align: center;
    border: 1px solid black;
    border-radius: 5px;
    padding: 25px 10px;
    /* position: absolute; */
    z-index: 5;
    color: black;
    background: #fff;
    /* width: 33%; */
    margin-bottom: 23px;
}
#address div.add-bottom div.right-add div.delivery-info button{
    padding: 8px 20px;
    background: #8ec640;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 12px;
    cursor: pointer;
}

/* addres page :end */
/* ABOUT SECTION */

#about{  
    padding-top: 40px;
}
#about .top{
    padding-bottom: 65px;
}
#about .top h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'product_sansbold';
}
#about .top h1::first-letter{
    border-bottom: 5px solid #8EC640;
    padding-bottom: 2px;
}
#about .bottom{
    /* background-image: url("../background/bg1.png"); */
    background-position: 305px 15px;
    background-repeat: no-repeat;
    background-size: 1150px 600px;
    padding-bottom: 200px;
}
#about .bottom .image {
    width: 730px;
    margin: 0 auto;
    position: relative;
}
#about .bottom .image img{
    display: block;
    width: 100%;
}
#about .bottom .image .float {
    justify-content: space-between;
    align-items: center;
    width: 350px;
    background-color: #fff;
    display: flex;
    border-radius: 15px;
    padding: 20px;
    position: absolute;
    box-shadow: -20px 20px 32px #0000000D;
} 
#about .bottom .image .one {
    left: -170px;
    top: -30px;
}
#about .bottom .image .two {
    right: -200px;
    top: 200px;
}
#about .bottom .image .three {
    left: -80px;
    bottom: -80px;
}
#about .bottom .image .float .num {
    width: 140px;
    height: 40px;
    color: #fff;
    background: linear-gradient(144deg, rgba(180,226,46,1) 0%, rgba(159,197,48,1) 35%, rgba(114,136,51,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px;
}
#about .bottom .image .float .disc {
    text-align: justify;
}

/* ABOUT SECTION ENDS */

/* VISION SECTION */

#vision {
    background-image: url("../images/hand.jpg");
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0;
}
#vision .vis{
    text-align: center;
    width: 660px;
    margin-right: 150px;
    position: relative;
}
#vision .vis .head {
    border-radius: 20px;
    opacity: 1;
    backdrop-filter: blur(30px);
    width: 300px;
    padding: 20px;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'product_sansbold';
    position: absolute;
    left: 170px;
    top: -33px; 
    z-index: 1;
}
#vision .vis .head h1{
    letter-spacing: 3px;
    font-size: 30px;
}
#vision .vis .head h1::first-letter{
    border-bottom: 5px solid #8EC640;
    padding-bottom: 2px;
} 
#vision .vis .para  {
    border-radius: 20px;
    opacity: 1;
    backdrop-filter: blur(23px);
    padding: 70px 35px;
    position: relative;
}
#vision .vis .para p {
    font-size: 17px;
}
#vision .mis{
    text-align: center;
    width: 660px;
    position: relative;
}
#vision .mis .head {
    border-radius: 20px;
    opacity: 1;
    backdrop-filter: blur(30px);
    width: 300px;
    padding: 20px;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: 'product_sansbold';
    position: absolute;
    right: 170px;
    top: -33px;
    z-index: 1;
}
#vision .mis .head h1{
    letter-spacing: 3px;
    font-size: 30px;
}
#vision .mis .head h1::first-letter{
    border-bottom: 5px solid #8EC640;
    padding-bottom: 2px;
}
#vision .mis .para  {
    border-radius: 20px;
    opacity: 1;
    backdrop-filter: blur(23px);
    padding: 70px 35px;
    position: relative;
}
#vision .mis .para p {
    font-size: 17px;
}

/* VISION SECTION ENDS */

/* CONTACT SECTION */

#contact{
    background: url(../images/phone.png);
    padding: 80px 0;
}
#contact .image{
    width: 100%;
}
#contact .image img.usual{
    display: block;
    width: 100%;
}
#contact .image img.resp{
    display: none;
    width: 100%;
}
#contact .image img.rot{
    display: none;
    width: 100%;
}
#contact .cards{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    margin: 0 0 0 auto;
}
#contact .cards .contactus{
    background-color: #020B56;
    width: 60%;
    padding: 20px 40px;
    border-radius: 20px;
}
#contact .cards .contactus .top{   
}
#contact .cards .contactus .top h1{
    font-size: 30px;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 40px;
    padding-top: 15px;
    font-family: 'product_sansbold';
}
#contact .cards .contactus .top h1::first-letter{
    border-bottom: 5px solid #8EC640;
    padding-bottom: 2px;
}
#contact .cards .contactus .bottom{   
}
#contact .cards .contactus .bottom .loc{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
#contact .cards .contactus .bottom .loc i{
    color: #fff;
    font-size: 27px;
}
#contact .cards .contactus .bottom .loc span{
    margin-left: 40px;
    color: #fff;
    font-size: 17px;
    opacity: .5;
}
#contact .cards .contactus .bottom .phn{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
#contact .cards .contactus .bottom .phn i{
    color: #fff;
    font-size: 25px;
}
#contact .cards .contactus .bottom .phn span a{
    margin-left: 34px;
    color: #fff;
    font-size: 17px;
    opacity: .5;
}
#contact .cards .contactus .bottom .mail{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
#contact .cards .contactus .bottom .mail i{
    color: #fff;
    font-size: 27px;
}
#contact .cards .contactus .bottom .mail span a{
    margin-left: 32px;
    color: #fff;
    font-size: 15px;
    opacity: .5;
}
#contact .cards .touch{
    width: 60%;
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 50px;
}
#contact .cards .touch .head{   
}
#contact .cards .touch .head h1{
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'product_sansbold';
    padding-bottom: 35px;
}
#contact .cards .touch .head h1::first-letter{
    border-bottom: 5px solid #8EC640;
    padding-bottom: 2px;
}
#contact .cards .touch form{   
}
#contact .cards .touch form .det{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
#contact .cards .touch form .det input#nam{
    border-bottom: 1px solid #70707069;
    padding-bottom: 9px;
    width: 50%;
    margin-right: 50px;
}
#contact .cards .touch form .det input#telphone{
    border-bottom: 1px solid #70707069;
    padding-bottom: 9px;
    width: 50%;
}
#contact .cards .touch form input#msg{
    border-bottom: 1px solid #70707069;
    padding-bottom: 9px;
    width: 100%;
    margin-bottom: 25px;
}
#contact .cards .touch form .det input#nam::placeholder{
    color: #444444;
    text-transform: capitalize;
}
#contact .cards .touch form .det input#telphone::placeholder{
    color: #444444;
    text-transform: capitalize;
}
#contact .cards .touch form input#msg::placeholder{
    color: #444444;
    text-transform: capitalize;
}
#contact .cards .touch form input.contact-submit{
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: #020B56;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    padding: 15px;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 10px;
}

/* CONTACT SECTION ENDS */

/* SERVICES SECTION */

#services {
    padding-top: 110px;
    /* background-image: url("../background/bg2.png"); */
    background-color: #F8F8F8;
    background-position: 120px -12px;
    background-repeat: no-repeat;
    background-size: 1400px 750px;
}
#services ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#services ul li {
    width: 30%;
    background-color: #fff;
    margin-bottom: 72px;
    padding: 70px 50px 30px 50px;
    text-align: center;
    transition: ease-in-out 0.3s;
    position: relative;
    margin-right: 57px;
}
#services ul li:last-child {
    margin-right: 0;
}
#services ul li:hover {
    box-shadow: 3px 4px 12px 0px rgba(209, 209, 209, 0.41);
    transform: scale(1.1, 1.1);
}
#services ul li span {
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    box-shadow: 0px 20px 36px -9px rgb(218, 218, 218);
    position: absolute;
    top: -40px;
    left: 215px;
    background-color: #fff;
}
#services ul li span img {
    width: 100%;
    display: block;
}
#services ul li h4 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #092e4b;
    text-transform: uppercase;
    font-family: 'product_sansbold';
    line-height: 40px;
}
#services ul li h4::first-letter{
    border-bottom: 5px solid #8EC640;
    padding-bottom: 2px;
}
#services ul li p {
    color: #403c3a;
    font-size: 17px;
}

/* SERVICES SECTION ENDS */
#shop-sell { 
    padding: 80px 0;
}
#shop-sell div.wrapper { 

}
#shop-sell div.shop-box { 
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#shop-sell div.shop-box div.sell-content { 
    width: 40%;
}
#shop-sell div.shop-box div.sell-content h3 { 
    width: 63%;
    line-height: 37px;
}
#shop-sell div.shop-box div.sell-content h3 span { 
    margin: 0 0px 0 1px;
}
#shop-sell div.shop-box div.sell-content p { 

}
#shop-sell div.shop-box div.shop-video { 
    width: 33%;
}
#shop-sell div.shop-box div.shop-video a { 
    position: relative;
    display: block;
}
#shop-sell div.shop-box div.shop-video a img.youtube{ 
    position: absolute;
    width: 65px;
    height: 65px;
    top: 43%;
    left: 46%;
}
#shop-sell div.shop-box div.shop-video a img.thumb { 
    width: 100%;
    display: block;
    border-radius: 25px;
}
#spotlight.spotlight-sell{
    background-image: none;
}
#main-sell { 
    padding: 80px 0;
    background: #F8F8F8;
}
#main-sell div.wrapper { 

}
#main-sell div.sell-box { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#main-sell div.sell-box div.img { 

}
#main-sell div.sell-box div.img img { 

}
#main-sell div.sell-box div.sell-content { 
    text-align: center;
    margin: 40px 0;
    width: 35%;
}
footer .link-7{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
div.sell-content h3 { 
    font-size: 30px;
    font-weight: 600;
}
div.sell-content p { 
    color: #707070;
    margin-top: 25px;
}
div.sell-content span{
    width: 67px;
    height: 5px;
    background-color: #8ec63f;
    display: block;
    margin: 0 0px 0 127px;
}
div.sell-button { 
    
}
div.sell-button a { 
    display: flex;
    align-items: center;
    color: #fff;
    background: #8ec63f;
    padding: 12px 29px;
    border-radius: 9px;
}
div.sell-button a i { 
    font-size: 21px;
}
div.sell-button a p { 
    font-size: 18px;
    margin-left: 10px;
}
#provide-shell { 
    padding: 80px 0;
    background: #F8F8F8;
}
#provide-shell div.wrapper { 

}
#provide-shell div.sell-content { 
    display: flex;
    justify-content: center;
}
#provide-shell div.sell-content h3 { 

}
#provide-shell div.sell-content h3 span { 
    margin: 0;
}
#provide-shell div.cards { 
    margin: 50px 0;
    display: flex;
    justify-content: space-around;
}
#provide-shell div.cards div.card { 
    width: 25%;
    padding: 0 35px;
}
#provide-shell div.cards div.card:nth-child(n-2){
    border-left: 2px solid #7070704f;
}
#provide-shell div.cards div.card img { 
    width: 90px;
    display: block;
}
#provide-shell div.cards div.card h5 { 
    font-size: 18px;
    font-weight: 600;
    margin: 30px 0 20px;
}
#provide-shell div.cards div.card p { 
    color: #707070;
}
#provide-shell div.sell-button { 

}
#provide-shell div.sell-button a { 
    width: max-content;
    margin: 0 auto;
}
#provide-shell div.sell-button a i.zmdi { 

}
#provide-shell div.sell-button a p { 

}

#register-shop { 
    padding: 70px 0;
}
#register-shop div.wrapper { 

}
#register-shop div.shop-box { 

}
#register-shop div.shop-box div.sell-content { 
    margin-bottom: 20px;
}
#register-shop div.shop-box div.sell-content h3 { 

}
#register-shop div.shop-box div.sell-content p { 

}
#register-shop div.shop-box div.cards { 

}
#register-shop div.shop-box div.cards form { 

}
#register-shop div.shop-box div.cards form .bank-card { 
    background: #F1F1F1;
    padding: 35px;
    display: flex;
    justify-content: space-around;
    border-radius: 12px;
}
#register-shop div.shop-box div.cards form div.store-details { 
    
}
#register-shop div.shop-box div.cards form div.card-left { 
    width: 20%;
    display: flex;
}
#register-shop div.shop-box div.cards form div.card-left span.zmdi { 
    display: inline-table;
    padding: 4px 6px;
    border: 2px solid #8ec641;
    color: #8ec641;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
}
#register-shop div.shop-box div.cards form div.card-left div.detail { 
    margin-left: 25px;
}
#register-shop div.shop-box div.cards form div.card-left div.detail p { 
    color: #A4A4A4;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}
#register-shop div.shop-box div.cards form div.card-left div.detail h5 { 
    font-size: 20px;
    font-weight: 600;
}
#register-shop div.shop-box div.cards form div.card-right { 
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#register-shop div.shop-box div.cards form div.store-details div.card-right p { 
    width: 49%;
}
#register-shop div.shop-box div.cards form div.store-details div.card-right p select{
    display: block;
    background: #fff;
    padding: 18px;
    width: 100%;
    border-radius: 8px;
}
#register-shop div.shop-box div.cards form div.store-details div.card-right p:nth-child(n+3){
    margin-top: 30px;
}
#register-shop div.shop-box div.cards form div.card-right p label { 
    color: #5151519e;
    margin-left: 8px;
    font-size: 15px;
}
#register-shop div.shop-box div.cards form div.store-details div.card-right p input { 
    display: block;
    background: #fff;
    padding: 18px;
    width: 100%;
    border-radius: 8px;
}
#register-shop div.shop-box div.cards form div.store-details div.card-right p textarea { 
    display: block;
    background: #fff;
    padding: 18px;
    width: 100%;
    border-radius: 8px;
}
#register-shop div.shop-box div.cards form div.next { 
    text-align: right;
    background: #8ec63f;
    width: max-content;
    padding: 10px 30px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    margin: 20px 0 20px auto;
}
#register-shop div.shop-box div.cards form div.tax-details { 

}
#register-shop div.shop-box div.cards form div.tax-details div.card-left { 

}
#register-shop div.shop-box div.cards form div.tax-details div.card-left span.zmdi { 

}
#register-shop div.shop-box div.cards form div.tax-details div.card-left div.detail { 

}
#register-shop div.shop-box div.cards form div.tax-details div.card-left div.detail p { 

}
#register-shop div.shop-box div.cards form div.tax-details div.card-left div.detail h5 { 

}
#register-shop div.shop-box div.cards form div.tax-details div.card-right { 
    display: block;
}
#register-shop div.shop-box div.cards form div.tax-details div.card-right p { 
    display: flex;
    align-items: center;
}
#register-shop div.shop-box div.cards form div.tax-details div.card-right p.gst-no input{
    width: 100%;
}
#register-shop div.shop-box div.cards form div.tax-details div.card-right p input { 
    display: block;
    background: #fff;
    padding: 18px;
    border-radius: 8px;
}
#register-shop div.shop-box div.cards form div.tax-details div.card-right p label { 

}
#register-shop div.shop-box div.cards form div.tax-details div.card-right div.gst { 
    width: 100%;
    display: flex;
    margin: 20px 0;
}
#register-shop div.shop-box div.cards form div.tax-details div.card-right div.gst p { 
    display: block;
    width: 98%;
}
#register-shop div.shop-box div.cards form div.tax-details div.card-right div.gst p label { 

}
#register-shop div.shop-box div.cards form div.tax-details div.card-right div.gst p select { 
    display: block;
    background: #fff;
    padding: 18px;
    width: 98%;
    border-radius: 8px;
}
#register-shop div.shop-box div.cards form div.condition-details { 

}
#register-shop div.shop-box div.cards form div.condition-details div.card-left { 

}
#register-shop div.shop-box div.cards form div.condition-details div.card-left span.zmdi { 

}
#register-shop div.shop-box div.cards form div.condition-details div.card-left div.detail { 

}
#register-shop div.shop-box div.cards form div.condition-details div.card-left div.detail p { 

}
#register-shop div.shop-box div.cards form div.condition-details div.card-left div.detail h5 { 

}
#register-shop div.shop-box div.cards form div.condition-details div.card-right { 

}
#register-shop div.shop-box div.cards form div.condition-details div.card-right p.condition { 
    display: flex;
    align-items: center;
}
#register-shop div.shop-box div.cards form div.condition-details div.card-right p.condition input { 
    margin-right: 10px;
}
#register-shop div.shop-box div.cards form div.condition-details div.card-right p { 

}
#register-shop div.shop-box div.cards form div.condition-details div.card-right p.file { 

}
#register-shop div.shop-box div.cards form div.condition-details div.card-right p.file a { 
    background: #8ec63f;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 15px;
    margin: 35px 0 20px auto;
    color: #fff;    
    display: inline-block;
}
#register-shop div.shop-box div.cards form p.submit { 
    text-align: right;
    background: #8ec63f;
    width: max-content;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 15px;
    margin: 20px 0 20px auto;
    cursor: pointer;
}
#register-shop div.shop-box div.cards form p.submit button { 
    color: #fff;
    cursor: pointer;
    font-weight: 800;
    font-size: 16px;
}
/* FOOTER SECTION */

footer { 
    background-color: #020B56;
    color: #fff;
}
footer .wrapper { 
    display: flex;
    padding: 80px 20px 50px 20px;
    justify-content: space-between;
}
footer .about {  
}
footer h4 span{
    display: none !important;
}
footer h4 { 
    padding-bottom: 30px;
    text-transform: capitalize;
    font-size: 20px;
}
footer .topics {
    display: flex;
    flex-direction: column;
}
footer .topics a{
    color: #fff;
    opacity: 0.7;
    text-transform: capitalize;
    padding-bottom: 20px;
    font-size: 16px;
}
footer .follow .social {
    padding-bottom: 40px;
}
footer .follow .social h5 {
    padding-bottom: 30px;
    text-transform: capitalize;
    font-size: 20px;
}
footer .follow .social .pics{
    display: flex;
}
footer .follow .social .pics a{
    width: 30px;
    margin-right: 20px;
}
footer .follow .social a img{
    display: block;
    width: 100%;
}
footer .follow .payment {
}
footer .follow .payment h5{
    padding-bottom: 20px;
    text-transform: capitalize;
    font-size: 20px;
}
footer .follow .payment .imgcontain{
    width: 150px;
}
footer .follow .payment .imgcontain img{
    display: block;
    width: 100%;
}
footer .logo { 
    width: 150px;
}
footer .logo img { 
    display: block;
    width: 100%;
}

/* FOOTER SECTION ENDS */

/* BOTTOM SECTION */

#bottom { 
    border-top: 1px solid #7277a1;
}
#bottom .bottom-text p { 
    text-align: center;
    background-color: #020B56;
    color: #ffffff;
    padding: 15px;
    font-size: 15px;
    text-transform: capitalize;
}
#bottom .bottom-text p a.button { 
    color: #fff;
    font-size: 17px;
    opacity: 0.7;
    text-transform: capitalize;
}
#dashboard div.dash-main .filter-bar{
    display: none;
}
#dashboard div.dash-main .filter-box {
    display: none !important;
}
#nav header form.bar-list{
    display: none;
}
/* BOTTOM SECTION ENDS */

/* mobile menu */
#nav .main-menu {
	display: none;
}
#nav .main-menu ul li a {
	color: #fff;
	font-weight: 600;
}
#nav .main-menu ul li:hover {
	background: #777777a8;
}
#nav span.menu-icon {
	display: none !important;
}
#nav span.close {
	display: none;
}
.phone-menu {
	display: none;
}
#nav {
    box-shadow: 0px 2px 4px #00000029;
}
/* RESPONSIVENESS STARTS */

@media all and (max-width: 1440px){
    
    #spotlight .bottom .left h2 {
        font-size: 21px;
    }
    #spotlight .bottom .left h1 {
        font-size: 50px;
    }
    #about .bottom {
        background-position: 60px 15px;
    }
    #services ul li span {
        left: 140px;
    }
    #spotlight .bottom .left {
        width: 55%;
    }
}

@media all and (max-width: 1280px){
    .profile-m .address-main {
        width: 100%;
    }
    #register-shop div.shop-box div.cards form div.card-left {
        width: 15%;
    }
    #register-shop div.shop-box div.cards form div.card-left div.detail h5 {
        font-size: 17px;
        line-height: 30px;
    }
    #register-shop div.shop-box div.cards form div.card-left div.detail {
        margin-left: 11px;
    }
    #register-shop div.shop-box div.cards form .bank-card {
        padding: 27px 10px;
    }
    #shop-sell div.shop-box div.sell-content h3 {
        width: 100%;
        line-height: 34px;
    }
    #main-sell div.sell-box div.sell-content {
        width: 65%;
    }
    #dashboard .wrapper{
        position: relative;
    }
    #dashboard div.aside {
        display: none;
        position: absolute;
        z-index: 5;
        top: 60px;
        background: #fff;
        box-shadow: 0px 1px 3px 6px #00000026;
    }
    #dashboard div.dash-main {
        width: 100%;
    }
    #dashboard div.cart-view {
        width: 90%;
        max-width: 1150px;
    }
    #dashboard div.dash-main .filter-bar{
        display: flex;
        border: 1px solid rgb(189, 178, 178);
        padding: 10px 9.6%;
        width: max-content;
        align-items: center;
        margin-bottom: 13px;
        color:rgb(160 160 160)
    }
    #dashboard div.dash-main .filter-bar span{
        margin-right: 10px;
        font-size: 20px;
        font-weight: 600;
    }
    #dashboard div.dash-main .filter-bar p{
        font-size: 15px;
        font-weight: 600;
    }
    #nav header form.search-bar input::placeholder {
        font-size: 14px;
    }
    #spotlight .bottom .right .log .check span {
        font-size: 14px;
    }
    #spotlight .bottom .right .log a {
        font-size: 14px;
    }
    #spotlight .bottom .right .last {
        text-align: center;
    }
    #spotlight .bottom .right form .last a.create {
        padding-left: 0;
        font-size: 14px;
    }
    #spotlight .bottom .right form .last span {
        font-size: 14px;
    }
    #spotlight .bottom .left h1 {
        font-size: 40px;
    }
    #spotlight .bottom .left h2 {
        font-size: 21px;
    }
    #about .bottom {
        background-position: 25px 90px;
        background-size: 900px 400px;
    }
    #about .bottom .image .float .disc {
        font-size: 15px;
        line-height: 17px;
    }
    #about .bottom .image {
        width: 600px;
    }
    #about .bottom .image .two {
        right: -120px;
        top: 170px;
    }
    #about .bottom .image .one {
        left: -90px;
        top: -40px;
    }
    #about .bottom .image .float {
        width: 300px;
    }
    #vision {
        padding: 125px 0;
    }
    #vision .vis .para {
        padding: 50px 40px;
    }
    #vision .vis .head {
        width: 250px;
        left: 150px;
    }
    #vision .vis .para p {
        font-size: 15px;
    }
    #vision .mis .para {
        padding: 50px 40px;
    }
    #vision .mis .head {
        width: 250px;
        right: 150px;
    }
    #vision .vis .head h1 {
        font-size: 25px;
    }
    #vision .mis .head h1 {
        font-size: 25px;
    }
    #vision .mis .para p {
        font-size: 15px;
    }
    #vision .vis {
        margin-right: 70px;
    }
    #contact .cards .touch .head h1 {
        font-size: 25px;
    }
    #contact .cards .touch form .det {
        padding-bottom: 20px;
    }
    #contact .cards .touch form input#msg {
        margin-bottom: 15px;
    }
    #contact .cards .contactus {
        width: 80%;
        padding: 20px 40px 27px;
    }
    #contact .cards .touch{
        width: 80%;
    }
    #contact .cards .contactus .top h1 {
        font-size: 25px;
        padding-bottom: 30px;
        padding-top: 10px;
    }
    #contact .cards .contactus .bottom .loc {
        padding-bottom: 20px;
    }
    #contact .cards .contactus .bottom .phn {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }
    #contact .cards .contactus .bottom .phn span a{
        font-size: 13px;
    }
    #services ul li {
        width: 44%;
        margin-bottom: 70px;
        padding: 60px 30px 30px 30px;
        margin-right: 40px;
    }
    #services ul li span {
        left: 170px;
    }
    #services {
        background-position: 190px -40px;
        background-size: 890px 920px;
    }
    #address div.add-bottom div.left-add {
        width: 47%;
    }
    #address div.add-bottom div.right-add {
        width: 47%;
    }
}

@media all and (max-width: 1080px){
    #provide-shell div.cards div.card {
        width: 33%;
        padding: 0 25px;
    }
    #contact .cards .touch {
        margin-bottom: 20px;
    }
    #shop-sell div.shop-box div.sell-content {
        width: 50%;
    }
}
@media all and (max-width: 980px){
    #spotlight .bottom .left {
        width: 73%;
    }
    div.shops-dash div.shop-left img {
        height: 200px;
    }
    #contact .cards {
        width: 60%;
    }
    #address div.add-bottom div.right-add div.payment div.pay-line div.place-order button {
        font-size: 15px;
    }
    #address {
        padding: 100px 0 70px;
    }
    #address div.add-bottom div.right-add div.amount{
        padding: 25px 15px;
    }
    #address div.add-bottom div.right-add div.payment {
        padding: 25px 15px;
    }
    #address div.add-bottom div.right-add div.amount {
        margin-bottom: 21px;
    }
    #address div.add-bottom div.left-add {
        width: 49%;
        padding: 0 15px;
    }
    #address div.add-bottom div.right-add {
        width: 49%;
    }
    div.sell-content h3 {
        font-size: 26px;
    }
    #register-shop div.shop-box div.cards form .bank-card {
        flex-direction: column;
    }
    #register-shop div.shop-box div.cards form div.card-right {
        width: 100%;
    }
    #register-shop div.shop-box div.cards form div.card-left {
        width: 100%;
        margin-bottom: 15px;
    }
    #register-shop div.shop-box div.cards form div.store-details {
        flex-direction: column;
    }
    #register-shop div.shop-box div.sell-content p {
        margin-top: 15px;
    }
    #register-shop {
        padding: 50px 0;
    }
    #provide-shell div.cards div.card h5 {
        font-size: 16px;
    }
    #provide-shell div.cards div.card img {
        width: 60px;
    }
    #shop-sell div.shop-box div.shop-video a img.youtube {
        top: 36%;
        left: 42%;
    }
    #dashboard {
        padding: 30px 0;
    }
    div.order-cards {
        padding: 20px 0;
    }
    #dashboard div.dash-main .filter-box {
        display: flex !important;
        padding: 10px 45px;
        margin: 0;
    }
    #dashboard div.dash-main .filter-bar {
        display: none;
    }
    #dashboard div.dash-main div.dash-top div.right-card div.actions {
        display: none;
    }
    #dashboard div.dash-main div.dash-top div.left-card div.pincode {
        display: none;
    }
    #dashboard div.dash-main div.dash-top div.left-card div.location {
        display: none;
    }
    #dashboard div.aside {
        width: 50%;
    }
    #dashboard div.super div.cards div.card:nth-child(n+4),
    #dashboard div.popular div.cards div.card:nth-child(n+4) {
        margin-top: 20px;
    }
    #dashboard div.super div.cards div.card, #dashboard div.popular div.cards div.card {
        width: 33%;
    }
    #dashboard div.banner div.add-con {
        width: 52%;
    }
    #spotlight-slider div.main-content p {
        font-size: 25px;
    }
    #spotlight-slider div.main-content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    #spotlight-slider div.main-content {
        width: 80%;
    }
    #spotlight-slider div.slider-card {
        padding: 80px 0;
    }
    #spotlight .bottom {
        padding-top: 50px;
        flex-direction: column;
    }
    #spotlight .bottom .right {
        padding: 30px 30px;
    }
    #spotlight .bottom .left h1 {
        font-size: 30px;
    }
    #spotlight .bottom .left h2 {
        font-size: 17px;
    }
    #spotlight .bottom .left .buttons {
        display: flex;
    }
    #spotlight .bottom .right .last {
        padding-top: 20px;
    }
    #spotlight .bottom .right .contain a {
        bottom: 222px;
    }
    #about {
        padding-top: 70px;
    }
    #about .bottom .image {
        width: 500px;
    }
    #about .bottom .image .float .disc {
        font-size: 15px;
        line-height: 20px;
    }
    #about .bottom .image .float .num {
        width: 120px;
        height: 32px;
        margin-right: 10px;
    }
    #about .bottom .image .float {
        width: 250px;
        padding: 10px;
    }
    #about .bottom {
        background-size: 700px 330px;
    }
    #vision {
        padding: 100px 0;
    }
    #vision .vis .para {
        padding: 30px 20px;
    }
    #vision .vis .head {
        width: 200px;
        padding: 15px;
        left: 80px;
    }
    #vision .vis .head h1 {
        font-size: 21px;
    }
    #vision .mis .head h1 {
        font-size: 21px;
    }
    #vision .mis .para {
        padding: 30px 20px;
    }
    #vision .mis .head {
        width: 200px;
        padding: 15px;
        right: 80px;
    }
    #contact .cards .contactus .top h1 {
        font-size: 21px;
        padding-top: 5px;
    }
    #contact .cards .contactus .bottom .loc i {
        font-size: 19px;
    }
    #contact .cards .contactus .bottom .loc span {
        margin-left: 20px;
        font-size: 14px;
    }
    #contact .cards .contactus .bottom .phn i {
        font-size: 19px;
    }
    #contact .cards .contactus .bottom .phn span a{
        margin-left: 20px;
        font-size: 14px;
    }
    #contact .cards .contactus .bottom .mail {
        padding-bottom: 0;
    }
    #contact .cards .contactus .bottom .mail i {
        font-size: 19px;
    }
    #contact .cards .contactus .bottom .mail span a{
        margin-left: 20px;
        font-size: 14px;
    }
    #contact .cards .touch form input#msg {
        margin-bottom: 10px;
    }
    #contact .cards .touch {
        margin-bottom: 10px;
    }
    #contact .cards .touch .head h1 {
        font-size: 21px;
        padding-bottom: 30px;
    }
    #contact .cards .touch form a {
        font-size: 15px;
        padding: 10px
    }
    #contact .cards .touch form .det input#nam::placeholder{
        font-size: 15px;
    }
    #contact .cards .touch form .det input#telphone::placeholder{
        font-size: 15px;
    }
    #contact .cards .touch form input#msg::placeholder{
        font-size: 15px;
    }
    #services {
        background-position: 140px -40px;
        background-size: 660px 800px;
    }
    #services ul li span {
        left: 110px;
    }
    #services ul li h4 {
        font-size: 21px;
    }
    #services ul li p {
        font-size: 15px;
    }
    footer .wrapper {
        padding: 45px 0 30px;
    }
    footer .logo {
        width: 80px;
    } 
    footer .follow .social .pics a {
        width: 25px;
        margin-right: 15px;
    }
    footer .follow .payment .imgcontain {
        width: 100px;
    }
    footer .left .left .topics a {
        padding-bottom: 15px;
        font-size: 15px;
    }
    footer .topics a {
        font-size: 15px;
    }
    footer h4 {
        padding-bottom: 20px;
        font-size: 21px;
    }
    footer .follow .social h5 {
        padding-bottom: 20px;
        font-size: 21px;
    }
    footer .follow .payment h5 {
        font-size: 21px;
    }
    footer .follow .social {
        padding-bottom: 25px;
    }
    footer .logo {
        padding-top: 30px;
    }
    #bottom .bottom-text p {
        font-size: 15px;
    }
    #bottom .bottom-text p a.button {
        font-size: 15px;
    }
}

@media all and (max-width: 768px){
    div.shops-dash div.shop-left img {
        height: 160px;
    }
    #contact .cards {
        width: 85%;
    }
    #contact {
        padding: 50px 0;
    }
    #vision .vis .para {
        margin-bottom: 40px;
    }
    #vision {
        flex-direction: column;
    }
    #about .top h1 {
        font-size: 25px;
    }
    #about {
        padding-top: 50px;
    }
    div.error-404 {
        padding: 150px 50px;
    }
    #address {
        padding: 50px 0 70px;
    }
    #address div.add-bottom div.right-add {
        width: 96%;
        margin: 0 auto;
    }
    #address div.add-bottom div.left-add {
        width: 100%;
        padding: 0 15px 25px;
    }
    #address div.add-bottom {
        flex-direction: column;
    }
    #register-shop {
        padding: 20px 0 40px;
    }
    #provide-shell {
        padding: 50px 0;
    }
    #provide-shell div.cards div.card {
        text-align: center;
    }
    #provide-shell div.cards div.card:nth-child(n-2) {
        border-left: none;
    }
    #provide-shell div.cards{
        flex-wrap: wrap;
    }
    #provide-shell div.cards div.card:nth-child(n+3) {
        margin-top: 20px;
    }
    #provide-shell div.cards div.card {
        width: 45%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #shop-sell div.shop-box div.shop-video {
        width: 46%;
    }
    #shop-sell div.shop-box div.sell-content {
        width: 85%;
        text-align: justify;
        margin-bottom: 20px;
    }
    #shop-sell div.shop-box {
        flex-direction: column;
    }
    #shop-sell {
        padding: 50px 0;
    }
    #main-sell div.sell-box div.sell-content {
        margin: 40px 0 20px;
    }
    #main-sell {
        padding: 50px 0;
    }
    div.order-cards div.o-card div.right-box div.o-bottom {
        padding-top: 8px;
    }
    div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price b {
        margin: 0 20px 0 0;
    }
    div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price {
        flex-direction: column;
        display: inline-block;
    }
    div.order-cards div.o-card div.right-box div.o-top {
        padding-bottom: 5px;
    }
    div.order-cards div.o-card div.left-box div.o-img img {
        height: 130px;
    }
    div.order-cards div.o-card div.right-box div.o-top div.c-second div.c-remove small {
        display: none;
    }
    div.order-cards div.o-card div.right-box div.o-top div.c-second div.o-rate small {
        display: none;
    }
    div.order-cards div.order div.item-details div.left div.product-image img {
        width: 125px;
        height: 85px;
        border-radius: 7px;
        margin-right: 15px;
    }
    div.order-cards div.order div.item-details {
        width: 95%;
    }
    #dashboard {
        padding: 30px 0;
    }
    div.single-pro div.cont-card {
        width: 100%;
        margin-top: 30px;
    }
    div.single-pro div.pro-card div.item-box img {
        height: 220px;
    }
    div.single-pro div.pro-card {
        width: 50%;
        margin: 0 auto;
    }
    div.single-pro {
        flex-direction: column;
        padding: 40px 0 10px;
    }
    div.order-cards div.order div.single-page {
        width: 100%;
    }
    div.order-cards div.order div.item-details div.button a {
        padding: 10px 8px;
        font-size: 14px;
    }
    div.order-cards div.order div.shop-details div.right a {
        font-size: 14px;
    }
    #rating-pop {
        width: 50%;
    }
    #dashboard div.banner div.add-con {
        width: auto;
    }    
    #dashboard div.banner div.off h3 {
        font-size: 22px;
    }
    #dashboard div.banner{
        justify-content: space-between;
    }
    #dashboard div.banner div.off p {
        font-size: 16px;
    }
    #dashboard div.aside {
        top: 81px;
    }
    #dashboard div.aside {
        width: 70%;
    }
    #nav header ul.right li.cart-count a span {
        width: 15px;
    }
    #spotlight {
        padding: 88px 0 50px;
    }
    #nav header ul.right li:nth-child(n+2) {
        margin-left: 30px;
    }
    #nav header ul.right li{
        margin-right: 0;
    }
    #nav header {
        display: flex;
        justify-content: space-between;
    }
    #nav header form.bar-list{
        display: block !important;
        height: fit-content;
        padding: 0;
    }
    #nav header form.search-bar{
        display: none;
    }
    #nav header ul.right li i {
        font-size: 26px;
    }
    #nav header ul.right li a.button {
        display: none;
    }
    #nav header ul.right li a.power {
        display: block;
    }
    #nav header form.search-bar input {
        display: none;
    }
    #nav header form.search-bar {
        background: none;
    }
    /* mobile-menu response */
	#spotlight .main-nav {
		display: none;
	}
	#nav a {
		color: #fff !important;
	}
	#nav div.phone {
		display: none;
	}
	#nav span.icon {}

	#nav span {
		font-size: 30px;
    }

	#nav .main-menu {
        background-color: rgb(0 0 0 / 91%);
        width: 30%;
        height: 100vh;
        z-index: 26;
		position: fixed;
		top: 0;
		right: 0;
		line-height: 50px;
		padding-top: 58px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#nav span.close {
        color: #fff;
        z-index: 555;
	}
	#nav span.menu-icon {
		display: block !important;
	}
	#nav span.close {
		display: block;
	}
	#nav span.close {
		display: none;
	}
	#nav span {
		position: absolute;
		right: 13px;
		top: 29px;
		color: #031031;
		z-index: 3;
		cursor: pointer;
	}
	#nav nav.main-menu ul {
		display: block;
		width: 100%;
	}
	#nav nav.main-menu ul li {
		margin: 0 auto;
	}

	#nav nav.main-menu ul li a {
		color: #fff !important;
	}
    #nav header .left {
        width: 145px;
    }
    #spotlight .bottom {
        padding-top: 25px;
    }
    #spotlight .bottom .right {
        width: 75%;
    }
    #spotlight .bottom .left .buttons {
        flex-direction: row; 
    }
    #about .bottom .image {
        width: 400px;
    }
    #about .bottom .image .float .num {
       display: none;
    }
    #about .bottom .image .float {
        width: 214px;
        padding: 15px;
    }
    #about {
        padding-top: 60px;
    }
    #about .bottom {
        background-size: 500px 250px;
        padding-bottom: 150px;
    }
    #about .bottom .image .two {
        right: -80px;
        top: 100px;
    }
    #vision {
        padding: 70px 0;
    }  
    #vision .vis .head {
        left: 50px;
    }
    #vision .mis .head {
        right: 50px;
    }
    #contact .cards .touch {
        margin-right: 0px;
    }
    #services {
        background-position: 60px -60px;
        background-size: 680px 775px;
    }
    #services ul li span {
        left: 100px;
    }
    #services ul li {
        margin-bottom: 60px;
        padding: 50px 20px 20px 20px;
        margin-right: 20px;
    }
    #services ul li p {             
        font-size: 15px;
    }
    #services ul li h4 {
        font-size: 19px;
        margin-bottom: 15px;
    }
    footer h4 {
        font-size: 19px;
    }
    footer .follow .social h5 {
        font-size: 19px;
    }
    footer .follow .payment h5 {
        font-size: 19px;
    }
    footer .topics a {
        font-size: 14px;
    }
    footer .follow .social .pics a {
        width: 20px;
    }
    footer .follow .payment .imgcontain {
        width: 90px;
    }
    footer .logo {
        width: 60px;
    }
}

@media all and (max-width: 640px){
    #spotlight .bottom .left {
        width: 90%;
        padding-top: 150px;
    }
    div.shops-dash div.shop-left {
        width: 45%;
    }
    div.shops-dash div.shop-right {
        width: 100%;
        margin-top: 25px;
    }
    div.shops-dash {
        flex-direction: column;
    }
    #contact .cards .touch {
        width: 100%;
    }
    #contact .cards .contactus{
        width: 100%;
    }
    #contact .cards {
        width: 100%;
    }
    #about .bottom .image {
        width: 450px;
    }
    div.error-404 img {
        width: 60%;
    }
    #provide-shell div.cards div.card {
        width: 50%;
        padding: 0 10px;
    }
    div.sell-content h3 {
        font-size: 25px;
    }
    #shop-sell div.shop-box div.shop-video a img.youtube {
        top: 30%;
        left: 38%;
    }
    #main-sell div.sell-box div.sell-content {
        width: 100%;
    }
    /* div.order-cards div.o-card:nth-child(n+1) {
        flex-direction: column;
    } */
    div.order-cards {
        padding: 0px 0 20px;
    }
    div.order-cards div.order div.buttons div.cancel a {
        /* margin-right: 3%; */
        padding: 10px 10px;
        font-size: 14px;
    }
    div.order-cards div.order div.buttons div.view-more a {
        /* margin-right: 3%; */
        padding: 10px 10px;
        font-size: 14px;
    }
    div.order-cards div.o-card div.right-box div.o-top div.o-first h4 {
        font-size: 19px;
        margin-bottom: 6px;
    }
    div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price p {
        font-size: 19px;
    }
    div.order-cards div.o-card div.left-box {
        width: 28%;
    }
    div.order-cards div.o-card div.co-img {
        width: 60%;
        margin: 0 auto;
        margin: 0 auto 20px;
    }
    div.order-cards div.o-card div.oc-img {
        width: 100% !important;
        padding: 0;
    }
    div.order-cards div.o-card div.co-img div.o-img img {
        height: 180px;
    }
    div.order-cards div.o-card div.right-box {
        width: 70%;
        padding: 0;
    }
    div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price {
        flex-direction: column;
        align-items: baseline;
    }
    div.single-pro div.pro-card {
        width: 70%;
    }
    footer .toggle-5{
        display: none;
    }
    footer h4 span{
        display: block !important;
    }
    div.order-cards div.order div.item-details {
        width: 100%;
    }
    div.order-cards div.order div.item-details div.left div.product-image img {
        width: 100px;
        height: 75px;
        border-radius: 5px;
        margin-right: 10px;
    }
    div.order-cards div.order div.item-details div.left div.product-details {
        font-size: 18px;
    }
    div.order-cards div.order div.item-details div.qty {
        font-size: 16px;
    } 
    div.order-cards div.order div.item-details div.title {
        font-size: 14px;
    }   
    div.order-cards div.order div.item-details div.button a {
        padding: 10px 5px;
        font-size: 12px;
    }
    div.order-cards div.order div.shop-details div.right a {
        padding: 10px 5px;
        font-size: 12px;
    }
    #nav .main-menu {
        background-color: rgb(0 0 0 / 98%);
        width: 70%;
    }
    #nav .main-menu li.d-bar{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #nav .main-menu ul{
        display: none;
    }
    #nav .main-menu ul li a i{
        margin-right: 10px;
        font-size: 17px;
    }
    #nav .main-menu li.d-bar i{
        color: #fff;
        font-size: 19px;
        font-weight: 600;
    }
    #dashboard div.banner div.add-con p {
        font-size: 19px;
    }
    #dashboard div.banner div.off {
        margin-left: 5%;
    }
    #dashboard div.dash-main div.dash-top div.right-card div.sort select {
        margin-right: 0;
    }
    #dashboard div.dash-main .filter-bar p {
        font-size: 13px;
    }
    #dashboard div.dash-main div.dash-top div.right-card div.sort label {
        font-size: 15px;
    }
    #dashboard {
        padding: 30px 0 30px;
    }
    #dashboard div.market {
        padding: 20px 0;
    }
    #dashboard div.super div.cards div.card:nth-child(n+3), #dashboard div.popular div.cards div.card:nth-child(n+3) {
        margin-top: 15px;
    }
    #dashboard div.super div.cards div.card, #dashboard div.popular div.cards div.card {
        width: 50%;
    }
    #dashboard div.banner {
        padding: 40px 5px 40px 30px;
    }
    #spotlight-slider div.main-content p {
        font-size: 20px;
    }
    #spotlight-slider div.main-content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    #spotlight-slider div span.zmdi {
        font-size: 32px;
        padding: 2px 13px;
    }
    #nav header {
        padding: 10px 30px 10px 10px;
        grid-gap: 10px;
        margin-top: 15px;
    }
    #nav header .left {
        width: 115px;
    }
    #spotlight .top li {
        margin-right: 25px;
    }
    #spotlight .top {
        padding: 10px;
    }
    #spotlight .bottom {
        align-items: center;
    }
    #spotlight .bottom .right form .head h2 {
        font-size: 25px;
    }
    #spotlight .bottom .right form .head h3 {
        font-size: 13px;
    }
    #spotlight .bottom .right .contain {
        padding-top: 25px;
    }
    #spotlight .bottom .right .contain label b {
        font-size: 15px;
    }
    #spotlight .bottom .right .contain input {
        height: 35px;
        margin-bottom: 15px;
    }
    #spotlight .bottom .right .log input {
        width: 15px;
        height: 15px;
    }
    #spotlight .bottom .right .log {
        padding-bottom: 20px;
    }
    #spotlight .bottom .right form button {
        font-size: 17px;
        padding: 10px 50px;
    }
    #spotlight .bottom .right {
        width: 90% !important;
    }
    #spotlight .bottom .right .contain a {
        right: 50px;
        font-size: 17px;
        bottom: 167px;
    }
    #spotlight .bottom .left .buttons a span {
        color: #f8f8f8;
        background: #8ec640;
        border: 2px solid #8ec640;
        padding: 12px 40px;
        border-radius: 6px;
        font-size: 17px;
        display: inline-block;
        font-weight: 900;
    }
    #spotlight .bottom .left .buttons a span.get {
        /* padding: 10px 30px; */
    }
    #spotlight .bottom .left h2 {
        text-align: end;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #spotlight .bottom .left h1 {
        font-size: 25px;
        text-align: end;
    }
    #spotlight .bottom .left .buttons {
        flex-direction: row;
        justify-content: center;
    }
    #about .bottom .image .two {
        right: 0px;
        top: 95px;
    }
    #about .bottom .image .one {
        left: 0px;
    }
    #about .bottom .image .three {
        left: 0;
    }
    #about {
        padding-top: 40px;
    }
    #vision {
        flex-direction: column;
    }
    #vision .vis {
        width: 70%;
        margin-right: 0;
        padding-bottom: 55px;
    }
    #vision .mis {
        width: 70%;
        margin-right: 0;
    }
    #vision .mis .head {
        right: 70px;
        padding: 15px 0;
    }
    #vision .mis .head {
        padding: 15px 0;
    }
    #vision .vis .head h1 {
        font-size: 23px;
    }
    #vision .mis .head h1 {
        font-size: 23px;
    }
    #contact .image img.resp{
        display: block;
    }
    #contact .image img.usual{
        display: none;
    }
    #contact .cards .touch form a {
        margin-top: 0;
    }
    #services ul li span {
        left: 160px;
    }
    #services ul li {
        width: 85%;
        margin-right: 0;
    }
    #services{
        background-image: none;
        padding: 100px 0 20px;
    }
    footer .wrapper {
        display: block;
        text-align: center;
    }
    footer .follow .social .pics {
        justify-content: center;
    }
    footer .follow .payment .imgcontain {
        margin: 0 auto;
    }
    footer .logo {
        margin: 0 auto;
    }
    footer .topics a {
        font-size: 17px;
    }
    footer h4 {
        padding-bottom: 15px;
        font-size: 23px;
        display: flex;
        justify-content: center;
    }
    footer h4 span.down-4{
        margin-left: 10px;
    }
    footer .about {
        padding-bottom: 25px;
    }
    footer .wrapper {
        padding: 40px 0px;
    }
    footer .help {
        padding-bottom: 25px;
    }
    footer .policy {
        padding-bottom: 25px;
    }
    footer .follow .social h5 {
        font-size: 23px;
    }
    footer .follow .social .pics a {
        width: 30px;
    }
    footer .follow .payment .imgcontain {
        width: 150px;
    }
    footer .follow .payment h5 {
        font-size: 23px;
    }
    footer .follow .social {
        padding-bottom: 40px;
    }
    footer .logo {
        width: 100px;
    }
}
@media all and (max-width: 530px){
    .profile-m .address-main div.Profile-address div.b-address div.a-main p,.profile-m .address-main div.Profile-address div.b-address div.a-main span {
        font-size: 14px;
    }
    div.single-pro div.cont-card div.pro-top div.pro-off {
        flex-direction: column;
    }
    div.single-pro div.cont-card div.pro-top div.pro-off div.pro-review {
        margin-top: 10px;
    }
    div.single-pro div.cont-card div.pro-variants .pro-variant .top-set {
        flex-direction: column;
    }
    div.single-pro div.cont-card div.pro-variants .pro-variant .top-set .top-set-left {
        width: 100%;
        margin-bottom: 10px;
    }
    div.single-pro div.cont-card div.pro-variants .pro-variant .top-set .top-set-right {
        width: 100%;
    }
    div.single-pro div.cont-card div.pro-variants div.qty-box h5 {

        width: 30%;
    }

    div.single-pro div.cont-card div.pro-variants div.qty-box div.quantity{
        width: 60%;
    }
    div.single-pro div.cont-card div.pro-variants div.qty-box .btn-number {
        padding: 5px 20px;
    }
    div.single-pro div.cont-card div.pro-variants div.qty-box #qty_change {
        max-width: 30%;
        min-width: 30%;
    }
}
@media all and (max-width: 480px){
    .hiddenFileInput {
        right: 13px;
    }
    #dashboard div.m-wrapper .t-bar {
        padding: 10px;
    }
    .profile-m div.profile-top div.l-profile div.dp i.zmdi {
        right: 15px;
    }
    .profile-m div.profile-top div.l-profile div.content {
        margin-left: 0;
        margin-top: 9px;
    }
    .profile-m div.profile-top div.l-profile div.dp img {
        width: 70px;
        margin: 0 auto;
    }
    .profile-m div.profile-top div.l-profile {
        flex-direction: column;
        text-align: center;
    }
    .profile-m .address-main div.Profile-address div.b-address div.a-icons {
        margin: 5px 0 0 auto;
    }
    .profile-m .address-main div.Profile-address div.b-address {
        flex-direction: column;
    }
    footer .wrapper {
        padding: 40px 0px 20px;
    }
    #services {
        padding: 80px 0 20px;
    }
    #dashboard div.aside {
        top: 51px;
    }
    div.shops-dash div.shop-left img {
        height: 210px;
    }
    div.shops-dash {
        padding: 30px 0 20px;
    }
    div.shops-dash div.shop-right div.shop-top div.s-name div.pro-review {
        margin: 8px 0px;
    }
    div.shops-dash div.shop-right div.shop-top div.s-name {
        flex-direction: column;
    }
    div.shops-dash div.shop-right div.shop-top div.s-name h4 {
        font-size: 19px;
        line-height: 25px;
    }
    div.shops-dash div.shop-left {
        width: 85%;
        margin: 0 auto;
    }
    div.order-cards div.order div.item-details div.left div.product-image img {
        width: 75px;
        height: 55px;
        margin-right: 5px;
    }
    div.order-cards div.order div.item-details div.left div.product-details {
        font-size: 14px;
        margin: 5px 0;
    }
    div.order-cards div.order div.item-details div.left div.product-details div.category {
        font-size: 10px;
    }
    div.order-cards div.order div.item-details div.qty {
        font-size: 14px;
    }
    div.order-cards div.order div.item-details div.title {
        font-size: 12px;
    }
    div.order-cards div.order {
        padding: 10px;
        background: #fff;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    div.order-cards div.order div.top div.order-id {
        font-size: 14px;
    }
    div.order-cards div.order div.top div.status span {
        font-size: 14px;
    }
    #contact {
        padding: 40px 0;
    }
    div.error-404 {
        padding: 150px 20px;
    }
    div.error-404 h3 {
        font-size: 25px;
        margin: 30px 0 16px;
    }
    #address div.add-bottom div.left-add {
        padding: 0 0px 25px;
    }
    #address div.add-top {
        width: 85%;
    }
    #address div.add-bottom div.left-add form div.add-head {
        font-size: 17px;
    }
    #address div.add-bottom div.right-add h5 {
        font-size: 17px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #address div.add-bottom {
        margin-top: 30px;
    }
    #address {
        padding: 20px 0 40px;
    }
    #address .order-tracking p {
        font-size: 15px;
        font-weight: normal;
    }
    #address .order-tracking.completed .is-complete:after {
        border-width: 0px 2px 2px 0;
        width: 4px;
        left: 10px;
    }
    #address .order-tracking .is-complete:after{
        height: 11px;
        top: -2px;
        border-width: 0px 2px 2px 0;
    }

    #address .order-tracking .is-complete {
        height: 25px;
        width: 25px;
    }
    #register-shop div.shop-box div.cards form div.condition-details div.card-right p.file a {
        margin: 20px 0 0px auto;
        padding: 10px 35px; 
    }
    #register-shop {
        padding: 20px 0 20px;
    }
    #provide-shell div.cards div.card h5 {
        font-size: 20px;
        margin: 20px 0 15px;
    }
    #provide-shell {
        padding: 40px 0;
    }
    #provide-shell div.cards div.card:nth-child(n+2) {
        margin-top: 20px;
    }
    #provide-shell div.cards {
        margin: 20px 0;
    }
    #provide-shell div.cards div.card {
        width: 90%;
    }
    #shop-sell div.shop-box div.sell-content {
        width: 95%;
    }
    #shop-sell div.shop-box div.shop-video {
        width: 70%;
    }
    #shop-sell div.shop-box div.shop-video a img.youtube {
        width: 50px;
        height: 50px;
        top: 37%;
        left: 42%;
    }
    #shop-sell {
        padding: 30px 0;
    }
    div.sell-button a {
        padding: 8px 22px;
    }
    div.sell-content span {
        width: 60px;
        margin: 0 0px 0 66px;
    }
    #main-sell div.sell-box div.img img {
        width: 75%;
        margin: 0 auto;
        display: flex;
    }
    div.sell-content h3 {
        font-size: 22px;
        line-height: 32px;
    }
    #main-sell div.sell-box div.sell-content {
        margin: 20px 0 20px;
    }
    #main-sell {
        padding: 30px 0;
    }
    div.order-cards div.order div.shop-details div.left div.image img {
        width: 70px;
        height: 55px;
        margin-right: 5px;
        border-radius: 5px;
    }
    div.order-cards div.order div.shop-details div.left div.details {
        margin: 5% 0 15%;
    }
    div.order-cards div.order div.shop-details div.right a {
        padding: 8px;
        font-size: 12px;
    }
    div.order-cards div.order div.item-details div.button a {
        padding: 8px;
        font-size: 12px;
    }
    div.order-cards div.o-card div.right-box div.o-bottom ul li {
        font-size: 15px;
    }
    div.order-cards div.o-card div.co-img div.o-img img {
        height: 160px !important;
    }
    div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price b {
        margin: 0 10px 10px 0;
    }
    div.order-cards div.o-card div.right-box div.o-top div.o-first div.quantity p {
        margin-right: 15px;
    }
    div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price {
        display: inline-block;
    }
    div.order-cards div.o-card div.right-box div.o-top div.o-first div.o-price p {
        font-size: 17px;
    }
    div.order-cards div.o-card div.right-box div.o-top div.o-first h4 {
        font-size: 17px;
        margin-bottom: 4px;
    }
    div.order-cards div.o-card div.right-box div.o-top div.o-first div.quantity {
        margin-top: 4px;
    }
    div.order-cards div.o-card div.left-box div.o-img img {
        height: 115px;
    }
    div.single-pro div.pro-card {
        width: 85%;
    }
    div.single-pro div.pro-card div.item-box img {
        height: 190px;
    }
    div.single-pro div.cont-card div.rating-graph-button div.product-rating div.overall-rating div h4 {
        font-size: 40px;
        padding-bottom: 8px;
    }
    div.single-pro div.cont-card div.rating-graph-button div.product-rating div.overall-rating {
        padding-top: 10px;
    }
    div.single-pro div.cont-card div.rating-graph-button div.rating-graph div.single-rating-graph small {
        width: 27px;
    }
    div.single-pro div.cont-card div.rating-graph-button div.product-rating {
        width: 90%;
        margin: 0 auto;
        border-bottom: 1px solid #999;
        border-right: none;
    }
    div.single-pro div.cont-card div.rating-graph-button div.rating-graph {
        width: 90%;
        margin: 0 auto;
    }
    div.single-pro div.cont-card div.rating-graph-button {
        flex-direction: column;
    }
    div.single-pro div.cont-card div.pro-top div.pro-name div.whish p {
        display: none;
    }
    #dashboard div.dash-main div.dash-top div.right-card h4 {
        font-size: 17px;
    }
    div.single-pro {
        padding: 20px 0 10px;
    }
    #dashboard {
        padding: 20px 0 30px;
    }
    #dashboard div.banner { 
        background-image: url(../images/background/banner-4.svg);
        display: flex;
    }
    footer .about, footer .help, footer .policy {
        padding-bottom: 10px;
    }
    #nav header ul.right li:nth-child(n+2) {
        margin-left: 20px;
    }
    footer .follow .social {
        padding-bottom: 25px;
    }
    #dashboard div.market div.cards div.card div.test div.img .whishlist span.price {
        font-size: 17px;
    }
    #dashboard .off-2{
        display: none;
    }
    #dashboard div.banner div.add-con p {
        font-size: 15px;
    }
    #dashboard div.dash-main div.dash-top {
        padding: 8px 10px;
    }
    #dashboard div.dash-main .filter-box {
        padding: 5px 30px;
    }
    #dashboard div.banner {
        padding: 20px 30px;
        display: block;
    }
    #dashboard div.banner div.off {
        margin-left: 0;
        text-align: center;
    }  
    #dashboard div.banner div.add-con {
        margin-bottom: 15px;
    }
    #dashboard div.market div.cards div.card div.test div.a-content div.product div.rate {
        padding: 4px 3px;
        font-size: 13px;
    }
    #dashboard div.market div.cards div.card div.test div.a-content div.product div.rate small {
        font-size: 13px;
    }
    #dashboard div.market {
        padding: 25px 0 20px;
    }
    #dashboard div.market div.dash-title h4 {
        font-size: 16px;
    }
    #dashboard div.aside div.shops {
        margin-bottom: 25px;
    }
    #dashboard div.aside {
        width: 100%;
    }
    #dashboard div.market div.cards div.card div.test div.a-content div.product h5 {
        font-size: 14px;
    }
    #spotlight-slider div.main-content h2 {
        font-size: 26px;
        line-height: 30px;
    }
    #spotlight-slider div.slider-card {
        padding: 60px 0;
    }
    #spotlight-slider div.main-content p {
        font-size: 19px;
    }
    #nav span {
        font-size: 25px;
    }
    #nav header {
        padding: 10px 40px 10px 10px;
    }
    #nav header ul.right li i {
        font-size: 20px;
    }
    #spotlight .top li:not(:last-child) {
        display: none;
    }
    #spotlight .top li:last-child {
        display: block;
        font-size: 33px;
    }
    #spotlight .top {
        justify-content: flex-end;
    }
    #nav header form.search-bar i {
        font-size: 25px;
    }
    #spotlight .bottom .left .buttons a span.get {
        /* padding: 7px 7px; */
        font-size: 16px;
    }
    #spotlight .bottom .left .buttons a span {
        /* padding: 7px 7px; */
        font-size: 15px;
    }
    #spotlight .bottom .left .buttons {
        justify-content: center;
    }
    #spotlight .bottom .left h1 {
        font-size: 25px;
        line-height: 37px;
        text-align: right;
    }
    #spotlight .bottom .left h2 {
        font-size: 15px;
    }
    #spotlight .bottom .right {
        padding: 25px;
        width: 100%;
        border-radius: 15px;
    }
    #spotlight .bottom .right .contain a {
        bottom: 150px;
    }
    #about .bottom .image .float .num {
        display: flex;
        width: 70px;
        height: 26px;
        margin-right: 15px;
    }
    #about .bottom .image .float {
        width: 100%;
    }
    #about .bottom .image {
        width: 320px;
    }
    #about .bottom .image .one {
        top: 7px;
    }
    #about .bottom .image .two {
        top: 120px;
    }
    #about .bottom .image .three {
        bottom: 7px;
    }
    #about .bottom .image img {
        height: 100%;    
    }
    #about .bottom .image {
        height: 320px;
    }
    #about .top {
        padding-bottom: 20px;
    }
    #about .bottom {
        padding-bottom: 60px;
    }
    #vision .vis {
        width: 90%;
    }
    #vision .mis {
        width: 90%;
    }
    #vision {
        padding: 65px 0 50px;
    }
    #vision .vis .head h1 {
        letter-spacing: 2px;
        font-size: 20px;
    }
    #vision .mis .head h1 {
        letter-spacing: 2px;
        font-size: 21px;
    }
    #vision .vis .para p {
        font-size: 15px;
    }
    #contact .image img.resp{
        display: none;
    }
    #contact .image img.rot{
        display: block;
    }
    #services ul li span {
        left: 115px;
        width: 70px;
        height: 70px;
    }
    #about {
        padding-top: 40px;
        padding-bottom: 300px;
    }
    #about .bottom .image {
        height: 200px;
    }
    #about .bottom .image .three {
        bottom: -310px;
    }
    #about .bottom .image .two {
        top: 330px;
    }
    #about .bottom .image .one {
        top: 230px;
        margin-top: -13px;
    }
    #about .top h1 {
        font-size: 25px;
    }
    #about .bottom .image .float .disc {
        font-size: 15px;
    }
    #services ul li:last-child {
        margin-bottom: 20px;
    }
    footer h4 {
        font-size: 19px;
    }
    footer .topics a {
        font-size: 15px;
    }
    footer .follow .social h5 {
        font-size: 19px;
    }
    footer .follow .payment h5 {
        font-size: 19px;
    }
    footer .logo {
        width: 80px;
        padding-top: 10px;
    }
    #bottom .bottom-text p a.button {
        font-size: 15px;
    }
    #bottom .bottom-text p {
        font-size: 15px;
    }
    #nav {
        height: 85px;
        box-shadow: 0px 2px 4px #00000029;
    }
    #vision .vis .para {
        margin-bottom: 0px;
    }
    #login .bottom .left {
        width: 92% !important;
        margin: 20px auto 0 !important;
    }
    #login {
        padding: 10px 0 40px !important;
    }
    #register {
        padding: 10px 0 40px !important;
    }
    #register .bottom .left form .head h2 {
        font-size: 26px !important;
    }
    #spotlight {
        padding: 38px 0 50px;
    }
}

@media all and (max-width: 420px){
    #dashboard div.market div.cards div.card div.test div.img {
        height: 140px;
    }
    div.shops-dash div.shop-left img {
        height: 170px;
    }
    #dashboard div.dash-main .filter-box {
        padding: 5px 25px;
    }
    #dashboard div.dash-main div.dash-top div.right-card h4 {
        font-size: 15px;
    }
    #contact .cards .touch form .det input#nam {
        margin-right: 5px;
    }
    #about {
        padding-bottom: 335px;
    }
    #about .bottom .image .three {
        bottom: -349px;
    }
    #about .top h1 {
        font-size: 19px;
    }
    #address div.add-bottom div.right-add div.payment div.pay-line div.cash label {
        font-size: 15px;
        margin-left: 5px;
    }
    #address div.add-bottom div.right-add div.payment div.pay-line div.place-order button {
        padding: 8px 5px;
        margin-top: 29px;
        font-size: 13px;
    }
    #register-shop div.shop-box div.cards form div.tax-details div.card-right div.gst p:nth-child(n+2){
        margin-top: 15px;
    }
    #register-shop div.shop-box div.cards form div.tax-details div.card-right div.gst p select {
        width: 100%;
    }
    #register-shop div.shop-box div.cards form div.tax-details div.card-right div.gst {
        flex-wrap: wrap;
    }
    #register-shop div.shop-box div.cards form div.store-details div.card-right p:nth-child(n+2) {
        margin-top: 20px;
    }
    #register-shop div.shop-box div.cards form div.store-details div.card-right p {
        width: 100%;
    }
    div.order-cards div.o-card div.right-box div.o-top div.o-second div.o-rate {
        margin-right: 0;
        display: inline-block;
        margin-bottom: 15px;
    }
    div.order-cards div.o-card div.right-box div.o-top div.o-second {
        flex-direction: column;
    }
    div.order-cards div.o-card div.co-img {
        width: 75%;
    }
    div.single-pro div.pro-card div.item-role button {
        padding: 10px;
        font-size: 15px;
        margin-top: 6px;
    }
    #nav header .left {
        width: 110px;
    }
    #nav .notifi-2{
        display: none;
    }
    #spotlight-slider div.main-content {
        width: 90%;
    }
    #spotlight-slider div.main-content h2 {
        font-size: 23px;
        text-align: center;
    }
    #spotlight-slider div.main-content p {
        font-size: 18px;
    }
    div.single-pro div.cont-card div.pro-variants div.qty-box h5 {
        width: 40%;
    }
    div.order-cards div.order div.item-details div.left div.product-image img {
        width: 60px;
        height: 45px;
    }
    div.order-cards div.order div.item-details div.button a {
        padding: 8px 6px;
        font-size: 10px;
    }
    div.order-cards div.order div.shop-details div.right a {
        padding: 8px 6px;
        font-size: 10px;
    }
    div.single-pro div.cont-card div.pro-variants .pro-variant .bottom-set {
        flex-direction: column;
    }
    div.single-pro div.cont-card div.pro-variants .pro-variant .bottom-set button.out-of-stock {
        width: 80%;
    }
    
    
}

@media all and (max-width: 360px){
    .profile-m div.profile-top div.l-profile div.content p {
        font-size: 14px;
    }
    .profile-m div.profile-top div.l-profile div.content h5 {
        font-size: 16px;
    }
    .profile-m div.profile-top {
        padding: 10px;
    }
    #register-shop div.shop-box div.cards form div.condition-details div.card-right p.file a {
        text-align: center;
    }
    #dashboard div.aside div.orders div.order-body div.card div.img img {
        height: 68px;
    }
    #dashboard div.aside div.orders div.order-body div.card div.img {
        width: 65px;
    }
    #dashboard div.aside div.orders div.order-body {
        padding: 20px 5px;
    }
    div.order-cards div.o-card div.left-box div.o-img img {
        height: 100px;
    }
    #nav header {
        padding: 10px 40px 10px 0px;
    }
    #dashboard div.dash-main div.dash-top div.right-card div.sort select {
        padding: 8px 5px;
    }
    #dashboard div.dash-main div.dash-top div.right-card div.sort label {
        font-size: 13px;
    }
    #spotlight .bottom .right form .head h3 {
        font-size: 12px;
    }
    #spotlight .bottom .right .log .check span {
        font-size: 12px;
    }
    #spotlight .bottom .right .log a {
        font-size: 12px;
    }
    #spotlight .bottom .right form .last span {
        font-size: 12px;
    }
    #spotlight .bottom .right form .last a.create {
        font-size: 12px;
    }
    #spotlight .bottom .left h2 {
        font-size: 12px;
    }
    #spotlight .bottom .left .buttons a span.get {
        font-size: 14px;
    }
    #spotlight .bottom .left .buttons a span {
        font-size: 12px;
    }
    #spotlight .bottom .right form .head h2 {
        font-size: 21px;
    }
    #spotlight .bottom .right form button {
        font-size: 15px;
    }
    #spotlight .bottom .right .contain label b {
        font-size: 14px;
    }
    #about .bottom .image {
        width: 300px;
    }
    #vision .mis .head {
        right: 50px;
    }
    #vision .vis .para p {
        font-size: 14px;
    }
    #vision .mis .para p {
        font-size: 14px;
    }
    #services ul li span {
        left: 85px;
    }
    #services ul li h4::first-letter{
        border-bottom: none;
        padding-bottom: 0;
    }
    #about .bottom .image .float .disc {
        font-size: 14px;
    }
    #services ul li p {
        font-size: 14px;
    }
    div.single-pro div.cont-card div.pro-variants div.qty-box h5 {
        width: 30%;
        font-size: 14px;
    }
    div.single-pro div.cont-card div.pro-variants div.qty-box .btn-number {
        padding: 5px 13px;
    }
    div.single-pro div.cont-card div.pro-variants div.qty-box div.quantity {
        width: 70%;
    }
    div.single-pro div.cont-card div.pro-variants .pro-variant .bottom-set {
        flex-direction: column;
    }
    div.single-pro div.cont-card div.pro-variants .pro-variant .bottom-set button{
        width: 100%;
        margin-bottom: 10px;
    }
    footer h4 {
        font-size: 19px;
    }
    footer .topics a {
        font-size: 14px;
    }
    footer .follow .social h5 {
        font-size: 19px;
    }
    footer .follow .payment h5 {
        font-size: 19px;
    }
    #bottom .bottom-text p a.button {
        font-size: 12px;
    }
    #bottom .bottom-text p {
        font-size: 12px;
    }
}
@media all and (max-width: 340px){
    #dashboard div.dash-main div.dash-top div.right-card div.sort label {
        font-size: 15px;
        display: none;
    }
}