
body {
    font-family:'Lato', sans-serif;
    color: #535353;
    font-size: 15px
}
a {
    text-decoration: none;
    display: inline-block;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, li, span, label {
    margin-bottom: 0px;
}
.privcy_sect .about_sbhead.big_head {
    font-size: 22px;
    position: relative;
    color: #079dc2;
    text-transform: uppercase;
}

.privcy_sect .about_sbhead.brdr_head {
    padding-bottom: 7px
}

.privcy_sect .about_sbhead.brdr_head:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #079dc2;
    display: block;
    left: 0
}
ul, ol {
    padding: 0px;
    list-style: none;
}
* {
    margin: 0px;
    padding: 0px;
    outline: 0px;
}
.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}
.logos{
    padding:20px;
}
.logo-width1{
max-width: 150px
}
.logo-width2{
  max-width: 150px
}
.logo-width3{
      max-width: 167px;
}
.login-box .alert{
    padding: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close{
    padding: 18.5px 19px;
    background-size: 8px;
}

.login-box .alert-dismissible .btn-close:focus,
.login-box .alert-dismissible .btn-close:active {
    box-shadow: none;
}

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}

.login-box .login-popover{
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs{
    position: absolute;
    right: 15px;
    top: 15px;
}

.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    font-family: 'Jost', sans-serif;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.login-box .form-group label.error{
    font-size: 13px;
    text-align: left;
    color: #535353;
    width: 100%;
}
.login-8{
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
   /* background: #fff5f5;*/
    background-image: url('../images/login-bg-4.jpg');
        background-size: cover;
    background-repeat: no-repeat;
}

.login-8 .container{
    max-width: 1120px;
    margin: 0 auto;
}

.login-8 a {
    text-decoration: none;
}

.login-8 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Jost', sans-serif;
}

.login-8 .info-text{
    text-align: right;
    top: 35%;
    position: absolute;
    right: 30px;
    max-width: 350px;
    margin-left: auto;
}

.login-8 .waviy {
    position: relative;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.login-8 .waviy span {
    position: relative;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));
    font-family: 'Jost', sans-serif;
}

.login-8 .waviy span.color-yellow{
    color: #000;
}

@keyframes waviy {
    0%,40%,100% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-20px)
    }
}

.login-8 p{
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}

.login-8 .form-check-input:checked {
    display: none;
}

.login-8 .form-info {
    justify-content: center;
    align-items: center;
    padding: 50px 90px;
}

.login-8 .login-inner-form .form-group {
    margin-bottom: 25px;
}

.login-8 .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative;
}

.login-8 .login-inner-form .form-control {
    font-size: 16px;
    outline: none;
    color: #535353;
    border-radius: 100px;
    border: 1px solid #d9d9d9;
    padding: 14.5px 45px 14.5px 20px;
}

.login-8 .login-inner-form img {
    margin-bottom: 5px;
    height: 40px;
}

.login-8 .login-inner-form .form-box i {
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 20px;
    color: #535353;
}

.login-8 .login-inner-form .forgot{
    margin: 0;
    line-height: 45px;
}

.login-8 .bg-img {
    background: url(../images/img-35.png) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    position: relative;
    display: flex;
}

.login-8 .login-box {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-8 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    color: #fff;
    background: #ff4d62;
    border: solid 1px #ff4d62;
}

.login-8 .login-inner-form .btn-md {
    cursor: pointer;
    height: 55px;
    color: #fff;
    padding: 13px 50px 12px 50px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 100px;
    text-transform: uppercase;
}

.login-8 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.login-8 .login-inner-form p{
    margin: 0;
    color: #535353;
}

.login-8 .login-inner-form p a{
    color: #535353;
}

.login-8 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-8 .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-8 .login-inner-form .btn-theme {
    background: #ff4d62;
    border: none;
    color: #fff;
}

.login-8 .login-inner-form .btn-theme:hover {
    background: #ef3f54;
}

.login-8 .logo img{
    margin-bottom: 15px;
    height: 30px;
}

.login-8 .nav-pills li{
    display: inline-block;
}

.login-8 .login-inner-form .form-check{
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

.login-8 .login-inner-form .form-check a {
    color: #d6d6d6;
    float: right;
}

.login-8 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-8 .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    margin-left: -22px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #d9d9d9;
}

.login-8 .login-inner-form .form-check-label {
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login-8 .form-section input[type=checkbox]:checked + label:before {
    font-weight: 600;
    color: #e6e6e6;
    line-height: 18px;
    font-size: 12px;
    content: "\2713";
}

.login-8 .btn-section{
    float: right;
    display: inline-block;
}

.login-8 .btn-section {
    top: 30px;
    position: absolute;
    right: 30px;
    margin-bottom: 0;
}

.login-8 .btn-section .link-btn {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #eb3c50;
    padding: 10px 18px;
    text-decoration: none;
    text-decoration: blink;
    text-transform: uppercase;
    border-radius: 3px;
    background: #fff;
}

.login-8 .btn-section .link-btn:hover{
    background: #eb3c50;
    color: #fff;
}

.login-8 .btn-section .link-btn.active{
    background: #eb3c50;
    color: #fff;
}

.login-8 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.login-8 .login-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
    float: right;
    margin-left: 3px;
}

.login-8 .form-section{
    text-align: center;
}

.login-8 .form-section h3{
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #040404;
}

.login-8 .form-section .text {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 0;
    color: #535353;
}

.login-8 .form-section .text a{
    color: #535353;
}

.login-8 .social-list{
    bottom: 28px;
    position: absolute;
    right: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.login-8 .social-list li{
    display: inline-block;
}

.login-8 .social-list a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px 2px 0;
    text-align: center;
    display: inline-block;
    font-size: 17px;
    color: #ff4d62;
    background: #fff;
    border-radius: 50px;
}

.login-8 .social-list a:hover{
    color: #fff;
}

.login-8 .facebook-bg:hover {
    background: #3b589e;
}

.login-8 .twitter-bg:hover {
    background: #56d7fe;
}

.login-8 .google-bg:hover {
    background: #dc4e41;
}

.login-8 .linkedin-bg:hover {
    background: #1c82ca;
}

.login-8 .pinterest-bg:hover {
    background: #a30618;
}

/** MEDIA **/
@media (max-width: 992px) {
    .login-8 .bg-img{
        display: none;
    }

    .login-8 .form-info{
        padding: 50px 30px;
    }

    .login-8 .login-box{
        max-width: 600px;
        margin: 0 auto;
    }
}

/*----------------header*/

.header-top {
   padding: 4px 0px;
    background: #000;
}



.header-top-welcome p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.3px;
        margin-bottom: 0;
}


.header-top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-top-list  {
    margin-bottom: 0;
}
.header-top-list li {
    margin-left: 35px;

    list-style-type: none;
}
.header-top-list li a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    text-decoration: none;
}



.dropdown-toggle::after {
    display: none;
  }
.text-decoration-none{
  text-decoration: none!important;
}
/* Font Awesome Icons have variable width. Added fixed width to fix that.*/
.icon-width { width: 2rem;}

.header-part {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background: #fff;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 15%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.header-widget-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-widget-group .header-widget:first-child {
    margin-left: 0px;
}
.header-widget i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: var(--text);
    background: #f5f5f5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.header-widget {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
}
.header-widget img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.header-widget-group .header-widget {
    margin-left: 20px;
        margin-right: 10px;
}
.header-part.active .header-widget:hover i {
    background: red;
}
.header-widget:hover i {
    color: #fff;
    background:red;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.header-widget i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background:#e78624;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.header-part.active .header-widget sup {
    border-color: #fff;
}
.header-widget sup {
    position: absolute;
    top: -12px;
    left: 20px;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #e78624;
    border: 2px solid #fff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.header-widget span {
   font-size: 18px;
    font-weight: 400;
    margin-left: 8px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-align: left;
    text-transform: capitalize;
    color: #39404a;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    text-decoration: none;
}
.header-widget sup {
    position: absolute;
    top: -12px;
    left: 20px;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    color:#ffffff;
    background: #e78624;
    border: 2px solid #fff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.nav-link  {
  /*  padding: 22px 0px;*/
  padding: 5px 0px;
    font-weight: 600;
    color: #555555;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    font-size: 18px;
}
/*.nav-link:hover{
        background: red;
    color: #fff !important;
    border-radius: 5px
}
 .active{
    background: red;
    color: #fff !important;
    border-radius: 5px
}*/
.navbar-item {
    margin-right: 30px;
}

.header-logo img {
    width: auto;
   /* height: 45px;*/
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.navbar {

    padding-top: 0 !important;
    padding-bottom: 0 !important;

}

.single-banner{
    background-image: url(../images/33.jpg);
    background-repeat: no-repeat;
    background-size: cover ;
    padding: 40px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    background-position: bottom;
}



.single-banner h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}

.sticky-top .logo-width3{
    max-width: 100px
}
/*------------------------------------products*/
.section {
    padding-bottom: 55px;
    background: #f8f9faa3;
    padding-top: 55px;
}
.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.product-card {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    padding: 15px 18px;
    border-radius: 8px;
        box-shadow: 0 0 10px #e2e2e2;
    background: #fff;
    border: 1px solid #f7f4f4;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.product-media {
    position: relative;
}
.product-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px;
}
label-text.sale {
    background: #e86121;
}
.label-text.sale {
    background: #e86121;
}

.label-text.new {
    background: #11b76b;
}
input, button {
    border: none;
    outline: none;
    background: none;
}
.label-text {
    font-size: 14px;
    padding: 5px 8px;
    line-height: 13px;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}


.product-wish {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    color: #cccccc;
}


.product-image img {
    width: 100%;
    height:300px;
    object-fit: contain;
}
.product-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.product-widget a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: 0px 6px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    background: #e78624;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 7px 12px 0px rgb(0 0 0 / 12%);
    box-shadow: 0px 7px 12px 0px rgb(0 0 0 / 12%);
}

.fa-random:before {
    content: "\f074";
}
.fa-play:before {
    content: "\f04b";
}
.fa-eye:before {
    content: "\f06e";
}

.product-card:hover .product-widget {
    opacity: 1;
    bottom: 15px;
}

.product-content {
    padding-top: 12px;
    text-align: center;
    border-top: 1px solid #e8e8e8;
}

.product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3px;
}
.product-rating .active {
    color: #ffab10;
}
.product-rating i, .product-rating a {
    font-size: 14px;
    margin: 0px 2px;
    color: #777777;
}
.icofont-star:before {
    content: "\f000";
}

.product-name {
    margin-bottom: 3px;
    text-transform: capitalize;
}
.product-name a {
    color: #565765;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    height: 40px;
}
.product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 13px;
}
.product-price del {
    color: #ff3838;
    margin-right: 8px;
}

.product-price span {
    color: #e78624;
    white-space: nowrap;
}
.product-add {
    width: 100%;
    font-size: 15px;
    padding: 6px 0px;
    border-radius: 6px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background: #e78624;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.product-add i {
    font-size: 14px;
    margin-right: 5px;
}

.product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}
.section-btn-25 {
    text-align: center;
    margin-top: 25px;
}

.btn-outline:hover {
    color: #fff;
    background: #e78624;
}
.product-item-caption-qty {
    display: flex;
    clear: both;
    align-items: center;
}
.product-item-caption-qty button[data-type=minus] {
   border-radius: 5px 0 0 5px;
}
.product-item-caption-qty button {
    box-shadow: none;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    padding: 0 10px;
    line-height: 2px;
    align-items: center;
    justify-content: center;
    font-family: Arial,Helvetica,sans-serif;
}
.product-item-caption-qty input.input-number {
  height: 30px !important;
    max-width: 40px;
    border-width: 1px 0;
    text-align: center;
    padding: 0;
    border-radius: 0;
    border-color: var(--DTColor_Border);
}
.product-item-caption-qty button[data-type=plus] {
    border-radius: 0 5px 5px 0;
    margin-right: 5px;
}
.product-item-caption-qty button {
    box-shadow: none;
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    padding: 0 10px;
    line-height: 2px;
    align-items: center;
    justify-content: center;
    font-family: Arial,Helvetica,sans-serif;
}
/*input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button[type=button]:hover, *[role=button]:hover, button:hover, button.active, .button:hover, a.button:hover, .dt-sc-btn:hover, a.spr-summary-actions-newreview:hover, .spr-summary-actions-newreview:focus, .shopify-payment-button__button--unbranded:hover:not([disabled]):hover {
    background-color: var(--DT_Button_BG_Hover_Color);
    color: var(--DT_Button_Text_Hover_Color);
    border: var(--DT_Button_border_width) solid var(--DT_Button_hover_border_Color);
}*/
.btn-number{    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    float: none;
    font-size: var(--DTFontSizeBase);
    font-weight: 400;
    margin: 10px 0 0;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    line-height: var(--DT_Body_Line_Height);
    border-radius: var(--DT_Button_Border_Radius);
    padding: var(--DTPadding_Btn);
       color: #fff;
    background-color: #e78624;
    border: var(--DT_Button_border_width) solid var(--DT_Button_border_Color);
}

/*.btn {
    border: none;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 6px;
    border: 2px solid #e78624;
}
*/

.btn i {
    margin-right: 5px;
}


/*---------------------------------footer*/
.footer-part {
    padding-top: 55px;
    background: #f5f6f7
}


.footer-widget {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
    width: 180px;
}

.footer-desc {
    margin-bottom: 30px;
}


.footer-social li {
    display: inline-block;
    margin-right: 7px;
}


.footer-social li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #e78624;
    background: #fff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.footer-widget.contact {
    margin-left: 30px;
}

.footer-title {
    margin-bottom: 25px;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}


.footer-contact li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
}

.footer-contact li i {
    font-size: 30px;
    margin-right: 15px;
    color: #e78624;
}

.footer-contact li p span {
    display: block;
}

.footer-links {
    display: -ms-grid;
    display: grid;
    grid-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.footer-links ul li {
    margin-bottom: 15px;
}

.footer-links ul li a {
    color: #000;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.footer-bottom {
    margin-top: 20px;
    padding: 20px 35px 15px;
    border-radius: 8px 8px 0px 0px;
    background: #e78624;
    border-top: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-copytext {
    font-size: 15px;
    color: #fff;
}
.footer-copytext a {
    color: #ddffd5;
}
.footer-card a {
    margin-left: 10px;
}

.footer-card a img {
    width: 50px;
    border-radius: 3px;
}

.myacc{
    padding:0 !important;
}


.myacc li a i{
    color: red;
    padding-right: 10px;
    width: 20px;
    height: 20px;
}



/*--------------------------------Product detail*/

/*.inner-section {
    margin-bottom: 100px;
}*/
.btn-close {

    float: right;
}
.modal-dialog {
    width: 600px;
    margin: 30px auto;
}
.details-gallery {
    position: relative;
   /*   position: sticky;
        top: 0*/
}
.details-preview  img {
  /*    width: 400px;*/
   width: 550px;
    border-radius: 8px;
    background: #fff;
    height: 400px;
    object-fit: contain;

}
.details-label-group {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.details-label {
    font-size: 14px;
    padding: 6px 10px;
    margin-bottom: 6px;
    line-height: 13px;
    border-radius: 3px;
    text-transform: capitalize;
    text-align: center;
    color: #fff
}

.details-label:last-child {
    margin-bottom: 0px
}

.details-label.off {
    background: var(--red)
}

.details-label.new {
    background: var(--green)
}

.details-label.sale {
    background: var(--orange)
}

.details-label.feat {
    background: var(--purple)
}

.details-label.rate {
    background: #ffab10
}

.details-preview {
    margin-bottom: 16px;
      /*  background: #fff;*/
}

.details-preview li img {
    width: 100%;
    border-radius: 8px
}

.details-thumb li {
    margin: 0px 8px;
    cursor: pointer
}

.details-thumb li img {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #fff
}

.details-thumb .slick-current img {
    border: 1px solid #e78624
}

.product-navigation {
    margin-bottom: 25px;
    padding: 20px 25px;
    border-radius: 8px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-navigation li a {
    color: var(--text);
    text-transform: capitalize;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-navigation li a:hover {
    color: #e78624
}

.product-navigation li a:hover .product-nav-popup {
    visibility: visible;
    opacity: 1
}

.product-nav-popup {
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 3;
    width: 100px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    border-radius: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid var(--border);
    -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.product-nav-popup::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: -3px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    background: #fff;
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border)
}

.product-nav-popup img {
    width: 100%
}

.product-nav-popup small {
    font-size: 14px;
    line-height: 18px;
    display: inline-block
}

.details-content {
    padding: 35px 35px;
    border-radius: 8px;
    background: #fff
}

.details-name {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 5px;
    text-transform: capitalize
}
.specific_hd {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .02em;
    margin: 0 0 14px;

}
.details-name a {
    color: var(--heading);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.details-name a:hover {
    color: #e78624
}

.details-meta {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.details-meta p {
    font-size: 13px;
    margin-right: 20px;
    white-space: nowrap;
    text-transform: uppercase;
    color: var(--placeholder)
}

.details-meta span,
.details-meta a {
    margin-left: 5px;
    color: var(--placeholder)
}

.details-meta a:hover {
    text-decoration: underline;
    color: #e78624
}

.details-rating {

    margin-bottom: 15px
}
.details-rating li{
    list-style-type: none;
    font-weight: 600;
}

.details-rating i{
    color: #e78624
}
.details-rating i,
.details-rating a {
    font-weight: 600;
    font-size: 15px;
    margin-right: 3px;

}

.details-rating a {
    margin-left: 8px;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.details-rating a:hover {
    color: #e78624;
    text-decoration: underline
}

.details-rating .active {
    color: #ffab10
}

.details-price {
    margin-bottom: 20px
}

.details-price del {
    color: var(--red);
    margin-right: 25px
}

.details-price span {
    color: #e78624;
    white-space: nowrap
}

.details-price span small {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}

.details-desc {
    margin-bottom: 25px
}

.details-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px
}

.details-list-group:last-child {
    margin-bottom: 0px
}

.details-list-title {
    font-weight: 500;
    margin-right: 15px;
    color: var(--heading);
    text-transform: capitalize
}

.details-tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.details-tag-list li {
    margin-right: 8px
}

.details-tag-list li a {
    font-size: 14px;
    line-height: 12px;
    padding: 8px 10px;
    border-radius: 5px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    color: var(--text);
    background: #f5f5f5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.details-tag-list li a:hover {
    color: #fff;
    background: #e78624
}

.details-share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.details-share-list li {
    margin-right: 8px
}

.details-share-list li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: var(--text);
    background: #f5f5f5;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.details-share-list li a:hover {
    color: #fff;
    background: #e78624
}

.details-add-group {
margin: 15px 0px 15px;
}

.details-add-group .product-add,
.details-add-group .action-input {
    padding: 10px 0px;
    color: #fff;
    background: #e78624;
    text-transform: uppercase
}

.details-add-group .action-minus i,
.details-add-group .action-plus i {
    background: #f5f5f5
}

.details-action-group {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative
}

.details-action-group a {
    padding: 10px 0px;
    border-radius: 8px;
    color: var(--text);
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.details-action-group a:hover {
    color: #e78624
}

.details-action-group a i {
    font-size: 16px;
    margin-right: 8px
}

.details-action-group a span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

.details-wish.active {
    color: #fff;
    background: #e78624
}

.details-wish.active:hover {
    color: #fff;
    background: #e78624
}

.product-details-frame {
    padding: 50px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: #fff
}

.product-details-frame:last-child {
    margin-bottom: 0px
}

.frame-title {
    margin-bottom: 30px;
    text-transform: capitalize
}

.tab-descrip {
    position: relative
}

.tab-descrip ul {
    list-style: disc;
    margin-left: 20px;
    margin-top: 25px
}

.tab-descrip ul li {
    margin-bottom: 8px
}

.tab-descrip ul li:last-child {
    margin-bottom: 0px
}

.tab-descrip img {
    width: 100%;
    border-radius: 8px
}

.tab-descrip a {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 80px;
    height: 80px;
    font-size: 22px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: rgba(15, 199, 86, 0.8);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: var(--primary-bshadow);
    text-shadow: var(--primary-tshadow)
}

.table-bordered {
    margin-bottom: 0px
}

.table-bordered th,
.table-bordered td {
    padding: 12px 25px;
    text-align: left
}

.table-bordered th {
  
        font-weight: 600;
    background: #e78624;
    color: #fff;
}

.table-bordered td:last-child {
    border-right: 1px solid var(--border)
}

.review-item {
    padding: 45px 45px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: #f5f5f5;
    border: 1px solid var(--border)
}

.review-item:last-child {
    margin-bottom: 0px
}

.review-media {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.review-avatar {
    margin-right: 15px;
    border-radius: 50%;
    border: 2px solid #e78624
}

.review-avatar img {
    width: 65px;
    border-radius: 50%;
    border: 2px solid #fff
}

.review-meta {
    text-transform: capitalize
}

.review-meta a {
    color: var(--heading);
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.review-meta a:hover {
    color: #e78624
}

.review-meta span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--text)
}

.review-meta span b {
    font-weight: 500;
    color: #e78624
}

.review-rating {
    margin-bottom: 10px
}

.review-rating li {
    font-size: 16px;
    margin-right: 5px;
    color: #ffab10;
    display: inline-block
}

.review-desc {
    margin-bottom: 20px
}

.review-reply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.review-reply input {
    width: 100%;
    padding: 7px 18px;
    border-radius: 6px;
    margin-right: 20px;
    background: #fff
}

.review-reply button {
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 6px;
    color: #fff;
    background: #e78624;
    text-transform: capitalize;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s
}

.review-reply button:hover {
    background: var(--heading)
}

.review-reply button i {
    margin-right: 5px
}

.review-reply-list {
    margin-left: 80px;
    margin-top: 35px;
    border-top: 1px solid var(--border)
}

.review-reply-item {
    padding: 30px 0px;
    border-bottom: 1px solid var(--border)
}

.review-reply-item:last-child {
    padding-bottom: 0px;
    border-bottom: none
}

.review-form .btn {
    width: 100%;
    padding: 12px 30px
}

@media (max-width: 991px) {
    .details-preview img {
    /* width: 400px; */
    width:100% !important;
    border-radius: 8px;
    background: #fff;
    height: auto !important;
    object-fit: contain;
}
    .product-navigation {
        margin: 25px 0px
    }

}

@media (max-width: 575px) {.header-widget span{ display:none}
    .details-content {
        padding: 20px
    }.product-image img {
    width: 100%;
    height: 175px;
    object-fit: contain;
}.single-banner h2 {
    font-size: 25px;}

    .details-name {
        font-size: 22px;
        line-height: 30px
    }

    .product-details-frame {
        padding: 20px
    }

    .review-item {
        padding: 20px 15px
    }

    .review-reply {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .review-reply input {
        margin: 0px 0px 15px
    }

    .review-reply-list {
        margin-left: 25px
    }

    .star-rating label {
        margin: 0px 6px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .review-reply-list {
        margin-left: 30px
    }
}


















@media(max-width: 991px){
    .header-top {
    padding: 4px 0px;
    background: #000;
    display: none;
}
    .logo-width3 {
/*    max-width: 120px;*/
 /*   margin-left: 35px;*/

    height: 70px !important;
}
.header-widget-group .header-widget:first-child {
    margin-left: 0px;
    margin-right: 0;
}
.navbar-toggler {

  /*  position: absolute;*/
    cursor: pointer;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
    top: 80px;
    padding: 13px 20px;
    border-top: 1px solid #ececec;
}
.logo-width2{
    display: none;
}
.footer-widget.contact {
    margin-left: 0px;
}
.footer-widget {
    margin-bottom: 20px;
}
.footer-bottom {
   /* padding: 25px 15px 75px;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
      padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: 0;
}
.product-card {
    padding: 8px;
    margin-bottom: 8px;
}
.col {
    padding: 0px 4px;
}
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 92%;
}
}


/*-----------------cart*/
.my-account {
    padding-bottom: 50px;
        padding-top: 50px;
}
.edit_profle {
    margin-left: 0;
    padding: 0;
    border-radius: 0;
    bottom: 7px;
}
.pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
}
.proditem {
     padding: 10px 10px 10px 10px;
    border-radius: 8px;
    background: #ae973f1c;
    margin-bottom: 16px;
    border: 1px solid #ececec;
}
.leftside-icons {
    display: inline-block;
    width: 12%;
    vertical-align: middle;
}
.product-item-photo {
    display: inline-block;
    border-radius: 50%;
}
.rightside-details {
    display: inline-block;
    width: 87%;
    vertical-align: middle;
}
.product-item-name a {

    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 700;
}
.mfr-name p {
    font-weight: Italic;

    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 16px;
    font-style: italic;
}
.item-prices span.itemprice {

    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 700;
    padding-right: 5px;
}
.item-prices span {
    display: initial;
    font-weight: 700;
    color: #008000;
    padding-right: 5px;
}
.item-prices span.mrpprice {
    font-size: 13px;
    color: #000;
    line-height: 16px;

}
.sticky-position {
    position: sticky;
    right: 0;
    top: 162px;
    left: 68%;
}
.cart_totl_2 {
    /* padding: 20px 20px 50px 20px; */
    background: #fff;
    border-radius: 5px;
}
.cart_totl_w {
    display: flex;
}
.cart_tots_1 {
    display: inline-flex;
    width: 200px;
}
.cart_totl_w h4 {
    padding: 9px;
    font-size: 17px;
        margin-bottom: 0;
}
.cart_tots_2 {
    padding: 0;
}
.promo_bvn_1 {
    font-size: 12px;
    color: #e11500;
    line-height: 16px;
    text-transform: uppercase;
    padding: 10px;
    min-width: auto;
    background: 0;
    border: none;
    letter-spacing: 1px;
    margin-right: 19px;
    font-weight: 700;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    height: 38px;
    border-radius: 3px;
}
.profil_form {
   padding: 11px;
    border-radius: 40px;
    border: 1px solid #dc3545;
}
.btn-warning {
    color: #000;
    background-color: #b2c310;
    border-color: #b2c310;
}
.btn-warning:hover {
    color: #000;
    background-color: #b2c310;
    border-color: #b2c310;
}
.textarea_f1 {
    height: 150px;
    max-height: 150px;
    /* max-width: 50%; */
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 7px;
    color: #727272!important;
    font-size: 13px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.note_buton {
    display: block;
    padding: 9px 30px;
    background: #eca906;
    font-size: 15px;
    border-radius: 6px;
    font-weight: 500;
    color: #000;
}


@media only screen and (max-width: 991px){
    .product-item-photo {
    display: inline-block;
    width: 70px;
    /* height: 45px; */
    /* position: relative; */
    border-radius: 50%;
}
    .proditem {
    padding: 16px 24px;
    border-radius: 8px;
    background: #ae973f1c;
    margin-bottom: 16px;
    border: 1px solid #ececec;
}



.leftside-icons {
    display: inline-block;
    width: 22%;
    vertical-align: top;
}
.product-item-photo {
    display: inline-block;
    width: 70px;
    /* height: 45px; */
    /* position: relative; */
    border-radius: 50%;
}
.product-item-photo img{width: 60px;}
.rightside-details {
    display: inline-block;
    /* width: 100%; */
    width: 75%;
    vertical-align: top;
}
.product-item-name a {

    font-size: 14px;
    color: #000;
    line-height: 24px;
    font-weight: bold;
}
.mfr-name p {
    font-weight: Italic;

    font-size: 12px;
    color: rgba(0,0,0,.6);
    line-height: 16px;
    font-style: italic;
}

.item-prices span.itemprice {

    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: bold;
    padding-right: 5px;
}
.item-prices span {
    display: initial;
    font-weight: bold;
    color: #008000;
}
.cart_quantiy {
    width: 134px;
    padding: 10px 0;
}
.my-account {
    padding-bottom: 50px;
    width: 95%;
}.textarea_f1 {
    height: 150px;
    max-height: 100px;
    max-width: 100%;
}
}

.sticky-position {
    display: block;
    padding: 0 6px 0 0;
    float: left;
    /* width: 22%; */
    /* padding: 0 15px; */
  /*  position: sticky;
    top: 100px;*/
}
.custome-link {
    display: inline-block;
    width: 100%;
    /* padding: 0 0 0 55px; */
    background: #00000017;
    /* border-radius: 8px; */
    margin: 0 0 16px;
}
.linkcol {

    font-size: 14px;
    color: #000;
    line-height: 24px;
    padding: 0 24px 17px 24px;
    width: 100%;
    display: inline-block;
    position: relative;
    /* background: #fff; */
    border-radius: 8px;
    margin-bottom: 10px;
    text-align: left;
}
.linkcol a {

    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding: 10px 0 10px 6px;
    width: 100%;
    display: inline-block;
    position: relative;
    text-decoration: none;
    background: 0 0;
}
.linkcol a i {
    color: #000;
    margin-right: 10px;
}
.linkcol a:after {
    content: " ";
    position: absolute;
    bottom: 0;
    background: #12110f42;
    height: 1px;
    left: 0;
    width: 100%;
}
.form_headr1 {
    padding-left: 0;
    margin: 0 0 25px;
    font-weight: 600;
    font-size: 25px;
    /* text-align: center; */
    position: relative;
    padding-bottom: 10px;
    border-radius: 20px 10px 20px 10px;
    padding: 10px 0;
        color: #000;
}
.form_headr1:after {
    content: "";
    position: absolute;
   left: 42px;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    background: #e78624;
    bottom: 0;
}
.cartfl_list {
    background: #fff;

    padding: 20px;
    /* float: left; */
    width: 100%;
    box-shadow: 0 0 10px #e2e2e2;
    margin-bottom: 20px;
}

.profl_sevew {
    float: left;
    width: 100%;
   /* padding: 0;*/
    background-color: #fff;
    position: relative;
}
.dashboard_s {
    float: left;
    width: 33.33%;
    padding: 15px;
}
.dashboard_w {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #f1f1f1;
}
.dashboard_w img {
    margin: 0 auto 15px;
    display: block;
    max-width: 50px;
}
.dashboard_w .cart_header {
    text-align: center;
    margin: 0 auto 2px;
    display: block!important;
    font-size: 22px;
}
.dshbrd_list {
    text-align: center;
    display: block;
    color: #ec390d;
    font-size: 26px;
}
.dshbrd_item {
    text-align: center;
    display: block;
    color: #666;
    font-size: 13px;
    margin-bottom: 4px;
}
.dashbrd_btn {
    display: table;
    text-align: center;
    margin: auto;
    font-weight: 500;
    color: #444;
}
.dshbrd_info {
    float: left;
 /*   width: 50%;*/
    padding: 15px;
}
.flex-row .dshbrd_infw {
    height: 100%;
}

.dshbrd_infw {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid #f1f1f1;
    position: relative;
}
.dshbrd_infw img {
    margin-bottom: 10px;
    max-width: 60px;
}
.dshbrd_infn {
    text-align: left;
    display: block;
    color: #333;
    margin-bottom: 5px;
    font-size: 14px;
}
.dshbrd_infw .dashbrd_btn {
    margin: 0;
    color: #ec4a1f;
    font-size: 14px;
    font-weight: 600;
}

.dashbrd_btn {
    display: table;
    text-align: center;
    margin: auto;
    font-weight: 500;
    color: #444;
}
.user-area .user-item {
   /* max-width: 600px;*/
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 0 10px #e2e2e2;
}
.user-area .user-item .form-group {
    margin-bottom: 15px;
}
.prfil_form2, .profil_form {
    width: 100%;
    background: #fff;
    height: 40px;
    border: 1px solid #ccc;
    margin: 0;
    color: #727272 !important;
    font-size: 13px;
    transition: all 0.4s;
    margin-bottom: 10px;
}
.profil_form {
    padding: 11px;
    border-radius: 4px;
}
.profil_form {
    padding: 9px;
    border-radius: 4px;
}
.common-btn {
    display: inline-block;
     color: #fff;
    background-color: #e78624;
    padding: 8px 30px;
    font-weight: 600;
    border: 0;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1!important;
    z-index: 1;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    border-radius: 25px;
    height: 40px;
}
.add-address {
    border: 1px solid #a6a8b4;
    width: 100%;
    display: inline-block;
    padding: 30px 0 16px 40px;
    text-align: left;
    letter-spacing: .15px;
    position: relative;
    border-radius: 8px;

    font-size: 16px;
    color: rgba(21,27,57,.6);
    line-height: 24px;
}
.add-address:after {
    content: "+";
    position: absolute;
    left: 16px;
    top: 10px;

    font-size: 26px;
    color: #f2441b;
    line-height: 24px;
}
.total_phead {
    display: inline-flex;
    padding-right: 30px;
    font-weight: 600;
}
.p-1 {
    padding: 0.25rem!important;
}
.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

        .ordersBox{padding:0;margin: 0 -10px 10px;}
.ordersBoxshow .ordersBoxshowbody .ordersBoxbodyInner{flex: 0 0 50%;max-width: 50%;}
.ordersBoxshow .ordersBoxshowbody .ordersBoxbodyInner.summary{flex: 0 0 100%;max-width: 100%;}
.prodictOrderList,.prodictOrderListRow{display:block;}
.prodictOrderList .prodictOrderListRow{display:flex;box-shadow: 0 0 10px rgb(0 0 0 / 15%);    margin-bottom: 12px;    flex-wrap: wrap;    align-items: center;position: relative;}
.prodictOrderList .prodictOrderListRow .prodictOrderListCell.countsec:before{display:none;}
.prodictOrderList .prodictOrderListRow.RowHead{display:none;}
.prodictOrderList .prodictOrderListRow .prodictOrderListCell{display:inline-block;border-bottom:0}
.prodictOrderList .prodictOrderListRow .prodictOrderListCell:before{content:attr(data-title);display:inline-block}
.prodictOrderList .prodictOrderListRow.RowTitle{
    padding:0 15px;
    display:flex;
    /*display: none;*/
    justify-content:space-between;
    margin-bottom:}
.prodictOrderList .prodictOrderListRow.RowTitle .prodictOrderListCell{padding-left:0;padding-right:0}
.prodictOrderList .prodictOrderListRow .sm-none{display:none;}
.prodictOrderList .prodictOrderListRow .countsec{position:absolute;width: 30px;height: 30px;text-align: center;top: -10px;left: -10px;border-radius: 50%;box-shadow: 0 0 10px rgb(0 0 0 / 15%);background-color: #fff;z-index: 1;}
.prodictOrderList .prodictOrderListRow .prdtDesc{width:50%;}
.prodictOrderList .prodictOrderListRow .qtysec{width:25%;}
.prodictOrderList .prodictOrderListRow .qtycart{width:25%;}
.prodictOrderList .prodictOrderListRow .sbbtotalsec,.prodictOrderList .prodictOrderListRow .totalsec{
    /*width:50%;background-color:#f1be44;color:#fff;*/text-align:center;}
.prodictOrderList .prodictOrderListRow .sbbtotalsec:before,.prodictOrderList .prodictOrderListRow .totalsec:before{margin-right:5px;}
.prodictOrderList .prodictOrderListRow .prdtDesc:before{display:none;}
.prodictOrderSaving .savingIcon img{max-width:78px;    margin: 0 auto;}
.prodictOrderSaving{max-width:100%;     margin-bottom: 13px;}
}

/*-----------------------order-history*/
.ordersBox{display:block;padding:10px;}
.ordersBox .ordersmllbox{
    display:flex;justify-content: space-between;border: 1px solid #ddd;align-items:
     center;font-size: 13px;cursor:pointer;color:#000
 }
.ordersBox .ordersmllbox>.icon{width:60px;display:inline-block;
    height:60px;text-align:center;line-height:60px;font-size:23px;background-color: #e78624;color:#fff;position:relative;padding: 0;}
.ordersBox .ordersmllbox>.icon:after{position:absolute;content:'';display:inline-block;width:15px;
height:15px;background-color:#e78624;right:-7px;top:50%;transform:translatey(-50%) rotate(45deg);}
.ordersBox .ordersmllbox>.status{}
.ordersBox .ordersmllbox>.status span.fa{width: 25px;height: 25px;text-align: center;line-height: 25px;margin-right: 5px;border-radius: 50%;color: #ffffff;text-shadow: 0 0 2px rgb(0 0 0 / 49%);}
.ordersBox.Orderplaced .ordersmllbox>.status span.fa{background-color: #2196f3;}
.ordersBox.Process .ordersmllbox>.status span.fa{    background-color: #ffe500;text-shadow: none;color: #000;}
.ordersBox.dispatched .ordersmllbox>.status span.fa{background-color:#ff9800;}
.ordersBox.delivered .ordersmllbox>.status span.fa{background-color: #5caf39;}
.ordersBox.no-deliver .ordersmllbox>.status span.fa{background-color:#f44336;}
.ordersBox.cancel .ordersmllbox>.status span.fa{background-color:#e02011;}

.ordersBox .ordersmllbox div{padding: 0 18px;
    position: relative;
    transition: all 0.4s;
    width: 218px;
    height: 21px;}

    }
.ordersBox .ordersmllbox div:before{content:'';display:inline-block;position:absolute;top:-5px;height:30px;width:1px;background-color:#a5a5a5;left:0;}
.ordersBox .ordersmllbox div.date span.fa{padding-right:7px;}
.ordersBox .ordersmllbox div.totalQty button{display:none;}
.ordersBox .ordersmllbox div:first-child:before,.ordersBox .ordersmllbox div:nth-child(2):before,.ordersBox .ordersmllbox.active div.totalQty:before{display:none;}
.ordersBoxshow{height:0;overflow:hidden;padding:0px;opacity: 1;visibility:hidden;transform:translateY(100px);transition: all 0.4s;background-color: #f9f9f9;border:1px solid #f9f9f9;box-shadow:0px 3px 6px rgb(0 0 0 / 10%);}
.ordersBoxshow.in.fadeInUp,.ordersBoxshow.in{height:auto;overflow:visible;padding:15px;opacity:1;visibility:visible;transform:translateY(0px);}


.ordersBox.Orderplaced .ordersBoxshow{background-color: #f9fafb;
    border: 1px solid #f9fafb;}
.ordersBox.Process .ordersBoxshow{background-color: #f9fafb;
    border: 1px solid #f9fafb;}
.ordersBox.dispatched .ordersBoxshow{background-color: #f9fafb;
    border: 1px solid #f9fafb;}
.ordersBox.delivered .ordersBoxshow{background-color: #f9fafb;
    border: 1px solid #f9fafb;}
.ordersBox.no-deliver .ordersBoxshow{background-color: #f9fafb;
    border: 1px solid #f9fafb;}
.ordersBox.cancel .ordersBoxshow{background-color: #f9fafb;
    border: 1px solid #f9fafb;}

.ordersBox.Orderplaced .ordersBoxbodyInner.summary:before,
.ordersBox.Orderplaced .ordersBoxbodyInner.summary:after{border-color: #dcefff;}
.ordersBox.Process .ordersBoxbodyInner.summary:before,
.ordersBox.Process .ordersBoxbodyInner.summary:after{border-color: #fffbc9;}
.ordersBox.dispatched .ordersBoxbodyInner.summary:before,
.ordersBox.dispatched .ordersBoxbodyInner.summary:after{border-color: #ffefd9;}
.ordersBox.delivered .ordersBoxbodyInner.summary:before,
.ordersBox.delivered .ordersBoxbodyInner.summary:after{border-color: #e2ffe4;}
.ordersBox.no-deliver .ordersBoxbodyInner.summary:before,
.ordersBox.no-deliver .ordersBoxbodyInner.summary:after{border-color: #ffe5e4;}
.ordersBox.cancel .ordersBoxbodyInner.summary:before,
.ordersBox.cancel .ordersBoxbodyInner.summary:after{border-color: #ffe5e4;}

.ordersBox .ordersmllbox.active div.totalQty button{display:inline-block;border-radius:3px;padding:8px 15px;color:#fff;background-color:#eca906;}
.ordersBox .ordersmllbox.active div.totalQty button:hover,.ordersBox .ordersmllbox.active div.totalQty button:focus{background: #743700;
    color: #fff;
    outline: 0;}
.ordersBox .ordersmllbox.active div.totalQty span.itmqty{display:none;}
.ordersBoxshow .ordersBoxshowtop{display: flex;justify-content: space-between;font-size: 13px;border-bottom: 1px solid #ddd;padding: 0px 10px 10px;color: #333;}
.ordersBoxshow .ordersBoxshowtop li{font-weight:500;margin-right:5px;color:#292a84;}
.ordersBoxshow .ordersBoxshowtop li span,.ordersBoxshow .ordersBoxshowtop li span a{font-weight: normal;color: #000;}
.ordersBoxshow .ordersBoxshowtop li span a{text-decoration:underline}
.ordersBoxshow .ordersBoxshowbody{display:flex;flex-wrap:wrap;padding: 25px 0 10px;}
.ordersBoxshow .ordersBoxshowbody .ordersBoxbodyInner{flex:0 0 25%;max-width:25%;font-size:13px;padding:0px 11px;}
.ordersBoxshowbody .ordersBoxbodyInner p strong{display:block;margin-bottom: 3px;}
.ordersBoxshowbody .ordersBoxbodyInner p span{    font-weight: 500;}
.ordersBoxshowbody .ordersBoxbodyInner.summary{padding:20px 10px;position:relative;margin-top:0px;background-color:#fff}
.ordersBoxshowbody .ordersBoxbodyInner.summary:before,.ordersBoxshowbody .ordersBoxbodyInner.summary:after{content:'';width:100%;position:absolute;top:-5px;border-top:10px dotted ;left:0;}
.ordersBoxshowbody .ordersBoxbodyInner.summary:after{top:auto;bottom:-5px;border-top:0;border-bottom:10px dotted}
.ordersBoxshowbody .ordersBoxbodyInner.summary ul{display:table;width:100%;margin-bottom:5px;}
.ordersBoxshowbody .ordersBoxbodyInner.summary ul p{    font-weight: 600;padding: 0 5px;margin-bottom: 3px;}
.ordersBoxshowbody .ordersBoxbodyInner.summary ul li{display:table-row}
.ordersBoxshowbody .ordersBoxbodyInner.summary ul li span{display:table-cell;padding:1px 5px;}
.ordersBoxshow  .ordersBoxfooter{display:block;text-align:right}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
.prodlists{
    padding: 20px;
}
.prodlists ul li{
    padding:10px 0;
}
.prodlists ul li p{
    margin: 10px 0;
}


.abouts_page {float:left;width:100%;padding:50px 0; background:#fff}
.abouts_page .main_header {
       text-align: left;
    font-size: 23px;
    font-family: arial!important;
    margin: 15px 0 10px;
    font-weight: 500;
    color: #e78624;
    line-height: 32px;
}
.abouts_page .main_paragf {
    line-height: 32px;
    color: #2a2a2a;
    font-size: 16px;

}
.blog_prodct {float:left;width:100%;position:relative;padding:40px 0 ;background:#fff;position: relative;}
.blog_prodct .listelement {padding: 0px 0 30px;display: block;}
.blog_prodct .main_header {margin-bottom:15px;}
.blog_prodct .pagination {display:table;margin:auto;padding-top:20px;text-align:center;}
.blog_prodct .pagination>li>a {width:34px;height:34px;text-align:center;    color: #068aab;}
.blog_prodct .pagination>li>a, 
.blog_prodct .pagination>li>span { border-radius: 50% !important;margin: 0 2px;font-family:Poppins,sans-serif}
.blog_prodct .pagination>.active>a, 
.blog_prodct .pagination>.active>a:focus, 
.blog_prodct .pagination>.active>a:hover, 
.blog_prodct .pagination>.active>span, 
.blog_prodct .pagination>.active>span:focus, 
.blog_prodct .pagination>.active>span:hover {background-color:#068aab;border-color:#068aab;color:#fff;}
.blog_sectin {background:#fff;padding:20px;float:left;width:100%;border:1px solid #ebebeb}
.blog_partsc {padding:0 0 20px;float:left;width:100%}
.blog_partsc .about_sbhead {text-align:left;position:relative;}
.margin_btom {margin-bottom:10px;}
.blog_images {float:left;width:45%}
.blog_contnt {width:55%;float:left;text-align:left;padding:10px 15px 0 30px}
.blog_contnt .about_sbhead{text-align:left;margin:0 0 5px;font-size:20px}
.blog_metals {margin-bottom:17px;border-bottom:1px solid #ebebeb;padding-bottom:17px;font-family:Poppins,sans-serif}
.blog_metals span{font-size:13px;line-height:24px}
.blog_metals span.author{margin-right:4px}
.blog_metals span.author a{margin-right:5px}
.blog_metals span a{color:#c40316}
.blog_rmoreb {font-family:Raleway,sans-serif;color:#c40316;font-weight:700}
.blog_rmoreb:hover {text-decoration:none;color: #079dc2;}
.blog_alignr {padding:0 0 20px;margin-bottom:20px;border-bottom:1px solid #ebebeb}
.blog_smhead {font-family: arial!important;margin-bottom:0;font-size:14px;line-height:25px;margin:0 0 10px;position:relative;padding-bottom:2px;font-weight:600}
.blog_smhead:before{position:absolute;content:"";display:block;width:40px;height:2px;background:#079dc2;bottom:0}
.form_groups {position:relative;margin-bottom:35px}
.form_groups .form{width:100%;padding:8px;background:#fff;border:1px solid rgba(0,0,0,.25);margin-bottom:15px}
.blog_search {color:#fff;display:inline-block;background:#242424;border:0;padding:0 20px;height:34px;font-family: arial!important;font-size:12px;font-weight:500;transition:.3s;border-radius:3px}
.blog_search:hover{background:#079dc2}
.recent_blog {position:relative;margin-bottom:35px}
.recent_bsec {position:relative;margin-bottom:35px}
.recent_bsec a:hover{text-decoration:none}
.recent_bsec h4{font-size:13px;font-weight:600;color:#333;text-transform:capitalize;line-height:14px;line-height:19px;font-family: arial!important;margin-bottom:2px}
.recent_bsec .blog_metals{margin-bottom:0;border-bottom:0;padding-bottom:0}
.recent_brdr {margin-bottom:10px;border-bottom:1px solid #ebebeb;padding-bottom:10px}
.recent_bsec .blog_metals span{font-size:11px;color:#333;line-height:20px}
.post_thumbs {width:80px;float:left;margin-right:10px}
.recent_ctgs {position:relative;margin-bottom:0}
.category_ul {padding:0;margin:0;list-style:none}
.category_ul li{display:block;font-family: arial!important;border-bottom:1px solid #ebebeb}
.category_ul li a{display:block;color:#333;font-size:14px;line-height:25px;font-weight:500;padding:10px 0}
.category_ul li:last-child {border-bottom:0;}
/* ========================= default fonts ====================== */
.privcy_sect {background:#fff;padding:15px;float:left;width:100%;border:1px solid #ebebeb;box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);    margin-bottom: 15px;}
.privcy_sect .blog_partsc{padding:5px 0;float:left;width:100%}
.privcy_sect .blog_partsc .main_paragf{    font-size: 15px;
    line-height: 32px;
    color: #2a2a2a;}
.brder_botom {border-bottom:1px solid #ccc;}
.privcy_sect .about_sbhead.big_head{font-size:22px;position:relative;color:#e78624;
    text-transform:uppercase;margin-bottom: 10px;}
.privcy_sect .about_sbhead.brdr_head{padding-bottom:7px}
.privcy_sect .about_sbhead.brdr_head:before{content:"";position:absolute;bottom:0;width:60px;height:2px;background:#079dc2;display:block;left:0}
.delivery-changes{
    margin-top: 20px;
    color:red;font-weight: bold;
    font-size: 13px;
}