@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.header-bottom .logo a img {
	max-height: 60px;
	width: auto;
	padding: 10px 0px;
	margin-top: -5px;
}
.footer-social {
	margin-top: 60px;
}
.footer-social a {
margin:0px;
margin-left: 4px;
margin-right:34px;
color: #fff;
}
.footer-social a i {
    font-size: 36px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 1px 1px 12px -1px rgba(0,0,0,0.6);
  z-index:100;
}

.my-float{
	margin-top:15px;
}
.float:hover {
	color: #fff;
	box-shadow: 1px 1px 10px -1px rgba(0,0,0,0.4);
}
.header-top-links ul li {
	color: #fff;
}
.header-top-social a {
	color: #fff;
}
.header-top {
    background-color: #dcb25a;
    border-bottom: 1px solid #caa963;
    box-shadow:0px 1px 8px -1px rgba(0,0,0,0.2);
   }
.header-bottom {
       box-shadow: 0px 1px 8px -1px rgba(0,0,0,0.2);
    z-index: 1;
    position: relative;
    border-color:#bfbfbf;
}
.main-menu > ul > li > a {
	/*text-transform: uppercase;*/
	/*font-family: "Montserrat", sans-serif;*/
	/*color: #666;*/
}
.bg-dark .main-menu > ul > li > a {
	color: #fff;
}

.bg-dark .main-menu > ul > li:hover > a {
	    color: #cea679;
}

.bg-dark .main-menu > ul > li.active > a {
	    color: #cea679;
}
.bg-dark .header-search-toggle {
	border-color:#fff;
	color:#fff;
}
.bg-dark .header-cart > a{
	border-color:#fff;
	color:#fff;
}
.sidebar-list li.active a {
    color: #78bc43;
}
.single-product-section {
	    box-shadow: 0px 1px 8px -1px rgba(0,0,0,0.2);
    position: relative;
    border-bottom: 1px solid #ccc;
}
.price .old {
text-decoration: line-through;
}
.price .new {
text-decoration: none !important;
    font-weight: bold !important;
    font-size: 16px !important;
}
.lg-image {
	position: relative;
}
a.popup-img {
	right:15px !important;
	bottom:15px !important;
}
.header-top-links ul li a {
	font-size: 14px;
}
.header-top-links ul li a:hover {
	color:#947a46;
}
.typeahead img {
	width: auto;
}

ul.typeahead {
    padding: 0;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    margin-top: 0;
    border: 3px solid #78bc43;
    border-top: none;
}
ul.typeahead{
    border: 1px solid #d8d8d8;

}
ul.typeahead > li {
	border-top: none;
    padding: 5px;
}
ul.typeahead > li > a {
    padding: 0;
    width: 100%;
}
ul.typeahead > li.active > a {
    background: #fff;
    color: #78bc43;
}
ul.typeahead > li.active:hover > a {
    background: #f0f0f0;
}
ul.typeahead > li > a > div {
    font-size: 12px;
    padding: 0px 0px;
}
ul.typeahead > li > a > div > div.image {
    float: left;
    height: 40px;
    margin-right: 15px;
}
ul.typeahead > li > a > div > div.image > img {
    height: 40px;
}
ul.typeahead > li > a > div > div.name {
    line-height: 40px;
}
ul.typeahead > li:nth-child(even){
    background-color: #f9f9f9;
}
.alert-warning {
	padding: 30px;
    line-height: 45px;
    font-size: 22px;
    background: #2b1b13;
    color: #fff;
    margin-bottom: 30px;
}
.alert-warning a {
	background: #fff;
    color: #2b1b13;
}

.alert-error {
	padding: 30px;
    line-height: 45px;
    font-size: 22px;
    background: #dc6d5a;
    color: #fff;
    margin-bottom: 30px;
}
.alert-error a {
	background: #fff;
    color: #dc6d5a;
}

.alert-info {
	padding: 30px;
    line-height: 45px;
    font-size: 22px;
    background: #989898;
    color: #fff;
    margin-bottom: 30px;
}
.alert-info a {
	background: #fff;
    color: #989898;
}
.product-details-images {
	border:4px solid #fafafa;
}
.cart-img {
	width:20% !important;
}
header {
	z-index: 999 !important;
    position: relative !important;
}
ul.cart-items {
	    max-height: 234px;
    overflow: auto;
    padding-right: 0px;
    margin-right: -20px;
    padding-right: 20px
}
h5.name {
	width:100%;
}
.header-cart-dropdown {
}
.header-top-social a:hover {
    color: #947a46;
}
.cart-summary .cart-summary-button button {
    width: auto;
}
.cart-summary {
    max-width:initial;
}
.orderContainer {
    background:#fafafa;padding:30px;
    box-shadow: 1px 1px 8px -1px rgba(0,0,0,0.3);
    border: 1px solid #ccc;
}
.orderContainer input {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 18px;
}
.orderContainer input.buton {
    background: #dcb25a;
}
.orderContainer table {
    width: 100%;
}
@media only screen and (max-width:1024px) {
    .container {
        max-width: initial !important;
    }
    .blogRow {
        display: block;
    }
   .blog.col {

    }
    .single-product .product-content {
        text-align: center !important;
    }
    .single-product-section {
        padding-top:30px !important;
    }
    .productShare {
            display: block;
    text-align: center;
    }
    .productShare li {
        display: inline-block !important;
    }
    .alert-warning {
        padding:15px;
        font-size: 16px;
    }
    .alert-warning a {
        display: none;
    }
}
.hero-item {
    height: 350px;
}

.sidebar-list li {

}
.sidebar-list li.category-main {

}
.sidebar-list li.category-sub {
    display: none;
    text-indent: 20px;
    margin-top: 5px;
}
.sidebar-list li.category-main + li.category-sub {
    margin-top:10px;
}
.sidebar-list li.category-sub a {
    font-size: 90%;
}
.sidebar-list li.category-subSub {
    display: none;
    text-indent: 30px;
    margin-top: 5px;
}
.sidebar-list li.category-sub + li.category-subSub {
    margin-top:5px;
}
.sidebar-list li.category-subSub a {
    font-size: 85%;
}

.sidebar-list li.category-main.open {
    display: block;
}

.sidebar-list li.category-sub.open {
    display: block;
}

.sidebar-list li.category-subSub.open {
    display: block;
}

.product-content {
    text-align: center !important;
}
.header-wishlist {

    margin-right: -35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;

}
.header-wishlist > a {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 2px 10px;
}



.starrating > input {display: none;}  /* Remove radio buttons */

.starrating > label:before {
  content: "\f005"; /* Star */
  margin: 2px;
  font-size: 14px;
  font-family: FontAwesome;
  display: inline-block;
}

.starrating > label
{
  color: #222222; /* Start color when not clicked */
}

.starrating > input:checked ~ label
{ color: #ffca08 ; } /* Set yellow color when star checked */

.starrating > input:hover ~ label
{ color: #ffca08 ;  } /* Set yellow color when star hover */


.fa.fa-star {
    color: #78bc43;
}

.curveShadow {
box-shadow: 1px 1px 15px -2px rgb(0 0 0 / 5%), 3px 2px 32px -1px rgb(0 0 0 / 5%);
 -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.curveShadow:hover {
box-shadow: 1px 1px 5px -2px rgb(0 0 0 / 5%), 3px 2px 5px -1px rgb(0 0 0 / 20%);
}
.curveShadowInstagram {
box-shadow: 1px 1px 25px -2px rgb(0 0 0 / 20%), 3px 2px 32px -1px rgb(0 0 0 / 5%);
border-radius: 8px 32px;
padding:8px;
 -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.curveShadowInstagram:hover {
    box-shadow: 1px 1px 5px -2px rgb(0 0 0 / 20%), 3px 2px 15px -1px rgb(0 0 0 / 10%);
}

.topbar-item {
    background: #333333;
}
.newsletter-item h3.heading {
    width: 75%;
    font-size: 32px;
    }

.product-offer {
    color: #fff;
}
.header-sticky.sticky {
    box-shadow: 0px 1px 15px -1px rgb(0 0 0 / 30%);
    background-color: rgba(255,255,255,0.9);
}
.topbar-item.bg-dark_color a.product-offer:hover {
    color: #000000;
}
.main-header .main-nav > ul > li > a {
    /*font-weight: 400;*/
}
.single-content {

    padding-bottom: 30px;
}
.product-detail_area .product-detail_content p.short-desc {
    font-weight: 300;
    font-size: 14px;
}
.sizes {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.sizes .sizeBox {
        border: 1px solid #ddd;
    padding: 5px 5px;
    width: auto;
    text-align: center;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    margin-right: 5px;
}
.sizes .sizeBox.active {
    border-color:#333;
}
.product-detail_area .product-detail_content .quantity-with_btn .add-to_cart {
    padding:0px;
    margin-top: 30px;
    width: 100%;
}
.product-detail_area .product-detail_content .quantity-with_btn .add-to_cart > a {
    width: 100%;
}
.short-des-2 {
    font-size: 14px;
    font-weight: 300;
}
.sticker {
    right:30px;
}
.single-img {
    text-align: center;
}
.thumbs {
    z-index: 2;
    position: absolute !important;
    left: auto;
}
.thumbs div.imageThumb {
    border: 1px solid #eee;
    margin-bottom: 15px;
}
.thumbs div.imageThumb img {
    width: 100px;
}
.template-color-1 .main-menu .main-nav > ul > li > a.active {
    color:#000 !important;
    color: #000 !important;

}
.template-color-1 .main-nav > ul > li > a:hover {
    color:#000 !important;
    color: #000 !important;

}
.template-color-1 .main-menu .main-nav > ul > li:hover > a {
    color: #000 !important;
}
.header-sticky.sticky  ul > li > a {
    padding:20px 0px !important;
}
.header-sticky.sticky  ul li.minicart-wrap {
    margin-top:10px !important;
}
.popular-collection_area.spot .collection-item:hover .button-wrap {
    bottom: 50% !important;
    margin-bottom: -25px !important;
}
.popular-collection_area.spot .collection-item .button-wrap {
    bottom: 50% !important;
    margin-bottom: -25px !important;
}
.popular-collection_area.spot .collection-item .button-wrap a.skudmart-btn {
    text-transform: uppercase !important;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0px 20px !important;
    background: none !important;
}
.productDetails .card {
        border: 1px solid rgba(247, 247, 247, 1);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    margin-bottom: 5px;
}
.productDetails .card-header button {
    color: rgba(85, 85, 85, 1);
    text-align: left;
    font-family: ;
    font-weight: ;
    font-style: ;
    font-size: 13px;
    font-weight: 300;
    outline: none !important;
    box-shadow:none !important;
    text-decoration: none;
}
.productDetails .card-header button i {
    float: right;
    font-weight: 300;
        margin-top: 4px;
    color: #999;
}
.productDetails .card-body {
    font-size: 12px;
    font-weight: 400;
    color: #666
}



body .template-color-1 {
    -webkit-transition: all .5s ease-in;
  -moz-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}
body.pace-running .template-color-1 {
    opacity: 0;
}
body.pace-done .template-color-1 {
    opacity: 1;
}

.add-to_cart .btn-lg_size{
    height: 45px;
    line-height: 45px;
}

.ml-30-d{
    margin-left: 30px;
}
.pl-50-d{
    padding-left: 50px;
}
@media (max-width: 767px) {
    .ml-30-d{
      margin-left: 0;
    }
    .pl-50-d{
        padding-left: 0;
    }
}

.home-btn-1{
    margin-left: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 38px;
}
.home-btn-2{
    margin-left: 40px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
}
.home-btn-2:after{
    content: '';
    width: 68%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
@media (min-width:767px){
    .main-header_nav{
        flex-direction:column-reverse;
    }

    .main-header .main-nav > ul > li.megamenu-holder .sku-megamenu_wrap.different-width{
        /*width: 100% !important;*/
        right: 0;
        margin:0 auto;
    }
    .header-absolute{
        position: absolute;
        right: 50px;
        top: 10px;
    }
    /*
    .header-logo{
        margin-top: 10px;
    }
    */
}

.z-index-2{
    z-index: 2;
}

@media (min-width: 767px) {
  .main-slider .swiper-slide .inner-slide.bg-1,
  .main-slider .swiper-slide .inner-slide.bg-2,
  .main-slider .swiper-slide .inner-slide.bg-3 {
    height: calc(100vh - 100px) !important;
  }
}
@media (min-width: 1400px) {
  .main-slider .swiper-slide .inner-slide.bg-1,
  .main-slider .swiper-slide .inner-slide.bg-2,
  .main-slider .swiper-slide .inner-slide.bg-3 {
    height: calc(100vh - 110px) !important;
  }
}

@media (max-width: 767px) {
  .main-slider .swiper-slide .inner-slide.bg-1, .main-slider .swiper-slide .inner-slide.bg-2, .main-slider .swiper-slide .inner-slide.bg-3 {
    height: 200px;
    background-position: top center;
  }
}
.breadcrumb-area.with-border{
    padding-top: 35px;
    padding-bottom: 0;
}
.vertical-fixed_header-2 .main-header .main-nav > ul > li > a span{
    font-size: 14px;
}

@media (min-width: 767px) {
    .vertical-fixed_header-2 .main-header .main-nav > ul > li > a{
        position: relative;
    }
    .vertical-fixed_header-2 .main-header .main-nav > ul > li > a span{
        font-size: 14px;
        font-weight: 300;
        position: absolute;
        bottom: -10px;
    }
}

.float-wp{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}


.user-dashboard-tab__head{
    background: #f7f7f7;
    padding: 1.5rem 0;
    flex-basis:18rem;
    max-width: 18rem;
    margin-right: 3rem;
}

.user-dashboard-tab__head .nav-link.active, .user-dashboard-tab__head .nav-link:hover{
    background: #78bc43;
    color: #fff;
}

.user-dashboard-tab__head .nav-link{
    display: block;
    padding: .5rem 1.5rem;
}

.header-login{
    padding: 10px;
    border: unset !important;
    background: #fff;
    font-size: 16px !important;
}
.header-login.active,
.header-login:hover{
    background: #000;
    color: #fff !important;
    border: unset !important;
}

@media (max-width: 767px) {
    .only-d{
        display: none !important;
    }
    .multiple-section_header.pt-25{
        padding-top: 15px;
    }
    .items-center-mobile{
        align-items: center;
    }
    .direction-mobile-footer{
        flex-direction:column;
    }
}
@media (min-width: 767px) {
    .only-m{
        display: none !important;
    }
}


.template-color-1 .main-menu .main-nav > ul > li.active > a,
.template-color-1 .main-menu .main-nav > ul > li:hover > a{
    color: #78bc43 !important;
}


.menu-img{
    height: 35px;
    width: 35px;
    object-fit: contain;
    margin-right: 20px;
}

@media(min-width:768px){
    .header-right ul li.minicart-wrap{
        margin-right: 20px;
    }
}

@media(max-width:768px){
    .mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li > a span{
        justify-content: flex-start;
    }
    .menu-img{
        width: 20px;
        height: 20px;
        filter: brightness(0) invert(1);
    }
    .header-logo img{
        height: 70px;
    }
}

.product-item .single-product .single-img a img{
    object-fit: contain;
    aspect-ratio: 1;
}

.min-100vh{
    min-height: calc(100vh - 280px) !important;
}
.min-100vh-2{
    min-height: calc(100vh - 180px) !important;
}

.product-item .single-img a img{
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.product-item:hover .single-img a img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.search-box.with-border_bottom input.input-field{
    border: 1px solid #d8d8d8;
    padding: 10px 25px 10px 15px;
}

@media (min-width:768px){
    main.main-content{
        min-height: calc(100vh - 95px);
    }
}

@media(max-width:768px){
    .banner-item img{
        display: none;
    }
}

.swiper-button-next, .swiper-button-prev{
    width: 40px;
    height: 40px;
}


.banner-item img{
    object-fit: cover;
    height: 50vh;
}
.main-slider-7 img{
    height: 50vh;
    object-fit: cover;
    width: 100%;
}

.new-about .our-story_area .inner-bg{
    background-size: cover;
    background-position: center;
    height: 540px;
}
.new-about .inner-bg.jarallax-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .4;
}
.new-about .our-story_area .inner-bg .inner-content h2.heading{
    z-index: 2;
    font-size: 100px;
    line-height: 1;
    margin-right: -15px;
    text-align: center;
}
.new-about .our-story_area .inner-bg .inner-content h3.heading{
    z-index: 2;
    font-size: 56px;
    line-height: 1.1;
    margin-right: -15px;
    letter-spacing: 15px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.new-about .our-story_area .inner-bg .inner-content h4{
    font-size: 48px;
    color: #fff;
    z-index: 2;
    text-align: center;
}
.new-about .brand-area.with-section_title .brand-nav{
    padding: 45px;
    border: none;
}
@media(max-width:768px){
    .new-about .our-story_area .inner-bg .inner-content h2.heading{
        font-size: 36px;
    }
    .new-about .our-story_area .inner-bg .inner-content h3.heading{
        font-size: 28px;
    }
    .new-about .our-story_area .inner-bg .inner-content h4{
        font-size: 28px;
    }
    .new-about .our-story_area .inner-bg{
        height: 340px;
    }
}

.hidden{
    display: none;
}

.mt-20{
    margin-top: 20px;
}

.alert-custom{
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 10px 15px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: none;
}

span.old-price {
    font-size: 14px;
    line-height: 14px;
    text-decoration: line-through;
    color: #999999;
}

.header-logo img{
    height: 70px;
}
@media(max-width:768px){
    .header-logo img{
        height: 50px;
    }
}