
@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url('../fonts/AvenirLTStd-Book.otf');
  font-display: swap;
}

@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('../fonts/AvenirLTStd-Black.otf');
  font-display: swap;
}

@font-face {
  font-family: 'Ogg-LightItalic';
  src: url('../fonts/Ogg-LightItalic.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Ogg-Light';
  src: url('../fonts/Ogg-Light.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Ogg-Regular';
  src: url('../fonts/Ogg-Regular.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Ogg-Medium';
  src: url('../fonts/Ogg-Medium.ttf');
  font-display: swap;
}





input:focus,
textarea:focus,
select:focus {
  outline: none;
}


body {
  margin: 0;
  max-width: 2560px;
  margin: auto;
  font-family: 'AvenirLTStd-Book';
}

.b_shaddow::after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
}



.b_shaddow::after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.4);
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

h1,h2,h3,h4,h5 {
  margin: 0;
}


ul, ol {
  list-style: none;
}



input {
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a, button {
  text-decoration: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.header-scroll {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}



.container {
  width: 100%;
  max-width: 1420px;
  margin: auto;
  padding: 0 15px;
}


.top_header {
  font-size: 14px;
  text-align: center;
  background: #e4e3dd;
  color: #334641;
  opacity: 0.8;
  position: relative;
  z-index: 10;
}

.top_header p {
  margin: 0;
  padding: 13px 0;
}

.logo img {
  width: 270px;
  height: auto;
}


.main_header {
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2
}

.mob-button {
  display: none;
}

/* Search */

.top_search {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 46px 30px;
  z-index: 5;
  -webkit-box-shadow: 0px 3px 5px -3px rgba(120,118,120,1);
  -moz-box-shadow: 0px 3px 5px -3px rgba(120,118,120,1);
  box-shadow: 0px 3px 5px -3px rgba(120,118,120,1);
  display: none;
}

.close_search {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.aws-search-result .aws_result_title {
  color: #334641 !important;
  font-size: 14px;
}

.aws-search-result .aws_result_price {
  display: flex !important;
  flex-direction: column;
}

.aws-search-result .aws_result_price del {
  font-size: 10px;
}

.aws-search-result .aws_result_price ins {
  text-decoration: none;
}

.aws-search-result .aws_result_sale {
  display: none !important;
}

.aws_result_item.aws_search_more,
.aws_result_item.aws_search_more:hover,
.aws_result_item.aws_search_more a {
  background: #334641 !important;
}

.aws_result_item.aws_search_more a {
  color: #fff !important;
}

.aws-container .aws-search-field {
  padding: 6px 10px !important;
}


/* Nav */

#menu-main-menu,
.nav {
  display: flex;
  align-items: center;
}

#menu-main-menu li a {
  padding: 40px 15px;
  text-transform: uppercase;
  color: #334641;
  font-size: 14px;
  letter-spacing: 1.5px;
}

/* Nav drop */


#menu-main-menu li {
  position: relative;
}



#menu-main-menu li .sub-menu {
  top: 55px;
  padding: 15px 15px 10px;
  position: absolute;
  background: #fff;
  min-width: 200px;
  border: 1px solid #f2f2f2;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}

#menu-main-menu li .sub-menu.nav-drop {
  visibility: visible;
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
}

#menu-main-menu li .sub-menu li a {
  padding: 7px 0;
  display: inline-block;
  font-size: 13px;
}


/* Big drop down */

#menu-main-menu li .big_dropDown {
  position: static;
}

#menu-main-menu li .big_dropDown li a {
  padding: 5px 0;
}


.overview {
  position: absolute;
  left: 0;
  right: 0;
  top: 93px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
}

.overview.nav-drop1 {
  opacity: 1;
  z-index: 5;
  visibility: visible;
  pointer-events: auto;
}



#menu-main-menu li.big_column {
  position: static;
}


#menu-main-menu li .big_dropDown {
  padding-bottom: 25px;
  top: 72px;
  display: flex;
  flex-wrap: wrap;
  opacity: 1;
  visibility: visible;
  z-index: 5;
  width: 100%;
  max-width: 1420px;
  margin: auto;
  border-left: none;
  border-right: none;
  padding-left: 5px;
  padding-right: 5px;
}

#menu-main-menu li .big_dropDown li {
  width: 20%;
  padding: 0 10px;
}

#menu-main-menu li .big_dropDown li a {
  border-bottom: 1px solid #f2f2f2;
  display: inline-block;
  width: 100%;
}

#menu-main-menu li .big_dropDown {
  padding-top: 0;
}

#menu-main-menu li .big_dropDown li {
  margin-top: 20px;
}

#menu-main-menu li .big_dropDown ul {
  position: static;
  min-width: inherit;
  border: none;
  padding: 0;
}

#menu-main-menu li .big_dropDown ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

#menu-main-menu li .big_dropDown ul li a {
  border-bottom: 0;
  font-size: 12px;
  text-transform: inherit;
  padding: 0;
}





/* Search */

.search_wrap {
  margin-left: 10px;
}

.search_wrap i {
  cursor: pointer;
}

/* Homepage slider */

#top_slider button:before {
  content: '' !important;
}

.main-slider .mob_img {
  display: none;
}

.main-slider .slick-prev,
.main-slider .slick-next {
  display: none !important;
}

.main-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: static;
}

.main-slider .slick-dots li {
  margin: 0 5px;
}

.main-slider .slick-dots li button {
  background: transparent;
  border: 1px solid #999999;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  font-size: 0;
  padding: 0;
  cursor: pointer;
}

.main-slider .slick-dots li.slick-active button {
  background: #c3b3a5;
}


/* Product tabs */

.product_tabs .heading h1 {
  font-family: 'Ogg-Light';
  font-size: 40px;
  color: #334641;
  letter-spacing: 1.5px;
}

.product_tabs .heading em {
  font-family: 'Ogg-LightItalic';
}

.product_tabs {
  padding: 30px 0;
}

.product-tabs .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}



.product-tabs .tabs li {
  margin: 0 5px;
}

.product-tabs .tabs li a {
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 10px 22px 8px;
  font-size: 13px;
  border-radius: 15px;
  display: inline-block;
  color: #334641;
  opacity: 0.8;
}

.product-tabs .tabs li.active a,
.product-tabs .tabs li a:hover {
  background: #f5f6f5;
}


.tab_container .product_carousel .woocommerce-loop-product__title,
.home_edit .product_carousel .woocommerce-loop-product__title,
.popular_product .product_carousel .woocommerce-loop-product__title,
.main_shop_cat .products .woocommerce-loop-product__title,
.related .products .woocommerce-loop-product__title,
.recent_products .products .woocommerce-loop-product__title  {
  text-align: center;
  font-size: 15px;
  display: block;
  margin: 15px 0;
  color: #334641;
  opacity: 0.8;
}

.woocommerce-loop-product__title:after {
  display: none !important;
}

.tab_container .product_carousel .price,
.home_edit .product_carousel .price,
.popular_product .product_carousel .price,
.main_shop_cat .products .price,
.related .products .price,
.recent_products .products .price {
  display: block;
  text-align: center;
  text-decoration: none;
}

.tab_container .product_carousel .price,
.home_edit .product_carousel .price,
.popular_product .product_carousel .price,
.main_shop_cat .products .price,
.related .products .price,
.recent_products .products .price {
  font-size: 15px;
  color: #334641;
  opacity: 0.8;
}

.tab_container .product_carousel .price ins,
.home_edit .product_carousel .price ins,
.popular_product .product_carousel .price ins,
.main_shop_cat .products .price ins,
.related .products .price ins,
.recent_products .products .price ins {
  text-decoration: none;
  margin-left: 5px;
}

.tab_container .product_carousel del,
.home_edit .product_carousel del,
.popular_product .product_carousel del,
.main_shop_cat .products del,
.related .products del,
.recent_products .products del {
  font-size: 12px;
}

.tab_container .product_carousel .product,
.home_edit .product_carousel .product,
.popular_product .product_carousel .product,
.main_shop_cat .products .product,
.related .products .product,
.recent_products .products .product {
  position: relative;
}

.tab_container .product_carousel .onsale,
.home_edit .product_carousel .onsale,
.popular_product .product_carousel .onsale,
.main_shop_cat .products .onsale,
.main_shop_cat .products .onsale,
.related .products .onsale,
.recent_products .products .onsale {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  margin: 10px;
  color: #334641;
  opacity: 0.8;
  top: 0;
}

.tab_container .product_carousel .product img,
.home_edit .product_carousel .product img,
.popular_product .product_carousel .product img,
.main_shop_cat .products .product img,
.related .products .product img,
.recent_products .products .product img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.tab_container .product_carousel .product .redirect_link,
.home_edit .product_carousel .product .redirect_link,
.popular_product .product_carousel .product .redirect_link,
.main_shop_cat .products .product .redirect_link,
.related .products .product .redirect_link,
.recent_products .products .product .redirect_link {
  position: absolute;
  width: 90%;
  text-align: center;
  bottom: 70px;
  background: #fff;
  color: #000;
  padding: 13px 0 10px;
  font-size: 14px;
  margin: 0 5%;
  border: 1px solid #000;
  opacity: 0;
}


.tab_container .product_carousel .product:hover .redirect_link,
.home_edit .product_carousel .product:hover .redirect_link,
.popular_product .product_carousel .product:hover .redirect_link,
.main_shop_cat .products .product:hover .redirect_link,
.related .products .product:hover .redirect_link,
.main_shop_cat .products .product:hover .redirect_link,
.recent_products .products .product:hover .redirect_link {
  bottom: 80px;
  opacity: 1;
}

.tab_container .owl-dots,
.home_edit .owl-dots,
.popular_product .owl-dots,
.shop_by_look .owl-dots,
.related .owl-dots  {
  display: none;
}

.tab_container .owl-nav,
.home_edit .owl-nav,
.popular_product .owl-nav,
.shop_by_look .owl-nav,
.related .owl-nav,
.recent_products .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: -60px;
}

.tab_container .owl-nav .owl-next span,
.tab_container .owl-nav .owl-prev span,
.home_edit .owl-nav .owl-next span,
.home_edit .owl-nav .owl-prev span,
.popular_product .owl-nav .owl-next span,
.popular_product .owl-nav .owl-prev span,
.shop_by_look .owl-nav .owl-next span,
.shop_by_look .owl-nav .owl-prev span,
.related .owl-nav .owl-next span,
.related .owl-nav .owl-prev span,
.recent_products .owl-nav .owl-next span,
.recent_products .owl-nav .owl-prev span   {
  font-size: 0;
}

.tab_container .owl-nav button,
.home_edit .owl-nav button,
.popular_product .owl-nav button,
.shop_by_look .owl-nav button,
.related .owl-nav button,
.recent_products .owl-nav button {
  background: transparent !important;
  margin: 0 !important;
}

.tab_container .owl-nav button:hover,
.home_edit .owl-nav button:hover,
.popular_product .owl-nav button:hover,
.shop_by_look .owl-nav button:hover,
.related .owl-nav button:hover,
.recent_products .owl-nav button:hover {
  background: #f5f6f5 !important;
}


.tab_container .owl-nav .owl-next::after,
.home_edit .owl-nav .owl-next::after,
.popular_product .owl-nav .owl-next::after,
.shop_by_look .owl-nav .owl-next::after,
.related .owl-nav .owl-next::after,
.recent_products .owl-nav .owl-next::after {
  content: '\f054';
  font-family: "font awesome 5 pro";
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  border: 1px solid #e6e6e6;
  padding: 7px 10px;
  color: #808080;
}

.tab_container .owl-nav .owl-prev::after,
.home_edit .owl-nav .owl-prev::after,
.popular_product .owl-nav .owl-prev::after,
.shop_by_look .owl-nav .owl-prev::after,
.related .owl-nav .owl-prev::after,
.recent_products .owl-nav .owl-prev::after {
  content: '\f053';
  font-family: "font awesome 5 pro";
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  border: 1px solid #e6e6e6;
  padding: 7px 10px;
  color: #808080;
}



/* Homepage category */

.homepage_cat_1 {
  padding: 100px 0 40px;
}

.h_cat1 {
  padding-top: 50px;
}

.homepage_cat_1 .heading h2 {
  font-family: 'Ogg-Regular';
  font-size: 20px;
  color: #334641;
  text-align: center;
  letter-spacing: 1.5px;

}

.homepage_cat_1 .item,
.homepage_cat_2 .item {
  overflow: hidden;
  position: relative;
}

.homepage_cat_1 .item img,
.homepage_cat_2 .item img {
  height: 330px;
  object-fit: cover;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.homepage_cat_1 .item:hover img,
.homepage_cat_2 .item:hover img {
  transform: scale(1.1);
}

.homepage_cat_1 .item p,
.homepage_cat_2 .item p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  transform: translate(-50%,-50%);
  font-size: 13px;
  letter-spacing: 1px;
  z-index: 5;
  text-transform: uppercase;
}

.homepage_cat_1 .item span,
.homepage_cat_2 .item span {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 12px;
  left: 0;
  right: 0;
  bottom: -20px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 5;
}

.homepage_cat_1 .item::after,
.homepage_cat_2 .item::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.15); 
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.homepage_cat_1 .item span i,
.homepage_cat_2 .item span i {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.homepage_cat_1 .item:hover span,
.homepage_cat_2 .item:hover span {
  bottom: 20px;
  opacity: 1;
}


.h_cat1 .owl-dots {
  display: none;
}


.h_cat1 .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: -15px;
}

.h_cat1 .owl-nav .owl-next span,
.h_cat1 .owl-nav .owl-prev span {
  font-size: 0;
}

.h_cat1 .owl-nav button {
  background: transparent !important;
  margin: 0 !important;
}

.h_cat1 .owl-nav button:hover {
  background: #f5f6f5 !important;
}


.h_cat1 .owl-nav .owl-next::after {
  content: '\f054';
  font-family: "font awesome 5 pro";
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  border: 1px solid #e6e6e6;
  padding: 7px 10px;
  color: #808080;
}

.h_cat1 .owl-nav .owl-prev::after {
  content: '\f053';
  font-family: "font awesome 5 pro";
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  border: 1px solid #e6e6e6;
  padding: 7px 10px;
  color: #808080;
}



/* Brands slider */

.brand_slide {
  padding: 30px 0;
}


.brand_slide button {
  display: none !important;
}

.brand_slide li {
  text-align: center;
  margin: 0 20px;
}

.brand_slide img {
  margin: auto;
  width: auto!important;
  height: 80px;
  display: inline-block;
  object-fit: contain;
}

/* Homepage centar banner */

.center_home_baner img {
  width: 100%;
  margin-top: 40px;
}

/* Home slide product 1 */

.home_edit {
  margin-top: 30px;
}

.home_slide_product1 {
  margin-top: 50px;
}

.home_edit .heading h2 {
  font-family: 'Ogg-Light';
  font-size: 35px;
  color: #334641;
  text-align: center;
  letter-spacing: 1.5px;

}

.home_edit .heading h2 i {
  font-family: 'Ogg-LightItalic';
}



/* Home category 2 */


.homepage_cat_2 {
  padding: 100px 0 50px;
}


.homepage_cat_2 .heading h2,
.popular_product .heading h2 {
  text-align: center;
  color: #334641;
  font-size: 15px;
  letter-spacing: 1.5px;

}

.heading hr {
  margin: 20px auto 0;
  width: 30px;
  height: 3px;
  border: none;
  background: #d0d1d1;
}

/* Insta feed */

.insta_feed {
  padding: 30px 0;
}

.insta_feed h2 {
  font-family: 'Ogg-Light';
  font-size: 35px;
  color: #334641;
  letter-spacing: 1.5px;
  text-align: center;
}

.insta_feed h2 em {
  font-family: 'Ogg-LightItalic';
}


/* Home popular product */

.popular_product .home_slide_product1 {
  margin-top: 50px;
}


/* Home video */

.home_video {
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin: 50px 0 70px;
}

.home_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#h_video {
  width: 100%;
}


/* Shop by look */

.shop_look_slide {
  margin-top: 50px;
}

.shop_by_look .heading h2 {
  font-family: 'Ogg-Light';
  font-size: 35px;
  color: #334641;
  letter-spacing: 1.5px;
  text-align: center;
}

.shop_by_look .heading em {
  font-family: 'Ogg-LightItalic';
}

.shop_by_look p {
  text-align: center;
  margin-top: 5px;
}


/* Home about us */

.home_about_us {
  background: #f2f2f2;
  text-align: center;
  padding: 30px 0;
  margin-top: 70px;
}

.home_about_us .heading h2 {
  font-family: 'Ogg-Light';
  font-size: 35px;
  color: #334641;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 15px;
}

.home_about_us .heading em {
  font-family: 'Ogg-LightItalic';
}

.home_about_us p {
  color: #334641;
  line-height: 1.5;
  font-size: 15px;
  opacity: 0.8;
  width: 50%;
  margin: 0 auto;
}

.home_about_us a {
  font-family: 'AvenirLTStd-Book';
  font-weight: 300;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
  color: #334641;
  opacity: 0.8;
}


/* Foter contact */


.f_top_contact .f_left {
  background: #c3b3a5;
  width: 37%;
  padding: 90px 2%;
}

.f_top_contact .f_left a {
  color: #f5f4ed;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 30px;
  display: inline-block;
}

.f_top_contact .f_left h2 {
  font-family: 'Ogg-Light';
  font-size: 30px;
  color: #f5f4ed;
  letter-spacing: 1.5px;
}


.f_top_contact .f_right {
  background: #838d87;
  width: 100%;
  padding: 30px 2% 30px 5%;
  display: flex;
  align-items: center;
}

.f_top_contact .f_right ul {
  display: flex;
  align-items: center;
}

.f_top_contact .f_right ul li {
  margin-left: 20px;
}

.f_top_contact .f_right ul li a {
  color: #fff;
  font-size: 20px;
}


.f_top_contact .f_right p {
  font-family: 'Ogg-Light';
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin: 0;
}


/* Footer */

footer {
  background: #c4c5c0;
  padding: 20px 0;
}

footer p,
footer a {
  color: #334641;
  font-size: 13px;
}

.f_space {
  justify-content: space-between;
}

.f_right {
  display: flex;
  align-items: center;
}

.f_right ul {
  display: flex;
}

.f_right ul li {
  margin-left: 15px;
}

.f_right ul li a {
  font-size: 30px;
}

.f_right p {
  text-transform: uppercase;
}

/* Woocommerce files */

#block-9 p {
  display: none;
}

.main_shop_cat {
  display: flex;
  flex-wrap: wrap;
  margin-top: 110px;
  margin-bottom: 50px;
}

.main_shop_cat #primary {
  width: 80%;
  order: 2;
}

.main_shop_cat #sidebar {
  width: 20%;
  order: 1;
  padding-right: 30px;
}

.main_shop_cat #sidebar .wp-block-woocommerce-product-categories li {
  margin-bottom: 10px;
}

.main_shop_cat #sidebar .wp-block-woocommerce-product-categories li a {
  text-transform: uppercase;
  color: #334641;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0.8;
  padding-left: 25px;
  width: 85%;
}

.main_shop_cat #sidebar .wp-block-woocommerce-product-categories li a::after {
  content: '';
  background: url('../img/filter_uncheck.svg');
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  margin-bottom: 3px;
}

.main_shop_cat #sidebar .wp-block-woocommerce-product-categories li:hover a::after {
  content: '';
  background: url('../img/hover_filter.svg');
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  margin-bottom: 3px;
}

.main_shop_cat #sidebar .wp-block-woocommerce-product-categories li.current-category-item a::after {
  background: url('../img/filter_check.svg');
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  left: 0;
  margin-bottom: 3px;
}



.main_shop_cat #sidebar .wp-block-woocommerce-product-categories .wc-block-product-categories-list-item-count {
  font-size: 13px;
  color: #334641;
  display: none;
  opacity: 0.8;
}

.main_shop_cat #sidebar .wp-block-woocommerce-product-categories li .wc-block-product-categories-list--depth-1 {
  margin-top: 10px;
  background: #f2f2f2;
  padding: 10px 10px 1px;
  display: none;
}

.main_shop_cat #sidebar .wp-block-woocommerce-product-categories li .wc-block-product-categories-list--depth-1 li a {
  padding-left: 15px;
}

.main_shop_cat #sidebar .wp-block-woocommerce-product-categories li .wc-block-product-categories-list--depth-1 li a::after {
  content: '-';
  background: none;
}


.wc-blocks-filter-wrapper h3,
.bapf_head h3 {
  text-transform: uppercase;
  color: #334641;
  font-size: 13px;
  margin-top: 30px;
  opacity: 0.8;
}

.bapf_head h3 {
  margin-bottom: 20px;
}

.bapf_from,
.bapf_to {
  font-size: 14px;
}

.bapf_taprice {
  margin-left: 5px;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount,
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  border: 1px solid #d6dad9 !important;
  color: #334641;
  font-size: 14px;
  opacity: 0.8;
}


.main_cat_list .woocommerce-products-header {
  position: relative;
}

.cat_drop_down {
  position: relative;
}

.cat_drop_down::after {
  content: '\f105';
  font-family: "font awesome 5 pro";
  font-weight: 300;
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat_drop_down.rotate_arrow::after {
  content: '\f107';
}


.main_cat_list .woo_cat_name.page-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  font-family: 'Ogg-Light';
  font-size: 40px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
}

.main_cat_list .woocommerce-products-header {
  height: 300px;
  background: #ccc;
}

.main_cat_list .woocommerce-products-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.archive_wrap {
  position: relative;
}


.custom_select_buttons {
  position: absolute;
  top: -80px;
  left: 0;
  width: 98%;
  border: 1px solid #d6dad9;
  margin: 0 1%;
}

.grid_list {
  display: flex;
  align-items: center;
}

.custom_filter_grid_view {
  padding: 15px;
  border-right: 1px solid #d6dad9;
}

.woocommerce-ordering select {
  background: #fff;
  border: transparent;
  color: #707e7a;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;

  background-image: url('../img/select_btn.svg');
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center right 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.woocommerce-ordering {
  padding: 15px 15px 15px 7px;
  border-right: 1px solid #d6dad9;
}

.grid_list img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.filter_btn img {
  width: 15px;
  position: relative;
  bottom: 1px;
  margin-left: 5px;
}

.filter_btn a {
  color: #707e7a;
  font-size: 13px;
  font-weight: bold;
}



.custom_filter_grid_view,
.woocommerce-ordering,
.custom_view_btn {
  display: inline-block;
}


.custom_view_btn {
  float: right;
  padding: 15px;
}

.grid_list li {
  margin-left: 15px;
  cursor: pointer;
}

.grid_list li img {
  opacity: 0.3;
}

.grid_list li.active_list img {
  opacity: 1;
}


/* Product list */

.woocommerce-result-count {
  display: none;
}

.woocommerce-result-count {
  display: none !important;
}

.main_shop_cat .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}


.main_shop_cat .products.grid_product {
  grid-template-columns: repeat(3, 1fr);
}

.main_shop_cat .products.grid_product .product img {
  height: 450px;
}


/* Single product */

.main_single_wrap {
  margin-top: 40px;
}


.single-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.single-flex-wrap .woo-single_img,
.single-flex-wrap .woo-single-desc {
  width: 50%;
}

.single-flex-wrap .woo-single_img {
  position: relative;
}

.single-flex-wrap .woo-single_img .onsale {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  margin: 10px;
  color: #334641;
  opacity: 0.8;
  top: 0;
}

.single-flex-wrap .woo-single-desc {
  padding: 0 10%;
}


.storefront-product-pagination {
  display: none;
}


.woo-single-desc .cart {
  display: none;
}

.woo-single-desc .product_title {
  font-family: 'Ogg-Light';
  font-size: 35px;
  color: #334641;
  letter-spacing: 1.5px;
  line-height: 1;
  opacity: 0.8;
}

.woo-single-desc .price {
  font-size: 20px;
  color: #334641;
  opacity: 0.8;
}

.woo-single-desc .product_meta {
  margin-bottom: 20px;
}

.woo-single-desc .product_meta a {
  font-size: 14px;
  text-decoration: underline;
}

.woo-single-desc .product_meta .posted_in {
  font-size: 14px;
}

.woo-single-desc .redirect_link {
  border: 1px solid #000 !important;
  background: #000;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 13px 20px 10px;
  font-size: 14px;
}

.woo-single-desc .redirect_link:hover {
  background: #fff;
}

.woo-single-desc .price ins {
  text-decoration: none;
}

.woo-single-desc .price del {
  font-size: 14px;
}

.woocommerce-product-details__short-description p {
  line-height: 1.5;
  font-size: 14px;
}


.wplogout-social-wrapper {
  margin-top: 30px;
}

.wplogout-social-wrapper ul {
  display: flex;
}

.wplogout-social-wrapper ul li {
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.wplogout-social-wrapper ul li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #ccc;
  color: #999999;
  display: inline-block;
  font-size: 18px;
}

.copy_link {
  font-size: 13px;
  margin-top: 10px;
}

.woo-single-desc .post-edit-link {
  display: none;
}


/* Single gallery */

.woocommerce-product-gallery__image .wp-post-image {
  width: 100%;
  height: 653px;
  object-fit: cover;
}

.thumbnail_image {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #000 !important;
}



/* Related products */

#related-product {
  margin-top: 50px;
}

.related .heading h2 {
  font-family: 'Ogg-Light';
  font-size: 35px;
  color: #334641;
  letter-spacing: 1.5px;
  text-align: center;
}

.related .heading em {
  font-family: 'Ogg-LightItalic';
}


/* Recent product */

.recent_products {
  width: 100%;
  max-width: 1420px;
  margin: auto;
  padding: 0 15px;
}

.recent_products {
  margin-top: 100px;
}

.recent_products h2 {
  text-align: center;
  color: #334641;
  font-size: 15px;
  letter-spacing: 1.5px;
  position: relative;
}

.recent_products h2:after {
  content: '';
  margin: 20px auto 0;
  width: 30px;
  height: 3px;
  border: none;
  background: #d0d1d1;
  display: block;
}

.recent_products .slick-slide {
  padding: 0 !important;
}

.products.rvpscarousel {
  margin: 0 -10px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.recent_products .slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}


.rvpscarousel .slick-prev:before {
  content: '\f053' !important;
  font-family: "font awesome 5 pro" !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  display: inline-block !important;
  border: 1px solid #e6e6e6 !important;
  padding: 7px 10px !important;
  color: #808080 !important;
}

.rvpscarousel .slick-prev {
  width: auto !important;
  height: auto !important;
  top: 10px !important;
}

.rvpscarousel .slick-next {
  right: 10px !important;
  width: auto !important;
  height: auto !important;
  top: 10px !important;
}

.rvpscarousel .slick-next:before {
  content: '\f054' !important;
  font-family: "font awesome 5 pro" !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  display: inline-block !important;
  border: 1px solid #e6e6e6 !important;
  padding: 7px 10px !important;
  color: #808080 !important;
}


/* About us */

.ab_top_banner {
  height: 300px;
  width: 100%;
}

.ab_top_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_top_desc {
  padding: 40px 0;
}

.about_top_desc h1,
.about_top_desc h2,
.about_top_desc h3,
.about_top_desc h4,
.about_top_desc h5 {
  font-family: 'Ogg-Light';
  font-size: 35px;
  color: #334641;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 15px;

}

.about_top_desc p {
  color: #334641;
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
  opacity: 0.8;
}


.about_top_desc em {
  font-family: 'Ogg-LightItalic';
}

.desc_wrap li {
  display: flex;
  flex-wrap: wrap;
}

.desc_wrap li .desc_media,
.desc_wrap li .desc_text {
  width: 50%;
}

.desc_wrap li .desc_text {
  display: flex;
  align-items: center;
  padding: 0 3%;
}

.desc_wrap li .desc_media img,
.desc_wrap li .desc_media video {
  height: 400px;
  object-fit: cover;
}

.desc_wrap li .desc_text p,
.desc_wrap li .desc_media p {
  margin: 0;
}

.desc_wrap li:nth-child(2n) {
  flex-direction: row-reverse;
}

.desc_wrap li .desc_text p {
  color: #334641;
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
  opacity: 0.8;
  text-align: center;
}


.ab_bottom_desc {
  text-align: center;
  padding: 50px 0 30px;
}

.ab_bottom_desc hr {
  margin: 20px auto 0;
  width: 30px;
  height: 3px;
  border: none;
  background: #d0d1d1;
}

.ab_bottom_desc span {
  text-align: center;
  color: #334641;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.ab_bottom_desc h2 {
  font-family: 'Ogg-Light';
  font-size: 33px;
  color: #334641;
  letter-spacing: 1.5px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.ab_bottom_desc p {
  font-style: italic;
  color: #334641;
  font-size: 14px;
}


/* New edits */

.h_cat2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}


.h_cat2 img {
  width: 100%;
}


/* Blog */

.blog_page .heading h1 {
  font-family: 'Ogg-Light';
  font-size: 40px;
  color: #334641;
  letter-spacing: 1.5px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 15px;
}



.blog_page .heading hr {
  margin: 20px auto 0;
  width: 30px;
  height: 3px;
  border: none;
  background: #d0d1d1;
}

.blog_wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.left_blog_content {
  width: 18.5%;
  padding: 20px 25px 10px 25px;
  background: #f8f8f8;
  margin-right: 1.5%;
}

.right_blog_content {
  width: 80%;
}

.right_blog_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.right_blog_content .blog_img {
  object-fit: cover;
  overflow: hidden;
}


.right_blog_content .blog_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.post_content:hover .blog_img img {
  transform: scale(1.05);
}


.right_blog_content .post_content {
  margin-bottom: 30px;
}

.right_blog_content .post_desc h4 {
  font-family: 'Ogg-Regular';
  font-size: 18px;
  color: #334641;
  letter-spacing: 1.5px;
  margin-top: 15px;
  line-height: 1.3;
  height: 45px;
  overflow: hidden;
}

.right_blog_content .post_desc .date {
  color: #737373;
  font-size: 13px;
}

.right_blog_content .post_desc span {
  text-align: center;
  color: #334641;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-decoration: underline;
}

.right_blog_content .post_desc .single-trim-words {
  color: #334641;
  font-size: 14px;
  line-height: 1.5;
}

.left_blog_content h3 {
  font-family: 'Ogg-Light';
  font-size: 23px;
  color: #334641;
  letter-spacing: 1.5px;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1;
}

.left_blog_content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.left_blog_content ul li:before {
  content: '\00B7';
  font-size: 20px;
  position: absolute;
  left: 0;
}

.left_blog_content ul li a {
  color: #334641;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.left_blog_content ul li div {
  font-size: 12px;
  margin-left: 5px;
  color: #334641;
}


.left_blog_content hr {
  margin: 20px 0 20px;
  width: 30px;
  height: 3px;
  border: none;
  background: #d0d1d1;
}

.left_blog_content .bl_archive hr {
  margin-bottom: 5px;
}

.bl_archive {
  margin-top: 50px;
}

.bl_archive .sya_container ul li:before {
  display: none;
}


.bl_archive .sya_container ul li {
  padding: 0;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}

.bl_archive .sya_container ul li img {
  height: 70px;
  object-fit: cover;
}

.left_blog_content ul li .sya_postcontent,
.left_blog_content ul li .sya_postimg {
  margin-left: 0;
}

.left_blog_content ul li .sya_postcontent {
  width: 70%;
  padding-right: 10px;
}

.left_blog_content ul li .sya_postimg {
  width: 30%;
}

.left_blog_content .sya_postcontent a {
  font-size: 11px;
}


.sya_postcontent {
  width: 100%;
}

.sya_container ul {
  margin-top: 20px;
  display: none;
}

.sya_date {
  display: block;
  margin: 0 0 10px;
}

.date_toggle {
  display: block;
  width: 100%;
  margin-bottom: -24px;
  height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #ccc;
}

.sya_container {
  font-size: 14px;
}

.sya_container a {
  -webkit-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}



/* Single page */

.single_post_share .wplogout-social-wrapper {
  margin-top: 0;
}

.single_post_share .share-text {
  display: none;
}


.single_right_blog_content {
  width: 80%;
}

.single_right_blog_content .single_title {
  font-family: 'Ogg-Light';
  font-size: 35px;
  color: #334641;
  letter-spacing: 1.5px;
}

.single_right_blog_content .date {
  font-size: 13px;
}

.single_blog_content p {
  color: #334641;
  font-size: 15px;
  line-height: 1.5;
}

.single_blog_content a {
  color: #334641;
  text-decoration: underline;
}

.single_blog_content ul,
.single_blog_content ol {
  text-decoration: none;
  padding: 0;
}

.single_blog_content ul li,
.single_blog_content ol li,
.single_blog_content ul li a,
.single_blog_content ol li a {
  color: #334641;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.single_blog_content ul li,
.single_blog_content ol li {
  list-style: inside;
}


@media only screen and (max-width:1200px) {
  .main_shop_cat .products {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media only screen and (max-width:991px) {

  .logo img {
    width: 190px;
  }

  #menu-main-menu li a {
    font-size: 12px;
  }

  .blog_page {
    padding-top: 10px;
  }

  .left_blog_content,
  .right_blog_content {
    width: 100%;
  }

  .right_blog_content{
    order: 1;
  }

  .left_blog_content {
    order: 2;
    padding: 15px 15px 10px 15px;
    margin-right: 0;
  }

  .bl_archive {
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .single_right_blog_content {
    width: 100%;
  }

  /* Products */

  .main_shop_cat #sidebar {
    width: 30%;
  }

  .main_shop_cat #primary {
    width: 70%;
  }


.custom_select_buttons {
    width: 97%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
  }

  /* Single product */

  .woo-single-desc .product_title {
    font-size: 30px;
  }

  .single-flex-wrap .woo-single-desc {
    padding: 0 15px 0 25px;
  }

  .woo-single-desc .redirect_link {
    font-size: 14px;
  }



}


@media only screen and (max-width:768px) {

  .top_search {
    padding: 50px 20px 17px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 55;
  }

  .top_header {
    opacity: 1;
  }

  .close_search {
    right: 0;
  }

  .main_header {
    padding: 15px 0;
    position: relative;
  }

  .nav-menu-main {
    position: absolute;
    left: 0;
    background: #fff;
    top: 100%;
    height: 85vh;
    overflow: scroll;
    width: 70%;
    padding: 0;
    left: -100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-top: 1px solid #f2f2f2;
  }

  .header-scroll .nav-menu-main {
    height: 90vh;
  }

  .nav-menu-main.open_nav {
    left: 0;
  }

  #menu-main-menu li a {
    padding: 15px 15px 10px;
    display: inline-block;
  }

  #menu-main-menu {
    flex-direction: column;
  }


  #menu-main-menu li {
    text-align: left;
    width: 100%;
    position: relative !important;
    border-bottom: 1px solid #f2f2f2;
  }


  #menu-main-menu li .sub-menu {
    position: static;
    visibility: visible;
    z-index: 5;
    pointer-events: auto;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 0;
    border-bottom: none;
  }

  #menu-main-menu li .sub-menu li a {
    font-size: 11px;
    padding: 10px 0 7px 25px;
  }

  #menu-main-menu li .sub-menu li:last-child {
    border-bottom: none !important;
  }

  #menu-main-menu li.menu-item-has-children::after {
    content: '\f107';
    font-family: "font awesome 5 pro";
    font-size: 15px;
    font-weight: 300;
    vertical-align: middle;
    color: #334641;
    position: absolute;
    right: 0;
    top: 12px;
    padding: 0 15px;
  }

  .rotate-arrow::after {
    transform: rotate(180deg) !important;
  }

  #menu-main-menu li .big_dropDown li {
    width: 100%;
    margin-top: 0;
  }

  #menu-main-menu li .big_dropDown li a {
    border: none;
  }





  .mob-button {
    display: block;
    margin-left: 25px;
  }

  .toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 15px;
    height: 17px;
    z-index: 10;
  }

  .toggle-menu span {
    background-color: #334641;
    content: "";
    display: block;
    height: 1px;
    left: calc(50% - 13px );
    position: absolute;
    top: calc(50% - 1px );
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 20px;
  }
      
  .toggle-menu span:before, .toggle-menu span:after {
    background-color: #334641;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 20px;
  }

  .toggle-menu span:before {
    top: 7px;
  }
      
  .toggle-menu span:after {
    top: -7px;
  }
     
  .toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
  }


  .toggle-menu.active span:before, .toggle-menu.active span:after {
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    background: #334641;
  }
      
  .toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }

  .toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }


  .product_tabs .heading h1,
  .home_edit .heading h2,
  .insta_feed h2,
  .shop_by_look .heading h2,
  .home_about_us .heading h2,
  .ab_bottom_desc h2,
  .blog_page .heading h1 {
    font-size: 30px;
  }


  .homepage_cat_1 {
    padding: 50px 0 0px;
  }

  .homepage_brand .slick-dots {
    display: none !important;
  }

  .brand_slide {
    padding: 10px 0;
  }

  .center_home_baner img {
    margin-top: 0;
  }

  .homepage_cat_2 {
    padding: 50px 0 0;
  }


  .home_video {
    margin: 20px 0 0px;
  }

  .home_about_us {
    margin-top: 20px;
  }

  .f_top_contact .f_left h2 {
    font-size: 20px;
  }

  .f_top_contact .f_left {
    padding: 40px 2%;
  }

  footer {
    background: #c4c5c0;
    padding: 0;
  }

  footer p, footer a {
    font-size: 12px;
    margin-bottom: 7px;
  }

  /* About us */

  .blog_wrap {
    margin-bottom: 20px;
    margin-top: 25px;
  }

  .ab_top_banner {
    height: 180px;
  }

  .desc_wrap li .desc_media, .desc_wrap li .desc_text {
    width: 100%;
  }

  .desc_wrap li .desc_text {
    padding: 30px 15px;
  } 

  .about_top_desc {
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
  }

  /* Blog */

  .right_blog_content {
    grid-template-columns: repeat(2, 1fr);
  }

  .single_right_blog_content .single_title {
    font-size: 30px;
  }


  /* Products */

  .main_shop_cat #primary,
  .main_shop_cat #sidebar {
    width: 100%;
  }

  .main_shop_cat .products {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Single product */

  .main_single_wrap {
    margin-top: 15px;
  }



}



@media only screen and (max-width:600px) {


  .custom_select_buttons {
    display: flex;
  }

  /* Category  */

  .main_cat_list .woocommerce-products-header {
    height: 170px;
  }

  .filter_btn a {
    font-size: 12px;
    display: flex;
    align-items: center;
  }

  .custom_filter_grid_view {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    width: 35%;
    justify-content: center;
  }

  .woocommerce-ordering {
    padding: 10px 20px 10px 15px;
    width: 75%;
    background-image: url(../img/select_btn.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center right 10px;
  }

  .woocommerce-ordering select {
    font-size: 12px;
    text-overflow: ellipsis;
    width: 175px;
  }

  .custom_view_btn {
    padding: 10px;
    padding-left: 0;
  }

  .woocommerce-ordering select {
    background-image: none;
  }

  /* Filter */

  #block-9 p {
    display: block;
    margin: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid;
    padding-bottom: 13px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
  }

  #block-9 p::after {
    content: '\f00d';
    font-family: "font awesome 5 pro";
    font-size: 17px;
    font-weight: 300;
  }

  .main_shop_cat #sidebar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 20px;
    z-index: 999;
    display: none;
  }


  .product_tabs .heading h1, 
  .home_edit .heading h2, 
  .insta_feed h2, 
  .shop_by_look .heading h2, 
  .home_about_us .heading h2, 
  .ab_bottom_desc h2, 
  .blog_page .heading h1 {
    font-size: 22px;
    text-align: center;
  }

  .product-tabs .tabs {
    padding: 20px 0 70px;
  }

  .product-tabs .tabs li a {
    padding: 8px 17px 5px;
    font-size: 12px;
  }

  .tab_container .product_carousel .product img, 
  .home_edit .product_carousel .product img, 
  .popular_product .product_carousel .product img, 
  .main_shop_cat .products .product img, 
  .related .products .product img, 
  .recent_products .products .product img {
    height: 240px;
  }

  .homepage_cat_1 {
    padding: 10px 0 0;
  }

  .homepage_cat_1 .heading h2 {
    font-size: 18px;
  }

  .brand_slide img {
    height: 100px;
  }

  .brand_slide li {
    margin: 0 13px;
  }

  .home_video {
    height: 200px;
  }

  .home_video {
    margin: 30px 0 30px;
  }

  .shop_look_slide {
    margin-top: 65px;
  }

  div.mb-siwc-popup div.mb-siwc-popup-inner h2 {
    font-size: 17px !important;
  }

  div.mb-siwc-popup div.mb-siwc-popup-inner a {
    font-size: 12px;
    line-height: 13px;
  }

  .f_top_contact .f_left,
  .f_top_contact .f_right {
    width: 100%;
  }

  .f_top_contact .f_left {
    padding: 30px 15px;
  }

  .f_top_contact .f_right {
    padding: 50px 15px 50px 15px;
  }

  .f_top_contact .f_left a {
    font-size: 13px;
  }

  .ab_top_banner {
    height: 110px;
  }

  .about_top_desc h1, 
  .about_top_desc h2, 
  .about_top_desc h3, 
  .about_top_desc h4, 
  .about_top_desc h5 {
    font-size: 30px;
  }

  .desc_wrap li .desc_media img, 
  .desc_wrap li .desc_media video {
    height: 300px;
    object-fit: cover;
  }

  .ab_bottom_desc {
    padding: 30px 15px 20px;
  }

  .ab_bottom_desc span {
    font-size: 13px;
  }


  .top_header p {
    padding: 10px 0;
    font-size: 12px;
  }

  .right_blog_content {
    grid-gap: 10px;
  }

  .right_blog_content .post_desc span {
    font-size: 11px;
  }

  .left_blog_content h3 {
    font-size: 18px;
  }

  .left_blog_content ul li a {
    font-size: 12px;
  }

  .single_right_blog_content .single_title {
    font-size: 22px;
  }

  .wplogout-social-wrapper ul li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }

  .main_shop_cat .products {
    grid-gap: 10px;
  }

  .custom_select_buttons {
    top: -65px;
  }

  .main_shop_cat {
    margin-top: 80px;
  }

  .custom_view_btn {
    display: none;
  }

  .woocommerce-ordering {
    border-right: none;
  }

  .custom_select_buttons {
    width: 92%;
  }

  .main_cat_list .woo_cat_name.page-title {
    font-size: 22px;
  }

  .tab_container .product_carousel .product .redirect_link, 
  .home_edit .product_carousel .product .redirect_link, 
  .popular_product .product_carousel .product .redirect_link, 
  .main_shop_cat .products .product .redirect_link, 
  .related .products .product .redirect_link, 
  .recent_products .products .product .redirect_link {
    font-size: 13px;
  }

  .tab_container .product_carousel .woocommerce-loop-product__title, 
  .home_edit .product_carousel .woocommerce-loop-product__title, 
  .popular_product .product_carousel .woocommerce-loop-product__title, 
  .main_shop_cat .products .woocommerce-loop-product__title, 
  .related .products .woocommerce-loop-product__title, 
  .recent_products .products .woocommerce-loop-product__title {
    margin: 15px 0 5px;
  }

  /* Single product */

  .woo-single-desc .product_title {
    font-size: 25px;
  }

  .single-flex-wrap .woo-single_img, 
  .single-flex-wrap .woo-single-desc {
    width: 100%;
  }

  .single-flex-wrap .woo-single-desc {
    padding: 0;
  }

  .woocommerce-product-gallery__image .wp-post-image {
    height: 400px;
  }

  .wpgs-thumb .thumbnail_image,
  .wpgs-thumb,
  .wpgs-thumb img {
    height: 100px;
  }

  .woo-single-desc .price {
    font-size: 17px;
  }

  .related {
    margin-top: 50px;
  }

  .related .heading h2 {
    font-size: 22px;
  }

  .recent_products {
    margin-top: 40px;
  }

  .recent_products {
    margin-top: 40px;
  }

  .products.rvpscarousel {
    margin: 0 -5px;
    padding-top: 30px;
  }

  .recent_products .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
  }





}



/* Slick slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; 
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}



/* === FLEX GRID  === */


.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.space-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}