@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montez&display=swap');
/*font-family: "Lato", serif;*/
@font-face {
    font-family: 'Moneta Black';
    src: url('../fonts/Moneta-Black.eot');
    src: local('Moneta Black'), local('Moneta-Black'),
        url('../fonts/Moneta-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Moneta-Black.woff2') format('woff2'),
        url('../fonts/Moneta-Black.woff') format('woff'),
        url('../fonts/Moneta-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moneta Bold';
    src: url('../fonts/Moneta-Bold.eot');
    src: local('Moneta Bold'), local('Moneta-Bold'),
        url('../fonts/Moneta-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Moneta-Bold.woff2') format('woff2'),
        url('../fonts/Moneta-Bold.woff') format('woff'),
        url('../fonts/Moneta-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moneta Regular';
    src: url('../fonts/Moneta-Regular.eot');
    src: local('Moneta'), local('Moneta-Regular'),
        url('../fonts/Moneta-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Moneta-Regular.woff2') format('woff2'),
        url('../fonts/Moneta-Regular.woff') format('woff'),
        url('../fonts/Moneta-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Moneta Light';
    src: url('../fonts/Moneta-Light.eot');
    src: local('Moneta Light'), local('Moneta-Light'),
        url('../fonts/Moneta-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Moneta-Light.woff2') format('woff2'),
        url('../fonts/Moneta-Light.woff') format('woff'),
        url('../fonts/Moneta-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato Semibold';
    src: url('../fonts/Lato-Semibold.woff2') format('woff2'),
        url('../fonts/Lato-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




body {
    color: #040404;
    font-family: 'Lato Semibold';
    font-size: 16px;
    font-style: normal;    
    line-height: 150%;
}
.container {
    max-width: 1370px;
}
a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    color: #FFF;
    font-family: 'Moneta Regular';
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: capitalize;
}

h2 {
    color: #FFF;
    font-family: 'Moneta Black';
    font-size: 52px;
    font-style: normal;
    line-height: 110%;
    text-transform: capitalize;
}

h3 {
    color: #040404;
    font-family: 'Moneta Black';
    font-size: 42px;
    font-style: normal;
    line-height: 110%;
    text-transform: capitalize;
}
h3 span{
    color: #7E2600;
}
h4 {
    color: #fff;
    font-family: 'Moneta Black';
    font-size: 32px;
    font-style: normal;    
    line-height: 110%;
    text-transform: capitalize;
}

h5 {
    color: #040404;
    font-family: 'Lato Semibold';
    font-size: 22px;
    font-style: normal;    
    line-height: normal;
}
h6 {
    color: #040404;
    font-family: 'Lato Semibold';
    font-size: 18px;
    font-style: normal;    
    line-height: normal;
}
/*h6 {
    font-size: 13px
}*/
/*p{
    font-size: 18px;
    line-height: 24px;
}
a{
    font-size: 16px;
    line-height: 22px;
}*/
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button:focus {
    outline: none;
}
ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 :focus {
    outline: 0;
}
.tm-custom-padding{
    padding: 90px 0;
}
.tm-wht-btn{
    padding: 15px 25px;
    border: 2px solid #FFF;
    color: #FFF;
    font-family: 'Lato Semibold';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    transition: all ease-in-out .3s;
}
.tm-wht-btn:hover{
    background-color: #fff;
    color: #040404;
}
.tm-blk-btn{
    padding: 15px 25px;
    border: 2px solid #040404;
    color: #040404;
    font-family: 'Lato Semibold';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    transition: all ease-in-out .3s;
}
.tm-blk-btn:hover{
    background-color: #040404;
    color: #fff;
}
/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(100px);
    animation: slideDown 0.35s ease-out;
    background: rgba(255,255,255, 0.46);
    backdrop-filter: blur(25px);
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

.page-header.is-sticky img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 0;
  border: 0;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


/*==================================header Start================================*/
.tm-header-top {
  padding: 5px 0;
}
.tm-header-top-left ul li{
    display: inline-block;
    margin-right: 30px;
}
.tm-header-top-left ul li a{
    color: #040404;
}
.tm-header-top-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.tm-header-right-icon ul li{
    display: inline-block;
    margin-left: 20px;
}
.tm-header-search-btn .btn{
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #040404;
    color: #5F5F5F;
    font-family: 'Lato Semibold';
    font-size: 16px;
    font-style: normal;    
    line-height: 150%
}
.tm-header-search-btn .btn {
  background-color: transparent;
  padding: 0 0 0 11px;
}
/*.tm-header-search-btn .btn i{
    margin-right: 10px;
}*/
.tm-header-search-btn .form-control{
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #040404;
}
.tm-header-search-btn .form-control:focus {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #040404;

}
.tm-header-search-btn .btn:active{
    background-color: transparent;
}
.tm-header-right-icon-panel{
    display: flex;
    align-items: center;
}
.tm-header-right-icon .tm-header-user a{
    display: flex;
    align-items: center;
    gap: 5px;
}
.tm-header-right-icon .tm-header-user span{
    color: #040404;
    font-family: 'Lato Semibold';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;    
    transition: all ease-in-out .3s;
    display: inline-block;
}
.tm-header-right-icon .tm-header-user .dropdown-menu li{
    display: block;
    margin-left: 0;
}
/*==========================Signup=========================*/
.tm-signup-page{
    position: relative;
    padding: 80px 0;
}
.tm-signup-page:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(130, 88, 41, 0.51);
}
.tm-signup-page-box{
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background-color: #FFF;
    padding: 40px 70px;
    margin: 0 5%;
}
.tm-signup-page-box .tm-sec-title{
    margin-bottom: 30px;
}
.tm-signup-page-form .form-control::placeholder{
    color: #838383;
    font-family: "Andika", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
}
.tm-signup-page-form .btn {
    padding: 15px 20px;
    border-radius: 30px;
    background-color: #7E2600;
    color: #FFF;
    font-family: "Inter", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    width: 100%;
    transition: all ease-in-out .3s;
    border: 0;
}
.tm-signup-page-form .btn:active {
    color: #7E2600;
}
.tm-signup-page-form .form-control:focus {
    box-shadow: none;
    border-color: #7E2600;
}
.tm-signup-page-form p{
    color: #000;
    font-family: "Inter", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.tm-signup-page-form p a{
    color: #3935FF;
    font-family: "Inter", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
/*menu*/
.tm-header-menu {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);  
  position: relative;
}
.tm-header-menu-logo{
    display: none;
}
.tm-header-menu .navbar-dark .navbar-nav a.nav-link {
  color: #040404;
  font-family: 'Lato Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  padding: 30px 40px;
  transition: all ease-in-out .3s;
}
.tm-header-menu .navbar-dark .navbar-nav .nav-item.active a{
    color: #7E2600;
}
.tm-header-menu .dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}
@media only screen and (min-width: 992px) {
  .tm-header-menu .dropdown:hover .tm-header-menu .dropdown-menu {
    display: flex;
  }
  .tm-header-menu .dropdown-menu.show {
    display: flex;
  }
}
.tm-header-menu .dropdown-menu ul {
    list-style: none;
    padding: 0;
}
.tm-header-menu .dropdown-menu li .dropdown-item {
  color: #040404;
  font-family: 'Lato Semibold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 5px 0;
}
.tm-header-menu .dropdown-menu li .dropdown-item:hover{
    background-color: transparent;
    color: #7E2600;
}
.tm-header-menu .dropdown-menu li .tm-header-menu .dropdown-item:hover {
  background-color: #f1f1f1;
  color: #7E2600;
}

@media only screen and (max-width: 992px) {
  .tm-header-menu .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .tm-header-menu .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}

.tm-header-menu .dropdown-menu {
  border-radius: 0;
  border: none;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  left: 50%;
  transform: translateX(-40%);
  padding: 20px 50px 30px;
  top: 80px;
  height: 600px;
  overflow: auto;
}
.tm-header-menu .dropdown-menu ul {
  list-style: none;
  padding: 0;
}

/*.tm-header-menu .dropdown-menu li a {
  color: gray;
  padding: 0.5em 1em;
}*/
.tm-header-menu .dropdown-menu li h5 {
    color: #7E2600;
    font-family: 'Lato Semibold';
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    padding: 0;
    width: 240px;
    margin-top: 20px;
}
@media screen and (min-width: 993px) {
  .tm-header-menu .dropdown:hover .dropdown-menu {
    display: block;
    width: 1280px;
    height: 500px;
    overflow: auto;
  }
  .tm-header-menu .dropdown-menu.show {
    display: block;
    width: 1280px;
  }
}
@media screen and (max-width: 992px) {
  .tm-header-menu .dropdown-menu.show {
    max-height: 60vh;
    overflow-y: scroll;
    transform: inherit;
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    padding: 20px 15px 30px;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.20);
  }  
  .tm-header-top-left ul li {margin: 0 10px;}
  .tm-header-menu {padding: 5px 0;}
}

/*banner*/
.tm-banner .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 200px 0;
    position: relative;
}
.tm-banner .carousel-item .tm-banner-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.tm-banner-text {
  padding: 0 80px;
  position: relative;
}
.tm-banner-text p{
    color: #fff;
}
.tm-banner .carousel-indicators button {
  height: 16px;
  width: 16px;
  background-color: #fff !important;
  border-radius: 50%;
  opacity: 1;
}
.tm-banner .carousel-indicators button.active {
    background-color: #000 !important;
    height: 16px;
    width: 16px;
}
/*============blog-details2==============*/
.tm-blog-details2{
  padding: 50px 0 100px;
}
.tm-blog-details2-panel{
  margin-top: 50px;
}
.tm-blog-details2-panel-img {
background-color: #F3F3F3;
padding: 50px 150px 0;
}
.tm-blog-details2-panel-text {
padding: 50px 150px 0;
}
.tm-blog-details2-panel-text ul{
  padding-left: 20px;
}
.tm-blog-details2-panel-text ul li {
list-style: decimal;
margin-bottom: 10px;
}
/*========================cart-list========================*/
.tm-cart-totals-sec-title h4{
  color: #040404;
}
.tm-cart-totals-sec-list ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.tm-cart-totals-sec-list ul li span {
  color: #040404;
  font-family: 'Lato Semibold';
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  display: inline-block;
}
.tm-cart-totals-sec-list ul li h5{
  margin-top: 20px;
}
/*========================FAQ========================*/
.tm-faq-sec{
  padding: 100px 0;
}
.tm-faq-sec-box{
  border-top: 1px solid #eee;
  position: relative;
}
.tm-faq-sec-box:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 20px;
  width: 1px;
  height: 100%;
  background-color: #eee;
  transform: translateX(-50%);
}
.tm-faq-sec-box-left, .tm-faq-sec-box-right{
  padding: 0 10px;
}
.tm-faq-sec-box-title h5 {
color: #7E2600;
padding: 20px 0;
border-bottom: 1px solid #eee;
}
.tm-faq-sec-box h6 {
    padding: 0;
    text-transform: uppercase;
}
.tm-faq-sec-box .accordion-item {
border-right: 0;
border-radius: 0;
border-left: 0;
}
.tm-faq-sec-box .accordion-body p{
  margin-bottom: 0;
}
.tm-faq-sec-box .accordion-header {
margin-bottom: 0;
padding: 0;
}
.tm-faq-sec-box .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.tm-faq-sec-box .accordion-button:focus {
z-index: 3;
outline: 0;
box-shadow: none;
}
.tm-cart-totals-sec {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: auto;
  padding: 30px;
}
/*Featured Collections*/
.tm-featured-collections-sec{
    padding: 100px 0;
}

.tm-sec-title{
    margin-bottom: 40px;
}
.tm-featured-collections-sec-panel {
  border: 1px solid #C9C9C9;
  background-color: #fff;
  padding: 10px;
}
.tm-featured-collections-sec-panel-img{
    position: relative;
}
.tm-featured-collections-sec-panel-img a img {
    height: 170px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
.tm-featured-collections-sec-panel-img-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.50);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tm-featured-collections-sec-panel-img-fav .fa-solid.fa-heart{
  color: #FF0000;
}
.tm-featured-collections-sec-panel-img-fav i{
    color: #000;
    font-size: 22px;
}
.tm-featured-collections-sec-panel-img-fav i:hover ::before {  
    content: "\f004";
}
.tm-featured-collections-sec-panel-text{
    padding-top: 10px;
}
.tm-featured-collections-sec-panel-text h6 {
  min-height: 55px;
}
.tm-featured-collections-sec-panel:hover h6{
  color: #7E2600;
}
.tm-featured-collections-sec-panel-text span{
    color: #040404;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Lato Semibold';
    font-size: 28px;
    font-style: normal;    
    line-height: 150%;
}
/*About Fox Line Design*/
.tm-about-sec-box {
  background-color: #F3F3F3;
  padding: 50px 50px 0px 50px;
}
.tm-about-sec-video{
    padding: 50px 0 0;
}
.tm-about-sec-video video {
  width: 100%;
  display: block;
}
/*Custom Made Cufflinks*/
.tm-custom-made-cufflinks-sec-box{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 150px 0;    
    position: relative;
}
.tm-custom-made-cufflinks-sec-box::after{
    content: '';
    background-color: rgba(130, 88, 41, 0.70);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tm-custom-made-cufflinks-sec-text{
    position: relative;
    z-index: 1;
}
.tm-custom-made-cufflinks-sec-text h3{
    color: #fff;
}
.tm-custom-made-cufflinks-sec-text p {
  color: #fff;
  margin-bottom: 5px;
}
/*Explore by Categories*/
.tm-explore-by-categories-sec-panel{
    position: relative;
    margin-bottom: 30px;
}
.tm-explore-by-categories-sec-panel-img{
    position: relative;
}
.tm-explore-by-categories-sec-panel-img img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.tm-explore-by-categories-sec-panel-img:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
}
.tm-explore-by-categories-sec-panel-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
/*Blogs & News*/
.tm-blog-news-sec{
    padding: 100px 0;
}
.tm-blog-news-sec-panel {
  background: #FFF;
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.15);
}
.tm-blog-news-sec-panel-text {
  padding: 10px 10px 30px;
}
.tm-blog-news-sec-panel-text-top {
  display: flex;
  justify-content: space-between;
  color: #6A6A6A;
  margin-bottom: 10px;
}
.tm-blog-news-sec-panel-text h5{
    transition: all ease-in-out .3s;
}
.tm-blog-news-sec-panel-text h5:hover{
    color: #7E2600;
}
/*=================================Blog Pages========================================*/
.tm-blog-news-sec.tm-blog-news-page {
    padding: 90px 0 100px;
}
.tm-blog-news-page .tm-blog-news-sec-panel{
    margin-top: 30px;
}
.tm-blog-news-sec-panel-img img {
    min-height: 290px;
    object-fit: cover;
    object-position: center center;
}
/*=================================Blog Details Pages========================================*/
.tm-blog-details{
    padding: 100px 0;
}
.tm-blog-details-panel{
    background-color: #F3F3F3;
    padding: 0 185px;
}
.tm-blog-details-panel img{
    position: relative;
    top: 40px;
}
.tm-blog-details-text{
    padding-top: 90px;
}
.tm-blog-details-text ul li{
    position: relative;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.tm-blog-details-text ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #040404;
}
.tm-blog-details-img{
    margin: 0 auto;
}
.tm-blog-details-img img {
    width: 100%;
}
/*=================================About Page========================================*/
.tm-about-fox-line-design-sec-text {
  padding: 100px 0;
}
.tm-about-fox-line-design-sec .tm-explore-by-categories-sec-panel{
    margin-bottom: 0;
}
.tm-unique-shopping-experience-sec{
    padding: 100px 0;
}
.tm-unique-shopping-experience-sec-video video{
    width: 100%;
}
.tm-quick-returns-sec-panel-img {
    min-height: 50px;
}
.tm-about-us-odd{
    padding: 100px 0;
}
.tm-about-us-odd-img{
    position: relative;
}
.tm-about-us-odd-img img {
  height: 630px;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.tm-about-us-odd-img-overlay{
    background-color: rgba(130, 88, 41, 0.51);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tm-about-counter{
    position: relative;
    padding: 100px 0;
}
.tm-about-counter:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 97px;
    background-color: #040404;
    transform: translateX(-50%);
}
.tm-about-counter:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 97px;
    background-color: #040404;
    transform: translateX(-50%);
}
.tm-about-counter-panel-top h3{
    padding-bottom: 0;
}
.tm-about-counter-panel-top span{
    font-size: 42px;
    display: inline-block;
    margin-left: 5px;
}
.tm-customizable-sec{
    padding: 100px 0;
}
.tm-customizable-sec-panel {
    position: relative;
}
.tm-customizable-sec-panel::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    background-color: #F3F3F3;
    z-index: -1;
}
.tm-customizable-sec-panel-text {
  padding: 40px 50px 0;
}
.tm-customizable-sec-panel-img {
  padding: 100px 0;
}
/*=================================Sale========================================*/
.tm-sale-page{
    padding: 100px 0;
}
.tm-sale-page-titel h1{
    color: #040404;
    font-size: 42px;
}
.tm-sale-page-panel-btn{
    display: flex;
    gap: 20px;
    padding: 40px 0;
}
.tm-sale-page-panel-btn-filters .tm-blk-btn {
    width: 174px;
}
.tm-sale-page-panel-btn .tm-blk-btn {
    margin-top: 0;
    cursor: pointer;
}
.tm-sale-page-panel-btn-all ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.tm-blk-btn:hover img {
  filter: brightness(0) invert(1);
}
.tm-sale-page-panel-sort-by-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tm-sale-page-panel-sort-by-sec-left span{
    color: #6A6A6A;
}
.tm-sale-page-panel-sort-by-sec-right .form-select {
  border: 0;
}
.tm-sale-page-panel-sort-by-sec-right .form-select:focus {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 0;
}
.tm-sale-page .tm-featured-collections-sec-panel{
    margin-top: 30px;
}
.tm-sale-page-pgn{
    margin-top: 50px;
}
.tm-sale-page-pgn ul{
    display: flex;
    justify-content: center;
    gap: 15px;
}
.tm-sale-page-pgn ul li span{
    width: 42px;
    height: 42px;
    border: 1px solid rgba(68, 68, 68, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}
.tm-sale-page-pgn ul li a{
    width: 42px;
    height: 42px;
    border: 1px solid #7E2600;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7E2600;
}

/*=================================product-details========================================*/
.tm-product-details-page{
    padding: 100px 0;
}
.tm-product-details-img{
    padding-left: 5%;
}
.tm-product-details-view-cart-sec {
    background-color: #F3F3F3;
    border-top: 1px solid #6A6A6A;
    padding: 15px;
    gap: 25px;
}
.tm-product-details-view-cart-sec a{
    color: #040404;    
}
.tm-product-details-view-cart-sec .breadcrumb{
  margin: 0;
}
.tm-product-details-view-cart-sec-view-cart a{
  position: relative;
}
.tm-product-details-view-cart-sec-view-cart a::after {
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  width: 1px;
  height: 38px;
  background-color: #000000;
  transform: translateY(-50%);
}
.tm-product-details-view-cart-sec p{
    margin: 0;
}
.product-details .owl-thumbs{
    text-align: center;
    margin-top: 20px;
}
.product-details .owl-thumbs .owl-thumb-item {
  padding: 0;
  border: 0;
  margin: 5px;
}
.product-details .owl-thumbs .owl-thumb-item img {
  height: 51px !important;
  width: 80px;
  max-width: 80px !important;
  background: transparent;
  overflow: hidden;
  border: 1px solid #7E2600;
  object-fit: cover;
}
.product-details .owl-thumbs .owl-thumb-item img{
  max-width:100%;
  height:auto;
}
.tm-product-details-page .row+.row{
    padding-top: 20px;
}
.tm-tm-product-details-review {
  display: flex;
  margin-bottom: 20px;
}
.tm-tm-product-details-review ul{    
    display: flex;
    gap: 10;
}
.tm-tm-product-details-review ul li{
    color: #FFD233;
}
.tm-tm-product-details-review span{
    color: #7E2600;
    margin-left: 5px;
}
.tm-product-details-text-price {
  margin-bottom: 30px;
}
.tm-product-details-text-price h4{
    color: var(--brown, #7E2600);
    font-family: "Lato", serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
/*Products Quantity Counter*/
.tm-product-details-text-counter {
  display: flex;
  align-items: center;
  gap: 45px;
}
.tm-counter-main {
  background-color: rgba(190, 190, 190, 0.50);
  height: 100%;
  padding: 5px 8px;
  display: inline-block;
}
.tm-product-details-text-counter .counter {
  display: flex;
  align-items: center;
}
.tm-product-details-text-counter .counter input {
  width: 30px;
  border: 0;
  line-height: 54px;
  font-size: 18px;
  text-align: center;
  background-color: transparent;
  color: #040404;
  appearance: none;
  outline: 0;
  height: 100%;
}
.tm-product-details-text-counter .counter span {
    display: block;
    font-size: 25px;
    padding: 0;
    cursor: pointer;
    color: #040404;
    user-select: none;
}
.tm-game-option-sec {
    display: flex;
    align-items: baseline;
    gap: 20px;
}
.tm-game-option-sec-title {
  width: 140px;
}
.tm-game-option-sec-panel{
  margin: 10px 0;
}
.tm-game-option-sec-select {
  width: 60%;
}
.tm-game-option-sec-select select {
  max-width: 100% !important;
  display: block !important;
  width: 100% !important;
  min-width: 100%;
}
.tm-game-option-price h6{
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.tm-game-option-price h6 span{
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
}
.tm-product-details-text-counter .tm-blk-btn{
    margin-top: 0;
}
.tm-product-details-text-price-btn .tm-blk-btn{
    margin-top: 0;
    margin-bottom: 15px;
}
.tm-product-details-text-checkout {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 10px 0 20px;
}
.tm-product-details-text-checkout p{
    margin-bottom: 0;
}
.tm-product-details-text-checkout-logo ul {
    display: flex;
    align-items: center;
    gap: 30px;
}
.tm-shop-secure-checkout ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 20px;
}
.tm-shop-secure-checkout{
    margin-top: 25px;
}
.tm-shop-secure-checkout h6{
    text-transform: uppercase;
}
.tm-shop-secure-checkout p a{
    color: #161EDB;
    transition: all ease-in-out .3s;
}
.tm-shop-secure-checkout p a:hover{
    color: #7E2600;
}
.tm-product-description-sec .nav .nav-item button.active {
  background-color: transparent;
  color: #7E2600 !important;
}
.tm-product-description-sec .nav .nav-item button {
    background-color: transparent;
    color: #040404 !important;
    font-family: 'Lato Semibold';
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}
.tm-product-description-sec .nav .nav-item button.active::after {
  content: "";
   border-bottom: 2px solid #7E2600;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}
/*=================================Contact Us========================================*/
.tm-contact-us-page {
  padding: 100px 0;
}
.tm-contact-us-page-left {
  padding-right: 10%;
}
.tm-contact-us-form input, .tm-contact-us-form  textarea{
    border: 0;
    border-bottom: 1px solid #040404;
    border-radius: 0;
    resize: none;
}
.tm-contact-us-form input::placeholder{
    color: #5F5F5F;
}
.tm-contact-us-form  .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #040404;
}
.tm-contact-us-form button{
    border: 2px solid #040404;
    background-color: #fff;
    padding: 15px 25px;
    color: #040404;
    font-family: 'Lato Semibold';
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0;
}
.tm-contact-us-form button:hover{
    background-color: #040404;
    color: #fff;
    border: 2px solid #040404;
}
.tm-contact-us-information{
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.27) 8.8%, #000 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    padding: 80px 60px 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.tm-contact-us-information h3{
    color: #fff;
}
.tm-contact-us-information ul li {
  color: #fff;
  font-family: 'Lato Semibold';
  font-size: 26px;
  font-style: normal;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}
.tm-contact-us-information ul li a{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 25px;
}
.tm-contact-us-information ul li i {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #7E2600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

/*=================================refund-policy========================================*/
.tm-refund-policy-sec{
    padding: 100px 0;
}
.tm-refund-policy-sec-left .tm-blog-details-text{
    padding: 0;
}
.tm-blog-details-text h6{
    color: #040404;
    font-family: "Lato", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
/*=================================footer========================================*/
.tm-we-accept{
    background-color: #F3F3F3;
    padding: 20px 0;
}
.tm-we-accept-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tm-we-accept-panel-text h6{
    color: #111;
    font-family: 'Lato Semibold';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 0;
}
.tm-we-accept-panel-img ul{
    display: flex;
    gap: 20px;
}
.tm-footer-subscribe-sec {
  padding: 30px 0;
}
.tm-footer-subscribe-sec-left .input-group input::placeholder{
    color: #5F5F5F;
    font-family: 'Lato Semibold';
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
}
.tm-footer-subscribe-sec-left .form-control:focus {  
  box-shadow: none;
}
.tm-footer-subscribe-sec-left .form-control{
    border: 0;
    border-bottom: 1px solid #000;
    box-shadow: none;
    border-radius: 0;
}
.tm-footer-subscribe-sec-left button{
    border: 2px solid #040404;
    padding: 15px 25px;
    border-radius: 0;
    color: #040404;
    font-family: 'Lato Semibold';
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 55px;
}
.tm-footer-subscribe-sec-left button:hover {
  background-color: #040404;
  border-color: #040404;
  color: #fff;
}
.tm-footer-subscribe-sec-left a{
  border: 2px solid #040404;
  padding: 15px 25px;
  border-radius: 0;
  color: #040404;
  font-family: 'Lato Semibold';
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  /* margin-left: 55px; */
}
.tm-footer-subscribe-sec-left a:hover {
background-color: #040404;
border-color: #040404;
color: #fff;
}
.tm-footer-subscribe-sec-right{
    text-align: right;
}
.tm-footer-subscribe-sec-right h6{
    color: #111;
    font-family: 'Lato Semibold';
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
}
.tm-footer-subscribe-sec-right ul li{    
    margin-left: 30px;
    display: inline-block;
}
.tm-footer-subscribe-sec-right ul li a{
    color: #000000;
    font-size: 24px;    
}
.tm-footer-subscribe-sec-right ul li a:hover{
    color: #7E2600;
}
.tm-footer-top{
    padding: 50px 0;
}
.tm-footer-1-contact-info ul li{
    color: #6A6A6A;
    font-family: 'Lato Semibold';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-top: 5px;
}
.tm-footer-1-contact-info ul li a{
    color: #6A6A6A;
}
.tm-footer-1-contact-info ul li a:hover{
    color: #7E2600;
}
.tm-footer-heading{
    margin-bottom: 10px;
}
.tm-footer-menu ul li a{
    color: #6A6A6A;
    font-family: 'Lato Semibold';
    font-size: 16px;
    font-style: normal;    
    line-height: 30px;
}
.tm-footer-menu ul li a:hover{
    color: #7E2600;
}
.tm-footer-bottom {
    border-top: 2px solid #6A6A6A;
    padding: 15px 0;
    color: #6A6A6A;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.tm-footer-bottom-right{
    text-align: right;
}
.tm-footer-bottom p{
    margin: 0;
}

/*=================================wishlist-page=====================================*/
.tm-wishlist-page{
    padding: 50px 0;
}
.tm-wishlist-page .gi-vendor-dashboard-card {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow-y: auto;
}
.tm-wishlist-page .gi-vendor-card-header {
  min-width: 700px;
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tm-wishlist-page .gi-vendor-card-body {
  padding: 30px;
}
.tm-wishlist-page .table > :not(:first-child) {
  border-top: 2px solid #dee2e6;
}

.tm-wishlist-page .gi-table tbody tr td .prod-img {
  width: 58px;
  height: 58px;
}
.tm-wishlist-page .gi-table tbody tr td .avl {
  color: #5caf90;
}
.tm-wishlist-page .gi-table tbody tr td .out {
  color: #e9abab;
}
.tm-wishlist-page .gi-table tbody tr td span {
  padding: 14px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #777;
}
.tm-wishlist-page .gi-table tbody tr td a {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tm-wishlist-page .gi-btn-1 {
  padding: 10px 15px;
  background-color: #4b5966;
  color: #fff;
  border: 0;
}
.tm-wishlist-page .gi-btn-2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  background-color: #5caf90;
  color: #fff !important;
  text-align: center;
  border-radius: 5px;
}
.tm-wishlist-page .gi-table tbody tr td .btn {
  width: 30px;
  height: 30px;
  margin: 0 3px;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
}
.tm-wishlist-page .gi-header-btn .tm-blk-btn{
    margin-top: 0;
}




/*.hide {
  display: none;
  visibility: hidden;
  height: 0;
}
.icon {
  margin: 0 10px;
}

#like:checked ~ .btn-like svg {
  --color-svg: rgb(224, 36, 94);
  color: #e0245e;
}
@media (hover: hover) {
  .btn-star:hover {
    background: rgba(255, 204, 0, 0.1);
    color: #ffcc00;
  }
}
@media (hover: hover) {
  .btn-bookmark:hover {
    background: rgba(136, 85, 255, 0.1);
    color: #8855ff;
  }
}
@media (hover: hover) {
  .btn-like:hover {
    background: rgba(224, 36, 94, 0.1);
    color: #000;
  }
}
@media (hover: hover) {
  .btn-mode:hover {
    background: rgba(248, 166, 41, 0.1);
    color: #f8a629;
  }
}*/
 

/* 08-04-2025  start*/
 .tm-featured-collections-sec-panel-discount {
  /* width: 44px;
  height: 44px;
  background-color: #7E2600;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px; */
  display: inline-block;
  color: #7E2600;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  font-weight: 700;
}
.tm-product-details-text-price-odd{
  text-decoration: line-through;
  font-size: 24px;
}
/* 08-04-2025  end*/
