header {
	position: relative;
	padding: 20px 0;
	z-index: 2;
}
header::after {
	position: absolute;
	bottom: -15px;
	left:0; 
	height: 15px;
	width:100%;
	content: '';
	background-image: url('../image/header.jpg');
	background-size: 100%; 
	background-position: center;

}

p {
	font-family: 'Barlow', sans-serif;
	color: #424342;
	font-size:16px; 
	line-height: 26px;
}

#productCardsContainer .new-item div, #cart .col-sm-3 div, .cart-detail .cart-detail-img div {
	box-shadow: 5px 10px 10px 0 rgba(0, 0, 0, .40);
}

.price.text-info {
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
}

.count {
	font-family: 'Barlow', sans-serif;
}

.row.cart-detail {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.dropdown .dropdown-menu {
	box-shadow: 0px 5px 30px rgba(0, 0, 0, .2)!important;
}

.row.cart-detail:nth-last-child(1) {
	border-bottom: 0 none;
}

.product-description {
	text-align: left; 
	position: relative;
	order: 1;
}
.product-description::before {
	position: absolute;
    top: 9px;
    left: -60px;
    height: 2px;
    width: 50px;
    content: '';
    background: #787878;
}

.details.col-md-4.text-center {
	padding: 0 5%;
	display: flex;
	align-items: flex-start;
}

.ul-description {
	width: 100%;
    padding: 0;
	order: 2;
}

.filter-container {
	margin-top: 60px;
	background: #fff;
	padding: 20px 20px!important;
}

button.btn.btn-info.cart-btn {
	background: transparent!important;
}

.total-section p {
	font-weight: 700;
}

.text-info {
	color: #006151!important; 
	font-weight: 500!important;
}

.btn .badge {
	position: relative;
    top: -10px!important;
    right: -8px!important;
    background: #C4990A;
    color: #fff;
    text-align: center;
   font-family: 'Barlow', sans-serif;
    line-height: 20px;
    width: 20px;
    height: 20px;
}

.cards.pt-2 {
	gap: 20px;
}
    
.col.new-item {
	-ms-flex-preferred-size: unset;
    flex-basis: unset;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
	width: calc(25% - 23px)!important;
	background: #fff;
	padding: 20px;
}

.col.new-item h4 {
	color: #424342!important;
	font-family: 'Barlow', sans-serif!important;
	font-size: 18px!important;
	font-weight: 600!important;
	min-height: unset;
	margin-top: 18px;
}

.btn.btn-primary.btn-block.cart-checkout {
	font-family: 'Barlow', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    background-image: url(../image/button-shape.svg);
    background-size: 100%;
    background-position: 0 2px;
    padding: 20px 80px;
    background-repeat: no-repeat;
	background-color: transparent!important;
	text-transform: uppercase;
	transition: all 300ms ease-in-out 0s;
	opacity: 1;
}

.btn.btn-primary.btn-block.cart-checkout:hover {
	opacity: .7;
}

.col.new-item  button.btn-warning {
	font-family: 'Barlow', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    background-image: url(../image/button-shape-y.svg);
    background-size: 100%;
    background-position: 0 10px;
    padding: 15px 80px;
    background-repeat: no-repeat;
	background-color: transparent!important;
	text-transform: uppercase;
	transition: all 300ms ease-in-out 0s;
	opacity: 1;
}

.col.new-item  button.btn-warning:hover {
	opacity: .7;
}

.col.new-item img {
	width: 100%!important;
    height: auto;
}

.order-button-payment .order-btn {
	font-family: 'Barlow', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    background-image: url(../image/button-shape.svg);
    background-size: 100%;
    background-position: 0 10px;
    padding: 25px 20px 20px 20px;
    background-repeat: no-repeat;
	text-transform: uppercase;
	margin: 20px auto 0 auto;
    display: block;
	width: 300px;
	transition: all 300ms ease-in-out 0s;
	opacity: 1;
	background-color: transparent!important;
}

.order-button-payment .order-btn:hover {
	opacity: .7;
}
    

.details .price {
    order: 3;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    background-image: url(../image/button-shape.svg);
    background-size: 100%;
    background-position: 0 10px;
    padding: 20px 80px;
    background-repeat: no-repeat;
	text-transform: uppercase;

	
}

.ul-description li {
	list-style: none;
	color: #006151;
	margin-bottom: 10px;
	font-family: 'Barlow', sans-serif; 
	font-size: 16px; 
	line-height: 26px;
}

.filter-container span {
	font-family: 'Barlow', sans-serif; 
	color: #424342; 
	font-weight: 600; 
	text-transform: uppercase;
	position: relative;
	margin-right: 70px;
}

.filter-container span::after {
	position: absolute;
    top: 0;
    right: -75px;
    height: 2px;
    width: 60px;
    content: '';
    background: #787878;
    bottom: 0;
    margin: auto;
	
}

.form-check-input {
	background: #F0F0F0!important; 
	border: 0 none!important;
	border-radius: 0!important;
}

.filter-container .form-check-label {
	font-family: 'Barlow', sans-serif; 
	color: #424342; 
	font-weight: 400; 
	text-transform: uppercase;
}

.hero .price, .hero .product-description, .hero .ul-description {
	display: none;
}

.hero .product-title {
	text-align: center;
	color: #F0F0F0; 
	font-size: 52px; 
	line-height: 58px;
	font-family: 'Cormorant Garamond', serif; 
	font-weight: 700;
}

.container.header, .hero.container, .container.main-content, .footer.container, .footer-bottom.container {
	max-width: 1400px!important;
	margin: 0 auto;
}

.footer-main, .footer-main p, .footer-main a {
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

.footer-main a {
	transition: all 300ms ease-in-out 0s;
}

.footer-last p{
	margin-bottom: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.footer-main a:hover {
	color: rgba(255, 255, 255, .7);
	text-decoration: none;
}

.footer-main p {
	max-width: 200px;
    margin: 20px auto 0 auto;
}


.container.main-content {
	z-index: 2;
	position: relative;
}

.main-content .product-title {
	display: none;
}

.tab-pane.active {
	position: relative;
}

.tab-pane.active::before {
	position: absolute;
    top: -5%;
    left: 5%;
    max-height: 50px;
    height: 10%;
    width: 25%;
    content: '';
    background: #C4990A;
}

.tab-pane.active::after{
	position: absolute;
    bottom: -5%;
    right: -10%;
    max-height: 110px;
    height: 20%;
    width: 20%;
    content: '';
    background: #006151;
}

.tab-pane.active img {
	max-height: 425px;
    object-fit: cover;
    object-position: top center;
}

.logo img {
	max-width: 280px;
}

.hero-banner {
	z-index: 1;
	background-image: url('../image/hero (1).jpg');
	background-size: cover;
	padding: 120px 0 160px 0;
	position: relative;
}

.hero-banner::after {
	position: absolute;
	bottom: -1px;
	left:0; 
	height: 25%;
	width:100%;
	content: '';
	background-image: url('../image/tear.svg');
	background-size: 100%; 
	background-position: bottom center;
	background-repeat: no-repeat;
}

h2, h3, h4, h5, th {
	font-family: 'Barlow', sans-serif;
}

td[data-th="Price"], td[data-th="Subtotal"], .table h4 {
	color: #006151;
	font-family: 'Barlow', sans-serif; 
	font-weight: 600;
}

.billing-details-wrap, .your-order-wrapper {
	padding: 20px 0;
}

h4.nomargin {
	color: #424342;
}

#cart, .table {
	background: #fff;
}

body {
	background: #F0F0F0;
}

.footer-top {
	background-image: url('../image/footer.jpg');
	background-size: cover; 
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 160px 0 120px 0;
	margin-top: 60px;
}

.foot-bottom {
	background: #92827F; 
	padding: 15px 0;
}


.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}
.thumbnail img {
    width: 80%;
}
.thumbnail .caption{
    margin: 7px;
}
.main-section{
   /* background-color: #F8F8F8;*/
}
.dropdown{
    float:right;
    padding-right: 30px;
}
.btn{
    border:0px;
    margin:10px 0px;
    box-shadow:none !important;
}
.dropdown .dropdown-menu{
    padding:20px;
    top:55px !important;
    width:350px !important;
    left:-247px !important;
    box-shadow:0px 5px 30px black;
}
.total-header-section{
    border-bottom:1px solid #d2d2d2;
}
.total-section p{
    margin-bottom:20px;
}
.cart-detail{
    padding:15px 0px;
}
.cart-detail-img img{
    width:100%;
    height:100%;
   /* padding-left:15px;*/
}
.cart-detail-product p{
    margin:0px;
    color:#000;
    font-weight:500;
}
.cart-detail .price{
    font-size:12px;
    margin-right:10px;
    font-weight:500;
}
.cart-detail .count{
    color:#C2C2DC;
}
.checkout{
    border-top:1px solid #d2d2d2;
    padding-top: 15px;
}
.checkout .btn-primary{
    border-radius:50px;
    height:50px;
}
.dropdown-menu:before{
    content: " ";
    position:absolute;
    top:-20px;
    right:50px;
    border:10px solid transparent;
    border-bottom-color:#fff;
}

.shipping ul li{
    list-style-type:none;
}


.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.main-section {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    width: 100%;
    padding: 10px;
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.main-section img {
    height: 50px;
    width: 50px;
}

.billing-details-wrap .single-form-row {
    margin-bottom: 12px;
}

.card-body .single-form-row {
    margin-bottom: 12px;
}

.single-form-row {
    display: flex;
    flex-direction: column;
}

.remove-from-cart {
    margin: 0;
}

.card-body {
    padding: 6px;
}

.collapseTwo .row {
    padding: 6px;
}

.billing-address {
    background: none;
    border-bottom: none;
    padding: 0 0.75rem;
}

.billing-address .card-title {
    display: flex;
    align-content: center;
}

.card-header i {
    margin-left: 8px;
}

.checkout-details-wrapper .row {
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.checkout-details-wrapper .col-lg-6 {
    background: #ffffff;
}

.card {
    background-color: #F8F8F8;
}

#billing-address {
    margin-right: 6px;
}

.checkbox {
    margin-right: 8px;
}

.btn-info {
    display: flex;
    background-color: #00473B;
    width: 80px;
    justify-content: center;
    padding: 8px;
}

.btn-info:hover {
    background-color: #102C54;
}

.fa-shopping-cart{
    margin-right: -12px;
}

.badge-danger {
    color: #00473B;
    background-color: #fff;
}

.badge-pill {
    border-radius: 50%;
    padding: 0;
}

.btn .badge {
    position: relative;
    top: -5px;
    right: -16px;
}

.badge {
    padding: 0;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    text-align: center;
}

.order-btn {
    background-color: #00473B;
    width: 100%;
    padding: 6px 12px;
    font-weight: bold;
}

.order-btn:hover {
    background-color: #102C54;
}

/* .owl-stage {
    display: flex;
    justify-content: center;
} */

.owl-item .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.owl-item .item img {
    width: 150px!important;
    height: 150px;
}

.owl-item .item h4 {
    margin-top: 8px;
}

.owl-item .item p {
    margin-bottom: 8px;
}

.preview, .col-md-8 {
    max-width: 40%;
    padding: 0;
}

.preview-container {
    display: flex;
    justify-content: space-between;
}

.details, .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-content: center;
    flex: 1;
    max-width: 55%;
}

.preview-pic img {
    width: 100%;
    height: 100%;
}

.cart-checkout {
    
    background-color: #00473B !important;
    
}

.cart-checkout:hover {
    background-color: #102C54 !important;
}

.cart-btn {
    background-color: #fff !important;   
}
.cart-btn:hover {
    background-color: #fff !important;
}
.shopping-cart-icon {
    
   color: #102C54 !important;
   font-size: 24px;
    
}

.cart-remove-icon {
    color: #102C54 !important;   
}
.cart-remove-btn {
    background-color: #fff !important;   
}
.ul-description li{
    text-align: left !important;
}
.filter-container {
    width: 100%;
    max-width: 100%;
    flex: 1;
    font-size: 1.4rem;
}
.filter-container .form-check {
    margin: 0 20px;
}
.filter-container .form-check-input {
    width: 20px;
    height: 20px;
}
.new-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px 0 22px;
}

.new-item img {
    width: 150px!important;
    height: 150px;
}

.new-item h4 {
    margin-top: 8px;
    font-size: 1.2rem;
    min-height: 55px;
}

.new-item p {
    margin-bottom: 8px;
}

.fade {
    display: none;
}

.fade.show {
    display: block;
}

#cartdetail div.cart-detail div.cart-detail-img div {
    height: 100%;
    width: 100%;
}
table#cart tr td:first-child div.hidden-xs div {
    height: 100%;
    width: 100%;
}
.continue-shopping {
    width: 35%; margin: 0px;
} 
.search-container a {
    font-size : 14px;
    color: #006151;
}
.search-container #searchInput {
    width: 250px;
}
#cartdetail .items {
    overflow-y: auto;
    max-height: 230px;
    overflow-x: clip;
}
.col-lg-12 .row .col-lg-6 {
    background: inherit;
}
@media (max-width: 1140px) { 
	.col.new-item {
		width: calc(33.3% - 23px)!important;
	}
	
	.container.main-content {
		padding-left: 45px!important;
	}
	
	.hero-banner::after {
		bottom: -1px;
	}
}


@media (min-width: 768px) {
    .filter-container .col-md-2 {
        width: 100%;
        max-width: 100%;
        flex: 1;
        font-size: 1.4rem;
    }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  
	  .cart-detail .price {
		  font-size: 16px;
	  }
	  
	  .cart-detail p {
		  
		  	
	  font-size: 20px;
    line-height: 28px;}
	  
	   p, .ul-description li, .details .price {
			font-size: 18px;
			line-height: 28px;
		}
	  
	  .filter-container span {
			text-align: center;
			float: none;
			width: 100%;
			display: block;
			margin-bottom: 20px;
		  	margin-right: 0;
	  }
	  
	  .filter-container .form-check.form-check-inline {
		  width: calc(50% - 45px);
	  }
	  
	  .filter-container .form-check-inline:nth-first-child(1) {
		  justify-content: left;
	  }
	  
	  .filter-container .form-check-inline:nth-child(2) {
		  justify-content: right;
	  }
	  
	  .filter-container span::after {
		  display: none;
	  }
	  
	  .col.new-item button.btn-warning {
		font-size: 22px;
    	line-height: 32px;
	  }
	  
	  .col.new-item h4 {
		  font-size: 32px!important;
	  }
	.cards.pt-2 {
    	gap: 50px;
	}
	  .btn.btn-info.cart-btn {
		  width: 120px;
	  }
	  
	  .btn.btn-info.cart-btn .badge {
		  line-height: 45px;
    width: 50px;
    height: 50px;
	  }
		.col.new-item {
    		width: calc(100% - 29px)!important;
		}
	  
	  	.tab-pane.active::after {
			right: 10%;
		}
	
	.tab-pane.active::before {
		width: 20%;
	}
	
	.tab-pane.active {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	
	#pic-1.tab-pane.active img {
		max-height: 100%!important;
		width: 70%!important;
		margin: 0 auto!important;
		display: block!important;
	}
    .container {
        max-width: 90%;
    }
    .header {
        padding-top: 20px
    }
    .header img {
        height: 100px;
        width: 500px
    }
    .badge {
        font-size: 30px;
    }
    .shopping-cart-icon {
        font-size: 60px;
    }
    .main-content {
        display: flex;
        flex-direction: column;
    }
    .main-content > * {
        min-width: 100%;
    }
    .main-content .row > * {
        min-width: 100%;
    }
    .cards .new-item {
        min-width: 50%;
    }
    .filter-container {
        display: flex;
    }
    .filter-container .col-md-2 {
        width: 100%;
        max-width: 100%;
        flex: 1;
        font-size: 2rem;
    }
    .filter-container .col-md-10 {
        max-width: 33%;
    }
    .filter-container .form-check {
        margin: 0 20px;
    }
    .filter-container .form-check-input {
        width: 30px;
        height: 30px;
    }
    .new-item img {
        width: 400px!important;
        height: 400px;
    }
    .preview-container .details {
        margin-top: 30px;
        font-size: 2rem;
    }
    .row h3 {
        text-align: center;
    }
    /* .dropdown .dropdown-menu {
        width: 800px!important;
        left: -60px!important;
        top: 40px !important;
    }

    .cart-checkout {
        padding: 12px;
        font-size: 30px;
        font-weight: bold;
    }

    .total-section p {
        font-size: 24px;
        font-weight: bold;
    }

    .cart-products-container {
        display:flex;
        flex-wrap: wrap;
    } */
    
    .cart-detail-img img{
        width: 100px;
        height: 100px;
    }

    /* .dropdown .dropdown-menu {
        width: 540px !important;
    } */
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
  }
  
  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

@media screen and (max-width: 480px) {
	.tab-pane.active::after {
		right: 10%;
	}
	
	.tab-pane.active::before {
		width: 20%;
	}
	
	.tab-pane.active {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	
	#pic-1.tab-pane.active img {
		max-height: 100%!important;
		width: 70%!important;
		margin: 0 auto!important;
		display: block!important;
	}
}
  
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }