/*----------------------Mobile Menu Icon------------------------------*/

/*-----------------Superfish Menu------------------*/
.sf-arrows .sf-with-ul{
  padding-right: 15px;
}

.sf-arrows .sf-with-ul li:before{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #1e3237;
}

.sf-arrows ul .sf-with-ul:after{
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #888;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after{
  border-left-color: #333;
}
.toggle-nav, a.closebtn{
  display: none;
}


/*-------------- media section ---------------*/
@media screen and (max-width: 1399px) {
  .title-box h1{
    font: 400 40px / 50px Acme !important;
  }
  h1 {
    font: 400 80px / 100px Acme !important;
  }
  #slider .counter-box{
    padding: 20px 0px;
  }
  h5 {
    font: 700 15px / 20px Poppins !important;
  }
  #slider .homeslider{
    background-size: cover;
  }
  .team-top-image{
    top: 0;
  }
  .newsletter-bottom-left-image{
    bottom: -22%;
  }
  .footer-left-image{
    width: 170px;
  }
  #footer_box{
    margin-top: 0%;
  }
  .our-category-bottom-image{
    top: -20%;
  }
  #slider .slider-counter-box {
    padding: 0% 0px 0% 0px;
  }
}
@media screen and (max-width: 1200px) {
  .team-top-image,.team-bottom-image,.our-category-top-vector-image,.our-category-top-vector-image-two,.our-category-bottom-image,.our-category-top-image,.upcoming-top-vector-image,.upcoming-top-vector-image-two,.upcoming-top-image,.upcoming-bottom-image,.banner-sec-left-img-box,.team-top-vector-image,.team-top-vector-image-two,.team-top-image,.newsletter-top-vector-image,.newsletter-top-vector-image-two,.newsletter-bottom-left-image,.newsletter-top-right-image,.footer-left-image{
    display: none;
  }
  #our-team .owl-dot.active,#ourCategory .owl-dot.active {
    background: var(--color-primary) !important;
  }
  h1 {
    font: 400 70px / 80px Acme !important;
  }
  .title-box h1 {
    font: 400 40px / 80px Acme !important;
  }
  .featured-menu-products-box .pro-img{
    height: 300px;
  }
  #ourCategory {
    padding: 0% 0px;
  }
  .product-btn-arrow-box a{
    font: 600 14px / 20px "Space Grotesk" !important;
    padding: 12px 16px !important;
  }
  #Featured .product-title a{
    font: 600 20px / 30px Poppins;
  }
  .product-price bdi {
    font: 600 20px / 30px Poppins;
  }
  .blog-title a{
    font: 500 20px / 32px Poppins;
  }
  #newsletter {
    padding-top: 5%;
    padding-bottom: 0%;
  }
  #site-navigation.main-navigation a{
    font-size: 15px;
  }
  #site-navigation.main-navigation ul{
    padding: 0px !important;
  }
  #site-navigation{
    width: 100%;
  }
  #slider .counter-box{
    padding: 15px 15px;
  }
  #Arrivals .product-title a{
    font: 600 20px / 30px Poppins !important;
  }
  .product-price bdi {
    font: 600 20px / 30px Poppins !important;
  }
  .product-btn-arrow-box a{
    font: 600 15px / 20px "Space Grotesk" !important;
    padding: 12px 20px !important;
  }
  .product-title a{
    font: 600 20px / 30px Poppins !important;
  }
  #contentwoocom .row{
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {

  #header_navigation {
    /* position: relative;
    width: 100%;
    background: #000; */
  }
  .main-navigation ul#menu-primary-menu .current-menu-item > a{
    /* color: var(--color-black); */
  }
  .main-navigation ul#menu-primary-menu .current-menu-item:after{
    display: none;
  }
  .main-navigation a{
    margin: 0px !important;
  }
  .main-navigation a:before , .main-navigation a:after {
    display: none;
  }
  .main-navigation ul ul{
    background-color: transparent;
  }
  .main-navigation ul ul li, .menubar.scrolled .main-navigation ul ul li{
    border-bottom: none;
  }
  .main-navigation .sub-menu li:before {
    top: 12px;
  }
  .site-description{
    font-size: 12px !important;
  }
  .toggle-nav {
    display: block;
    position: relative;
    height: 30px;
    cursor: pointer;
    margin: 0 auto;
    z-index: 99;
    right: 0;
    text-align: center;
    right: 0;
    margin-right: 0;
  }
  .menubar{
    float: none;
  }
  #header_navigation .logo {
    text-align: left;
    margin: 0;
  }
  .toggle-nav i {
    font-size: 25px;
    color: var(--blackk);
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: var(--whitee);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: block;
    color: var(--red);
  }
  #mySidenav #site-navigation {
    margin: auto;
    width: auto;
  }
  .sidenav #site-navigation {
    /* width: 100%; */
  }
  .toggle-nav span {
    cursor:pointer;
    text-align: right;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .innermenubox {
    position: static;
    padding-bottom: 10px;
  }
  .main-navigation .menu{
    /* float: none;
    text-align: center; */
  }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    background: transparent;
    padding: 0;
    border-radius: 0;
    display: unset;
  }
  .main-navigation ul ul li,
  #masthead.scrolled .main-navigation ul ul li{
    display: block;
  }
  .main-navigation .menu > ul > li.highlight{
    background: transparent !important;
  }
  .menu > ul > li:hover:before,
  .menu > ul > li.current_page_item:before,
  .menu > ul > li.current-menu-item:before{
    display: none;
  }
  .sf-arrows .sf-with-ul:after{
    border-top-color: #333;
  }
  .toggle i.fa.fa-bars,.toggle i.fa.fa-times {
    float: right;
    color: black;
  }
  .menubar .nav ul{
    width:100%;
    margin-top:0;
  }
  .menubar .nav ul li,
  .menubar.scrolled .main-navigation li{
    /* border-top:1px #303030 solid; */
    display:block;
    text-align:left;
    float:none;
    width: 18rem;
    padding: 5px;
  }
  .nav ul li a{
    padding: 5px 10px;
    display: block;
    color: #000;
    text-align: left;
  }
  .nav ul li a:hover{
    color:#ff8a00;
  }
  .nav ul li ul,
  .nav ul li ul ul{
    display: none;
  }
  .nav ul li ul li a:before{
    content:"\00BB \00a0";
  }
  .nav ul li ul li a{
  padding-left:20px !important;
  }
  .nav ul li ul li ul li a {
    padding-left:30px !important;
  }
  .main-navigation ul ul {
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .main-navigation li.current_page_item {
    border:none;
  }
}

@media screen and (max-width: 991px){
  #slider .homeslider{
    background-size: cover !important;
    background-position: left;
  }
  .women-image-box,.footer-yellow-image{
    display: none;
  }
  .product-btn-arrow-box a{
    font: 600 14px / 20px "Space Grotesk";
  }
  #Featured .product-title a{
    font: 600 20px / 30px Poppins;
  }
  .arrivals-menu-products-box .product-content-inner-box{
    margin-top: 10% !important;
  }
  .blog-count-box p {
    font: 600 75px / 150px Poppins;
  }
  .blog-content-title-box{
    width: 100%;
  }
  .blog-title a{
    font: 500 20px / 30px Poppins;
  }
  .banner-sec-content-box{
    width: 75%;
  }
  #slider .slider-img-box{
    height: auto;
  }
  .footer3 .widget_wpb_widget {
    display: unset;
  }
  .custom-social-icons{
    width: fit-content;
    margin: auto;
  }
  #footer_box{
    background: #141412;
    clip-path: unset;
    padding-top: 3%;
  }
  .footer1 p,.team-content-desc-box p{
    text-align: center;
  }
  .product-btn-arrow-box a {
    font: 600 14px / 20px "Space Grotesk" !important;
    padding: 12px 10px !important;
  }
  .title-box h1 {
    font: 400 30px / 60px Acme !important;
  }
  .contact-box .contact-email, .contact-box .contact-address, .contact-box .contact-phone{
    padding: 33px 10px;
  }
}
@media screen and (max-width:767px){
  .stickynavbar .header-button-box{
    display: none;
  }
  .logo img {
    width: 200px;
    height: 85px;
    object-fit: contain;
  }
  #header_navigation {
    box-shadow: 0px 4px 8px 0px #c6c6c6;
  }
  .site-header{
    position: unset;
  }
  h1 {
    font: 400 48px / 50px Acme !important;
    margin: 0px;
  }
  h2 {
    font: 400 40px / 55px Acme !important;
  }
  h6 {
    font: 600 22px / 40px Poppins !important;
  }
  h5 {
    font: 700 15px / 20px Poppins !important;
  }
  #slider .homeslider,#footer_box{
    background-image: none !important;
  }
  #slider .slider-content-box p {
    font: 400 16px / 30px Poppins;
  }
  #slider .slider-img-box{
    height: unset;
    padding-top: 2%;
  }
  #Featured .product-title a{
    font: 600 18px / 30px Poppins;
  }
  .product-price bdi {
    font: 600 20px / 20px Poppins;
  }
  .product-btn-arrow-box a {
    font: 600 13px / 15px "Space Grotesk" !important;
    padding: 12px 16px !important;
  }
  .cart-btn{
    /* display: flex;
    justify-content: space-between; */
  }
  .upcoming-tab-content-box {
    padding: 0px 12px;
  }
  .arrivals-menu-products-box .product-content-inner-box{
    margin-top: 8% !important;
  }
  .banner-sec-content-box{
    width: 100%;
  }
  .banner-sec-image-box img {
    object-fit: cover;
  }
  .banner-sec-heading{
    font: 400 35px / 49px Acme !important;
  }
  .banner-sec-paragraph{
    font: 400 16px / 20px Poppins;
  }
  .team-count-box{
    text-align: center;
  }
  .team-counter-box h6 {
    font: 600 18px / 25px Poppins !important;
  }
  .team-content-desc-box p {
    font: 400 16px / 30px Poppins;
    width: 100%;
    text-align: center;
    padding-top: 10%;
  }
  .blog-comment-main-box{
    justify-content: center;
    padding-top: 5%;
  }
  .blog-content-title-box{
    width: 100%;
    text-align: center;
  }
  .newsletter-main-heading{
    font: 400 35px / 50px Acme !important;
  }
  .newsletter-bottom-image{
    max-width: 100%;
  }
  .footer-content{
    text-align: center;
  }
  .footer-content{
    border: none;
  }
  .footer3 .about_me {
    width: 90%;
  }
  .footer3 .about_me .location{
    margin: auto;
  }
  .stickynavbar .row{
    justify-content: space-between;
  }
  .post-type-archive-product .product-price-content-box{
    display: block !important;
    text-align: center;
    justify-content: center;
  }
  .product-price{
    width: fit-content;
    margin: auto;
  }
  .custom-social-icons i {
    color: #fff;
    width: 47px;
    font-size: 18px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width:575px){

}
