/*
         ..           ..         .. tS:88%        
  .  . . t8% 888888.8:%S . .  .   %8@%t%;8 . . .  
   . tS88tS :@@t@88S;S%%8@. .  .t8.88%.%88;      .
  . 8 @%St;88%X8@SX@888S8@X . . XS.%XS8@.@. .  .  
  . S88888St88%S8X:S.t%;tS@t:   ;S:8.%t88; .      
          .;%X8;Xtt88%X8@88t88;t X S88S8S .  . .  
 .          .. 88888St%X@S;% @8888t:8X8...       .
  .          @8%XX:X;.8888X@8X@ @88tX;;.   .  .   
          . .%8%8 88X ;8SX;@@%8 8XtS8: . .     .  
  .        .%@:  8:S888SS8.X@8X:.8;StX8 :  . .    
    .   . XS 8 8.:@S;X%@S8X@8S%8%:@8XS8;88.8  .  .
  .   . .: %St:@XS.8XX88%: X%8 88:%88SSSt8X 8@ .  
    .  . 888%X @88;%%888t: %8;@X 88XS888X %;XXX . 
  .    . ::88 St88tX@;S%8@:;8St8;8X8@.8S8t8 t:S@ .
     .   :X: 88:8 :8 @XS@;8;X@ 888X8@:888S88t8:t  
  .    . ;8Stt8.8@.:8 S8@@8 @8X8 t88t;88%;S ;S@%8 
   . ... X t%t::@8S;@@8@88@.S:88%8X:8t8:.8.8%%S8; 
  . t%8@@.88@8t8@8Xt;SXX88.XX8tS88 XS@:  XS:88X8% 
 . 8;X%tX@%SSS;SS8XS;8X@8@@: SS8XX;888;   @tt8%88 
. tS  8SS;88: t.%8%;S:88XtS%8;t 8:88t%.   :.8;X;  
 ;S 8  .S8:t8%8:X@88888S8t8.%@.8%8.       . .8.8  
 8@88.S88 %@88;8;S;.@X;t8t; X8;88S      .  ..8.8S 
 S@@88t  .. 8@8: %%. :88888tt:SXt          . 8X8  
 . ..      :;8.X8X8@88S8@ SX.          .    .     
      . . .    t;t;;;tXXX8..            .         
 .  .          .. ;88@X8;% .    .  . .   .  .     
  .   .  .    ....8X;t%;X;.  .    .    .          
    .      .    . :@t8S8t. .   .    .    . .  . . 
  .   . .       . 8.%%8;     .   .   . .          
    .    . .  .   .XS8S            .     . . .  . 
 _______ ____  _____ _______ _    _  _____          
|__   __/ __ \|  __ \__   __| |  | |/ ____|   /\    
   | | | |  | | |__) | | |  | |  | | |  __   /  \   
   | | | |  | |  _  /  | |  | |  | | | |_ | / /\ \  
   | | | |__| | | \ \  | |  | |__| | |__| |/ ____ \ 
   |_|  \____/|_|  \_\ |_|   \____/ \_____/_/    \_\
                                                    
                                            
Theme Name: Tortuga
Version: 2.0
Author: Denis Bulgarini
Theme URI: https://www.tortugaweb.it
Author URI: https://www.tortugaweb.it
Template: Impreza
*/

/* Fix prezzo fisso mobile */
.prezzoprodottomodile::before {
  content: "Prezzo: " !important;
}

/* Fix video in popup */
.vp-center {
  display: grid !important;
}

/* Fix testo cmplz */
#cmplz-document {
  max-width: 100% !important;
}

/* Fix "Torna all'inizio" */
.w-toplink {
  bottom: 45px;
  transform: translate3d(0, 300%, 0) !important;
}

/* Fix "Pulsante variazioni" */
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 0px;
}

/* Fix scroll orizzontale da desktop 
html, body {
	position:relative;
	overflow-x:hidden;
}
*/

/* Fix: nasconde il secondo pulsante + duplicato */
.quantity input.plus+input.plus,
.quantity button.plus+button.plus,
.quantity input.minus~input.minus,
.quantity button.minus~button.minus {
  display: none !important;
}