body{
	font-family: 'Josefin Sans', sans-serif;
}
.ml-auto {
    margin-left: auto!important;
}

.mr-auto {
    margin-right: auto!important;
}
.font-13{
    font-size: 13px; line-height: 16px;
}
.font-14{
    font-size: 14px; line-height: 18px;
}
.font-16{
    font-size: 16px; line-height: 30px;
}
.font-18{
	font-size: 18px; line-height: 30px;
}
.font-24{
    font-size: 24px; line-height: 36px;
}
.font-30{
	font-size: 30px; line-height: 38px;
}
.text-dark{
	color: #000;
}
.btn-dark{
    background: #000 !important;
}
.font-48{
	font-size: 48px; line-height: 58px;
}
a{
	text-decoration: none !important;
}
ul,ol{
	list-style-type: none;
	padding: 0; margin: 0;
}
.product-name {
    color: #000; font-size: 12px;
}
.product-price {
    color: #000; font-size: 12px;
}
.product-content {
    padding: 12px 0 0 12px;
}
#product-slider .owl-nav {
    display: flex;
    position: absolute;
    top: 50%;  width: 100%;
    transform: translateY(-50%);
    justify-content: space-between;
    pointer-events: none;
}
#product-slider .owl-nav button {
    width: 62px;
    height: 62px;
    background: #1a1b1f;
    opacity: 1;
    pointer-events: painted;
}
#product-slider .owl-nav button span {
     width: 20px;
     height: 20px;
     display: block;
     margin: auto;
     font-size: 0;
     background: url(/assets/images/arrow-right-icon.svg) no-repeat center;
     background-size: 11px 20px;
}
 #product-slider .owl-nav button.owl-prev span {
    transform: rotate(180deg);
}
 #product-slider .owl-nav button:hover{
    opacity: 0.3;
    filter: invert(1);
}
.inner-banner {
	height: 100vh;
}
.form-group {
    margin-bottom: 30px;
}
.form-label {
    display: block; font-size: 16px;
    color: #000000; line-height: 19px;
    font-weight: 400; margin-bottom: 5px;
}
.checkout-billing .form-label {
    font-weight: 300;
}
.form-control {
    height: 55px; border-radius: 0;
    border: 1px solid #D9D9D9;
    background: #F7F7F7;
}
.bar1, .bar2, .bar3 {
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin: 8px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(1px, 5px);
}
.bar2,
.change .bar2 {
    display: none;
}
.change .bar3 {
    -webkit-transform: rotate(46deg) translate(-2px, -8px);
    transform: rotate(46deg) translate(-2px, -8px);
}
button:focus{
    outline: none;
    box-shadow: none !important;
}
header#header .bar1,
header#header .bar2,
header#header .bar3{
    background: #000;
}
/*<<|<--------------------------Stracture CSS Here-------------------------->|>>*/
header#header {
    position: absolute;
    width: 100%; top: 0;
    padding: 26px 45px;
    background: #fff;
}
header.transparent-header{
    background: transparent !important;
}
@media (min-width: 767px){
    header a.navbar-brand {
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }
}
header .nav-item a.nav-link {
    color: #000;  font-size: 16px;
    font-weight: 500;
    padding: 0 0 !important;
    margin-right: 50px;
}
header ul.header-info-box {
    display: flex;
    margin-left: -10px;
    margin-top: -2px;
}
header ul.header-info-box li {
    margin-left: 22px;
}
header ul.header-info-box li .cart-option {
    display: flex;  align-items: center;
    color: #000;
}
header ul.header-info-box li .cart-option span{
	padding: 2px 0 0 10px;
}
header#header .header-info-box img {
    filter: invert(1) brightness(0);
}
.transparent-header ul.header-info-box li .cart-option,
.transparent-header .nav-item a.nav-link{
    color: #fff;
}
.transparent-header .header-info-box img {
    filter: none !important;
}
/*---------------------------header CSS End Here---------------------------*/
.hero_btn {
    border-radius: 0;
    border-width: 3px;
    margin-top: 2rem;
}
.category-box .hero_btn{
    padding: 0.5rem 2rem 0.3rem;
}

.hero-banner .hero_btn{
    font-size: 1.25rem;
		line-height: 1.8rem;
	  padding: 0.5rem 2rem 0.3rem;
}
.hero-banner {
    background: url(/assets/images/homebanner.jpg) no-repeat;
    height: 80vh;
    background-size: cover;  display: flex;
    justify-content: center;  align-items: center;
}
.hero-banner .hero-text{
	margin-top:130px;
	font-size: 75px;
	#line-height: 120px;
	line-height: 58px;
}
.home-category .category-wrap {
    display: flex;  flex-wrap: wrap;
}
.home-category .category-wrap .category-box {
    width: 50%; position: relative;
    overflow: hidden;  transition: .4s;
}
.home-category .category-wrap .category-box img{
	transition: .4s;
}
.home-category .category-wrap .category-box:hover img {
    transform: scale(1.1);  transition: .4s;
}
.home-category .category-wrap .category-box:last-child:not(:nth-child(even)){
	width: 100%;
}
.home-category .category-wrap .category-box:last-child:not(:nth-child(even)) .cate-title-box{
    left: inherit;
    right: 10%;
    text-align: right;
}
.home-category .category-box .cate-title-box {
    position: absolute;
    bottom: 20%;  left: 10%;
    color: white;
    text-align: left;
}
.home-category .category-box h2.cate-title {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    /* transform: translate(-50%, -50%); */
}
/*<<|--------------------------Shop Page Css Here--------------------------|>>*/
.mini-banner {
    padding: 100px 0 37px 0;
}
.shop-inner {
    display: grid; grid-gap: 0; padding: 0;
    grid-template-columns: repeat(4, 1fr);
}
.shop-wrapper .shop-inner .product-wrap {
    margin-bottom: 25px; transition: .7s;
}
.product-wrap .product-img {
    position: relative;
    width: 100%; height: 632px;
    overflow: hidden; transition: .6s;
    object-fit: cover; margin-bottom: 0;
}
.product-wrap .product-img img{
	width: 100%; height: 100%; transition: .6s;
    object-fit: cover;
}
.product-img img {
    width: 100%;
}
.product-wrap .product-img .hover-img {
    position: absolute;  z-index: 1;
    top: 0; left: 0; opacity: 0;
}
.product-wrap .product-img:hover .hover-img{
    opacity: 1;
}

.cart-quality-box {
    border: 1px solid #ddd;
    max-width: 100px;
    margin-left: 20px;
}
.cart-plus-minus {
    display: inline-block;
    height: 36px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px;
    text-align: center;
}

.cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #262626;
    font-size: 14px;
    height: 46px;
    line-height: 40px;
    margin: 0;
    padding: 0px;
    text-align: center;
    width: 100px;
    font-weight: 600;
}

.cart-plus-minus .qtybutton {
    color: #333;
    cursor: pointer;
    float: inherit;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 24px;
}

.cart-plus-minus .qtybutton.dec {
    height: 34px;
    top: 12px;
    left: 4px;
    font-weight: 600;
    font-size: 15px;
    font-family: sans-serif;
}
.cart-plus-minus .qtybutton.inc {
    height: 34px;
    top: 12px;
    right: 4px;
    font-weight: 600;
    font-size: 15px;
    font-family: sans-serif;
}
/*<<|--------------------------Stories Page Css Here--------------------------|>>*/
.stories-banner{
	background-repeat: no-repeat;
	background-position: top center;
    background-size: cover;
	display: flex;
    justify-content: center;
    align-items: center;
}
.stories-top-content {
    padding: 100px 0;
}
.stories-top-content p{
	max-width: 1080px;
	margin: 0 auto;
}
.story-box {
    background: #fafaf9;
    padding: 100px 0;
}
.stories-tile-content {
    max-width: 527px;  margin: 0 auto;
}
.story-mission {
    padding: 110px 0;
}
.story-mission p {
    max-width: 1102px;  margin: 0 auto;
}

/*<<|--------------------------Order Summary Css Here--------------------------|>>*/
.personal-detail ul.edit-profile {
    display: flex; float: right;
}
.personal-detail ul.edit-profile li a {
    width: 35px;  height: 35px;
    display: block; text-align: center;
    border: 1px solid #000;
    line-height: 32px; margin-left: 12px;
}
.personal-detail ul.edit-profile li a:hover {
    background: #000;
}
.personal-detail ul.edit-profile li a:hover img {
    filter: invert(1) brightness(1);
}
.personal-detail .detail-box {
    border: 1px solid #D9D9D9;
    width: 100%; margin-top: 20px;
    padding: 25px 30px;
}
.personal-detail .detail-box ul li {
    color: #333333;  font-size: 16px;
    line-height: 30px;  position: relative;
    padding-left: 40px;  margin-bottom: 17px;
}
.personal-detail .detail-box ul li:last-child {
    margin-bottom: 0;
}
.personal-detail .detail-box ul li a{
    color: #333333;  font-size: 16px;
}
.personal-detail .detail-box ul li img {
    position: absolute;  left: 0;
    width: 24px;  height: 23px;
    object-fit: fill;  top: 2px;
}
.summary-wrap .summary-order {
    background: #fbf9f7;  padding: 40px;
    max-width: 492px;  margin-left: auto;
}
/*<<|--------------------------Checkout Page Start Here--------------------------|>>*/
.checkout-total{
    height: 100%;
    max-width: 490px;
    margin-left: auto;
    padding: 35px 40px;
    background: #faf9f7;
}
.checkout-order td {
    vertical-align: middle;
    padding: 15px 0;
}
.checkout-order tr {
    border-bottom: 1px solid #C4C4C4;
}
.checkout-order tr td:first-child {
    width: 105px;
}
.checkout-order tr td:last-child {
    text-align: right;
}
.checkout-order figure.product-img {
    /* width: 84px;  height: 92px; */
    border: 1px solid #CBCBCB;
    background: #FEFAF6; margin: 0;
    padding: 8px; border-radius: 5px;
}
/* .checkout-order .product-img img {
    width: 100%; height: 100%;
} */
.checkout-total figure.product-img {
    width: 84px;
}
.coupan-form {
    position: relative;
    margin: 32px 0 32px 0;
    border-bottom: 1px solid #C4C4C4;
}
.coupan-form .form-group {
    border: 1px solid #B4B0AB;
}
.coupan-form .btn.btn-secondary {
    position: absolute;
    top: 0; right: 0; border: 0;
    height: 56px;  width: 115px;
    border-radius: 0 !important;
    font-size: 15px;
    background: #00000042;
}
.coupan-form input.form-control {
    text-indent: 8px;
    border: 0;
    background: #fefefc;
}
.coupan-form input.form-control::placeholder {
    font-size: 14px;  color: #000;
    opacity: 0.42;  font-weight: 300;
}
.btn-group.paymentBtnGroup {
    display: grid;  grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
}
.paymentWrap .paymentBtnGroup .paymentMethod {
    box-shadow: none;  position: relative;
    width: 197px;  height: 60px;
    border-radius: 0 !important;
    background: #fff;
}
.paymentWrap .paymentBtnGroup .paymentMethod.active .method {
    border-color: #D82126;
    outline: none !important;
    border-radius: 5px;
    box-shadow: 0px 10px 10px 0px rgb(216 33 38 / 10%);
}
.paymentWrap .paymentBtnGroup .paymentMethod .method {
    position: absolute;
    right: 0; top: 0;
    bottom: 0; left: 0;
    transition: all 0.5s;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;  border-radius: 0;
}
.paymentWrap .paymentBtnGroup .paymentMethod .method.visa {
    background-image: url("/assets/images/Visa-logo.svg");
    background-size: 75px;
}
.paymentWrap .paymentBtnGroup .paymentMethod .method.master-card {
    background-image: url("/assets/images/master-card-logo.svg");
    background-size: 75px;
}
.paymentWrap .paymentBtnGroup .paymentMethod .method.debitcard {
    background-image: url("/assets/images/credit-card-logo.svg");
    background-size: 60px;
}
.paymentWrap .paymentBtnGroup .paymentMethod .method.paypal {
    background-image: url("/assets/images/paypal-logo.svg");
    background-size: 94px;
}
.paymentWrap input {
    opacity: 0;
}
.paymentWrap .method:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 19px;
    width: 20px;
    height: 20px;
    background: url(/assets/images/check-button.svg);
    background-size: contain; opacity: 0;
}
.paymentWrap .method:hover:before,
.paymentWrap .btn input:checked + .method:before {
    opacity: 1;
}
.paymentWrap .paymentBtnGroup .paymentMethod .method:hover,
.paymentWrap .btn input:checked + .method {
    border: 1px solid #000 !important;
}
.checkout-total h3.checkout-payment-text {
    padding-top: 65px;
}
.checkout-subtotal td,
.checkout-subtotal th {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
}
.checkout-subtotal tr td:last-child,
.checkout-subtotal tr th:last-child {
    text-align: right;
}
.checkout-subtotal span.calculated-text {
    font-size: 12px;
}
.checkout-subtotal tfoot td {
    font-size: 18px;
    border-top: 1px solid #C4C4C4;
    padding-top: 33px !important;
}
.checkout-subtotal td.check-total-price span {
    font-size: 12px;
}
.checkout-subtotal tbody tr:last-child td {
    padding-bottom: 30px;
}
.checkout-total .privacy-text {
    font-size: 13px;
    color: #0F0E0E;
    line-height: 20px;
}
.checkout-total .privacy-text a {
    color: #000;
    text-decoration: underline !important;
}
.check-order-bt {
    height: 65px;  margin-top: 50px; line-height: 56px;
    border-radius: 0;  background: #000;
}
.check-order-bt:hover {
    background: transparent !important;  color: #000;
}
/*<<|--------------------------Product page Css Here--------------------------|>>*/
.detail-banner{
    padding-top: 92px;
    background: #faf9f7;
    /* min-height: 1020px;
    overflow: hidden; */
}

.detail-summary #pills-tab {
    border-bottom: 1px solid #E8E8E8;
}
.detail-summary #pills-tab .nav-link {
    color: #000;  opacity: 0.51;
    font-size: 12px;  padding: 0 2px 3px;
    margin-right: 50px; font-weight: 400;
    border: 0;
}
.detail-summary #pills-tab .nav-link:hover,
.detail-summary #pills-tab .nav-link.active {
    background: transparent;
    opacity: 1;  border-radius: 0;
    border-bottom: 3px solid #000;
}
.detail-summary #pills-tab .nav-link.active {
    font-weight: 600;
}
.detail-summary #pills-tabContent {
    min-height: 150px; transition: .4s;
}
.detail-summary .product-size {
    display: flex;
    align-items: center;
    padding: 20px 0 0 0;
    margin: 20px 0 20px 0;
    border-top: 1px solid #E8E8E8;
}
.detail-summary .product-size .size-group {
    margin-left: 25px;
}
.detail-summary .product-size .size-group label {
    width: 40px;   height: 40px;   padding: 0;
    text-align: center; margin-right: 15px;
    font-size: 12px;  color: #000;
    border: 1px solid #D8D8D8;
    border-radius: 0 !important;
    line-height: 42px;
}
.detail-summary .product-size label:focus,
.detail-summary .product-size label:hover,
.detail-summary .product-size .btn-check:checked+label {
    background: transparent;  border-color: #000 !important;
    box-shadow: none;  color: #000;
}
.detail-summary .add-cart-bt {
    height: 50px;  border-radius: 0;
    text-transform: uppercase;
    display: flex;align-items: center;
    justify-content: center;padding-top: 11px;
}
.detail-summary .add-cart-bt:hover, .search_btn:hover {
    background: transparent !important;
    color: #000;
}
.detail-summary .add-cart-bt:hover img {
    filter: invert(1);
}
.detail-summary .tab-pane p{
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.detail-summary .table tr{
    font-size: 12px;
}
.product-slide .slider {
   height: calc(100vh - 84px);
   overflow: hidden;
}
.product-slide .slider ul {
   position: relative;
   top: 0;
   height: 100%;
   margin: 0;
   padding: 0;
}
.product-slide .slider ul li {
   overflow: hidden;
   position: relative;
   width: 100%;
   height: 100%;
}
.product-slide li img {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 50%;
   -webkit-transform: translateY(-50%);
}
.product-slide .slider-nav {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   z-index: 9000;
}
.product-slide .pagination {
   position: absolute;
   left: 25px;
   z-index: 9999;
   display: flex;
   flex-direction: column;
   top: 53%;
   transform: translateY(-50%);
   height: 512px;
   /*overflow-y: auto;*/
}
.product-slide .pagination a {
   display: inline-block;
   margin-left: 0;
   margin-bottom: 18px;
   width: 80px;
   height: 88px;
}
.product-slide .pagination a img{
   width: 100%;
   height: 100%;
}
.product-slide .slider-thumbnail {
   width: 100px;
   height: 100px;
}
.product-slide .pagination .active {
   border: 2px solid #000;
}
.related-products {
    padding-top: 90px;
}
.detail-summary .help-box {
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;  display: flex;
}
.detail-summary .help-box a {
    color: #000;  font-size: 14px;
    text-decoration: underline !important;
    font-style: italic;
}
/*<<|--------------------------Product Css End Here--------------------------|>>*/
/*<<|--------------------------Footer Css Start Here--------------------------|>>*/
footer {
	padding: 130px 0 50px 0;
}
footer .footer-logo {
    position: relative;
}
footer .footer-logo:before {
    content: '';
    position: absolute;
    left: 0;  top: 50%;
    width: 100%;  height: 1px;
    background: #000;
}
footer .footer-logo img {
    background: #fff;
    z-index: 1;  padding: 0 45px;
    position: relative;
    width: 428px;
}
footer .footer-middle-row {
    margin-top: 70px;
    margin-bottom: 90px;
}
footer .footer-list .list-group-item {
    border: 0;
}
footer .footer-list .list-group-item a {
    color: #000;  font-size: 20px;
}
footer label.form-label {
    font-size: 24px;  color: #000;
    font-weight: 400;
}
footer form.newsletter-form {
    width: 100%;  max-width: 425px;
    margin: 0 auto;
}
footer form.newsletter-form input {
    width: 100%;  height: 55px;
    border: 1px solid #000000;
    text-align: center;
}
footer form.newsletter-form input::placeholder {
    color: #000;  font-size: 18px;
    font-weight: 400;
}
footer form.newsletter-form input:focus {
    outline: none;
}
footer form.newsletter-form .btn-primary {
    width: 100%;  border-radius: 0;
    background: #000;  height: 55px;
    border: 1px solid #000;
    font-size: 18px;
}
footer form.newsletter-form .btn-primary:hover {
    background: transparent;  color: #000;
    border-top: 0;
}
footer p.copyright-text {
    margin-top: 70px;  font-size: 16px;
    color: #000;
}
footer .footer-social:before {
    content: '';  position: absolute;
    left: 50%;  top: 80px;
    width: 1px;  height: 97px;
    background: #000;
     -webkit-animation: mover .7s infinite  alternate;
    animation: mover .7s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-12px); }
}


/*........................product slider css start........................*/
:root {
  --main-image-width: 100%;
  --main-image-height: 100%;
  --thumbnail-track-width: 76px;
  --thumbnail-height: 88px;
}

/**
  Thumbnails carousel
*/
.slick-autoplay-toggle-button{
    display: none !important;
}
.thumbnails-slider.slick-slider{
    position: absolute;
    left: 15px;
    top: 0;
}
.thumbnails-slider {
  width: var(--thumbnail-track-width);
  padding: 30px 0;
  margin: auto 5px;
  z-index: 1;
  position: relative;
  /** Previous/next buttons */
  /** Single thumbnail */
}
.thumbnails-slider button {
  height: 30px;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 30px;
  color: rgba(0, 0, 0, 0.7);
}
/* .thumbnails-slider button:not([disabled]):hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: black;
} */
/* .thumbnails-slider button:focus {
  background-color: royalblue;
} */
.thumbnails-slider button:focus .slick-prev-icon,
.thumbnails-slider button:focus .slick-next-icon {
  color: white !important;
}
.thumbnails-slider button.slick-prev {
  top: 5px;
  left: 0;
}
.thumbnails-slider button.slick-prev .slick-prev-icon {
  display: inline-block;
  transform: rotate(90deg);
  color: black;
}
.thumbnails-slider button.slick-next {
  bottom: -22px;
  right: 0;
  top: auto;
}
.thumbnails-slider button.slick-next .slick-next-icon {
  display: inline-block;
  transform: rotate(90deg);
  color: black;
}
.thumbnails-slider .thumbnail-button {
  display: block;
  height: var(--thumbnail-height) !important;
  cursor: pointer;
  background: none;
  border: 2px solid transparent;
  /* transition: opacity 0.1s linear; */
}
.thumbnails-slider .thumbnail-button:focus img, .thumbnails-slider .thumbnail-button:hover img, .thumbnails-slider .thumbnail-button[aria-current=true] img {
  /* opacity: 1;
  filter: grayscale(0); */
}
.thumbnails-slider .thumbnail-button:focus img {
  outline: 3px dashed white;
  outline-offset: -4px;
}
.thumbnails-slider .thumbnail-button img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0);
  transition: all 0.1s linear;
}
.slick-vertical .slick-slide {
    margin-bottom: 8px !important;
}
.main-image-slider.slick-vertical .slick-slide {
    margin-bottom: 0 !important;
    border: 0;
}
/* .main-image-slider.slick-vertical .slick-slide img {
    object-fit: cover;
    object-position: top;
} */
.thumbnails-slider .slick-next, .thumbnails-slider .slick-prev {
    background: #ffffff26 !important;
}
.thumbnails-slider .thumbnail-button:focus img {
    outline: 0;
    outline-offset: 0;
}
.thumbnails-slider .slick-active .thumbnail-button[aria-current="true"]{
    border: 2px solid #fafaf7;
}
.slick-prev .slick-prev-icon:before,
.slick-next .slick-next-icon:before{
    content: '';
    background: url(/assets/images/up-icon-hero.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: contain;
    position: absolute;
    top: -9px;
    transform: rotate(-90deg);
    left: -13px;
}
.slick-next .slick-next-icon:before {
    transform: rotate(90deg);
}
/**
  Main image carousel
*/
.loader-introduce-ajax{
    padding:0px!important;
}
.main-image-slider{
    padding:0px!important;
    margin-left:0px;
    width:100%;
    visibility: hidden;
}
.main-image-slider.slick-slider {
  margin-bottom: 0;
  visibility: visible;
}
.main-image-slider button.slick-prev .slick-prev-icon,
.main-image-slider button.slick-next .slick-next-icon {
  opacity: 1;
  display: none;
}
.main-image-slider .slick-slide {
  width: var(--main-image-width);
}
.main-image-slider .slick-slide .image-link {
  height: var(--main-image-height);
  overflow: hidden;
  transition: outline 0.1s linear;
}
.main-image-slider .slick-slide .image-link:focus {
  outline: 4px dashed white;
  outline-offset: -7px;
}
.main-image-slider .slick-slide .image-link img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
/*........................product slider end........................*/
/*............................cart css start............................*/
a.text-decoration-underline:hover{
    text-decoration: none !important;
}
.shipping-cart-wrap .products-wrapper {
    max-width: 700px;
}
.shipping-cart-wrap .product-size .input-group >.form-select {
    flex: 0 0 auto;
    background-color: transparent !important;
}
.shipping-cart-wrap .checkout-order td {
    vertical-align: top;
    padding: 30px 0;
}
/* .shipping-cart-wrap .checkout-order figure.product-img {
    width: 146px;
    height: 158px;
} */
.shipping-cart-wrap .product-name {
    max-width: 272px;
    line-height: 1.7;
}
.shipping-cart-wrap .free-shipping-text {
    font-size: 14px;
    font-weight: 400;
    color: #0F0E0E;
}
.shipping-cart-wrap .checkout-order tr:last-child {
    border-bottom: 0;
}
.cart-sidebar .checkout-order tr td:nth-child(2) {
    padding-right: 15px;
}
.cart-sidebar .form-label, .cart-sidebar .form-select {
    font-size: 14px;
}
#cart-sidebar .summary-order > h2 {
    font-weight: 400 !important;
}
/*....................cart sidebar css....................*/
div#cart-sidebar {
   position: relative;
}
div#cart-sidebar .summary-order {
    height: -webkit-fill-available;
    position: fixed;
    right: -100%;
    top: 0;
    left: auto;
    background: rgb(254 254 254);
    z-index: 999999;
    transition: .7s;
    overflow-y: auto;
}
.cart-sidebar.active:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000c2;
    z-index: 999;
}
div#cart-sidebar.active .summary-order{
    right: 0;
    transition: .7s;
}
/* .shipping-cart-wrap .checkout-order figure.product-img {
    width: 96px;  height: 106px;
} */
.cart-close {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0);
    transition: 1s ease;
    cursor: pointer;
}
.cart-close span {
    line-height: 1;
    margin-top: 3px;
    font-weight: 600;
}
.cart-close:hover{
    transform: rotate(180deg);
}

.search-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffffcf;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    bottom: 0;
    z-index: 99;
    display: none;
}
.search-wrapper.active {
    display: flex;
}
.search-wrapper input {
    width: 100%;
    max-width: 500px;
    border: 0;
    border-bottom: 1px solid;
    padding: 17px 11px 8px;
    background: transparent;
}
.search-wrapper input:focus {
    outline: none;
}
.search-wrapper a.close-bt {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    right: 25px;
}
.search-wrapper a.close-bt img{
    width: 100%; height: 100%;
    object-fit: contain;
}
.fw-semibold{
    font-weight: 600 !important;
}
.pb-80{
    padding-bottom: 80px !important;
}
.mt-md-4-5 {
    margin-top: 2rem !important;
}
.checkout-detail .form-check{
    padding-left: 0;
}
.checkout-detail .form-check-input {
    width: 27px;
    height: 27px;
    margin: 0px 13px 0 0;
    padding-left: 0;
    border-radius: 0;
}
.checkout-detail .form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}
.checkout-detail .form-check-input:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.25);
}


/*==========================================
=        28. My account Page Css           =
===========================================*/


  .helendo-tabs ul .nav-item {
    width: 50%;
    text-align: center;
  }

  .helendo-tabs ul .nav-item a {
    color: #666;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    background-color: #ededed;
  }

  .helendo-tabs ul .nav-item a.active {
    background: #fff;
    color: #000000;
  }

  .content-modal-box {
    padding: 40px;
  }

  .single-input {
    margin-top: 30px;
  }

  .checkbox-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

.checkbox-wrap label {
    margin-bottom: .0rem;
  }

  @media only screen and (max-width: 479px) {
    .checkbox-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
  }

  .checkbox-wrap a {
    font-size: 14px;
  }

  .content-modal-box .input-checkbox {
    opacity: 0;
    line-height: 1;
    height: inherit;
    display: none;
  }

  .content-modal-box span {
    display: inline-block;
    text-transform: inherit;
    position: relative;
    line-height: 1;
    font-size: 14px;
    cursor: pointer;
    padding: 0 0 0 30px;
    font-weight: 400;
  }

  .content-modal-box span::before {
    font-family: FontAwesome;
    top: -2px;
    left: 0px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    content: "";
    width: 19px;
    height: 19px;
    border: 2px solid;
    position: absolute;
    left: 0px;
    color: #e4e4e4;
  }

  .content-modal-box .input-checkbox:checked + span::before {
    content: "\f00c";
  }

  .helendo-tabs ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .helendo-tabs ul .nav-item {
    width: auto;
    text-align: center;
    font-size: 24px;
    padding: 0 22px;
  }

  .helendo-tabs ul .nav-item a {
    color: #666;
    font-size: 24px;
    font-weight: 600;
    padding: 15px 0;
    background-color: transparent;
  }

  .helendo-tabs ul .nav-item a.active {
    background: transparent;
    color: #000000;
  }

/*-----------------------------Shop Dropdown Css Start--------------------------------*/
@media (max-width: 1280px){
    #header .sub-menu .left-menu {
    padding-left:15px !important;
}
}
@media (max-width: 991px){
#header .sub-menu .latest-menu {
    margin-top: 25px !important;
}
}
@media (max-width: 767px){
     #header .sub-menu .shop-all-menu-link-list a.list-link {
        color: #000;
        font-size: 14px;
    }
     #header .sub-menu .shop-all-menu-link-list a.list-link:hover {
        opacity: 0.5;
    }
     #header .sub-menu .shop-images{
        display: none;
    }
    #header .sub-menu .left-menu .left-menu-inner {
        display: flex;
    }
    #header .sub-menu .secondary-lists.left-menu-column,
        ul.shop-all-menu-link-list.left-menu-column.primary-list {
            width: 50%;
    }
    #header .sub-menu .latest-menu{
         margin-top: 23px;
    }
		.detail-summary{
			margin-left:0px !important;
		}
}
@media (min-width: 768px){
	  #header{
			position:fixed !important;
			top:0px !important;
		}
    #header nav.navbar {
        position: unset;
    }
    #header nav.navbar ul li.nav-item .sub-menu {
        background-color: #fff;
        transform: translateY(-112%);
        transition: .5s;
        width: 100%;
        position: absolute;
        top: 0;  left: 0;
        display: flex;
        z-index: -1;
    }
    #header .sub-menu .left-menu .left-menu-inner{
        display: flex;
    }
     #header nav.navbar ul li.nav-item.active.mega-menu:hover .sub-menu {
        transform: translateY(0%);
         transition: .5s;
         -webkit-transition: 0.5s;
    }
    #header .sub-menu .left-menu{
        padding: 80px 44px 45px;
    }
    #header .sub-menu ul li.list-item a.list-link {
        color: #000;
        font-size: 16px;
        line-height: 1.59;
    }
    #header .sub-menu ul li.list-item a.list-link:hover {
        opacity: 0.5;
    }
    #header .sub-menu .left-menu .left-menu-inner {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }
    #header .sub-menu .left-menu-column:not(:first-child) {
        padding-left: 95px;
    }
    #header .sub-menu .secondary-lists {
        display: flex;
        flex-direction: column;
    }
    #header .sub-menu .shop-images{
        height: 100%;
        background-color: grey;
    }
    #header .sub-menu .shop-images img{
        width: 100%; height: 100%;
    }
    #header.is-active .nav-item.active a.nav-link,
    #header.transparent-header.is-active .nav-item.active.mega-menu a.nav-link {
        color: #000; z-index: 1;
        display: block;
    }
    #header.is-active .nav-item a.nav-link {
        color: #fff; z-index: 1;
        display: none;
    }
    #header{
        z-index: 5;
    }
    #header.is-active a.navbar-brand img {
        filter: invert(0) brightness(0);
    }
    #header .sub-menu .latest-menu{
        margin-top: 50px;
    }
    #header .sub-menu .col-md-6{
        width: 50%;
    }
    #header .sub-menu .row{
        width: 100%;
    }
}
/*------------------------------Shop Dropdown CSS End------------------------------------*/

/*<<|-------------------------------Edit 9 Feb 2023-------------------------------|>>*/
.news-img img{
    height:  540px;
    object-fit: cover;
}
#listing_slider .owl-item .product-content{
    /*display: none; */
    transition: .4s;
}
#listing_slider .owl-item.firstActiveItem .product-content{
    display: block; transition: .4s;
}
#listing_slider .product-content {
    padding: 0;  position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;  left: 50%; width: 100%;
    z-index: 9;
}
#listing_slider .product-content h2.product-title {
    font-size: 60px;
}
#listing_slider .product-content .product-subtitle{
    font-size: 36px;
}
#listing_slider .owl-nav {
    position: absolute;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
    top: 50%;  left: 50%;
    transform: translate(-50%, -50%);
}
#listing_slider .owl-nav button span {
    font-size: 0;
}
#listing_slider .owl-nav button {
    width: 65px; height: 65px;
    background: url(/assets/images/Arrow_left.svg) no-repeat;
    background-size: contain; background-position: center;
    pointer-events: all;
}
#listing_slider .owl-nav button.owl-next {
    width: 65px; height: 65px;
    background: url(/assets/images/Arrow_right.svg) no-repeat;
    background-size: contain; background-position: center;
}
.story-box .reverse-coloumn {
    flex-direction: row-reverse;
}
.categories-box {
    position: relative;
}
.categories-box figure{
    margin-bottom: 0;
    position: relative;
}
.categories-box figure:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000024;
}
.categories-box .categories-content {
    position: absolute;
    bottom: 55px;
    left: 0; right: 0;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
}
.categories-box .categories-content h3 {
    margin-bottom: 0;
    font-size: 34px;
}
.categories-box .categories-content a.cate-btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 14px 5px;
    display: inline-block;
    margin-top: 0; font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.categories-box .categories-content a.cate-btn:hover {
    background: #fff; color: #000;
}
.categories-box img {
    height: 600px; object-fit: cover;
}
.collection-wrapper {
    padding-top: 120px;
}
.common-slider .owl-nav {
    display: flex !important;
    justify-content: space-between;
    width: 100%;  top: 50%;
    position: absolute;
    pointer-events: none;
    transform: translateY(-50%);
}
.common-slider .owl-nav button.owl-next,
.common-slider .owl-nav button.owl-prev {
    width: 65px; height: 65px;
    background: url(/assets/images/Arrow_left.svg) no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    pointer-events: all;
}
.common-slider .owl-nav button.owl-next{
    background: url(/assets/images/Arrow_right.svg) no-repeat !important;
    background-size: contain !important;
    background-position: center;
}
.common-slider .owl-nav button span{
    font-size: 0;
}
@media (max-width: 1000px){
    #listing_slider .product-content h2.product-title {
        font-size: 35px;
    }
    #listing_slider .product-content .product-subtitle {
        font-size: 28px;
    }
    #listing_slider .owl-nav{
        width: calc(100% - 1px);
    }
}
@media (max-width: 767px){
    .news-img img {
        height: 340px;
    }
    #listing_slider .owl-nav button,
    #listing_slider .owl-nav button.owl-prev
    #listing_slider .owl-nav button.owl-next,{
        width: 40px !important;
        height: 40px !important;
    }
}