@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
    font-family: 'Quicksand', sans-serif;
}
body{
    position: relative;
}
.box-shadow{
    box-shadow:0px 0px 15px rgb(0 0 0 / 10%);
}
.bg-dark {
    background-color: #222222 !important;
}
.yellow{
    color:#FFEC37 !important;
}
.contact_num {
    color: rgba(255,255,255,0.65);
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.contact_num .mdi-phone,.mdi-map-marker,.mdi-clock {
    color:#aa9867;
    margin-right:7px;
}
.contact_add {
    color: rgba(255,255,255,0.65);
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.contact_add .mdi-phone,.mdi-map-marker,.mdi-clock,.mdi-email {
    color:#aa9867;
    margin-right:7px;
}
.curreny{
    color: rgba(255,255,255,0.65);
    font-size: 12px;
    display: flex;
    align-items: center;
    font-weight: 500;
    justify-content: flex-end;
}
.curreny .mdi-currency-eth{
    color:#FFEC37;
    margin-right:7px;
}
.logo_section img{
    border-radius: 10px;
    width:160px;
}
.curreny select{
    margin-left: 10px;
}
.search_bar{
    padding: 15px 0px;
}
.search_bar .user_login_text{
    display: block;
    margin-right: 20px;
}
.search_bar .logout{
    margin-left: 20px;
    background: rgb(14 ,143 ,166,.1);
    color: #0E8FA6;
    border: 1px solid rgb(14 ,143 ,166,.1);
    width: 175px;
    font-size: 13px;
    padding: 7px 10px;
    outline:none;
}
.btn-success:not(:disabled):not(.disabled):active{
    background: rgb(14 ,143 ,166,.1);
    color: #0E8FA6;
    border: 1px solid rgb(14 ,143 ,166,.1);
}
.search_bar .logout:focus{
    box-shadow: 0 0 0 0.2rem rgb(72 180 97 / 0%);
    background: rgb(14 ,143 ,166,.1);
}
.btn-success:not(:disabled):not(.disabled):active:focus{
    box-shadow: 0 0 0 0.2rem rgb(72 180 97 / 0%);
}
.globle_search{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0px 30px;
}
.globle_search .search_outer{
    display:flex;
    width:100%;
}
.globle_search .search_outer input{
    width: 100%;
    border: 1px solid #dae1e7;
    padding: .625rem 1rem;
    border-radius: 3px 0px 0px 3px;
    outline: none;
}
.globle_search .search_outer input::placeholder{
    color: #4b566b;
    font-weight: 500;
    font-size: 14px;
}
.globle_search .search_outer .fa-search{
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #aa9867;
    color: #fff;
    font-size: 13px;
    border-radius: 0px 3px 3px 0px;
}
.user_login,.cart{
    display: flex;
    height: 40px;
}
.user_login .fa-user,.cart .mdi-cart-outline{
    color: #7d879c;
    width: 50px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #f3f5f9;
    border-radius: 50%;
    border: 1px solid rgb(125 ,135 ,156,.1);
}
.user_login_text .user_login , .cart .cart_text{
    color: #7d879c;
    font-size: 15px;
    font-weight: 600;
    margin-left: 13px;
}
.cart .cart_text{
    width: max-content;
    display: flex;
    align-items: center;
    min-width: 100%;
}
.user_login_text .user_login .hello{
    min-width: max-content;
    color: #7d879c;
    font-size: 12px;
    font-weight: 500;
}
.search_bar a:hover{
    text-decoration: none;
}
.cart_num_attach{
    position: relative;
}
.cart_num_attach .cart_number{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #aa9867;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    right: -4px;
    top: -8px;
    color: #f1f1f1;
}
.carousel-indicators li{
    background-color: #222222;
}
.carousel-indicators .active{
    background-color: #000;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    background:rgb(255 ,236 ,55,.9) !important;
}
.owl-carousel .owl-nav button span{
    color: #444;
    font-size: 22px;
    position: relative;
    bottom: 4px;
    font-weight: 700;
}
.owl-carousel .owl-nav.disabled{
    display:block !important;
}
/* ---- naigation ------ */
.nav_wrapper{
    background: #1d4833;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 14px;
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link{
    color: rgba(255,255,255,.8);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
}
.navbar{
    padding: .4rem 0rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 10%);
    border: 1px solid #fefefe;
}
.dropdown-item{
    padding: .55rem 1.5rem;
    font-size: 14px;
    font-weight: 500;
}
@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}
/*--- product slider ----*/
.container { padding: 0 15px; max-width:1170px; margin:auto;}
.owl-item {
  background-color: #fff;
  color: #333;
  text-align: center;
  height:auto;
  line-height:60px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  font-weight:600;
}
.owl-carousel .owl-stage-outer{
    padding: 10px 0px 10px 0px;
}
.owl-nav {
  margin: 20px 0 0;
  text-align:center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    margin: 0 10px;
    height: 30px;
    width: 30px;
    background: #e2d8ff;
    border-radius: 4px;
    outline: none;
}
#counter { text-align:center;}
.heading {
    padding:15px 0px 0px 0px;
    border-bottom: 1px solid #ddd;
}
.heading h6{
    margin: 0px 0px -2px;
    display: inline-block;
    border-bottom: 3px solid #aa9867;;
    padding-bottom: 15px;
    font-weight: 700;
}
.hot_selling{
    position: relative;
}
.hot_selling .slider .owl-nav{
    position: absolute;
    top: -23%;
    right: 10%;
}
.product_detail{
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.product_detail .pro_desrip a{
    color: #444;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    text-decoration: none;
}
.product_detail .pro_desrip h6{
    color: #444;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_detail .pro_desrip .text-muted{
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_detail .pro_desrip{
    padding:15px;
}
.product_detail .pro_desrip .ammount .net_price{
    color: #0E8FA6;
    font-weight: 500;
    font-size: 18px;
}
.product_detail .pro_desrip .ammount .old_price{
    text-decoration: line-through;
    color: #848484;
    font-weight: 500;
    font-size: 12px;
    margin-left: 6px;
}
.product_detail .pro_desrip .stack_status span{
    background: rgb(14 ,143 ,166,.2);
    color: #0E8FA6;
    padding: 6px 10px;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    border-radius: 3px;
}
.product_detail .pro_desrip .star_reting{
    margin: 10px 0px;
}
.product_detail .pro_desrip .star_reting i{
    color:#dbdbdb;
}
.product_carousel .carousel-control-next .carousel-control-next-icon, .product_carousel .carousel-control-prev .carousel-control-prev-icon{
    background-color: #0E8FA6;
    background-size: 11px;
    width: 50px;
    height: 32px;
    border-radius: 3px;
}
.product_carousel .carousel-control-next, .product_carousel .carousel-control-prev{
    opacity: 1;
    width:30px;
}
.product_carousel .carousel-indicators{
    display: none;
}
.product_carousel .carousel-item{
    padding-bottom:10px;
}
.product_carousel .carousel-item a:hover{
    text-decoration: none;
}
.product_carousel .carousel-item .row .col {
    width: 20%;
    max-width: 20%;
}
.product_catogery{
    position: relative;
}
.product_catogery a img{
    width: 360px;
    height: 240px;
    object-fit: cover;
}
.product_catogery img{
    height: 450px;
    object-fit: cover;
}
.product_catogery .product_hdr{
    position: absolute;
    top: 10px;
    left: 25px;
    background: rgb(255 ,236 ,55,.9);
    color: #444;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
    white-space: nowrap;
}
.product_catogery .hot_deal, .product_detail .hot_deal{
    position: absolute;
    top: 10px;
    right: 25px;
    background: rgb(228 0 0 / 90%);
    color: #f6f6f6;
    font-size: 12px;
    border-radius: 50%;
    font-weight: 600;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.footer{
    background-color: #1d4833;
    padding:35px 30px 20px 30px;
}
.footer h6 {
    color: #f0f0f0;
}
.footer_box{
    display: flex;
    align-items: end;
}
.footer_box .footer_info_icon .mdi{
    background: #aa9867;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border-radius:8px;
    font-size: 24px;
    color: white;
}
.footer_box .footer_info{
    margin-left: 15px;
}
.footer_box .footer_info h6{
    font-size: 15px;
    font-weight: 600;
}
.footer_box .footer_info p{
    font-size: 14px;
    color: rgb(255, 255, 255, 0.6);
    font-weight: 500;
}
.ftr_lists h6{
    font-weight:700;
}
.ftr_lists .ftr_hdr{
    color: #f0f0f0;
    font-weight: 700;
    font-size: 15px;
}
.ftr_lists .ftr_para{
    color: rgb(255, 255, 255, 0.6);
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
}
.ftr_lists ul li{
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
}
.ftr_lists ul li a{
    color: rgb(255, 255, 255, 0.6);
    text-decoration: none;
}
.news_input{
    display: flex;
    margin-top:15px;
}
.news_input input{
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #d3d3d3;
    background: rgba(255,255,255,.9);
    border-right: none;
    box-shadow: none;
}
.news_input input:focus{
    box-shadow: none;
    border: 1px solid #d3d3d3;
    border-right: none;
}
.news_input button{
    background: rgb(255 ,236 ,55);
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 26px;
    border-radius: 0px 3px 3px 0px;
}
.footer_social{
    margin-top: 15px;
}
.footer_social .fab{
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin-right: 9px;
    border: 1px solid rgba(0,0,0,.1);
}
.copyright{
    color: #f0f0f0;
    text-align: center;
    padding-top: 15px;
    font-size: 13px;    
}
.copyright a {
    text-decoration: none;
    color: inherit;
}
.copyright_hr {
    width: 70%;
    background-color: rgb(255, 255, 255, 0.6);
    margin-right: auto;
    margin-left: auto;
}
.collection_wrapper{
    display: flex;
    padding: 20px 40px;
    background: #fbfbfb;
}
.collection_wrapper .side_collection .side_wrapp{
    width:290px;
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.collection_wrapper .side_collection .heading{
    color: #222222;
    font-weight: 600;
    font-size: 17px;
    border: 0px;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-bottom: 1px solid #dae1e7;
    margin-bottom: 0px;
}
.collection_wrapper .side_collection .accordion{
    padding:15px;
}
.collection_wrapper .side_collection .accordion .card .card-header{
    padding: 10px 0px;
    border: 0px;
    background: #fff;
}
.collection_wrapper .side_collection .accordion .card .card-header:first-child{
    padding-top: 0px;
}
.collection_wrapper .side_collection .accordion .card .card-header:last-child{
    padding-bottom: 0px;
}
.collection_wrapper .side_collection .accordion .card{
    border:0px;
}
.collection_wrapper .side_collection .accordion .card .card-header button{
    padding: 0px;
    font-size: 14px;
    text-decoration: none;
    color: #7d879c;
    font-weight: 500;
    position: relative;
}
.collection_wrapper .side_collection .accordion .card .card-header button:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 7px;
    border-width: 2px 2px 0px 0px;
    border-style: solid;
    border-color: #333;
    right: 0px;
    transform: rotate(133deg);
    top: 5px;
}
.collection_wrapper .side_collection .accordion .card .collapse .card-body ul li a{
    padding: 0px;
    font-size: 13px;
    text-decoration: none;
    color: #222;
    font-weight: 500;
}
.collection_wrapper .side_collection .accordion .card div .card-body{
    padding: 5px 10px 5px 15px;
}
.collection_wrapper .side_collection .accordion .card div .card-body div a{
    color: #222222;
    font-weight: 600;
    font-size: 14px;
    border: 0px;
    margin-bottom: 7px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.collection_wrapper .side_collection .accordion .card div .card-body div a .mdi{
    color: #0E8FA6;
    margin-right: 8px;
}
.collection_wrapper .right_collection{
    width:calc(100% - 290px);
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    margin-left:20px;
}
.collection_wrapper .right_collection .heading {
    color: #222222;
    font-weight: 600;
    font-size: 17px;
    border: 0px;
    margin-bottom: 0px;
    padding: 15px 20px;
    border-bottom: 1px solid #dae1e7;
}
.right_collection .collection_filter{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dae1e7;
}
.right_collection .collection_filter .collection_content{
    display: flex;
    padding: 15px 20px;
}
.right_collection .collection_filter .collection_content span{
    font-size: 14px;
    text-decoration: none;
    color: #7d879c;
    font-weight: 500;
}
.right_collection .collection_filter .collection_content select{
    border: none;
    font-size: 14px;
    text-decoration: none;
    color: #7d879c;
    font-weight: 500;
    outline: none;
    width: 105px;
}
.collection_product,.collection_service {
    padding: 20px 20px 0px 20px;
}
.collection_product .product_detail .pro_thumb img,.collection_service .product_detail .pro_thumb img{
    height: 212px;
    width: 100%;
    object-fit: cover;
}
.collection_product a:hover,.collection_service a:hover{
    text-decoration: none;
}
.collection_wrapper .product_zoomer{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 10px 10px 10px 10px;
}
.collection_wrapper .product_details{
    width: 50%;
    margin-left: 30px;
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 20px;
}
.collection_wrapper .product_description{
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 20px;
}
.carousel-item .product_detail .pro_thumb img{
    height: 255px;
    width: 100%;
    object-fit: cover;
}
.collection_product .col-md-3,.collection_service .col-md-3{
    margin-bottom: 20px;
}
.slideshow-items {
    width: 100%;
  }
  .slideshow-thumbnails {
    width: 88px;
    padding: 10px;
  }
  #slideshow-items-container { display: inline-block; position: relative; padding:15px;}
  
  #lens { background-color: rgba( 233, 233, 233, 0.4 ) }
  #lens, #result { position: absolute; display: none; z-index: 1; }
  .slideshow-items { display: none; }
  .slideshow-items.active { display: block;}
  .slideshow-thumbnails { opacity: 0.5; }
  .slideshow-thumbnails.active { opacity: 1; }
  #lens, .slideshow-items, .slideshow-thumbnails, #result { border: solid var(--light-grey-2) 1px; }
  .product_zoomer .thumbnail_wrap{
    display: flex;
    flex-direction: column;
    margin: 0px;
  }
  .product_details .top_detail{
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .product_details .top_detail .detail_hdr{
    color: #222222;
    font-weight: 600;
    font-size: 17px;
  }
  .table_hdr {
    max-width: inherit !important;
    overflow-x: scroll !important;
  }
  .product_details .top_detail .save_rate{
    background: #0E8FA6;
    font-size: 13px;
    margin: 0px;
    color: #fefefe;
    padding: 6px 10px;
    font-weight: 700;
    border-radius: 3px;
    height: 32px;
    text-align: center;
  }
  .rating_wrap .stars{
      color:#FFEC37;
  }
  .rating_wrap .review{
    font-size: 14px;
    color: #7d879c;
    font-weight: 500;
    display: inline-block;
    padding: 0px 15px;
    border-left: 2px solid #dddada;
    margin-left: 10px;
  }
  .product_details .rating_wrap{
    margin-top: 20px;
  }
  .product_details .rating_wrap i{
      color:#dbdbdb;
  }
  .social_icons{
    margin-top: 20px;
  }
  .social_icons .mdi{
    width: 27px;
    height: 27px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 8px;
  }
  .social_icons .mdi.mdi-facebook{
      background-color: #3b5999;
      color:#fff;
  }
  .social_icons .mdi.mdi-twitter{
    background-color: #55acee;
    color:#fff;
}
.social_icons .mdi.mdi-pinterest{
    background-color: #bd081c;
    color:#fff;
}
.social_icons .mdi.mdi-email{
    background-color: #dd4b39;
    color:#fff;
}
.product_rate .price{
    display: flex;
    justify-content: space-between;
    margin-top:20px;
    align-items: baseline;
}
.product_rate .price .rate_finalize .ammount .net_price{
    color: #0E8FA6;
    font-weight: 500;
    font-size: 26px;
}
.product_rate .price .rate_finalize .ammount .old_price{
    text-decoration: line-through;
    color: #848484;
    font-weight: 500;
    font-size: 17px;
    margin-left: 6px;
}
.product_rate .price .rate_finalize .tax_text{
    font-size: 13px;
    color: #7d879c;
    font-weight: 500;
}
.product_rate .price .stack_status2{
    background: rgb(14 ,143 ,166,.2);
    color: #0E8FA6;
    padding: 6px 10px;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
}
.product_details .quantity label{
    color: #222222;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
    margin-right: 10px;
}
.product_details .quantity select{
    height: 34px;
    width: 87px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
}
.product_details .product_rate{
    border-top: 1px dotted #ccc;
    margin-top: 34px;
}
.product_details .addTocart_btn .addTocart{
    background: #aa9867;
    font-size: 13px;
    margin: 0px;
    color: #fefefe;
    padding: 11px 0px;
    font-weight: 700;
    border-radius: 3px;
    outline: none;
    border: none;
    width: 48%;
    /* margin-right: 19px; */
}
.html-marquee {
    overflow: hidden;
    position: relative;
    background: #1d4833;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.product_details .addTocart_btn .buyNow{
    background: #1d4833;
    font-size: 13px;
    margin: 0px;
    color: #fefefe;
    padding: 11px 0px;
    font-weight: 700;
    border-radius: 3px;
    outline: none;
    border: none;
    width: 48%;
}
.product_description .description{
    border-top: 1px dotted #ccc;
    margin-top: 20px;
    padding-top: 15px;
}
.product_description .des_hdr{
    color: #222222;
    font-weight: 600;
    font-size: 17px;
}
.description ul{
    margin: 0px;
    margin-top:15px;
}
.description ul li{
    list-style-type: none;
    color: #7d879c;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}
.description ul li .mdi-arrow-right{
    color: #0E8FA6;
    margin-right: 8px;
}
.checkout_banner{
    height: 215px;
    background-size: cover;
}
.checkout_wrapper{
    background-color: #fbfbfb;
}
.checkout_links{
    font-size: 13px;
    font-weight: 500;
    color: #9e9d9d;
    padding: 20px 0px;
}
.checkout_links i{
    margin: 0px 10px;
}
.contact_info_wrap .hdr1{
    font-size: 18px;
    font-weight: 600;
}
.contact_info{
    display: flex;
    margin-top: 25px;
}
.contact_info i{
    width: 50px;
    height: 50px;
    background: #0E8FA6;
    text-align: center;
    line-height: 50px;
    font-size: 21px;
    border-radius: 50%;
    color: #fefefe;
    margin-right: 15px;
}
.contact_info h6{
    font-size: 14px;
    color: #777;
    font-weight: 600;
}
.contact_info span{
    color: #0E8FA6;
    font-size: 14px;
    font-weight: 600;
}
.Shipping_address{
    margin-top: 25px;
}
.cutm_chk label{
    font-size: 14px;
    font-weight: 600;
}
.reffer_code{
    display: flex;
    align-items: flex-end;
}
.reffer_code .form-control{
    border: 1px solid #e2e2e2;
    background-color: #f0f0f0;
    outline: none;
}
.reffer_code .form-group label{
    font-size: 18px;
    font-weight: 600;
}
.reffer_code .form-control:focus{
    box-shadow:none
}
.reffer_code .form-control::placeholder{
    font-size: 13px;
    font-weight: 600;
    color:#6b6b6b;
}
.shipping_add .form-control{
    border: 1px solid #e2e2e2;
    background-color: #f0f0f0;
    outline: none;
    font-size: 14px;
    font-weight: 500;
}
.shipping_add .form-control:focus{
    box-shadow:none
}
.shipping_add .form-control::placeholder{
    font-size: 13px;
    font-weight: 600;
    color:#6b6b6b;
}
.shipping_add select{
    font-size: 13px;
    font-weight: 600;
    color:#6b6b6b;
    outline: none;
}
.btn{
    font-size: 14px;
    font-weight: 600;
}
.btn-primary {
    color: #fff;
    background-color: #aa9867;
    border-color: #aa9867;
}
.btn-primary:hover{
    color: #fff;
    background-color: #1d4833;
    border-color: #1d4833;
}
.checkout_pro{
    display: flex;
    border-bottom: 2px solid #dbdbdb;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
}
.checkout_pro .pro{
    display: flex;
    align-items: end;
    margin-right: 20px;
}
.checkout_pro .pro .info{
    margin-left: 20px;
}
.checkout_pro .pro .info h6{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}
.checkout_pro .pro .info p{
    font-size: 13px;
    color: #777;
    font-weight: 600;
}
.checkout_pro .ammount {
    width: 100px;
    font-weight: 600;
    text-align: right;
}
.sub_total_wrap .subTotal{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.sub_total_wrap .subTotal .sub{
    font-size: 13px;
    color: #777;
    font-weight: 600;
}
.sub_total_wrap .subTotal .sub_amt{
    font-size: 14px;
    color: #181818;
    font-weight: 600;
}
.Total{
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #dbdbdb;
    padding-top: 20px;
    align-items: center;
}
.Total .sub{
    font-size: 13px;
    color: #777;
    font-weight: 600;
}
.Total .sub_amt{
    font-size: 18px;
    color: #181818;
    font-weight: 600;
}
.addTocart_wrapper{
    background-color: #fbfbfb;
    padding:20px 0px;
}
.addTocart_wrapper .hdr{
    font-size: 18px;
    font-weight: 600;
}
.addTocart_wrapper .para{
    color: #9e9d9d;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
}
.product_wrap{
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 0px;
}

.product_wrap .heading_3{
    border-bottom: 1px solid #dae1e7;
    display: flex;
    padding: 13px 15px;
}
.product_wrap .heading_3 .pro_title{
    width: 55%;
    font-weight: 600;
    font-size: 15px;
}
.product_wrap .heading_3 .pro_action{
    width: 10%;
    font-weight: 600;
    font-size: 15px;
}
.product_wrap .heading_3 .pro_quantity{
    width: 20%;
    font-weight: 600;
    font-size: 15px;
}
.product_wrap .heading_3 .pro_total{
    width: 15%;
    font-weight: 600;
    font-size: 15px;
}
.product_wrap .pro_detail{
    display: flex;
    padding: 15px 15px;
    border-bottom: 1px solid #dae1e7;
}
.product_wrap .pro_detail .pro_item{
    width: 55%;
    font-weight: 600;    
    font-size: 15px;
    display: flex;
}
.product_wrap .pro_detail .pro_action{
    width: 10%;
    font-weight: 600;    
    font-size: 15px;
    display: flex; 
}
.product_wrap .pro_detail .pro_action .mdi-delete{
    width: 30px;
    height: 30px;
    background: rgba(230 ,22 ,22,.2);
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #e61616;
    cursor: pointer;
}
.product_wrap .pro_detail .pro_item img{
    width:88px;
    height: 88px;
    object-fit: cover;
}
.product_wrap .pro_detail .pro_item .pro_item_Descp{
    margin: 0px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_wrap .pro_detail .pro_item .pro_item_Descp a{
    font-size: 14px;
    font-weight: 600;
    color: #212529;
    text-decoration: none;
}
.product_wrap .pro_detail .quantity{
    width: 20%;
    font-weight: 600;
    font-size: 15px;
    padding-right: 20px;
}
.product_wrap .pro_detail .total_ammount{
    width: 15%;
    font-weight: 600;
    font-size: 15px;
}
.product_wrap .pro_detail .pro_item .pro_item_Descp .pro_item_rate .ammount .net_price{
    color: #0E8FA6;
    font-weight: 500;
    font-size: 18px;
}
.product_wrap .pro_detail .pro_item .pro_item_Descp .pro_item_rate .ammount .old_price{
    text-decoration: line-through;
    color: #848484;
    font-weight: 500;
    font-size: 12px;
    margin-left: 6px;
}
.product_wrap .pro_detail .quantity .wrap{
    display: flex;
    height: 30px;
}
.product_wrap .pro_detail .quantity .wrap button{
    width: 20%;
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 17px;
    border: 1px solid #d9d9d9;
}
.product_wrap .pro_detail .quantity .wrap input{
    width: 60%;
    border: 1px solid #ddd;
    text-align: center;
    font-weight: 600;
    color: #9c9a9a;
}
.quantity2 {
    font-weight: 600;
    font-size: 15px;
    width: 20%;
}
.wrap2 {
    display: flex;
    height: 30px;
}
.wrap2 button {
    width: 20%;
    border: none;
    outline: none;
    font-weight: 600;
    font-size: 17px;
    border: 1px solid #d9d9d9;
}
.wrap2 input {
    width: 60%;
    border: 1px solid #ddd;
    text-align: center;
    font-weight: 600;
    color: #9c9a9a;
}
.quantity-container {
    display: flex;
    align-items: center;
}
.mycart_total {
    background: #fff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 20px;
}
.mycart_total .hdr1{
    display: flex;
    justify-content: space-between;
}
.mycart_total .hdr1 span{
    font-size: 18px;
    font-weight: 600;
}
.mycart_total .color_one{
    color: #0E8FA6;
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
}
.mycart_total .gray_one{
    color: #9e9d9d;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
}
.chkout_btn .btn{
    width:100%;
}
.owl-carousel .owl-item img{
    display: block;
    width: 100%;
    height: 362px;
    object-fit: cover;
}
.loader1 {
    display:inline-block;
    font-size:0px;
    padding:0px;
 }
 .loader1 span {
    vertical-align:middle;
    border-radius:100%;
    
    display:inline-block;
    width:15px;
    height:15px;
    margin:3px 2px;
    -webkit-animation:loader1 0.8s linear infinite alternate;
    animation:loader1 0.8s linear infinite alternate;
 }
 .loader1 span:nth-child(1) {
    -webkit-animation-delay:-1s;
    animation-delay:-1s;
   background:rgba(14,143,166,0.6);
 }
 .loader1 span:nth-child(2) {
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s;
   background:rgba(14,143,166,0.8);
 }
 .loader1 span:nth-child(3) {
    -webkit-animation-delay:-0.26666s;
    animation-delay:-0.26666s;
   background:rgba(14,143,166,1);
 }
 .loader1 span:nth-child(4) {
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s;
   background:rgba(14,143,166,0.8);
   
 }
 .loader1 span:nth-child(5) {
    -webkit-animation-delay:-1s;
    animation-delay:-1s;
   background:rgba(14,143,166,0.4);
 }
 
 @keyframes loader1 {
    from {transform: scale(0, 0);}
    to {transform: scale(1, 1);}
 }
 @-webkit-keyframes loader1 {
    from {-webkit-transform: scale(0, 0);}
    to {-webkit-transform: scale(1, 1);}
 }
.loading {
    position: fixed;
    top: 0px;
    height: 100%;
    text-align: center;
    z-index: 99999;
    width: 100%;
    background-color: rgb(251 251 251 / 70%);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transition: 1s;
    opacity: 0;
  }
  #main_loader{
    width:102px;
    height:102px;
  }
  .login_wrapper2 {
    width: 100%;
    background: rgb(250, 251, 252);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    position: relative;
    padding: 50px 0px;
}
.login_form2, .forgot_password_wrapper2 {
    transition: .5s;
    width: 420px;
    padding: 30px 50px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    border-radius: 5px;
    background: #fff;
    min-height: 385px;
    border-top: 3px solid #aa9867;
}
.login_wrapper2 .logo_img2 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.login_wrapper2 .logo_img2 img {
    width: 125px;
    height: auto;
    vertical-align: middle;
}
.login_form2 .sign_out_heading2 {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: rgb(94, 108, 132);
}
.wrapper2 .form_fields2 {
    margin: 25px 0px 0px 0px;
}
.form_fields2 .form_group {
    margin-bottom: 20px;
}
.form_fields2 .form_group label {
    color: rgb(94, 108, 132);
    font-weight: 600;
    font-size: 14px;
}
.form-group input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #343434 !important;
}
.check-box-login .checkbox_check {
    margin-right: -8px;
}
.check-box-login .form-check-label {
    color: #91939d;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.form_fields2 .sign_in_btn {
    background: #1d4833;
    color: #fff;
    width: 100%;
    padding: 9px 0px;
    font-weight: 600;
    font-size: 13px;
    margin-top: 15px;
}
.form_fields2 .sign_in_btn:hover{
    color:#fff;
}
.form_fields2 .sign-up {
    color: #91939d;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.user_icon .btn{
    background: #fff;
    border: none;
    outline: none;
    box-shadow: none;
}
.user_icon .btn:focus{
    background: #fff;
    border: none;
    outline: none;
    box-shadow: none;
}
.user_icon .dropdown-toggle::after{
    display:none;
}
.wrapper3{
    width: 100%;
    background: rgb(250, 251, 252);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    position: relative;
    padding: 50px 0px;
}
.wrapper3 .login_form3{
    transition: .5s;
    width: 580px;
    padding: 30px 50px 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
    border-radius: 5px;
    background: #fff;
    border-top: 3px solid #aa9867;
}
.login_form3 .sign_out_heading3 {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: rgb(34 34 34);
    margin-bottom: 35px;
}
.txt2 {
    font-size: 15px;
    font-weight: 600;
    color: rgb(41, 41, 41);
    padding-left: 0px;
}
.txt3{
    font-size: 14px;
    font-weight: 600;
    color: rgb(94, 108, 132);
    padding-left: 0px;
}
.form-group .submit{
    background: #1d4833;
    border-color: #1d4833;
    color: #fff;
    width: 100%;
    padding: 9px 0px;
    font-weight: 600;
    font-size: 13px;
    outline: none;
    box-shadow: none;
}
.form-group .submit:focus{
    box-shadow: none;
}
.txt4{
    color: #91939d;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.txt4 a{
    color:#0E8FA6;
}
.alert_wrapper{
    width: 450px;
    height: 250px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFEC37;
}
.alert_wrapper .alert_hr{
    color: #212529;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.alert_wrapper .alert_para{
    color: #9e9d9d;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
}
.error_animate{
    animation: arrow-right .5s cubic-bezier(.36,.07,.57,.99) infinite;
}
@keyframes arrow-right {
	0% {
		transform: scale(1) translateX(0);
	}
	33% {
		transform: scale(1) translateX(-5px);
	}
	66% {
		transform: scale(1) translateX(5px);
	}
	100% {
		transform: scale(1) translateX(0);
	}
}
.delete_popup .modal-content{
    width: 450px;
    height: 250px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFEC37;
}
.main_wrapper.affiliate_1 .sidebar_wrapper{
    background-color: #10153B !important;
}
.pagination{
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.pagination li{
    font-size: 14px;
    font-weight: 600;
}
.pagination li a{
    padding: 5px 10px;
    color: #0E8FA6;
    text-decoration: none;
}
.pagination li.active a{
    background: rgba(14 ,143 ,166,.2);
    border-radius: 4px;
    color: #0E8FA6;
}
.myaccount.nav-pills .nav-link.active {
    background-color: #0E8FA6;
    border-bottom: 3px solid #0E8FA6;
    font-weight: 600;
    color:#fff;
}
.myaccount.nav-pills{
    box-shadow: 0 0 9px 5px rgb(183 192 206 / 12%);
    border-radius: 6px;
    overflow: hidden;
}
.account_details{
    position: relative;
}
.account_details .mdi-grease-pencil{
    background: #1d4833;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 9px;
    color: #fefefe;
    cursor: pointer;
    position: absolute;
    right: 37px;
    top: 0px;
    z-index: 999;
}
.account_details .mdi-lock{
    background: #1d4833;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 9px;
    color: #fefefe;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}
.account_details .addressHdr{
    font-size: 16px;
    font-weight: 800;
    color: rgb(34 34 34);
    margin-bottom: 10px;
}
.account_details .address{
    font-size: 15px;
    font-weight: 500;
    color: #b8b8b8;
}
.account_details .name_text{
    color: #0E8FA6;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}
.account_details .email_text , .account_details .number_text{
    font-size: 15px;
    font-weight: 600;
    color: rgb(65 65 65);
    margin-bottom: 8px;
    margin-right: 10px;
}
.account_details .email_text .mdi-email , .account_details .number_text .mdi-phone{
    background: #1d4833;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 9px;
    color: #fefefe;
}
.user_detail_popup .modal-header , .user_detail_popup .modal-footer button{
    background-color: #1d4833;
}
.hdr_new{
    font-size: 18px;
    font-weight: 600;
    color: rgb(34 34 34);
    margin-bottom: 20px;
}

.checkout_pro2{
    display: flex;
    border-bottom: 2px solid #dbdbdb;
    justify-content: space-between;
}
.checkout_pro2 .pro{
    display: flex;
    align-items: end;
    margin-right: 20px;
}
.checkout_pro2 .pro .info{
    margin-left: 0px;
}
.checkout_pro2 .pro .info h6{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}
.checkout_pro2 .pro .info p{
    font-size: 13px;
    color: #777;
    font-weight: 600;
}
.checkout_pro2 .ammount .amnt {
    width: 100px;
    font-weight: 600;
    text-align: right;
    display: block;
}
.checkout_pro2 .ammount .qnty{
    width: 100%;
    font-weight: 600;
    text-align: right;
    display: block;
    font-size: 11px;
    color: #a7a4a4;
}
.sub_total_wrap2 .subTotal{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.sub_total_wrap2 .subTotal .sub{
    font-size: 13px;
    color: #777;
    font-weight: 600;
}
.sub_total_wrap2 .subTotal .sub_amt{
    font-size: 14px;
    color: #181818;
    font-weight: 600;
}
.Total2{
    display: flex;
    justify-content: space-between;
    border-top: 2px solid #dbdbdb;
    padding-top: 20px;
}
.Total2 .sub{
    font-size: 13px;
    color: #777;
    font-weight: 600;
}
.Total2 .sub_amt{
    font-size: 18px;
    color: #181818;
    font-weight: 600;
}
/* ScrollBar UI_Design */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #EEEBF2;
}

::-webkit-scrollbar-thumb {
    background-color: #DCDCDF;
}
.res_3{
    display: block;
}
.res_4{
    display: none;
}
.d-none-desk{
    display: none;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0E8FA6;
}
.service_form{
    display: flex;
    justify-content: space-between;
}
.service_form .form-control-file, .form-control-range{
    font-size: 12px;
    margin-top: 7px;
}
.pres_radio {
    font-weight: 500;
    font-size: 14px;
}

/* The Zoom Modal */
#image-viewer {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.view_open {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
.view_open { 
    animation-name: zoom;
    animation-duration: 0.6s;
}
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 10px 20px;
    border: 2px dashed rgba(61,148,251,.1);
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px 0px 0px 0px;
}
.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}
.text-secondary-light {
    color: #ccc9c9!important;
}
.uppy-DragDrop-label {
    font-size: 1rem;
    font-weight: 500;
    color: #74788d;
}
.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}
.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
#image-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
#image-viewer .close:hover,
#image-viewer .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .view_open {
        width: 100%;
    }
}
@media (max-width: 480px){
    .about .row {
        margin-right: calc(var(--bs-gutter-x)/ -2);
        margin-left: calc(var(--bs-gutter-x)/ -2);
    }
    .main_text h1 {
        font-size: 24px;
    }
    .services .service_item {
        margin-bottom: 10px;
    }
    .flex-reverse-mob{
        flex-direction: column-reverse;
    }
    .d-none-mob{
        display: none;
    }
    .d-block-mob{
        display: block;
    }
    .mt-mb-15{
        margin-top:15px;
    }
    .res_1{
        display: none;
    }
    .res_2{
        display:none !important;
    }
    .search_bar{
        padding: 10px 0px !important;
    }
    .logo_section img{
        width: 100px;
    }
    .globle_search{
        padding:0px 10px 0px 0px;
    }
    .user_login_text .user_login, .cart .cart_text{
        font-size: 13px;
        margin-left:0px;
    }
    .search_bar .user_login_text{
        margin-right: 0px;
    }
    .globle_search .search_outer input::placeholder{
        font-size: 12px;
    }
    .globle_search .search_outer .fa-search{
        width: 35px;
    }
    .contact_num:not(:first-child) {
        display: none;
    }
    .contact_num {
        justify-content: center;
    }
    .res_3{
        display: none;
    }
    .res_4{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .logo_section{
        background: #fff;
        padding: 5px 10px;
        border-radius: 5px;
    }
    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255);
        border-color: rgba(255,255,255,0);
        outline: none;
        font-size: 1.2rem;
    }
    .navbar-collapse{
        margin: 10px -30px 0px;
        border-top: 1px solid rgb(78, 166, 181);
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: 1.8rem;
        font-size: 13px;
    }
    .navbar-nav{
        padding-top: 5px;
    }
    .navbar-nav .nav-item .dropdown-menu{
        left: 50%;
        transform: translateX(-50%);
        width: 88%;
        padding: 0px;
    }
    .navbar-nav .nav-item .dropdown-menu li{
        border-bottom: 1px solid #e4e4e4;
    }
    .navbar-nav .nav-item .dropdown-menu li:last-child{
        border-bottom: none;
    }
    .hot_selling .slider .owl-nav {
        position: absolute;
        top: -18%;
        right: 0%;
    }
    .product_catogery {
        margin-bottom: 30px;
    }
    .copyright{
        margin-top: 15px;
    }
    .collection_wrapper{
        padding: 20px 20px;
        flex-direction: column;
    }
    .collection_wrapper .side_collection .side_wrapp{
        width: 100%;
    }
    .collection_wrapper .right_collection{
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    .right_collection .collection_filter .collection_content{
        padding: 15px 15px;
    }
    .login_form2, .forgot_password_wrapper2{
        width: 90%;
        padding: 30px 20px 20px 20px;
    }
    .wrapper3 .login_form3{
        width: 90%;
        padding: 30px 20px 20px 20px;
    }
    .collection_wrapper .product_zoomer{
        width: 100%;
    }
    .collection_wrapper .product_details {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }
    .product_rate .price .stack_status2{
        min-width: 92px;
    }
    .addTocart_btn{
        display: flex;
        justify-content: space-between;
    }
    .product_carousel .carousel-item .row .col {
        width: 100%;
        max-width: 100%;
    }
    .product_details .top_detail .save_rate{
        min-width: 86px;
    }
    .product_wrap{
        overflow-x: auto;
    }
    .product_wrap .pro_detail .pro_item img {
        width: 40px;
        height: 40px;
    }
    .product_wrap .pro_detail .pro_item .pro_item_Descp {
        margin: 0px 15px;
        min-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product_wrap .pro_detail .pro_item , .product_wrap .heading_3 .pro_title{
        min-width: 247px;
    }
    .product_wrap .heading_3 .pro_quantity , .product_wrap .pro_detail .quantity{
        min-width: 100px;
    }
    .product_wrap .heading_3 .pro_total , .product_wrap .pro_detail .total_ammount{
        min-width: 70px;
    }
    .product_wrap .heading_3 .pro_action{
        min-width: 70px;
        text-align: center;
    }
    .product_wrap .pro_detail .pro_action{
        min-width: 70px;
        text-align: center;
        justify-content: center;
    }
    .quantity2 {
        min-width: 100px;
    }
}

/* mini cards */
.services a {
    display: block;
    text-decoration: none;
}
.services .service_item {
    box-shadow: 0 3px 8px rgb(0 46 91 / 10%);
    text-align: center;
    padding: 20px;
    border-radius:  8px;
    background-color: #fff;
    border-bottom: 3px solid #1d4833;
    transition: .5s;
}
.services .service_item>img {
    width: 60px;
    height: 60px;
    background: #fff;
    padding: 7px;
    border-radius: 10px;
    border: 2px solid rgb(21 ,47 ,79,.9);
    transition: .5s;
}
.ser_margin {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.services .service_item .ser_title {
    font-size: 14px;
    color: #1d4833;
    margin-top: 20px;
    font-weight: 700;
    transition: .5s;
}
.services a:hover .service_item {
    background: #1d4833;
    border-bottom: 3px solid #aa9867;
}
.services a:hover .service_item .ser_title {
    color: #f0f0f0;
}
.main_text {
    color: rgb(21 ,47 ,79,.9);
    font-weight: 600;
}
.main_text span {
    color: #aa9867;
}
.password_msg {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}
a {
    text-decoration: none !important;
}
.pro_desrip .stack_status {
    margin-top: 5px;
}
.product_detail {
    position: relative;
}
.product_detail .hot_deal {
    top: -12px;
    right: -12px;
}
.about {
    overflow: hidden;
    padding: 64px 0;
}
.about .content {
    background-color: #aa98671A;
    padding: 40px;
}
.about .container {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.about .col-lg-6 {
    padding: 0;
}
.about h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0e204d;
}
.about p {
    color: #7A7A7A;
    margin: 15px 0 30px 0;
    line-height: 24px;
}
.g-0, .gx-0 {
    --bs-gutter-x: 0;
}
@media (min-width: 768px) {
    .about .container {
        max-width: 720px;
    }
}
@media (min-width: 1400px) {
    .about .container {
        max-width: 1320px;
    }
}