/*
Theme Name:         Urban Glide Theme
Theme URI:          https://deviux.fr
Description:        Advanced WordPress theme based on Maera.
Version:            1.2
Author:             Marius Razoux
Author URI:         https://deviux.fr
License:            GPL v2 License
License URI:        http://www.gnu.org/licenses/gpl.html
Tags:               dark, light, one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, microformats, rtl-language-support, holiday, seasonal
Text Domain:        maera
*/

/* =WordPress Core
-------------------------------------------------------------- */
@import url("https://p.typekit.net/p.css?s=1&k=bsx1ivu&ht=tk&f=48841.48842.48847.48848&a=5802973&app=typekit&e=css");

@font-face {
  font-family:"sculpin";
  src:url("https://use.typekit.net/af/9f64fb/00000000000000007735eedc/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/9f64fb/00000000000000007735eedc/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/9f64fb/00000000000000007735eedc/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style:normal;
  font-weight:700;
  font-stretch:normal;
}

@font-face {
  font-family:"sculpin";
  src:url("https://use.typekit.net/af/c7e6f1/00000000000000007735eee0/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/c7e6f1/00000000000000007735eee0/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/c7e6f1/00000000000000007735eee0/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style:normal;
  font-weight:400;
  font-stretch:normal;
  font-display:swap;
}

.tk-sculpin { font-family: "sculpin",sans-serif; }




.alignnone {
  margin: 5px 20px 20px 0;

}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pp_woocommerce {
  top: 0 !important;
}


.sticky {}
.gallery-caption {}
.bypostauthor {}

/*********** START CUSTOM GLOBAL CSS ***********/
*{
  font-family: sculpin, sans-serif;
  --ug-blue: #558dca;
  --ug-blue-light: #58aad2;
  --ug-blue-heavy: #007aff;
  --ug-pink: #ce5f80;
  --ug-pink-light: #ea7c99;
  --ug-old-red: #D21116;
  --wc-green: #8fae1b;
  --wc-red: #b81c23;
  --ug-red: #AF182F;
}


#layout{
  overflow: hidden;
}

.page-template-default article.page{
  overflow: hidden;
}

.site-name-logo img{
  margin-bottom: 6px;
  margin-top: 12px;
}

.dug_wp_editor_btn a{
  text-decoration: none!important;
  margin: 20px 0;
  transition: all .3s;
}
.dug_wp_editor_btn a:hover{
  opacity: .6;
}

.elementor-editor-active #layout{
  padding-top: 80px;
}


/*********** START HEADER CSS ***********/

body .dug-menu-button{
  display: none;
}

.dug_fullscreen_menu_logo{
  width: 350px;
}
.dug_fullscreen_menu_logo img{
  width: 230px;
}
#dug_cart_menu_container{
  width: 300px;
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}

#dug_fullscreen_menu .site-name-logo{
  margin-left: 40px;
  opacity: 1;
  transition: .3s all;
  display: flex;
  justify-content: start;
}
#dug_fullscreen_menu .site-name-logo:hover{
  opacity: .6;
}

#dug_fullscreen_menu .dug_dropdown,
#dug_fullscreen_menu .dug_mega_dropdown{
  flex-direction: column;
  width: 500px;
  position: absolute;
  margin-left: -20px;
  text-align: left;
  transition: .3s all;
  align-items: flex-start;
  overflow: hidden;
}
#dug_fullscreen_menu .dug_mega_dropdown{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  left: 0;
  max-height: 440px;
}
#dug_fullscreen_menu .dug_mega_dropdown > ul{
  padding: 40px;
}
#dug_fullscreen_menu .dug_mega_dropdown > #dug_mega_dropdown_products{
  padding: 40px;
}

#dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul li #dug_mega_dropdown_products a{
  display: block;
}

#dug_mega_dropdown_products > div{
  display: flex;
}

#dug_mega_dropdown_products > div > div{
  padding: 0 15px;
}

#dug_mega_dropdown_products a p{
  text-transform: none;
  font-weight: 200;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  transition: 0.3s all;
}
#dug_mega_dropdown_products a:hover p{
  font-weight: 700;
  transform: translateY(5px);
}

#dug_mega_dropdown_products a img{
  height: 320px;
  width: 500px;
  object-fit: cover;
  transition: 0.3s all;
}

#dug_mega_dropdown_products a:hover img{
  transform: translateY(15px);
}

#dug_mega_dropdown_products .dug_mega_dropdown_products_item.hidden{
  display: none;
}


#dug_fullscreen_menu .dug_child_menu svg{
  width: 12px;
  transform: rotate(90deg);
  margin-left: 8px;
}
#dug_fullscreen_menu .dug_child_menu a span{
  display: none;
}
#dug_fullscreen_menu .dug_child_menu a{
  bottom: 0!important;
  border-bottom: 2px solid transparent!important;
}



.page-header {
  text-align: center;
  position: relative;
  background-color: rgba(0,0, 0, 0.1);
}

#dug_fullscreen_menu{
  height: 80px;
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: transform 0.4s;
  border-bottom: 1px solid #eee;
}

#dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul{
  width: 800px;
  opacity: 1;
  display: flex;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  height: 80px;
  align-items: center;
  transition: 0.3s all;
  visibility: visible;
}

/*html[lang="es-ES"] #dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul{*/
/*  width: 980px;*/
/*}*/

#dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul > li{
 min-height: 80px;
}
#dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul li.dug_child_menu + ul li{
  background-color: rgba(255, 255, 255,0.9);
  width: 300px;
  min-height: 35px;
  border-bottom: 1px solid #ddd;
}

#dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul li.dug_child_menu + ul li:last-child {
  border-bottom: none;
}

#dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul li a{
  color: #333;
  position: relative;
  bottom: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: 0.3s all;
}

#dug_fullscreen_menu .dug_fullscreen_menu_navigation div.dug_mega_dropdown ul li a,
#dug_fullscreen_menu .dug_fullscreen_menu_navigation ul.dug_dropdown li a{
  text-transform: none;
  font-weight: 200;
  font-size: 18px;
  transition: all .3s;
}
#dug_fullscreen_menu .dug_fullscreen_menu_navigation div.dug_mega_dropdown ul li a:hover,
#dug_fullscreen_menu .dug_fullscreen_menu_navigation ul.dug_dropdown li a:hover{
  font-weight: 700;
}

#dug_fullscreen_menu .dug_fullscreen_menu_navigation ul.dug_dropdown,
#dug_fullscreen_menu .dug_fullscreen_menu_navigation div.dug_mega_dropdown{
  padding: 0;
  max-height: 0;
  margin: 0px;
  background-color: #fff;
}

#dug_fullscreen_menu .dug_fullscreen_menu_navigation div.dug_mega_dropdown{
  padding: 0 40px;
}

#dug_fullscreen_menu .dug_fullscreen_menu_navigation .dug_child_menu:hover > .dug_dropdown,
#dug_fullscreen_menu .dug_fullscreen_menu_navigation .dug_child_menu:hover > .dug_mega_dropdown
{
  max-height: 800px;
}


#dug_fullscreen_menu .dug_fullscreen_menu_navigation ul.dug_dropdown li a{
  min-height: 35px;
  padding: 8px 0 2px 20px;
  background-color: transparent;
  font-size: 18px;
  transition: 0.3s all;
}
#dug_fullscreen_menu .dug_fullscreen_menu_navigation ul.dug_dropdown li a:hover{
  background-color: #eee;
}

#dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul > li > a{
  border-bottom: 2px solid transparent;
  height: 80px;
}

#dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul li a:hover{
  bottom: 4px;
}
#dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul li:not(.dug_child_menu) a:hover span{
  border-bottom: 2px solid;
}

.scroll-down #dug_fullscreen_menu, .scroll-down .dug-menu-button {
  transform: translate3d(0, -100%, 0);
}
.scroll-up #dug_fullscreen_menu, .scroll-up .dug-menu-button {
  transform: none;
}

#dug_cart_menu{
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  justify-content: flex-end;
  opacity: 1;
  transition: all .3s;
}
#dug_cart_menu:hover{
  opacity: .6;
}

.dug_cart_menu_icon{
  width: 36px;
  height: 36px;
  display: block;
}

.dug_cart_menu_amount_container{
  height: 10px;
  position: relative;
  top: -200px;
  transition: 0.3s all;
}
#dug_cart_menu_container.dug_show_amount .dug_cart_menu_amount_container{
  top: 0;
}

.dug_cart_menu_amount{
  font-weight: 600;
  color: #555!important;
  position: relative;
  bottom: 36px;
  left: 70px;
  background-color: white;
  padding: 10px 0;
  width: 100px;
  border-radius: 6px;
  font-size: 12px;
}
.dug_cart_menu_amount > span{
  margin: 10px;
}


#dug_account_menu{
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  justify-content: flex-end;
  opacity: 1;
  transition: all .3s;
}
#dug_account_menu:hover{
  opacity: .6;
}
#dug_cart_menu > div{
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dug_account_menu_icon{
  width: 44px;
  height: 44px;
  display: block;
}
.dug_search_menu_icon{
  width: 26px;
  height: 26px;
  display: block;
}


/*dug_top_caret*/
/*dug_cart_menu_amount*/

.dug_cart_menu_num_items{
  display: block;
  background-color: var(--ug-pink);
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 35px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  bottom: 8px;
  right: 25px;
}

/***** START WPML LANG SWITCHER *****/

/*start default css*/

.wpml-ls-legacy-dropdown {
  width: 15.5em;
  max-width: 100%
}

.wpml-ls-legacy-dropdown>ul {
  position: relative;
  padding: 0;
  margin: 0!important;
  list-style-type: none
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  visibility: visible
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none
}

.wpml-ls-legacy-dropdown a {
  display: block;
  text-decoration: none!important;
  color: #444;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 5px 10px;
  line-height: 1
}

.wpml-ls-legacy-dropdown a span {
  vertical-align: middle
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative;
  padding-right: calc(10px + 1.4em)
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  padding-right: 10px;
  padding-left: calc(10px + 1.4em)
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  border: .35em solid transparent;
  border-top: .5em solid;
  position: absolute;
  right: 10px;
  top: calc(50% - .175em)
}

.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  right: auto;
  left: 10px
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,.wpml-ls-legacy-dropdown a:focus,.wpml-ls-legacy-dropdown a:hover {
  color: #000;
  background: #eee
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid #cdcdcd;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border-width: 0 1px 1px
}

.wpml-ls-legacy-dropdown .wpml-ls-flag {
  display: inline;
  vertical-align: middle
}

.wpml-ls-legacy-dropdown .wpml-ls-flag+span {
  margin-left: .4em
}

/*end default css*/


#dug_header_wpml_lang_switch{
  height: 45px;
  margin-top: 8px;
  width: 150px!important;
}
#dug_header_wpml_lang_switch .wpml-ls-display,
#dug_header_mobile_wpml_lang_switch .wpml-ls-display,
#dug_header_mobile_wpml_lang_switch .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after
{
  display: none;
}
#dug_header_wpml_lang_switch .wpml-ls-legacy-dropdown .wpml-ls-item{
  text-align: left;
}

#dug_header_wpml_lang_switch .wpml-ls-legacy-dropdown a{
  border:none;
  padding: 15px 10px;
}

#dug_header_mobile_wpml_lang_switch .wpml-ls-item-toggle{
   font-weight: 800;
}

#dug_header_mobile_wpml_lang_switch{
  margin-top: 10px;
  border-top: 1px solid rgba(255,255,255,.2);
  height: 160px;
  padding: 20px 15px;
}

#dug_header_mobile_wpml_lang_switch ul{
  position: initial;
  visibility: visible;
  border-bottom: none;
}
#dug_header_mobile_wpml_lang_switch ul .wpml-ls-sub-menu{
  border: none;
}
#dug_header_mobile_wpml_lang_switch ul li a{
  background-color: transparent;
  border: none;
  padding: 5px 0;
  height: 30px;
}

#dug_header_mobile_wpml_lang_switch .wpml-ls-legacy-dropdown{
  width: 100%;
}


/***** END WPML LANG SWITCHER *****/



.dug_family_menu_dropright{
  transform: translate(210px, -51px);
  padding-left: 40px;
  width: 200px;
  overflow: hidden;
  height: 0;
  transition: 0.3s all;
}
#dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul li.dug_child_menu ul li:hover .dug_family_menu_dropright{
  height: 220px;
}
.dug_family_caret{
  border: none!important;
  font-size: 32px;
  font-weight: 100;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 10px;
}
.dug_family_mobile_caret{
  display: inline-block;
  font-size: 24px;
  transform: rotateZ(90deg) translateX(3px);
  margin-left: 50px;
  width: 30px;
  height: 30px;
  padding: 2px 5px 5px 10px;
  transition: 0.3s all;
}
.dug_family_mobile_caret.dug_active{
  transform: rotateZ(270deg);
}

.menu .dug_family_menu_mobile{
  position: initial;
  visibility: visible;
  margin-left: 15px;
  padding-bottom: 10px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all;
}

.dug_family_menu_mobile.dug_active{
  max-height: 600px;
}

.menu .dug_family_menu_mobile >li > a{
  font-size: 14px!important;
}

/* AUTOCOMPLETE PRODUCT SEARCH */
.dug_fullscreen_menu_navigation{
  display: flex;
  justify-content: center;
  align-items: center;
}

#dug_search_menu_toggle{
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  text-decoration: none;
  border-radius: 5px;
  width: 40px;
  justify-content: center;
  transition: 0.3s all;
  transform: scale(1);
}

#dug_search_menu_toggle:hover{
  transform: scale(1.1);
}

#dug_search_menu_toggle img{
  width: 25px;
  height: 25px;
}

#dug_search_menu_toggle p{
  margin: 0 10px;
  color: #888;
  font-size: 14px;
  width: 85px;
  opacity: 1;
}

#dug_search_product_fullscreen{
  display: none;
  outline: none;
  transition: 0.3s all;
  background-color: #f1f1f1;
  font-family: sculpin, sans-serif;
  padding: 5px 15px;
  height: 40px;
  border: none;
  border-radius: 5px;
  width: 180px;
  cursor: pointer;
  -webkit-user-select: auto;
  user-select: auto;
  -webkit-user-drag: none;
}
#dug_search_product_fullscreen:focus{
 border: 1px solid #ccc!important;
}

#dug_search_menu_close{
  width: 0;
  height: 0;
  opacity: 0;
  transition: 0.3s all;
  visibility: hidden;
}

.show-search-product #dug_search_menu_toggle{
  width: 50%;
  padding: 0;
  background-color: transparent;
}
.show-search-product #dug_search_menu_toggle:hover{
  transform: scale(1);
}
.show-search-product #dug_search_menu_toggle p{
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}

.show-search-product #dug_search_menu_close{
  width: 20px;
  margin-left: -40px;
  font-size: 25px;
  height: 35px;
  color: black;
  display: inline-block;
  opacity: 1;
  visibility: visible;
}

.show-search-product #dug_search_product_fullscreen{
  max-width: 1000px;
  width: 100%;
  display: block;

}


#dug_fullscreen_menu.show-search-product .dug_fullscreen_menu_navigation{
  display: none;
}


.lds-dual-ring {
  margin-left: -50px;
  margin-right: 30px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #D21116;
  border-color: #D21116 transparent #D21116 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#dug_search_menu_toggle .dug_search_img_container{
  height: 40px;
  width: 40px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
}
.show-search-product #dug_search_menu_toggle .dug_search_img_container{
  margin-left: -20px;
  background-color: #f1f1f1;
}

#dug_products_search_ajax{
  position: fixed;
  width: 700px;
  z-index: 999;
  background-color: #f1f1f1;
  left: 50%;
  transform: translateX(-50%);
  top: 75px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
  color: black;
  opacity: 0;
  height: 0;
  transition: 0.3s all;
  overflow-x: hidden;

  max-height: 80vh;
  overflow-y: auto;
}

#dug_products_search_ajax.show{
  opacity: 1;
  height: inherit;
}

#dug_products_search_ajax hr{
  width: 60%;
  background-color: #ddd;
  border: none;
  height: 1px;
}

.dug_product_result_link{
  display: flex;
  justify-content: space-between;
  padding: 5px 40px;
  align-items: center;
  color: #000;
  transition: 0.3s all;
  transform: scale(1);
}
.dug_product_result_link:hover{
  text-decoration: none;
  transform: scale(1.05);
}
.dug_product_result_link img{
  height: 80px;
}

.dug_product_result_link p:nth-child(2) {
  width: 400px;
  text-align: left;
}
.dug_product_result_link p:nth-child(3) {
  font-weight: 800;
  font-size: 18px;
  width: 90px;
  text-align: left;
}

#dug_product_result_load_more{
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  background-color: #b81c23;
  color: white;
  transition: .3s all;
  padding: 10px 20px;
}

#dug_product_result_load_more:hover{
  background-color: #D21116;
}


.dug-dashicons-plus-alt{
  border: 1px solid white;
  border-radius: 20px;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  margin-left: 10px;
}

#dug_single_anchors_nav{
  display: none;
}

@media only screen and (max-width :1600px) {
  #dug_mega_dropdown_products a img {
    height: 260px;
    width: 380px;
  }
}

@media only screen and (min-width :1440px) {
  /*for desktop menu stretch*/
  .dug_fullscreen_menu_navigation {
    width: 60%;
  }
}

@media only screen and (max-width :1440px) { /*small computer*/
  #dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul {
    width: 700px;
  }
  #dug_cart_menu_container {
    width: 235px;
  }

  #dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul li a{
    font-size: 16px;
  }

  .show-search-product #dug_search_menu_toggle, #dug_products_search_ajax{
    width: 500px;
  }
  #dug_products_search_ajax{
    transform: translateX(calc(-50% - 80px));
  }
  .dug_product_result_link p:nth-child(2) {
    padding: 0 10px;
  }

  .dug_account_menu_icon{
    width: 34px;
    height: 34px;
  }
  .dug_cart_menu_icon{
    width: 26px;
    height: 26px;
  }

  #dug_cart_menu > div, #dug_account_menu > div{
    width: 34px;
    height: 34px;
  }

  #dug_fullscreen_menu .site-name-logo {
    margin-left: 0;
  }
  .dug_fullscreen_menu_logo img {
    width: 100%;
  }
  .dug_fullscreen_menu_logo {
    width: 180px;
    margin-left: 15px
  }

  #dug_search_menu_toggle{
    position: relative;
    left: 35px;
  }

  #dug_mega_dropdown_products a img {
    height: 260px;
    width: 380px;
  }

}
@media only screen and (max-width :1300px) {
  #dug_search_menu_toggle{
    position: relative;
    left: 0px;
  }
  #dug_fullscreen_menu .dug_fullscreen_menu_navigation div.dug_mega_dropdown{
    padding: 0;
  }
  .dug_family_menu_dropright{
    padding-left: 20px;
  }
}
@media only screen and (max-width :1200px) { /*display mobile menu*/
  #dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul{
    width: 450px;
    padding-left: 20px;
  }
  #dug_fullscreen_menu .dug_fullscreen_menu_navigation > ul li a{
    font-size: 12px;
  }
  .dug_fullscreen_menu_logo{
    width: 150px;
  }
  .dug_fullscreen_menu_logo img{
    width: 110px;
  }
  #dug_cart_menu_container {
    width: 230px;
    padding-right: 10px;
  }

  #dug_products_search_ajax{
    transform: translateX(calc(-50% - 33px));
  }

  .show-search-product #dug_search_menu_toggle,
  #dug_products_search_ajax {
    width: 350px;
  }

  #dug_mega_dropdown_products a img {
    height: 150px;
    width: 200px;
  }

}

@media only screen and (max-width :880px) {
  #dug_header_wpml_lang_switch {
    width: 130px !important;
  }
  #dug_fullscreen_menu .dug_mega_dropdown > #dug_mega_dropdown_products{
    padding: 0 25px 25px 25px;
  }
  #dug_fullscreen_menu .dug_fullscreen_menu_navigation div.dug_mega_dropdown{
    flex-direction: column;
  }
  #dug_mega_dropdown_products a img {
    height: 260px;
    width: 380px;
  }
  #dug_fullscreen_menu .dug_mega_dropdown > ul{
    margin-bottom: 0;
  }
  #dug_fullscreen_menu .dug_mega_dropdown > ul {
    margin: 0;
    padding: 20px 40px;
  }
}

@media only screen and (min-width :769px) {
  #open-button{
    display: none;
  }
}

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

  /*to display serach form*/
  .page-header .dug_fullscreen_menu_logo,
  .page-header .dug_fullscreen_menu_navigation,
  .page-header #dug_cart_menu_container{
    display: none;
  }

  /*to display serach form*/
  #dug_fullscreen_menu{
    align-items: flex-end;
    height: 110px;
    padding: 10px;
  }

  .page-header{
    background: none!important;
    box-shadow: none!important;
  }

  #dug_products_search_ajax{
    width: calc(100% - 20px);
    top: 105px;
  }

  #dug_search_menu_toggle {
    width: 100%;
    justify-content: space-between;
  }

  .dug_product_result_link{
    flex-direction: column;
    padding: 5px;
  }
  .dug_product_result_link img{
    height: 60px;
  }
  .dug_product_result_link p{
    margin: 0;
    word-wrap: break-word;
    text-align: center!important;
  }
  .dug_product_result_link p:nth-child(2){
    width: 100%;
  }
  #dug_products_search_ajax hr{
    margin: 0 auto;
  }


  body .dug-menu-button{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 55px;
    position: fixed;
    left: 0;
    z-index: 1000;
    margin: 0;
    padding: 0;
    border: none;
    text-indent: 2.5em;
    font-size: 1.5em;
    color: transparent;
    background-color: rgba(255, 255, 255,0.9);
    transition: transform 0.4s;
  }

  body .dug-menu-button button#open-button{
    width: 65px;
    background-color: transparent;
    position: initial;
    background-image: none;
  }

  body .dug-menu-button button#open-button::before {
    position: absolute;
    top: .45em;
    right: .5em;
    bottom: .5em;
    left: .5em;
    background: linear-gradient(#000 20%,transparent 20%,transparent 40%,#000 40%,#000 60%,transparent 60%,transparent 80%,#000 80%);
    content: '';
    width: 30px;
    height: 25px;
  }

  #dug_logo_menu_mobile{
    max-width: 170px;

  }
  #dug_logo_menu_mobile .site-name-logo img {
    margin-bottom: 2px;
  }

  #dug_logo_menu_mobile a{
    display: flex;
  }

  #dug_cart_menu_container_mobile{
    display: flex;
    align-self: center;
    justify-content: flex-end;
    padding-top: 10px;
  }

  #dug_account_menu_mobile{
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    justify-content: flex-end;
    opacity: 1;
    transition: all .3s;
    margin-top: -4px;
  }

  .menu ul.dug_child_menu_mobile{
    position: initial;
    visibility: visible;
  }
  #dug_close_menu_mobile{
    color: white;
    display: block;
    width: 40px;
    font-size: 20px;
  }
  .dug_menu_head_mobile{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .dug_child_menu_mobile{
    padding-bottom: 10px!important;
  }

  .show-menu #menu{
    width: 100%;
    padding-bottom: 0!important;
  }
  .show-menu #menu nav.menu>ul{
    border-bottom: none;
  }



  #dug_search_product_fullscreen{
    display: block;
  }

  .show-search-product #dug_search_menu_toggle{
    width: 100%;
  }

  #dug_products_search_ajax {
    transform: translateX(-50%);
  }

  #layout{
    padding-top: 30px;
  }

}

/***********  END HEADER CSS  ***********/

/*********** START FOOTER CSS ***********/

#wrap-footer-section{
  background-color: #f1f1f1;
  padding: 1em 0;
}

.footer .menu a:focus,.footer .menu a:hover {
  background: 0 0;
}
.footer{
  padding: 2em;
  border-top: 2px solid;
  margin: 2em;
  word-spacing: normal;
}

.footer, .footer a{
  color: #333;
}

.footer h3{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.footer .ug_footer_nav{
  padding-top: 54px;
}

.nav-footer{
  padding: 0;

}

a.nav-footer-link{
  display: inline-block;
  min-width: 200px;
  font-size: 18px;
  line-height: 18px;
  padding: 5px 0 8px;
  text-decoration: none!important;
  transition: 0.3s all;
}

.nav-footer-link:hover{
  opacity: .7;
}

.dug_footer_aside p{
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0;
}

.dug_footer_aside p a{
  transition: 0.3s all;
}
.dug_footer_aside p a:hover{
  opacity: .7;
}

.dug_socials{
  margin-top: 50px;
}
.dug_socials ul{
  padding: 0;
  list-style-type: none;
  display: flex;
}
.dug_socials ul li{
  width: 30px;
  margin-right: 10px;
  background-color: #1e1e1e;
  height: 30px;
  border-radius: 40px;
}
.dug_socials ul li a{
  width: 30px;
  height: 30px;
  display: block;
  padding: 6px 7px;
  transition: 0.3s all;
  border-radius: 20px;
  transform: scale(1);
}
.dug_socials ul li a:hover{
  transform: scale(1.3);
}

.dug_under_footer{
  color: white;
  text-align: center;
  font-size: 12px;
  background-color: #222;
  padding: 10px;
  word-spacing: normal;
}

.dug_under_footer p{
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
}


#wrap-footer-section {
  padding-bottom: 0;
}

.elementor-widget-wrap.elementor-element-populated{
  padding: 0!important;
}

@media only screen and (min-width :1200px) {
  /*only for desktop*/
  .footer .u-md-1-2, .footer .u-md-1-3{
    padding-left: 4em;
  }
}





@media only screen and (max-width :768px) { /*phone*/
  .footer{
    text-align: center;
    padding: 0 40px;
  }
  .dug_socials ul{
    justify-content: center;
  }
  .nav-footer{
    margin-bottom: 45px;
  }

}



/*********** END FOOTER CSS ***********/


.page-template-default:not(.home) article.page{
  min-height: 100vh;
  margin: 0 auto;
}

.dug_waveWrapper article.page {
  padding: 80px 20px 20px 20px;
  max-width: 1140px;
}

.page-template-default:not(.home) article.page h1{
  font-size: 44px;
  font-family: sculpin, sans-serif;
  margin: 0.67em 0;
}
.page-template-default:not(.home) article.page h1, .page-template-default:not(.home) article.page h2, .page-template-default:not(.home) article.page h3{
  font-weight: 600;
}

.page-template-default:not(.home) article.page p{
  line-height: 24px;
}


.mouse_scroll {
  position: absolute;
  top: 65vh;
  right: 80px;
  z-index: 500;
  cursor: pointer;
  display: block;
  width: 48px;
  height: 200px;
}

.m_scroll_arrows
{
  display: block;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 4px solid white;
  border-bottom: 4px solid white;
  margin: 0 0 3px 8px;
  width: 32px;
  height: 32px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;

}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;

  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;

  animation-delay: .2s;
  animation-direction: alternate;

  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;

  animation-delay: .3s;
  animation-direction: alternate;


  margin-top: -6px;
}

.mouse {
  height: 84px;
  width: 48px;
  border-radius: 30px;
  transform: none;
  border: 4px solid white;
  top: 170px;
}

.wheel {
  display: block;
  margin: 10px auto;
  background: white;
  position: relative;
  height: 8px;
  width: 8px;
  border: 4px solid #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}







/********** WAVE DE MERDE ************/

.dug_waveWrapper{
  padding: 100px 0 20px 0;
  overflow: hidden;
}
.dug_waveWrapper_bg{
  background-color: #a0c3dc;
}

.dug_waveWrapper article.page{
  position: relative;
  z-index: 50;
  padding: 0 20px!important;
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1)
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(1)
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1)
  }
}
@keyframes move_wave_mobile {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1)
  }
  50% {
    transform: translateX(-100%) translateZ(0) scaleY(1)
  }
  100% {
    transform: translateX(-200%) translateZ(0) scaleY(1)
  }
}
.waveWrapper {
  overflow: hidden;
  margin: auto;
}
.waveWrapperInner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100px;
  bottom: -1px;
  background-color: #a0c3dc;
}
.bgTop {
  z-index: 15;
  opacity: 0.5;
}
.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}
.bgBottom {
  z-index: 5;
}
.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100px;
  background-repeat: repeat no-repeat;
  background-position: 0 top;
  transform-origin: center top;

}
.waveAnimationTop{
  transform: rotateZ(180deg);
  height: 100px;
}
.waveAnimationBottom{
  height: 100px;
}

.waveAnimationTop .bgMiddle{
 top: -100px;
}

.waveAnimationTop .bgBottom{
  top: -200px;
}

.waveAnimationBottom .bgMiddle{
 top: -100px;
}

.waveAnimationBottom .bgBottom{
  top: -200px;
}

.waveTop {
  background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 10s;
  -webkit-animation: move-wave 5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.waveMiddle {
  background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
  animation: move_wave 30s linear infinite;
  -webkit-animation:  move_wave 30s linear infinite;

}
.waveBottom {
  background-size: 50% 100px;
}
.waveAnimation .waveBottom {
  animation: move_wave 45s linear infinite;
  -webkit-animation: move_wave 45s linear infinite;
}


@media only screen and (max-width :1024px) { /*tablet*/
  .waveAnimation{
    width: 150%;
  }
}

@media only screen and (max-width :768px) { /*phone*/
  .waveAnimation{
    width: 200%;
  }
  .dug_waveWrapper{
    padding: 20px 0;
  }

  .page-template-default:not(.home) .dug_waveWrapper article.page h1{
    font-size: 36px;
  }
}

/********** FIN WAVE ************/


a.dug_elementor_tax_link{
  display: block;
  background-color: #ededed;
  padding: 20px;
  text-align: center;
  color: #333;
  font-size: 24px;
  text-decoration: none!important;
  transition: all .3s;
}
a.dug_elementor_tax_link:hover{
  background-color: #333;
  color: white;
}
a.dug_elementor_tax_link::before{
  content: '';
  display: block;
  z-index: -1;
  height: 20px;
  position: relative;
  top: 25px;
  left: -10px;
  width: 20px;
  margin-bottom: -20px;
  transform: rotate(45deg);
  background-color: #333;
  transition: 0.3s all;
  opacity: 0;
}
a.dug_elementor_tax_link:hover::before{
  opacity: 1;
  left: -30px;
}

@media only screen and (max-width :768px) { /*phone*/
  a.dug_elementor_tax_link {
    font-size: 18px;
  }
}



.woocommerce-notice--success{
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-notice--success{
  border-top: 3px solid var(--wc-green);
}

.woocommerce-notice--success::before {
  content: "\e015";
  color: #8fae1b;
  font-family: WooCommerce;
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

/************* DEBUT MON COMPTE **************/

body.woocommerce-account article#content-9, /*fr*/
body.woocommerce-account article#content-31914, /*en*/
body.woocommerce-account article#content-31430, /*pt*/
body.woocommerce-account article#content-19585 /*es*/
{
  padding: 80px 40px 0;
}

body.woocommerce-account article#content-9 form.login, body.woocommerce-account article#content-9 form.register,
body.woocommerce-account article#content-31914 form.login, body.woocommerce-account article#content-31914 form.register,
body.woocommerce-account article#content-31430 form.login, body.woocommerce-account article#content-31430 form.register,
body.woocommerce-account article#content-19585 form.login, body.woocommerce-account article#content-19585 form.register{
  min-height: 340px;
}

body.woocommerce-account article#content-9 .woocommerce-MyAccount-navigation,
body.woocommerce-account article#content-31914 .woocommerce-MyAccount-navigation,
body.woocommerce-account article#content-31430 .woocommerce-MyAccount-navigation,
body.woocommerce-account article#content-19585 .woocommerce-MyAccount-navigation{
  min-height: 80vh;
  border-right: 1px solid #eee;
  max-width: 300px;
}

body.woocommerce-account article#content-9 .woocommerce-MyAccount-navigation li a,
body.woocommerce-account article#content-31914 .woocommerce-MyAccount-navigation li a,
body.woocommerce-account article#content-31430 .woocommerce-MyAccount-navigation li a,
body.woocommerce-account article#content-19585 .woocommerce-MyAccount-navigation li a{
  font-size: 24px;
  text-decoration: none;
  transition: .3s all;
}

body.woocommerce-account article#content-9 .woocommerce-MyAccount-navigation li a:hover,
body.woocommerce-account article#content-31914 .woocommerce-MyAccount-navigation li a:hover,
body.woocommerce-account article#content-31430 .woocommerce-MyAccount-navigation li a:hover,
body.woocommerce-account article#content-19585 .woocommerce-MyAccount-navigation li a:hover{
  opacity: 0.7;
}

body.woocommerce-account article#content-9 .woocommerce-MyAccount-content a,
body.woocommerce-account article#content-31914 .woocommerce-MyAccount-content a,
body.woocommerce-account article#content-31430 .woocommerce-MyAccount-content a,
body.woocommerce-account article#content-19585 .woocommerce-MyAccount-content a{
  text-decoration: none;
  transition: .3s all;
}

body.woocommerce-account article#content-9 .woocommerce-MyAccount-content a:hover,
body.woocommerce-account article#content-31914 .woocommerce-MyAccount-content a:hover,
body.woocommerce-account article#content-31430 .woocommerce-MyAccount-content a:hover,
body.woocommerce-account article#content-19585 .woocommerce-MyAccount-content a:hover{
  opacity: 0.7;
}

body.woocommerce-account article#content-9 .woocommerce-MyAccount-content mark,
body.woocommerce-account article#content-31914 .woocommerce-MyAccount-content mark,
body.woocommerce-account article#content-31430 .woocommerce-MyAccount-content mark,
body.woocommerce-account article#content-19585 .woocommerce-MyAccount-content mark{
  background-color: transparent;
  font-weight: 800;
}

body.woocommerce-account article#content-9 .woocommerce-MyAccount-content .dug_account_btn,
body.woocommerce-account article#content-31914 .woocommerce-MyAccount-content .dug_account_btn,
body.woocommerce-account article#content-31430 .woocommerce-MyAccount-content .dug_account_btn,
body.woocommerce-account article#content-19585 .woocommerce-MyAccount-content .dug_account_btn{
  display: none;
}
body.woocommerce-account article#content-9 .woocommerce-customer-details address,
body.woocommerce-account article#content-31914 .woocommerce-customer-details address,
body.woocommerce-account article#content-31430 .woocommerce-customer-details address,
body.woocommerce-account article#content-19585 .woocommerce-customer-details address{
  min-height: 180px;
  line-height: 24px;
}

body.woocommerce-account article#content-9 .woocommerce-Addresses,
body.woocommerce-account article#content-31914 .woocommerce-Addresses,
body.woocommerce-account article#content-31430 .woocommerce-Addresses,
body.woocommerce-account article#content-19585 .woocommerce-Addresses{
  margin-top: 30px;
}

body.woocommerce-account article#content-9 .woocommerce-Address,
body.woocommerce-account article#content-31914 .woocommerce-Address,
body.woocommerce-account article#content-31430 .woocommerce-Address,
body.woocommerce-account article#content-19585 .woocommerce-Address{
  margin-bottom: 20px;
}
body.woocommerce-account article#content-9 .woocommerce-Addresses address,
body.woocommerce-account article#content-31914 .woocommerce-Addresses address,
body.woocommerce-account article#content-31430 .woocommerce-Addresses address,
body.woocommerce-account article#content-19585 .woocommerce-Addresses address{
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
  padding: 6px 12px;
}

body.woocommerce-account article#content-9 .woocommerce-Addresses .woocommerce-Address-title h3,
body.woocommerce-account article#content-31914 .woocommerce-Addresses .woocommerce-Address-title h3,
body.woocommerce-account article#content-31430 .woocommerce-Addresses .woocommerce-Address-title h3,
body.woocommerce-account article#content-19585 .woocommerce-Addresses .woocommerce-Address-title h3{
 margin-top: 0;
}


@media only screen and (max-width :1290px) {
  body.woocommerce-account article#content-9 .woocommerce-MyAccount-navigation ul,
  body.woocommerce-account article#content-31914 .woocommerce-MyAccount-navigation ul,
  body.woocommerce-account article#content-31430 .woocommerce-MyAccount-navigation ul,
  body.woocommerce-account article#content-19585 .woocommerce-MyAccount-navigation ul{
    padding: 0;
  }
  body.woocommerce-account article#content-9 .woocommerce-MyAccount-navigation li a,
  body.woocommerce-account article#content-31914 .woocommerce-MyAccount-navigation li a,
  body.woocommerce-account article#content-31430 .woocommerce-MyAccount-navigation li a,
  body.woocommerce-account article#content-19585 .woocommerce-MyAccount-navigation li a{
    font-size: 18px;
  }
}


@media only screen and (max-width :768px) { /*phone*/
  body.woocommerce-account article#content-9 .woocommerce-MyAccount-navigation,
  body.woocommerce-account article#content-31914 .woocommerce-MyAccount-navigation,
  body.woocommerce-account article#content-31430 .woocommerce-MyAccount-navigation,
  body.woocommerce-account article#content-19585 .woocommerce-MyAccount-navigation{
    min-height: 0;
    border-right: none;
    border-bottom: 1px solid #eee;
    max-width: none;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  body.woocommerce-account article#content-9 .woocommerce-MyAccount-navigation ul,
  body.woocommerce-account article#content-31914 .woocommerce-MyAccount-navigation ul,
  body.woocommerce-account article#content-31430 .woocommerce-MyAccount-navigation ul,
  body.woocommerce-account article#content-19585 .woocommerce-MyAccount-navigation ul{
    text-align: center;
  }
}




/************* FIN MON COMPTE **************/


#elementor-lightbox-slideshow-all-ce73d3e .swiper-container .elementor-slideshow__title{
  display: none;
}


#dug_archive_post_btn{
  background-color: var(--ug-pink);
  text-decoration: none;
  transition: .3s all;
}
#dug_archive_post_btn:hover{
  opacity: 0.7;
}

.dug_fs_22{
  font-size: 22px!important;
}


.footer_cta{
  padding: 2em 2em 10px;
  max-width: 1300px;
  margin: 0 auto;
  word-spacing: normal;
  display: flex;
  justify-content: center;
}
.footer_cta > div{
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer_cta a{
  display: flex;
  align-items: center;
  color: #333;
  font-size: 19px;
  text-decoration: none!important;
  padding: 0 10px;
  transition: 0.3s all;
}

.footer_cta a:hover{
  opacity: 0.7;
}

.footer_cta a img{
  width: 80px;
  margin-right: 10px;
}

.lang-es #dug_footer_cta_floa,
.lang-pt-pt #dug_footer_cta_floa,
.lang-es .footer_floa_subtext,
.lang-es .footer_floa_subtext_mini,
.lang-pt-pt .footer_floa_subtext,
.lang-pt-pt .footer_floa_subtext_mini
{
  display: none;
}

.footer_cta .footer_cta_subtext{
  font-size: 16px;
  margin-top: 8px!important;
  line-height: 16px;
}

.footer_floa_subtext{
  text-align: center;
  font-size: 13px;
  margin-top: 8px!important;
  line-height: 13px;
  margin-bottom: 8px!important;
}
.footer_floa_subtext_mini{
  text-align: center;
  font-size: 11px;
  margin-top: 8px!important;
  line-height: 11px;
  margin-bottom: 15px;
}

.footer_cta .footer_cta_subtext img {
  position: relative;
  top: 7px;
}
.footer_cta #dug_footer_cta_floa p {
  margin: 0;
}
.footer_cta #dug_footer_cta_floa{
  padding: 0 30px;
}
.footer_cta #dug_footer_cta_floa a{
  margin-bottom: 15px;
}

#dug_footer_cta_secu, #dug_footer_cta_floa{
  border-right: 2px solid #333;
}

#billing_phone-description{
  display: block;
}

#dug_search_menu_mobile{
  display: none;
}


@media only screen and (max-width :1024px) {
  .footer_cta{
    flex-wrap: wrap;
  }
  #dug_footer_cta_floa{
    order: -1;
    border-right: none;
  }
  .footer_cta .footer_cta_subtext {
    margin-top: -10px!important;
  }
  .footer_cta #dug_footer_cta_floa a{
    margin-bottom: 0;
  }

  .footer_floa_subtext, .footer_floa_subtext_mini {
    text-align: left!important;
    margin-left: 100px!important;
  }

  .footer_cta #dug_footer_cta_floa {
    padding: 0 30px 30px;
  }

}

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

  .footer_cta{
    display: block;
  }
  .footer_cta > div {
    width: 100%!important;
    padding-bottom: 10px;
    max-height: 90px!important;
    border: none!important;
  }
  .footer_cta .footer_cta_subtext {
    margin-top: -10px!important;
  }


  .footer_cta {
    padding: 1em;
  }
  .footer_cta .footer_cta_subtext {
    margin-top: 0!important;
  }
  .footer_cta > div {
    max-height: 160px!important;
    padding:  0 0 10px 0!important;
  }

  .footer .ug_footer_nav {
    padding-top: 20px;
  }

  footer .footer a.nav-footer-link {
    line-height: 27px!important;
  }

  #dug_search_menu_mobile{
    display: block;
    width: 32px;
  }

  #dug_search_menu_toggle {
    opacity: 0;
    transition: 0.4s all;
  }
  body.dug-show-mobile-search #dug_search_menu_toggle {
    opacity: 1;
  }
  #dug_search_menu_toggle .dug_search_img_container {
    display: none;
  }
  body #dug_fullscreen_menu {
    height: 70px;
    transition: 0.3s all;
  }
  body.dug-show-mobile-search #dug_fullscreen_menu {
    height: 115px;
  }
  #dug_cart_menu_mobile{
    width: 30px;
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
  }

}

.moove-gdpr-cookie-notice{
  word-spacing: normal!important;
}

/*FOOTER */


footer .footer{
  width: 100%;
  border: none;
  padding: 0 2em 1.2em;
  margin: 0;
  display: flex;
}

footer .footer .ug_footer_logo{
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer a.nav-footer-link{
  font-size: 16px;
  line-height: 14px;
}
footer .footer .ug_footer_logo img{
  max-height: 100px;
}
footer .footer .footer_cta_subtext{
  margin: 0;
  max-width: 280px;
}
footer .footer .footer_cta_subtext img{
  height: 28px;
  margin: 0 5px;
  display: inline;
  vertical-align: middle;
}
footer .footer .footer_floa_subtext_mini{
  text-align: left;
  margin: 0;
}
footer .footer .ug_footer_contact p{
  margin: 0;
}
footer .footer .dug_socials{
  margin-top: 15px;
}
#wrap-footer-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.dug_under_footer{
  width: 100%;
}

@media only screen and (max-width :1440px) { /*small computer*/
  footer .footer{
    flex-wrap: wrap;
    max-width: 800px;
    padding-bottom: 2em;
  }
  footer .footer > div{
    width: 50%!important;
  }
  footer .footer .ug_footer_logo{
    justify-content: flex-start;
  }
}
@media only screen and (max-width :1024px) { /*display mobile menu*/
  footer .footer{
    max-width: none;
  }
  footer .footer .footer_floa_subtext_mini{
    margin-left: 0!important;
  }
}
@media only screen and (max-width :768px) { /*phone*/
  footer .footer{
    flex-direction: column;
    align-items: center;
    padding: 2em;
  }
  footer .footer > div{
    width: 100%!important;
  }
  footer .footer .ug_footer_logo {
    justify-content: center;
  }
  footer .footer .ug_footer_logo img {
    max-height: 75px;
  }
  footer .footer .footer_cta_subtext{
    max-width: none;
  }
  footer .footer .footer_floa_subtext_mini{
    text-align: center!important;
  }

  footer .footer .nav-footer {
    margin-bottom: 0px;
  }

}
