.text-red {
	color: red;
}

.new-arrivals-slider .single-prodcut {
    margin-bottom: 7rem;
}

.single-prodcut {
	margin-bottom: 50px;
	text-align: center;
	transition: all .4s;
}
.pro-thumbs {
	position: relative;
	overflow: hidden;
}
a, img {
	text-decoration: none;
	outline: none;
	border: none;
}

/* hover issue for icons */
/* .accountcart:hover .header_wishlist_count {
	opacity: 0.3;
}  */
.header_wishlist_count:hover {
	opacity: 0.3;
} 
.header_cart_item:hover {
	opacity: 0.3;
}  
.user_icon:hover {
	opacity: 0.3;
} 
.user_logout:hover {
	opacity: 0.3;
} 

.cart-wishlist {
	position: absolute;
	left: 25px;
	right: 25px;
	z-index: 1;
	background-color: #fff;
	height: 45px;
	bottom: 20px;
	border-radius: 5px;
	transform: translateY(200%);
	box-shadow: 0 0 8px rgb(0 0 0 / 15%);
	transition: all .4s;
}
.cart-wishlist a {
	color: #222;
}
.single-prodcut:hover .cart-wishlist {
    transform: translateY(0%);
}
.new-arrivals-slider .pro-content {
	padding: 10px 25px 0px;
	min-height: 14rem;
	font-family: 'nostalgiaregular';
}
.pro-content {
	padding: 0px 0px 0px;
	min-height: 120px;
}
.pro-content h5 {
	font-size: 2.25rem;
}
/*.text-grey {
	color: #999999;
}*/
p:last-child {
	margin-bottom: 0;
}
/*.pro-price {
	font-size: 20px;
}
.text-color {
	color: #EE911B;
}*/

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#ajax_pagination .page-link {
    width: 34px;
    height: 34px;
    padding: 5px;
    border-radius: 20px;
    margin-bottom: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.page-item.active .page-link {
	background-color: #285363;
	border-color: transparent;
}

/* for view product page */

.product-detail-page.section-md {
	padding-top: 110px;
}
.section-md {
	padding-top: 35px;
	position: relative;
}
.brdr-btm {
	/* border-bottom: 1px solid #cdcdcd; */
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.sub-title {
	font-weight: 300;
}
a, .btn {
	transition: all .4s;
}
.btn-fill-hovered {
	min-width: 100px;
	font-size: 16px;
	border-radius: 100px;
	border: 2px solid black;
}
.product-count-single {
	border: 1px solid #254C26;
	max-width: 170px;
	/* height: 50px; */
	height: auto;
	margin-bottom: 15px;
}
.product-count-single .input-group-append, .product-count-single .input-group-prepend {
	justify-content: center;
	width: 25%;
}
.plus-minus {
    font-size: 30px;
     padding: 7px 10px; 
    line-height: 100%;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.product-count-single input {
	width: 50%;
	text-align: center;
	height: 50px;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* after add cart button */

.product-detail-page.section-md {
	padding-top: 110px;
}
.section-md {
	padding-top: 35px;
	position: relative;
}
.section.product-detail-content {
	padding: 70px 0;
}
.section {
	padding-top: 8rem;
	position: relative;
}
.product-detail-content {
	font-weight: 300;
}
.product-navmain {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
    margin-bottom: 50px;
    font-size: 2.25rem;
    transition: all .4s;
}
.product-navmain .nav-pills {
	max-width: 1230px;
	margin: auto;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-navmain .nav-link {
	border-radius: 0;
	padding: 0.85rem 1rem;
	color: #222 !important;
	font-weight: 400;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: 0px;
}
.border-bottom-div {
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 50px;
	margin-bottom: 50px;
	margin-top: 0 !important;
}
p:last-child {
	margin-bottom: 0;
}
p.desc_content {
	font-weight: 300;
	font-size: 18px !important;
}
.btn-orange {
	background-color: #285363;
	border-radius: 0;
	min-width: 160px;
	padding: 14px 15px 10px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.btn-orange:hover {
	background-color: #f3c333;
	color: #fff;
}
a, .btn {
	transition: all .4s;
}
.btn-add-to-cart {
	min-width: 180px;
	/* padding: 17px 15px 13px; */
	text-align: center;
	color: #fff;
	font-size: 16px;
}
svg.feather-shopping-cart {
	width: 20px;
	vertical-align: bottom;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: transparent;
	background-clip: border-box;
	/* border: 1px solid rgba(0,0,0,.125); */
	border-radius: 0;
	margin-bottom: 30px;
}
#accordion-product-detail .card-header {
	background-color: transparent;
	border: 0;
	padding: 0;
	/* margin-top: 30px; */
}
#accordion-product-detail .card-header h5 {
	background-color: #E3EEE8;
	padding: 1rem 1.25rem;
	cursor: pointer;
}
.card {
	word-wrap: break-word;
}

.card-body {
	border: 1px solid #F5F5F5;
	border-top: 0;
}
p:last-child {
	margin-bottom: 0;
}
.average-rating-main {
	display: table;
	text-align: center;
}
.all-rating-main {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-left: 30px;
	padding-right: 30px;
}
.side {
	float: left;
	width: 15%;
	margin-top: 10px;
}
.middle {
	margin-top: 10px;
	float: left;
	width: 70%;
}
.right {
	text-align: right;
}


.btn-review {
	width: 215px;
	height: 50px;
	background: #285363 0% 0% no-repeat padding-box;
	color: white;
	border-radius: 0;
}
.btn-review {
	color: white;
}









/* for slick */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}


/* for view cart */

.cart-title {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #e2e8f0;
	margin-bottom: 20px;
}
.continue-shopping-row {
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
	padding: 24px 0 25px;
	margin-bottom: 20px;
}
.cart-item-delete img {
	max-width:30px !important;
}
.continue-shopping-row li a {
	font-size: 16px;
	color: #254C26;
}
.continue-shopping-row li a img {
	max-width: 16px;
	max-height: 18px;
	vertical-align: text-bottom;
	margin-right: 6px;
}
.continue-shopping-row li .arrow-icon {
    transform: rotate(90deg);
    max-width: 13px !important;
    vertical-align: 2px !important;
}
a, .btn {
	transition: all .4s;
}

.price-row {
	border-bottom: 1px solid #e2e8f0;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0;
}
.price-row p {
	margin-bottom: 0;
}
.btn-fill {
	background-color: #285363;
	border-radius: 100px;
	color: #fff;
	min-width: 150px;
	padding: 11px 35px;
	font-size: 16px;
	border: 2px solid transparent;
}
.btn-fill:hover {
    background-color: #f3c333;
    color: #fff;
}

/* 14-10-2022 */

.product-thumbs, .pro-thumbs > a {
    height: 32rem;
    margin-bottom: 1.5rem;
}
.product-left-menu .btn-bordered-white {
    font-size: 16px;
    color: #285363;
    padding: 0;
}
.product-left-menu a.collapsed {
    font-size: 26px;
    color: #285363;
    border-bottom: 1px solid #ddd;
    padding:10px 0;
    margin-bottom:10px;
    display: block;
}
label.form-check-label.d-block {
    font-size: 22px;
}
.form-check-input {
    width: 20px;
    height: 20px;
   margin-top: .15em;
}
.form-check {
    padding-left: 30px;
    margin-bottom: 23px;
}
.form-check-input[type=checkbox] {
    border-radius: 4px;
}
.form-check .form-check-input {
    margin-left: -30px;
}
.form-check-input:checked {
    background-color: #285363;
    border-color: #285363;
}
.pro-content p {
    margin-bottom: 0;
}
.categories_link.active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #285363;
    padding-left: 10px;
}
.cart-detail-row .product-detail-img img {
    max-height: 140px;
    max-width: 80px;
}
.cart-detail-row:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
input.btn.btn-success {
    font-size: 20px;
}
.checkout-step h5 {
    font-size: 22px;
    color: #046763;
}
.form-control {
    padding: .5rem .75rem;
    font-size: 16px;
}
.form-group label {
    font-size:16px;
}
.form-group {
    margin-bottom: 31px;
}
.form-check.same-address {
    margin-bottom: 17.5px;
}
.same-address label {
    font-size: 16px;
}
.checkout_add_address_container .form-control , .register-form .form-control{
    background-color: transparent;
    border: 1px solid #c0cbcf;
}

/* for checkout */
/* .card-body {
	border: 1px solid #F5F5F5;
	border-top: 0;
}
.same-button {
	display: inline-block;
	font-weight: 300;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	background: #d9861c none repeat scroll 0 0 !important;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
} */




/*--------custom-left-sidebar---------*/



.content-wrapper {
   
    max-width: 100%;
    flex: 1;
    padding-left: 40px;
}


.left-sidebar-inner {
    padding-top: 40px;
}

.user-detail {
    margin-bottom: 25px;
}

.user-pic {
    background-color: #f8f9faeb;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    margin: 0 auto 10px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.left-sidebar {
    background-color: #285363;
    max-width: 300px;
    /*height:calc(100vh - 200px);*/
    overflow:auto;
    padding-right: 0;
    padding-left: 0;
}


.user-pic img {
    max-width: 60px;
    max-height: 60px;
    /* border-radius: 100%; */
}

.user-name {
    font-size: 20px !important;
   
    color:#f8f9faeb;
   
}
.user-detail {
    margin-bottom: 30px;
}

.my-account-menu li a {
    color:#f8f9faeb;
    font-size: 16px;
    padding: 19px 35px;
    display: block;
    border-top: 1px solid #cacaca;
}
.my-account-menu li a:hover, .my-account-menu li a.active {
    background-color: #f8f9faeb;
    color: #000000;
}

.my-account-menu .fa {
    width: 15px;
    margin-right: 12px;
    font-size: 18px;
    vertical-align: middle;
}

.user-detail p:last-child{

    color:#f8f9faeb;
}

.badge {
    color: #000;
    border-radius: 100px;
    background: #f3c333;
    font-size: 9px !important;
    position: absolute;
    top: -7px;
    left: -10px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.contact-us-row .section-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.section.aboutUS-image{
    margin-top:60px;
}




.my-order-section .content-wrapper hr:not([size]) {
    margin:20px 0;
}


.my-order-section .right-side-my-order{
    padding-left:100px;
    padding-bottom:60px;
}


.my-order-section .form-check-input{
    width:15px;
    height:15px;
}

.my-order-section .form-check .form-check-input{
    margin-left:-25px;
}

.my-order-section .sml-title {
    font-size: 24px;
    font-weight: 600;
}

#ordersList_wrapper{
    padding-left:0;
    padding-right:0;
}

.product-Wishlist-img {
    max-width: 100px;
}


.righ-side-wishlist .sml-title{
    font-size:24px;
}

.righ-side-wishlist{
  padding-left:100px;  
}

.righ-side-wishlist .cart-item-delete{
padding-left:15px;
    
}



.left-sidebar::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.left-sidebar::-webkit-scrollbar-thumb {
  background-color: #444;
  outline: 0px solid #fff;
}
.left-sidebar::-webkit-scrollbar-track {
    background-color: #ccc;
  /*box-shadow: inset 0 0 2px rgba(0,0,0,0.2);*/
}
@-moz-document url-prefix() {
  .left-sidebar{
    scrollbar-width: thin;
    scrollbar-color: #1E202A;
  }
}


/*-------- 03-04-2023 CSS start here ---------*/
.contact-col .footer-link img {
    max-width: 17px;
    max-height: 20px;
    margin-right:5px;
}


.contact-col .footer-link i {
    
    margin-right:8px;
}

.contact-col.text-start {
    margin: 20px 0px;
}

.contact-col.text-start li {
    margin-bottom: 10px;
}
.blog-img {
    width: 100%;
    float: left;
    height: 500px;
    object-fit: contain;
}
.pro-content .pro-title {
    font-size: 20px;
}
.our-product-title {
    font-size: 26px;
    font-weight: 500;
}
.price-like-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.price-like-row .price-btn {
    border-radius: 5px;
    flex: 1 0 120px;
    padding: 8px 15px;
    height: auto;
    border-width: 1px;
    font-size: 22px;
    line-height: 1;
}
.price-like-row .save_next_btn {
    flex: 0 0 auto;
}
.like-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #da617c;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
}
.like-btn.active,
.like-btn:hover {
    background-color: #da617c;
    color: #FFFFFF;
}
.like-btn.active .far,
.like-btn:hover .far {
    font-weight: 700;
}
.sub-detail-image {
    height: 100%;
}
.sub-detail-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.user_icon,
.user_logout {
    color: #000;
}
.user_icon:hover,
.user_logout:hover {
    color: #285363;
    opacity: 1;
}
.user_icon i,
.user_logout i {
    display: table;
    margin: auto;
    font-size: 22px;
}
.blog-single .blog-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 50px;
}
.blog-readmore-btn {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    padding: 5px 15px;
    background-color: #0a6867;
    border-radius: 5px;
    color: #FFF;
    text-transform: capitalize;
    font-size: 14px;
}
.blog-readmore-btn:hover {
    background-color: #da617c;
    color: #FFFFFF;
}
.color-pick-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.color-pick-row input {
    width: auto;
}

.color-select-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.color-input-label {
    position: relative;
}

.color-input-label input {
    width: 0;
    height: 0;
    appearance: none;
    -moz-appearance: none;
    border: none;
    position: absolute;
    opacity: 0;
}

.color-input-label label {
    margin-bottom: 0;
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-input-label label span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    outline: 1px solid #000;
    display: inline-block;
    outline-offset: 4px;
    position: relative;
}

.color-input-label input:checked~label span::before {
    content: "✔";
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
}
#banner-slider {
    height: 100vh;
}
#banner-slider .slick-slide img {
    display: block;
    width: 100%;
     height: 100%; 
     object-fit: cover; 
}
#banner-slider .slick-prev, #banner-slider .slick-next {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 30px;
    background:rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border:solid 1px #fff;
    z-index: 1;
}
#banner-slider .slick-next {
    left: auto;
    right: 30px;
}
#banner-slider .slick-prev:hover, #banner-slider .slick-next:hover {
    /*background-color: #0B6867;*/
    background : #000;
}
#banner-slider .slick-prev:before,#banner-slider .slick-next:before {
    font-size: 24px;
    opacity: 1;
    color: #FFF;
    margin-bottom: 3px;
}