.footer-section {
  padding-top: 32px !important;
  background: #f5f5f5 none repeat scroll 0 0 !important;
  margin-top: 48px;
  color: #666;
}


.copyright-reserved {
  border-top: none !important;;
  padding: 15px 0;
  margin-top: 45px;
  background-color: white !important;
}

#changeMode {
  cursor: pointer;
  background-color: black;
  color: white !important;
}

.header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    border-top: 1px solid #e5e5e5;
    border-bottom: none !important;
}

.header-section .nav-item .nav-menu li a {
  border-right: none !important;;
  border-left: none !important;;
  font-size: 13px !important;
  padding: 16px 29px 15px !important;;
}


.header-top .ht-right .login-panel-last {
  border-left: none !important;
}


.header-top .ht-right .login-panel{
  border-right: none !important;
}

.page-content-header {
  text-align: center;
  border-bottom: 1px solid #efefef !important;
  margin: 0 0 22px 0;
}

.carousel-control-next, .carousel-control-prev{
  position: absolute;
    top: 46% !important;
    height: 10% !important;
}



.product-item .pi-pic{
  padding: 0 !important;
}

.owl-carousel .owl-item img{
  width: 100% !important;
}


.product-large h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 18px;
  background-color: #0000005c !important;
}



.product-large {
  height: 397px !important;
  background-size: contain !important;
  width: 100% !important;
}




.cart-container {
  position: relative;
}

.cart-icon {
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cart-sidebar {
  position: fixed;
  top: 0;
  left: -350px; 
  width: 300px;
  height: 100%;
  background-color: #fff;
  box-shadow: 4px 0 6px rgba(0, 0, 0, 0.1); 
  padding: 20px;
  transition: left 0.3s ease; 
  z-index: 1000;
}

.cart-sidebar h2 {
  margin-top: 0;
  text-align: center;
}

.cart-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.cart-sidebar ul li {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}

.checkout-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.close-btn {
    position: absolute;
    top: 33px;
    right: -34px;
    background: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 2px 1px 5px -2px gray;
    padding: 0px 11px 2px;
}

.cart-sidebar.open {
  left: 0; 
}

a:hover, a:focus{
    font-size: inherit !important;
}


.cart-product {
    padding: 15px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
}

    .cart-product .cart-remove {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
    }

        .cart-product .cart-remove:before {
            content: "\F014";
            font-family: "FontAwesome";
        }

    .cart-product .cart-images {
        float: left;
        margin: 0 15px 0 0;
        border: 1px solid #e5e5e5;
    }

        .cart-product .cart-images img {
            max-width: 85px;
        }

    .cart-product .cart-info {
        /* overflow:hidden; */
        /* position:relative; */
    }

        .cart-product .cart-info .product-name {
            display: block;
            padding: 0 15px 0 0;
            margin-bottom: 5px;
        }

        .cart-product .cart-info .cart-price {
            margin-bottom: 5px;
            color: #333;
        }

            .cart-product .cart-info .cart-price > span {
                display: inline-block;
            }

        .cart-product .cart-info .variation {
            overflow: auto;
            font-size: 12px;
            margin: 0px;
        }

            .cart-product .cart-info .variation dt, .cart-product .cart-info .variation dd {
                margin: 0 5px 0 0;
                float: left;
            }

            .cart-product .cart-info .variation dt {
                clear: both;
            }

            .cart-product .cart-info .variation dd {
                margin: 0;
            }

.rtl .cart-remove {
    left: 0;
    right: auto;
}

.rtl .cart-images {
    float: right;
    margin: 0 0 0 15px;
}

.rtl .cart-info .product-name {
    padding: 0 0 0 15px;
}

.rtl .cart-info .variation dt, .rtl .cart-info .variation dd {
    margin: 0 0 0 5px;
    float: right;
}

.rtl .cart-info .variation dd {
    margin: 0;
}




 .cart-items-modal .select-items table{
    width: 100%;
}


.cart-product .cart-info .cart-price{
    font-size: 17px ;
}

.rtl .cart-info .variation dt, .rtl .cart-info .variation dd {
      margin-top: 0px !important;
}

.cart-product .cart-info .variation{
    width: 100%;
}

.cart-product {
    padding: 10px 0px !important;
    width: 100%;
    position: relative;
}

.cart-items-modal .select-button{
    display: flex !important;
margin-bottom: 15px;
}

.cart-items-modal .select-button a {
    margin: 13px 5px !important;
    border-radius: 4px !important;
    padding: 9px;
    font-size: 15px !important;
    width: 50%;
}

.cart-product .cart-info .variation{
    width: 51% !important;
}


.cart-product p{
margin: -4px 0 6px 0 !important;
font-size: 13px !important;

}

.cart-product .cart-remove {
    position: absolute;
    top: 7px !important;
    right: auto !important;
    font-size: 14px;
    color: red;
    left: 0 !important;
}

.select-total{
    display: flex;
    margin-top: 5px;

}

.select-total h5{
    margin-right: 5px;
}

.product-details .form-groups{
    margin-bottom: 13px;
    background-color: #f9f9f9;
    padding: 27px;
}


.cart-product .cart-remove:before {
  display: none;
}

#icon_wrapper i{
    font-size: 34px;
    color: black;
}


#icon_wrapper a{
       display: block;
    margin-bottom: 9px;
}


.cart-sidebar {
      z-index: 999999;
    padding: 20px 20px 20px 0px;
}

.cart-items-modal{
    overflow: scroll !important;
    scrollbar-width: thin;
    height: 100%;
    padding-left: 6px;
}

#icon_wrapper{
    position: fixed;
    top: 40% !important;
    left: 52px !important;
    z-index: 99999;
}

.product-details .quantity .primary-btn.pd-cart{
  color: black !important;
}

.cart-buttons .continue-shop{
  color: black;
}

a:hover, a:focus {
  font-weight: auto !important;
}

.text-right {
  text-align: right !important;
}