/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover {
	outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
 *height: 0;
}
.flex-direction-nav {
	display: inline-block;
	width: 150px;
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px 0 0;
	position: absolute;
	bottom: 20px;
	z-index: 10;
	overflow: hidden;
	opacity: 0.5;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:hover {
	opacity: 1;
}
.flex-direction-nav a:before {
	font-family: bootstrap-icons !important;
	font-size: 40px;
	display: inline-block;
	line-height: 40px;
	content: '\f12f';
	color: #000000;
}
.flex-direction-nav a.flex-next:before {
	content: '\f138';
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-next {
	right: 0px;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	text-align: center;
	margin-top: 5px;
	display: flex;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 0px 0 0;
	position: relative;
	overflow: hidden;
	padding: 10px 0 80px 0;
}
.flex-control-thumbs li {
	width: 33.33333%;
	float: left;
	margin: 0;
	padding: 0 5px;
	height: 100px;
}
.flex-control-thumbs img {
	width: 100%;
	height: 100%;
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	opacity: .6;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	object-fit: cover;
}
.flex-control-thumbs img:hover {
	opacity: 1;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}
}


.notification {
    background-color: #00c4cc;
}
.notification {
            top: 17px;
    right: 94px;
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    background-color: #c29958;
}
#header > div > a.minicart-btn > i{
	
    font-size: 20px;
}































.cart-container {
      max-width: 1100px;
      margin: 50px auto;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .cart-header {
      background-color: #f55a73;
      color: #fff;
      text-align: center;
      padding: 20px;
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 1px;
    }

    .cart-container table {
      width: 100%;
      border-collapse: collapse;
    }

    .cart-container th {
      padding: 15px;
      text-align: center;
      border-bottom: 1px solid #eee;
    }
.cart-container td {
      padding: 15px;
      text-align: center;
      border-bottom: 1px solid #eee;
    }
    .cart-container th {
      background-color: #f8f9fa;
      font-weight: 600;
      color: #444;
    }

    .cart-container td img {
      width: 80px;
      height: 80px;
      border-radius: 8px;
      object-fit: cover;
    }

    .cart-container .product-name {
      font-weight: 600;
      font-size: 16px;
      margin-top: 8px;
    }

    .cart-container .price {
      color: #007bff;
      font-weight: 600;
    }

    .cart-container .quantity {
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #ccc;
      border-radius: 25px;
      overflow: hidden;
      width: 100px;
      margin: 0 auto;
    }

    .cart-container .quantity button {
      background: #f55a73;
      color: #fff;
      border: none;
      padding: 6px 10px;
      cursor: pointer;
      font-size: 16px;
      font-weight: bold;
      transition: 0.3s;
    }

    .cart-container .quantity button:hover {
      background: #0056b3;
    }

    .cart-container .quantity input {
      width: 40px;
      text-align: center;
      border: none;
      outline: none;
      font-weight: 600;
    }

    .cart-container .subtotal {
      font-weight: 600;
      color: #444;
    }

    .cart-container .remove-btn {
      color: #dc3545;
      font-size: 18px;
      cursor: pointer;
      transition: 0.3s;
    }

    .cart-container .remove-btn:hover {
      color: #a71d2a;
    }

    .cart-container .cart-summary {
      padding: 25px 30px;
      text-align: right;
      background: #f8f9fa;
    }

    .cart-container .cart-summary h3 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #333;
    }

    .cart-container .checkout-btn {
      background: #28a745;
      color: #fff;
      padding: 12px 30px;
      border: none;
      border-radius: 25px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
    }

    .cart-container .checkout-btn:hover {
      background: #1e7e34;
    }

    /* ---------- Responsive ---------- */
    @media (max-width: 768px) {
      .cart-container  table thead {
        display: none;
      }

      .cart-container  table, table tbody, table tr, table td {
        display: block;
        width: 100%;
      }

      .cart-container  table tr {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        margin-bottom: 20px;
        padding: 10px 0;
      }

      .cart-container  table td {
        text-align: right;
        padding: 10px 20px;
        border: none;
        position: relative;
      }

      .cart-container  table td::before {
        content: attr(data-label);
        position: absolute;
        left: 20px;
        font-weight: 600;
        color: #555;
      }

      .cart-container  .cart-summary {
        text-align: center;
      }
    }

















        .checkout-container {
      max-width: 1100px;
      background: #fff;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      border-radius: 15px;
      overflow: hidden;
    }

    .checkout-left, .checkout-right {
      padding: 40px;
      flex: 1 1 50%;
    }

    .checkout-left {
      border-right: 1px solid #eee;
    }

    .checkout-container h2 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 25px;
    }

    .form-group {
      margin-bottom: 15px;
    }

    .checkout-container label {
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 6px;
      display: block;
    }

    .checkout-container input {
      width: 100%;
      padding: 12px;
      border-radius: 10px;
      border: 1px solid #ccc;
      font-size: 15px;
      outline: none;
      transition: 0.3s;
    }
    .checkout-container select {
      width: 100%;
      padding: 12px;
      border-radius: 10px;
      border: 1px solid #ccc;
      font-size: 15px;
      outline: none;
      transition: 0.3s;
    }

    .checkout-container input:focus {
      border-color: #007bff;
      box-shadow: 0 0 5px rgba(0,123,255,0.3);
    }
    .checkout-container select:focus {
      border-color: #007bff;
      box-shadow: 0 0 5px rgba(0,123,255,0.3);
    }

    /* Payment Tabs */
    .payment-tabs {
      margin-top: 25px;
    }

    .tab-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 15px;
    }

    .tab-btn {
      flex: 1;
      text-align: center;
      padding: 10px;
      border-radius: 8px;
      border: 1px solid #ddd;
      background: #f7f7f7;
      cursor: pointer;
      transition: 0.3s;
      font-weight: 500;
    }

    .tab-btn.active {
      background: #007bff;
      color: #fff;
      border-color: #007bff;
    }

    .tab-content {
      display: none;
      background: #fafafa;
      padding: 20px;
      border-radius: 10px;
      border: 1px solid #eee;
    }

    .tab-content.active {
      display: block;
    }

    .tab-content input {
      margin-bottom: 10px;
    }

    .pay-now-btn {
      display: inline-block;
      margin-top: 15px;
      padding: 12px 20px;
      background: #28a745;
      color: #fff;
      font-weight: 600;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      transition: 0.3s;
    }

    .pay-now-btn:hover {
      background: #218838;
    }

    /* Order Summary */
    .order-summary {
      background: #fafafa;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 3px 15px rgba(0,0,0,0.05);
    }

    .order-item {
      display: flex;
      justify-content: space-between;
      margin-bottom: 12px;
    }

    .order-item strong {
      color: #000;
    }

    .order-total {
      border-top: 1px solid #ddd;
      padding-top: 15px;
      margin-top: 15px;
      font-size: 18px;
      font-weight: 600;
    }

    .checkout-btn {
      width: 100%;
      padding: 14px;
      background: #007bff;
      border: none;
      color: white;
      border-radius: 30px;
      margin-top: 25px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
    }

    .checkout-btn:hover {
      background: #0069d9;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .checkout-container {
        flex-direction: column;
      }
      .checkout-left {
        border-right: none;
        border-bottom: 1px solid #eee;
      }
    }

    @media (max-width: 600px) {
      .checkout-left, .checkout-right {
        padding: 25px;
      }

      .tab-btn {
        flex: 1 1 48%;
      }
    }




    .bst-slrr {
    background: #139d9d !important;
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 0;
    padding: 5px;
    line-height: normal;
}
.shop_page .col-lg-3 {

    padding: 0px 3px !important;
}

.single_product .product_img img{
      border-radius: 8px;
    max-height: 230px;
    object-fit: contain;
    width: 100%;
    /* width: 200px; */
    height: 407px;
}