@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Roboto:wght@300;400;500;700&display=swap');

/* @font-face {
    font-family: Futura;
    src: url('/../assets/font/futura/futura-light-bt.ttf');
    font-weight:400;
    font-style:normal;
    font-display:fallback;
}
@font-face {

    src: url('../font/NeuzeitGrotesk/NeuzeitGrotesk.ttf');
    font-weight: normal;
    font-style: normal;
} */

body {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    background: #fff;
    color: #222;
    font-weight: normal;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #fff
}

p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    /*max-width: 1280px;*/
    /*max-width: 1549px;*/
}

.container-fluid {
    padding: 0
}


.img100 {
    width: 100%
}

.BorderBottom {
    border-bottom: 1px solid #eee
}

.DPostDate {
    font-size: 15px;
    color: #5a5a5a;
    display: inline-block
}

.Brief {
    font-size: 16px;
    line-height: 20px;
    color: #5a5a5a
}

.pHead {
    font-weight: bold;
    margin-bottom: 5px
}

.ShowMenu {
    display: block
}

.HideMenu {
    display: none;
}

/* common */
.sticky {
    position: fixed;
    background: #fff;
    top: 0 !important;
    z-index: 1000;
    margin-top: 0;
    left: 0;
    right: 0;
    box-shadow: 5px 2px 5px #0003;
    padding: 0 40px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* back-to-top */
#button {
    display: inline-block;
    background-color: #ec1a22;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 88px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border-radius: 50%;
}

#button::after {
    font-weight: normal;
    font-style: normal;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button i {
    font-size: 20px;
    line-height: 50px;
    color: #fff;
}

/* common-btn */
.common-btn {
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    border: 1px solid #0B0A0F;
    color: #0B0A0F;
    padding: 7px 20px;
    position: relative;
    transition: all 0.5s ease;
    z-index: 1;
    border-radius: 7px;
}

.common-btn::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    border-radius: 6px;
    background: #ec1a22;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: -1;
}

.common-btn:hover:before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.common-btn:hover {
    color: #fff;
    border: 1px solid #ec1a22;

}

/* SAH75 */
.highlight span {
    color: rgb(0, 104, 40);
    text-shadow: 0 0 0 rgba(12, 204, 86, 0.575);
    animation: highlight 3s ease-in-out infinite alternate;
}

@keyframes highlight {
    to {
        text-shadow: 20px 0 50px rgb(255, 73, 73);
        color: #ec1a22;
    }
}

/* Breadcrumb Section */
.breadcrumb-wrap::before {
    position: absolute;
    content: "";
    top: 54%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    transform: translateY(-50%);
}

.breadcrumb-wrap {
    position: relative;
    margin: 30px 0;
}

.breadcrumb-wrap ul {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 10px 0 0;
    display: inline-block;
    margin-bottom: 0;
}

.breadcrumb-wrap ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    line-height: 21px;
}

.breadcrumb-wrap ul li a {
    color: #000;
}

.breadcrumb-wrap ul li::after {
    content: "\f101";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    margin-left: 5px;
}

.breadcrumb-wrap ul li:last-child {
    margin-right: 0;
}

.breadcrumb-wrap ul .active {
    color: #ec1a22;
}

/* .breadcrumb-wrap ul li {
	display: inline-block;
	font-size: 16px;
	margin-right: 10px;
	line-height: 3;
  } */
.breadcrumb-wrap ul li:last-child::after {
    content: none;
}

/* Price range Css By Daisy Start */
.price-range-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 0px 0px 40px;
}

.price-range-wrapper .price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

.price-range-wrapper .price-input .field {
    display: flex;
    width: 100%;
    height: 30px;
    align-items: center;
}

.price-range-wrapper .price-input .field span {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    color: #8C8C8C;
}

.price-range-wrapper .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    margin-left: 12px;
    border-radius: 5px;
    color: #BABABA;
    text-align: center;
    border: 1px solid #BABABA;
    -moz-appearance: textfield;
}



.price-range-wrapper input[type="number"]::-webkit-outer-spin-button,
.price-range-wrapper input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-range-wrapper .price-input .separator {
    width: 30px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.price-range-wrapper .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.price-range-wrapper .slider .progress {
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #ec1a22;
}

.price-range-wrapper .range-input {
    position: relative;
}

.price-range-wrapper .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.price-range-wrapper input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #ec1a22;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-range-wrapper input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #ec1a22;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}


/* Price range Css By Daisy End */

/* Fresh & Trendy Css By Daisy Start */
.fresh-trendy-page {
    padding-bottom: 50px;
}

/* Fresh & Trendy Css By Daisy End */

/* Header Top Area Start */
.header-top-area {
    background: red;
    padding: 10px 0;
}

.header-top-phone {
    display: flex;
}

.header-top-phone a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}

.header-top-phone a:hover {
    text-decoration: underline;
}

.reward-slider {
    display: none;
}

.reward-slider .items a>p {
    /*text-align: center;*/
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-right: 130px;
}

.reward-slider .items a:hover p {
    text-decoration: underline;
}

.headerCnmob {
    background: #fff;
    color: red !important;
    font-size: 20px !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px !important;
}

/* .navbar-nav li.active {
	color: red;
  }
.top-header {
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
  }
  .top-header ul {
	margin: 0;
	padding: 0;
	display: flex;
	height: 100%;
	align-items: center;
  }
  .top-header ul li.callUs {
	text-align: left;
	width: 160px;
  }
  .top-header .callUs i{
	font-size: 18px;
  }
  .top-header .callUs img {
	max-width: 20px;
	vertical-align: middle;
  }
  .top-header ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 38%;
	color: #fff;
	line-height: 18px;
  }
  .top-header a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
  }
  .top-header a:hover{
	text-decoration: underline;
  }
  .top-header ul li.reward-txt {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	text-transform: none;
	width: calc(98% - 142px);
  }
  .reward-txt .getrewardnow p{
	font-size: 14px;
	color: #000;
  } */

/* Header Bottom */
.header-bottom-area {
    padding: 12px 30px;
}

.header-bottom .logo img {
    width: 128px;
    height: unset;
}

.header-icon-wrapper {
    display: flex;
}

.header-icon-wrapper .header-icon-thumb {
    text-align: center;
    line-height: 20px;
    position: relative;
}

.header-icon-wrapper .header-icon-thumb i {
    font-size: 18px;
}

.header-icon-wrapper a:hover {
    color: #000;
}

.header-icon-wrapper p {
    font-size: 14px;
    line-height: 26px;
}

.header-icon-wrapper span {
    font-size: 11px;
}

.header-icon-thumb .start-100 {
    left: 80% !important;
}

.header-icon-wrapper .icon-area {
    padding: 0 15px;
}

.cart-count{
    padding: 4px;
    line-height: 11px;
}

.header-search-cs{
    max-width: 240px;
    width: 90%;
}

.header-search .search-box-top  input{
    background-color: #f1f1f1;
    border: none;
}

.header-search .btn.search-top{
    background-color: #f1f1f1;
    border-left: none;
    color: #666666;
}

.header-icon-wrapper .header-icon-thumb img {
    width: 20px;
}

.search-box-top {
    padding-top: 2px;
}

.header-icon-wrapper .btn.search-top {
    background: #ec1a22;
    color: #fff;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.header-icon-wrapper .form-control {
    border: 1px solid #ec1a22;
}

.header-icon-wrapper .btn {
    border-radius: 0;
}

.nav-item:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}


/* header-area */
.header-content-wrap {
    position: relative;
    padding: 7px 0;
}

.logo {
    text-align: center;
}

.logo img {
    width: 120px;
}

.header-right-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.header-right-icon .icon-wrap {
    margin-right: 10px;
    font-size: 18px;
    cursor: pointer;
}

.user-profile {
    background: #fff;
    width: 190px;
    height: auto;
    position: absolute;
    z-index: 9;
    border-radius: 5px;
    left: 1px;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    top: 27px;
    color: #222;
    border: 1px solid #d78e91;
}

.user-name {
    padding: 10px 15px;
}

.user-iteme-wrapper {
    border-top: 1px solid #d78e91;
}

.user-iteme-wrapper ul {
    margin: 0;
    padding: 10px 0;
}

.user-iteme-wrapper ul li {
    list-style: none;
    padding: 0 10px;
}

.user-iteme-wrapper ul li a {
    font-size: 12px;
    color: #222;
    padding: 8px 10px;
    display: block;
    border-radius: 10px;
}

.header-right-icon .icon-wrap:hover .user-profile {
    visibility: visible;
    opacity: 1;
}

.header-right-icon .icon-wrap>i {
    font-size: 20px;
    color: #6a6a6a;
}

.header-right-icon .icon-wrap a:hover {
    color: #ec1a22;
}

.icon-wrap {
    position: relative;
}

.search-input form {
    display: flex;
    align-items: center;
}

.search-box .srch-close-btn {
    margin-right: 10px;
    color: #ec1a22;
}

.srch-close-btn i {
    cursor: pointer;
}

.icon-wrap .search-input {
    position: absolute;
    right: 50px;
    top: -8px;
    width: 0;
    transition: all 0.5s ease;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    background: #fff;
}

.icon-wrap span input {
    border-radius: 0;
    border-color: #ec1a22;
}

.icon-wrap .search-box {
    width: 300px;
    visibility: visible;
    opacity: 1;
}

.search-input .form-control:focus {
    border-color: #ec1a22;
    box-shadow: none;
}

/* main-menu */
.main-menu {
    /*box-shadow: 5px 2px 5px #0003;*/
    box-shadow: 8px 4px 6px #0000001c;
}

.main-menu .navbar {
    transition: all 0.5s ease;
    padding: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: unset;
    color: unset;
}

.dropdown-menu[data-bs-popper] {
    margin-top: 0;
}

.navbar-brand img {
    width: 90px;
    display: none;
}

.sticky .navbar-brand img {
    display: block;
}

.main-menu .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    /*text-transform: uppercase;*/
    color: #000;
    font-weight: 700;
    /*letter-spacing: 2px;*/
    padding: 15px 10px;
}

.hero-slider-wrap .next_arrow,
.hero-slider-wrap .priv_arrow,
.news-slider .next_arrow,
.news-slider .priv_arrow {
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 0 5px #0000001c;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
    transform: scale(1);
    display: flex;
    justify-content: center;
}


.hero-slider-wrap .next_arrow i,
.hero-slider-wrap .priv_arrow i,
.news-slider .next_arrow i,
.news-slider .priv_arrow i{
    color: #0B0A0F;
    line-height: 30px;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}

.section-sub-heading h5{
    text-align: center;
    color: #909090;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 24.2px;
    margin-bottom: 20px;

}

.new-arrival-wrapper .Cat_indicator .home-cs-tab .nav-item.nav-link{
    font-size: 24px ;
    font-weight: 300;
    line-height: 34px;
    color: #575555 !important;
    border: none;
    position: relative;
}

.new-arrival-wrapper .Cat_indicator .home-cs-tab .nav-item.nav-link.active{
    color: #0B0A0F !important;
    font-weight: 400;
    background-color: transparent;
}

.new-arrival-wrapper .Cat_indicator .home-cs-tab .nav-item.nav-link.active::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    min-width: 40px;
    height: 4px;
    background-color: #ec1a22;

}


.hero-slider-wrap .next_arrow:hover i,
.hero-slider-wrap .priv_arrow:hover i {
    background-color: transparent !important;
    padding: unset!important;
    color: #ec1a22 !important;
}

.main-menu .navbar-light .navbar-nav .btn {
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header-right-icon {
    display: none;
}

/* .navbar-expand-lg .navbar-nav .nav-link{
	padding-right: .6rem;
	padding-left: .6rem;
} */
.main-menu ul li .dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 0 0;
    border: 1px solid #eee;
}

.main-menu ul ul li {
    border-bottom: 1px solid #eee;
}

.main-menu ul ul li:last-child {
    border-bottom: 0;
}

.main-menu ul ul li a {
    padding: 8px 10px;
}

.main-menu ul ul li:hover a {
    color: #ec1a22;
}

.sticky .header-right-icon {
    display: block;
}

.sticky #navbarNav {
    margin-right: 115px;
}

.sticky.main-menu .navbar-light .navbar-nav .nav-link {
    /*letter-spacing: 1.08px;*/
}

/* Modal-onload*/
.popupModal .modal-header {
    justify-content: end;
    padding: 0 16px;
    border-bottom: unset;
}

.popupModal .modal-header span {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background: #ec1a22;
    padding: 0 5px;
    border-radius: 10px 0;
}

.popupModal .modal-header a.gallery-cl-btn.close {
    margin-right: -25px;
    margin-bottom: -5px;
}

.popupModal .modal-body {
    padding-top: 0;
}

.popupModal .modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
}

.popupModal .modal-dialog {
    max-width: 40%;
}

.popupModal .modal {
    z-index: 10000000;
    backdrop-filter: blur(2px);
    background: #ffffff40;
}

/* hero-area */
.hero-slider-wrap {
    position: relative;
}

.items {
    height: 460px;
}

/* .items .banner-media{
	margin: 0 5px;
} */
.items img {
    /* aspect-ratio: 2.57;
	object-fit: cover;
	object-position: center; */
    width: 100%;
}

.shop-now-slider {
    position: relative;
}

.slick-dots {
    display: flex;
    justify-content: start;
    margin: 0;
    list-style-type: none;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.slick-dots button {
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #ff808045;
    text-indent: -9999px;
    margin: 5px;
}

.slick-dots li.slick-active button {
    background-color: #ec1a22;
}

.hero-slider-wrap:hover .next_arrow {
    opacity: 8;
    transition: all 0.3s ease;
}

.hero-slider-wrap:hover .priv_arrow {
    opacity: 8;
    transition: all 0.3s ease;
}

.hero-slider-wrap .priv_arrow {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    /* border-radius: 50%; */
    opacity: 0;
}

.hero-slider-wrap .priv_arrow i {
    font-size: 25px;
    color: #0B0A0F;
    /* padding: 4px; border-radius: 50%; */
}

.hero-slider-wrap .priv_arrow:hover i {
    background: #ec1a22;
    color: #fff;
    transition: all 0.3s ease;
    padding: 7px;
}

.hero-slider-wrap .next_arrow:hover i {
    background: #ec1a22;
    color: #fff;
    transition: all 0.3s ease;
    padding: 7px;
}

.hero-slider-wrap .next_arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    /* border-radius: 50%; */
    opacity: 0;
}

.hero-slider-wrap .next_arrow i {
    font-size: 25px;
    color: #0B0A0F;
    /* padding: 4px;
	border-radius: 50%; */
}

/* original-category */

.original-cat-area {
    padding-top: 70px;
}

.original-cat-img {
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 25px;
}

.original-cat-img a {
    position: relative;
    display: block;
}

.original-cat-img a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #232323;
    overflow: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.original-cat-img a:hover::before {
    overflow: visible;
    opacity: .3;
}

.original-cat-img img {
    transition: all .7s ease;
}

.original-cat-img:hover img {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}


/* Css Strat By Daisy */
/* multiple Category Widget Area */
.multiple-cat-widget-area {
    padding: 24px 0;
}

.multiple-cat-widget-area .multiple-cat-widget-wrapper .col-lg-3:nth-last-child(-n+4) .multiple-cat-widget-items {
    margin-bottom: 0;
}

.multiple-cat-widget-items {
    margin-bottom: 24px;
    overflow: hidden;
}

.multiple-cat-widget-items img {
    border-radius: 5px;
    transition: all .5s ease;
    object-fit: cover;
}

.multiple-cat-widget-items img:hover {
    transform: scale(1.1);
}

/* New Arrival Section Area */
.new-arrival-area {
    padding: 65px 0 65px 0;
}

.section-heading {
    margin-bottom: 45px;
    font-family: "Outfit", sans-serif;
}

.section-heading h2 {
    font-size: 38px;
    line-height: 1.4;
    color: #222;
    font-weight: 400;
    text-align: center;
}

.active .new-arrival-thumb img {
    border: unset;
}

.new-arrival-cat-all {
    margin-top: 20px;
    width: 20%;
    display: flex;
}

.new-arrival-wrapper .nav-tabs {
    border: 0;
}

.new-arrival-wrapper .Cat_indicator {
    margin-bottom: 20px;
    justify-content: center;
}

.new-arrival-wrapper .Cat_indicator .nav-item {
    display: inline-block;
    list-style: none;
    letter-spacing: 1px;
    cursor: pointer;
    border: 1px solid #ec1a22;
    margin: 10px 10px;
}

.new-arrival-wrapper .Cat_indicator .nav-item:first-child {
    margin-left: unset;
}

.new-arrival-wrapper .Cat_indicator .nav-item a:hover {
    background-color: #ec1a22;
}

.nav-pills.Cat_indicator .nav-link {
    color: #ec1a22 !important;
    border-radius: 0;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav-pills.Cat_indicator .nav-link.active {
    background-color: #ec1a22;
    color: #fff !important;
}

.new-arrival-wrapper ul li.active {
    background: #0D4FA3;
}

.new-arrival-items {
    margin-top: 22px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    transition: transform .5s ease;
    border: none;
    overflow: hidden;
    align-self: stretch;
}

.new-arrival-items:hover {
    /*border: 1px solid #ddd;*/
}

.new-arrival-items:hover img {
    transform: scale(1.1);
}

.new-arrival-items .buy-now-btn {
    visibility: hidden;
    transition: opacity .5s ease;
    opacity: 0;
    margin-top: 20px;
}

.new-arrival-items:hover .buy-now-btn {
    visibility: visible;
    opacity: 1;
}

.new-arrival-thumb {
    text-align: center;
    overflow: hidden;
    /*background-color: #ECECEC;*/
    border-radius: 9.8px;
    border: 1px solid #ECECEC;
    margin-bottom: 10px;
}

.new-arrival-thumb:hover{
    border: 1px solid #CC2121;
}

.home-gallery{
    width: 100%;
    aspect-ratio: 396/445;

}

.home-gallery img{
    min-width: 100%;
    min-height: 100%;
}

.new-arrival-thumb img {
    padding: 0 0px;
    transition: all 0.5s ease;
}

.new-arrival-item-info {
    text-align: center;
    padding: 0;
}

.new-arrival-item-info h5.item-name {
    font-size: 22px;
    font-weight: 400;
    color: #0B0A0F;
    line-height: 26px;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.new-arrival-item-info p.item-price {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
}

.new-arrival-item-info ul {
    display: flex;
    list-style: none;
    text-align: center;
    justify-content: center;
    margin: 10px;
}

.new-arrival-item-info ul li {
    padding: 10px;
}

.new-arrival-item-info p.new-arrival-cat {
    color: #494949;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
}

p.new-arrival-cat,
.salePrice,
.regularPrice.text-muted{
    color: #494949;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: left;
}


.new-arrival-slider .spec-items {
    display: flex !important;
}

.new-arrival-item-info p {
    font-size: 14px;
    color: #444;
}

.new-arrival-slider {
    position: relative;
    right: -1px;
}

.new-arrival-slider .priv_arrow {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #ec1a22;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid #ec1a22;
}

.new-arrival-slider .next_arrow {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: #ec1a22;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid #ec1a22;
}

.new-arrival-slider .priv_arrow i {
    font-size: 22px;
}

.new-arrival-slider .next_arrow i {
    font-size: 22px;
}

.slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}


/* Latest News Area Section */
.latest-news-area {
    padding: 50px 0 50px 0;
}

.latest-news-list {
    margin-bottom: 24px;
}

.latest-news-list .latest-news-list-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 459/356;

}

.latest-news-list .latest-news-list-img-wrap img {
    transition: all 0.5s ease;
}

.latest-news-list:hover .latest-news-list-img-wrap img {
    transform: scale(1.1);
}

.latest-news-wrapper .latest-news-list .news-date {
    font-family: "Inter", sans-serif;
    font-size: 13.16px;
    font-weight: 400;
    line-height: 18.81px;
    text-align: left;
    color: #403F3F;
    margin-top: 10px;
    margin-bottom: 5px;

}

.latest-news-wrapper .latest-news-list:hover .news-date {
    color: #403F3F;

}

.latest-news-wrapper .latest-news-list .news-title {
    font-size: 18px;
    color: #0B0A0F;
    font-weight: 400;
    font-family: "Outfit", sans-serif;

    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.news-time{
    font-family: "Inter", sans-serif;
    font-size: 13.16px;
    font-weight: 400;
    line-height: 18.81px;
    margin-top: 10px;
    margin-bottom: 4px;
    color: #403F3F !important;

}

.latest-news-wrapper .latest-news-list:hover .news-title {
    color: #ec1a22;
}

/* news-details-page */
.news-details-page {
    padding: 80px 0;
}

.news-details-page h5 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.news-details-page p {
    margin: 20px 0;
    font-size: 18px;
    line-height: 30px;
}

/* Instagram Post Area */
.instagram-post-area {
    padding: 50px 0 0 0;
}

.instagram-post-area .instagram-post-wrapper .instagram-post-items {
    display: flex;
    text-align: center;
    position: relative;
}

.instagram-post-area .instagram-post-wrapper .instagram-post-items .instagram-post-media img {
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s ease;
}

.instagram-post-area .instagram-post-wrapper .instagram-post-items .instagram-post-media img:hover {
    transform: scale(1.1);
}

.instagram-post-area .instagram-post-wrapper .instagram-post-items .instagram-post-media {
    overflow: hidden;
}

.instagram-post-wrapper .instagram-post-items .gallery {
    display: block;
    height: auto;
    position: relative;
}

.instagram-post-items:hover .icon-instagram {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease-out;
}


.instagram-post-items::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2B2B2B82;
    overflow: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}


.instagram-post-items:hover::before {
    overflow: visible;
    opacity: .3;

}

.instagram-post-items .icon-instagram {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}

.instagram-post-items .icon-instagram {
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    font-size: 26px;
}

.instagram-post {
    position: relative;
    right: -1px;
}

.instagram-post .priv_arrow,
.news-slider .priv_arrow{
    position: absolute;
    left: 18px;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.instagram-post .next_arrow,
.news-slider .next_arrow{
    position: absolute;
    right: -18px;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.instagram-post .priv_arrow i {
    padding: 20px 10px;
    color: #ec1a22;
    font-size: 22px;
}

.instagram-post .next_arrow i {
    padding: 20px 10px;
    color: #ec1a22;
    font-size: 22px;
}

.instagram-post .slick-slide {
    margin: 0;
}

/* collection-area */
.collection-area {
    padding: 65px 0 65px 0;
}

.collect-item-wrap {
    /*border: 1px solid #eee;*/
}

.collect-item-wrap:hover p {
    color: #ec1a22;
}

.collect-item-wrap p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.collection-img {
    overflow: hidden;
    border-radius: 25px;
}

.collection-img img {
    height: 100%;
    width: 100%;
    transition: transform .5s ease;
}

.collection-area a:hover .collection-img img {
    transform: scale(1.1)
}

/* photography-area */
.photography-area {
    padding: 50px 0;
}

.photography-area .priv_arrow,
.photography-area .next_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.photography-area .priv_arrow {
    left: -25px;
}

.photography-area .next_arrow {
    right: -25px;
}

.photography-area .priv_arrow i,
.photography-area .next_arrow i {
    font-size: 22px;
    color: #ec1a22;
}

.photography-img-wrap {
    overflow: hidden;
}

.photography-img-wrap img {
    transition: all 0.5s ease;
}

.photography-img-wrap:hover img {
    transform: scale3d(1.1, 1.1, 1);
}

/* showroom-area */
.showroom-area {
    padding-bottom: 70px;
}

.showroom-content-wrap .nav {
    margin-top: 40px;
}

.showroom-content-wrap .nav-pills .nav-link {
    text-align: start;
    color: #000;
    text-transform: uppercase;
}

.showroom-content-wrap .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ec1a22;
    background: none;
}

.showroom-content-body img {
    animation: fadeInLeft 1s ease-in-out;
}

.showroom-info-text {
    margin-bottom: 50px;
    animation: fadeInRight 1s ease-in-out;
}

.show-info-heading {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.showroom-info-text h2 {
    font-size: 22px;
    margin: 25px 0 40px 0;
    text-transform: uppercase;
    letter-spacing: .2em;

}

.address-info p {
    font-size: 16px;
    margin: 1.6em 0;

}

.address-info p>a {
    color: #ec1a22;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(168, 11, 3, .6);
    text-decoration-color: #a80b0399;
    text-underline-position: under;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateY(300px);
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(300px);
    }

    to {
        opacity: 1;
    }
}

/* footer-area */
.footer-area {
    margin: 0;
    position: relative;
}

.footer-heading {
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
    font-style: normal;
    font-family: "Outfit", sans-serif;
    color: #0B0A0F;
}

/* footer start by daisy */
.DTopSocialIcon {
    margin-top: 10px;
}

.DTopSocialIcon ul.social-network {
    list-style: none;
    margin-left: 0 !important;
    padding: 0;
    margin-bottom: 0;
}

.DTopSocialIcon ul.social-network li {
    display: inline;
    margin-right: 5px;
}

.DTopSocialIcon .social-network a.icoFacebook {
    background-color: #CC2121;
}

.DTopSocialIcon .social-network a.icoTwitter {
    background-color: #CC2121;
}

.DTopSocialIcon .social-network a.icoInstagram {
    background-color: #CC2121;
}

.DTopSocialIcon .social-network a.icopinterest {
    background-color: #CC2121;
}

.DTopSocialIcon .social-network a.icoTiktok {
    background-color: #CC2121;
}

.DTopSocialIcon .social-network a.icoFacebook:hover svg path,
.social-network a.icoTwitter:hover svg path,
.social-network a.icoInstagram:hover svg path,
.social-network a.icoTiktok:hover svg path {
    fill: #CC2121;
}

.DTopSocialIcon .social-network a.icoFacebook:hover,
.social-network a.icoTwitter:hover,
.social-network a.icoInstagram:hover,
.social-network a.icoTiktok:hover  {
    background-color: #fff;
    border: 1px solid #CC2121;
}

.DTopSocialIcon .social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.DTopSocialIcon .social-network li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    font-size: 15px;
    color: #fff;
}

.DTopSocialIcon .social-network li svg {
    margin-top: 50%;
    transform: translateY(-50%);
}



.DTopSocialIcon .social-network li a:hover i,
.triggeredHover {
    /*-moz-transform: rotate(360deg);*/
    /*-webkit-transform: rotate(360deg);*/
    /*-ms--transform: rotate(360deg);*/
    /*transform: rotate(360deg);*/
    /*-webkit-transition: all 0.8s;*/
    /*-moz-transition: all 0.8s;*/
    /*-o-transition: all 0.8s;*/
    /*-ms-transition: all 0.8s;*/
    /*transition: all 0.8s;*/
}

.DTopSocialIcon .social-network i {
    color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.DTopSocialIcon .social-network a {
    background-color: #333535;
    color: #fff;
}

.footer-area .customer-care-area {
    margin-bottom: 20px;
    background: #eee;
    padding: 20px 0;
    text-align: center;
}

.customer-care-area .customer-care-icon-wrap {
    margin-bottom: 10px;
}

.saleTag {
    position: absolute;
    top: 10px;
    left: 15px;
    background-color: #ff0000;
    color: #ffffff;
    padding: 5px 5px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
}

.footer-area .customer-care-area .customer-care-icon-wrap i {
    font-size: 40px;
    color: #ec1a22;
    border: 2px solid #ec1a22;
    padding: 20px;
    border-radius: 50%;
    background: #fff;
}

.footer-area .customer-care-area:hover i {
    background: #ec1a22;
    color: #fff;
    border: 2px solid #ec1a22;
    transition: all 0.3s ease;
}

.footer-area .customer-care-area a {
    color: #222;
}

.footer-area .customer-care-area a>span {
    color: #000;
}

.footer-area .customer-care-area a>span:hover {
    color: #E60023;
}

.footer-area .customer-care-area p {
    margin-bottom: 4px;
}

/* footer end by daisy */


.footer-info-wrap p {

    color: #6a6a6a;
}

.footer-nav {
    padding: 0;
}

.footer-nav li {
    list-style: none;
}

.footer-nav li a {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #0B0A0F;
}

.footer-nav li a:hover {
    color: #515151;
}

.ft-socail-icon a {
    color: #6a6a6a;
}

.footer-info-wrap img {
    width: 345px;
}

.ft-socail-icon {
    margin-top: 20px;
}

.ft-socail-icon a {
    margin: 0 10px;
}

.ft-socail-icon a:first-child {
    margin-left: 0;
}

.footer-bottom {
    margin-top: 50px;
    padding: 10px 0;
    background-color: #CC2121;
    color: #fff;
}

.footer-bottom-text h5 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.footer-bottom-text a {
    font-size: 14px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    color: #fff !important;
}

/* details-page */
.product-details {
    margin: 80px 0 200px 0;
}

.borderActive {
    transform: scale(1.2);
}

#gallery_01 {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    -webkit-scrollbar-width: thin;
    -o-scrollbar-width: thin;
    -ms-scrollbar-width: thin;
    -moz-scrollbar-width: thin;
    overflow-x: hidden;
    padding-right: 10px;
}

#gallery_01 img {
    margin-right: 10px;
}

#gallery_01 a {
    border: 2px solid white;
}

/* mobile-slider */
.mobile-product-viewer .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #ec1a22;
    border-radius: 50%;
}

.mobile-product-viewer .carousel-indicators {
    bottom: -30px;
}

.carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-next-icon {
    background-image: none;
}

.carousel-control-prev-icon i {
    font-size: 40px;
    color: #ec1a22;
}

.carousel-control-next-icon i {
    font-size: 40px;
    color: #ec1a22;
}


/*Change the colour*/
.active img {
    border: 2px solid #333;
}

.zoom-left {
    max-width: 600px;
    display: flex;
}

.com-name {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.product-name {
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 30px;

}

.prod-price {
    margin-bottom: 20px;
}

.prod-price p {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}

.product-desc {
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.product-desc .Rte p {
    font-size: 15px;
    margin-bottom: 20px;

}

.size-content-wrap {
    position: relative;
}

.size-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.size-btn-wrap a,
.size-btn-wrap button {
    color: #222;
    border: 1px solid #ddd;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 41px;
    text-align: center;
    position: relative;
}

.size-btn-wrap a[disabled],
.size-btn-wrap button[disabled] {
    position: relative;
    cursor: not-allowed;
    opacity: 0.5;
}

.size-btn-wrap a[disabled]::before,
.size-btn-wrap button[disabled]::before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    font-weight: lighter;
    font-size: 2.8em;
}

.size-btn.active {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.size-content-wrap h5 {
    margin-bottom: 10px;
}




/* .size-details {
	border: 1px solid #ddd;
	text-align: center;
	color: #000;
	width: 385px;
	height: auto;
	padding-top: 20px;
	position: absolute;
	background: #fff;
	z-index:1000;
	border-radius: 5px;
	left: -84%;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
	top: -190px;
	box-shadow: 0 -2px 10px #36363633;
} */

/* .size-details p{
	margin-bottom: 30px;
}
.size-details p>a {
	color: #6a6a6a;
}
.size-details p>a:hover {
	color: #222;
} */


.pcs-header-icon{
    max-width: 200px;
    width: 80%;
}

.pcs-type-img{
    max-width: 200px;
}

.appointment-btn{
    padding: 20px 30px;
    background: linear-gradient(0deg, #6b7e9e 0%, #b5bfcb 100%);
    background-color: #6b7e9e;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 30px;
    min-width: 90%;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.color-picher h5 {
    margin-bottom: 10px;
}

.size-content p {
    cursor: pointer;
}

.info {
    opacity: 1;
    visibility: visible;
}

.size-content {
    position: relative;
}

.size-content::before {
    content: "";
    position: absolute;
    left: 100%;
    width: 10px;
    height: 10px;
    top: 50%;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
    -webkit-filter: drop-shadow(2px 0 2px rgba(54, 54, 54, .2));
    filter: drop-shadow(2px 0 2px rgba(54, 54, 54, .2));
}

.size-chart-wrap {
    border-top: 1px solid #ddd;
}

.size-chart-wrap a {
    padding: 10px 0;
    display: block;
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
}

/* Size Chart Btn By Daisy */
.size-chart-btn .active.size-chart {
    border: 1px solid #ec1a22;
    background: #fff;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 0;
    /* margin-top:30px; */
    color: #ec1a22;
    height: 100%;
}

.size-chart-btn .active.size-chart>i {
    margin-right: 5px;
}

.size-chart-btn .active.size-chart:hover {
    background: #ec1a22;
    color: #fff;
    transition: all 0.3s ease-out;
}

/* product-quantify-style */

.product-count-area {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.product-count {
    border: 1px solid #ddd;
    width: 138px;
    text-align: center;
    /* padding: 5px; */
}

.product-count a {
    text-decoration: none;
    font-weight: 700;
    color: black;
}

.qty-input {
    color: #000;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.qty-input .product-qty,
.qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
    outline: none;
}

.qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #222;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .qty-count--minus {
    border-right: 1px solid #e2e2e2;
}

.qty-input .qty-count--add {
    border-left: 1px solid #e2e2e2;
}

.qty-input .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after {
    background: #ccc;
}

.add-to-cart-btn {
    margin-top: 30px;
    border: 1px solid #ec1a22;
    border-radius: 0;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    background: #ec1a22;
    position: relative;
    z-index: 1;
}

.add-to-cart-btn::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #fff;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: -1;
}

.add-to-cart-btn:hover:before {
    visibility: visible;
    width: 100%;
}

.add-to-cart-btn:hover {
    z-index: 1;
    color: #000;
}

/* Product Details CSS Start by Daisy */
.buy-now-btn {
    margin-top: 30px;
    border: 1px solid #ec1a22;
    border-radius: 0;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    background: #ec1a22;
    position: relative;
    z-index: 1;
}

.buy-now-btn::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #fff;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: -1;
}

.buy-now-btn:hover:before {
    visibility: visible;
    width: 100%;
}

.buy-now-btn:hover {
    z-index: 1;
    color: #000;
}

.wishlist-btn {
    margin-top: 30px;
    padding: 7px 0;
    font-size: 20px;
    color: #fff;
    background: #ec1a22;
    border: 1px solid #ec1a22;
    border-radius: 0;
    transition: all 0.3s ease;
    width: 100%;
}

.wishlist-btn:hover {
    background: #fff;
    color: #ec1a22;
}

.related-product-wrapper {
    margin-top: 80px;
}

.related-product-wrapper h2 {
    font-size: 28px;
    line-height: 1.4;
    color: #222;
    font-weight: 200;
    margin-top: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.related-product-details {
    text-align: center;
    margin-top: 30px;
}

/* Product Details CSS End by Daisy */
.more-info {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.more-info .accordion-button {
    padding: 12px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.2em;

}

.more-info-wrap ul {
    padding: 0;
    margin: 0;
}

.more-info-wrap ul li {
    font-size: 15px;
    margin-bottom: 8px;
}

.more-info-wrap ul li a {
    text-decoration: underline;
    text-decoration-color: #222;
}

.more-info-wrap ul li a:hover {
    color: #ec1a22;
    text-decoration-color: #ec1a22;
}

.more-info .accordion-button:focus {
    border: none;
    box-shadow: none;
}

.more-info .accordion-button:not(.collapsed) {
    color: #ec1a22;
    background-color: #ddd;
    box-shadow: none;
}

.more-info .accordion-button::after {
    width: 13px;
    height: 15px;
    background-image: none;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
}

.more-info .accordion-button:not(.collapsed)::after {
    background-image: none;
}

.more-info .accordion-item:last-of-type .accordion-collapse {
    border-radius: 0;
    border: 1px solid #ddd;
}

/* size-chart-modal */
.size-chart-modal .modal {
    z-index: 9999999999;
}

.size-chart-modal .modal-content {
    background-color: #000;
}

.size-chart-modal .modal-header {
    justify-content: center;
    border-bottom: none;
}

.size-chart-modal .modal-title {
    margin-left: 0;
}

.size-chart-content p {
    font-size: 24px;
    color: #fff;
    margin: 20px 0;
    line-height: 35px;
}

.size-chart-modal .modal-footer {
    justify-content: center;
    border-top: none;
}

.size-chart-modal .modal-footer .btn-close {
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
}

/* SideMenu - category Page */
.container-downplay {
    max-width: calc(100% - 5%);
}

.catMenu {
    padding: 40px 0;
}

.catMenu .breadcrumb-wrap {
    margin-top: 0;
}

.catMenu .col-2 {
    width: 20%;
}

.catMenu .col-10 {
    width: 80%;
}

.menuTitle {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin-bottom: 7px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0B0A0F;

}

.subTitle {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    margin-bottom: 35px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8C8C8C;


}

.subcatDiv .subCatT {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    color: #0B0A0F;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
}

.subcatDiv a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 15px;
    text-align: left;
   display: block;
    color: #8C8C8C;
}

.subcatDiv a:hover {
    color: #CC2121;
}

.filterDiv .accordion-body {
    padding: 0;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0;
    padding-bottom: 0;
}

.filterDiv .accordion-button {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #0B0A0F;
    padding: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 8px;
    margin-top: 18px;
    border-bottom: 1px solid #BFBFBF !important;
}

.filterDiv .accordion-item{
    border-bottom: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) ;
    transform: rotate(-180deg);
}
.filterDiv .accordion-button:not(.collapsed) {
    color: #222;
    background-color: transparent;
}

.filterDiv .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.sizeSelectorDiv {
    text-align: center;
    height: 217px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.sizeSelectorDiv a {
    padding: 9px;
    width: 22%;
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
}

.sizeSelectorDiv a:hover {
    background: #eaeaea;
}

.widthSelectorDiv {
    text-align: center;
}

.widthSelectorDiv a {
    padding: 9px;
    width: 22%;
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.4;
    color: #333;
}

.widthSelectorDiv a:hover {
    background: #eaeaea;
}

.checkDiv .form-check {
    margin-bottom: 0;
}

.checkDiv label {
    font-size: 20px;
    color: #8C8C8C;
    font-weight: 400;
}

.checkDiv .form-check-input {
    width: 14px;
    height: 14px;
    margin-top: 7px;
    border-radius: 3px;
}

.checkDiv .form-check-input[type="checkbox"] {
    border-radius: 3px;
}

.checkDiv .form-check-input[type="checkbox"]:checked {
    border-color: #CC2121;
    background-color: #CC2121;
}

.checkDiv .form-check-input[type="checkbox"]:checked + label {
    color: #CC2121;
}

/* Product Grid View - Category Page */
.productGrid {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 0px;
}

.productGridView {
    text-align: center;
}

.productGridView .title {
    font-size: 28px;
    line-height: 1.4;
    color: #222;
    font-weight: 200;
    text-align: center;
    margin-top: 50px;
}

.productGridView .subtitle {
    font-size: 16px;
    line-height: 1.4;
    font-style: italic;
    color: #777;
    margin-top: 6px;
    margin-bottom: 10px;
}

.productImg {
    transition: all 200ms ease-in;
    width: 180px;
}

.productImg:hover {
    transform: scale(1.05);
}

.prodName {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #0B0A0F;
    font-family: "Outfit", sans-serif;
    margin-top: 10px;
    text-align: left;
}

.priceS {
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    line-height: 1.4;
    font-weight: 400;
    color: #494949;
    margin-top: 10px;
    text-align: left;
    width: 100%;
    bottom: 30px;
    opacity: 1;
}

/* .productGrid:hover .priceS { visibility: visible; bottom: 10px; opacity:1; } */
.productGrid:hover {
    /*border: 1px solid #ddd;*/
    overflow: hidden;
    /*margin-bottom: 5px;*/
}

.productGridView .category-main .col-xl-3.col-lg-3.col-md-4.col-6 {
    width: 20%;
}

.productGridView .category-main .col-xl-4.col-lg-4.col-md-4 {
    width: 20%;
}

/* contacts Page */
.contactsDiv {
    padding-bottom: 20px;
}

.contactsDiv h1 {
    font-size: 28px;
    line-height: 1.4;
    color: #222;
    margin-bottom: 35px;
    letter-spacing: .2em;
}

/* .contactsDiv h2 { font-size: 28px; line-height: 1.4; color: #222; margin-bottom: 35px; letter-spacing: .2em; }
.contactsDiv p{ font-size: 15px; line-height: 1.4; color: #444;}
.contactsDiv .btnRed { color: #fff; background-color: #ec1a22; border-color: #ec1a22; width: 100%;  letter-spacing: .2em; text-transform: uppercase; }
.contactsDiv input {padding: 10px;}
.contactsDiv textarea {} */

/* contacts page by daisy */
.contact-page-info {
    background: #eee;
    box-shadow: 10px 35px 200px 10px #fff;
    padding: 40px;
}

.contact-address-info h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 5px;
}

.contact-address-info span {
    font-size: 15px;
    line-height: 25px;
    color: #7b7b7b;
    font-weight: 400;
}

.contact-page-info .contact-address-info h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 10px 0 10px 0;
}

.contactsDiv .contact-page-info .contact-address-info ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.contactsDiv .contact-page-info .contact-address-info ul {
    padding-left: 0;
}

.contactsDiv .contact-page-info li {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}

.contactsDiv .contact-page-info li:last-child {
    margin-bottom: 0;
}

.contactsDiv .contact-page-info .col-lg-5.col-md-5.col-12 {
    border-right: 1px solid #dcdcdc;
}

.contact-page-info .pc-contact-wrapper-input-fields input {
    border: 1px solid #fff;
    border: 1px solid #e0e0e0;
    background: #fff;
    height: 45px;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 15px;
    /* border-radius: 5px; */
}

.pc-contact-wrapper .form-control {
    border-radius: 0;
}

.all-submit-btn {
    background: #ec1a22;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 7px 25px;
    border-radius: 0;
    text-transform: uppercase;
    /* margin-top: 20px; */
}

/* .pc-contact-wrapper-input-fields input {
	width: 100%;
	height: 55px;
	margin-bottom: 25px;
	padding: 0 15px;
	border-radius: 5px;
  } */
.contactsDiv .contact-page-info li .icon {
    height: 64px;
    width: 64px;
    color: #ec1a22;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
    border: 1px solid #fff;
}

.contactsDiv .contact-page-info li:hover .icon {
    background: #ec1a22;
    color: #fff;
    border: 1px solid #ec1a22;
}

.all-submit-btn:hover {
    background: #fff;
    border: 1px solid #ec1a22;
    color: #ec1a22;
    transition: all 0.3s ease;
}

.contactsDiv .contact-page-info .contact-address-info li i {
    font-size: 24px;
}

.contactsDiv .contact-page-info .contact-address-info ul {
    list-style: none;
}

.contactsDiv .contact-page-info li p span {
    font-size: 14px;
    color: #7b7b7b;
}

.contactsDiv .contact-page-info li .text {
    margin-left: 20px;
}

.contactsDiv .contact-page-info li p a {
    font-size: 15px;
    color: #7b7b7b;
}

.contactsDiv .contact-page-info li p a:hover {
    color: #ec1a22;
}

/* sign in modal */
.modal-title {
    margin-left: 170px;
    color: #ec1a22;
    font-size: 25px;
    letter-spacing: .2em;
}

.form-head-text {
    text-align: center;
    margin-bottom: 30px;
}

.login-m-btn .btn {
    color: #fff;
    background-color: #ec1a22;
    border-color: #ec1a22;
    letter-spacing: .2em;
    line-height: 1;
    padding: 10px 15px;
    font-size: 18px;
}

.forgot-m-btn .btn {
    line-height: 1;
    margin: 15px 0;
    font-size: 13px;
    color: #3c3c3c;
}

.forgot-m-btn .btn:hover {
    color: #000;
    text-decoration: underline;
}

.modal-body input {
    border-radius: 0 !important;
    padding: 10px;
    border-bottom: 1px solid #ec1a22;
}

.modal-body label {
    font-size: 14px;
}

.createAcc {
    text-align: center;
}

.createAcc p {
    display: inline;
}

/* .createAcc link{color: #ec1a22;} */
.createAcc p>a {
    color: #ec1a22;
    cursor: pointer;
}

.form-control:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.pagination a {
    cursor: pointer;
}

/* cart-page */
.cart-page {
    padding: 80px 0;
}

.cart-head-text {
    font-size: 20px;
    text-transform: uppercase;

    letter-spacing: .2em;
}

.shopping-cart {
    font-size: 16px;
}

.product-quantity small {
    position: relative;
    width: 250px;
    left: -68px;
    display: inline-block;
    top: 5px;
}

/* Global "table" column settings */
.cart-page .product-image {
    float: left;
    width: 20%;
}

.cart-page .product-details {
    float: left;
    width: 18%;
    margin: 0;
}

.cart-page .product-attribute {
    float: left;
    width: 14%;
}

.cart-page .product-price {
    float: left;
    width: 12%;
}

.cart-page .product-quantity {
    float: left;
    width: 15%;
}

.cart-page .product-removal {
    float: left;
    width: 9%;
}

.cart-page .product-line-price {
    float: left;
    width: 12%;
}

/* This is used as the traditional .clearfix class */
.cart-page.group:before,
.shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    content: "";
    display: table;
}

.cart-page .group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    clear: both;
}

.cart-page .group,
.shopping-cart,
.column-labels,
.product,
.totals-item {
    zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
.cart-page .product .product-price:before,
.product .product-line-price:before,
.totals-value:before {
    margin-right: 5px;
}

/* Column headers */
.cart-page .column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.cart-page .column-labels .product-image,
.column-labels .product-details,
.column-labels .product-removal {
    text-indent: 1px;
}

/* Product entries */
.cart-page .product {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.cart-page .product .product-image {
    /* text-align:; */
}

.cart-page .product .product-image img {
    width: 100px;
}

.cart-page .product .product-details .product-title {
    margin-right: 20px;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

.cart-page .product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}

.cart-page .product .product-quantity input {
    width: 50px;
}

.cart-page .product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #c66;
    color: #fff;
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
    font-size: 12px;
    border-radius: 3px;
}

.cart-page .product .remove-product:hover {
    background-color: #a44;
}

/* Totals section */
.cart-page .totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.cart-page .totals .totals-item label {
    float: left;
    clear: both;
    width: 89%;
    text-align: right;
    font-weight: 900;
}

.cart-page .totals .totals-item .totals-value {
    float: right;
    width: 11%;
    text-align: right;
    font-weight: 900;
}

.cart-page .totals .totals-item-total {
    font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium";
}

.cart-page .checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 5px 25px;
    background-color: #ec1a22;
    border: 1px solid #ec1a22;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.cart-page .checkout:hover {
    background-color: #fff;
    color: #ec1a22;
}

.update-cart {
    text-align: end;
    margin-bottom: 20px;
}

.update-cart-btn {
    border: 1px solid #ec1a22;
    color: #ec1a22;
    border-radius: 0;
    padding: 5px 25px;
    font-size: 16px;
    text-transform: uppercase;
}

.update-cart-btn:hover {
    background: #ec1a22;
    color: #fff;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {

    .pcs-type-img{
        max-width: 120px;
    }

    /* .cart-page .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }

  .cart-page .column-labels {
    display: none;
  }

  .cart-page .product-image {
    float: right;
    width: auto;
  } */
    /* .cart-page .product-image img {
    margin: 0 0 10px 10px;
  } */

    /* .cart-page .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }

  .cart-page .product-price {
    clear: both;
    width: 70px;
  }

  .cart-page .product-quantity {
    width: 100px;
  }
  .cart-page .product-quantity input {
    margin-left: 20px;
  }

  .cart-page .product-quantity:before {
    content: "x";
  }

  .cart-page .product-removal {
    width: auto;
  }

  .cart-page .product-line-price {
    float: right;
    width: 70px;
  } */
}

/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
    .cart-page .product-removal {
        float: right;
    }

    .cart-page .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
    }

    .cart-page .totals .totals-item label {
        width: 60%;
    }

    .cart-page .totals .totals-item .totals-value {
        width: 40%;
    }
}

/* checkout-page */
.checkout-page {
    padding: 80px 0;
}

.checkout-wrapper {
    padding: 0 50px;
}

.check-heading h5 {

    letter-spacing: 2px;
    color: #000;
    padding: 10px 0;
}

.check-heading p {
    font-size: 14px;
    margin: 10px 0 15px 0;
}

.check-heading span>a {
    text-decoration: none;
    color: #ddd;
    font-weight: 600;
    cursor: pointer;
}

.check-content input {
    padding: 10px;
    border-radius: 0;
    border-bottom: 1px solid #ec1a22;
}

.checkout-page label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.checkout-page input::placeholder {
    font-size: 14px;
}

.pyment-method-area {
    padding-top: 40px;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

.pyment-method-area h5 {
    margin-bottom: 10px;
}

.pyment-method-area input {
    border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.pyment-method-area .form-check-input:checked {
    background-color: #ec1a22;
    border-color: #ec1a22;
}

.form-check-input:focus {
    box-shadow: none;
}

.check-p {
    display: flex;
    align-items: end;
}

.check-p label {
    margin-left: 10px;
}

.shipping-option option {
    font-size: 14px;
}

.check-submit-btn {
    display: block;
    margin-top: 30px;
    padding: 3px 0;
    font-size: 18px;
    border-radius: 5px;
    background: #ec1a22;
    font-weight: 700;

    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.place-order-btn {
    width: 50%;
}

.check-submit-btn:hover {
    color: #ec1a22;
    background: #fff;
    border: 1px solid #ec1a22;
}

.check-cart-wrapper {}

.check-product-wrap {
    background: #ddd;
    padding: 20px;
    margin-bottom: 15px;
}

.check-product-r-img img {
    border-radius: 50%;
}

.check-common-con {
    margin-bottom: 10px;
}

.head-quant span {
    font-size: 16px;
}

.remove-btn {
    background: #ec1a22;
    color: #fff;
    padding: 5px 10px;
    line-height: 1;
}

.remove-btn:hover {
    color: #fff;
}

.summery-wrapper {
    border: 1px solid #ddd;
}

.check-summery {
    display: flow-root;
    border-bottom: 1px solid #80808066;
    padding: 5px 0;
}

.check-summery span {
    font-size: 13px;
    padding: 10px 10px;
    color: #808080;
    font-weight: 600;
    text-transform: uppercase;
}

.submit-check {
    font-size: 14px;
    padding: 6px 10px;
    background: #ec1a22;
    margin-right: 5px;
    color: #fff;
}

.submit-check:hover {
    color: #fff;
}

.quantify-wrap .qty-input {
    width: 125px;
    border: 1px solid #fff;
}

/* .dashboard-page */
.dashboard-content h5 {
    font-size: 40px;
}

.dashboard-content h5 {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-top: 80px;
    margin-bottom: 50px;
}

/* order-page */
.dashboard-page {
    padding: 80px 0;
}

.sidebar-wrap {
    border: 1px solid #ddd;
    overflow: hidden;
}

.sdbar-profile-ph {
    text-align: center;
    background: #ddd;
}

.sdbar-profile-ph h5 {
    padding: 11px 0;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid #ec1a22;
    color: #ec1a22;
}

.sdbar-profile-ph img {
    width: 100px;
    background: antiquewhite;
    border-radius: 50%;
    margin: 20px 0;
}

.sidebar {
    padding: 0;
    margin: 0;
}

.sidebar li {
    list-style: none;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
}

.sidebar li a {
    font-size: 18px;
    display: block;
}

.sidebar li a:hover {
    color: #ec1a22;
}

.sidebar li a>i {
    margin-right: 10px;
}

.sidebar .active a {
    color: #ec1a22;
}

.dash-heading h1 {
    font-size: 16px;

    letter-spacing: 2px;
    text-transform: uppercase;
    background: #ddd;
    padding: 12px;
    margin-bottom: 15px;
    color: #ec1a22;
}

.order-content table tr>th {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.order-content tbody tr>th,
td {
    font-size: 14px;
    text-align: center;
    height: 80px;
    vertical-align: middle;
}

.order-content tbody .view-btn>a {
    background: #faebd7;
    color: #000;
    padding: 4px 10px;
    border-radius: 10px;
    width: 78px;
    display: inline-block;
}

.order-content tbody .view-btn>a i {
    color: #ec1a22;
}

/* people-page */

.upload-img {
    display: flex;
    align-items: center;
    border: 1px solid #dddd;
    padding: 5px;
}

.upload-img img {
    background: #faebd7;
    border-radius: 50%;
    margin-right: 20px;
}

.photo-upload {
    position: relative;
    max-width: 205px;
}

.photo-upload .photo-edit {
    position: absolute;
    right: -160px;
    z-index: 1;
    top: 50%;
    transform: translate(-50%, -50%);

}

.photo-upload .photo-edit input {
    display: none;
}

.photo-upload .photo-edit input+label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    background: #ec1a22;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    color: #fff;
    padding: 5px 10px;
}

.photo-upload .photo-edit input+label:hover {
    background: #000;
    color: #fff;
}

.photo-upload .photo-preview {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.photo-upload .photo-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.people-info {
    padding: 20px 15px 35px 15px;
    border: 1px solid #ddd;
    margin-top: 30px;
}

.people-info label {
    font-size: 16px;
}

.people-info input {
    padding: 10px;
    border-radius: 0;
    border-bottom: 1px solid #ec1a22;
}

.update-btn-wrap {
    padding: 10px;
    margin-top: 30px;
}

.update-btn {
    background: #ec1a22;
    padding: 5px 80px;
    font-size: 16px;
    color: #fff;
    border-radius: 0;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.update-btn:hover {
    color: #fff;
}

/* change-password */
.changPassw-content {
    padding: 25px 15px 38px 15px;
    border: 1px solid #ddd;
}

.changPassw-content input {
    padding: 10px;
    border-radius: 0;
    border-bottom: 1px solid #ec1a22;
}

.changPassw-content label {
    font-size: 16px;
}

.SavePass-btn-wrap {
    padding: 10px;
    margin-top: 30px;
}

.SavePass-btn {
    background: #ec1a22;
    padding: 5px 80px;
    font-size: 16px;
    color: #fff;
    border-radius: 0;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.SavePass-btn:hover {
    color: #fff;
}

/* review-page */
.review-text p {
    border: 1px solid #ddd;
    padding: 10px;
}

/* about-us */
.about-us-page {
    padding-bottom: 80px;
}

.about-story-area h1 {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;

    letter-spacing: .2em;
}

.about-story-area p {
    text-align: justify;
    line-height: 28px;
}

.about-story-area p>a {
    color: #222;
    text-decoration: underline;
    text-decoration-color: #ec1a22;
}

.about-info-area {
    background: #eeebe5;
    margin-top: 30px;
    padding: 80px 0;
}

.feature-info {
    text-align: center;
    border-right: 1px solid #ec1a22;
    padding: 30px 13px;
}

.feature-info h5 {
    color: #ec1a22;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;

    letter-spacing: .2em;
}

.feature-info p {
    margin-bottom: 20px;
}

.about-info-area .col-xl-4:last-child .feature-info {
    border-right: none;
}

/* store-location */
.store-location-page {
    padding-bottom: 80px;
}

.section-heading h1 {
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 1;

    letter-spacing: .2em;
}

.showroom-addrees {
    width: 100%;
}

.showroom-location-wrapp {
    margin-bottom: 70px;
}

.showroom-location-wrapp:last-child {
    margin-bottom: 0;
}

.showroom-map {
    height: 450px;
    position: relative;
}

.showroom-addrees h5 {
    font-size: 24px;
    font-style: italic;
    color: #ec1a22;
    font-weight: 700;
    line-height: 1.5;
}

.showroom-addrees p {
    font-size: 18px;
    margin: 20px 0;
    border: 1px solid #ddd;
    padding: 10px;
    line-height: 28px;
}

.showroom-addrees p>a:hover {
    color: #ec1a22;
}

/* Store Location CSS Start by Daisy */
.store-location-page select {
    -webkit-appearance: none;
    outline: none;
    font-size: 1rem;
    box-sizing: border-box;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    padding: 0.5em 3.5em 0.5em 1em;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 4px 4px, 5px 4px, 1px 1.5em;
    background-repeat: no-repeat;
}

.store-location-page .location-selector {
    margin-bottom: 60px;
}

.key-info{
    display: flex;
    align-items: center;
}

.key-info img{
    width: 32px;
    margin-right: 15px;
}

.key-info h5{
    font-size: 17px;
    font-weight: 700;
    color: #000;
    font-family: "Inter", sans-serif;
    margin-bottom: 5px;
}

.footer-logo{
    width: 90%;
    max-width: 130px;
}

.footer-desc{
    font-size: 15px;
    color: #505050;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}

.key-info p{
    font-size: 13px;
    color: #7C7C7C;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}

.Location-Title {
    font-size: 20px;
    line-height: 30px;
    color: #222;
    padding-top: 6px;
}

.outlet-address {
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    position: relative;
}

.outlet-address:hover {
    background: #eeebe5;
}

.outlet-address h5 {
    font-size: 20px;
    color: #ec1a22;
    font-weight: 700;
    line-height: 1.5;
}

.outlet-address p {
    font-size: 16px;
    margin: 6px 0;
    line-height: 26px;
}

.outlet-address:hover p a {
    color: #ec1a22;
    text-decoration: underline;
}

.outlet-details .col-lg-4 {
    margin-bottom: 24px;
}

.outlet-address span {
    position: absolute;
    bottom: -1px;
    right: -2px;
    text-transform: uppercase;
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
    background: #fff;
}

.outlet-address span>a {
    font-size: 12px;
    font-weight: 600;
    color: #ec1a22;
    padding: 7px 10px;
    display: block;
    transition: all 0.3s ease;
}

.outlet-address span>a i {
    margin-right: 5px;
}

.outlet-address span a:hover {
    background: #ec1a22;
    color: #fff;
}

/* Store Location CSS Endby Daisy */

/* Franchis CSS Start by Daisy */
.franchise-page {
    padding-bottom: 50px;
}

.franchise-page h2 {
    font-size: 16px;
    font-weight: 700;
}

.franchise-page-wrapper input,
textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
    box-sizing: border-box;
    margin-top: 2px 0 8px 0;
    margin-bottom: 12px;
    resize: vertical;
    font-size: 14px;
}

.franchise-page-wrapper input {
    outline: 0;
}

.franchise-page-wrapper input[type=submit] {
    background-color: #ec1a22;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.franchise-page-wrapper input[type=submit]:hover {
    background-color: #ec1a22;
}

.franchise-page-wrapper label {
    font-size: 16px;
    font-weight: 700;
}

.franchise-page-wrapper label>span {
    color: #ec1a22;
}

/* Franchis CSS End by Daisy */


/* Store Location Details CSS Start By Daisy */
.store-location-details-page {
    padding-bottom: 50px;
}

.store-location-details-wrapper {
    background: #eee;
}

.store-location-address {
    padding: 20px;
}

.store-location-address h5 {
    font-size: 22px;
    color: #ec1a22;
    font-weight: 700;
    line-height: 30px;
}

.store-location-address p {
    font-size: 16px;
    margin: 6px 0;
    line-height: 26px;
}

.store-location-address p a:hover {
    color: #9d5050;
}

.store-location-details-map iframe {
    width: 100%;
}

/* Store Location Details CSS End By Daisy */


/* Members Page CSS Start By Daisy */
.leader-details .title {
    font-size: 28px;
    line-height: 1.4;
    color: #222;
    font-weight: 200;
    margin: 50px 0 5px 0;
}

.leader-details span {
    font-size: 16px;
    color: #ec1a22;
}

.leader-details p {
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
}

.hr-member-sec {
    margin-top: 30px;
}

.accounts-member-sec {
    margin-top: 30px;
}

.Management-member-sec {
    margin-top: 30px;
}

.members-page {
    padding-bottom: 50px;
}

.members-page .member-list {
    cursor: pointer;
    padding: 14px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 5px 15px 0px;
}

.members-page .member-list .member-media {
    background: #d8d8d8;
    overflow: hidden;
    position: relative;
}

.members-page .member-list .member-media img {
    transition: all 200ms ease-in;
}

.members-page .member-list .member-media img:hover {
    transform: scale(1.05);
    background: rgba(0, 0, 0, .15);
}

.members-page .member-list h3 {
    color: #222;
    margin-top: 10px;
    font-size: 18px;
}

.members-page .member-list p {
    color: #222;
    margin-top: 5px;
}

.members-page .title {
    font-size: 28px;
    line-height: 1.4;
    color: #222;
    font-weight: 200;
    margin: 30px 0 5px 0;
}

.member-body {
    background: #dbdbdb;
    min-height: 87px;
    text-align: center;
    padding: 10px 5px;
    margin-top: 10px;
}

/* Members Page CSS End By Daisy */

/* Offer Details Page CSS Start By Daisy */
.offer-list-wrapper {
    margin-bottom: 40px;
}

.offer-list-wrapper h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.offer-details img {
    margin: 5px 0 15px 0;
}

.offer-details p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.offer-details .link a {
    color: #ec1a22;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
}

.offer-details .link i {
    font-size: 16px;
    margin-left: 1px
}

/* Offer Details Page CSS Start By Daisy */
/* Terms & Conditions */
.tremsAndConditions-page {
    padding-bottom: 80px;
}

.Rte h5 {
    margin: 2.2em 0 1.6em;

    letter-spacing: .2em;
    font-size: 18px;
    line-height: 25px;
}

.Rte p:not(:last-child),
.Rte ul:not(:last-child),
.Rte ol:not(:last-child) {
    margin-bottom: 1.6em;
}

.PageContent p>strong {
    font-size: 18px;
    font-weight: 900;
}

/* faq */
.faq-heading h1 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;

    letter-spacing: .2em;
}

.FaQ-wrapper .accordion-item {
    border: none;
    margin-bottom: 10px;
}

.FaQ-wrapper .accordion-button.collapsed {
    border: 1px solid #ddd;
}

.FaQ-wrapper .accordion-button:focus {
    box-shadow: none;
}

.FaQ-wrapper .accordion-button:not(.collapsed) {
    color: #ec1a22;
    background-color: #ddd;
    box-shadow: none;
}

.invoice-header {
    border: 1px solid #ec1a22;
}

.header-btn h5 {
    text-transform: uppercase;
    margin: 0;
    color: #ec1a22;
    font-weight: bold;
}

.inv-text {
    padding: 0 50px;
}

.address-form h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: #ec1a22;
    border-bottom: 1px solid #ec1a22;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.address-form p {
    margin-bottom: 0;
    color: #222;
}

.address-to h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: #ec1a22;
    border-bottom: 1px solid #ec1a22;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.address-to p {
    margin-bottom: 0;
    color: #222;
    font-weight: bold;
}

.inv-date-details h5 {
    text-align: end;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ec1a22;
    margin-bottom: 5px;
}

.invoice-d-table table {
    border: 1px solid #ec1a22;
}

.invoice-d-table table>thead tr {
    border-style: none;
    border: 1px solid #ec1a22;
}

.invoice-d-table thead tr>th {
    border-style: none;
    font-size: 16px;
    padding: 5px;
    color: #ec1a22;
    text-align: center;
    border-right: 1px solid #ec1a22;
    width: 50%;
}

.invoice-d-table tbody {
    text-align: center;
    color: #222;
}

.invoice-d-table tbody tr {
    border-style: none;
}

.invoice-d-table tbody tr>th {
    border-style: none;
    border-right: 1px solid #ec1a22;
    border-bottom-width: 0;
    border-top-width: 0;
    vertical-align: middle;
}

.invoice-d-table tbody tr>td {
    border-style: none;
    border-bottom-width: 0;
    border-top-width: 0;
}

.payment-method thead tr {
    text-transform: uppercase;
    font-weight: 700;
}

.payment-method tbody tr>td {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.product-table-detail table>thead {
    background: #ddd;
    color: #ec1a22;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #ec1a22;
}

.product-table-detail table>thead th {
    font-size: 13px;
    border-right: 1px solid #ec1a22;
    border-left: 1px solid #ec1a22;
    border-bottom: 0;
}

.product-table-detail table tbody tr>td {
    border-right: 1px solid #ec1a22;
    border-left: 1px solid #ec1a22;
    height: 33px;
    border-bottom: 1px solid #ec1a22;
    text-align: start;
}

.product-table-detail table tbody tr>td {
    border: 1px solid #ec1a22;
    color: #222;
}

.invoice-bottom-area {
    margin-bottom: 20px;
}

.invoice-bottom-area .bottom-text p {
    color: #222;
}

.invoice-bottom-area .bottom-text p>span {
    color: #ec1a22;
    font-weight: bold;
}

.invoice-bottom-area .bottom-text p>span {
    color: #ec1a22;
    font-weight: bold;
}

.invoice-bottom-area .bottom-text p>a {
    text-decoration: none;
    color: #222;
}

.invoice-footer-area {
    background: #ddd;
    padding: 10px 0;
}

.invoice-footer-area ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}

.invoice-footer-area ul li a>i {
    font-size: 20px;
    color: #ec1a22;
    border: 1px solid #ec1a22;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}

.invoice-footer-area .bottom-text p {
    color: #222;
    margin: 0
}

.invoice-footer-area .bottom-text p>a {
    text-decoration: none;
    color: #ec1a22;
}

/* news-page-style */
.news-banner-area {
    padding: 80px 0 50px 0;
}

/* photography-page-style */
.photography-page {
    padding: 80px 0;
}

.photography-page .photography-img-wrap {
    margin-bottom: 24px;
    cursor: pointer;
}

body .section-cs-title{
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0f75bc;
    text-align: center;
    letter-spacing: 1px;
}

.pcs-sole-box{
    padding: 10px;
    background-color: #a0c3e1;
    border-radius: 10px;
}

.pcs-sole-box > img{
    max-width: 200px;
    width: 50%;
}

.pcs-test-box{
    background-color: #a0c3e1;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pcs-test-box h5{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.pcs-test-box-2 h5{
    text-align: center;
}

.pcs-test-box-1{
    position: relative;
}

.pcs-test-box-1 h5{
    position: absolute;
    bottom: 10px;
    left: 10px;
}



.pcs-test-box h1{
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.pcs-form-card{
    background-color: #a0c3e1;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}

body .form-heading{
    font-size: 32px;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 3px;
}

body .form-sub-heading{
    font-size: 14px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
}

.form-tab-wrapper{
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    margin: 15px auto;
    display: flex;
    align-items: center;
    max-width: 800px;
}
.form-tab-separator {
    width: calc(100% - 300px);
    border-top: 2px dashed #0f75bc;
}

.font-size-18{
    font-size: 18px;
}

.form-label{
    font-size: 16px;
}

.pcs-form-check .form-check{
    padding-left: 5px;
    padding-right: 25px;
    font-size: 16px;
    color: #fff;
}


a.form-tab-btn {
    width: 150px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background-color: #e6e6e6;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
}

a.form-tab-btn:hover,
a.form-tab-btn:focus {
    background-color: #0f75bc;
    color: #fff;
}

.pcs-form-card-1.active .form-tab-btn.btn-basic {
    background-color: #0f75bc;
    color: #fff;
}

.pcs-form-card-2.active .form-tab-btn.btn-important {
    background-color: #0f75bc;
    color: #fff;
}

.bg-black{
    background-color: #000;
    border-color: #000;
}

.header-icon-thumb img{

}


/* media-query */

/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
    .items {
        height: auto;
    }
}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .items {
        height: auto;
    }

    .user-profile {
        left: -75px;
    }

    .main-menu .nav-item {
        margin-left: 8px;
    }

    .sticky .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }

    .header-right-icon .icon-wrap {
        font-size: 0.6em;
    }

    .f-11 {
        font-size: 7px;
    }

    body .section-cs-title{
        font-size: 32px;
    }


    .pcs-test-box h5{
        font-size: 18px;
    }


    .pcs-test-box h1{
        font-size: 32px;
    }

}


/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 100%;
    }

    .items {
        height: auto;
    }

    .collect-item-wrap p {
        font-size: 18px;
    }

    .showroom-info-text h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .priceS {
        visibility: visible;
        bottom: 0;
        opacity: 1;
    }

    .mobile-product-viewer {
        margin-bottom: 40px;
    }

    .mobile-product-viewer .active img {
        border: none;
    }

    .mobile-product-viewer .carousel.pointer-event {
        touch-action: pan-y pinch-zoom;
    }

    .product-details {
        margin: 0 0 200px 0;
    }

    .size-details {
        width: 100%;
        left: 0;
        top: 50px;
    }

    .size-content::before {
        position: static;
        content: none;
    }

    .checkout-wrapper {
        padding: 0;
    }

    .inv-text {
        padding: 0;
    }

    .user-profile {
        left: -75px;
    }

    .sticky .header-right-icon {
        right: auto;
        left: 70%;
    }

    .sticky .header-right-icon {
        display: block;
        position: static;
        transform: translateY(-50%);
        margin-top: 30px;
    }

    .sticky .header-right-icon .icon-wrap {
        margin-left: 0;
        margin-right: 20px;
    }

    /*.header-search.icon-area {*/
    /*    display: none;*/
    /*}*/

    /* .new-arrival-wrapper .nav-pills.Cat_indicator #nav-tab{
		white-space: nowrap;
		overflow-x: auto;
		padding-bottom: 10px;
		flex-wrap: unset;
		display: block;
	  } */
    /* .new-arrival-wrapper .Cat_indicator .nav-item{
		margin: 10px 2px;
	  } */
    .new-arrival-slider .priv_arrow {
        left: -5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .new-arrival-slider .next_arrow {
        right: -5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .new-arrival-slider .next_arrow i {
        font-size: 18px;
    }

    .new-arrival-slider .priv_arrow i {
        font-size: 18px;
    }

    .productGridView .category-main .col-xl-3.col-lg-3.col-md-4.col-6 {
        width: 33%;
    }

    body .section-cs-title{
        font-size: 28px;
    }


    .pcs-test-box h5{
        font-size: 18px;
    }


    .pcs-test-box h1{
        font-size: 28px;
    }

}


/* Extra small Device. */
@media (max-width: 767px) {
    .social-network{
     display: flex;
     justify-content: center;
    }
    
    .col-xl-3.col-lg-4.col-md-6.key-info img{
        margin-left: 10px;
    }
    
    .container {
        max-width: 100%;
    }

    .logo {
        text-align: start;
    }

    .modal-title {
        margin-left: 0;
    }

    .items {
        height: auto;
    }

    .slick-dots {
        bottom: -30px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .slick-dots button {
        width: 8px;
        height: 8px;
    }

    .hero-slider-wrap .next_arrow i {
        font-size: 22px;
    }

    .hero-slider-wrap .priv_arrow i {
        font-size: 22px;
    }

    /* .multiple-cat-widget-area{
		padding-top: 65px;
	} */
    /* .collect-item-wrap {
		margin-bottom: 30px;
	} */
    .collection-area .col-xl-3.col-lg-3.col-md-4.col-sm-6.col-6.d-flex:nth-last-child(-n+2) .collect-item-wrap {
        margin-bottom: 0;
    }

    .reward-slider .items a>p {
        padding-right: 0;
        margin-top: 10px;
    }

    .showroom-info-text {
        margin-top: 30px;
    }

    .showroom-info-text h2 {
        font-size: 16px;
        line-height: 30px;
    }

    .footer-info-wrap {
        text-align: center;
        margin-bottom: 30px;
    }

    .showroom-area {
        padding-bottom: 0;
    }

    .tab-wrapper {
        display: unset !important;
    }

    .tab-wrapper .nav-pills {
        flex-direction: unset !important;
    }

    .priceS {
        visibility: visible;
        bottom: 0;
        opacity: 1;
    }

    .feature-info {
        border-right: none;
    }

    .mobile-product-viewer {
        margin-bottom: 40px;
    }

    .mobile-product-viewer .active img {
        border: none;
    }

    .product-details {
        margin: 0 0 50px 0;
    }

    .related-product-wrapper h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .size-details {
        width: 100%;
        left: 0;
        top: 50px;
    }

    .size-content::before {
        position: static;
        content: none;
    }

    .checkout-wrapper {
        padding: 0;
    }

    .sidebar-wrap {
        margin-bottom: 30px;
    }

    .inv-text {
        padding: 0;
    }

    .user-profile {
        left: -75px;
    }

    .sticky #navbarNav {
        margin-right: 0;
    }

    .sticky .header-right-icon {
        display: block;
        position: static;
        transform: translateY(-50%);
        left: 30%;
        margin-top: 30px;
    }

    .sticky .header-right-icon .icon-wrap {
        margin-left: 0;
        margin-right: 15px;
    }
    
    .sticky .header-right-icon .icon-wrap img{
        width: 15px;
    }

    .icon-wrap .search-input {
        right: -140px;
    }

    .cart-page {
        padding-top: 50px;
    }

    .cart-page .product-attribute {
        width: 50%;
    }

    .cart-page .product-removal {
        float: left;
    }

    .cart-page .product-line-price {
        margin-top: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .cart-page .product-price {
        width: 30%;
        margin-bottom: 10px;
        height: 30px;
        display: flex;
        align-items: center;
    }

    .cart-page .product-quantity {
        /* width: 70%; */
        margin-bottom: 10px;
        width: 90px;
    }

    .cart-page .product {
        border-bottom: 1px solid #c9c9c9;
    }

    .main-menu .header-search.icon-area {
        display: none;
    }

    .main-menu .header-right-icon {
        display: block;
        position: absolute;
        transform: translate(-50%, -50%);
        margin-top: 0 !important;
        left: 50%;
        top: 30px;
        text-align: center;
    }

    .header-area .sticky .header-right-icon {
        display: block;
        position: static !important;
        transform: translate(-50%, -50%);
        margin-top: 0 !important;
        left: 50%;
        top: 50%;
        text-align: center;
    }

    .header-right-icon .icon-wrap:last-child {
        margin-right: 0;
    }

    .header-bottom-area {
        display: none;
    }

    .main-menu .navbar-brand img {
        display: block;
    }

    .main-menu {
        padding: 0 6px;
    }

    .navbar-brand img {
        width: 60px;
    }

    .header-right-icon .icon-wrap {
        margin-right: 20px;
        font-size: 16px;
    }

    .navbar-toggler {
        font-size: 15px;
        padding: 2px 8px;
    }

    /* css by daisy */
    .multiple-cat-widget-area .multiple-cat-widget-wrapper .col-lg-3:nth-last-child(-n+4) .multiple-cat-widget-items {
        margin-bottom: 24px;
    }

    .multiple-cat-widget-area .multiple-cat-widget-wrapper .col-lg-3:nth-last-child(-n+2) .multiple-cat-widget-items {
        margin-bottom: 0;
    }

    .new-arrival-wrapper .nav-pills.Cat_indicator #nav-tab {
        white-space: nowrap;
        overflow-x: auto;
        /* padding-bottom: 10px; */
        flex-wrap: unset;
        display: block;
    }

    .new-arrival-wrapper .Cat_indicator .nav-item {
        margin: 10px 2px;
    }

    .new-arrival-slider .priv_arrow {
        left: -5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .new-arrival-slider .next_arrow {
        right: -5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .new-arrival-slider .next_arrow i {
        font-size: 18px;
    }

    .new-arrival-slider .priv_arrow i {
        font-size: 18px;
    }

    .new-arrival-items .buy-now-btn {
        visibility: visible;
        opacity: 1;
    }

    .latest-news-wrapper .latest-news-list {
        margin-bottom: 24px;
    }

    .latest-news-area .latest-news-wrapper .col-lg-3.col-md-4.col-6:nth-last-child(-n+2) .latest-news-list {
        margin-bottom: 0;
    }

    .latest-news-area {
        padding-top: 0;
    }

    .latest-news-wrapper .latest-news-list .news-title {
        font-size: 14px;
        line-height: 20px;
    }


    .instagram-post-area {
        padding-top: 0;
    }

    .instagram-post-items .icon-instagram {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }

    .items img {
        aspect-ratio: unset;
    }

    .collect-item-wrap p {
        font-size: 14px;
    }

    .productGridView .category-main .col-xl-3.col-lg-3.col-md-4.col-6 {
        width: 50%;
    }

    .add-to-cart-btn {
        padding: 5px 0;
        font-size: 14px;
    }

    .buy-now-btn {
        padding: 5px 0;
        font-size: 14px;
    }

    .wishlist-btn {
        padding: 1px 0;
    }

    .nav-pills.Cat_indicator .nav-link {
        padding: 6px 14px;
        font-size: 12px;
    }

    .section-heading h2 {
        font-size: 26px;
    }

    .section-heading {
        margin-bottom: 18px;
    }

    .new-arrival-area {
        padding-bottom: 0;
    }

    .contactsDiv .contact-page-info .col-lg-5.col-md-5.col-12 {
        border-right: unset;
        border-bottom: 1px solid #dcdcdc;
        padding-bottom: 30px;
    }

    .contact-page-right {
        margin-top: 30px;
    }

    .contact-page-info {
        padding: 20px;
    }

    .contact-address-info h2 {
        font-size: 22px;
    }

    .contactsDiv h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .breadcrumb-wrap ul li {
        font-size: 14px;
    }

    .section-heading h1 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 35px;
    }

    .cart-page .product .product-image img {
        width: 90px;
    }

    .cart-page .product .product-line-price:before {
        content: "Item Total: $";
    }

    .update-cart-btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .cart-page .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .cart-page .column-labels {
        display: none;
    }

    .cart-page .product-image {
        float: right;
        width: auto;
    }

    /* .cart-page .product-image img {
		margin: 0 0 10px 10px;
	  } */

    .cart-page .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    .cart-page .product-price {
        clear: both;
        width: 70px;
    }

    .cart-page .product-quantity {
        width: 100px;
    }

    .cart-page .product-quantity input {
        margin-left: 20px;
    }

    .cart-page .product-quantity:before {
        content: "x";
    }

    .cart-page .product-removal {
        width: auto;
    }

    .cart-page .product-line-price {
        float: right;
        /* width: 70px; */
    }

    .cart-page .checkout {
        width: 100%;
        text-align: center;
    }

    .cart-page .totals .totals-item label {
        text-align: left;
    }

    .cart-page .totals .totals-item label {
        width: 50%;
    }

    .cart-page .totals .totals-item .totals-value {
        width: 50%;
    }

    .checkout-page {
        padding-top: 50px;
    }

    /* .checkout-wrapper{
		margin-top: 30px;
	  } */
    .summery-wrapper {
        margin-top: 30px;
    }

    .place-order-btn {
        width: 100%;
    }

    .store-location-details-wrapper .col-md-4 {
        justify-content: unset !important;
    }

    .cart-head-text {
        margin-bottom: 30px !important;
    }

    .Rte h5 {
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .popupModal .modal-dialog {
        max-width: 100%;
    }

    .collection-area .row .col-lg-3 {
        padding: 0;
    }

    .collection-area .row .col-lg-3 {
        padding: 0;
    }

    .photography-area .priv_arrow {
        left: 0;
    }

    .photography-area .next_arrow {
        right: 0;
    }

    .photography-slider .slick-slide {
        margin-right: 0;
    }

    .photography-slider .slick-slide img {
        margin-bottom: 10px;
    }

    .photography-slider .slick-slide div:last-child img {
        margin-bottom: 0;
    }

    .news-slider .slick-slide {
        margin-right: 0;
    }

    .news-slider .slick-slide img {
        margin-bottom: 10px;
    }

    .news-slider .slick-slide div:last-child img {
        margin-bottom: 0;
    }

    .hero-slider-wrap .priv_arrow {
        opacity: 1;
    }

    .hero-slider-wrap .next_arrow {
        opacity: 1;
    }

    .main-menu .navbar {
        padding: 10px;
    }

    body .section-cs-title{
        font-size: 24px;
    }


    .pcs-test-box h5{
        font-size: 16px;
    }


    .pcs-test-box h1{
        font-size: 24px;
    }

    .form-tab-separator {
        width: calc(100% - 240px);
        border-top: 2px dashed #0f75bc;
    }

    a.form-tab-btn {
        width: 120px;
        font-size: 12px;
    }

}


@media only screen and (max-width: 576px){
     .sticky .header-right-icon .icon-wrap {
        margin-left: 0;
        margin-right: 7px;
    }
}
/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* .cart-page .product-attribute {
     width:20%;
   }
   .cart-page .product-price {
    width: 70px;
   } */
    /* .cart-page .product-quantity {
    width: 100px;
   } */
    .main-menu .header-search.icon-area {
        display: none;
    }

    .header-bottom-area {
        display: none;
    }

    .main-menu .navbar-brand img {
        display: block;
    }

    .main-menu {
        padding: 0 6px;
    }
}

.pcs-form-card{
    display: none;
}

.pcs-form-card.active{
    display: block;
}

.form-alert{
    color: #F6C000;
    border-color: #F6C000;
    background-color: #FFF8DD;
    border: 1px solid;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px ;
    border-radius: 10px;
    display: none;
    margin-bottom: 10px;
}

.error-alert{
    font-size: 12px;
    color: #FF0000;
}

.top-phone-icon{
    width: 20px;
    margin-right: 5px;
}
