/*
 Theme Name:   Yangoods Child
 Description:  Yangoods Child Theme
 Author:       Digital Dots
 Author URI:   https://digitaldots.com.mm/
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* Custom CSS */
body, html {
	overflow-x: hidden;
  width: 100%;
	min-height: 100%;
}

body {
  margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

*:focus {
	outline: none !important;
	box-shadow:  none !important;	
}

/* Layout */
@media (min-width: 576px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
     max-width: 540px;
     margin: 0 auto !important;
  }
}

@media (min-width: 768px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
     max-width: 720px;
     margin: 0 auto !important;
  }
}

@media (min-width: 992px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
     max-width: 960px;
     margin: 0 auto !important;
  }
}

@media (min-width: 1200px) {
  .elementor-section.elementor-section-boxed>.elementor-container {
     max-width: 1140px;
     margin: 0 auto !important;
  }
}

@media (min-width: 1400px) {
  .elementor-section.elementor-section-boxed>.elementor-container{
     max-width: 1320px;
     margin: 0 auto !important;
  }
}

/* legend, h1, h2, h3, h4, h5, h6, .title {
	color: #212529;
} */

.wd-text-block ul li, .wc-tab-inner ul li {
    margin-bottom: 0;
}

.yg-color,  .yg-color a, .searchform .searchsubmit {
  color: #004e58 !important;
}

.main-page-wrapper {
	padding-top: 0 !important;
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active 
{    background-color: transparent;
}

/* Header */
.page-title {
  position: relative;
  padding: 60px 0 0 !important;
}

.page-title .title {
  padding-bottom: 20px;
}

.page-title h1:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: calc(50% - 20px);
  width: 4%;
  height: 1px;
  background-color: transparent;
}

.breadcrumbs-location-below_header .single-breadcrumbs-wrapper {
	margin-top: 25px !important;
}

.wd-dropdown-menu.wd-design-full-width:not(.wd-scroll), .wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner {
  padding-top: 0;
}

.mobile-nav .menu-spacer > a {
  display: none !important;
}

.mobile-nav .menu-spacer {
  height: 50px;
}

.whb-top-bar .whb-column {
  width: 100%;
  display: block;
}

.whb-top-bar .whb-flex-row {
  display: block !important;
}

.whb-top-bar .announcement-bar {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #FFFFFF;
}
.whb-row {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) !important;
}
.home .main-page-wrapper {
  padding-top: 0;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
  background-color: rgba(0, 0, 0, 0.55);
}

/* Footer */
.footer-sidebar {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
}

.footer-widget {
  padding-bottom: 10px !important;
  border-bottom: 0 !important;
}
.elementor-nav-menu a {
    padding-left: 0 !important;
}

.footer-column:first-child .footer-widget .custom-html-widget {
  font-size: 12px;
}

footer .social-profiles {
	margin-top: 20px;
  padding-left: 0px;
}

footer .social-profiles li {
	display: inline-block;
	margin-right: 12px;
}

footer .social-profiles a {
	color: #FFF;
}

footer .social-profiles a .fab {
	font-size: 21px;
}

@media (min-width: 576px) {
  .footer-column-2 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1025px) {
  .footer-column-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.scrollToTop {
  background-color: rgb(0, 78, 88) !important;
  color: #FFFFFF !important;
}

.pswp__bg {
  opacity: 0.8 !important;
}

/* Section Title */
.wd-title-style-simple .liner-continer {
  padding-bottom: 5px !important;
}

.wd-title-style-simple .liner-continer:after {
   width: 50px !important;
  height: 1px !important; 
  background-color: transparent !important;
}


/* promo-banner */
.shop-by-category .promo-banner .banner-title, .shop-by-category .promo-banner .banner-subtitle {
  display: none !important;
}

.shop-by-category .promo-banner:hover .banner-title, .shop-by-category .promo-banner:hover .banner-subtitle {
  display: block !important;
}

.our-collections .promo-banner .banner-title, .our-collections .promo-banner .banner-subtitle, .our-collections .promo-banner .zoom-in-icons {
  display: none !important;
}

.our-collections .promo-banner:hover .banner-title, .our-collections .promo-banner:hover .banner-subtitle, .our-collections .promo-banner:hover .zoom-in-icons {
  display: block !important;
}

.our-collections .promo-banner:hover .wd-fill {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 35.42%, rgba(0, 0, 0, 0.80) 100%);
  transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.banner-hover-background:not(.banner-background) .wrapper-content-banner:after {
  background-color: rgba(var(--bgcolor-white-rgb), 0.7) !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    top: 0px !important;
}

.zoom-in-icons {
  content: url('images/zoom-in.png');
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  padding: 7px;
  margin: 20px auto;
}

.owl-dots .owl-dot span {
  width: 16px !important;
  height: 16px !important;
  border-radius: 16px !important;
  background: rgba(209, 209, 209, 0.5);
  border: none !important;
}

.owl-dots .owl-dot.active span {
  background-color: #66DAD7 !important;
}

/* carousel center mode */
.our-collections .wd-owl .owl-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  /*  center item  */
  .our-collections .owl-item {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }  
  /*  1st item  */
  .our-collections .owl-item:not(.active) + .owl-item.active, .our-collections .owl-item.active:first-of-type {
    transform: scale(0.7) !important;
    transition: all 0.5s; 
    transform-origin: right;
  }
  /*  2nd item  */
  .our-collections .owl-item:not(.active) + .owl-item.active + .owl-item, .our-collections .owl-item.active:first-of-type + .owl-item {
    transform: scale(0.85) !important;
    transition: all 0.5s; 
  }
  /*  4rd item  */
  .our-collections .owl-item.active + .owl-item + .owl-item + .owl-item {
    transform: scale(0.85) !important;
    transition: all 0.5s;  
  }
  /*  5th item  */
  .our-collections .owl-item.active + .owl-item + .owl-item + .owl-item + .owl-item {
    transform: scale(0.7) !important;
    transition: all 0.5s;
    transform-origin: left;
  } 

}

.our-collections [class*="wd-carousel-spacing-"] .owl-nav>div[class*="prev"] {
  left: 25px;
}
.our-collections [class*="wd-carousel-spacing-"] .owl-nav>div[class*="next"] {
  right: 25px;
}

.team-member .member-position {
  color: #212529 !important;
}

.myyangoods .wd-btn-arrow, .our-collections .wd-btn-arrow {
  visibility: visible;
  opacity: 1;
  transform: none !important;
  color: #000;
}

.myyangoods .wd-btn-arrow:after, .our-collections .wd-btn-arrow:after {
  font-size: 34px;
}

.myyangoods [class*="wd-carousel-spacing-"] .owl-nav>div[class*="prev"] {
  left: calc(-50px + 5px / 2);
}

.myyangoods [class*="wd-carousel-spacing-"] .owl-nav>div[class*="next"] {
  right: calc(-50px + 5px / 2);
}

@media (max-width: 1024px) {
  .myyangoods [class*="wd-carousel-spacing-"] .owl-nav>div[class*="prev"], .our-collections [class*="wd-carousel-spacing-"] .owl-nav>div[class*="prev"] {
    left: calc(-50px + -15px / 2);
  }
  .myyangoods [class*="wd-carousel-spacing-"] .owl-nav>div[class*="next"], .our-collections [class*="wd-carousel-spacing-"] .owl-nav>div[class*="next"] {
    right: calc(-50px + -15px / 2);
  }  
}

/* .our-collections .wd-owl .owl-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-collections .owl-item {
  padding: 0 !important;
}

.our-collections .owl-item {
  transform: scale(0.7) !important;
  transition: all 0.5s;
}

.our-collections .owl-item.center {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  opacity: 1;
}

.our-collections .owl-item:has(+ .center) {
  transform: scale(0.85) !important;
  margin-left: -0.8%;
}

.our-collections .owl-item.center + .owl-item {
  transform: scale(0.85) !important;
  margin-right: -0.8%;
} */

/* .our-collections .owl-item:has(+ .owl-item + .center) {
  margin-left: 20px;
} */

/* .our-collections .owl-item.center + .owl-item + .owl-item { 
  margin-right: 20px;
} */

.store-location-tabs .elementor-icon-list-item a, .store-location-tabs .elementor-icon-list-item .elementor-icon-list-icon {
  display: block !important;
}

.store-location-tabs .elementor-icon-list-item .elementor-icon-list-icon {
  margin-bottom: 10px;
}

/* Products */
.wd-hover-tiled .product-element-bottom {
  text-align: center;
}

.woocommerce-product-gallery .thumbnails .product-image-thumbnail.active-thumb {
  border: 1px solid #222323;
  opacity: 1;
}

.woocommerce-product-gallery .thumbnails .product-image-thumbnail img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.woocommerce-product-gallery .thumbnails .owl-item {
  width: auto !important;
}

.woocommerce-product-gallery .thumbnails .owl-stage {
  display: flex;
  justify-content: center;
  width: 100% !important;
  transform: unset !important;
  margin-top: 15px;
  gap: 5px;
}

.woocommerce-tabs {
  border: 1px solid #DEE2E6;
}

.woocommerce-tabs .wd-accordion-title {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 0.75rem 1.25rem;
}

.wd-accordion.wd-style-default:before {
  border: none !important;
}

.wc-tab-inner {
  padding: 1.25rem;
}

div.quantity input[type="button"] {
  min-width: 37px;
  border: 1px solid #DEE2E6;
}

div.quantity input[type="number"] {
  min-width: 69px;
  border-top: 1px solid #DEE2E6;
  border-bottom: 1px solid #DEE2E6;
}

/* .product-grid-item h3 > a {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  max-width: 100%;
} */

.product-wrapper h3 {
  margin-bottom: 7px !important;
}

/* Hide add to cart */
/* a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.add-to-cart-loop {
    display: none;
}

a.button.product_type_variable.add_to_cart_button.add-to-cart-loop {
    display: none;
}

button.single_add_to_cart_button.button.alt {
    display: none;
}

form.cart {
  display: none;
}

.wd-add-cart-icon {
	display: none;
} */
/* End Hide add to cart */

.tabs-layout-accordion .wd-scroll-content {
  max-height: 100% !important;
}

.woocommerce .wd-buttons {
  gap: 7px;
  background: transparent;
  box-shadow: none !important;
}

.wd-buttons .wd-action-btn>a {
  width: 40px !important;
  height: 40px !important;
  border-radius: 3px;
  transition: ease all 0.35s;
  cursor: pointer;
  box-shadow: 0px 0px 13px -1px rgba(13, 13, 13, 0.14);
  background-color: #FFFFFF !important;
}

/* Search popup */
.wd-search-full-screen .searchform input[type="text"] {
  font-size: 26px !important;
}

[class*="wd-header-search-form"] input[type='text'] {
  border-color: rgba(0, 0, 0, 0.55) !important;
  color: rgba(0, 0, 0, 0.55);
}
html .wd-nav.wd-nav-main > li > a {
    color: rgba(0, 0, 0, 0.55) !important;
}

[class*="wd-header-search-form"] {
  flex: unset !important;
}

/* .wd-accordion-title-text {
  font-size: 18px !important;
} */

.related-and-upsells {
  margin-top: 80px !important;
}

.wd-hover-tiled .product-wrapper {
    box-shadow: none !important;
}

.wc-tab-inner h5 {
  text-transform: uppercase;
}

.wc-tab-inner ul {
  padding-left: 50px;
}

.wc-tab-inner ul > li > ul {
  padding-left: 30px;
}

.widget_product_categories .product-categories li.cat-item-56 {
	display: none;
}
.privacy-policy-list 
{
	h3, h2 {
		color: #2D374B;
	}
	ul {
		column-count: 2;
		column-gap: 40px;
	}
}
 .whb-main-header .wd-tools-element .wd-tools-icon:before {
    color: #000 !important;
}
.wd-tools-element.wd-design-7>a>:is(.wd-tools-inner,.wd-tools-icon) {
    background-color: rgb(0, 78, 88) !important;
  &:before{
    color: #fff !important;
  }
}
.event-list h2 {
    position: relative;
}
.event-list h2:before {
    content: '';
    position: absolute;
    background: #67dad5bf;
    width: 60px;
    height: 60px;
    z-index: -1;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}
.brand-events .e-loop-item {
	border: 1px solid #CCC;
}
@media (min-width: 992px) {
  .brand-events .e-loop-item:nth-of-type(2), .brand-events .e-loop-item:nth-of-type(5) {
    border-left: none;
    border-right: none;
  }
  .brand-events .e-loop-item:nth-of-type(1), .brand-events .e-loop-item:nth-of-type(2), .brand-events .e-loop-item:nth-of-type(3) {
    border-bottom: none;
  }
}

.wd-search-full-screen .searchform input[type="text"] {
    font-size: 16px !important;
}
.wd-search-full-screen .searchform input[type="text"]::placeholder { 
	color: #A9A9A9 !important;
}

.wd-accordion-opener {
  font-size: 16px !important;
  color: #000 !important;
}

.page-id-8289 .wd-my-account-sidebar{
  display: none;
}

.page-id-8289 .woocommerce-my-account-wrapper {
  display: flex;
  justify-content: center;
}
/* languages */
.gtranslate_wrapper .gt_selector {
  border: 0;
  padding-right: 15px; 
  cursor: pointer; 
  height: 30px;
}

.gtranslate_wrapper .gt_selector option:first-child{
  display: none !important;
}

.wd-wishlist-content .wd-wishlist-product-actions {
  justify-content: flex-start;
}

/* .wd-wishlist-content .wd-wishlist-remove {
  visibility: hidden;
}

.wd-wishlist-content .wd-wishlist-remove:before {
  visibility: visible;
} */

.close-side-widget a {
  visibility: hidden;
  width: 0;
  font-size: 150%;
  right: -25px;
}

.close-side-widget a:before {
  visibility: visible;
}

/*
|----------------------------------------------------------------------------------------------
| Media Query (Max)
|----------------------------------------------------------------------------------------------
| Large devices (desktops, less than 1200px), 
| Medium devices (tablets, less than 992px), 
| Small devices (landscape phones, less than 768px), 
| Extra small devices (portrait phones, less than 576px), 
| and other standard screen sizes (less than 414px, 375px and 320px - Note: get from browser)
|----------------------------------------------------------------------------------------------
|
*/
/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {   
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}

/* // Extra small devices (portrait phones, less than 414px) */
@media (max-width: 413.98px) { 
}

/* // Extra small devices (portrait phones, less than 375px) */
@media (max-width: 374.98px) { 
}

/* // Extra small devices (portrait phones, less than 320px) */
@media (max-width: 319.98px) { 
}

/*
|----------------------------------------------------------------------------------------------
| Media Query (Min)
|----------------------------------------------------------------------------------------------
| Small devices (landscape phones, 576px and up), 
| Medium devices (tablets, 768px and up), 
| Large devices (desktops, 992px and up), 
| Extra large devices (large desktops, 1200px and up), 
| and other standard screen sizes (Note: get from browser)
| No media query for `xs` since this is the default in Bootstrap
|----------------------------------------------------------------------------------------------
|
*/
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  
  .product-list-item .product-element-top {
    flex: 0 0 180px !important;
  }
  .product-list-item .product-wrapper {
    padding: 0 !important;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  
}

@media (min-width: 1025px) {
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
}