@import url(../../css/vendors/uicons-regular-straight.css);
.search-result-box {
    position: absolute;
     top: 3rem; 
    background-color: #ffffff;
    min-width: 250px;
    width: 600px !important;
    overflow: hidden;
    padding: 25px 15px;
    -webkit-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    display: none;
    margin-top: 20px;
    border-radius: 0 0 4px 4px;
    z-index: 999;
    border: 1px solid #eef0ee;
}
.product-box .addtocart_box .addtocart_btn{
    display: inline-flex;
}
.product-box .product-info .quick-btn {
/*    visibility: hidden;*/
    color: #000;
}
.product-box:hover .product-info .quick-btn {
/*    visibility: visible;*/
    color: #000;
}
.count-number-input {
    width: 50px;
    vertical-align: middle;
    border: 1px solid #6c757d;
    height: 18px;
    font-size: 12px;
    z-index: 99;
    background: #fff;
    text-align: center;
    border-radius: 50px;
}
.plusminus,
.addtocart_btn .action-btn-qty{
    width: 18px;
    height: 18px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    border: 1px solid #febd69;
    color: #000;
    position: relative;
    line-height: 14px;
    background-color: #febd69;
}
.plusminus:hover,
.addtocart_btn .action-btn-qty:hover{
    border-color: #000;
    color: #febd69;
    background-color: #000;
}
.shopping-summery tbody tr img {
    border-radius: 0;
    max-width: 80px;
}
.pixelstrap a i {
    font-size: 9px;
    padding-left: 7px;
}
.sm{
    text-align: center;
}
.pixelstrap>li {
    display: inline-block;
    float: none;
}

.dashboard-menu {
    border: 1px solid #e2e9e1;
    border-radius: 5px;
    overflow: hidden;
}
.user-profile-header img {
    border-radius: 50px;
    height: 100px;
    margin-bottom: 15px;
    width: 100px;
}
.dashboard-menu ul {
  padding: 0;
  margin: 0;
}

.dashboard-menu ul li {
  position: relative;
}

.dashboard-menu ul li a {
  font-size: 14px;
  color: #242424;
  padding: 15px 30px;
}

.dashboard-menu ul li a i {
  color: #90908e;
  font-size: 12px;
}

.dashboard-menu ul li a.active {
  color: #fff;
  background-color: #febd69;
}

.dashboard-menu ul li a.active i {
  color: #fff;
}

.dashboard-menu ul li:not(:last-child) {
  border-bottom: 1px solid #e2e9e1;
}
.nav-osahan-pic {
    width: 32px;
    height: 32px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 3px #ccc;
    position: relative;
    margin: 0px 5px 0px 0;
    vertical-align: text-top;
}
.custom-modal .modal-dialog .btn-close {
    position: absolute;
    right: 30px;
    top: 15px;
    z-index: 2;
}
#add-address-modal .form-group input {
    background: #fff;
    border: 1px solid #e2e9e1;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 13px;
    color: #1a1a1a;
    width: 100%;
}
.checkout_cart ul li img
{
    border-color: #ececec #ececec #dcdcdc;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px 1px 3px;
    box-shadow: 0 0 3px #ececec;
    float: left;
    height: 99px;
    margin: 0 15px 0 0;
    object-fit: scale-down;
    width: 82px;
}
.checkout_cart ul li .shopping-cart-title h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 9px;
  max-width: 17rem;
}

.checkout_cart ul li .shopping-cart-title h4 a {
  color: #000;
}

.checkout_cart ul li .shopping-cart-title h4 a:hover {
  color: #1a1a1a;
}

.checkout_cart ul li .shopping-cart-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 6px 0 0;
}

.checkout_cart ul li .shopping-cart-delete a {
  font-size: 18px;
  color: #696969;
}

.checkout_cart ul li .shopping-cart-delete a:hover {
  color: #333;
}

.checkout_cart ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.checkout_cart .shopping-cart-footer .shopping-cart-total {
  padding: 0 0 10px;
}

.checkout_cart .shopping-cart-footer .shopping-cart-total h4 {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  border-bottom: 1px dashed;
    padding: 8px;
}

.checkout_cart .shopping-cart-footer .shopping-cart-total h4 span {
  float: right;
  color: #febd69;
  line-height: unset;
}

.checkout_cart .shopping-cart-footer .shopping-cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.checkout_cart .shopping-cart-footer .shopping-cart-button a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;
  line-height: 1;
  padding: 10px 20px;
  background-color: #913133;
  font-family: "Spartan", sans-serif;
  border: 2px solid #fde1bd;
}

.checkout_cart .shopping-cart-footer .shopping-cart-button a.outline {
  background-color: transparent;
  border: 2px solid #fde1bd;
  color: #913133;
}

.checkout_cart .shopping-cart-footer .shopping-cart-button a.outline:hover {
  color: #ffffff;
}

.checkout_cart .shopping-cart-footer .shopping-cart-button a:hover {
  background-color: #fde1bd;
    border: 2px solid #913133;
}

.checkout-step .card{
    margin:0 0 -1px
}
.checkout-step .card .card-header .btn{
    color:#333;
    font-size:17px;
    font-weight:500;
    padding:9px 0;
    text-align:left;
    text-decoration:none;
    width:100%;
    background-color: #f7f8f9;
    border:none
    
}
.checkout-step .card .card-header .btn .number{
    border-radius:50px;
    color:#fff;
    display:inline-block;
    font-weight:700;
    height:34px;
    line-height:32px;
    margin:0 8px 0 0;
    text-align:center;
    text-decoration:none;
    vertical-align:0;
    width:34px;
    border:2px solid
}
.checkout-step .card .card-header .btn.collapsed .number{
    border:2px solid #febd69;
    color:#febd69
}
.checkout-step .card .card-header .btn .number {
    border: 2px solid #000000;
    color: #000000;
}
.badge {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    border-radius: 40px;
    color: #000;
    padding: 5px 10px;
    background-color: #febd69;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #febd69;
}
.order-items img {
    height: 110px;
}
.breadcrumb-section {
    /*padding-top: 150px;*/
}
.prop li button {
    background-color: #fec369;
    border: 0;
    padding: 8px;
    border-radius: 50px;
}
.prop li.active button {
    background-color: #000;
    color: #fff;
}
.size-box li.active{
    box-shadow: none;
}
.addtocart_detail .size-box li{
    display: inline-flex;
}
.pac-container{
    z-index: 9999;
}
.product-box:hover .product-content {
    opacity: 1;
    visibility: visible;
}
#product_sidebar_side .size-box {
    justify-content: flex-start;
}
#product_sidebar_side .cart-inner .cart_media li {
    display: unset;
}
.search-result-box img {
    width: 30px;
    margin-right: 12px;
}
#product_side .wishlist {
    position: absolute;
    right: 20px;
    color: #999;
}
#toast-container>.toast-success {
    background-color: green;
}
.add_to_cart .cart-inner .cart_media li .media .media-body h4 {
    width: 7rem;
    overflow-wrap: break-word;
}

#product_desc_sidebar_side {
    left: -450px;
    width: 450px;
}
#product_desc_sidebar_side.add_to_cart.left.open-side {
    left: 0;
}
.loader-button {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0000002e;
    z-index: 9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*header .nav-icon ul .onhover-div.user-icon{
    padding: 0 100px 0 0;
}*/

header.header-4 .nav-icon ul .onhover-div .icon-detail {
    position: absolute;
    top: 0;
    left: 40px;
}

.collection-product-wrapper .product-top-filter {
    border-top: none;
}
.filter-main-btn {
    display: block;
}
.collection-mobile-back {
    display: block;
}
.collection-filter-block {
    border: none;
}
.collection-collapse-block {
    border-bottom: 1px solid #dddddd !important;
}
.collection-product-wrapper .product-top-filter .product-filter-content{
    border-top: 1px solid #dddddd;
}
.collection-filter {
    position: fixed !important;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 99;
    overflow-y: scroll;
    padding: 15px 0 15px 15px;
    width: 350px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 1px 0 5px #ddd;
    box-shadow: 1px 0 5px #ddd;
}

.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:focus, .pixelstrap a:active{
    font-size: 15px;
}
.pixelstrap ul a, .pixelstrap ul a:hover, .pixelstrap ul a:focus, .pixelstrap ul a:active{
    font-size: 17px;
}

a.wishlist {
    position: absolute;
    right: 15px;
}
.product-wrapper-grid .product-box {
    padding: 10px !important;
    border: 1px solid #fff;
}
.product-wrapper-grid .product-box:hover {
    border: 1px solid #000;
}
.register-page .theme-form .col-md-6 {
    margin-bottom: 30px;
}
.register-page .select_input select,
.register-page .theme-card .theme-form input{
    margin-bottom: 0;
}



@media (max-width: 1430px){

header .nav-icon ul .onhover-div.cart-icon .cart {
    display: block;
}
header .nav-icon ul .cart-icon{
    padding-right: 64px !important;
}
header .nav-icon ul .cart-icon .cart{
    top: 20px;
}

}

@media (max-width: 425px){
    #product_desc_sidebar_side{
        left: -320px;
        width: 320px;
    }
}


footer .footer-section .footer-link .footer-content .footer-social ul li {
    display: inline-block;
   
}
footer .footer-section .footer-link .footer-content .footer-social ul li a i {
    color: #999999;
   
}
