
@font-face 
{
  font-family: RobotoRegular;
  src: url(../fonts/RobotoRegular.ttf);
}
@font-face 
{
  font-family: RobotoMedium;
  src: url(../fonts/RobotoMedium.ttf);
}
@font-face 
{
  font-family: RobotoBold;
  src: url(../fonts/RobotoBold.ttf);
}
.logo.main_logo a img
{
    width: 77%;
    margin-top: -12px;
}
.mobile-nav .mobile_logo a img
{
    width: 30%;
}
.navbar-wrap.main-menu.d-none.d-lg-flex
{
    justify-content: flex-end;
}

.footer-logo img
{
    width: 50%;
}
.best-sellers-products .best_offerSlide
{
    position: relative;
}
.best-sellers-products .best_offerSlide .owl-nav
{
    width: 100%;
}
.best-sellers-products .owl-carousel .owl-item .item
{
    margin: 1px;
}
.best-sellers-products .best_offerSlide .owl-nav button
{
    background-color: #f2f4f7 !important;
    color: #000 !important;
    font-size: 38px!important;
    line-height: 35px !important;
    border-radius: 50px;
    position: absolute;
    top: 45%;
}
.best-sellers-products .best_offerSlide .owl-nav button.owl-prev
{
    left: 10px;
}
.best-sellers-products .best_offerSlide .owl-nav button.owl-next
{
    right: 10px;
}

.best-sellers-products .best_offerSlide .owl-nav button span
{
    padding: 13px;
}

/*22/09/22*/

/*login page*/
.kart_login{
    margin: 50px;
}
.user_login{
    /*width: 500px;*/
   /* width: 420px;*/
    margin: auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    max-height:80%;
     padding: 30px 30px;
    border-radius: 8px;
    max-width: 420px;
}
.kart_login .user_login .login-popup {
    padding-bottom: 20px;
    text-align: center;
}
.user_login .title-login{
 padding-top: 15px;
 padding-bottom: 15px;
 font-size: 22px;
 font-weight: 600;
}
.user_login .form-control {
    height: 50px;
    border-radius: 50px;
    padding-left: 24px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 50px;
    /*transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}
.user_login .form-check {
    padding-left: 0;
    text-align: left;
    font-size: 17px;
}
.user_login .form-check a {
   /* color: #c5c4c4;*/
   color: #ff9800;
   padding-left: 10px;
   font-size: 14px;
   font-weight: 500px;
}
.user_login .btn {
    height: 55px;
    border-radius: 0;
    background-color:#ff9800;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    /*letter-spacing: .2em;*/
    font-weight: 600;
    margin-top: 20px;
    width: 100%;
    transition: all .3s ease;
    border-radius: 50px;
}
.user_login .or_creat .box-register {
    display: block;
    text-align: center;
   /* margin-top: 30px;*/
   margin-top: 16px;
    padding: 10px;
    font-size: 17px;
}
.user_login  .or_creat .box-register a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

/*my account*/
.kart_account .container {
    padding: 0 80px;
    max-width: 100%!important;
}
.my-account {
    padding-top: 20px;
    padding-bottom: 20px;
}
.accountMenu {
    min-height: 400px;
}
.accountMenu ul {
   /* display: flex;*/
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.accountMenu ul li {
    flex: 0 0 32%;
    max-width: 32%;
    margin-top: 25px;
}
.accountMenu li a {
    color: #000;
}
.accountMenu_item {
    /*width: 350px;*/
    display: flex;
    align-items: center;
    /*border: 1px solid #ddd;*/
    background: #f2f4f7;
    padding: 15px 10px;
    border-radius: 10px;
    /*box-shadow: 1px 1px 6px 1px #dfdfdf;*/
}
.accountMenu_item span {
    margin: 0 20px;
}
.accountMenu_item i {
    font-size: 30px;
}

.accountMenu_item h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--font-family-body);
}
.accountMenu_item p {
    margin-bottom: 0;
    font-size: 14px;
    opacity: .6;
}
.accountMenu_item:hover {
    background-color: #ff9800;
    color: #fff!important;
}

a.active .accountMenu_item {
    background-color: #ff9800;
    color: #fff !important;
}
a.active .accountMenu_item p,a.active .accountMenu_item h4,a.active .accountMenu_item span {
     background-color: #ff9800;
    color: #fff !important;
}

/*wishlist*/
.wishlist_box .container {
    padding: 0 80px;
    max-width: 100%!important;
}
.wishlist_box {
    padding: 50px 0!important;
}
.wishlist_box .cartBox_item {
    margin-bottom: 30px;
    background:#f2f4f7;
    /*box-shadow: 0 0 4px 1px #e1e1e1;*/
}
.cartBox_item {
    margin-bottom: 30px;
}
.cartBox_item {
    border: 1px solid #f2f4f7;
    border-radius: 10px;
    padding: 25px;
    background-color: #fff;
}
.cart_product_thumb {
    display: block;
    text-align: center;
}
.cartWrapper.wishlist_box .cart_product_thumb img {
    height: auto;
    max-height: 200px;
}
.cartBox_item p.product-id {
    margin: 0 0 5px;
   /* font-weight: 500;*/
   color: #696969;
}
.cartBox_item p {
    color: #000;
    
}
.cart_product_content .product-price {
    text-align: left;
}
.product-price .listing-product-price {
    font-size: 22px;
    line-height: 24px;
}
.product-price .listing-product-price del {
 font-size: 14px;
 color: #9b9a9a;
 font-family: initial;
 font-weight: bold;
}
.product-price h3 {
  
    font-weight: 700;
    color: #ff9800
}
.cartWrapper .listing-product-price b {
    font-size: 24px;
   /* margin: 14px 0 0;*/
    display: inline-block;
}
.cartWrapper .product-price .listing-product-price del {
    padding: 0;
    font-size: 15px;
}

.cartBox_item p {
    color: #696969;
    margin-top: 30px;
}
.wishlist-add-date p {
    font-size: 16px;
    font-weight: 500;
    margin: 0!important;
}
/*.addToBtn {
    margin-left: 60px;
}
*/
  .cart_product_content h2 {
    font-size: 20px;
    max-width: 70%;
    margin-top: 0;

}
.cart-btn, button.wishlist_available {
        background-color: #ff9800;
    border: 1px solid #ff9800;
    width: 150px;
    /*color: #292b2d;*/
    display: block;
    padding: 9px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
      margin: 10px 0;
    transition: all .3s ease-in-out
}
button.wishlist-btn {
    background-color: initial;
    width: 150px;
    color: #fff !important;
    border: none;
    display: block;
    padding: 9px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    background-color: #e92437;
    border: 1px solid #dd2436;

}
.wishlist-btn a{
    color: #fff;
}
button.cart-btn:hover {
    color: #000!important;
    background-color: #fff!important;
   /* border-color: #ff9800;*/
}
.cart_product_content h2 {
    font-size: 20px;
    max-width: 70%;
    margin-top: 0;
}
del {
    margin-left: 5px;
}
.wishlist_box .title{
    font-size: 25px;
    /*padding-bottom: 10px;*/
    font-weight: 600;
}

/*myprofile*/

.add-address {
    padding: 40px 0;
}
form.form-edit {
    /*background:#f2f4f7;*/
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #ffffff;
}
.add-address .form-group {
    margin-bottom: 25px;
}
form.form-edit label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
    padding-right: 10px;
}

form.form-edit input {
    height: 40px;
}

.add-address input {
    border-radius: 50px;
}
.cstm-btn {
    background: #ff9800;
    border: 1px solid #ff9800;
    color: #fff;
    padding: 10px 44px 10px 44px;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
    transition: all .3s ease-in-out;
  /*  width: 31%;*/
    font-weight: 600;
}
.Gender_allCatg {
    display: flex;
    align-items: center;
}
.gender_catg {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.gender_catg input {
    margin-right: 5px;
}
.contact-form select, .form-group select, input, textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #b4b4b4;
    border-radius: 50px;
}

.Profile_birthDate .input-group-append {
    margin: 7px 0;
    right: 0;
}
.Profile_birthDate .input-group-append {
    position: absolute;
    top: 32px;
    right: 10px;
}
.add-on input {
    padding-left: 45px;
}
.add-on{
    position: relative;
}
.add-on span.input-group-addon {
    position: absolute;
    top: 9px;
    left: 13px;
    font-size: 14px;
}

/*change password*/

.kart_model h4.modal-title.account_Model {
    font-size: 18px;
}
.kart_model .modal-header{
    display: block;
}
.kart_model h4 {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}
.form-group {
    margin-bottom: 15px;
}
.ChangePassword_Submit input {
    width: 100%;
    background-color: #ff9800;
    padding: 10px 15px;
    border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    border: none;
    font-weight: 600;
}

/*myaddress*/
.kart_address .container{
        padding: 0 80px;
    max-width: 100%!important;

}
/*.kart_address {
    padding: 20px 0;
}*/
.cartBox_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.address-section h2 {
    font-size: 22px;
    text-transform: capitalize;
   /* font-weight: 600;*/
}
.address-section span a {
    color: #fff!important;
    font-weight: 600;
/*    outline: 1px solid #ff9800;*/
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
}
.kart_model_address h4.modal-title.account_Model {
    font-size: 18px;
}
.kart_model_address .modal-header{
    display: block;
}
.cp-radio .cp-radio-item{
    display: inline-flex;
    margin-right: 5rem!important;
    margin-bottom: 0.5rem;
    align-items: center;
}
.cp-radio .cp-radio-item input {
    margin-right: 5px;
}
.cp-radio-item.typ-default label {
    margin-bottom: 0;
}
#as_default_lb {
    display: flex;
    align-items: center;
}
#as_default_lb input {
    margin-right: 10px;
    width: 20px;
}
.addressForm_FtButton {
    display: flex;
    align-items: center;
}
.addressForm_FtButton .EditAddress{
    border-radius: 50px;
}
.addressForm_FtButton .pick_cancel{
    background-color: #e92437;
    color: #fff;
    opacity: 1;
 padding: 18px 29px;
 border: 1px solid #e92437;
}
/*end my address*/

.dropbtn {
  display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    color: #000;
    background: #ffe6c0;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f2f4f7;
  min-width: 250px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;

  font-weight: 500;
}
.dropdown-content .custom_drop{
  border-bottom: 1px solid #ff9800;
}
.show {
    display: block;
}

.myprofile_box{
    background: #f2f4f7;
    border-radius: 10px;
   /* margin-top: 21px;*/
    min-height: 400px;
    padding: 20px;
}
/*26/09/22*/
.kart_account .my-account li{
    margin-bottom: 20px;
}
.kart_account .accountMenu_item span{
    color: #ff9800
}
.address-section .cartBox_item {
    padding: 20px;
    background-color: #fff;
    /*height: 90%;*/
}
.cartBox_item {
    margin-bottom: 20px;
}
.default-badge {
    position: absolute;
    top: 15px;
    right: 0.8rem;
    font-size: 12px;
  /*  color: #299c9c;*/
    /*border-radius: 0.4rem;*/
    border-radius: 50px;
    /*border: 1px solid #2dc76d;*/
    padding: 7px 10px;
    border: 1px solid #ff9800f2;
    color: #ff9800f2;
    text-transform: uppercase;
    font-weight: bold;
}
.address-section .cartBox_item p {
    margin-top: 0;
   /*  color: #9d9797;*/
   color: #000000a6;
   text-transform: uppercase;
    font-weight: 600;
}
}
.address-break address {
    
    font-weight: 700;
    margin-top: 15px;
}
.set-default {
    display: flex;
    align-items: center;
}
.cp-checkbox-item {
    display: flex;
    align-items: center;
}
.add-type.text-caps {
    font-size: 14px;
}
.add-type.text-caps .type {
    font-weight: 700;
}
.add-btn {
    background-color:#ff9800;
    padding:7px;
    border: 1px solid #ff9800;
    border-radius: 50px;
    min-width: 100px;
    min-height: 32px;
    display: inline-block;
    color: #fff;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease-in-out;
    text-align: center;
    margin-top: 15px;
}
.add-btn:hover{
    background-color:transparent;
    color: #000;
    border: 1px solid #ff9800;
}
.address-title p {
    font-size: 16px;
    text-transform: uppercase;
    color: #000!important;
    font-weight: 700;
}
.address-name-number-div .number p {
    border: none;
    color: #9d9797;
}
.kart_order .order-table .table thead th {
    /*background: #000;*/
    font-size: 15px;
   /* color:#ff9800;*/
   /*width: 20%;*/
  /* padding: 20px;*/
}
.kart_order .table>tbody {
    color: #000;
    vertical-align: inherit;
}
.RecoverPassword .fa{
    padding-right: 8px;
}
.cart_product_content h6{
    font-size: 18px;
    font-weight: 600;
}
.cart_product_content .product-price b{
    font-size: 16px;
    font-family: initial;
    font-weight: 700;
}
.cart_product_content a:hover{
    color: #ff9800;
}
.address-name-number-div{
    display: flex;
}
.address-name-number-div .name p, .address-name-number-div .number p {
    border-right: 1px solid;
    line-height: 16px;
    margin: 0 10px 0 0;
    padding-right: 11px;
    text-transform: uppercase;
       
}
.cart_product_content .title{
   /* white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    }
.address-name-number-div .number p{
    border: none;
    color: #ff9800;
}
.cstm-btn:hover{
    background-color: #fff;
    color: #000;
   /* outline: 1px solid #ff9800;*/
}
del i.fa.fa-rupee {
    font-size: 13px;
}

.accountMenu_item:hover ._title h4,
.accountMenu_item:hover ._title p,
.accountMenu_item:hover span
{
    color: #fff !important;
    opacity: 1;
}
.cartBox_action .btn{
    background-color: #ff9800;
    border-radius: 50px!important;
}
.cartBox_action .btn:hover{
    background-color: #ff9800;
    color: #fff;
}
.kart_empty .custom_kart{
    margin: auto;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    padding: 30px 30px;
    border-radius: 8px;
    max-width: 38%;
}
.custom_kart .btn{
    border-radius: 50px;
}
.custom_kart .btn:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid #ff9800;
}
.not_available .btn:hover{
      background-color: #fff;
    color: #000;
    border: 1px solid;
   border-color:#ff9800;
}
.not_available .btn{
      border-radius: 50px;
}
.custom_kart h3{
    font-size: 24px;
    color: #2b2b2b;
}
.custom_kart h4{
    font-size: 20px;
    color: #524e4eed;
}
.form-control:focus{
    border-color: #ff9800!important;
    box-shadow: 0 0 0 0.2rem rgb(255 152 0 / 26%)
}
.btn-primary:active{
    border: 1px solid #ff9800!important;
    background-color: #fff!important;
    color: #000!important;
}
.address-section td{
    font-family: var(--font-family-heading);
}
.footer-area .number a{
    font-size: 15px;
    color: #675f5b;
    font-weight: 600;
}

#filteredProduct
{
     width: 100% !important;
} 

#filteredProductSearch
{
     width: 100% !important;
} 
.discount-content > a > span {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}  
.discount-content .title p {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: var(--font-family-body);
    text-transform: uppercase;
}
.shop-top-right form select {
   /*  border: 1px solid #000;*/
   border: 1px solid #ff9800;
    outline: none;
    color: #282828;
    padding: 12px;
    -webkit-padding: 10px;
    background-color: #fff;
    -webkit-background-color: #fff;
    border-radius: 10px;
}

.address-title.checkout_add
{
    display: flex;
   /* align-items: center;*/
    margin-bottom: 10px;
}
.address-title.checkout_add input
{
    width: 15px;
    margin-right: 8px;
    cursor: pointer;
}
.address-title.checkout_add p
{
    margin-bottom: 0px;
}

.alert{
    width: 104%;
    margin: 0 auto;
    padding: 10px!important;
}
.headuser i
{
    display: flex!important;
}
.headuser i:hover
{
    background-color: #ffe6c0;
}

/*04/11/22*/
.header-search-area .amount{
    font-family: var(--font-family-heading);
    font-size: 16px;
    padding-left: 18px;
}
.FavHrtIC a{
    text-align: left;
    position: absolute;
    top: 14px;
    z-index: 1;
    left: 15px;
}
.product_detail .modal-header {
    background-color:#f2f4f7;
    color: #000;
    border-bottom: 1px solid #4c4848;
}
.product_detail .modal-body {
    background-color: #fff;
    color: #000;
    / padding: 26px 24px 32px 28px; /
}
.order_detail_wrp.ord_det {
    float: left;
}
.product_detail .table>tbody {
    color: #000;
    vertical-align: inherit;
}
.product_detail .modal-title{
    font-size: 20px;
}
.youtube i{
    background: #c4302b!important;
}
.best-sellers-area{
    padding-top: 20px;
    padding-bottom: 40px;
}
/*.kart_account .my-account .parsley-errors-list{
    padding-left: 10px!important;
    padding-top: 6px!important;
}*/

/*pppp*/
.filter {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #f6f6f6; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
   /* padding-top: 60px;*/ /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the filter */
}

/* The navigation menu links */
.filter a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    font-family: Gotham;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.filter a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.filter .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
}

@media screen and (max-height: 450px) {
    .filter {
        padding-top: 15px;
    }
    .filter a {
        font-size: 18px;
    }
}

.filter_btn{
       border-radius: 10px;
    padding: 11px 31px 11px 31px;
    background: #fff;
    border: 1px solid #ff9800;
    color: #000;
    margin-top: 15px;
}
.fliter_section
{
    display: none;
}
.filter_price
{
    font-family: auto;
    font-weight: 800;
}
.sp-product-content .cart-btn 
{
    font-size: 14px!important;
    font-weight: 600!important;
    margin: 7px auto 15px auto;
    text-transform: capitalize!important;
}
.custom_filter
{
    display: block;
}
.addToBtn .cart-btn{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.kart_order .fa-eye{
   color: #ff9800;
}
.custom_row{
    display: block;
}
.address-break address{
    /*width: 50%;*/
    word-wrap: normal;
    padding-top: 10px;
}
.navbar-wrap > ul > li.active > a:hover{
    color: #ff9800;
}
 .discount-content .btn:hover {
    color: #fff;
    background: var(--color-secondary);
}
.custom_grid{
    display: none;
}
 .category_filter{
    display: block;
 }
 .cartBox_item  .address-break{
        line-break: anywhere;
 }

 /*order-success*/
  .kart_empty .custom_kart {
    margin: auto;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
    padding: 30px 30px;
    border-radius: 8px;
    max-width: 38%;
}
.custom_kart.orderSucc {
    max-width: 70% !important;
}
.custom_kart h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #262525;
}
.shipping-details, .billing-details {
    background-color: #fff;
    padding-bottom: 10px;
    height: 100%;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}
.shipping-details h3, .billing-details h3 {
    background-color: #e9e9e9;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px;
    margin: -1px 0 15px;
    color: #000;
    border-radius: 10px 10px 0px 0px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px;
}
.shipping-details p, .billing-details p {
    padding: 0 15px;
    margin: 0 0 5px;
}
 /*order-success*/

 /*arrow start*/
 .kart_select select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;


  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
      width: 100%;
    padding: 10px 15px;
    border: 1px solid #b4b4b4;
    border-radius: 50px;
}


/* arrows */



.kart_select select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
   background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}


.kart_select select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


.kart_select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.order_amount{
        max-width: 310px;
  
    overflow-wrap: break-word;
}
/*button.cart-btn btn-danger:hover{

 background-color: #fff!important;
 border: 1px solid #dc3545!important;
 color: #000!important;
}*/
.footer-area  .error.footer_error.alert-danger{
    padding: 10px;
    margin-top: 10px;
}
.footer-area .alert.footer_success.alert-success{
    padding: 10px;
}
.breadcrumb-item.active a{
    color: #ff9800!important;
}
.disabled
{
    opacity: .65;
}
.shop-details-nav-wrap
{
    margin-right: 50px;
}
.shop-details-img img
{
    width: 60%;
        max-height: 300px;
    object-fit: contain;
}
.category_filter.ProDtFilter
{
    border-right: 1px solid #ebebeb;
}
.AllPro_main
{
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.best-deal-thumb.AllPro_main
{
    height: 200px;
}
.best-deal-thumb.AllPro_main
{
    height: 150px;
}*/
.ModelProd_image
{
    padding-right: 10px;
}
.ModelProd_image img
{
    width: 100%;
}
.enquiryPro_form p
{
    text-align: center;
    line-height: 23px;
    font-size: 18px;
    color: #000;
    padding: 25px 0px;
}
.enquiryPro_form .contact-form input
{
    border: 1px solid #ced4da;
}
.modal-footer .enquiryCancel
{
    background-color: #e92437;
    border-color:#e92437 ;
    border: 1px solid;
}
.modal-footer .enquiryCancel:hover{
    border-color:#e92437 ;
    border: 1px solid!important;
    background-color: transparent!important;
    color: #000!important;
    outline: none;
}
.DetailEnq_Main .modal-footer
{
    justify-content: center;
}
h2.aboutHeading span
{
    color: #ff9800;
}
.all_priceTx
{
    display: block;
    width: 100%;
    padding-top: 5px;
}
.best-sellers-area.RelatedProduct .sp-product-thumb.AllPro_main
{
    min-height: 230px;
}

/*cancel page*/

.custom_kart.ordercancel h4{
color: #000;
font-size:24px; 
font-weight: 600;
}
.custom_kart.ordercancel p{
font-size:16px;
 color:#000;
}
.custom_kart.ordercancel .btn.btn_home{
background-color:transparent; 
color:#000; 
border: 1px solid #ff9800;
}
.kart_empty .custom_kart.ordercancel  {
 padding: 53px 30px;
} 
.shop-details-content{
        position: sticky;
         top: 0;
}
.address-section .table-responsive.order-table .table td{
white-space: nowrap;
font-size: 15px!important;
}
.btn:hover{
  
    background-color:  transparent!important;
    color: #000!important;
border: 1px solid;
border-color: #ff9800;
outline: none;
}
.btn.enquiryCancel:hover,
.btn.enquiryCancel:active
{
 
    background-color: transparent;
    color: #000;
     border: 1px solid!important;
border-color: #e92437!important;

}


.btn.newsletter__submit:hover{

    background-color: transparent!important;
    color: #000;
    border: 1px solid!important;
   border-color: #ff9800!important;
}

.addToBtn a:hover .wishlist-btn{
    color: #000!important;
    background-color: transparent;
    border: 1px solid;
   border-color:  #dd2436;
}
.after_login{
    background-color: #ff9800!important;
    color: #fff!important;
}

.footer-logo img{
    margin-top: -20px;
}

/*12/29/22*/
.slider-area{
    padding-top: 40px!important;
    padding-bottom: 25px!important;

}
.btn.btn-warning:focus{

    background-color: #fc9135!important;
    color: #fff!important;
   border-color:  #fc9135;
   border: 1px solid;

}
.btn.btn-warning:hover{

    background-color: transparent!important;
    color: #000!important;
    border-color:  #fc9135!important;
   border: 1px solid;
}
.address-section .cartBox_item .product-id{
   font-style: italic;
}
.cart-area  .alert.alert-success.messgaDisplay{
    padding: 10px 8px 10px 8px !important;
}
.cart-area  .alert.alert-success.messgaDisplay p{
    margin-bottom: 0px;
}

.enquiry_product .btn.btn-danger:focus{
      border: 1px solid #fc9135!important;
      background-color: transparent;
      color: #000;
   

}
/*.enquiry_product .btn.btn-danger.enquiryCancel:hover{
background: transparent;
color: #000;
border-color:#e92437;
   border: 1px solid;
}*/
/*12/29/22*/

/*.magnifier,
.cursorshade
{
    display:block!important;
}*/
.btn.EditAddress.pick_cancel.close:hover{
    background-color: transparent!important;
    color: #000!important;
 
   border: 1px solid;
  border-color:  #e92437;
}
.btn.EditAddress.pick_cancel.close:active{
    background-color:  #e92437!important;
    color: #000!important;
    border: 1px solid #e92437!important;
}
.btn.cart__remove{
    padding: 14px 24px!important;
}
.address-section .table{
    width: 100%!important;
    display: block!important;
    overflow-x:scroll!important;
    overflow-y: hidden;
}
.address-section .table::-webkit-scrollbar {
  width: 0em;
}
 
.address-section .table::-webkit-scrollbar-thumb {
  background-color: darkgrey;
 
}

/*.btn:active,
.btn:focus
{
    background-color: #fc9135!important;
    color: #fff!important;
    outline: 1px solid #fc9135!important;
}*/
.mobile-menu .navigation li > a:hover{
    color:  #fc9135!important;
}

.DeyailEnqu .btn:hover{
     background-color: transparent!important;
     color: #000!important;
     border: 1px solid;
     border-color: #ff9800;
}

.sp-product-content .product-status{
    height: 17px;
}

.main_pass
{
    position: relative;
}
.pass_seen
{
    right: 20px;
    top: 19px;
    position: absolute;
}
.best-deal-thumb.AllPro_main{
    min-height: 244px!important;
}
.best-deal-content .title{
/*    min-height: 90px!important;*/
}
.best-deal-content .main-content.sp-product-content
{
    padding: 0px !important;
}
section{
  /*  padding-top: 30px!important;*/
 /*   padding-bottom: 30px!important;*/
}
.unavailableIMG{
    position: absolute;
}
.alert p{
  margin-bottom: 0px!important;
}
/*.AllPro_main{
    position: relative;
}*/
.cart-coupon form input,
.contact-form .form-grp input,
.contact-form .form-grp textarea
{
  font-size: 16px !important; 
 }
.best-deal-thumb.AllPro_main.custom_bestdeal img{
    max-height: 210px;
}
.btn:active{
    background-color:#ff9800!important;
    color: #fff!important;
    border: 1px solid;
    border-color: #ff9800!important;
    outline: none;
}
/*.shop-details-flex-wrap .shop-details-img{
    position: relative!important;
}*/
 /*.produc_descr{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 39%;
}*/
.shop-details-img-wrap.main_detail{
    position: relative;
}



/*news and career*/

/*current opening section*/
.current_opening_title {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
}

.current_opening_items h3 {
    font-size: 22px;
}
.current_opening_items p {
    font-size: 14px;
    text-align: center;
    margin: 0 0 20px;
}
.current_opening .card{
    padding: 15px;
    background: #f2f4f7;
     margin-bottom: 20px;
   
    height: 100%;
}

.current_opening .col-lg-4.career_page{
    margin-bottom: 20px;
}
.current_opening h2{
    padding: 10px 0px;
}
.current_opening .card-body{
    padding: 0px!important;
}
.current_opening .desc{
    padding: 10px 10px;
    color: #fbb12f;
}

.current_opening  .opening_apply{
   font-weight: 600;
    border: 1px solid #fbb12f;
    border-radius: 50px;
    padding: 10px;
    background:  #fbb12f;
    width: 60%;
    margin: 10px auto;
    color: #fff;
}
.current_opening  .opening_apply:hover{
    background: transparent;
    border: 1px solid #fbb12f;
    color: #000;
}
.post-date i {
    color: red;
}
.news_point{
    min-height: 495px;
}
/*end section*/

/*news section*/
.latestNews {
    padding: 30px 0;
    background: #fff;
    display: inline-block;
    width: 100%;
}

.news_listing_tabs h2{
    color: #000;
    font-weight: 600;
    padding-bottom: 30px;

}

.news_listing_tabs{
    margin: 0 auto;
}
.news_listing_tags a.nav-link.active {
    background: transparent;
    border: 0;
    font-weight: 700;
    color: #000;
}

.list-post-wrap_column .list-post {
    padding-bottom: 10px;
    margin-bottom: 50px;
    position: relative;
}

.list-post-wrap_column .post-category-marker {
    position: absolute;
    top: 0;
    left: 0;
    background:#ff9800;
    z-index: 20;
    padding: 4px 15px;
    color: #fff!important;
    font-size: 11px;
    border-radius: 4px 0 0 0;
}
.list-post-wrap_column .list-post-media {
    height: auto;
    width: 100%;
}

.list-post-media {
    position: relative;
    width: 40%;
    overflow: hidden;
    height: 190px;
    float: left;
    border-radius: 4px;
}

.list-post-wrap_column .list-post-media img {
    width: 100%;
    object-fit: cover;
    height: 280px;
}
.list-post-content h2, .list-post-content h3 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    display: block;
    width: 100%;
    clear: both;
}

.list-post-wrap_column .list-post-content {
    padding: 12px 0 0;
    display: inline-block;
    width: 100%;
}
.list-post-wrap_column .list-post-content a{
    transition: all .3s ease-in-out;
    color: #000;
    text-decoration: none;
}

/*new detail page*/
.newsDetails_box {
    background: #fff;
        padding: 50px 0;
}
.newsDetails_box_top {
   /* border-bottom: 1px solid #ddd;*/
    padding-bottom: 50px;
}
/*.single-post-header {
    padding: 0 0 30px;
    border-bottom: 1px solid #eee;
}*/
.post-category-marker {
    padding: 4px 10px;
    border-radius: 2px;
    color: #fff!important;
    font-size: 10px;
    font-weight: 600;
    background: #ff9800;
    margin-bottom: 10px;
    display: inline-block;
}
.single-post-header h1 {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
}
.single-post-header h4 {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #6c6f72;
    font-family: Playfair Display,cursive;
    padding-bottom: 20px;
}
.single-post-header_img img {
    width: 100%;
}

.author-link a {
    display: flex;
    align-items: center;
}
.author-link span, .single-post-header .post-date {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.event_date{
    display: flex;
}
.event_date .post-date{
    padding: 0px 10px;
}
.current_opening .card-body  ul li{
    list-style: disc!important;
    line-height: 24px;
}
.cstm_pagination .relative svg
{
    width: 20px !important;
}
.current_opening .card .card-body ul{
    padding: 0px 0px 0px 40px;
}
 .parsley-errors-list.filled{
    margin: 8px!important;
}
.terms-and-conditions-area,
.contact-area
 {
    padding-top: 40px!important;
   padding-bottom: 40px!important;
}
.current_opening{
    padding-bottom: 30px;
    padding-top: 30px;
}

.best-deal-item{
    position: relative;
}
.best-deal-item .batch{
   position: absolute;
    /* top: 25px; */
    top: 14px;
    right: 15px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background: var(--color-primary);
    color: #fff;
    padding: 6px 6px;
    min-width: 45px;
    text-align: center;
    z-index: 1;
    line-height: 1;
}
.category-menu .megamenu > .sub-column-item.sub_item a{
    color:#ff9800 ;
}
.shop-top-meta .row{
    align-items: center;
}
.myprofile_box .profile_header{
    padding-bottom: 0px;
}
.shop-cart-widget form .cart-total-amount.main_amount span{
    color: #ff9800!important;
}
.contact-wrap-content .btn.rounded-btn{
    width: 40%;
}
.kart_account .cartBox_action{
    margin-bottom: 0px!important;
}
/*.product-desc-wrap {
        margin-top: 20px;
    padding: 30px;
    border-radius: 5px;
    background-color: #f4f4f4;
}*/
 .product-desc-wrap  table tr td strong,
 .product-desc-content p b
 {
     font-weight: 500!important;
    color: #000!important;
    font-size: 17px!important;
    font-family: RobotoMedium;
}
 .product-desc-wrap table tr td {
    padding-bottom: 10px!important;
}
.product-desc-content

{
    background: #f1f3f4;
    padding: 19px;
    border-radius: 5px;
}
.discount-style-two{
    padding-top: 40px!important;
}
.product-desc-wrap .nav-tabs .nav-link.active{
    color: #fc9135!important;
}
.product-desc-wrap{
    margin-top: 40px; 
}
.enquiryPro_form .btn.btn-danger{
    width: 48%;
}
.enquiryPro_form .btn.enquiryCancel{
    width: 48%;
}
.enquiryPro_form .modal-footer{
padding: 8px 0px;
}
.enquiryPro_form .form-grp.checkbox-grp{
    padding-bottom: 12px;
}
.enquiry_product .ModelProd_name .title{
        font-family: RobotoMedium!important;
    font-weight: 500!important;
    font-size: 21px!important;
    line-height: 28px!important;
}
/*.shop-details-flex-wrap .produc_descr .details_descount .batch{
    border-radius: 50px;
    font-size: 13px;
    padding: 22px 17px;
}*/

/*new code added below on 04-05-2023*/
.menu-area .scroll_logo{
text-align: end; 
/*margin-left: 100px;*/
}
.menu-area .scroll_logo a img{
  width:30%;
  padding: 10px;

}

.error_gif {
    
   /* min-height: 400px;*/
    background-position: 50%;
    width: 50%;
    margin: 0 auto;
}
ul.product-detail-ship-list
{
    width: fit-content;
    padding: 10px 15px;
    border-radius: 7px;
    background-color: #f6f7f9;
    margin-top: 5px;
}
ul.product-detail-ship-list li
{
    font-size: 16px;
    margin: 5px 0px;
}