/*********************************************************************************
common styles
***************/

body {
    background: #fff !important;
    color: #333 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
    margin: 0px !important;
    padding: 0px !important;
}

a {
    color: #333 !important;
    cursor: pointer;
    text-decoration: none !important;
}

a:active {
    box-shadow: none !important;
}

p {
    line-height: 22px;
    margin-bottom: 10px !important;
    font-size: 13px !important;
}

h1,
h2 {
    margin-bottom: 10px !important;
}

.container-fluid {
    max-width: 1500px;
}

.no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

/*********************************************************************************
colored text and buttons
***************/

.text-orange {
    color: #ef642d
}

.btn {
    padding: 6px 20px !important;
    border-radius: 5px !important;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-sub,
.btn-cancel {
    background: #821cb7;
    color: #fff;
    padding: 10px 20px !important;
    border-radius: 3px !important;
    margin-right: 10px;
    margin-top: 15px;
}

.btn-cancel {
    background: #fc910f;
}

.btn-disable {
    pointer-events: none;
    background-color: #999
}

.btn:hover {
    background: #533364 !important;
    color: #fff !important;
}

a.btn-more {
    color: #821cb7 !important;
    background: #ffffff !important;
    display: inline-block;
    margin: 15px 0 0px;
    padding: 9px 45px 9px 12px !important;
    border-radius: 25px !important;
    border: 2px solid #821cb7;
    overflow: hidden;
    position: relative;
}

a.btn-more span {
    width: 30px;
    height: 30px;
    background: #821cb7;
    border-radius: 100%;
    position: absolute;
    left: calc(100% - 35px);
    top: 4px;
}

a.btn-more span:before,
a.btn-more span:after {
    content: '';
    background: url(../design_img/right-arrow-wht.png) no-repeat center center;
    background-size: 21px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

a.btn-more span:after {
    left: calc(100% - 50px);
    opacity: 0
}

a.btn-more:hover {
    background: transparent !important;
    border-color: #f7a30b;
    color: #f7a30b !important
}

a.btn-more:hover span {
    background: #f7a30b !important;
}

a.btn-more:hover span:before {
    left: calc(100%);
    opacity: 0
}

a.btn-more:hover span:after {
    left: calc(100% - 30px);
    opacity: 1
}

/**/

.btn-verify {
    position: absolute;
    bottom: 8px;
    right: 0;
    font-size: 11px;
    font-weight: 500;
    background: #eaffef;
    color: #199344;
    border: 1px solid #17af4d;
    border-radius: 4px;
    padding: 1px 5px;
}

.btn-verify:hover {
    background: #199344;
    color: #eaffef;
}

/*********************************************************************************
header styles
***************/

header {}

header.header-fixed-bar {
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 999;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

header.header-fixed-bar .logo-bar .logo {
    width: 50px;
}

header.header-fixed-bar .nav-bar {
    margin: 12px 0;
}

header.header-fixed-bar .search-open {
    margin: 12px 0 12px;
}

header.header-fixed-bar .shop-cart {
    margin: 12px 0 12px 10px;
}

header.header-fixed-bar .my_res_btn_bar {
    margin: 22px 20px 22px 0 !important;
}

/**/

header .top-bar {
    background: #821cb7;
    padding: 12px 0;
}

/*cont nav*/

header .cont-nav {}

header .cont-nav ul {
    list-style: none;
}

header .cont-nav ul li {
    float: left;
}

header .cont-nav ul a {
    display: block;
    padding: 0px 12px 0px 12px;
    color: #fff !important;
    border-left: 1px solid rgb(255 255 255 / 56%);
    line-height: 14px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

header .cont-nav ul li:first-child a {
    border-left: 0;
    padding-left: 0px;
}

header .cont-nav ul a .fa {
    margin-right: 5px;
}

header .cont-nav ul a span.cont-text {}

header .cont-nav ul a:hover {}

/*logo bar*/

header .logo-bar {
    background: #fff;
}

header .logo {
    display: block;
    width: 80px;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

header .logo img {
    max-width: 100%;
}

/*search*/

.search-open {
    float: right;
    margin: 30px 0 30px;
    background: url(../design_img/icon-search.png) no-repeat center #fff6e9;
    background-size: 22px;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.search-close {
    background: url(../design_img/icon-search-close.png) no-repeat center;
    background-size: 100%;
    /*filter: brightness(0) invert(1);*/
    width: 18px;
    height: 18px;
    display: block;
    float: right;
    cursor: pointer;
}

.search-load {
    background: url(../design_img/icon-load.jpg) no-repeat center;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: block;
    float: right;
    cursor: pointer;
    margin-top: -2px;
}

/*search bar*/

.search-bar {
    background: #00000094;
    display: none;
    padding: 20px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
}

.search-bar .search-col {
    width: 95%;
    max-width: 500px;
    background: #00000073;
    padding: 25px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -50%;
    margin-bottom: -45%;
    -webkit-transform: translate(-50%, -45%);
    -moz-box-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
}

.search-bar input[type=text] {
    color: #ccc;
    background: transparent;
    text-transform: capitalize;
    text-align: center;
    border: 0;
    border-bottom: 1px solid;
    width: 100%;
    padding: 10px 0;
}

.search-bar input[type=text]:focus {
    outline: none;
}

.search-bar input[type=text]:-moz-placeholder {
    color: #fff !important;
}

.search-bar input[type=text]:-moz-placeholder {
    color: #fff !important;
}

.search-bar input[type=text]:-webkit-input-placeholder {
    color: #fff !important;
}

.search-bar #search-result {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 99;
    overflow: hidden;
    background-color: #0000007a;
    color: #ccc;
    padding: 15px;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
}

.search-bar #search-result ul {
    max-height: 150px;
    overflow: auto;
    margin-bottom: 0
}

.search-bar #search-result ul li a {
    padding: 3px 0;
    display: block;
    color: #ccc !important;
}

.search-bar #search-result ul li a:hover {
    text-decoration: underline !important;
}

.search-bar #search-result ul li a span {
    color: #f7a30b;
}

/*shop cart*/

.shop-cart {
    float: right;
    margin: 30px 0 30px 10px;
    position: relative;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.shop-cart a {
    font-weight: 600;
    color: #666 !important;
    text-transform: uppercase
}

.shop-cart .shop-cart-icon {
    background: url(../design_img/icon-cart.png) no-repeat center #e4f5e9;
    background-size: 22px;
    border-radius: 5px;
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
}

.shop-cart .cart_qty {
    color: #fff;
    font-size: 11px;
    width: 17px;
    height: 17px;
    text-align: center;
    padding: 0px 0;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    background: #f7a30b;
    right: -10px;
    top: -5px;
}

.shop-cart .cart_txt {
    padding: 10px 0px 10px 5px;
    display: inline-block;
    display: none
}

/*user nav*/

header .user-nav {
    float: right;
    margin: 0px;
}

header .user-nav ul {
    list-style: none;
}

header .user-nav ul li {
    float: left;
    position: relative;
}

header .user-nav ul a {
    display: block;
    padding: 0px 12px 0px 12px;
    border-left: 1px solid rgb(255 255 255 / 56%);
    color: #fff !important;
    text-transform: capitalize;
    line-height: 14px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

header .user-nav ul a.login {}

header .user-nav ul a.join {}

header .user-nav ul a.mem-join,
header .user-nav ul a.link-dashboard {
    color: #41f6ff !important;
    padding: 0px 12px 0px 12px;
}

header .user-nav ul a.logged-in {
    color: #fff !important;
}

header .user-nav ul a.logged-in span {
    margin-right: 10px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    max-width: 150px;
    display: inline-block;
}

header .user-nav ul a.logged-in i {
    vertical-align: 2px
}

header .user-nav ul a:not(.logged-in):hover {}

/**/

header .user-nav ul ul {
    border-radius: 5px;
    min-width: 140px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 9999;
    list-style: none;
    background: #fff;
    display: none;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

header .user-nav ul ul:before {
    font-family: 'FontAwesome';
    color: #fff;
    content: "\f0d8     ";
    font-weight: normal;
    position: absolute;
    top: -15px;
    right: 15px;
    font-size: 17px;
}

header .user-nav ul ul li {
    float: none;
    white-space: nowrap;
    margin: 0 !important
}

header .user-nav ul ul li a {
    background: #fff;
    border: 0;
    border-radius: 0px;
    border-bottom: 1px solid #eee;
    color: #666 !important;
    padding: 10px 12px;
    margin-left: 0;
}

header .user-nav ul ul li:last-child a {
    border-bottom: 0
}

header .user-nav ul ul li a:hover {
    background: #f2f2f2 !important;
}

.user-nav ul li:hover ul {
    display: block;
    -webkit-animation: nav-animate 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-animation: nav-animate 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* nav bar */

header .col-nav {
    padding-left: 0;
    padding-right: 0;
    /*background: #f1f7f1;*/
}

header .nav-bar {
    margin: 30px 0;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

header .nav-bar .scroll-left,
header .nav-bar .scroll-right {
    width: 30px;
    padding: 22px 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: none;
}

header .nav-bar .scroll-left {
    background: url(../design_img/icon-arrow-left.png) no-repeat center #fff;
    background-size: 10px;
    left: 0;
}

header .nav-bar .scroll-right {
    background: url(../design_img/icon-arrow-right.png) no-repeat center #fff;
    background-size: 10px;
    right: 0;
    top: 0px;
}

header .nav-bar .nav-container {
    white-space: nowrap;
    overflow-x: auto;
    /*margin-right: 20px;*/
}

/*site nav*/

header .site-nav {
    display: table;
    margin: auto;
}

/*********************************************************************************
section styles
***************/

section.slider {
    position: relative;
}

section.slider img {
    max-width: 100%
}

section.slider .slide-item {}

/**/

section.contents {}

/*main heading*/

.main-head {
    line-height: 32px !important;
    font-weight: 400;
    font-size: 30px !important;
    color: #525252;
}

.main-head strong {
    font-weight: 700;
    color: #821cb7;
}

.main-head span {
    font-size: 15px !important;
    font-weight: 300;
    color: #8f8f8f;
    display: block;
}

.main-head span.brdr {
    background: #f7a30b;
    height: 1px;
    display: inline-block;
    width: 30px;
    margin: 5px 0 5px 10px !important;
}

.main-head span.brdr img {
    width: 32px;
    height: 41px;
    margin: auto;
    margin-top: -27px
}

/*.advantage bar */

.advantage-bar {
    background: #fff;
    padding: 40px 0;
}

.advantage-bar .advantage {
    padding: 15px !important;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.advantage-bar .advantage-icon {
    width: 45px;
    float: left
}

.advantage-bar .advantage-icon img {
    max-width: 100%;
}

.advantage-bar .advantage-text {
    width: calc(100% - 60px);
    float: right;
}

.advantage-bar .advantage-text p {
    color: rgba(0, 0, 0, 1);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px !important;
    margin-bottom: 0 !important
}

.advantage-bar .advantage-text p a {
    color: rgba(0, 0, 0, 1) !important;
    text-transform: capitalize;
}

.advantage-bar .advantage-text p span {
    opacity: .7;
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    letter-spacing: initial;
    color: rgba(0, 0, 0, 0.8);
}

/**/

.offer-bar {
    padding: 40px 0 40px;
}

.offer-bar img {
    max-width: 100%;
}

.offer-bar .offer {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.offer-bar .offer a {
    display: block;
    overflow: hidden;
    position: relative;
}

.offer-bar .offer a:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    width: 100% !important;
    height: 100%;
    left: 0px;
    opacity: 0;
    webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scale(0.5) rotateY(90deg);
    background-image: url(../design_img/plus-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
}

.offer-bar .offer a:hover:before {
    visibility: visible;
    opacity: 0.4;
    transform: scale(1) rotateY(0deg);
}

/**/

.home-abt-bar {
    padding: 70px 0 90px 0 !important;
    background: url(../design_img/home-back-1.jpg) no-repeat center center #fff;
    background-size: cover;
    background-attachment: fixed
}

.home-abt-bar .main-head span.brdr {
    display: block;
    margin: 8px 0 5px 0px !important;
}

.home-abt-bar img {
    max-width: 100%
}

.home-abt-bar p {
    text-align: justify;
    line-height: 25px;
}

/*product slide bar */

.brand-bar {
    padding: 50px 0px 20px !important;
    background: linear-gradient(0deg, #f4fbf3 0%, #ffffff 50%);
}

.brand-bar .main-head {
    text-align: center
}

.brand-bar .main-head span.brdr {
    margin: 12px auto 8px !important;
    display: block;
}

.brand-bar p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto !important;
}

.brand-bar img {
    max-width: 100%
}

/**/

.home-web-col {
    display: block;
    position: relative;
    margin-top: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc
}

.home-web-col:last-child {
    border: 0
}

.home-web-col .h-icon {
    width: 100px;
    margin: 0 auto 15px;

}

.home-web-col .h-icon img {
    max-width: 100%;
    border: 2px solid #949295;
    border-radius: 10px;
}

.home-web-col h4 {
    font-size: 16px;
    font-weight: 600;
    color: #821cb7;
    text-align: center;
    line-height: 23px;
    margin: 0px 0 10px !important;
    text-transform: capitalize;
    display: none
}

.home-web-col p {
    font-size: 12px !important;
    line-height: 18px;
    color: #8f8f8f;
}

/**/

.product-bar {
    padding: 30px 0 30px 0 !important;
}

.product-bar:nth-child(odd) {
    background: #f4fbf3;
}

.product-bar .main-head {
    text-transform: capitalize
}

.product-bar .main-head span {
    display: initial;
}

.product-bar .main-head span.brdr {
    display: inline-block !important;
}

.product-bar a.btn-more {
    float: right;
}

/*items*/

.item {
    margin-bottom: 40px;
}

.item .item-container {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item .item-pic-container {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #928897;
    position: relative;
    overflow: hidden;
}
.item-pic img{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;

}

.item .item-back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    opacity: 0;
    webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item .item-pic {
    height: 290px;
    background: #fff;
}

.item .item-pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: -50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item .item-new {
    position: absolute;
    bottom: 130px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.item .item-new span {
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    margin: 0px 3px;
    border-radius: 25px;
    background-color: #f7a30b;
}

.item .discount {
    background: #732cff;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    line-height: 20px;
    padding: 0 8px;
    font-size: 12px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 12px;
}

.item .item-btn {
    margin: 0 -10px;
    font-size: 12px;
    padding: 0 15px 15px 15px;
}

.item .item-btn a {
    width: calc(50% - 10px);
    float: left;
    margin: 0 5px;
    background: #821cb7;
    color: #fff !important;
    padding: 6px 3px;
    border-radius: 5px;
    border: 1px solid transparent;
    text-align: center;
    -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item .item-btn a.cart {}

.item .item-btn a.view {
    background: #fff;
    border-color: #018ccf;
    color: #018ccf !important;
}

.item .item-btn a:hover {
    background: #018ccf;
    border-color: #018ccf;
    color: #fff !important;
}

.item .item-name {
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap !important;
    width: 100%;
    text-transform: capitalize;
    padding: 0 15px !important;
    margin-bottom: 0px !important;
}

.item .item-name a {
    font-weight: 600;
    color: #333 !important;
}

.item .item-price {
    text-transform: capitalize;
    padding: 0 0px 8px;
    line-height: 15px;
}

.item .item-price .price-before {
    color: #999999;
    text-decoration: line-through;
    margin-right: 10px;
}

.item .item-price .price-now {
    font-weight: 700;
    color: #821cb7;
    margin-right: 10px;
}

.item .item-price .price-bv {}

.item:hover .item-back {
    opacity: 0.1;
}

.item:hover .item-pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.no-item {
    background: #fff;
    border-radius: 10px;
    padding: 20px !important;
    text-align: center;
    color: #999;
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.item.load {}

.item.load .item-name {
    margin-bottom: 20px !important;
}

.item.load .item-name a {
    height: 18px;
    border-radius: 5px;
}

/*brands*/

.ind-logo-bar {
    padding: 0px 0 40px
}

.ind-logo-bar .ind-container {}

.ind-logo-bar .ind-logo {
    margin: 0 25px;
    width: 180px;
    height: 130px;
    opacity: .8;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

.ind-logo-bar .ind-logo img {
    max-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
}

.ind-logo-bar .ind-logo:hover {
    webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 1;
}

.dtload {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eee), color-stop(18%, #fff), color-stop(33%, #eee));
    background: -webkit-linear-gradient(left, #eee 8%, #fff 18%, #eee 33%);
    background: linear-gradient(to right, #eee 8%, #fff 18%, #eee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 1000px 104px;
    height: inherit;
    position: relative;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

section.contents .content-bar {
    padding: 30px 0 15px;
    overflow: hidden;
}

section.contents .inner-contact-sec2 {
    padding: 50px 0;
    overflow: hidden;
}

/*banner bar*/

.banner-bar {
    background: #f7f7f7;
    background-size: cover;
    padding: 20px 0 20px;
}

.banner-bar .banner-content {}

.banner-bar .banner-content h1 {
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    display: none
}

.banner-bar .banner-content h1:before {
    content: '';
    border-top: 1px solid #c5b366;
    width: 30px;
    position: absolute;
    left: 0;
    top: -15px;
    z-index: 2;
}

/*location*/

.location {
    list-style: none;
    position: relative;
}

.location li {
    color: #999 !important;
    text-transform: capitalize;
    float: left;
    width: auto;
    margin: 0px 10px 0px 0 !important;
}

.location li:last-child {
    margin-right: 0px !important;
}

.location li a:after {
    content: '\f105 ';
    font-family: 'FontAwesome';
    font-size: 13px;
    margin-left: 10px;
    color: #999
}

.location li:last-child a:after {
    content: '';
    margin-left: 0px;
}

.location li a {
    color: #999 !important;
    font-size: 13px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.location li a:hover {
    color: #000 !important;
}

.location li a.active {
    color: #821cb7 !important;
    font-weight: 500;
}

/*product list*/

.product-list {
    padding: 30px 0 15px
}

/*shop filter*/

.shop-filter {
    margin-bottom: 35px;
}

.shop-filter .form-group {
    margin-bottom: 0 !important;
}

.shop-filter .form-group label {
    padding-top: 10px !important;
    font-weight: 600;
}

.shop-filter .form-control {
    width: 100%;
    text-transform: capitalize
}

.shop-filter:after {
    content: '';
    display: table;
    clear: both;
}

/* product detail  */

.product-detail-bar {
    padding: 40px 0;
}

.product-detail-bar h4.pr_name {
    padding-bottom: 10px !important;
    margin-bottom: 0px !important;
    font-weight: 500;
    font-size: 24px !important;
    color: #000066;
    text-transform: capitalize
}

.product-detail-bar p.pr_code {
    color: #666
}

.product-detail-bar .pr_rate {
    color: #821cb7;
    padding-bottom: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

.product-detail-bar .pr_rate_before {
    text-decoration: line-through;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
}

.product-detail-bar .pr_rate_bv {
    color: #f7a30b;
    margin-left: 10px;
}

.product-detail-bar .pr_rate .discount {
    color: #fff;
    padding: 10px 5px;
    margin-left: 20px;
    display: none
}

.product-detail-bar .pr_sh_desc {
    line-height: 22px;
    margin-bottom: 15px !important;
}

.product-detail-bar .pr_sh_desc p,
.product-detail-bar .pr_sh_desc div {
    color: #666;
    text-align: justify
}

.product-detail-bar .pr_sh_desc p strong {
    font-weight: 600;
}

.product-detail-bar .pr_weight {}

.product-detail-bar .pr_weight strong {
    font-weight: 500;
}

.product-detail-bar .pr_stock {
    color: #f46b5d;
    margin-bottom: 15px !important;
}

.product-detail-bar .pr_stock strong {
    color: #666;
}

/**/

.product-detail-bar .item-qty {
    float: left;
    margin-bottom: 15px !important;
    display: none;
}

.product-detail-bar .item-qty span {
    float: left;
    cursor: pointer;
    width: 40px;
    height: 30px;
    padding-top: 8px;
    text-align: center;
    background: #333;
}

.product-detail-bar .item-qty span.qty-minus {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.product-detail-bar .item-qty span.qty-plus {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.product-detail-bar .item-qty span.qty-minus:before {
    content: url(../design_img/icon-qty-less.png);
}

.product-detail-bar .item-qty span.qty-plus:before {
    content: url(../design_img/icon-qty-add.png);
}

.product-detail-bar .item-qty .qty {
    float: left;
    text-align: center;
    width: 40px;
    height: 30px;
    border-color: #f2f2f2;
    background: #f2f2f2 !important;
    color: #000;
    -webkit-box-shadow: inherit !important;
    -moz-box-shadow: inherit !important;
    box-shadow: inherit !important;
    border-radius: 0;
    padding: 0 !important;
}

.product-detail-bar .item-qty .qty:focus {
    border-color: #fff !important
}

/**/

.product-detail-bar .btn-save {
    margin-left: 8px;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    background: #333 url(../design_img/icon-wish-list-pg.png) no-repeat center center;
    border-radius: 100% !important;
    display: none
}

.product-detail-bar .btn-save:hover {}

/**/

.product-detail-bar .btn-compare {
    margin-left: 5px;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    background: #333 url(../design_img/icon-compare.png) no-repeat center center;
    background-size: 17px;
    border-radius: 100% !important;
    display: none
}

.product-detail-bar .btn-compare:hover {}

/**/

.product-detail-bar .btn-buy {
    padding: 0 10px !important;
    width: 200px;
    height: 38px;
    line-height: 36px;
    background: #821cb7;
    color: #fff !important;
    overflow: hidden;
}

/**/

.product-detail-bar .social {
    list-style: none;
    padding: 0px !important;
    float: left;
    margin-top: 5px !important;
}

.product-detail-bar .social li {
    float: left;
    margin-right: 5px !important
}

.product-detail-bar .social li:nth-child(1) {
    line-height: 33px !important;
    font-weight: 600
}

.product-detail-bar .social li a .fa {
    background: #f2f2f2;
    color: #fff !important;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 100%;
    border: 0px;
    vertical-align: middle;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.product-detail-bar .social li a .fa-facebook {
    background: #3b5a9a
}

.product-detail-bar .social li a .fa-whatsapp {
    background: #4fce5d
}

.product-detail-bar .social li a:hover .fa {
    background: #333;
    color: #fff !important;
}

/**/

.product-detail-bar .pr_desc {}

/**/

.pr_related {
    padding-top: 20px;
    border-top: 1px solid #eee
}

/*load*/

.product-detail-bar .pr-img-load {
    height: 350px;
}

.product-detail-bar .pr-name-load {
    max-width: 400px;
    height: 30px;
    margin-top: 10px !important;
}

.product-detail-bar .pr-code-load {
    max-width: 200px;
    height: 10px;
    margin-top: 20px !important;
}

.product-detail-bar .pr-rate-load {
    max-width: 150px;
    height: 20px;
    margin-top: 10px !important;
}

.product-detail-bar .pr-desc-load {
    max-width: 100%;
    height: 100px;
    margin-top: 10px !important;
}

/* cart bar start */

.cart-bar {
    padding: 40px 0
}

.cart-bar .empty-cart-msg {
    background: #fff !important;
    border: 0px;
    padding: 0px
}

.cart-bar .empty-cart-msg p {
    font-size: 20px;
    color: #000;
    width: auto;
    display: table;
    margin: 25px auto 0 !important;
    text-align: center;
}

.cart-bar .empty-cart-msg p.cart-btn-continue {
    margin: 5px auto !important;
    display: table;
    float: none;
}

/**/

.cart-bar .cart-summery {
    background: #f2f2f2;
    padding: 25px;
    border-radius: 5px;
}

.cart-bar .cart-summery h4 {
    font-weight: 600;
    border-bottom: 2px solid #aaa;
    padding-bottom: 15px !important;
    margin-bottom: 10px !important;
}

/**/

.cart-bar .cart-summery .cart-list {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.cart-bar .cart-summery .cart-list:last-child {
    border-bottom: 0px solid #f2f2f2;
    padding-bottom: 10px;
}

.cart-bar .cart-summery .cart-remove {
    font-size: 11px;
    background: #999;
    color: #fff !important;
    padding: 0px 10px 1px;
    border-radius: 25px;
}

.cart-bar .cart-summery .cart-pic {
    background: #fff;
    border: 1px solid #eee;
    width: 100%;
    height: 80px;
    border-radius: 3px;
}

.cart-bar .cart-summery .cart-txt {
    padding-left: 0
}

.cart-bar .cart-summery .cart-txt .cart-name {
    margin-bottom: 0px !important;
    font-weight: 600;
    text-transform: capitalize;
}

.cart-bar .cart-summery .cart-txt .cart-info {
    font-size: 13px !important
}

/**/

.cart-bar .cart-summery .sum_tab {}

.cart-bar .cart-summery .sum_tab td {
    padding: 8px 0;
}

.cart-bar .cart-summery .sum_tab .pr_total_tr {
    border-top: 1px solid;
    border-bottom: 2px solid;
}

.cart-bar .cart-summery .sum_tab .pr_total_txt {
    text-align: left !important;
    font-size: 14px;
}

.cart-bar .cart-summery .sum_tab .pr_total_amt {
    text-align: right !important;
}

.cart-bar .cart-summery .sum_tab .pr_pay-opt {
    text-align: center;
    padding-top: 20px;
}

.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-group {
    display: table !important;
    margin: 10px auto 0;
}

.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn,
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn:hover {
    /*width: calc(50% - 6px);*/
    text-align: left;
    margin: 5px 3px 0;
    border-radius: 5px !important;
    padding: 10px 5px !important;
    background: #fff !important;
    border-color: #ccc !important;
    color: #444 !important
}

.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn label {
    margin: 0 !important;
    cursor: pointer
}

.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn span {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 1px #000;
    -moz-box-shadow: 0px 0px 1px #000;
    box-shadow: 0px 0px 1px #000;
}

.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-active.active,
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-active.active:hover {
    background: #fff !important;
    border-color: inherit !important;
    color: #666 !important;
    box-shadow: none !important;
}

.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-deactive.active,
.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-deactive.active:hover {
    background: #fff !important;
    border-color: inherit !important;
    color: #666 !important;
    box-shadow: none !important;
}

.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-active.active span {
    background: #666 !important;
}

.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-deactive.active span {
    background: #666 !important;
}

.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-active.active {
    border-color: #f7a30b !important;
    color: #f7a30b !important
}

.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-active.active span {
    background: #f7a30b !important;
}

.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-deactive.active {
    border-color: #f7a30b !important;
    color: #f7a30b !important
}

.cart-bar .cart-summery .sum_tab .pr_pay-opt .btn-check.btn-deactive.active span {
    background: #f7a30b !important;
}

.cart-bar .cart-summery .sum_tab .pr_text_opt {
    text-align: center;
    margin: 0 !important;
}

.cart-bar .cart-summery .sum_tab .pr_text_opt strong {
    font-weight: 600;
    color: #f7a30b;
}

.cart-bar .cart-summery .pr_free_msg {
    background: #fff;
    text-align: center;
    padding: 5px 15px !important;
    border-radius: 25px !important;
}

.cart-bar .cart-summery .pr_free_msg strong {
    color: #f7a30b;
}

.cart-bar .cart-summery .btn-pay {
    width: 100%;
    padding: 8px 15px !important;
    color: #fff !important;
    background: #821cb7;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.cart-bar .cart-summery .btn-pay:hover {
    background: #666
}

/**/

.cart-bar .cart-detail {}

.cart_table {
    margin-bottom: 15px !important;
    border-color: #f2f2f2 !important;
    white-space: nowrap;
}

.cart_table th {
    background: #525252 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    border: 0px !important;
    font-weight: 400 !important;
    font-size: 13px !important;
}

.cart_table td {
    border-right: 0 !important;
    border-left: 0 !important;
    color: #5e5a54 !important;
    border-color: #f2f2f2 !important;
    vertical-align: middle !important;
    font-size: 13px;
}

.cart_table tr:nth-child(1) td {
    /*border: 0!important; */
}

.cart_table img {
    max-width: 60px;
}

.cart_table .pr_name {
    text-transform: capitalize;
    font-weight: 600;
}

.cart_table .pr_name span {
    font-weight: 400;
    display: block;
    color: #999
}

.cart_table .pr_remove {
    padding-top: 5px !important;
    text-align: center
}

.cart_table .pr_remove a {
    background: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 22px;
    border: 1px solid #6666;
    display: block;
}

.cart_table .pr_remove a img {
    max-width: 8px;
}

.cart_table .col-pr-nos {
    width: 40px;
}

.cart_table .col-pr-img {}

.cart_table .col-pr-desc {
    width: 240px;
    white-space: normal;
}

.cart_table .col-pr-weight {
    text-align: center
}

.cart_table .col-pr-rate {
    text-align: center
}

.cart_table .col-pr-qty {
    text-align: center
}

.cart_table .col-pr-total-weight {
    text-align: center
}

.cart_table .col-pr-total {
    text-align: right
}

.cart_table tr:hover,
.cart_table tr:nth-child(even) {
    background: #fff !important;
}

.cart_table .pr_total_txt {
    text-align: right;
    margin-right: 10px !important;
}

.cart-bar .promo-col {
    display: none
}

.cart-bar .promo-col .form-control {
    text-align: center;
    width: 180px;
    float: left;
    border: 1px solid #eee;
}

.cart-bar .promo-col .btn-apply {
    background: #f7a30b;
    color: #fff;
    padding: 3px 15px 5px;
}

.cart-bar .cart-btn-continue {
    float: left;
}

.cart-bar .cart-btn-continue .btn-shop {
    padding: 0px 0px !important;
    color: #f7a30b !important;
    border-radius: 25px !important;
    text-transform: capitalize;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.cart-bar .cart-btn-continue .btn-shop:hover {
    color: #333 !important;
    background: transparent !important
}

/**/

.cart-bar .item-qty {
    display: table;
    margin: 0 auto 15px !important;
    width: 120px;
}

.cart-bar .item-qty span {
    float: left;
    cursor: pointer;
    width: 40px;
    height: 30px;
    padding-top: 8px;
    text-align: center;
    background: #666;
}

.cart-bar .item-qty span.qty-minus {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.cart-bar .item-qty span.qty-plus {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.cart-bar .item-qty span.qty-minus:before {
    content: url(../design_img/icon-qty-less.png);
}

.cart-bar .item-qty span.qty-plus:before {
    content: url(../design_img/icon-qty-add.png);
}

.cart-bar .item-qty .qty {
    float: left;
    text-align: center;
    width: 40px;
    height: 30px;
    border-color: #f2f2f2;
    background: #f2f2f2 !important;
    color: #000;
    -webkit-box-shadow: inherit !important;
    -moz-box-shadow: inherit !important;
    box-shadow: inherit !important;
    border-radius: 0;
    padding: 0 !important;
}

.cart-bar .item-qty .qty:focus {
    border-color: #fff !important
}

/**/

.cart-bar .checkout-col.logged-in {
    border-color: #fff;
    background: #fff;
}

.cart-bar .checkout-col.logged-in .welcome-text {
    font-size: 14px !important;
}

.cart-bar .checkout-col.logged-in .welcome-text strong {
    color: #f7a30b;
    font-weight: 600
}

.cart-bar .checkout-col .logged-in-container {
    padding: 25px;
    background: #f2f2f2;
    border-radius: 5px;
}

.cart-bar .checkout-col .logged-in-container .btn-addr {
    float: right;
    display: block;
    background: #018ccf;
    color: #fff !important;
    padding: 2px 15px !important;
    border-radius: 25px !important;
    margin-top: -7px;
}

.cart-bar .checkout-col .logged-in-container .btn-addr:hover {
    background: #c5b366;
}

.cart-bar .checkout-col .logged-in-container .lg-brdr {}

.cart-bar .checkout-col .ship-to {
    text-transform: capitalize
}

.cart-bar .checkout-col .ship-to strong {
    color: #821cb7
}

.cart-bar .checkout-col .ship-to br {
    display: none
}

.cart-bar .checkout-col .list-address {
    padding: 20px 0 0;
}

.cart-bar .checkout-col .col-address {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #666666;
    position: relative;
}

.cart-bar .checkout-col .col-address-load {
    width: 100%;
    height: 200px;
}

.cart-bar .checkout-col .col-address:hover {
    border-color: #999;
}

.cart-bar .checkout-col .col-address p {
    margin: 0;
    padding: 0
}

.cart-bar .checkout-col .col-address .buyer-name {
    margin-bottom: 0 !important;
    font-weight: 600;
    text-transform: capitalize
}

.cart-bar .checkout-col .col-address .buyer-address {
    line-height: 20px;
    word-wrap: break-word;
    text-transform: capitalize
}

.cart-bar .checkout-col .col-address .buyer-mobile {
    position: absolute;
    bottom: 55px;
}

.cart-bar .checkout-col .col-address .buyer-mobile span {
    color: #666;
    font-weight: 600
}

.cart-bar .checkout-col .col-address .btn-deliver,
.cart-bar .checkout-col .col-address .btn-edit,
.cart-bar .checkout-col .col-address .btn-delete {
    border-radius: 0px !important;
    width: auto;
    left: 15px;
    position: absolute;
    padding: 8px 20px !important;
    bottom: 15px;
    border: 1px solid #999;
    border-radius: 3px !important;
    background: #fff;
}

.cart-bar .checkout-col .col-address .btn-deliver {
    border-color: #821cb7;
    background: #fff;
    color: #821cb7 !important;
}

.cart-bar .checkout-col .col-address .btn-edit,
.cart-bar .checkout-col .col-address .btn-delete {
    left: inherit !important;
    right: 15px;
    width: 15%;
    background: #fff;
    padding: 7px 10px 8px !important;
}

.cart-bar .checkout-col .col-address .btn-delete {
    left: inherit !important;
    right: 60px;
    width: 15%;
    background: #fff;
    background: #fff;
}

.cart-bar .checkout-col .col-address .btn-edit:before {
    content: '\f044';
    font-family: 'FontAwesome';
    font-size: 15px;
}

.cart-bar .checkout-col .col-address .btn-delete:before {
    content: '\f1f8 ';
    font-family: 'FontAwesome';
    font-size: 15px;
}

.cart-bar .checkout-col .col-address .btn-edit:focus,
.cart-bar .checkout-col .col-address .btn-delete:focus {
    box-shadow: none;
    border-color: #999;
}

.cart-bar .checkout-col .col-address .btn-deliver.selected,
.cart-bar .checkout-col .col-address .btn-deliver:hover {
    background: #821cb7 !important;
    border-color: #821cb7;
    color: #fff !important
}

.cart-bar .checkout-col .col-address .btn-deliver input[type=checkbox] {
    display: none;
}

/**/

.trans-load {
    height: 200px;
}

/*transaction success*/

.trans-success {
    padding: 10px 0 30px
}

.trans-success-icon {
    width: 71px;
    height: 71px;
    margin: 10px auto;
    background: url(../design_img/icon-success-lg.png) center no-repeat;
}

.trans-success-msg {
    background: #fff;
    position: relative
}

.trans-success-msg p {
    color: #646464;
    text-align: center;
    line-height: 25px;
}

.trans-success-msg h4 {
    text-align: center;
    background: #fff;
    padding: 10px 15px !important;
    display: table;
    margin: 20px auto 0 !important;
    position: relative;
    z-index: 1;
    color: #009500;
    font-weight: 700;
}

.trans-success-msg strong {
    font-weight: 600
}

.trans-success-brdr {
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}

.trans-success .alert {
    text-align: center;
    border-color: #3c763d;
    padding: 8px;
}

.trans-success .alert strong {
    color: #2c790c;
}

.trans-success .btn-shop {
    margin: 20px 0 10px;
    padding: 5px 10px !important;
    color: #f7a30b !important;
    border-radius: 25px !important;
    text-transform: capitalize;
    border: 1px solid;
}

.trans-success .btn-shop:hover {
    background: #f7a30b !important;
    color: #fff !important;
}

.trans-success .table,
.trans-success .ship-address {}

.trans-success .table {
    font-size: 13px;
}

.trans-success .table th,
.trans-success .table strong {
    font-weight: 500;
}

.trans-success .table tr:last-child {
    border-bottom: 1px solid #ddd
}

/*transaction fail*/

.trans-fail {
    padding: 40px 0
}

.trans-fail-icon {
    width: 71px;
    height: 71px;
    margin: 10px auto;
    background: url(../design_img/icon-fail-lg.png) center no-repeat;
}

.trans-fail-msg {
    background: #fff;
    position: relative
}

.trans-fail-msg p {
    color: #646464;
    text-align: center;
    font-size: 13px !important;
    line-height: 25px;
}

.trans-fail-msg h4 {
    text-align: center;
    background: #fff;
    padding: 10px 15px 0px 15px !important;
    display: table;
    margin: 20px auto 5px !important;
    position: relative;
    z-index: 1;
    color: #e12900;
    font-weight: 700;
}

.trans-fail-msg strong {
    color: #e12900;
}

.trans-fail-brdr {
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    position: absolute;
    left: 0;
    top: 22px;
}

.trans-fail .btn-try {
    margin: 10px 0 10px;
    padding: 5px 20px !important;
    color: #029b33 !important;
    border-radius: 25px !important;
    text-transform: capitalize;
    border: 1px solid;
}

.trans-fail .btn-try:hover {
    background: #029b33 !important;
    color: #fff !important;
}

/* gallery */

.gallery-bar {
    padding: 30px 0 15px;
}

.gallery-bar .gal-col {
    margin-bottom: 15px
}

.gallery-bar .gal-col .img-col {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.gallery-bar .gal-col .img-col:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.gallery-bar .gal-col .img-col img {
    /*max-width:100%;*/
    width: 100%;
    height: 160px;
}

.gallery-bar .gal-col .img-col a {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.gallery-bar .gal-col .img-col a .fa {
    background: #fff;
    border-radius: 50%;
    color: #faaa1d;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    transition: all 500ms ease;
}

.gallery-bar .gal-col .img-col:hover:after,
.gallery-bar .gal-col .img-col:hover a {
    opacity: 1;
}

.gallery-bar .gal-col .video-col iframe {
    width: 100%;
    height: 200px;
    border: 0;
    border-radius: 8px;
}

.gallery-bar .gal-col .img-col.dtload,
.gallery-bar .gal-col .video-col.dtload {
    height: 200px;
}

.gallery-bar .gal-col .title {
    color: #018ccf;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    padding-top: 10px !important;
    margin-bottom: 0px !important;
}

/*********************************************************************************
my table start
***************/

section.contents .mytable {}

section.contents .mytable caption {
    color: #333333;
    text-align: center;
    margin-bottom: 5px;
    padding: 0px;
    font-weight: 600;
}

section.contents .mytable th {
    background: #105ea3;
    color: #fff;
    font-weight: 600;
    vertical-align: middle !important;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    height: 40px;
}

section.contents .mytable td {
    vertical-align: middle !important
}

section.contents .mytable tr {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

section.contents .mytable tbody>tr>td {
    text-align: center;
    font-size: 14px;
}

section.contents .mytable tr:nth-child(odd) {
    background: #e6f3ff;
}

section.contents .mytable tr:hover {
    background: #eee
}

/*********************************************************************************
list styles start
***************/

ul.mylist {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0 0 15px 25px !important;
    font-size: 14px
}

ul.mylist li {
    line-height: 22px;
    text-indent: -25px;
}

ul.mylist li:before {
    content: "\f138   ";
    /*f105 f138  */
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    color: #f88530;
}

ul.mylist li li:before {
    content: "- ";
    /*f105 f138  */
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 16px;
    color: #f88530;
}

/* login & registration */

.modal-dialog.log-model {
    width: 95%;
    max-width: 700px;
}

.modal-dialog.log-model .modal-content {
    overflow: hidden;
}

.modal-dialog.log-model .modal-content .close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../design_img/icon-close.png) no-repeat;
    text-shadow: none;
    padding: 0px 5px 5px;
    width: 13px;
    height: 15px;
    background-size: 100%;
    opacity: 1;
}

.modal-dialog.log-model .log-left {
    width: 50%;
    float: left;
}

.modal-dialog.log-model .log-left img {
    max-width: 100%;
}

.modal-dialog.log-model .log-right {
    padding: 20px 30px 30px;
    width: 50%;
    float: right;
}

.modal-dialog.log-model .log-right h2 {
    font-size: 20px;
    color: #525252;
    font-weight: 600;
    margin-bottom: 20px !important
}

.modal-dialog.log-model .log-right label {
    margin-bottom: 0;
}

.modal-dialog.log-model .log-right .form-control {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0;
    padding: 0px 0 2px;
}

.modal-dialog.log-model .log-right label.error {
    background: #cd4122;
    color: #fff;
    padding: 0 8px;
    border-radius: 2px;
    font-size: 11px
}

.modal-dialog.log-model .log-right label.error:before {
    content: "\f0d8 ";
    font: normal normal normal 20px/1 FontAwesome;
    color: #cd4122;
    position: absolute;
    top: -12px;
    left: 20px;
}

.modal-dialog.log-model .log-right .btn-sub {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 7px !important;
}

.modal-dialog.log-model .log-right .link-forgot {
    text-align: right;
    display: block;
    color: #f7a30b !important;
    font-size: 12px;
    margin-top: -6px;
    margin-bottom: 15px;
}

.modal-dialog.log-model .log-right .link-register {
    display: block;
    color: #666;
    border-radius: 25px;
    margin-top: 6px;
    text-align: center;
    font-size: 13px;
}

.modal-dialog.log-model .log-right .link-register strong {
    color: #f7a30b;
    font-weight: normal;
}

.modal-dialog.log-model .log-right .label-check {
    display: table;
    margin: auto;
}

.modal-dialog.log-model .log-right .label-check a {
    color: #f7a30b !important;
}

.modal-dialog.log-model .log-right .or-icon-bar {
    border-top: 1px solid #ddd;
    position: relative;
    top: 30px;
    margin-bottom: 50px;
}

.modal-dialog.log-model .log-right .or-icon {
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -20px;
    background: #fff;
    color: #999;
    padding: 10px;
    border-radius: 100%;
    font-size: 13px;
}

.modal-dialog.model-forgot {
    max-width: 400px;
}

.modal-dialog.model-forgot .log-right {
    width: 100%;
}

.modal-dialog.model-address {
    max-width: 500px;
}

.modal-dialog.model-address .log-right {
    width: 100%;
}

/*after open popup*/

.modal-backdrop {
    background: rgba(255, 255, 255, 0.8) !important
}

.modal.fade .modal-dialog.log-model {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-bottom: -50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.modal.show .modal-dialog.log-model {
    -webkit-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%);
}

/* password show hide*/

.toggle-password {
    position: absolute;
    right: 0px;
    width: 10px;
    color: #fff !important;
    text-align: center;
    top: 15px;
    padding: 13px 11px 11px 10px;
    float: right;
    margin-right: 1px;
}

.toggle-password.open-eye {
    background: url(../design_img/icon-show-pwd.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.toggle-password.close-eye {
    background: url(../design_img/icon-hide-pwd.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/* otp */

.otp-col label {
    color: #17af4d;
}

.otp-col .otp-rsend-col {
    color: #b5b5b5;
}

.otp-col .otp-rsend-col .otp-rsend {
    color: #17af4d !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.otp-col .otp-rsend-col span {
    margin-left: 5px;
}

/* order-list-bar start */

.order_list_bar {
    padding: 10px 0 10px !important;
}

.order_list {
    border: 1px solid #818181;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    cursor: default;
}

.order_list_bar .order_list.dtload {
    height: 50px;
}

.order_list_bar .no-item {
    margin-bottom: 0 !important
}

.order_list:hover {
    color: inherit !important
}

.order_list p {
    margin-bottom: 0px !important
}

.order_list_top {
    background: #818181;
    overflow: hidden;
    padding: 7px 0;
}

.order_list_top .order_id {
    color: #fff;
}

.order_list_top .order_id span {
    color: #fff;
    font-weight: 600;
}

.order_list_middle {
    padding: 10px;
    overflow: hidden;
    line-height: 19px;
    background: #fff;
}

.order_list_middle .order-pr-pic img {
    max-width: 100% !important;
}

.order_list_middle .order-pr-title {
    color: #666 !important;
    text-transform: capitalize
}

.order_list_middle .order-pr-info {
    margin-bottom: 0px !important;
    font-size: 12px !important;
    color: #999 !important;
}

.order_list_bottom {
    overflow: hidden;
    padding: 10px;
    width: 100%;
    background: #f7f7f7;
    border-top: 1px solid #999;
}

.order_list_bottom .order-status {
    color: #ff8d00;
    text-transform: capitalize;
}

.order_list_bar .not-found {
    text-align: center;
    padding: 20px 10px 10px !important;
}

/* testimonials */

.testimonial-bar {}

.testimonial-bar .testimonial {
    max-width: 800px;
    margin-bottom: 25px;
    background: linear-gradient(136deg, #4bcbf136 0%, #ffffff 90%);
    padding: 25px;
    border-radius: 10px;
    position: relative;
}

.testimonial-bar .testimonial:after {
    content: '';
    background: url(../design_img/icon-quote.png) no-repeat bottom right;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0;
    bottom: 0
}

.testimonial-bar .writer-pic {
    background: #eee;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.testimonial-bar .writer-pic img {
    border-radius: 100%;
    width: 70px;
    height: 70px;
}

.testimonial-bar .message-container {}

.testimonial-bar .message {
    color: #333;
    margin: 0px 0 20px 0 !important;
}

.testimonial-bar .writer {
    font-weight: 600;
    font-size: 15px !important;
    text-transform: capitalize;
}

.testimonial-bar .writer-info {
    font-weight: normal;
    font-size: 13px !important;
    color: #666;
    text-transform: uppercase;
}

.testimonial-bar .item.dtload {
    height: 200px;
    border-radius: 10px;
}

/*********************************************************************************
default form styles start
***************/

.form-group {
    position: relative;
    margin-bottom: 15px !important;
}

.form-group label {
    font-weight: normal;
}

.form-group label.error {
    position: absolute;
    left: 0;
    top: 100%;
    background: #cd4122;
    color: #fff;
    padding: 0 8px;
    border-radius: 2px;
    font-size: 11px;
}

.form-group label.error:before {
    content: "\f0d8 ";
    font: normal normal normal 20px/1 FontAwesome;
    color: #cd4122;
    position: absolute;
    top: -12px;
    left: 20px;
}

.form-group label.success {
    color: #17af4d;
    margin-top: 5px;
}

.form-group .form-control {
    box-shadow: none;
    background: none;
    padding: 8px 12px;
    height: auto;
}

.form-group select.form-control {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../design_img/icon-select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 6px top 50%;
    z-index: 0;
    /*padding: 7px 20px 7px 4px; */
    padding-left: 5px;
    padding-right: 20px;
}

.form-group select.form-control option {
    background: #fff;
    color: #666;
}

/*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/

.form-group .form-control[disabled] {
    background-color: #f7f7f7;
    opacity: 1;
    border-color: #ddd;
}

.form-group .form-control[readonly] {
    background-color: #fff;
}

.form-group .label-radio {
    margin-right: 15px;
}

.form-group input[type=radio] {
    margin-right: 5px;
}

.form-group .label-check {
    margin-right: 15px;
    text-transform: none !important;
    font-family: 'Poppins', sans-serif !important;
}

.form-group .label-check a {
    color: #fcd80f !important;
}

.form-group .label-check a:hover {
    text-decoration: underline !important
}

.form-group input[type=checkbox] {
    margin-right: 5px;
}

.form-group .form-control:focus {
    box-shadow: none;
    border-color: #cd4122;
    color: #cd4122
}

.form-group textarea.form-control {
    resize: none;
}

/*********************************************************************************
footer styles
***************/

footer {
    background: #e7e7e7;
}

footer .logo img {
    max-width: 60px;
    margin-bottom: 15px;
    float: right;
    clear: right;
}

footer p {
    color: #000000ab;
    line-height: 22px;
    margin-bottom: 20px !important
}

footer p a {
    color: #821cb7 !important
}

footer h2 {
    text-transform: uppercase;
    text-align: left;
    font-size: 13px !important;
    font-weight: 600;
    margin-bottom: 10px !important;
    color: #821cb7;
    position: relative;
    z-index: 1;
}

footer h2 span {
    background: #e7e7e7;
    padding-right: 10px;
}

footer h2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    z-index: -1;
    width: 100%;
    height: 1px;
    background: #00000033;
}

footer .footer-bar {
    padding: 45px 0 20px 0
}

/* footer site nav*/

footer .site-nav ul {
    list-style: none;
    margin-bottom: 20px !important;
    float: right;
    clear: right;
    text-align: right
}

footer .site-nav ul li {
    text-indent: -9px;
    line-height: 18px;
    color: #000000ab !important;
    margin-bottom: 10px !important
}

footer .site-nav ul li i {
    margin-right: 8px;
    color: #000000ab !important;
    display: none
}

footer .site-nav ul li strong {
    font-weight: 600
}

footer .site-nav ul a {
    color: #000000ab !important;
    text-align: left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

/* footer nav*/

footer .nav-menu ul {
    list-style: none;
    margin: 0 0 20px 15px !important;
}

footer .nav-menu ul li {
    line-height: 22px;
    display: block;
    text-indent: -15px;
}

footer .nav-menu ul li.last {
    white-space: nowrap;
}

footer .nav-menu ul a {
    display: block;
    font-size: 13px;
    color: #000000ab !important;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

footer .nav-menu ul a:hover {
    text-decoration: underline !important
}

/*social nav*/

footer .social-nav ul {
    list-style: none;
    float: right;
}

footer .social-nav li {
    float: left;
    margin-right: 5px !important
}

footer .social-nav li a {
    border: 0 !important;
    padding: 0 !important
}

footer .social-nav li a .fa {
    color: #fff !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 0px;
    border-radius: 100%;
    vertical-align: middle;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

footer .social-nav li a .fa-facebook {
    background: #3b5a9a
}

footer .social-nav li a .fa-x-twitter {
    background: #1e3050 url(../design_img/icon-x-twitter.png) no-repeat center;
    background-size: 18px;
}

footer .social-nav li a .fa-instagram {
    background: linear-gradient(255deg, #6c23e1 0%, #e94eb2 80%);
}

footer .social-nav li a .fa-youtube {
    background: #d81a1a
}

footer .social-nav li a:hover .fa {
    background-color: #000;
}

footer .social-nav li a:hover .fa-instagram {
    background: #000;
}

/*footer bar bottom*/

footer .footer-bar-bottom {
    color: #fff;
    padding: 12px 0 10px !important;
    background: #cdcdcd;
}

footer .footer-bar-bottom .copy {
    margin: 1px 0 0px !important;
    text-align: right
}

footer .footer-bar-bottom .co-name {
    margin-right: 5px;
    font-weight: 600
}

footer .footer-bar-bottom .designer {
    margin-bottom: 0px !important;
    text-align: right;
    font-size: 13px !important;
}

footer .footer-bar-bottom .designer img {
    border: 1px solid #bbbaba;
    border-radius: 100%;
    padding: 2px;
    background: #fff;
}

/* pay-method */

footer .pay-method {
    list-style: none;
    float: left;
}

footer .pay-method li {
    color: #fff !important;
    float: left;
    margin-left: 10px !important;
}

footer .pay-method li img {
    height: 30px;
}

/**/

footer .down-app {}

footer .down-app img {
    width: 100px;
    border-radius: 5px;
}

/* top and down button*/

#goTop,
#goDown {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    text-align: center;
    background: #818181;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    display: none;
}

/* ...existing code... */

/* Responsive gap between header and slider */
header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}

.slider {
    margin-top: 120px; /* Adjust this value to match your header height */
}
@media (max-width: 380px) {
  .slider {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
    .slider {
        margin-top: 100px; /* Slightly less gap for tablets */
    }
}

@media (max-width: 767px) {
    .slider {
        margin-top: 10px; /* Even less gap for mobile */
    }
}

/* ...existing code... */
#goDown {
    display: block;
}

#goDown .fa {
    padding-top: 6px;
    color: #fff;
}

#goTop .fa,
#goDown .fa {
    color: #fff;
}

#goTop:before,
#goDown:before {
    content: '';
    position: absolute;
    border: 2px solid #818181;
    border-radius: 50%;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    -webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
    animation: hvr-ripple-out 1.2s ease-in-out infinite;
}

#goTop:after,
#goDown:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    /*background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);*/
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}